[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Utilisation drivers ATI





Le 03/04/07, mx <mxondebian_sans.pourriel@free.fr> a écrit :
cyrille maiche a écrit :
> Bonjour
>
> J'ai un portable Totoshiba A100-241 avec une carte ATI
J'ai un autre modéle de toshiba A100 avec un ATI X1400
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility
X1400

Je peux te donner les ressources en ligne que j'ai utilisées pour
paramétrer mon xorg.conf :

Unofficial Wiki for the ATI Linux Driver
http://wiki.cchtml.com/index.php/Main_Page

http://www.thinkwiki.org/wiki/Fglrx

http://doc.fedora-fr.org/Carte_ATI_:_installation_des_pilotes
> J'ai donc installé les drivers ATI, l'installe fonctionne bien, j'ai
> un lien
> vers "ATI Control" mais lors de la création du fichier xorg.conf
> mon serveur X ne fonctionne pas !!!
As tu installé la version paqueté Debian ou les sources du ATI ?

J'ai installé les sources du driver ATI

voici mon xorg.conf

Lorsque je remplace ati par flgrx, le serveur X ne démarre pas !!

++++++++++++++++++++++++++++++++++++++++++++++++++++++

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "aticonfig-Screen[0]" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"

    # path to defoma fonts
    FontPath     "/usr/share/fonts/X11/misc"
    FontPath     "/usr/X11R6/lib/X11/fonts/misc"
    FontPath     "/usr/share/fonts/X11/cyrillic"
    FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/Type1"
    FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath     "/usr/share/fonts/X11/100dpi"
    FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath     "/usr/share/fonts/X11/75dpi"
    FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load  "bitmap"
    Load  "ddc"
    Load  "dri"
    Load  "extmod"
    Load  "freetype"
    Load  "glx"
    Load  "int10"
    Load  "vbe"
EndSection

Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "fr"
    Option        "XkbVariant" "latin9"
EndSection

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
    Option        "CorePointer"
    Option        "Device" "/dev/input/mice"
    Option        "Protocol" "ImPS/2"
    Option        "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
    Identifier  "Synaptics Touchpad"
    Driver      "synaptics"
    Option        "SendCoreEvents" "true"
    Option        "Device" "/dev/psaux"
    Option        "Protocol" "auto-dev"
    Option        "HorizScrollDelta" "0"
EndSection

Section "Monitor"
    Identifier   "Écran générique"
    Option        "DPMS"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "ATI Technologies Inc RC410 [Radeon Xpress 200M]"
    Driver      "fglrx"
    BusID       "PCI:1:5:0"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]"
    Driver      "ati"
EndSection

Section "Screen"
    Identifier "Default Screen"
    Device     "ATI Technologies Inc RC410 [Radeon Xpress 200M]"
    Monitor    "Écran générique"
    DefaultDepth     24
    SubSection "Display"
        Depth     1
        Modes    "1280x800"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes    "1280x800"
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes    "1280x800"
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes    "1280x800"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes    "1280x800"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes    "1280x800"
    EndSubSection
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device     "aticonfig-Device[0]"
    Monitor    "aticonfig-Monitor[0]"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
    Mode         0666
EndSection

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

> Je souhaite utiliser ce driver pour avoir la deuxième sortie vidéo
> pour un
> vidéo projecteur
J'ai réussi à faire fonctionner l'écran de mon Desktop ; cf. mon
xorg.conf ci après.
Voila j'ai rien de mieux.

mx

Section "Device"
    Identifier  "aticonfig-Device[0]"
    Driver      "fglrx"
    BusID        "PCI:1:0:0"
    #Option pour la sortie second écran :
    #Bureau élargi sur le second écran
    #Option "DesktopSetup" "horizontal"
    Option "HSync2" "30-70"
    Option "VRefresh2" "50-160"
    Option "Mode2" "1280x1024"
    #divers / miscellanous
    Option "ForceMonitors" "lvds,crl1,tv"
    Option "CenterMode" "off"
    Option "VideoOverlay" "on"
    Option "OpenGLOverlay" "off"
    Option "OverlayOnCRTC2" "0"
    Option "PseudoColorVisuals" "off"
    Option "UseFastTLS" "0"
    Option "mtrr" "no"
    Option "no_accel" "no"
    Option "no_dri" "no"
    #
    #  Choose the TV format. Available values are:
    #  NTSC-JPN, NTSC-M, NTSC-N, PAL-B, PAL-CN, PAL-D,
    #  PAL-G, PAL-H, PAL-I, PAL-K, PAL-K1, PAL-L, PAL-N,
    #  PAL-M, PAL-SCART
    #Option "TVFormat" "NTSC-M"
    #  Choose the TV standard. Available values are: VIDEO, SCART, YUF
    #Option "TVStandard" "SCART"
EndSection




--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: