Hi Everyone,

I posted a similar message to this one a couple months ago about this 
and it's come up again (still unresolved.) Anyway...

I'm running XFree86 4.0.3 (i386 binaries) on NetBSD 1.5.1.

If I "startx" after a system re-boot twm starts up fine. The mouse works 
great! The picture is pretty.

But if I log out of X and then try to "startx" again, the mouse seems to 
go in the wrong direction (as if it were insane) and starts sending lots 
of mouse and keyboard data to the X server.

Please let me know if there is anything I can do to fix or research this 
problem some more. I'm sure it is bound to come up for someone else.


Louis

Here's the XF86Config...

Section "ServerLayout"
         Identifier     "XFree86 Configured"
         Screen      0  "Screen0" 0 0
         InputDevice    "Mouse0" "CorePointer"
         InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
         RgbPath      "/usr/X11R6/lib/X11/rgb"
         ModulePath   "/usr/X11R6/lib/modules"
         FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
         FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
         FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
         FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
         FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
         FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
         Load  "extmod"
         Load  "xie"
         Load  "pex5"
         Load  "glx"
         Load  "GLcore"
         Load  "dbe"
         Load  "record"
EndSection

Section "InputDevice"
         Identifier  "Keyboard0"
         Driver      "keyboard"
EndSection

Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Protocol" "wsmouse"
         Option      "Device" "/dev/wsmouse0"
         Option      "Buttons" "5"
         Option      "ZAxisMapping" "4 5"
EndSection

Section "Pointer"
         Protocol    "wsmouse"
         Device      "/dev/wsmouse0"
         ZAxisMapping 4 5
EndSection

Section "Monitor"
         Identifier   "Monitor0"
         VendorName   "Gateway"
         ModelName    "VX720"
         HorizSync    31.5-93.8
         VertRefresh  59.9-75.0
EndSection

Section "Device"
         ### Available Driver options are:-
         #Option     "slow_edodram"
         #Option     "slow_dram"
         #Option     "fast_dram"
         #Option     "fpm_vram"
         #Option     "NoAccel"
         #Option     "HWCursor"
         #Option     "SWCursor"
         #Option     "ShadowFB"
         #Option     "Rotate"
         #Option     "UseBIOS"
         Identifier  "Card0"
         Driver      "savage"
         VendorName  "S3"
         BoardName   "ProSavage KM133"
         BusID       "PCI:1:0:0"
EndSection

Section "Screen"
         Identifier "Screen0"
         Device     "Card0"
         Monitor    "Monitor0"
         DefaultDepth 16
         SubSection "Display"
                 Depth     1
         EndSubSection
         SubSection "Display"
                 Depth     4
         EndSubSection
         SubSection "Display"
                 Depth     8
         EndSubSection
         SubSection "Display"
                 Depth     15
         EndSubSection
         SubSection "Display"
                 Depth     16
         EndSubSection
         SubSection "Display"
                 Depth     24
         EndSubSection
EndSection

Section "DRI"
EndSection

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to