Hi;
     I wanted to launch XFree86 4.1 under suse 7.1 and my graphic card
sis 630s AGP 8Mo is not recognized. I tried sax2 with option -m 0=fbdev 
and the programm fails with message :" no screen".
I have a laptop PackardBell with PIII 1Go RAM 128Mo DD 20Go.
I don't know what to do!
Here's my sax.log file:

Search Results from ScanMouse...
---------------------------------
Mouse0:ps/2:/dev/pointer0

Search Results from ScanMouse...
---------------------------------
Mouse0:ps/2:/dev/pointer0

Search Results from ScanKeyboard...
------------------------------------
Keyboard0:Protocol:Standard
Keyboard0:Protocol:Standard
Keyboard0:XkbModel:pc102
Keyboard0:XkbLayout:fr

Search Results from ScanServer...
----------------------------------
Card0:BusId:0x0
Card0:SlotId:0x02
Card0:FuncId:0x0
Card0:Vendor:SiS
Card0:Device:SG86C201
Card0:VID:0x1039
Card0:DID:0x0001
Card0:Module:sis
Card0:BusType:PCI
Card0:Detected:2
Card0:Flag:DEFAULT
Card0:SUB-VID:0x0000
Card0:SUB-DID:0x0000
Card1:BusId:0x1
Card1:SlotId:0x00
Card1:FuncId:0x0
Card1:Vendor:SiS
Card1:Device:SIS630
Card1:VID:0x1039
Card1:DID:0x6300
Card1:Module:sis
Card1:BusType:AGP
Card1:Detected:2
Card1:Flag:DEFAULT
Card1:SUB-VID:0x0000
Card1:SUB-DID:0x0000

Search Results from ScanServer...
----------------------------------
Card0:BusId:0x0
Card0:SlotId:0x02
Card0:FuncId:0x0
Card0:Vendor:SiS
Card0:Device:SG86C201
Card0:VID:0x1039
Card0:DID:0x0001
Card0:Module:sis
Card0:BusType:PCI
Card0:Detected:2
Card0:Flag:DEFAULT
Card0:SUB-VID:0x0000
Card0:SUB-DID:0x0000
Card1:BusId:0x1
Card1:SlotId:0x00
Card1:FuncId:0x0
Card1:Vendor:SiS
Card1:Device:SIS630
Card1:VID:0x1039
Card1:DID:0x6300
Card1:Module:sis
Card1:BusType:AGP
Card1:Detected:2
Card1:Flag:DEFAULT
Card1:SUB-VID:0x0000
Card1:SUB-DID:0x0000

Search Results from ScanXstuff...
----------------------------------

XFree86 config file from probeonly start...
--------------------------------------------
#! /.../
# Copyright (c) 1995-2000 SuSE GmbH Nuernberg, Germany.
#
# Author: Marcus Schaefer <[EMAIL PROTECTED]>
#
# sample configuration template to start the
# configuration Server for SaX
#
Section "Files"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
   FontPath      "/usr/X11R6/lib/X11/fonts/misc"
EndSection

Section "Module"
   SubSection "extmod"
     Option      "omit xfree86-dga"
   EndSubSection
   Load      "freetype"
   Load      "type1"
   Load      "dbe"
EndSection

Section "ServerFlags"
   Option      "AllowMouseOpenFail"
EndSection

Section "InputDevice"
   Identifier      "Mouse[0]"
   Driver      "mouse"
   Option     "Protocol"     "ps/2"
   Option     "Device"      "/dev/pointer0"
EndSection

Section "InputDevice"
   Identifier      "Keyboard[0]"
   Driver      "Keyboard"
   Option     "Protocol"      "Standard"
   Option     "XkbLayout"      "fr"
   Option     "XkbModel"      "pc102"
EndSection

Section "Monitor"
     VertRefresh      40-90      # Hz
     HorizSync       29-70      # Khz
     Identifier      "Monitor[0]"
EndSection

Section "Monitor"
     VertRefresh      40-90      # Hz
     HorizSync       29-70      # Khz
     Identifier      "Monitor[1]"
EndSection

Section "Device"
     Identifier      "Card[0]"
     Driver          "sis"
     BusID           "0:2:0"
