[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem mit Xserver



Am 11.01.2012 01:33, schrieb Jan Kohnert:
Am Sonntag, 8. Januar 2012, 23:41:38 schrieb Dirk Finkeldey:
Am 05.01.2012 11:26, schrieb Jan Kohnert:
Hallo,

Am 01.01.2012 21:27, schrieb Dirk Finkeldey:
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or
'vmmouse' will be disabled.
(WW) Disabling Keyboard0
(WW) Disabling Mouse0
Das ist seit irgendeiner Version von Xorg Standard. Du musst es
entweder deaktivieren, oder du lässt X selbst die Devices auswählen.
Falls du das automatische auswählen möchtest, such mal nach evdev.
Aber die Mouse&  Keyboard Unterstützung erfolgt doch über evdev.

Zumindest geht es für mich so aus den .deb Namen der Xorg Komponenten
hervor.
Laut den zitierten Log-Einträgen eben nicht. Der OP hat (so entnehme ich es
meiner Glaskugel) wahrscheinlich eine xorg.conf irgendwo ($HOME oder
/etc/X11/) angelegt, in der Mouse und Keyboard mit entsprechendem Treiber
konfiguriert sind. Xorg liest die Config und versucht, den Treiber zu laden.
Da aber (per Default) evdev ativiert ist, blockieren sich die Einstellungen
und nichts geht mehr.

Solange der OP aber nichts zu seiner Config sagt, ist hier alles Kaffeesatz
lesen...
Entschuldigung, hier die xorg.conf aus /etc/X11 :

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 290.10 (buildd@barber) Fri Dec 9 09:55:46 UTC 2011


Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"

EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6100"
EndSection

Section "Screen"

# Removed Option "metamodes" "1600x1200 +0+0"
# Removed Option "metamodes" "1920x1080_60 +0+0; nvidia-auto-select +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "1680x1050_60 +0+0; nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Hier aus /usr/share/Xorg/xorg.conf.d :

10-evdev.conf :

#
# Catch-all evdev loader for udev-based systems
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection


Hier die zuletzt Installierten Pakete :

Start-Date: 2011-12-28  12:14:51
Install: xserver-xfbdev:amd64 (1.10.4-1~bpo60+1), nvidia-glx-ia32:amd64 (280.13.really.275.36-1~bpo60+1), libgl1-nvidia-glx-ia32:amd64 (280.13.really.275.36-1~bpo60+1), xserver-xephyr:amd64 (1.10.4-1~bpo60+1)
Upgrade: libjasper1:amd64 (1.900.1-7+b1, 1.900.1-7+squeeze1), x11-common:amd64 (7.5+8+squeeze1, 7.6+8~bpo60+1), libglu1-mesa:amd64 (7.7.1-5, 7.10.3-4~bpo60+1)
Error: Sub-process /usr/bin/dpkg returned an error code (1)
End-Date: 2011-12-28  12:18:29


Gruß Dirk Finkeldey


Reply to: