You are not logged in.

#1 2010-10-30 19:38:58

medianmajik
Member
Registered: 2010-05-27
Posts: 53

[Solved]Inputting doesn't work in login manager/de

I've been using i686 with the 2.6.35 kernel on a HP Mini 110 netbook successfully until a couple days ago.  I'm not sure if the problem is from upgrading or general hacking.  I've installed xf86-input-synaptics and xf86-input-keyboard
  Booting into my console is fine, but as soon as I run slim or openbox I'm unable to use my touchpad/keyboard.  My monitor brightness does still work (fn+F3 and F4). 
  I'm surprised I can't at least use slim.  Disabling slim hasn't changed anything once I execute startx.  I know Xorg and Openbox aren't totally frozen, because conky is actively running and identifies when I connect usb devices.
  rc.conf
DAEMONS=(syslog-ng hal network netfs @crond @alsa @ifplugd !slim)

I executed Xorge -configure and copied over the new config file, but it didn't help.  My Relevant xorg.conf chunks
Section "ServerLayout"
             Identifier            "X.org Configured"
             Screen              "Screen0" 0 0
             InputDevice      "Mouse0" "CorePointer"
             InputDevice      "Keyboard" "Corekeyboard"
EndSection

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

Last edited by medianmajik (2010-11-11 06:45:57)


One thing at a time

Offline

#2 2010-10-30 19:52:22

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,543

Re: [Solved]Inputting doesn't work in login manager/de

Offline

#3 2010-10-30 20:04:43

medianmajik
Member
Registered: 2010-05-27
Posts: 53

Re: [Solved]Inputting doesn't work in login manager/de

skunktrader wrote:

That doesn't work as this occurs even without slim.  I'm looking at Xorg.0.log

(WW) = Warning

(WW) AllowEmptyInput is on, devices using drivers 'kdb', mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0

*Solved.  This was the problem

Last edited by medianmajik (2010-11-11 06:45:36)


One thing at a time

Offline

Board footer

Powered by FluxBB