On Sun, Jul 08, 2001 at 10:01:10PM +0200, Bastien Engelbach wrote:
> 
[gros clip]
> Voilà, désolé pour la longueur du message.

es-tu sur d'avoir installé X correctement ?
il te manque les rep de fontes (ce qui est _quand même_ assez génant
;p)

si tu as une connexion style cable ou adsl, télécharge XF 4.1
sinon, je te mets mon XF86Config... j'ai aussi une ati rage 128

> 
> D'avance, merci.
> Bastien
> [EMAIL PROTECTED]
> 
---end quoted text---

@+,
binny

-- 

[12:46] <Acid-Drop> mais word est plus puissant :) [que le pdf]
                -- Acid-Drop

Benjamin Michotte        <[EMAIL PROTECTED]>
web      : http://www.baby-linux.net
homepage : http://www.baby-linux.net/binny
icq uin  : 99745024
Section "Module"
    Load       "dbe"
    SubSection "extmod"
      Option   "omit xfree86-dga"
    EndSubSection
    Load       "type1"
    Load       "freetype"
    Load       "speedo"
    Load       "extmod"
    Load       "xie"
    Load       "pex5"
    Load       "glx"
    Load       "dri"
    Load       "GLcore"
    Load       "dbe"
    Load       "record"
    Load       "v4l"
EndSection
Section "DRI"
     Mode 0666
EndSection
Section "Files"
    RgbPath    "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/share/fonts/truetype"
    #FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/lfp-var/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/lfp-fix/:unscaled"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "fr"
EndSection
Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    # souris usb
    Option "Device"      "/dev/input/mice"
    # souris ps/2
    #Option "Device"      "/dev/mouse"
    Option "Buttons" "3"
    Option "ZAxisMapping"  "4 5"
EndSection
Section "Monitor"
    Identifier  "My Monitor"
    HorizSync   31.5-82.0
    #HorizSync   31.5-79.0
    VertRefresh   50-100
    #VertRefresh   50-90
EndSection
Section "Device"
    Identifier  "ATI Rage 128 Pro"
    Driver      "r128"
    ChipId                      0x5246
    VideoRam    32768
    Option      "AGPMode" "2"
    Option                      "DPMS"
EndSection
Section "Screen"
    Identifier  "Screen1"
    Device      "ATI Rage 128 Pro"
    Monitor     "My Monitor"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Reply via email to