Reducing Color Bit depth in Centos installation

This is a discussion on Reducing Color Bit depth in Centos installation within the linux-misc forums in Operating Systems category; Does anyone know where I can find information on how to lower the bit resolution when I install centOS ? 24 bit is incompatible so I'm trying to change it to either 16 or 32. This is too install in virtual server 2005. Thanks, Pete...

Go Back   Database Forum > Operating Systems > linux-misc

Database Forums

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 10-13-2007, 02:29 AM
Default Reducing Color Bit depth in Centos installation

Does anyone know where I can find information on how to lower the bit
resolution when I install centOS ? 24 bit is incompatible so I'm
trying to change it to either 16 or 32. This is too install in
virtual server 2005.

Thanks,
Pete

Reply With Quote
  #2  
Old 10-13-2007, 07:15 AM
Default Re: Reducing Color Bit depth in Centos installation

Peter schrieb:

> Does anyone know where I can find information on how to lower the bit
> resolution when I install centOS ? 24 bit is incompatible so I'm
> trying to change it to either 16 or 32. This is too install in
> virtual server 2005.
>

Inside /etc/X11/xorg.conf is a section "Screen" similar to this one:


Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "800x600"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection


Change DefaultDepth and Depth to 16 and there you go.

Kind regards

Jan
Reply With Quote
  #3  
Old 10-13-2007, 07:23 AM
Default Re: Reducing Color Bit depth in Centos installation

Peter did eloquently scribble:
> Does anyone know where I can find information on how to lower the bit
> resolution when I install centOS ? 24 bit is incompatible so I'm
> trying to change it to either 16 or 32. This is too install in
> virtual server 2005.


All linux distros tend to share many characteristics.
One of those is the X config file. Either XF86config or xorg.conf

In that file is a line "DefaultColorDepth"
Change it from 24 to 16
alternatively you can start the x server with startx and force it manually
with startx -- -depth 16
--
| |What to do if you find yourself stuck in a crack|
| spike1-at-freenet.co.uk |in the ground beneath a giant boulder, which you|
| |can't move, with no hope of rescue. |
|Andrew Halliwell BSc(hons)|Consider how lucky you are that life has been |
| in |good to you so far... |
| Computer Science | -The BOOK, Hitch-hiker's guide to the galaxy.|
Reply With Quote
  #4  
Old 10-13-2007, 07:51 AM
Default Re: Reducing Color Bit depth in Centos installation

Jan Kandziora wrote:
>Peter schrieb:
>
>> Does anyone know where I can find information on how to lower the bit
>> resolution when I install centOS ? 24 bit is incompatible so I'm
>> trying to change it to either 16 or 32. This is too install in
>> virtual server 2005.
>>

>Inside /etc/X11/xorg.conf is a section "Screen" similar to this one:
>
>Section "Screen"
> DefaultDepth 24
> SubSection "Display"
> Depth 24
> Modes "1600x1200" "800x600"
> EndSubSection
> Device "Device[0]"
> Identifier "Screen[0]"
> Monitor "Monitor[0]"
>EndSection
>
>Change DefaultDepth and Depth to 16 and there you go.


*And* be sure that there is in fact a Display subsection
for "Depth 16" as is the case above where both are 24.
It can look exactly like the others, and there can be
many of them. Hence the Screen section might end up
looking like this:


Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1600x1200" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "800x600"
EndSubSection
SubSection "Display"
Depth 32
Modes "1600x1200" "800x600"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection

--
Floyd L. Davidson
Ukpeagvik (Barrow, Alaska) floyd-at-apaflo.com
Reply With Quote
  #5  
Old 10-13-2007, 07:53 AM
Default Re: Reducing Color Bit depth in Centos installation

spike1-at-freenet.co.uk wrote:
>Peter did eloquently scribble:
>> Does anyone know where I can find information on how to lower the bit
>> resolution when I install centOS ? 24 bit is incompatible so I'm
>> trying to change it to either 16 or 32. This is too install in
>> virtual server 2005.

>
>All linux distros tend to share many characteristics.
>One of those is the X config file. Either XF86config or xorg.conf
>
>In that file is a line "DefaultColorDepth"


DefaultDepth

>Change it from 24 to 16
>alternatively you can start the x server with startx and force it manually
>with startx -- -depth 16


There must also be a "Display" subsection with the line
"Depth 16" in it too.

--
Floyd L. Davidson
Ukpeagvik (Barrow, Alaska) floyd-at-apaflo.com
Reply With Quote
  #6  
Old 10-13-2007, 08:09 PM
Default Re: Reducing Color Bit depth in Centos installation

Floyd L. Davidson schrieb:
> Jan Kandziora wrote:

....
>>
>>Change DefaultDepth and Depth to 16 and there you go.

>
> *And* be sure that there is in fact a Display subsection
> for "Depth 16" as is the case above where both are 24.
>

This is why I wrote "Change DefaultDepth and Depth to 16".

Kind regards

Jan

Reply With Quote
Reply


Thread Tools
Display Modes



All times are GMT -4. The time now is 02:49 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Integrated by bbpixel2008 :: jvbPlugin R1013.368.1

Search Engine Friendly URLs by vBSEO 3.1.0
vB Ad Management by =RedTyger=
In an effort to better serve ads to our visitors, cookies are used on Mydatabasesupport.com. For more information, check out our Privacy Policy.