Having problems.  Configuration as shown in subject but its not 
working.  The card is based on a Cirrus GD5430 chipset (verified by looking 
physically at the chip on the board).  According to the 4.1.0 doco, this 
chipset is supported.  I assume this is true since the xf86config program 
also lists this card specifically.  /usr/X11R6/bin/X is a sym link to 
XF86_SVGA as indicated by the documentation.

XF86 appears to not be detecting the card chipset for some reason.  Anyone 
have any ideas why this might be happening and how to correct ???

I'm getting the following error in XFree86.0.log (at the end of the file):

(II) LoadModule: "cirrus"
(II) Loading /usr/X11R6/lib/modules/drivers/cirrus_drv.o
(II) Module cirrus: vendor="The XFree86 Project"
         compiled for 4.1.0, module version = 1.0.0
         Module class: XFree86 Video Driver
         ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
         compiled for 4.1.0, module version = 1.0.0
         Module class: XFree86 XInput Driver
         ABI class: XFree86 XInput driver, version 0.2
(II) CIRRUS: driver for Cirrus chipsets: CLGD5430, CLGD5434-4, CLGD5434-8,
         CLGD5436, CLGD5446, CLGD5480, CL-GD5462, CL-GD5464, CL-GD5464BD,
         CL-GD5465, CL-GD7548
(II) Primary Device is: ISA
(EE) No devices detected.

Fatal server error:
no screens found

------

The following is my XF86Config that I'm trying to use.  This was created 
using xf86config (I stripped out the comments):

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  "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


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

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