Linux Bi-ecran avec RADEON sur un portable - Hardware - Linux et OS Alternatifs
Marsh Posté le 11-08-2005 à 20:27:31
Tu as essayé en installant les drivers ATI (fglrx) ? Je ne sais pas s'ils marchent avec un IGP, mais ils fournissent un utilitaire de configuration qui est censé permettre ces genres de manip (fglrxconfig). J'avais testé une fois sans succès mais pas vraiment persévéré (plus par curiosité qu'autre chose).
Marsh Posté le 12-08-2005 à 13:32:53
Il est normal de definir 2 cartes graphiques, meme si tu n en as qu une... C est comme cela que j ai fais pour faire marcher 2 ecrans.
C est etonnant que cela ne marche pas car j ai le meme fichier de conf et cela marche bien chez moi. Es tu sur d avoir definit ton screen IIYama avec un device2 (que tu auras defini avant bien sur) ?
A part ca tout a l air correct (ce qui signifie que je ne vois pas, sorry man)
Je te mets mon xorg.conf a cas ou, mais tout est semblable (tu aura remarque que la mon bi ecran n est pas active)
Regarde plus precisement screen1 et screen2 (le screen0 est pour ma conf avec les drivers proprios.....)
#############################################################################################
# File: xorg.conf
# File generated by fglrxconfig (C) ATI Research, a substitute for xf86config.
# **********************************************************************
# DRI Section
# **********************************************************************
Section "dri"
# Access to OpenGL ICD is allowed for all users:
Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
# Group 100 # users
# Mode 0660
EndSection
# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx" # libglx.a
Load "dri" # libdri.a
EndSection
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
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/"
# ModulePath "/usr/X11R6/lib/modules"
EndSection
# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
EndSection
Section "Extensions"
# Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons"
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 60.0
VertRefresh 60 - 75
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
HorizSync 31.5 - 60.0
VertRefresh 50 - 70
Option "DPMS"
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
Identifier "atifree0"
Driver "radeon"
BusId "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "atifree1"
Driver "radeon"
BusId "PCI:1:0:0"
Screen 1
EndSection
# === ATI device section ===
Section "Device"
Identifier "atifglrx0"
Driver "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor ===
#Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
Option "DesktopSetup" "0x00000100"
Option "MonitorLayout" "AUTO, NONE"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
# === TV-out Management ===
Option "NoTV" "no"
Option "TVStandard" "PAL-B"
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"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAEnable" "no"
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"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "yes"
Option "ForceGenericCPU" "no"
BusID "PCI:1:0:0" # vendor=1002, device=4e50
Screen 0
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
Identifier "Screen0"
Device "atifglrx0"
Monitor "Monitor0"
Option "backingstore" "true"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
ViewPort 0 0 # initial origin if mode is smaller than desktop
EndSubsection
EndSection
Section "Screen"
Identifier "Screen1"
Device "atifree0"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
ViewPort 0 0 # initial origin if mode is smaller than desktop
EndSubsection
EndSection
Section "Screen"
Identifier "Screen2"
Device "atifree1"
Monitor "Monitor1"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "800x600" #"1024x768" "800x600" "640x480"
ViewPort 0 0 # initial origin if mode is smaller than desktop
EndSubsection
EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
Section "ServerLayout"
Identifier "Server Layout"
Screen "Screen1"
# Screen "Screen2" RightOf "Screen1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
### EOF ###
##################################################################################################################
Marc
Marsh Posté le 11-08-2005 à 18:31:35
Bonjour a tous,
J'ai un gros souci, j'ai un portable munis d'une carte video radeon igp 320M, et 2 moniteurs
(celui de mon portable ainsi qu'un moniteur a cote). Je voulais savoir si quelqu'un avait deja reussi un tel prodige sous Mandrake 10.0??
Bon j'ai cherche un peu partout et je ne trouve que des reponses avec 2 cartes videos mais ce n'est pas mon cas .
Sinon, j'ai cherche de mon cote,
bon la j'ai actuellement le fichier juste en dessous et j'ai bien le premier ecran mais le second n'est pas reconnu.
Bon il faut que vous sachiez qu'avant mes modifications j'ai le double ecran mais en mode clone, ce qui me convient pas.
----------------------------------
: Information diverses et varies :
----------------------------------
le moniteur externe est un : IIYAMA Vision Master Pro 410
La version de mon serveur X est 4.3.0.
Erreur obtenu : W) RADEON: More than one matching Device section for instances
(BusID: 01:05:0) found: device1
voila mon fichier de config pour le serveur X:
Merci a ceux qui auront lu jusqu'ici .
et encore un plus grand merci a ceux qui auront reflechit