PDA

View Full Version : [ubuntu] xorg.conf file



chrieggroll
August 6th, 2009, 05:10 PM
Hello, I just installed Ubuntu on an HP7900 and I am just puzzled over the xorg file. Here is it in entirety:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection



Is there a way to generate a more standard xorg.conf file that I can edit? This one seems totally blank to me :confused:

ajgreeny
August 6th, 2009, 06:12 PM
If you add items to the xorg.conf as configuration needs it will be still be read as in the "olden days" where the file was more complicated. But do you need to do so. If there are no display problems I would leave everything as it is; if you do have problems tell us what they are and no doubt we can come up with some solution suggestions.

ugm6hr
August 6th, 2009, 06:19 PM
https://wiki.ubuntu.com/X/Config#hal
https://wiki.ubuntu.com/X/Config/Input#Input%20Configuration%20with%20HAL

Might explain how its done...

decoherence
August 6th, 2009, 06:19 PM
Is X11 not working properly for you?

It's blank because newer versions of xorg can usually auto-detect these settings when it runs. You should only have to modify xorg if the auto-detection doesn't work or you want to make it do something 'funny.'

Shut down your X server and run


sudo X -configure

which will create the file xorg.conf.new in the directory where you ran the command. It should have all the auto-detected settings filled in.

chrieggroll
August 7th, 2009, 06:27 PM
Well, I installed Ubuntu on this HP PC, which is having a problem I read about related to integrated Intel video cards and performance issues: video is choppy, etc. I followed some instructions about the matter up to a point, but it also tells me to edit the xorg.conf file, and with the file blank I am not sure how to proceed.

ugm6hr
August 7th, 2009, 07:52 PM
Link to the How-to you are following, and we can help.

If the How-to is not Jaunty specific, I would be reticent to recommend it, due to the difference in drivers etc.

chrieggroll
August 7th, 2009, 10:34 PM
Here is the link: http://www.ubuntugeek.com/intel-graphics-performance-guide-for-ubuntu-904-jaunty-users.html

It is Jaunty specific

ugm6hr
August 7th, 2009, 11:04 PM
Just replace the relevant section (i.e. the "Configured Video Device" section) with:


Section “Device”
Identifier “Configured Video Device”
Driver “intel”
Option “AccelMethod” “UXA”
VideoRam 130560
EndSection

As in the How-to.

Remember to calculate VideoRam as suggested.

chrieggroll
August 10th, 2009, 03:12 PM
I'll give that a try. I wasn't sure that would work since none of the "normal" xorg info is in there. Normal for me anyway ;)

markbuntu
August 10th, 2009, 09:23 PM
The X consortium has decided to deprecate xorg.conf so say goodbye to that.