LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   changing screen picture depth to 24 bit (https://www.linuxquestions.org/questions/linux-newbie-8/changing-screen-picture-depth-to-24-bit-162577/)

kousik_s 03-26-2004 06:39 AM

changing screen picture depth to 24 bit
 
Dear all,

I use Mandrake 9. My monitor is Samsung 17" Flat (763 MB) and Graphics Card is on-board Intel 810.
I have a little problem. This monitor model is not listed as supported. But there is no problem in display and everything is OK. The screen defaults to 1024*768, which is same as WinXP. But colour depth is only 16 bit. I tried to change it during installation and later through Mandrake Control Centre. But there are no other options in the drop down list. :scratch:
My Win XP supports 24 bit. I would like to do the same in Mandrake Linux.

Thanks,
Kousik

:newbie:

Kovacs 03-26-2004 06:52 AM

Edit your /etc/X11/XF86Config (or it might be XF86Config-4 in Mandrake, I'm not sure), and under the "Screen" section edit the value for DefaultDepth to 24. You might also need to add some lines to specify your resolutions at that depth.

This is what the relevant part of my file looks like:

Section "Screen"
Identifier "Screen 1"
Device "** NVIDIA (generic) [nv]"
Monitor "My Monitor"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection


All times are GMT -5. The time now is 08:12 AM.