[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Shuttle SV24 avec chipset graphique S3 ProSavage PM133



Bonjour,

J'ai trouvé une solution avec l'aide de Georges Mariano.
ça fonctionne avec le module fourni par S3 ici
https://ranger.s3graphics.com/370drv/ (uniquement binaire :()
et avec le fichier de config ci-dessous.

Merci à Georges.

Yann

=====================
Section "ServerFlags"
#       "AllowMouseOpenFail"
EndSection

Section "ServerLayout"
        Identifier     "Layout0"
        InputDevice    "Keyboard0"      "CoreKeyboard"
        InputDevice    "Mouse0"         "CorePointer"
        Option          "Xinerama"      "off"
        Screen          "Screen0"
EndSection

Section "Files"
        ModulePath      "/usr/X11R6/lib/modules"
EndSection

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

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbModel"  "pc102"
        Option      "XkbLayout" "de_CH"
        Option      "XkbRules"  "xfree86"
EndSection

Section "Monitor"
        Identifier   "LCD"
        HorizSync    31.5 - 61.0
        VertRefresh  50.0 - 90.0
        UseModes     "Modes[0]"
EndSection

Section "Modes"
  Identifier    "Modes[0]"
  Modeline      "1024x768" 61.19 1024 1040 1216 1400 768 768 775 802
  Modeline      "1024x768" 71.39 1024 1040 1216 1400 768 768 778 802
  Modeline      "1024x768" 81.59 1024 1040 1216 1400 768 768 778 802
  Modeline      "1024x768" 92.96 1024 1040 1216 1400 768 768 778 802
  Modeline      "800x600" 43.68 800 816 928 1072 600 600 610 626
  Modeline      "800x600" 49.92 800 816 928 1072 600 600 610 626
  Modeline      "800x600" 56.16 800 816 928 1072 600 600 610 626
  Modeline      "800x600" 62.40 800 816 928 1112 600 600 610 626
  Modeline      "800x600" 68.64 800 816 928 1112 600 600 610 626
  Modeline      "800x600" 72.80 800 816 928 1112 600 600 610 626
EndSection

Section "Device"
        Identifier  "Savage"
        Driver      "savage"
        Card        "S3 Savage4"
        Screen      0
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Savage"
        Monitor    "LCD"
        DefaultDepth     24
        SubSection "Display"
                Depth     16
                Modes    "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1024x768" "800x600"
        EndSubSection
EndSection
=============================

-- 
http://www.forget-me.net
Please, don't forget-me !
SVP, ne m'oubliez pas !
;o)



Reply to: