dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

Reducing Color Bit depth in Centos installation - linux-misc

This is a discussion on Reducing Color Bit depth in Centos installation - linux-misc ; 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 ...


Home > Database Forum > Operating Systems > linux-misc > Reducing Color Bit depth in Centos installation

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 10-13-2007, 01:29 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
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, 06:15 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
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, 06:23 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
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@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, 06:51 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
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@apaflo.com
Reply With Quote
  #5  
Old 10-13-2007, 06:53 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Reducing Color Bit depth in Centos installation

spike1@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@apaflo.com
Reply With Quote
  #6  
Old 10-13-2007, 07:09 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
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 12:03 AM.