Upgraded to 4.1.0 as 4.0.1 did not support Savage Chip.  I configured ysing XFree86 -configure.  Savage card was recognized correctly for the first time.  However, when doing startx, screen goes black (SONY CPD-100ES) and system freezes and I cannot CTRL-ALT-Backspace out of X.
 
 
_________________________________________________________________________________________________________
Section "ServerLayout"
 Identifier     "XFree86 Configured"
 Screen      0  "Screen0" 0 0
 InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
 
Section "Files"
 RgbPath      "/usr/X11R6/lib/X11/rgb"
 ModulePath   "/usr/X11R6/lib/modules"
 FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
 FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
 FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
 FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
 FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
 FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
 
Section "Module"
 Load  "dbe"
 Load  "dri"
 Load  "extmod"
 Load  "glx"
 Load  "pex5"
 Load  "record"
 Load  "xie"
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   "Monitor0"
 VendorName   "SNY"
 ModelName    "CPD-100ES"
 HorizSync    30.0 - 70.0
 VertRefresh  50.0 - 90.0
EndSection
 
Section "Device"
 ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        Option     "NoAccel"             # [<bool>]
        Option     "HWCursor"            # [<bool>]
        #Option     "SWCursor"            # [<bool>]
        #Option     "ShadowFB"            # [<bool>]
        #Option     "Rotate"              # [<str>]
        #Option     "UseBIOS"             # [<bool>]
        #Option     "LCDClock"            # <freq>
        #Option     "ShadowStatus"        # [<bool>]
 Identifier  "Card0"
 Driver      "savage"
 VendorName  "S3"
 BoardName   "ProSavage KM133"
 BusID       "PCI:1:0:0"
EndSection
 
Section "Screen"
 Identifier "Screen0"
 Device     "Card0"
 Monitor    "Monitor0"
 DefaultDepth 24
 SubSection "Display"
  Depth     8
                Modes     "800x600"
 EndSubSection
 SubSection "Display"
  Depth     15
                Modes     "800x600"
 EndSubSection
 SubSection "Display"
  Depth     16
                Modes     "800x600"
 EndSubSection
 SubSection "Display"
  Depth     24
                Modes     "800x600"
 EndSubSection
EndSection
 
 

Reply via email to