Here is the config file.  I had posted the Config file in a previous email 
(with a different title and much longer body.  Here it is again.)  Don't 
laugh at my graphics card :)  Its a lowly VLB based card on a very old system.

I should have said "unresolved reference" to a needed object in libvbe (or 
whatever it is called for the VESA Driver.)

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"   "pc104"
     Option "XkbLayout"  "us"

EndSection

Section "InputDevice"

     Identifier  "Mouse1"
     Driver      "mouse"
     Option "Protocol"    "PS/2"
     Option "Device"      "/dev/wsmouse"
     Option "Emulate3Buttons"

EndSection

Section "Monitor"

     Identifier  "Display"
     HorizSync   31.5 - 57.0
     VertRefresh 50-100

EndSection

Section "Device"

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

Section "Device"

     Identifier  "Diamond SpeedStar Pro SE (CL-GD5430/5434)"
     Driver      "cirrus"
     VideoRam    2048
     #MemBase 0x00e00000         # ISA card that maps to 14Mb
     #MemBase 0x04000000         # VLB card that maps to 64Mb
     #MemBase 0x80000000         # VLB card that maps to 2048Mb
     #MemBase 0x02000000         # VLB card that maps to 32Mb
     #Option "linear"
     # Insert Clocks lines here if appropriate

EndSection

Section "Screen"

     Identifier  "Screen 1"
     Device      "Diamond SpeedStar Pro SE (CL-GD5430/5434)"
     Monitor     "Display"
     DefaultDepth 16

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

EndSection

Section "ServerLayout"

     Identifier  "Simple Layout"
     Screen "Screen 1"
     InputDevice "Mouse1" "CorePointer"
     InputDevice "Keyboard1" "CoreKeyboard"

EndSection


At 12:14 AM 1/16/2002 -0800, you wrote:
>I am not sure whether these unresolvable symbol errors are a problem (I 
>think I remember getting
>some which were quite harmless once). Nothing keeps you from hacking the 
>config file you got by
>changing the driver to what goes best with your card. I don't remember 
>whether you posted you
>XF86Config[-4] file, could you do?
>Lionel
>--- Sean O'Neill <[EMAIL PROTECTED]> wrote:
> > I did that initially.  According to XFree86 -configure, the card was setup
> > to the VESA driver - this driver didn't work for me.  Got some 
> unresolvable
> > symbol errors.  That's when I started poking around and found the Cirrus
> > Driver which is supposed to support my cards chipset.
> >
>
>
>__________________________________________________
>Do You Yahoo!?
>Send FREE video emails in Yahoo! Mail!
>http://promo.yahoo.com/videomail/
>_______________________________________________
>Newbie mailing list
>[EMAIL PROTECTED]
>*** To unsubscribe , or change message options, see:
>http://XFree86.Org/mailman/listinfo/newbie

-
........................................................
......... ..- -. .. -..- .-. ..- .-.. . ... ............
.-- .. -. -... .-.. --- .-- ... -.. .-. --- --- .-.. ...

Sean O'Neill

_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to