Results 1 to 5 of 5
Hi!
I have Dell Inspiron 1420 with Intel(R) 965 Express Chipset Family. I am facing display problem on Redhat 5 Server. Please, Help me how to configure xorg.conf manually.
Recently, ...
- 05-07-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 1
Display Problem on Dell Inspiron 1420
Hi!
I have Dell Inspiron 1420 with Intel(R) 965 Express Chipset Family. I am facing display problem on Redhat 5 Server. Please, Help me how to configure xorg.conf manually.
Recently, i have upgraded Kernel kernel-2.6.18-138.el5.i686.
Thank You
Anu.
- 05-08-2009 #2
Do you intend to use this machine as a server? If so, why do you need xorg at all? If not, then you shouldn't be using the server version, as it is going to cause you a lot of extra work (for example, the reason you are here in the first place)
Anyway, if I remember correctly, the command is (in terminal mode)
Code:sudo dpkg-reconfigure -phigh xserver-xorg
When I find myself burried in errors, Windows Help appears to me; speaking words of wisdom, Reboot!
- 05-21-2009 #3Just Joined!
- Join Date
- May 2009
- Posts
- 4
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.
- 05-21-2009 #4
- 05-24-2009 #5Just Joined!
- Join Date
- May 2009
- Posts
- 4


Reply With Quote

