[Gllug] invisible mouse

Jeremy Tarling jelly at topdrawersausage.net
Fri Feb 28 07:55:39 UTC 2003


> Let me know if this helps.

It didn't, but thanks anyway.  Here's my XF86Config file:

###################################################
# File generated by xf86config (comments taken out).

Section "Module"
    Load        "dbe"  	# Double buffer extension
     SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
     EndSubSection
    Load        "type1"
    Load        "freetype"
    Load       "glx"
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/"
#   ModulePath "/usr/X11R6/lib/modules"
EndSection

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

Section "InputDevice"
    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/psaux"
    Option "SWCursor"    "boolean"
EndSection

Section "Monitor"
    Identifier  "Compaq monitor"
    HorizSync   30-54
    VertRefresh 50-120
EndSection

Section "Device"
    Identifier  "Matrox Millennium G200 SD 16MB"
    Driver      "mga"
    VideoRam 16384
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "Matrox Millennium G200 SD 16MB"
    Monitor     "Compaq monitor"
    DefaultDepth 16

    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
###############################################

Jeremy Tarling

-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list