Pages : 1
#1 Le 24/04/2005, à 17:20
- Keito
Dual Screen ?
Bonjour,
Je voudrais savoir comment faire du dual screen, ayant une ATI Raedon 9800 Pro ainsi que 2 ecrans. Que faut-il en plus ? Car je ne sais pas comment brancher le 2eme ecran :s
Merci d'avance,
Keito.
Hors ligne
#2 Le 25/04/2005, à 10:39
- DiCiCat
Re : Dual Screen ?
La fonction recherche du forum, c'est bien, mangez en :)
http://forum.ubuntu-fr.org/viewtopic.php?id=2410
Hors ligne
#3 Le 25/04/2005, à 20:50
- Keito
Re : Dual Screen ?
Oui mais je ne peut pas brancher le deuxieme ecran :s
Hors ligne
#4 Le 26/04/2005, à 11:58
- yedermat
Re : Dual Screen ?
salut,
j'imagine que ta carte a quand meme deux sorties, une dvi (pour brancher un ecran lcd (plat)) et une vga (pour brancher un écran cathodique).
la sollution si tu as deux ecran vga est de mettre un adaptateur dvi-vga sur ta sortie dvi.
http://images.ldlc.com/photosldlc/00/00/40/24/LD0000402429_1.jpg
ce type d'adaptateur coute environ 8 euros, mais il est souvent fournit avec la carte graphique.
j'espère avoir répondu a ta question......
#5 Le 26/04/2005, à 15:49
- Keito
Re : Dual Screen ?
Ouep ca y est, les deux ecrans son brancher.
Je suis aller faire un tour dans fireglcontrol et ai mis CloneMode mais l'ecran n°2 n'affiche rien, il reste noir, meme apres un reboot. Comment savoir si l'ecran est reconnu ?
Dernière modification par Keito (Le 26/04/2005, à 15:51)
Hors ligne
#6 Le 26/04/2005, à 17:25
- yedermat
Re : Dual Screen ?
oui en effet fireglcontrol ne prend pas en compte les modifs
il faut que tu modifies toi meme le fichier xorg.conf
si tu veux, postes le...
tapes dans un shell (en root) : gedit /etc/X11/xorg.conf
#7 Le 26/04/2005, à 17:28
- Keito
Re : Dual Screen ?
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure xserver-xorg
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
#Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "v4l"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
Option "Buttons" "7"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon 9800 Pro (R350 NH)"
Driver "fglrx"
Option "UseInternalAGPGART" "no"
BusID "PCI:2:0:0"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 30-65
VertRefresh 50-75
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon 9800 Pro (R350 NH)"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Hors ligne
#8 Le 26/04/2005, à 17:54
- yedermat
Re : Dual Screen ?
bon j'ai modifier ton xorg.conf et normalement ça devrai marcher
soit prudent commence par sauvegarder ton xorg.conf qui marche, au cas ou tu ne pourrais
pas revenir sous x
en root
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.old
- remplace ton xorg.conf par celui ci
si par malheur tu ne peux plus aller sous x
note sur un papier les commandes suivantes
sudo cp /etc/X11/xorg.conf.old /etc/X11/xorg.conf
sudo reboot
ps : en fait je ne suis pas sur de ton busid pour le conecteur 1 et si ton deuxieme ecran accepte le 1024*768
le fichier xorg.conf :
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure xserver-xorg
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "v4l"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
Option "Buttons" "7"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter connector 0"
Driver "fglrx"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === misc DRI settings ===
# === Screen Management ===
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "31.5 - 60.0"
Option "VRefresh2" "50 - 70"
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" "0x06419064"
Option "GammaCorrectionII" "0x06419064"
# === 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" "no"
Option "ForceGenericCPU" "no"
Option "mtrr" "off"
BusID "PCI:2:0:0"
Screen 0
EndSection
Section "Device"
Identifier "ATI Graphics Adapter connector 1"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Monitor"
Identifier "monitor1"
Option "DPMS"
HorizSync 30-65
VertRefresh 50-75
EndSection
Section "Monitor"
Identifier "monitor2"
Option "DPMS"
HorizSync 30-65
VertRefresh 50-75
EndSection
Section "Screen"
Identifier "screen1"
Device "ATI Graphics Adapter connector 0"
Monitor "monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "screen2"
Device "ATI Graphics Adapter connector 1"
Monitor "monitor2"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "screen1"
Screen "screen2" RightOf "screen1"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
#9 Le 26/04/2005, à 18:26
- Keito
Re : Dual Screen ?
J'ai fait ce que tu m'a dit, j'ai reboot, mais l'ecran 2 n'a pas broncher. Je suis revenu sur mon ancien xorg.conf parce que le 1024x768 me crevait les yeux
Hors ligne
#10 Le 26/04/2005, à 19:17
- yedermat
Re : Dual Screen ?
c'est bizare, avec le nouveau xconf tu arrives a te connecter sous X ...
l'autre ecran ne s'allume jamais ?
qu'obtiens tu quand tu fais lspci dans un shell ?
moi j'ai ça dans les deux ernières lignes
0000:01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AQ [Radeon 9600]
0000:01:00.1 Display controller: ATI Technologies Inc RV350 AQ [Radeon 9600] (Secondary)
pour changer la resolution il suffit de rajouter "1280x1024" "1152x864"
Section "Screen"
Identifier "screen1"
.
.
.
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
#11 Le 26/04/2005, à 19:19
- Keito
Re : Dual Screen ?
keito@Keito:~ $ lspci
0000:00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev c1)
0000:00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev c1)0000:00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)0000:00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)0000:00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)0000:00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)0000:00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
0000:00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
0000:00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
0000:00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
0000:00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
0000:00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
0000:00:05.0 Multimedia audio controller: nVidia Corporation nForce MultiMedia audio [Via VT82C686B] (rev a2)
0000:00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)
0000:00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3)0000:00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
0000:00:0d.0 FireWire (IEEE 1394): nVidia Corporation nForce2 FireWire (IEEE 1394) Controller (rev a3)
0000:00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
0000:01:0b.0 RAID bus controller: Silicon Image, Inc. (formerly CMD Technology Inc) SiI 3112 [SATALink/SATARaid] Serial ATA Controller (rev 02)
0000:02:00.0 VGA compatible controller: ATI Technologies Inc Radeon R350 [Radeon 9800 Pro]
0000:02:00.1 Display controller: ATI Technologies Inc Radeon R350 [Radeon 9800 Pro] (Secondary)
Hors ligne
#12 Le 26/04/2005, à 19:46
- yedermat
Re : Dual Screen ?
ok essayes de remplacer dans le fichier xorg.conf que j'ai ecris
Section "Device"
Identifier "ATI Graphics Adapter connector 1"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 1
EndSection
par
Section "Device"
Identifier "ATI Graphics Adapter connector 1"
Driver "fglrx"
BusID "PCI:2:0:0"
Screen 1
EndSection
#13 Le 26/04/2005, à 20:08
- Keito
Re : Dual Screen ?
Ok je test
-------------
X ne veut pas demarrer dans ce cas là ( j'ai backup mon fichier xorg.conf )
Dernière modification par Keito (Le 26/04/2005, à 20:17)
Hors ligne
#14 Le 27/04/2005, à 08:25
- vdemeester
Re : Dual Screen ?
Si tu as installé l'accélération materiel, tu peux tranquillement le faire avec fireglcontrol.
Sinon, je pense que le bus PCI n'est pas bon pour le vga (1:00.0 donne 1:0:0 alors pourquoi 2:00.1 donnerai 2:0:0 (j'aurais mis un 1 mais c à tester))
Hors ligne
#15 Le 27/04/2005, à 08:40
- Keito
Re : Dual Screen ?
non je n'ai pas installer l'acceleration "hardware", tu me le conseil ? Comment faire ?
Hors ligne
#16 Le 30/05/2005, à 01:41
- BenRom
Re : Dual Screen ?
Bonjour à tous,
Suite à un plantage d'Xp de trop, je me suis lancé dans Linux.
Etant graphiste, j'aimerais bien pouvoir profiter de mes deux écrans sur mon ASUS ATI RADEON 9600 XT, mais j'ai beau lire tous les posts, j'ai l'impression que personne n'y arrive...
Ma question, donc,
Quels drivers utiliser pour Hoary et ma carte?
D'avance merci.
BenRom
#17 Le 02/06/2005, à 19:34
- yedermat
Re : Dual Screen ?
salut,
la premiére chose à faire est d'installer les drivers fglrx (en suivant le tuto ou le wiki)
ensuite il faut modifier le fichier xorg.conf
http://forum.ubuntu-fr.org/viewtopic.php?id=2410
Pages : 1