Hallo,
langsam weiss ich nicht mehr weiter. bis eben gerade benutzte ich noch
X (heute nacht aus den Ports compiliert) und ploetzlich faengt die
Maus an zu spinnen.
Nach einem beenden von X gelang es mir nicht, es neu zu starten.
,----[ /var/log/XFree86.0.log ]
| XFree86 Version 4.4.0
| Release Date: 29 February 2004
| X Protocol Version 11, Revision 0, Release 6.6
| Build Operating System: FreeBSD 5.2.1 i386 [ELF]
| Current Operating System: FreeBSD rincewind.tihnet 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #2: Sun Aug 22 16:12:42 CEST 2004 root(at)rincewind.tihnet:/usr/obj/usr/src/sys/BEASTIE i386
| Build Date: 04 September 2004
| [...]
| (**) Option "Protocol" "Auto"
| (**) Mouse0: Device: "/dev/psm0"
| (**) Mouse0: Protocol: "Auto"
| (**) Option "CorePointer"
| (**) Mouse0: Core Pointer
| (**) Option "Device" "/dev/psm0"
| (EE) xf86OpenSerial: Cannot open device /dev/psm0
| Device not configured.
| (EE) Mouse0: cannot open input device
| (EE) PreInit failed for input device "Mouse0"
| (II) UnloadModule: "mouse"
| (WW) No core pointer registered
| No core pointer
|
| Fatal server error:
| failed to initialize core devices
`----
Wie soll ich den das verstehen:
"Cannot open device /dev/psm0 Device not configured."
ich habe doch nichts geaendert.
Wie bekommeich X wieder "hoch"?
Heino
Anbei meine X-config Datei (die noch so ist, wie seit eh und jeh):
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
FontPath "/usr/local/share/fonts"
FontPath "/usr/X11R6/lib/X11/fonts"
FontPath "/usr/local/share/fonts/override"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/latin2"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/TTF"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/URW"
FontPath "/usr/X11R6/lib/X11/fonts/webfonts"
EndSection
Section "Module"
# Load "freetype"
# Load "xtt"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
Load "speedo"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Emulate3Buttons"
Option "Device" "/dev/psm0"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc102"
Option "XkbLayout" "de"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 30.0 - 70.0
VertRefresh 60.0 - 85.0
EndSection
Section "Device"
Identifier "Card0"
Driver "nv"
ChipSet "RIVA TNT2"
Card "nv RIVA TNT2"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Sat 04 Sep 2004 - 13:32:36 CEST