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.

link|improve this question

53% accept rate
feedback

3 Answers

X -configure

that will create an initial Xorg.conf :)

link|improve this answer
feedback

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.

link|improve this answer
I tried to use startx and it displayed properly, but still no mouse recognition. – user1596 Aug 27 '09 at 23:58
@samoz Just to make sure, you do have archlinux.org/packages/extra/i686/xf86-input-mouse installed, right? – Sinan Ünür Aug 28 '09 at 0:57
Yes I installed that – user1596 Aug 28 '09 at 13:10
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.