Sie sind nicht angemeldet.

1

21.04.2016, 12:48

X-Server + Maus / Tastatur ohne evdev

Moin,

Ich hab mal wieder ein kleines Problem ich hab einen minimalen X-Server mit folgenden use flags, welche ja eigentlich für Maus und Tastatur reichen sollten.

Quellcode

1
2
3
# Xorg
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="fbdev"



jetzt hab ich aber das Problem das ich evdev nicht nutzen kann (Kann keinen neuen Kernel Bauen), meine Einträge für die xorg.conf hab ich soweit gemacht allerdings obwohl nicht vorhanden versucht der X-Server das evdev Modul zu laden und verhindert somit das die Drives eingebunden werden, kann man das irgendwie abschalten b.z.w. verhindern.

Zitat


[ 39186.324] Current Operating System: Linux OrangePI 3.4.39 #1 SMP PREEMPT Mon Oct 12 12:02:29 CEST 2015 armv7l
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 39186.330] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[ 39186.331] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 39186.331] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 39186.331] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 39186.331] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[ 39186.331] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[ 39186.331] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 39186.331] (WW) Disabling Mouse0
[ 39186.331] (WW) Disabling Keyboard0
[ 39186.360] (WW) Falling back to old probe method for fbdev
[ 39186.362] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 39186.553] (WW) Warning, couldn't open module evdev
[ 39186.553] (EE) Failed to load module "evdev" (module does not exist, 0)
[ 39186.553] (EE) No input driver matching `evdev'
[ 39186.558] (WW) Warning, couldn't open module evdev
[ 39186.558] (EE) Failed to load module "evdev" (module does not exist, 0)
[ 39186.558] (EE) No input driver matching `evdev'
[ 39186.566] (WW) Warning, couldn't open module evdev
[ 39186.566] (EE) Failed to load module "evdev" (module does not exist, 0)
[ 39186.566] (EE) No input driver matching `evdev'


Zitat


Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/input/mouse1"
Option "Protocol" "auto"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "Device" "/dev/input/event1"
Option "XkbModel" "pc105"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »theborg« (21.04.2016, 13:24)


2

21.04.2016, 13:23

Hab es raus gefunden nach ewigen rumgegoogle, ist per gedrosseltem umts nicht so lustig ;(

Im Serverlayout eintragen:

Zitat


Option "AutoAddDevices" "False"


mfg

3

21.04.2016, 13:28

Wieso willst Du kein Udev verwenden? Hat das einen bestimmten Grund?

Gruß Andreas

4

21.04.2016, 16:57

Jup evdev lässt sich nur mit den Kernel Quellen emergen, diese hab ich momentan nicht