Solved: [Debian/XFree] Konfigurationsprobleme
orpheus 05.05.2003 - 18:14 1744 19
orpheus
in a nutshell
|
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: Cannot open /dev/psaux no such device
Adding extended input device
Fatal server error
Caught Signal 11 Server aborting
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. Auf meinem alten P2 funktioniert die mouse unter denselben Einstellungen allerdings wunderbar Ich bin mit meinem (eher begrenztem) Linux Latein am Ende Mögen die Götter mich erhören (Spunz wo bist du)
Bearbeitet von orpheus am 15.05.2003, 18:13 (mice nicht mouse )
|
spunz
Super ModeratorSuper Moderator
|
was ist das für ein maus? ps2 oder usb?
|
orpheus
in a nutshell
|
die wheelmouse is ps2 die optische usb
|
spunz
Super ModeratorSuper Moderator
|
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"
|
orpheus
in a nutshell
|
mit was machst du die xfree config? 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 dank ) XFreeConfig sieht ca so aus... ...
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
ich denke mal das dich nur die mouse spez. einträge interessieren braucht vesa eigentlich den aktivierten framebuffer?
|
orpheus
in a nutshell
|
so hier sind xf86config und die log XF86Config-4 (dpkg-reconfigure xserver-xfree86)### 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
XFree86.0.log attached tia
Bearbeitet von orpheus am 05.05.2003, 19:49
|
xdfk
pädagogisch wertvoll
|
in der console als root lsmod eingeben und output posten.
|
orpheus
in a nutshell
|
lsmod 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]
|
spunz
Super ModeratorSuper Moderator
|
installier die von mir geposteten module mit modconf und klammere den genazen "generic mouse" eintrag aus.
|
orpheus
in a nutshell
|
funzt ned 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]
hab generic mouse ausgeklammert auch in der server section
|
spunz
Super ModeratorSuper Moderator
|
eh auf /dev/input/mice bei der usb maus eingestellt?
|
orpheus
in a nutshell
|
ja hab's auch schon mit der ps2 probiert (mit /dev/psaux nat.) funzt ned
|
spunz
Super ModeratorSuper Moderator
|
jetzt wirds zach, poste nochmal die aktuelle xfree config und die gesamte fehlermeldung.
|
dh233
Bloody Newbie
|
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
|
orpheus
in a nutshell
|
jetzt wirds zach, poste nochmal die aktuelle xfree config und die gesamte fehlermeldung. done.. die usb mouse hat ihren geist aufgegeben d.h. nur noch ps2, allerdings funktioniert die im xinit nur wenn ich startx ausführe gibt's wieder das altbekannte problem da PCI ja mit PCI0:1:0 und AGP mit PCI:1:0:0 dürfte es daran ja auch nicht liegen oder? aktuelle XF86Config-4 aktuelle lsmod output aktuelle XFree86.0.log@dh233 werd ich noch ausprobieren - die frage is nur warum kde nicht funzt? danke
Bearbeitet von orpheus am 06.05.2003, 12:55
|