glacote | Je ne parviens pas à faire fonctionner X par-dessus mes deux cartes graphiques: Radeon 7000 AGP et Matrox Millenium PCI:
Code :
- $ X -scanpci
- Probing for PCI devices (Bus:Device:Function)
- ...
- (0:13:0) Matrox Graphics, Inc. MGA 2064W [Millennium]
- (1:0:0) unknown card (0x18bc/0x0010) using a ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]
|
Dans /etc/xorg.conf :
Code :
- ...
- Section "Device"
- Identifier "Radeon7000"
- VendorName "ATI Inc."
- BoardName "ATI Radeon 7000"
- Driver "ati"
- Option "DPMS"
- BusID "PCI:1:0:0"
- EndSection
- Section "Device"
- Identifier "Matrox MGA"
- VendorName "Matrox Inc."
- BoardName "Matrox MGA 2064W (Millenium) (rev 01)"
- Driver "mga"
- Option "DPMS"
- BusID "PCI:0:13:0"
- EndSection
- ...
|
mais quand je lance X j'obtiens:
Code :
- $ X -layout "Double Layout" :1
- X Window System Version 6.8.0
- Release Date: 8 September 2004
- X Protocol Version 11, Revision 0, Release 6.8
- Build Operating System: Linux 2.4.23-aes-evms i686 [ELF]
- Current Operating System: Linux console 2.6.9-ck3 #1 Thu Dec 30 12:07:00 CET 2004 i686
- Build Date: 03 December 2004
- Before reporting problems, check http://wiki.X.Org
- to make sure that you have the latest version.
- Module Loader present
- Markers: (--) probed, (**) from config file, (==) default setting,
- (++) from command line, (!!) notice, (II) informational,
- (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
- (==) Log file: "/var/log/Xorg.1.log", Time: Fri Jan 21 22:21:29 2005
- (==) Using config file: "/etc/X11/xorg.conf"
- Using vt 8
- (WW) MGA: No matching Device section for instance (BusID PCI:0:13:0) found
|
et seul le premier écran (branché sur mon ATI) fonctionne.
Ai-je oublié quelque chose ? |