LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   adjusting color depth in gentoo.. (https://www.linuxquestions.org/questions/linux-newbie-8/adjusting-color-depth-in-gentoo-88291/)

SiZaint 09-02-2003 02:42 AM

adjusting color depth in gentoo..
 
my current color depth for gentoo is very very low...... and i need to increase it, can any one tell me how..?

acid_kewpie 09-02-2003 03:46 AM

color depth where? X? just edit /etc/X11/XF86Config and change the default ColorDepth option

fancypiper 09-02-2003 09:44 AM

You may have one or more of these tools to configure X:
XF86Setup
XFree86 -configure
Xconfigurator
xf86cfg
xf86config
xconf

SiZaint 09-02-2003 05:07 PM

the problem is i dont see any thing about colordepth in the config...

fancypiper 09-02-2003 05:26 PM

Hey! Add gentoo to your profile. You are confusing this poor old brain.

It's called "Depth", not colordepth. Red Hat uses /etc/X11/XF86Config-4 file, BTW, look in Section "Screen" for any config file that your distro uses:
Code:

Section "Screen"
        Identifier "Screen0"
        Device "nVidia Corporation|NV11 [GeForce2 MX]"
        Monitor "Gateway EV91"
        DefaultDepth 24
        Subsection "Display"
                Depth 24
                Modes "1024x768"
        EndSubSection
EndSection


ethereal 09-02-2003 05:49 PM

also, while you are in one of the xwindows, you can ctrl + alt + (NUMPAD)PLUS or MINUS key will adjust the setting.

SiZaint 09-02-2003 07:01 PM

hmm.. ctrl+alt+ plus or minus only seemed to change the res not the color depth... or something ..... O.o


here is my XF86config.new in /root:

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

SiZaint 09-02-2003 09:55 PM

nvm, :P i changed it in the right config now, now im just trying to get it to work with the nvidia driver i just installed and not nv, but its not going so well... :(

i get this error:

(ww) Nvidia: Chipset "GeForce4 MX 440" in device section "card0" isn't valid for this driver

(EE) No devices detected

but when i change Drvier="nvidia" back to driver="nv" it works again :\


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