| Themer, that command would work on Debian. I don't believe RedHat installs apt by default (it uses rpm).
As for configuring X, I don't remember if RedHat has any sort of a script or means built into rpm to do that like Debian has with apt, but you should be able to have X detect a lot of your hardware for you by doing something like this:
[code]
X -configure
[code]
That should place a new xorg.conf in the current directory, I think naming it something like xorg.conf.new. Then you can just test it by starting X with X -config /path/to/xorg.conf.new.
If it works you can copy it to /etc/X11/xorg.conf, or wherever RedHat keeps it. |