• [^] # Re: ibookG4 et X

    Posté par (site web personnel) . En réponse au journal Un nouveau blogeur. Évalué à 5.

    Voici mon xorg.conf: (xorg-x11-6.7.0-r3). J'ai promis d'écrire un article sur mon site sur l'installation de Gentoo sur un iBook. Ca viendra :-)
    Section "ServerLayout"
     Identifier "XFree86 Configured"
     Screen 0 "Screen0" 0 0
     InputDevice "Mouse0" "CorePointer"
     InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
     RgbPath "/usr/X11R6/lib/X11/rgb"
     ModulePath "/usr/X11R6/lib/modules"
     FontPath "/usr/share/fonts/TTF"
     FontPath "/usr/share/fonts/misc/"
     FontPath "/usr/share/fonts/Speedo/"
     FontPath "/usr/share/fonts/Type1/"
     FontPath "/usr/share/fonts/CID/"
     FontPath "/usr/share/fonts/75dpi/"
     FontPath "/usr/share/fonts/100dpi/"
    EndSection
    Section "Module"
     Load "extmod"
     Load "dri"
     Load "dbe"
     Load "record"
     Load "xtrap"
     Load "glx"
     Load "speedo"
     Load "type1"
    EndSection
    Section "InputDevice"
     Identifier "Keyboard0"
     Driver "keyboard"
     Option "CoreKeyboard"
     Option "XkbRules" "xorg"
     Option "XkbModel" "ibook"
     Option "XkbLayout" "fr_CH"
     Option "XkbVariant" "nodeadkeys"
    EndSection
    Section "InputDevice"
     Identifier "Mouse0"
     Driver "mouse"
     Option "Protocol" "IMPS/2"
     Option "ZAxisMapping" "4 5"
     Option "Device" "/dev/input/mice"
    EndSection
    Section "Monitor"
     Identifier "Monitor0"
     VendorName "Monitor Vendor"
     ModelName "Monitor Model"
     UseModes "Modes0"
    EndSection
    Section "Device"
     Identifier "Card0"
     Driver "radeon"
     VendorName "ATI Technologies Inc"
     BoardName "Radeon 9200 Mobility"
     Option "UseFBDev"
     Option "AGPMode" "4"
     Option "EnablePageFlip" "On"
     ChipID 0x514d
     Option "CloneMode" "1024x768"
    EndSection
    Section "Screen"
     Identifier "Screen0"
     Device "Card0"
     Monitor "Monitor0"
     DefaultDepth 16
     SubSection "Display"
     Depth 15
     Modes "1024x768" "640x480" "800x600"
     EndSubSection
     SubSection "Display"
     Depth 16
     Modes "1024x768" "640x480" "800x600"
     EndSubSection
     SubSection "Display"
     Depth 24
     Modes "1024x768" "640x480" "800x600"
     EndSubSection
    EndSection
    Section "DRI"
     Mode 0666
    EndSection
    Section "Modes"
     Identifier "Modes0"
     Modeline "1024x768" 75.000 1024 1040 1048 1064 768 784 792 808 -HSync-VSync
    EndSection