Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2000 08:34:53 -0400
From:      John Holland <johnholland@mindspring.com>
To:        questions@FreeBSD.ORG
Subject:   Re: XFree86 4.0 mouse cursor weirdness
Message-ID:  <4.3.1.0.20000519083336.00a73e50@pop.mindspring.com>

next in thread | raw e-mail | index | archive | help

>This wouldn't happen to be a SIS 6326 chipset, per chance?  If so, it's a
>known issue. If not, post your type of card and how you set up your
>XServer, e.g. monitor, mode type, and bpp settings.

I have the same problem with an S3 Virge/DX.  Any clues, or should I buy 
another card?

---------------------------------------------------------------------------------------------------------------------------------------------
FreeBSD bilbo.zoner.org 4.0-STABLE FreeBSD 4.0-STABLE #1: Fri May 12 
23:04:46 EDT 2000     toor@bilbo.zoner.org:/usr/src/sys/compile/BILBO  i386

XFree 4.0

Section "Module"
     Load        "dbe"   # Double buffer extension
     SubSection  "extmod"
       Option    "omit xfree86-dga"   # don't initialise the DGA extension
     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"
EndSection
Section "InputDevice"
     Identifier  "Keyboard1"
     Driver      "Keyboard"
     Option "AutoRepeat" "500 30"
     Option "XkbRules"   "xfree86"
     Option "XkbModel"   "pc101"
     Option "XkbLayout"  "us"
EndSection
Section "InputDevice"
     Identifier  "Mouse1"
     Driver      "mouse"
     Option "Protocol"    "Microsoft"
     Option "Device"      "/dev/cuaa0"
     Option "Emulate3Buttons"
     Option "ChordMiddle"
EndSection
Section "Monitor"
     Identifier  "NEC 3Ds"
     HorizSync   15.5-37
     VertRefresh 50-90
EndSection
Section "Device"
     Identifier  "Standard VGA"
     VendorName  "Unknown"
     BoardName   "Unknown"
     Driver     "vga"
EndSection
Section "Device"
     Identifier  "S3 Virge/DX"
     Driver      "s3virge"
     #VideoRam    4096
      #Option "xaa_benchmark"
      #Option "fifo_moderate"
      #Option "pci_burst_on"
      #Option "pci_retry"
     # Insert Clocks lines here if appropriate
EndSection
Section "Screen"
     Identifier  "Screen 1"
     Device      "S3 Virge/DX"
     Monitor     "NEC 3Ds"
     DefaultDepth 8
     Subsection "Display"
         Depth       8
         Modes       "640x480" "800x600" "1024x768" "1280x1024"
         ViewPort    0 0
     EndSubsection
     Subsection "Display"
         Depth       16
         Modes       "640x480" "800x600" "1024x768" "1280x1024"
         ViewPort    0 0
     EndSubsection
     Subsection "Display"
         Depth       24
         Modes       "640x480" "800x600" "1024x768" "1280x1024"
         ViewPort    0 0
     EndSubsection
EndSection
Section "ServerLayout"
     Identifier  "Simple Layout"
     Screen "Screen 1"
     InputDevice "Mouse1" "CorePointer"
     InputDevice "Keyboard1" "CoreKeyboard"
EndSection



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.1.0.20000519083336.00a73e50>