Dear XFree Folks,

I have had a recurring set of problems for several weeks now that has
taken almost all my time. While I have received several helpful comments
from this site, I am still left with a significant problem and hope someone can
help me finish it off.


For many months I used XFree 4.3 without trouble on my Debian Woody
machine.

A couple weeks ago I had a hyperactive, out of control mouse, in add'n
to several other X-related problems.  I followed comments I received
here (and also re-installed X).  Now I have a completely unresponsive
mouse (though almost everything else appears OK).

I have a 3-button,  PS/2 mouse and  I have attached my most recent config
file.

Please help me. Thank you,

Richard

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen         "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  "dbe"
        Load  "dri"
        Load  "glx"
        Load  "record"
        Load  "pex5"
        Load  "xtrap"
        Load  "xie"
        Load  "speedo"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbRules"  "xfree86"
        Option      "XkbModel"  "pc104"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol"  "PS/2"
        Option      "Buttons"   "3"
        Option      "Device" "/dev/psaux"
        Option      "Emulate3Buttons"  "false"
EndSection

Section "Monitor"
        #DisplaySize      360   260     # mm
        Identifier   "Monitor0"
        VendorName   "PTS"
        ModelName    "3e5"
        HorizSync    30-98
        VertRefresh  50-150
        Option      "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "HWCursor"                  # [<bool>]
        #Option     "SWCursor"                  # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "UseBIOS"                   # [<bool>]
        #Option     "LCDClock"                  # <freq>
        #Option     "ShadowStatus"              # [<bool>]
        #Option     "CrtOnly"                   # [<bool>]
        #Option     "TvOn"                      # [<bool>]
        #Option     "PAL"                       # [<bool>]
        #Option     "ForceInit"                 # [<bool>]
        Identifier  "Card0"
        Driver      "vesa"
        VendorName  "S3 Inc."
        BoardName   "[ProSavageDDR K4M266]"
        BusID       "PCI:1:0:0"
        VideoRam    32768
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth  16 
        SubSection "Display"
                Depth     1
                Modes     "1600x1200"   "1280x1024"   "1024x768"   "640x480"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes     "1600x1200"    "1280x1024"  "1024x768"   "640x480"  
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes     "1600x1200"    "1280x1024"  "1024x768"   "800x600"   
"640x480"  
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes     "1600x1200"    "1280x1024"  "1024x768"   "800x600"   
"640x480"  
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes     "1600x1200"    "1280x1024"  "1024x768"   "800x600"   
"640x480"  
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes     "1600x1200"    "1280x1024"  "1024x768"   "800x600"   
"640x480"  
        EndSubSection
        SubSection "Display"
                Depth     32
                Modes     "1600x1200"    "1280x1024"  "1024x768"   "800x600"   
"640x480"
        EndSubSection
EndSection

Reply via email to