| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| 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 |
|
#2
|
| 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 |
|
#3
|
| Peter > 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.| |
|
#4
|
| Jan Kandziora >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 |
|
#5
|
| spike1-at-freenet.co.uk wrote: >Peter >> 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 |
|
#6
|
| Floyd L. Davidson schrieb: > Jan Kandziora .... >> >>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 |
![]() |
| Thread Tools | |
| Display Modes | |