Le jeu, 25 mar 1999, Michel Parlebas a post� :
> >%_Le jeu, 25 mar 1999, Anselme Huber a post� :
> 
> En bref, j'ai une Trident 3DImage 9750 Linear
> Accelerated for PCI/AGP. Ouf! Il est vrai que ce que propose l'installateur est
> Trident 3DImage 975 et non 9750. La source de mes probl�mes serait-elle l� ?
> Quant � mon moniteur, c'est un Fujitsu 17" qui fonctionne en 1024x768 sous
> Windows. Quelqu'un peut-il me dire comment faire pour pallier ce petit
> probl�me ? Merci d'avance pour toutes vos r�ponses. 
> 
Bonjour,

Je poss�de la m�me carte que vous.
 Je vous passe mon fichier XF86Config (� placer dans /etc/X11) qui reprend la
 "modeline" correspondant au mode VESA 1024x768 � 75 Hz. Cela devrait donc
fonctionner sur votre moniteur.

 Le fichier suppose que vous ayiez un clavier azerty standard ainsi qu'une
souris s�rie standard compatible Microsoft (ces 2 derniers points devront
peut-�tre adapt�s � votre cas...)

Bonne chance ! 

Michel,


Section "Files"
   RgbPath    "/usr/X11R6/lib/X11/rgb"
   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/Speedo"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi"
EndSection

Section "Keyboard"
   Protocol        "Standard"
   LeftAlt          Meta
   RightAlt         ModeShift
   ScrollLock       ModeLock
   XkbRules        "xfree86"
   XkbModel        "pc102"
   XkbLayout       "fr"
EndSection

Section "Pointer"
   Protocol        "Microsoft"
   Device          "/dev/mouse"
   BaudRate        1200
   SampleRate      250
   Resolution      100
   Buttons         3
EndSection

Section "Monitor"
    Identifier  "color"
    HorizSync   60
    VertRefresh 75

#VESA 1024x768 @ 75Hz, 60.0kHz hsync 
Modeline "1024x768"  78.75  1024 1060 1156 1312  768 769 772 800 +hsync +vsync
EndSection

Section "Device"
    Identifier  "adapter"
    VideoRam    4096
    Chipset     "3dimage975"
EndSection

Section "Screen"
    Driver      "svga"
    Device      "adapter"
    Monitor     "color"
    Subsection "Display"
        Depth       16
        Modes        "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection

Répondre à