Re: Carte Trident 9385

Top Page

Reply to this message
Author: Yann Forget
Date:  
To: guilde
Subject: Re: Carte Trident 9385
Claire Boussard wrote:
>
> At 10:23 20/10/99 +0200, Guillaume Allègre wrote:
> >
> >Est-ce que quelqu'un aurait un portable équipé d'une carte Trident 9385 ?


Oui, moi !
sans problèmes avec Linux depuis 2 ans (RedHat 4.2).

En attaché mon XF86Config.
A+
Yann

--
Ionix Services, les services réseaux d'aujourd'hui
http://www.ionix-services.com/
Tel 04 76 70 64 24
Fax 04 76 70 64 25
# XF86Config for Unika 5026 with chipset Trident Cyber9385

Section "Files"
   RgbPath    "/usr/X11R6/lib/X11/rgb"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection


Section "ServerFlags"
EndSection

Section "Keyboard"
   Protocol        "Standard"
   AutoRepeat      500 5   
   LeftAlt         Meta    
   RightAlt        Meta    
   ScrollLock      Compose 
   RightCtl        Control 
   XkbKeycodes     "xfree86" 
   XkbTypes        "default" 
   XkbCompat       "default" 
   XkbSymbols      "fr"    
   XkbGeometry     "pc"    
   XkbKeymap       "xfree86(fr)"
   XkbRules        "xfree86"
EndSection


Section "Pointer"
   Protocol        "PS/2"    
   Device          "/dev/mouse"
   BaudRate        1200      
   Emulate3Timeout 50        
   SampleRate      0         
EndSection                   


Section "Monitor"
   Identifier      "trident" 
   VendorName      "trident" 
   ModelName       "cyber9385" 
   HorizSync       31.5-37.9 
   VertRefresh     55-90     
   Modeline  "800x600"  40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
   Modeline  "640x480"  31.50 640 680 720 864 480 488 491 521 
   Modeline  "640x400"    25.18 640 664 760 800 400 409 411 450 
   Modeline  "480x300"    23.89 480 496 576 632 300 301 303 314 doublescan
   Modeline  "400x300"    20.00 400 416 480 528 300 301 303 314 doublescan
   Modeline  "320x240"    12.59 320 336 384 400 240 245 246 262 doublescan
   Modeline  "320x200"    12.59 320 336 384 400 200 204 205 225 doublescan
EndSection


Section "Device"
   Identifier      "cyber9385"
   VendorName      "cyber"  
   BoardName       "9385"   
EndSection    


Section "Device"
   Identifier      "Generic VGA"
   VendorName      "cyber"  
   BoardName       "9385"  
   Chipset         "cyber9385"
   VideoRam        2048       
EndSection    


Section "Screen"
   Driver          "SVGA"   
   Device          "cyber9385"
   Monitor         "trident"
   BlankTime       0        
   SuspendTime     0        
   OffTime         0
   DefaultColorDepth 16


   SubSection "Display"
      Depth        32
      Modes        "800x600" "640x480" "640x400"
      ViewPort     0 0 
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "800x600" "640x480" "640x400"
      ViewPort     0 0 
   EndSubSection          
   SubSection "Display"
      Depth        16
      Modes        "800x600" "640x480" "640x400"
      ViewPort     0 0 
   EndSubSection
   SubSection "Display"     
      Depth        8        
      Modes        "800x600" "640x480" "640x400"
      ViewPort     0 0
   EndSubSection    


EndSection           


# End of XF86Config