It depends on the version of Red Hat you are running...
Older versions of Red Hat used the Xconfigurator command, while newer versions had the command:
redhat-config-xfree86 --reconfig
Make sure you are in runlevel 3 before messing with X settings...
To change to runlevel 3, login as root and run the comand:
init 3
Then run your X configuration tools...test your X setup by running:
startx
If everything comes up OK, then switch back to runlelvel 5 by typing:
init 5
Hope that helps
|