EndSection

Section "Device"
     Identifier      "Card[1]"
     Driver          "sis"
     BusID           "1:0:0"
EndSection

Section "Screen"
   Device      "Card[0]"
   Monitor      "Monitor[0]"
   Identifier      "Screen[0]"
   DefaultDepth      8
   SubSection "Display"
     Depth      8
     Modes      "640x480"
   EndSubSection
EndSection


Section "Screen"
   Device      "Card[1]"
   Monitor      "Monitor[1]"
   Identifier      "Screen[1]"
   DefaultDepth      8
   SubSection "Display"
     Depth      8
     Modes      "640x480"
   EndSubSection
EndSection


Section "ServerLayout"
   Screen    "Screen[0]" LeftOf "Screen[1]"
   Screen    "Screen[1]" RightOf "Screen[0]"
   Identifier      "Layout[all]"
   InputDevice     "Keyboard[0]"     "CoreKeyboard"
   InputDevice     "Mouse[0]"     "CorePointer"
EndSection


Section "DRI"
   Group      "video"
   Mode       0660
EndSection


XFree86 log file from probeonly start...
----------------------------------------

XFree86 Version 4.0.2 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 18 December 2000
     If the server is older than 6-12 months, or if your card is
     newer than the above date, look for a newer version before
     reporting problems.  (See http://www.XFree86.Org/FAQ)
Operating System: SuSE Linux [ELF] SuSE
Module Loader present
(==) Log file: "/var/log/XFree86.1.log", Time: Mon Nov 12 21:42:41 2001
(++) Using config file: "/tmp/sysp-1547/config.sax"
Markers: (--) probed, (**) from config file, (==) default setting,
          (++) from command line, (!!) notice, (II) informational,
          (WW) warning, (EE) error, (??) unknown.
(==) ServerLayout "Layout[all]"
(**) |-->Screen "Screen[0]" (0)
(**) |   |-->Monitor "Monitor[0]"
(**) |   |-->Device "Card[0]"
(**) |-->Screen "Screen[1]" (1)
(**) |   |-->Monitor "Monitor[1]"
(**) |   |-->Device "Card[1]"
(**) |-->Input Device "Keyboard[0]"
(**) XKB: model: "pc102"
(**) XKB: layout: "fr"
(**) |-->Input Device "Mouse[0]"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 0.1.0
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 0.1.0
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(--) PCI:*(1:0:0) SiS 630 rev 49, Mem @ 0xf0000000/27, 0xec100000/17, 
I/O @ 0xa000/7
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.1.8
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/drivers/sis_drv.o
(II) Module sis: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 0.6.0
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0
(II) SIS: driver for SiS chipsets: SIS5597, SIS5598, SIS530, SIS6326,
     SIS300, SIS630, SIS540
(--) Chipset SIS630 found
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 0.1.0
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 0.1.0
(**) SIS(0): Depth 8, (--) framebuffer bpp 8
(==) SIS(0): Default visual is PseudoColor
(==) SIS(0): Using gamma correction (1.0, 1.0, 1.0)
(==) SIS(0): Using HW cursor
(--) SIS(0): Detected DRAM type : SDRAM
(--) SIS(0): Detected memory clock : 100.226MHz
(--) SIS(0): Detected VRAM bus width is 64
(--) SIS(0): Linear framebuffer at 0xF0000000
(--) SIS(0): MMIO registers at 0xEC100000
(--) SIS(0): Relocate IO registers at 0xA000
(--) SIS(0): VideoRAM: 8192 kByte
Total Adapter Bandwidth is 801.808M
CRT1 Used Bandwidth is 400.904M
(==) SIS(0): Min pixel clock is 16 MHz
(--) SIS(0): Max pixel clock is 278 MHz
(II) SIS(0): Monitor[1]: Using hsync range of 29.00-70.00 kHz
(II) SIS(0): Monitor[1]: Using vrefresh range of 40.00-90.00 Hz
(II) SIS(0): Clock range:  16.25 to 278.18 MHz
(WW) SIS(0): Default mode "1280x960" deleted (hsync out of range)
(WW) SIS(0): Default mode "1280x1024" deleted (hsync out of range)
(WW) SIS(0): Default mode "1280x1024" deleted (hsync out of range)
(WW) SIS(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) SIS(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) SIS(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) SIS(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) SIS(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) SIS(0): Default mode "1792x1344" deleted (hsync out of range)
(WW) SIS(0): Default mode "1792x1344" deleted (hsync out of range)
(WW) SIS(0): Default mode "1856x1392" deleted (hsync out of range)
(WW) SIS(0): Default mode "1856x1392" deleted (bad mode 
clock/interlace/doublescan)
(WW) SIS(0): Default mode "1920x1440" deleted (hsync out of range)
(WW) SIS(0): Default mode "1920x1440" deleted (bad mode 
clock/interlace/doublescan)
(--) SIS(0): Virtual size is 640x480 (pitch 640)
(**) SIS(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(==) SIS(0): DPI set to (75, 75)
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.2.0
(II) SIS(0): Accel Enable
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0

Search Results from ScanServer...
----------------------------------
Card0:BusId:0x0
Card0:SlotId:0x02
Card0:FuncId:0x0
Card0:Vendor:SiS
Card0:Device:SG86C201
Card0:VID:0x1039
Card0:DID:0x0001
Card0:Module:sis
Card0:BusType:PCI
Card0:Detected:2
Card0:Flag:DEFAULT
Card0:SUB-VID:0x0000
Card0:SUB-DID:0x0000
Card1:BusId:0x1
Card1:SlotId:0x00
Card1:FuncId:0x0
Card1:Vendor:SiS
Card1:Device:SIS630
Card1:VID:0x1039
Card1:DID:0x6300
Card1:Module:sis
Card1:BusType:AGP
Card1:Detected:2
Card1:Flag:DEFAULT
Card1:SUB-VID:0x0000
Card1:SUB-DID:0x0000

Search Results from ScanXstuff...
----------------------------------

XFree86 config file from probeonly start...
--------------------------------------------
#! /.../
# Copyright (c) 1995-2000 SuSE GmbH Nuernberg, Germany.
#
# Author: Marcus Schaefer <[EMAIL PROTECTED]>
#
# sample configuration template to start the
# configuration Server for SaX
#
Section "Files"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
   FontPath      "/usr/X11R6/lib/X11/fonts/misc"
EndSection

Section "Module"
   SubSection "extmod"
     Option      "omit xfree86-dga"
   EndSubSection
   Load      "freetype"
   Load      "type1"
   Load      "dbe"
EndSection

Section "ServerFlags"
   Option      "AllowMouseOpenFail"
EndSection

Section "InputDevice"
   Identifier      "Mouse[0]"
   Driver      "mouse"
   Option     "Protocol"     "ps/2"
   Option     "Device"      "/dev/pointer0"
EndSection

Section "InputDevice"
   Identifier      "Keyboard[0]"
   Driver      "Keyboard"
   Option     "Protocol"      "Standard"
   Option     "XkbLayout"      "fr"
   Option     "XkbModel"      "pc102"
EndSection

Section "Monitor"
     VertRefresh      40-90      # Hz
     HorizSync       29-70      # Khz
     Identifier      "Monitor[0]"
EndSection

Section "Monitor"
     VertRefresh      40-90      # Hz
     HorizSync       29-70      # Khz
     Identifier      "Monitor[1]"
EndSection

Section "Device"
     Identifier      "Card[0]"
     Driver          "sis"
     BusID           "0:2:0"
EndSection

Section "Device"
     Identifier      "Card[1]"
     Driver          "sis"
     BusID           "1:0:0"
EndSection

Section "Screen"
   Device      "Card[0]"
   Monitor      "Monitor[0]"
   Identifier      "Screen[0]"
   DefaultDepth      8
   SubSection "Display"
     Depth      8
     Modes      "640x480"
   EndSubSection
EndSection


Section "Screen"
   Device      "Card[1]"
   Monitor      "Monitor[1]"
   Identifier      "Screen[1]"
   DefaultDepth      8
   SubSection "Display"
     Depth      8
     Modes      "640x480"
   EndSubSection
EndSection


Section "ServerLayout"
   Screen    "Screen[0]" LeftOf "Screen[1]"
   Screen    "Screen[1]" RightOf "Screen[0]"
   Identifier      "Layout[all]"
   InputDevice     "Keyboard[0]"     "CoreKeyboard"
   InputDevice     "Mouse[0]"     "CorePointer"
EndSection


Section "DRI"
   Group      "video"
   Mode       0660
EndSection


XFree86 log file from probeonly start...
----------------------------------------

XFree86 Version 4.0.2 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 18 December 2000
     If the server is older than 6-12 months, or if your card is
     newer than the above date, look for a newer version before
     reporting problems.  (See http://www.XFree86.Org/FAQ)
Operating System: SuSE Linux [ELF] SuSE
Module Loader present
(==) Log file: "/var/log/XFree86.1.log", Time: Mon Nov 12 21:42:44 2001
(++) Using config file: "/tmp/sysp-1577/config.sax"
Markers: (--) probed, (**) from config file, (==) default setting,
          (++) from command line, (!!) notice, (II) informational,
          (WW) warning, (EE) error, (??) unknown.
(==) ServerLayout "Layout[all]"
(**) |-->Screen "Screen[0]" (0)
(**) |   |-->Monitor "Monitor[0]"
(**) |   |-->Device "Card[0]"
(**) |-->Screen "Screen[1]" (1)
(**) |   |-->Monitor "Monitor[1]"
(**) |   |-->Device "Card[1]"
(**) |-->Input Device "Keyboard[0]"
(**) XKB: model: "pc102"
(**) XKB: layout: "fr"
(**) |-->Input Device "Mouse[0]"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 0.1.0
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 0.1.0
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(--) PCI:*(1:0:0) SiS 630 rev 49, Mem @ 0xf0000000/27, 0xec100000/17, 
I/O @ 0xa000/7
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.1.8
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/drivers/sis_drv.o
(II) Module sis: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 0.6.0
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0
(II) SIS: driver for SiS chipsets: SIS5597, SIS5598, SIS530, SIS6326,
     SIS300, SIS630, SIS540
(--) Chipset SIS630 found
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 0.1.0
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 0.1.0
(**) SIS(0): Depth 8, (--) framebuffer bpp 8
(==) SIS(0): Default visual is PseudoColor
(==) SIS(0): Using gamma correction (1.0, 1.0, 1.0)
(==) SIS(0): Using HW cursor
(--) SIS(0): Detected DRAM type : SDRAM
(--) SIS(0): Detected memory clock : 100.226MHz
(--) SIS(0): Detected VRAM bus width is 64
(--) SIS(0): Linear framebuffer at 0xF0000000
(--) SIS(0): MMIO registers at 0xEC100000
(--) SIS(0): Relocate IO registers at 0xA000
(--) SIS(0): VideoRAM: 8192 kByte
Total Adapter Bandwidth is 801.808M
CRT1 Used Bandwidth is 400.904M
(==) SIS(0): Min pixel clock is 16 MHz
(--) SIS(0): Max pixel clock is 278 MHz
(II) SIS(0): Monitor[1]: Using hsync range of 29.00-70.00 kHz
(II) SIS(0): Monitor[1]: Using vrefresh range of 40.00-90.00 Hz
(II) SIS(0): Clock range:  16.25 to 278.18 MHz
(WW) SIS(0): Default mode "1280x960" deleted (hsync out of range)
(WW) SIS(0): Default mode "1280x1024" deleted (hsync out of range)
(WW) SIS(0): Default mode "1280x1024" deleted (hsync out of range)
(WW) SIS(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) SIS(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) SIS(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) SIS(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) SIS(0): Default mode "1600x1200" deleted (hsync out of range)
(WW) SIS(0): Default mode "1792x1344" deleted (hsync out of range)
(WW) SIS(0): Default mode "1792x1344" deleted (hsync out of range)
(WW) SIS(0): Default mode "1856x1392" deleted (hsync out of range)
(WW) SIS(0): Default mode "1856x1392" deleted (bad mode 
clock/interlace/doublescan)
(WW) SIS(0): Default mode "1920x1440" deleted (hsync out of range)
(WW) SIS(0): Default mode "1920x1440" deleted (bad mode 
clock/interlace/doublescan)
(--) SIS(0): Virtual size is 640x480 (pitch 640)
(**) SIS(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(==) SIS(0): DPI set to (75, 75)
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.2.0
(II) SIS(0): Accel Enable
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0

Search Results from Scan3DLib...
---------------------------------
Card3D0:Install:<none>
Card3D0:Remove:<none>
Card3D0:Script:switch2mesasoft

Search Results from Scan3DLib...
---------------------------------
Card3D0:Install:<none>
Card3D0:Remove:<none>
Card3D0:Script:switch2mesasoft

Auto configuration for startup...
----------------------------------
Section "Files"
   FontPath      "/usr/X11R6/lib/X11/fonts/misc:unscaled"
   FontPath      "/usr/X11R6/lib/X11/fonts/local"
   FontPath      "/usr/X11R6/lib/X11/fonts/misc:unscaled"
   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/URW"
   FontPath      "/usr/X11R6/lib/X11/fonts/Speedo"
   FontPath      "/usr/X11R6/lib/X11/fonts/misc"
   FontPath      "/usr/X11R6/lib/X11/fonts/75dpi"
   FontPath      "/usr/X11R6/lib/X11/fonts/100dpi"
   FontPath      "/usr/X11R6/lib/X11/fonts/PEX"
   FontPath      "/usr/X11R6/lib/X11/fonts/cyrillic"
   FontPath      "/usr/X11R6/lib/X11/fonts/latin2/misc"
   FontPath      "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
   FontPath      "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
   FontPath      "/usr/X11R6/lib/X11/fonts/latin2/Type1"
   FontPath      "/usr/X11R6/lib/X11/fonts/latin7/75dpi"
   FontPath      "/usr/X11R6/lib/X11/fonts/kwintv"
   FontPath      "/usr/X11R6/lib/X11/fonts/truetype"
   FontPath      "/usr/X11R6/lib/X11/fonts/uni"
   FontPath      "/usr/X11R6/lib/X11/fonts/CID"
   FontPath      "/usr/X11R6/lib/X11/fonts/baekmuk"
   FontPath      "/usr/X11R6/lib/X11/fonts/japanese"
   FontPath      "/usr/X11R6/lib/X11/fonts/ucs/misc"
   FontPath      "/usr/X11R6/lib/X11/fonts/ucs/75dpi"
   FontPath      "/usr/X11R6/lib/X11/fonts/ucs/100dpi"
   FontPath      "/usr/X11R6/lib/X11/fonts/hellas/misc"
   FontPath      "/usr/X11R6/lib/X11/fonts/hellas/75dpi"
   FontPath      "/usr/X11R6/lib/X11/fonts/hellas/100dpi"
   FontPath      "/usr/X11R6/lib/X11/fonts/hellas/Type1"
   FontPath      "/usr/X11R6/lib/X11/fonts/xtest"
   ModulePath      "/usr/X11R6/lib/modules"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
   Load      "dbe"
   Load      "type1"
   Load      "speedo"
   Load      "freetype"
   Load      "extmod"
EndSection

Section "ServerFlags"
   Option      "AllowMouseOpenFail"
EndSection

Section "InputDevice"
   Driver      "Keyboard"
   Identifier      "Keyboard[0]"
   Option     "Protocol"      "Standard"
   Option     "XkbLayout"      "fr"
   Option     "XkbModel"      "pc102"
   Option     "XkbRules"      "xfree86"
EndSection

Section "InputDevice"
   Driver      "mouse"
   Identifier      "Mouse[1]"
   Option     "Device"      "/dev/pointer0"
   Option     "Name"      "Autodetection"
   Option     "Protocol"      "ps/2"
   Option     "Vendor"      "Sysp"
EndSection


Section "Monitor"
   HorizSync      29-70
   Identifier      "Monitor[0]"
   ModelName      "Unknown"
   VendorName      "Unknown"
   VertRefresh      40-90
   UseModes      "Modes[0]"
EndSection


Section "Modes"
   Identifier     "Modes[0]"
EndSection


Section "Device"
   BoardName      "SG86C201"
   BusID      "0:2:0"
   Driver      "sis"
   Identifier      "Device[0]"
   VendorName      "SiS"
EndSection

Section "Device"
   BoardName      "SIS630"
   BusID      "1:0:0"
   Driver      "sis"
   Identifier      "Device[1]"
   VendorName      "SiS"
EndSection


Section "Screen"
   DefaultDepth    8
   SubSection "Display"
     Depth    16
     Modes      "640x480"
   EndSubSection
   SubSection "Display"
     Depth    24
     Modes      "640x480"
   EndSubSection
   SubSection "Display"
     Depth    32
     Modes      "640x480"
   EndSubSection
   SubSection "Display"
     Depth    8
     Modes      "640x480"
   EndSubSection
   Device      "Device[0]"
   Identifier      "Screen[0]"
   Monitor      "Monitor[0]"
EndSection


Section "ServerLayout"
   Identifier      "Layout[all]"
   InputDevice    "Keyboard[0]"     "CoreKeyboard"
   InputDevice    "Mouse[1]"     "CorePointer"
   Screen    "Screen[0]"
EndSection

Section "DRI"
   Group      "video"
   Mode       0660
EndSection


XFree86 log file from xc.pl config start...
--------------------------------------------

XFree86 Version 4.0.2 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 18 December 2000
     If the server is older than 6-12 months, or if your card is
     newer than the above date, look for a newer version before
     reporting problems.  (See http://www.XFree86.Org/FAQ)
Operating System: SuSE Linux [ELF] SuSE
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Mon Nov 12 21:42:52 2001
(++) Using config file: "/tmp/sax2-1639/XF86Config"
Markers: (--) probed, (**) from config file, (==) default setting,
          (++) from command line, (!!) notice, (II) informational,
          (WW) warning, (EE) error, (??) unknown.
(==) ServerLayout "Layout[all]"
(**) |-->Screen "Screen[0]" (0)
(**) |   |-->Monitor "Monitor[0]"
(**) |   |-->Device "Device[0]"
(**) |-->Input Device "Keyboard[0]"
(**) XKB: rules: "xfree86"
(**) XKB: model: "pc102"
(**) XKB: layout: "fr"
(**) |-->Input Device "Mouse[1]"
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/PEX".
     Entry deleted from font path.
     (Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/PEX").
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
     Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin7/75dpi" does not exist.
     Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in 
"/usr/X11R6/lib/X11/fonts/truetype".
     Entry deleted from font path.
     (Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/truetype").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/CID".
     Entry deleted from font path.
     (Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/CID").
(WW) The directory "/usr/X11R6/lib/X11/fonts/baekmuk" does not exist.
     Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/japanese" does not exist.
     Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/misc" does not exist.
     Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/75dpi" does not exist.
     Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/100dpi" does not exist.
     Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/misc" does not exist.
     Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/75dpi" does not exist.
     Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/100dpi" does not exist.
     Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/Type1" does not exist.
     Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/xtest" does not exist.
     Entry deleted from font path.
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/local,/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/URW,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi,/usr/X11R6/lib/X11/fonts/latin2/misc,/usr/X11R6/lib/X11/fonts/latin2/75dpi,/usr/X11R6/lib/X11/fonts/latin2/100dpi,/usr/X11R6/lib/X11/fonts/latin2/Type1,/usr/X11R6/lib/X11/fonts/kwintv,/usr/X11R6/lib/X11/fonts/uni"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 0.1.0
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 0.1.0
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(--) PCI:*(1:0:0) SiS 630 rev 49, Mem @ 0xf0000000/27, 0xec100000/17, 
I/O @ 0xa000/7
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.1.8
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/drivers/sis_drv.o
(II) Module sis: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 0.6.0
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
     compiled for 4.0.2, module version = 1.0.0
(II) SIS: driver for SiS chipsets: SIS5597, SIS5598, SIS530, SIS6326,
     SIS300, SIS630, SIS540
(WW) SIS: No matching Device section for instance (BusID PCI:1:0:0) found
(EE) No devices detected.

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to [EMAIL PROTECTED]

Thank you for helping me.
Guy

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

Reply via email to