----- Original Message -----
From: "Olivier Dugeon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 13, 2000 10:23 AM
Subject: Re: [Cooker] 7.1 install of XFree86 4.0 fails - and now works!


> Hi all,
>
> I have tested XFree 4.0 on an G400 dual head. I get invisible mouse
> pointer with an Logitech MouseMan+. xsetroot -cursor doesn't help
> anymore. Hoyt, can you post your XF86Config ?
>

I have received several requests, so I will post to the list.

I was unable to use two Voodoo3-2000 PCI cards because of deliberate
crippling of the tdfx driver because they haven't yet been able to run 3D on
one card and 2D on the other at the same time, so they won't let you use two
cards at once. Hmmm. Anyway, I found an old Matrox Mystique PCI, but had to
upgrade the bios to run XFree86-4.0 with it.

Here is the config file. I will try the wheelmouse config info. Any other
comments or suggestions for improvement are appreciated.

Hoyt

_________________________________________________
#/etc/X11/XF98Config

Section "Files"
    FontPath  "unix/:-1"
EndSection

Section "Module"
 Load  "dri"
 Load  "GLcore"
 Load  "type1"
 Load  "record"
 Load  "glx"
 Load  "extmod"
 Load  "dbe"
 Load  "xie"
 Load  "record"
EndSection

Section "InputDevice"

 Identifier  "Keyboard0"
 Driver      "keyboard"

EndSection

Section "InputDevice"

 Identifier  "Mouse0"
 Driver      "mouse"
 Option      "Protocol" "PS/2"
 Option      "Device" "/dev/mouse"

EndSection

Section "Monitor"

 Identifier   "Mon_left"
 VendorName   "ViewSonic"
 ModelName    "17GS-2"

 HorizSync 30-69
 VertRefresh 50-160

EndSection

Section "Monitor"

 Identifier   "Mon_right"
 VendorName   "Nokia"
 ModelName    "44BS"

 HorizSync 30-62
 VertRefresh 48-100


EndSection

Section "Device"

 Identifier  "3Dfx Interactive Voodoo3"
 Driver      "tdfx"
 VendorName  "3Dfx Interactive"
 BoardName   "Voodoo3"
 BusID       "PCI:0:9:0"
EndSection

Section "Device"

 Identifier  "Matrox Mystique"
 Driver      "mga"
 VendorName  "Matrox"
 BoardName   "Mystique"
 BusID       "PCI:0:11:0"

EndSection


Section "Screen"

 Identifier "Screen0"
 Device     "3Dfx Interactive Voodoo3"
 Monitor    "Mon_left"
 SubSection "Display"
     Depth     8
 EndSubSection
 SubSection "Display"
  Depth     16
 EndSubSection
 SubSection "Display"
  Depth     24
 EndSubSection

EndSection

Section "Screen"

 Identifier "Screen1"
 Device     "Matrox Mystique"
 Monitor    "Mon_right"
 SubSection "Display"
  Depth     8
 EndSubSection
 SubSection "Display"
  Depth     16
 EndSubSection
 SubSection "Display"
  Depth     24
 EndSubSection

EndSection

Section "DRI"

EndSection

Section "ServerLayout"

    Identifier "Main Layout"
     Screen "Screen0"
     Screen "Screen1" RightOf "Screen0"
     option "xinerama" "on"
     InputDevice "Mouse0" "CorePointer"
     InputDevice "Keyboard0" "Corekeyboard"

EndSection




Reply via email to