[mythtv-users] X through PVR350 probs

Gabe Rubin gaberubin at gmail.com
Tue Dec 28 20:12:01 UTC 2004


> 
> 2) How do you get the PVR to run without keyboard/mouse as when I ran X
> for the PVR, it wouldn't start without the keyboard and mouse?


I hadf problems with not plugging a mouse in till I changed my mouse
section to this in my XF86.config file:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/null"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection

I don't think I did anything special to my keyboard portion (I have
none plugged in), it looks like this:

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection


More information about the mythtv-users mailing list