Le mar, 12 oct 1999, Paul Meyer a post� :

> Bonjour j'ai installer la version de linux Mandrake fournie avec PC-EXPERT
> et je n'arrive pas a configure X avec ma carte il n'y a rien a faire
> J'ai tout essay� sans succ�s.... 

Bonjour,

Cette carte est difficile � configurer.
Si vous vous contentez d'une r�solution de 1024x768 � 75 Hz (mode
VESA), vous pouvez vous inspirer du fichier ci-joint ( � renommer
XF86Config et � placer dans /etc/X11/ ).

Vous aurez sans doute � retoucher le type de clavier et de souris.

MP.

------------><8

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath     "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

    FontPath   "unix/:-1"
    FontPath   "/usr/X11R6/lib/X11/fonts/xtel"
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"
   Protocol        "Standard"
   #Xleds           2
   LeftAlt          Meta
   RightAlt         ModeShift
   ScrollLock       ModeLock
   XkbRules        "xfree86"
   XkbModel        "microsoft"
   XkbLayout       "fr"
EndSection

Section "Pointer"
   Protocol        "PS/2"
   Device          "/dev/mouse"
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

----------------><8



Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath	"/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

    FontPath   "unix/:-1"
    FontPath   "/usr/X11R6/lib/X11/fonts/xtel"
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"
   Protocol        "Standard"
   #Xleds           2
   LeftAlt          Meta
   RightAlt         ModeShift
   ScrollLock       ModeLock
   XkbRules        "xfree86"
   XkbModel        "microsoft"
   XkbLayout       "fr"
EndSection

Section "Pointer"
   Protocol        "PS/2"
   Device          "/dev/mouse"
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 à