LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Only 256 colors on Slackware 9.1 (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/only-256-colors-on-slackware-9-1-a-139207/)

Quartzophobia 01-27-2004 09:57 AM

Only 256 colors on Slackware 9.1
 
Hi, i have this laptop:
CTX ezbook 700 series
Pentium mmx 200 mhz
Graphics card: Neomagic Magicgraph 128zv

i have setted X with Fluxbox (and KDE too - but it's slow, nevermind that now)
and every time i start my X it starts up with a 256 colors view.
my graphics card can view in a 16 bit color (in Win 98 it works with 16-bit view).
it starts up with 265 colors view on every Window Manager, and i don't know what to do...

how can i change that to a good colors view?

thank you!!! :)

kasperhans 01-27-2004 04:26 PM

change your XF86config in /etc/X11 the screen section is what you should look at add a screen with 16 bit :) there are a couple of readmes on the net it should look something like this:

# ----------------------------------------------------------
# SCREEN section
# ----------------------------------------------------------
# This section defines the available resulutions and depths.
# If you disable CRT2 (by setting ForceCRT2Type to "NONE"),
# you can use higher resolutions than the LCD panel supports.

Section "Screen"
Identifier "screen1"
Device "SiS 630"
Monitor "Generic|Generic LCD Panel"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection


you have to change display and graphic card to fit your needs


All times are GMT -5. The time now is 06:58 PM.