#1 Le 06/07/2006, à 11:25
- moumout
xinerama sur 3 écrans-2cartes ati et/ou accel. directe sur plusieurs?
bonjour bonjour,
Eh oui encore une fois je fais biip avec mes cartes graphiques ati.
Pour résumer, j'ai une carte agp, qui est une radeon 9200, et une radeon 9250 sur pci. Les deux cartes sont supportées par le driver libre "radeon" avec l'acceleration directe.
J'ai trois écrans (muhahaha etc...),dont deux de 21", connectés sur la carte agp, et un de 17" connecté sur la pci.
Pour l'instant, j'ai un bureau en Xinerama sur les deux écrans principaux (connectés à la carte agp) en résolution de 3200x1200, mais sans acceleration directe. Apparemment avec MergedFB (au lieu de Xinerama) je pourrais avoir l'acceleration, mais il y a cette biip de limite de 2048p. (2048x2048 accelérés, mais indirect en dehors..) j'ai vu sur le wiki DRI qu'il y a un moyen de contourner ça, mais je n'ai rien trouvé à propos de ça...ducoup des fois j'ai un écran + le quart du deuxième qui sont accélérés, mais blender n'aime pas ça et je peux du coup pas l'étendre... sinon tout est hyper lent et bref vous connaissez ça j'imagine.
Passons aux questions.
D'abord, comment activer la carte pci? Quand je démarre, soit X plante au démarrage, soit je dois désactiver dans Xorg /débrancher la carte pour que l'autre marche... mais (forcément..) tout cela marche sous vous-savez-quoi...
deux-ziaime-men: est-ce qu'il y a un moyen de contourner cette limite de 2048? parce que blender qui lagge c'est déjà pas tété.. mais même wesnoth lagge! c'est triste non? bon sérieusement les jeux ça me dérange pas trop si je peux pas y jouer... mais la 3d serait quand même très très bienvenue...
ah et mon bios initialise la carte agp pour le démarrage, mais changer à pci ne sert à rien...
enfin voilà mon xorg.conf si ça peut aider.. une partie a été générée (houlà ça fait beaucoup de é) automatiquement, le reste j'ai fait tout seul comme un grand.
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Radeon 9200"
VendorName "ATi"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Radeon 9200 2"
VendorName "ATi"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Device"
Identifier "Radeon 9250"
VendorName "ATi"
Driver "radeon"
BusID "PCI:0:11:0"
Screen 2
EndSection
#Section "Device"
# Identifier "Radeon 9250 2"
# VendorName "ATi"
# Driver "radeon"
# BusID "PCI:0:11:0"
# Screen 3
#EndSection
Section "Monitor"
Identifier "HP P1120"
Option "DPMS"
HorizSync 30-130
VertRefresh 50-160
EndSection
Section "Monitor"
Identifier "HP P1110"
Option "DPMS"
HorizSync 30-130
VertRefresh 50-160
EndSection
Section "Monitor"
Identifier "Compaq MV740"
Option "DPMS"
HorizSync 31-70
VertRefresh 50-120
EndSection
Section "Screen"
Identifier "P1120"
Device "Radeon 9200 2"
Monitor "HP P1120"
DefaultDepth 24
SubSection "Display"
# Depth 1
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "P1110"
Device "Radeon 9200"
Monitor "HP P1110"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "MV740"
Device "Radeon 9250"
Monitor "Compaq MV740"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerFlags"
Option "Xinerama" "on"
EndSection
Section "ServerLayout"
Identifier "Triple Head Layout"
Screen 0 "P1120" 0 0
Screen 1 "P1110" RightOf "P1120"
Screen 2 "MV740" LeftOf "P1120"
InputDevice "Keyboard"
InputDevice "Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Merci d'avance de toute aide éventuelle (bon je pourrai aussi vous remercier après que vous m'ayez aidé si vous insistez) et j'espère que vous avez plus d'expérience là dedans que vos confrères de ubuntu-forums.org ^^
Libère ton talon et ton esprit suivra.
--- Si vous avez de l'expérience avec le multi-display, aidez-moi! ^^ http://forum.ubuntu-fr.org/viewtopic.php?id=48868 ---
Hors ligne