LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Arch (https://www.linuxquestions.org/questions/arch-29/)
-   -   Xorg freezes in larch. (https://www.linuxquestions.org/questions/arch-29/xorg-freezes-in-larch-768629/)

Neofish 11-12-2009 05:06 AM

Xorg freezes in larch.
 
I have built a minimal larch system, with xfce4 as the de. Everytime I try to startxfce4, it starts fine, but NO input to the system is possible. Even ctrl+alt+<F*> doesn't work. I have to coldboot it everytime. I have run 'Xorg -configure', and used the generated configuration file, but to no avail.

pixellany 11-12-2009 06:41 AM

Boot into basic terminal mode and run "pacman -Q|grep input". I recall having to specifically install keyboard and mouse drivers but that seems to have been replaced by something called "evdev".

In /etc/X11/xorg.conf I have this:
Code:

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection


~sHyLoCk~ 11-12-2009 06:43 AM

Did you insert "dbus hal" in your daemons array in /etc/rc.conf ?

Neofish 11-13-2009 04:53 PM

Thanks shylock, that fixed it. I'm actually posting this from my larch system.


All times are GMT -5. The time now is 09:39 PM.