How to make xorg prefer "nvidia" over "nv" driver in a xorg.conf less configuration?
Francesco Pretto
ceztkoml at gmail.com
Fri May 15 01:39:12 PDT 2009
Francesco Pretto <ceztkoml <at> gmail.com> writes:
>
> Yes, it worked! Here is the xorg.conf I am using now:
>
Hmmm....the next one is simpler and works better in virtualized environment
(it's more dynamic regarding screen size):
---------------------------------------------
Section "ServerLayout"
Identifier "default layout"
Screen 0 "vbox"
Screen 1 "nvidia"
EndSection
Section "Screen"
Identifier "vbox"
Device "VirtualBox Video Card"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nVidia Corporation G70 [GeForce Go 7600]"
EndSection
Section "Device"
Identifier "VirtualBox Video Card"
Driver "vboxvideo"
EndSection
Section "Device"
Identifier "nVidia Corporation G70 [GeForce Go 7600]"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection
More information about the xorg
mailing list