Le lun, 31 jan 2000, vous avez �crit :
> Et oui, je suis pass� � la Suse car Mdk... Mais pb sur l'affichage je suis
> en 640, avec un bureau virtuel de 1024 et je ne sais plus comment changer,
> d'autant que je le trouve pas dans les archives de la ML, le pb �tant trop
> vieux. Personne n'aurait un Xf86config � m'envoyer, j'ai une Ati
> All-In-Wonder Pro ( old gen. )
> 
> Merci.
Je te joint une copie des parametres que j'utilise
La carte est reconnue... mais la taille memoire n'est pas activee et de plus
il ne te prends pas automatiquement  32 bits
j'ai un ecran de supermarque a 10 francs qui fait 1024*768 non entrelace avec
frequence video 100 Hz (voir ta doc)

J'ai une All in Wonder Pro 8Mo (2 ans)
----d'abord faut connaitre ton moniteur pour mettre tes valeurs correctes

Section "Monitor"
   Identifier      "Primary Monitor"
   VendorName      "Unknown"
   ModelName       "Unknown"
   HorizSync       31.5-48.5
   VertRefresh     55-90 

-----en utilisant xvideotune tu regle ton affichage pour qu'il soit bien centre
et tu rentre les valeurs a la main
Fait gaffe le Modeline utilise depend de ton ecran (moi un SVGA non entrelace
c.a d bas de gamme)

    Modeline  "1024x768"   65.00 1024 1056 1200 1376 768 775 777 790-hsync -vsync  

EndSection

------ tu enleve le # devant VideoRam 8192 (moi j'ai change la valeur
volontairement pour voir la tele sous linux)


Section "Device"
   Identifier      "Primary Card"
   VendorName      "Unknown"
   BoardName       "ATI All-in-Wonder Pro"
   VideoRam        7328 
# 8192 normalement mais pour xatitv en pal/secam on diminue volontairement la RAM


EndSection


------ Tu imposes DefaultColorDepth 32  (au lieu de 8) pour profiter de la
couleur vraie

Section "Screen"
   Driver          "Accel"
   Device          "Primary Card"
   Monitor         "Primary Monitor"

   DefaultColorDepth 32

   SubSection "Display"
      Depth        8
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "1024x768"
   EndSubSection
EndSection

Section "Screen"
   Driver          "SVGA"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   DefaultColorDepth 8
   SubSection "Display"
      Depth        8
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "1024x768"
   EndSubSection
EndSection

Section "Screen"
   Driver          "VGA16"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   SubSection "Display"
      Depth        4
      Modes        "1024x768"
   EndSubSection
EndSection

Section "Screen"
   Driver          "VGA2"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   SubSection "Display"
      Depth        1
      Modes        "1024x768"
   EndSubSection
EndSection

Section "Screen"
   Driver          "Mono"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   SubSection "Display"
      Depth        1
      Modes        "1024x768"
   EndSubSection
EndSection

---- tu redemarres ton server X et pis tu take a look ;-))

Répondre à