Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
2994 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Hardware

  Linux Bi-ecran avec RADEON sur un portable

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Linux Bi-ecran avec RADEON sur un portable

n°716652
aliquando
pensee peu mais bien
Posté le 11-08-2005 à 18:31:35  profilanswer
 

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  :sweat:.
 
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:

Code :
  1. # File generated by XFdrake.
  2. # **********************************************************************
  3. # Refer to the XF86Config man page for details about the format of
  4. # this file.
  5. # **********************************************************************
  6. Section "Files"
  7.     # Multiple FontPath entries are allowed (they are concatenated together)
  8.     # By default, Mandrake 6.0 and later now use a font server independent of
  9.     # the X server to render fonts.
  10.     FontPath "unix/:-1"
  11. EndSection
  12. Section "ServerFlags"
  13.     #DontZap # disable <Crtl><Alt><BS> (server abort)
  14.     #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
  15.     AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
  16.     Option "Xinerama" "true"
  17. EndSection
  18. Section "Module"
  19.     Load "dbe" # Double-Buffering Extension
  20.     Load "v4l" # Video for Linux
  21.     Load "extmod"
  22.     Load "type1"
  23.     Load "freetype"
  24.     Load "glx" # 3D layer
  25.     Load "dri" # direct rendering
  26. EndSection
  27. Section "DRI"
  28.     Mode 0666
  29. EndSection
  30. Section "InputDevice"
  31.     Identifier "Keyboard1"
  32.     Driver "Keyboard"
  33.     Option "XkbModel" "pc105"
  34.     Option "XkbLayout" "fr"
  35.     Option "XkbOptions" ""
  36. EndSection
  37. Section "InputDevice"
  38.     Identifier "Mouse1"
  39.     Driver "mouse"
  40.     Option "Protocol" "ExplorerPS/2"
  41.     Option "Device" "/dev/mouse"
  42.     Option "ZAxisMapping" "6 7"
  43. EndSection
  44. Section "Monitor"
  45.     Identifier "monitor1"
  46.     VendorName "Plug'n Play"
  47.     HorizSync 30-96
  48.     VertRefresh 50-160
  49.    
  50.     # Sony Vaio C1(X,XS,VE,VN)?
  51.     # 1024x480 @ 85.6 Hz, 48 kHz hsync
  52.     ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
  53.    
  54.     # TV fullscreen mode or DVD fullscreen output.
  55.     # 768x576 @ 79 Hz, 50 kHz hsync
  56.     ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
  57.    
  58.     # 768x576 @ 100 Hz, 61.6 kHz hsync
  59.     ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
  60. EndSection
  61. Section "Monitor"
  62.     Identifier "IIYama"
  63.     VendorName "Plug'n Play"
  64.     HorizSync 30-86
  65.     VertRefresh 50-90
  66. EndSection
  67. Section "Device"
  68.     Identifier "device1"
  69.     VendorName "ATI"
  70.     BoardName "ATI Radeon"
  71.     Driver "radeon"
  72.     BusID "01:05:0"
  73.     Option "DPMS"
  74. EndSection
  75. # Ancienne tentative qui ne marche pas
  76. # et qui donne exactement la meme erreur que lorsque je
  77. # commente ce qui est en dessous
  78. #Section "Device"
  79. #    Identifier "device2"
  80. #    VendorName "ATI"
  81. #    BoardName "ATI Radeon"
  82. #    Driver "radeon"
  83. #    Option "DPMS"
  84. #EndSection
  85. Section "Screen"
  86.     Identifier "screen1"
  87.     Device "device1"
  88.     Monitor "monitor1"
  89.     DefaultColorDepth 24
  90.    
  91.     Subsection "Display"
  92.         Depth 8
  93.         Virtual 1024 768
  94.     EndSubsection
  95.    
  96.     Subsection "Display"
  97.         Depth 15
  98.         Virtual 1024 768
  99.     EndSubsection
  100.    
  101.     Subsection "Display"
  102.         Depth 16
  103.         Virtual 1024 768
  104.     EndSubsection
  105.    
  106.     Subsection "Display"
  107.         Depth 24
  108.         Virtual 1024 768
  109.     EndSubsection
  110. EndSection
  111. Section "Screen"
  112.     Identifier "IIYama"
  113.     Device "device1"
  114.     Monitor "IIYama"
  115.     DefaultColorDepth 24
  116.     Subsection "Display"
  117.         Depth 24
  118.         Virtual 1024 768
  119.     EndSubsection
  120. EndSection
  121. Section "ServerLayout"
  122.     Identifier "layout1"
  123.     InputDevice "Keyboard1" "CoreKeyboard"
  124.     InputDevice "Mouse1" "CorePointer"
  125.     Screen "screen1"
  126.     Screen "IIYama" RightOf "screen1"
  127. EndSection


 
Merci a ceux qui auront lu jusqu'ici  :D.
et encore un plus grand merci a ceux qui auront reflechit  :)

mood
Publicité
Posté le 11-08-2005 à 18:31:35  profilanswer
 

n°716672
kzimir
-
Posté le 11-08-2005 à 20:27:31  profilanswer
 

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).


---------------
Serre les fesses jusqu'en 2012...
n°716851
mbdu
Posté le 12-08-2005 à 13:32:53  profilanswer
 

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


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Hardware

  Linux Bi-ecran avec RADEON sur un portable

 

Sujets relatifs
gestion des polices sous LinuxEquivalent html-kit sous linux
linux et dfi lanparty nf4!convertir favoris IE6 à Firefox linux , possible ?
Noob en linux et échec après lecture de topicslogiciel sous linux pour filtrer le bruit des images d'APN
Dualboot WIN XP PRO / Linux sur partition NTFSclés wifi usb 802.11g compatible linux
son intro linux mandrivaProbleme de quota sous linux
Plus de sujets relatifs à : Linux Bi-ecran avec RADEON sur un portable


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR