You are not logged in.
Pages: 1
Hi
Just installed xorg, gdm, and gnome using pacman.
But when I was trying to edit the xorg.conf file it isn't there. Now I am currently running gnome2 and am able to use it fine,
but I mean no xorg.conf? how can that be?
Thanks
Chris
Offline
one of the possible methods is:
$ sudo pacman -Sy hwd
$ sudo hwd -x
follow the instructions of the output to rename the file created
edit xorg.conf
Offline
you technically don't even need an xorg.conf anymore, so if everythings working, you could just leave yourself without one, unelss you're trying to configure something in particular.
Offline
X should be able to probe all the necessary values itself now, so a xorg.conf is not needed if everything goes well.
To create a xorg.conf, use
X -configure
to create a xorg.conf.new and move it to /etc/X11/xorg.conf.
Last edited by Cdh (2009-02-03 16:10:55)
฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz
Offline
well my goal was to install ati driver, so thats why I needed the xorg.conf.
Why does Arch not have one and it works?
Offline
well my goal was to install ati driver, so thats why I needed the xorg.conf.
Why does Arch not have one and it works?
No, Arch does not come with a default xorg.conf. But, as mentioned above, there's a few different tools that you can use to generate one.
Offline
Pages: 1