drs305
April 24th, 2009, 11:56 AM
I recently started noticing 32 bit depth advisories when opening certain apps. They could have always been there and I didn't notice, the drivers may have changed capabilities, or perhaps newer apps are asking for 32 bit depth that didn't previously.
One of the first places I noticed it was when opening VirtualBox, which said I should run in 32 bit depth if possible. I don't remember seeing that when I first started using VBox.
I have an nvidia GeForce 7600 GS running the nvidia 180-44 driver from the ubuntu packages.
I tried manually changing 24 to 32 in xorg but that didn't work and I couldn't get a 32 bit option when trying to change it via nvidia-settings and nvidia-xconfig.
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Can this card just not run higher than a depth of 24 on ubuntu?
Thanks for any inputs.
One of the first places I noticed it was when opening VirtualBox, which said I should run in 32 bit depth if possible. I don't remember seeing that when I first started using VBox.
I have an nvidia GeForce 7600 GS running the nvidia 180-44 driver from the ubuntu packages.
I tried manually changing 24 to 32 in xorg but that didn't work and I couldn't get a 32 bit option when trying to change it via nvidia-settings and nvidia-xconfig.
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Can this card just not run higher than a depth of 24 on ubuntu?
Thanks for any inputs.