Forum Linux.mandriva Faire marcher Ati Radeon 9800 en Xinerama ?

Posté par  .
Étiquettes : aucune
0
2
août
2006
Bonjour, j'ai regardé sur les forums pour une réponses a ma question mais en vain.. . Je roule sous Mandriva 2006 (Official) et j'utilise et toujours utilisé Gnome. Mais pour mon problème, aucune gestionaire de fenêtre marche, mon 2e moniteur reste noir.

Je me souvient qu'a ma précedente installation, j'avais installé les pilotes a l'aide de urpmi Ati-Xorg, puis qu'a apres, je n'avais qu'a utiliser le panneau de controle ATI pour permettre une affichage Xinerama. Hors, maintenant lorsque je le fait, X redémare, mais sans permettre l'affichage double.

J'utilise les même configuration matériel que lorsque j'avais ma précedente installation, hors que j'avais Mandriva 2006 (Free ?).

J'aurais besoin de quelque conseille afin de résoudre mon problème.

Je vais collé mon fichier xorg.conf si sa peu être utile.
Je n'arrive pas à comprendre ce que je doit faire, la dernière fois tout marchais à merveille..
/etc/X11/xorg.conf:
# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "ServerFlags"
#DontZap # disable (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "ca_enhanced"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "COMPAQ 7500"
HorizSync 30-70
VertRefresh 50-140

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Monitor"
Identifier "monitor2"
VendorName "Generic"
ModelName "Flat Panel 1024x768"
HorizSync 31.5-55
VertRefresh 40-70

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
VendorName "ATI"
BoardName "ATI Radeon (fglrx)"
Driver "fglrx"
Screen 0
BusID "PCI:1:0:0"
Option "DPMS"

# === disable PnP Monitor ===
#Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === FireGL DDX driver module specific settings ===
# === Screen Management ===
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
# === TV-out Management ===
Option "NoTV" "yes"
Option "TVStandard" "NTSC-M"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
Option "CenterMode" "off"
# === QBS Support ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
# === FSAA ===
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
EndSection

Section "Device"
Identifier "device2"
VendorName "ATI"
BoardName "ATI Radeon"
Driver "ati"
Screen 0
BusID "PCI:1:0:1"
Option "DPMS"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 15
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 16
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 24
Virtual 1024 768
EndSubsection
EndSection

Section "Screen"
Identifier "screen2"
Device "device2"
Monitor "monitor2"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 15
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 16
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 24
Virtual 1024 768
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
Screen "screen2" RightOf "screen1"
#Option "Xinerama"
EndSection
  • # aticonfig

    Posté par  . Évalué à 1.

    avec le package fglrx, vient l'utilitaire aticonfig...
    lance le et suis la procédure.

    Chez moi ça marchait ( mais depuis j'ai changé de carte graphique )

    si tu veux je regarderai ce soir sur mon portable ( il a une ati :P )

    Il ne faut pas décorner les boeufs avant d'avoir semé le vent

    • [^] # Re: aticonfig

      Posté par  . Évalué à 1.

      Ahhh, s'était donc sa :D Mais pourquoi sa ne marche pas par Ati Control Panel ? Sa semble être un peu le même truc mais avec un GUI non ?

      Super :) Merci encore
  • # Perfs

    Posté par  . Évalué à 2.

    Qu'en est il des performances actuelles par rapport à Windows avec les derniers drivers ati?
    • [^] # Re: Perfs

      Posté par  . Évalué à 1.

      Sa semble bien, faut dire que j'ai seulement jouer a Ennemy Territory. Je vais testé avec UT2004 plus tard aujourd'hui. En tout cas, jusqu'a présent je n'est rien à redire.
      • [^] # Re: Perfs

        Posté par  . Évalué à 2.

        les benchs sur le net se font essentiellement sous Windows. Pour Nvidia, en OpenGL, les perfs sont similaires sous Win et Linux. Mais avec ATI, quel pourcentage perd on? il faudrait que tu aies UT2004 ou ET sous Win pour comparer
    • [^] # Re: Perfs

      Posté par  (site web personnel) . Évalué à 2.

      Pas si naze que ca... Enfin quand ca marche...
      Car j'ai une 9200Se et maintenant le driver ne veut plus lancer les applis utilisant openGL...

Suivre le flux des commentaires

Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.