PDA

View Full Version : How to know which colour depth (16/24/36-bit) is running?



afeasfaerw23231233
June 4th, 2009, 04:16 PM
System -> Preference -> Display doesn't show it

blueturtl
June 4th, 2009, 04:32 PM
Unless you are running a particularly old system, X will default to running at the highest possible color depth.

Dark Aspect
June 4th, 2009, 04:33 PM
System -> Preference -> Display doesn't show it

If you have an Nvidia card, after you install your video driver, you can use:


/usr/bin/nvidia-settings

Otherwise you can take a look at your xorg file, look for your color depth after:


sudo gedit /etc/X11/xorg.conf

Should look like:


Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection

afeasfaerw23231233
June 4th, 2009, 04:38 PM
I am not using nVidia. My graphic is a SiS IGP. I download the driver from here http://ncc-1701a.homelinux.net/~linux-sis/

Dark Aspect
June 4th, 2009, 04:42 PM
I am not using nVidia. My graphic is a SiS IGP. I download the driver from here http://ncc-1701a.homelinux.net/~linux-sis/

Than try the xorg method, however, if your video card doesn't support 24-bit color depth than changing it the xorg will break your X-server.

saulgoode
June 4th, 2009, 04:49 PM
xwininfo -root | grep Depth:

afeasfaerw23231233
June 6th, 2009, 02:51 AM
Depth: 24
Thanks

dragos240
June 6th, 2009, 02:57 AM
Do you mean 16/24/32 bit?

afeasfaerw23231233
June 8th, 2009, 12:09 PM
yes, sorry for typo error