Pages : 1
#1 Le 06/03/2006, à 20:44
- bp
Soucis de double écran...
Bonjour,
j'ai un ami qui possède une désagréable problème : il n'arrive pas à afficher la moindre image avec son portable à l'aide d'un projecteur branché sur la sortie VGA. Le matériel : asus M6 avec carte graphique ati radeon 9700 128 Mo. Les drivers actuels sont les fglrx par synaptic (8.16.20). Avec la même config, mais sur mon portable acer travelmate 803LCi (radeon 9000), j'ai aucun problème pour projeter (en mode clone, la résolution est trop élevée, mais le projecteur se débrouille qd même en coupant les bords).
Afin de vous indiquez la bonne configuration des drivers fglrx, l'on obtient des scores de plus de 2000 fps à glxgears.
Pour information, l'on a tous les deux aussi testé avec les derniers drivers du site www.ati.com (8.22.5), et ceci n'a rien changé. Nous sommes donc revenu au version synaptic normale de Ubuntu.
Pour la configuration de la deuxième sortie, l'on a utilisé fireglcontrolpanel, puis un relancement du serveur X.
(Ceci revient à changer
Option "DesktopSetup" "Single"
par
Option "DesktopSetup" "Clone"
dans xorg.conf, section 'Device' )
Merci pour toute aide.
bp
Plus que quelques milliards de gens à basculer dans le monde libre de linux :)
Hors ligne
#2 Le 09/03/2006, à 14:35
- marc28
Re : Soucis de double écran...
personne ne sait, j'ai ce probleme la aussi!!!
Hors ligne
#3 Le 09/03/2006, à 15:35
- mac
Re : Soucis de double écran...
A mon avis il faut modifier le Xorg.conf et y ajouter un deuxieme écran, une deuxième carte graphique, etc cela donne qqch du style
# Xorg configuration created by system-config-display
Section "ServerLayout"
# Option "Xinerama" "on"
# Option "Clone" "on"
Identifier "MultiheadLayout"
Screen 0 "Screend0" LeftOf "Screend1"
Screen 1 "Screend1" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerLayout"
# Option "Xinerama" "on"
# Option "Clone" "on"
Identifier "TVLayout"
Screen 0 "Screentvd0" LeftOf "TV1"
Screen 1 "TV1" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "ServerFlags"
Option "DefaultServerLayout" "TVLayout"
Option "DefaultServerLayout" "DefaultLayout"
# Option "DefaultServerLayout" "MultiheadLayout"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1280x800"
HorizSync 31.5 - 90.0
VertRefresh 60.0 - 60.0
ModeLine "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828
Option "dpms"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1280x1024"
HorizSync 31.5 - 67.0
VertRefresh 50.0 - 75.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "TVm1"
VendorName "Monitor Vendor"
ModelName "TV"
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "i810"
VendorName "Videocard vendor"
BoardName "Intel 852"
EndSection
Section "Device"
Identifier "Videocardd0"
Driver "i810"
VendorName "Videocard Vendor"
BoardName "Intel 852"
Option "MonitorLayout" "CRT,LFP"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "Videocardd1"
Driver "i810"
VendorName "Videocard Vendor"
BoardName "Intel 852"
Option "MonitorLayout" "CRT,LFP"
BusID "PCI:0:2:0"
Screen 1
EndSection
Section "Device"
Identifier "Videocardtvd0"
Driver "i810"
VendorName "Videocard Vendor"
BoardName "Intel 852"
Option "MonitorLayout" "TV,LFP"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "Videocardtvd1"
Driver "i810"
VendorName "Videocard Vendor"
BoardName "Intel 852"
Option "MonitorLayout" "TV,LFP"
BusID "PCI:0:2:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screend0"
Device "Videocardd0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screend1"
Device "Videocardd1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screentvd0"
Device "Videocardtvd0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "TV1"
Device "Videocardtvd1"
Monitor "TVm1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Perso je suis avec une 915GM => je ne connais pas bien le driver ati
@+
Hors ligne
Pages : 1