> How do you do what the subject says. We have Red Hat 6.0 installed and
> working fine. It detected our matrox millenium 2 4MB graphics card. The
> gnome interface loads correctly but desktop panning is enabled. How do you
> change this, the color depth, and the resolution under Gnome. Thanks for
> any help
> Dr-Strange
Okay, you press CTRL-ALT-+ to cycle through resolutions in X-Windows. To do
different color depths, start X with the commad:
startx -- -bpp #
Where # is either 8,16,24,32
You can also just edit your XF86Config file (should be in /etc). At the
bottom it lists your card information. Change the lines that say "640x480"
"800x600" "1024x768" to whatever your want. Basically whatever order they are
in that is the way X handles the resolution. So if you put "1024x768", X will
by default start at that resolution.
Matt