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

Re: XFree et ATI RADEON VE sur une woody



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
# <mic.grentz@online.fr>

# **********************************************************************
# 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



Reply to: