Hi everybody,

I have the 4.1.0 binaries installed on my linux-from-scratch system.

XF86Config ist configured and the server startx fine.
Unfortunately I am not able to move my mouse.

Any way to get it working? It works for Win98 and Suse 7.0 with X 4.0.3 !!!

# my Hardware: 
# Vision Master Pro 450 
# Logitech 3 Button PS2 
# GERMAN Keyboard, works allright without X
# Pixelview Geforce 2MX 64 MB Ram
# Xfree86 Version 4.1.0
# glib 2.2.4; no gpm installed
# [EMAIL PROTECTED]


Section "Module"
        Load        "dbe"       # Double buffer extension
        
        SubSection  "extmod"
                Option    "omit xfree86-dga"
        EndSubSection
        
        Load        "type1"
        Load        "freetype"
EndSection

Section "Files"
        RgbPath "/usr/X11R6/lib/X11/rgb"
        FontPath   "/usr/X11R6/lib/X11/fonts/local/"
        FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"
        Option "AllowMouseOpenFail" "True"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "Keyboard"
    Option      "AutoRepeat" "500 30"
    Option      "XkbRules"      "xfree86"
    Option      "XkbModel"      "pc101"
    Option      "XkbLayout"     "de"
EndSection

Section "InputDevice"
        Identifier      "Mouse1"
        Driver          "mouse"
        Option          "Protocol"              "Microsoft"
        Option          "Protocol"              "PS/2"
        Option          "Emulate3Buttons"
        Option          "Emulate3Timeout"       "50"
        Option          "ChordMiddle"
EndSection

Section "Monitor"
    Identifier  "vision master pro 450"
    HorizSync   31.5 - 82.0
    VertRefresh 40-150
EndSection

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection

Section "Device"
    Identifier  "pixelview geforce 2 mx"
    Driver      "nv"
    #VideoRam    65536
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "pixelview geforce 2 mx"
    Monitor     "vision master pro 450"
    DefaultDepth 16

    Subsection "Display"
        Depth       16
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
        Identifier      "Simple Layout"
        Screen          "Screen 1"
        InputDevice     "Mouse1"        "CorePointer"
        InputDevice     "Keyboard1"     "CoreKeyboard"
EndSection
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to