similar to: Centos 7 Nvidia openGL breaks vncserver

Displaying 20 results from an estimated 6000 matches similar to: "Centos 7 Nvidia openGL breaks vncserver"

2014 Dec 01
0
Nvidia, vncserver, >> xfce = Resolved Issue
The suggestion from Marco to try a non-3D DE worked. I tried two methods: 1. minimal Centos 7 install and xfce install via CLI. Worked fine. 2. Gnome Centos 7 install and then xfce install via yum groupinstall. Worked fine. One tip for anyone doing this: After starting vncserver the first time, it creates a ~/.vnc/xstartup file. This will be the same type of session if you logged in locally.
2016 Jun 02
5
vnc on C7
I am trying to get a remote screen on C7. I did the following on C7 server: yum install tigervnc-server cp /lib/systemd/system/vncserver at .service /etc/systemd/system/vncserver@:1.service systemctl daemon-reload edit /etc/systemd/system/vncserver@:1.service and replace <USER> with myuser su - myuser run
2015 Apr 03
5
vncserver on CentOS 7
I am trying to setup a centos 7.1 vncserver I cannot believe they went from a relatively easy process in 6 to the "crazyness" that is 7. I did the following: yum install tigervnc-server cp /lib/systemd/system/vncserver at .service /etc/systemd/system systemctl daemon-reload edit /etc/systemd.system/vncserver at .service
2015 Apr 03
2
vncserver on CentOS 7
>You should: >cp /lib/systemd/system/vncserver at .service <http://lists.centos.org/mailman/listinfo/centos> /lib/systemd/system/vncserver@:#.service >Where # is the vnc port 590# to open. Like /lib/systemd/system/vncserver@:4.service to start a vncserver on port 5904. > Then use `systemctl start vncserver@:4' to start that VNC server. Remember to edit the
2014 Dec 04
3
Guidance: compile education
This question may not belong in the Centos.org list, but I do want to compile against this distro. Please advise. The question: Can I be pointed at methods to learn to compile source against a distro. I have software development background (but too long ago to be specifically useful; however I have the concepts). Typically I can find some fairly decent step-by-steps for some apps, but it
2017 May 25
2
Centos7 Cant start vncserver
OK, first time configuring vncserver on Centos7. I have read through a bunch of old messages here on vncserver and thought I had it. Obviously not. 1) cp /usr/lib/systemd/system/vncserver at .service /etc/systemd/system/vncserver at .service 2) vi /etc/systemd/system/vncserver at .service I changed <USER> in both places to root 3) systemctl daemon-reload 4) systemctl
2014 Jul 09
1
CentOS7: vncserver - desktop resolution
Hi, I just installed CentOS7 and managed to start the vncserver service, but once I connect to the machine, the desktop resolution isn't the one which I set in the vncserver@:3.service file located in /lib/systemd/system/ directory. The content of the mention file: ---------------------------------------- [Unit] Description=Remote desktop service (VNC) After=syslog.target network.target
2015 Apr 06
1
vncserver on centos 7
Is there a way to make vncserver on centos 7 to be read only? I want to allow someone to connect and see the screen- but not change it of course. Thanks, jerry
2014 Oct 01
2
VNCServer Startup Config
hi all, I've inherited a server with CentOS 6.4 the VNC Server starts up with the OS and its screen resolution is set to 800x600. I found that I can set the resolution by specifying the -geometry switch, but I can't find where the call to start the vncserver is set in order to change it. I know that it's not in /etc/xinetd.d (the only file there is rsync) here are the contents of
2008 Aug 08
4
vncserver on IPv6
http://www.realvnc.com/products/enterprise/4.1/ipv6.html IPv6 support in VNC Server E4.1.7/P4.1.2 VNC Server E4.1.7 & P4.1.2 are fully IPv6-aware, but is shipped with IPv6 support disabled by default, for security reasons. IPv6 can be enabled by setting "InTransports=IPv6,IPv4" (the default being IPv4 only), either on the command-line when starting vncserver under Unix Ok.
2010 Mar 15
1
Get VNCserver to only listen on a particular IP address
Hi, Does anyone know if possible to get vncserver to only listen on one particular Ip address? Have two network interfaces (public + private) and just want the vncserver to listen on the private IP address 192.168.10 for example Thanks Keith
2020 Nov 12
1
CentOS 8 vncserver
I am trying to get vncserver working on CentOS 8. Fully updated. On the console - logged in as a normal user I run: export DISPLAY=:0.0 xhost + /usr/bin/x0vncserver -display :0 -rfbport 5901 -passwordfile /home/silentm/.vnc/passwd I get this error: Invalid MIT-MAGIC-COOKIE-1 key/usr/bin/x0vncserver: unable to open display ":0" Based on the error I changed the DISPLAY=:0 and tried
2009 Oct 06
1
vncserver startup error??
we have CENTOS 5.3 X86_64 on DELL server. recently I found Vncserver can NOT startup. Everytime I type "vncserver :1" log file have following messages: Window manager warning: Log level 32: could not find XKB extension. ** (eggcups:10072): WARNING **: IPP request failed with status 1030 ** (eggcups:10072): WARNING **: IPP request failed with status 1030 ** (nm-applet:10088):
2013 Oct 08
1
VNCserver not starting due to errors
Hello everyone, Following the directions I found here: http://wiki.centos.org/HowTos/VNC-Server I get to part 2.4, and when I start the vncservice, I get this error message: Starting VNC server: 1:blah Invalid null command. if: Expression Syntax. A VNC server is already running as :1 else: endif not found. [FAILED] If I stop it, and
2008 Jan 02
1
vncserver
Hi all, When using the "vncserver :1" and then "vncviewer :1" to see it so far so good. then when I run a program I get the window outline until I move to the position I want and click - how can I just skip that step and lets say have my new program go full screen (in the vnc window). Is that possible and how? THanks, Jerry
2007 Jan 31
2
Accessing vncserver
On my Centos server I have vncserver running. ( # ps -A shows Xvnc), however I cannot access it from other computers on the LAN. Do I need to make a firewall change? Todd -- Ariste Software 2200 D Street Ext Petaluma, CA 94952 (707) 773-4523
2014 Mar 27
1
vncserver does not start gnome-sessioin automatically
I installed RHEL 5.8 x86_64 today. To my surprise, when I connect it using vnc viewer it does not start gnome-session automatically. The last line in .vnc/xstartup is twm& Before I removed RHEL 6.1 a few days ago, vncserver always starts gnome-session every time I open vncviewer. Is that related to RHEL version or vnc-server version? Best Regards, Yawei
2005 Apr 24
4
Vncserver not serving up my gnome desktop, just a fancy terminal!
I have the vncserver running on CentOS 4, but when I log in using vncviewer from another box, I don't see my gnome desktop, just a fancy terminal. I suspect I need to edit the ~/.vnc "xstartup file, but what do I add to fix this. On all other distros I have tried, the vncserver serves up my gnome desktop by default. -- Lee Parmeter Emperor, linXos - The Flying Penguin
2015 May 06
2
VirtIO drivers and CentOS 5.4(Final)
On Wed, May 6, 2015 at 8:20 AM, <m.roth at 5-cent.us> wrote: > Valeri Galtsev wrote: >> Now, back to my boxes. NVIDIA declared these fancy cards obsolete (the are >> only about 6 years old, and hardware still does appropriate job for what >> we need). There is no proprietary NVIDIA driver which you can install with >> latest kernels (latest speaking CentOS 6
2008 May 02
3
CruiseControlRb behind apache
I managed to find this in the archives, so far: http://www.nabble.com/Setting-up-CCRB-behind-apache-proxy-tt14016053.html#a14099749 Found a better alternative to doing this in my .htaccess instead of messing with the httpd.conf, in case someone is interested: --- snip --- RewriteEngine On ### for cruisecontrol RewriteBase / RewriteRule ^(.*)$ http://localhost:3333/$1 [P] AuthType Basic