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
_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg