Showing posts with label xorg. Show all posts
Showing posts with label xorg. Show all posts

Wednesday, April 16, 2008

Grey Screen with VNC Server (Gnome, KDE, etc.)

If you get a grey screen when trying to connect to an X11 vncserver session, check the vncserver log in ~/.vnc/

You will likely see the following:
sh: /home/username/.vnc/xstartup: Permission denied

To fix this, run:
chmod +x ~/.vnc/xstartup

Friday, September 7, 2007

Dualhead monitors, xorg, nvidia twinview, and opengl apps.

A common problem when using dualhead monitors in a twinview setup, is that when running full screen opengl apps such as OpenArena, the image will display in the center of your monitors. Instead of it running full screen on one monitor, it will be spanned across your monitors with half of the image on each monitor. To resolve this you need to change your metamode line in /etc/X11/xorg.conf. In Section "Screen", change your Option "metamodes" line to something like this.

Option "metamodes" "1280x1024,1280x1024; NULL,1280x1024"