Monday, November 1, 2010

X Server Configuring

It was a week before I thought of tweaking the X's configuration in the netbook with the Fedora installation, I was trying out the xrandr command ended up corrupting my X settings.

The netbook started loading with default vesa driver, Its fails to detected the projector and I was getting more and more troubles as the day passes. I want to put it straight, by setting it back to the original configuration. It took almost a week to figure it out what was the fix. The solution was damn simple probe for the devices and write an new xorg.conf file and replace the old one with the default [vesa] driver, it was that's simple.

Following steps helped me in deriving the solution.

Step 1: Boot the box in the Runlevel 3

Step 2: probe for devices and write an new xorg.conf
$ X -configure

here:
-configure probe for devices and write an xorg.conf
The above command would generate a new xorg.conf file in the name xorg.conf.new

Step 3: Replace the existing xorg.conf with the generated one, kindly don't forget to rename the xorg.conf.new to xorg.conf while you copy to /etc filesystem.

Step 4: Restart the box or change the runlevel to 5 and the check the X system again it would load with the best resolution available for your configuration.

Thanks.

No comments: