Andreas Krebs wrote: > Now, I would like to get rid of the virtual resolution 1400x1050 > when I am working with 1024x768. > Is there a way to switch the virtual resolution on the fly or > do I need to start a second Xserver. If I understand your request, yes. You just need to simplify your Section "Screen" entry in your XF86Config file. Something like (you may need/want multiple display depths): Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1400x1050" "1024x768" "800x600" "640x480" EndSubSection EndSection _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86