----- Original Message -----
From: "root" <[EMAIL PROTECTED]>
To: "mandrake cooker" <[EMAIL PROTECTED]>
Sent: Monday, May 01, 2000 8:16 PM
Subject: [Cooker] mandrake 7.1b


> Hi, ( Sorry for my english)
>
> I downloaded hydrogen-inst.iso from free.ftp.fr this morning ( In
> Montreal, Quebec - I was lucky to get 150 kb/s bandwidth ).
>
> ---> I previously read here that the XFree 4.0 was OK and it worked
> gracefully with the 3fdx Voodoo3 cards.
>

Here is my XF86Config file for version 4.0. I used two Voodoo3-2000 cards
and two ViewSonic 17-GS2 monitors. I have not yet gotten my wheel mouse
working, so the mouse is configured as a plain PS/2.

I got the Bus ID from cat /proc/pci.

Make sure that the two device identifier names are different if you are
using the same cards.

I would appreciate any suggestions as to a better configuration.

Hoyt

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/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"


EndSection

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

Section "ServerFlags"
    Option      "DisableVidModeExtension"
    Option      "blank time"    "10"
    Option      "standby time"  "20"
    Option      "suspend time"  "30"
    Option      "off time"      "60"
EndSection


Section "InputDevice"
 Identifier  "Keyboard0"
 Driver      "keyboard"
EndSection

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

EndSection

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

 VertRefresh 50-160  # Hz
 HorizSync 30-69  # kHz

Modeline "1024x768"    44.9  1024 1048 1208 1264   768  776  784  817
Interlace
Modeline "1024x768"    65    1024 1032 1176 1344   768  771  777
 806 -hsync -vsync
Modeline "1024x768"    75    1024 1048 1184 1328   768  771  777
 806 -hsync -vsync
Modeline "1024x768"    85    1024 1032 1152 1360   768  784  787  823
Modeline "1024x768"   98.9  1024 1056 1216 1408   768 782 788
822 -HSync -VSync
Modeline "1024x768"   115.5  1024 1056 1248 1440  768  771  781
 802 -HSync -VSync


EndSection
Section "Monitor"
 Identifier   "Mon_right"
 VendorName   "ViewSonic"
 ModelName    "17-GS-2"

 VertRefresh 50-160  # Hz
 HorizSync 30-69 # kHz

Modeline "1024x768"    44.9  1024 1048 1208 1264   768  776  784  817
Interlace
Modeline "1024x768"    65    1024 1032 1176 1344   768  771  777
 806 -hsync -vsync
Modeline "1024x768"    75    1024 1048 1184 1328   768  771  777
 806 -hsync -vsync
Modeline "1024x768"    85    1024 1032 1152 1360   768  784  787  823
Modeline "1024x768"   98.9  1024 1056 1216 1408   768 782 788
822 -HSync -VSync
Modeline "1024x768"   115.5  1024 1056 1248 1440  768  771  781
 802 -HSync -VSync




EndSection

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

Section "Device"
 Identifier  "3Dfx Voodoo3"
 Driver      "tdfx"
 VendorName  "3Dfx Interactive"
 BoardName   "Voodoo3"
 BusID       "PCI:0:11:0"
EndSection


Section "Screen"
 Identifier "screenleft"
 Device     "3Dfx Interactive Voodoo3"
 Monitor    "Mon_left"
 DefaultDepth 24
 SubSection "Display"
  Depth     8
  Modes "1024x768"
 EndSubSection
        Subsection "Display"
            Depth       24
            Modes        "1024x768"
           ViewPort    0 0
        EndSubsection

EndSection

Section "Screen"
 Identifier "screenright"
 Device     "3Dfx Voodoo3"
 Monitor    "Mon_right"
 DefaultDepth 24
 SubSection "Display"
  Depth     8
  Modes "1024x768"
 EndSubSection
        Subsection "Display"
            Depth       24
            Modes        "1024x768"
           ViewPort    0 0
        EndSubsection
EndSection

Section "DRI"
EndSection


Section "ServerLayout"
    Identifier  "Main Layout"
  Screen "screenleft"
  Screen "screenright"  RightOf "screenleft"
 option "xinerama" "on"
     InputDevice "Mouse0" "CorePointer"
     InputDevice "Keyboard0" "CoreKeyboard"
EndSection





_____________________________________________
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html

Reply via email to