Re: Install XFree (Sarge) problème

Pàgina inicial

Reply to this message
Autor: Frédéric
Data:  
A: guilde
Assumpte: Re: Install XFree (Sarge) problème
On Dimanche 30 Octobre 2005 16:39, Robert L.E.Billon wrote:

> #less /var/log/XFree86.0.log
> [...]
> (WW) RADEON: No matching device section for instance
> (Bus ID PCI:1:0:0) found
> (EE) no devices detected
> Fatal server error: no screens found
>
> #lspci
> 0000.01.00.0 VGA compatible controller: ATI Technologies, Inc
> Radeon RV250 If [Radeon 9000] (rev 01)


J'ai une Radeon 9000 (Une mobility M9, exactement, mais ça doit être
pareil). Elle est très bien supportée avec le driver radeon. Je te joins
le fichier de config que j'utilisais sous Xfree.

A noter que sous xorg.conf, ce driver permet de gérer un mode Xinerama
(mergedfb) avec support 3D ;o)

--
Frédéric

http://www.gbiloba.org
# XF86Config-4 (XFree86 X Window System server configuration file)

Section "Files"
    FontPath    "unix/:7100"            # local font server
    # if the local font server has problems, we can fall back on these
    FontPath    "/usr/lib/X11/fonts/misc"
    FontPath    "/usr/lib/X11/fonts/cyrillic"
    FontPath    "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/Type1"
    FontPath    "/usr/lib/X11/fonts/CID"
    FontPath    "/usr/lib/X11/fonts/Speedo"
    FontPath    "/usr/lib/X11/fonts/100dpi"
    FontPath    "/usr/lib/X11/fonts/75dpi"
EndSection


Section "Module"
    Load    "GLcore"
    Load    "bitmap"
    Load    "dbe"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "record"
    Load    "speedo"
    Load    "type1"
    Load    "vbe"
EndSection


Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "keyboard"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xfree86"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
EndSection


Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/psaux"
    Option        "Protocol"        "ImPS/2"
    Option        "Emulate3Buttons"    "true"
    Option        "ZAxisMapping"        "4 5"
EndSection


Section "InputDevice"
    Identifier    "Generic Mouse"
    Driver        "mouse"
    Option        "SendCoreEvents"    "true"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ImPS/2"
    Option        "Emulate3Buttons"    "true"
    Option        "ZAxisMapping"        "4 5"
EndSection


Section "InputDevice"
    Identifier    "Stylus"
    Driver        "wacom"
    Option        "Device"        "/dev/input/event4"
    Option        "Type"            "stylus"
    Option        "USB"            "on"
    Option        "Mode"            "Absolute"
#    Option        "TopX"            "0"
#    Option        "TopY"            "0"
#    Option        "BottomX"        "0"
#    Option        "BottomY"        "0"
#    Option        "Tilt"            "on"
#    Option        "ButtonM"        "N"
EndSection


Section "Device"
    Identifier    "Generic Video Card"
    Driver        "radeon"
    BusID        "PCI:1:0:0"
    Option        "AGPMode"        "4"
    #Option        "CloneDisplay"        "0"
    Option        "CloneMode"        "1600x1200"
    Option        "CloneHSync"        "27-115"
    Option        "CloneVRefresh"        "50-160"
EndSection


Section "Monitor"
    Identifier    "IBM-ITUX97"
    HorizSync    30-75
    VertRefresh    50-85
    Option        "DPMS"
EndSection


Section "Screen"
    Identifier    "Default Screen"
    Device        "Generic Video Card"
    Monitor        "IBM-ITUX97"
    DefaultDepth    24
    SubSection "Display"
        Depth        24
        Modes        "1600x1200"
    EndSubSection
EndSection


Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "Generic Mouse"
        InputDevice     "Stylus"    "SendCoreEvents"
EndSection


Section "DRI"
    Mode    0666
EndSection