How can I automatically generate an Xorg.config file?

I'm trying to install arch linux, and everything has been going well so far, up until I start to install X.

It detects my dual monitors appropriately and will display windows, however, X will not recognize my USB mouse.

Is there any advice on how to setup a USB mouse for use in Xorg.config files?

I currently have the HAL daemon installed.

3 Answers

X -configure

that will create an initial Xorg.conf :)

Have you tried starting X without a config file. I did this for the first time while installing Arch on my EeePC 701 the other day. After ensuring all the drivers for the video card and input devices were installed, I started xfce4 without an Xorg.conf and everything worked perfectly. I can even hot plug external monitors with ease.

3

Just make sure all the requiered xf86-- packages that you need is installed. And that dbus and hal is started

Then you can delete your xorg.conf file and all should work

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like