Le Dimanche  2 D�cembre 2001 10:56, Laurent PETIT a �crit :

> Ma carte ATI Radeon a la particularite d'avoir une sortie TV (entre autres
> types de sorties) et d'etre "Dual Head".
> Peut etre y a t il un reglage specifique a effectuer dans ce cas ?

Ben, il faut indiquer � XFree sur quel sortie tu veux avoir l'affichage. Pour 
la sortie TV, je sais pas trop mais pour le double �cran, c'est pas un 
probl�me, il y a plein de doc la-dessus. Je n'ai pas v�rifi� l'URL suivant 
mais je la place quand m�me ici (na !)
http://myweb.worldnet.net/~lmsoft/linux/menu.php3?page=xfree86

> Y a t il quelqu'un dans la salle qui a eu le meme probleme et qui pourrait
> m'eviter de refaire le parcours laborieux de plonger dans les entrailles de
> X ?

J'ai pas eu de difficult�s avec :
Device  "radeon"
Il faut bien s�r configurer correctement un kernel 2.4.x mais apparement 
c'est d�j� fait.

En regardant ton fichier de log, on voit bien qu'� la fin, il t'indique que 
tu n'as pas d�finit d'�cran.

Voici mon /etc/X11/XF86Config-4 :
# /etc/X11/XF86Config-4
# Fichier g�n�r� par xf86config

# Optimis� par Michel Grentzinger
# <[EMAIL PROTECTED]>

# **********************************************************************
# Section Module
# D�finit les modules � charger dynamiquement
# **********************************************************************

Section "Module"

    Load        "dbe"   # Double buffer extension

    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

        Load    "dri"
        Load    "glx"
        Load    "speedo"
        Load    "type1"
        Load    "freetype"

EndSection

Section "DRI"
        Mode 0666               # Permet � tous de profiter du DRI
EndSection



# **********************************************************************
# Section Files
# Initialise les polices par d�faut et le chemin rgb
# **********************************************************************

Section "Files"

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

#   FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath        "unix/:7101"

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Section Server flags
# **********************************************************************

Section "ServerFlags"

#    Option "NoTrapSignals"
#    Option "DontZap"
#    Option "Dont Zoom"
#    Option "DisableVidModeExtension"
#    Option "AllowNonLocalXvidtune"
#    Option "DisableModInDev"
#    Option "AllowNonLocalModInDev"

        Option "StandbyTime"    "10"
        Option "SuspendTime"    "20"
        Option "OffTime"        "30"

EndSection

# **********************************************************************
# P�riph�riques d'entr�e
# **********************************************************************

# **********************************************************************
# Section Clavier (p�riph�rique d'entr�e)
# **********************************************************************

Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "fr"

EndSection


# **********************************************************************
# Section p�riph�rique de pointage
# **********************************************************************

Section "InputDevice"
        Identifier      "Souris PS/2"
        Driver  "mouse"
        Option "Protocol"       "IMPS/2"
        Option "Device"         "/dev/psaux"
        Option "Buttons"        "3"
        Option "ZAxisMapping"   "4 5"
EndSection

Section "InputDevice"
        Identifier      "Souris USB"
        Driver  "mouse"
        Option "Protocol"       "IMPS/2"
        Option "Device"         "/dev/input/mice"
        Option "Buttons"        "3"
        Option "ZAxisMapping"   "4 5"
EndSection

# **********************************************************************
# Section Monitor (Ecran)
# **********************************************************************

Section "Monitor"
        VendorName      "SONY"
        ModelName       "SDM-M51"
        Identifier  "SONY SDM-M51"
        HorizSync       28 - 64
        VertRefresh     48 - 75
        Option  "DPMS"  "on"
EndSection


# **********************************************************************
# Section Carte graphique
# **********************************************************************

Section "Device"
        Identifier      "ATI Radeon VE"
        Driver          "radeon"
        Option          "AGPMode"       "4"
        Option          "DPMS"
EndSection


# **********************************************************************
# Sections Affichage
# **********************************************************************

Section "Screen"
    Identifier  "Screen 1"
    Device      "ATI Radeon VE"
    Monitor     "SONY SDM-M51"

    DefaultDepth 24
 
    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
 
# **********************************************************************
# Sections ServerLayout
# **********************************************************************
 
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
        InputDevice     "Souris PS/2"   "CorePointer"
        InputDevice     "Souris USB"    "AlwaysCore"
        InputDevice     "Keyboard1"     "CoreKeyboard"
EndSection

-- 
Michel Grentzinger

Répondre à