URL: https://www.overclockers.at/linux/solved_debian_xfree_konfigurationsprobleme_77517/page_1 - zur Vollversion wechseln!
Servus!
- Debian 3.0r1
- XFree 4.x
- KDE 2.2
- BF24er Kernel
- Kyro II using VESA
- Microsoft WheelMouse
Problem:
Starten funktioniert ganz normal bis zum KDE Loading Screen
Das Problem liegt nun darin das sich der xserver in dem moment aufhängt wenn es um die maus geht:
Hab schon mdetect laufen lassen und das Ergebniss in die config eingetragen ohne Erfolg - ebenso erfolglos wie der Versuch die MSOpticalMouse unter Verwendung von /dev/input/mice und hotplug zum laufen zu bringen.Code:Cannot open /dev/psaux no such device Adding extended input device Fatal server error Caught Signal 11 Server aborting
was ist das für ein maus? ps2 oder usb?
die wheelmouse is ps2
die optische usb
mit was machst du die xfree config? per editor oder mit "dpkg-reconfigure xserver-xfree86" ? poste mal die ausgabe von "lsmod" und deine /etc/X11/XF86Config-4
für eine usb maus brauchst du auf jeden fall die module "mousedev, usbmouse, hid"
habs zuerst mit dpkg-reconfigure xserver-xfree86 probiert nachdems da nicht gfunzt hat hab's noch mal per hand mitm vi probiert. hab aus der dem noch dpkg-reconfigure xserver-common ausgeführt und da die Bus-ID gesetzt (AGP 1:0:0) hab im moment derzeit auch keine möglichkeit auf den rechner zuzugreifen (meiner schwester sei dankZitatmit was machst du die xfree config?
Code:... Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "PS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection ... Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Generic Mouse" EndSection
so hier sind xf86config und die log
XF86Config-4 (dpkg-reconfigure xserver-xfree86)
Code:### BEGIN DEBCONF SECTION # XF86Config-4 (XFree86 server configuration file) generated by dexconf, the # Debian X Configuration tool, using values from the debconf database. # # Edit this file with caution, and see the XF86Config-4 manual page. # (Type "man XF86Config-4" at the shell prompt.) # # If you want your changes to this file preserved by dexconf, only make changes # before the "### BEGIN DEBCONF SECTION" line above, and/or after the # "### END DEBCONF SECTION" line below. # # To change things within the debconf section, run the command: # dpkg-reconfigure xserver-xfree86 # as root. Also see "How do I add custom sections to a dexconf-generated # XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz. Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "pex5" Load "record" Load "speedo" Load "type1" Load "vbe" Load "xie" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "PS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "64MB PowerVR Kyro II" Driver "vesa" BusID "AGP:1:0:0" EndSection Section "Monitor" Identifier "MV 700" HorizSync 30-70 VertRefresh 50-160 Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "64MB PowerVR Kyro II" Monitor "MV 700" DefaultDepth 16 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Generic Mouse" EndSection Section "DRI" Mode 0666 EndSection ### END DEBCONF SECTION
in der console als root lsmod eingeben und output posten.
lsmod
Code:Module Size Used by Not tainted keybdev 1664 0 (unused) usbkbd 2848 0 (unused) input 3072 0 [keybdev usbkbd] usb-uhci 20708 0 (unused) usbcore 48032 0 [usbkbd usb-uhci] emu10k1 55712 0 (unused) sound 52876 0 [emu10k1] ac97_codec 9568 0 [emu10k1] soundcore 3236 7 [emu10k1 sound] ide-scsi 7488 0 parport_pc 25704 1 (autoclean) lp 6912 0 (autoclean) parport 21728 1 (autoclean) [parport_pc lp]
installier die von mir geposteten module mit modconf und klammere den genazen "generic mouse" eintrag aus.
funzt ned
Code:Module Size Used by Not tainted nls_cp437 4384 2 (autoclean) msdos 4668 1 (autoclean) usbmouse 1760 0 (unused) hid 18816 0 (unused) mousedev 3776 0 keybdev 1664 0 (unused) usbkbd 2848 0 (unused) input 3072 0 [usbmouse hid mousedev keybdev usbkbd] usb-uhci 20708 0 (unused) usbcore 48032 0 [usbmouse hid usbkbd usb-uhci] emu10k1 55712 0 (unused) sound 52876 0 [emu10k1] ac97_codec 9568 0 [emu10k1] soundcore 3236 7 [emu10k1 sound] ide-scsi 7488 0 parport_pc 25704 1 (autoclean) lp 6912 0 (autoclean) parport 21728 1 (autoclean) [parport_pc lp]
eh auf /dev/input/mice bei der usb maus eingestellt?
ja hab's auch schon mit der ps2 probiert (mit /dev/psaux nat.) funzt ned
jetzt wirds zach, poste nochmal die aktuelle xfree config und die gesamte fehlermeldung.
Das gleiche Problem hatte ich auch. Als ich dann aber gnome verwendet habe, hats sofort geklappt.
Ich weiß: Das hilft dir bei deinem Problem mit KDE nicht weiter, aber falls es dir nur um einen funktionierenden Desktop geht, probier mal gnome. (Mit Framebuffer).
mfg
dh233
Zitat von spunzjetzt wirds zach, poste nochmal die aktuelle xfree config und die gesamte fehlermeldung.
overclockers.at v4.thecommunity
© all rights reserved by overclockers.at 2000-2025