Hi all, just upgraded to FC5 from FC3 where I had a dual head display setup working nicely with an ATI Rage128 AGP and a ATI Radeon 7000 PCI. Now I can't get anything to show on the second screen (Screen1 - the Radeon) and the monitor won't come out of suspend. If I use the same xorg.conf file from FC3, I get a system freeze. Have looked around to find I am not the first one to have problems with dual-head Radeon setups on FC5. My symptoms seem to be a little unique but the common thread is that the second screen won't come up. In my case the log reports (WW) RADEON: No matching Device section for instance (BusID PCI:2:11:0) found and then (EE) Screen 1 deleted because of no matching config section. and when in fact in my xorg.conf Device section does have the proper BusID parameter attached to the correct card. (see below) In fact if I try to turn Xinerama off and just use the Radeon, I get the system freeze. Only with the R128 can I get a working X... And if I delete the "Screen 1" and "Screen 0" lines in the Device sections, freeze. These were not needed in FC3. Upgrade was a clean wipe and install and yum update. Hoping someone can look at this with fresh eyes - seems like a simple config problem but I can't spot it (and of course this did work under FC3). Thanks! xorg.conf =========================================================== Section "ServerLayout" Identifier "Multihead0" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" * InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "Clone" "off" Option "Xinerama" "on" EndSection Section "Files" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "freetype" Load "type1" Load "dri" 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 "AL1716" DisplaySize 340 270 HorizSync 30.0 - 83.0 VertRefresh 55.0 - 75.0 Option "dpms" EndSection Section "Monitor" Identifier "Monitor1" VendorName "NEC" ModelName "FE700" DisplaySize 340 270 HorizSync 31.0 - 70.0 VertRefresh 55.0 - 120.0 Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "r128" VendorName "ATI" BoardName "ATI Rage 128" Option "DPMS" Option "UseCCEFor2D" "false" #Option "MonitorLayout" "TMDS,TMDS" #Option "CRT2Position" "RightOf" BusID "PCI:1:00:0" Screen 0 EndSection Section "Device" Identifier "Videocard1" Driver "radeon" VendorName "ATI" BoardName "ATI Radeon 7000" Option "DPMS" BusID "PCI:2:11:0" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Virtual 1280 1024 Depth 8 EndSubSection SubSection "Display" Virtual 1280 1024 Depth 15 EndSubSection SubSection "Display" Virtual 1280 1024 Depth 16 EndSubSection SubSection "Display" Virtual 1280 1024 Depth 24 Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x4 80" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Videocard1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection =========================================================== /var/log/Xorg.0.log [truncated] =========================================================== X Window System Version 7.0.0 Release Date: 21 December 2005 X Protocol Version 11, Revision 0, Release 7.0 Build Operating System:Linux 2.6.9-22.18.bz155725.ELsmp i686Red Hat, Inc. Current Operating System: Linux darkrum 2.6.15-1.2054_FC5 #1 Tue Mar 14 15:48:33 EST 2006 i686 Build Date: 06 March 2006 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.0.log", Time: Sun May 14 19:47:32 2006 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Multihead0" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Videocard0" (**) |-->Screen "Screen1" (1) (**) | |-->Monitor "Monitor1" (**) | |-->Device "Videocard1" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (**) FontPath set to "unix/:7100" (==) RgbPath set to "/usr/share/X11/rgb" (==) ModulePath set to "/usr/lib/xorg/modules" (**) Option "Xinerama" "on" (**) Xinerama: enabled (II) Module ABI versions: X.Org ANSI C Emulation: 0.2 X.Org Video Driver: 0.8 X.Org XInput driver : 0.5 X.Org Server Extension : 0.2 X.Org Font Renderer : 0.4 (II) Loader running on linux (II) LoadModule: "bitmap" (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so (II) Module bitmap: vendor="X.Org Foundation" compiled for 7.0.0, module version = 1.0.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.4 (II) Loading font Bitmap (II) LoadModule: "pcidata" (II) Loading /usr/lib/xorg/modules/libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 7.0.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.8 (++) using VT number 7 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,2501 card 0000,0000 rev 04 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 8086,250f card 0000,0000 rev 04 class 06,04,00 hdr 01 (II) PCI: 00:1e:0: chip 8086,2418 card 0000,0000 rev 02 class 06,04,00 hdr 01 (II) PCI: 00:1f:0: chip 8086,2410 card 0000,0000 rev 02 class 06,01,00 hdr 80 (II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 hdr 00 (II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 hdr 00 (II) PCI: 00:1f:3: chip 8086,2413 card 8086,2413 rev 02 class 0c,05,00 hdr 00 (II) PCI: 01:00:0: chip 1002,5046 card 1002,0008 rev 00 class 03,00,00 hdr 00 (II) PCI: 02:08:0: chip 10b7,9200 card 10b7,1000 rev 78 class 02,00,00 hdr 00 (II) PCI: 02:09:0: chip 105a,4d30 card 105a,4d33 rev 02 class 01,80,00 hdr 00 (II) PCI: 02:0b:0: chip 1002,5159 card 1002,000b rev 00 class 03,00,00 hdr 00 (II) PCI: 02:0c:0: chip 1102,8938 card 1102,5938 rev 00 class 04,01,00 hdr 00 (II) PCI: End of PCI scan (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 1 I/O range: [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xff700000 - 0xff7fffff (0x100000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xde900000 - 0xe69fffff (0x8100000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared) (II) Bus 2 I/O range: [0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B] (II) Bus 2 non-prefetchable memory range: [0] -1 0 0xff800000 - 0xff9fffff (0x200000) MX[B] (II) Bus 2 prefetchable memory range: [0] -1 0 0xe6a00000 - 0xf6afffff (0x10100000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (--) PCI:*(1:0:0) ATI Technologies Inc Rage 128 PF/PRO AGP 4x TMDS rev 0, Mem @ 0xe0000000/26, 0xff7fc000/14, I/O @ 0xc800/8, BIOS @ 0xff7c0000/17 (--) PCI: (2:11:0) ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE] rev 0, Mem @ 0xe8000000/27, 0xff990000/16, I/O @ 0xd800/8, BIOS @ 0xff960000/17 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) PCI Memory resource overlap reduced 0xf8000000 from 0xfbffffff to 0xf7ffffff (II) Active PCI resource ranges: [0] -1 0 0xe6a40000 - 0xe6a4ffff (0x10000) MX[B] [1] -1 0 0xff9e0000 - 0xff9fffff (0x20000) MX[B] [2] -1 0 0xff9cfc00 - 0xff9cfc7f (0x80) MX[B] [3] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O [4] -1 0 0xff7c0000 - 0xff7dffff (0x20000) MX[B](B) [5] -1 0 0xff7fc000 - 0xff7fffff (0x4000) MX[B](B) [6] -1 0 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B) [7] -1 0 0x0000df80 - 0x0000df9f (0x20) IX[B] [8] -1 0 0x0000de80 - 0x0000debf (0x40) IX[B] [9] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[B] [10] -1 0 0x0000dfa8 - 0x0000dfab (0x4) IX[B] [11] -1 0 0x0000dfa0 - 0x0000dfa7 (0x8) IX[B] [12] -1 0 0x0000dfac - 0x0000dfaf (0x4) IX[B] [13] -1 0 0x0000dfe0 - 0x0000dfe7 (0x8) IX[B] [14] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B] [15] -1 0 0x0000efa0 - 0x0000efaf (0x10) IX[B] [16] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B] [17] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [18] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B](B) (II) Inactive PCI resource ranges: [0] -1 0 0xe6a20000 - 0xe6a3ffff (0x20000) MX[B](B) [1] -1 0 0xff990000 - 0xff99ffff (0x10000) MX[B](B) [2] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B) [3] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B](B) (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xe6a40000 - 0xe6a4ffff (0x10000) MX[B] [1] -1 0 0xff9e0000 - 0xff9fffff (0x20000) MX[B] [2] -1 0 0xff9cfc00 - 0xff9cfc7f (0x80) MX[B] [3] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O [4] -1 0 0xff7c0000 - 0xff7dffff (0x20000) MX[B](B) [5] -1 0 0xff7fc000 - 0xff7fffff (0x4000) MX[B](B) [6] -1 0 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B) [7] -1 0 0x0000df80 - 0x0000df9f (0x20) IX[B] [8] -1 0 0x0000de80 - 0x0000debf (0x40) IX[B] [9] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[B] [10] -1 0 0x0000dfa8 - 0x0000dfab (0x4) IX[B] [11] -1 0 0x0000dfa0 - 0x0000dfa7 (0x8) IX[B] [12] -1 0 0x0000dfac - 0x0000dfaf (0x4) IX[B] [13] -1 0 0x0000dfe0 - 0x0000dfe7 (0x8) IX[B] [14] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B] [15] -1 0 0x0000efa0 - 0x0000efaf (0x10) IX[B] [16] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B] [17] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [18] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B](B) (II) Inactive PCI resource ranges after removing overlaps: [0] -1 0 0xe6a20000 - 0xe6a3ffff (0x20000) MX[B](B) [1] -1 0 0xff990000 - 0xff99ffff (0x10000) MX[B](B) [2] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B) [3] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B](B) (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xe6a40000 - 0xe6a4ffff (0x10000) MX[B] [6] -1 0 0xff9e0000 - 0xff9fffff (0x20000) MX[B] [7] -1 0 0xff9cfc00 - 0xff9cfc7f (0x80) MX[B] [8] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O [9] -1 0 0xff7c0000 - 0xff7dffff (0x20000) MX[B](B) [10] -1 0 0xff7fc000 - 0xff7fffff (0x4000) MX[B](B) [11] -1 0 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B) [12] -1 0 0xe6a20000 - 0xe6a3ffff (0x20000) MX[B](B) [13] -1 0 0xff990000 - 0xff99ffff (0x10000) MX[B](B) [14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B) [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0 0x0000df80 - 0x0000df9f (0x20) IX[B] [18] -1 0 0x0000de80 - 0x0000debf (0x40) IX[B] [19] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[B] [20] -1 0 0x0000dfa8 - 0x0000dfab (0x4) IX[B] [21] -1 0 0x0000dfa0 - 0x0000dfa7 (0x8) IX[B] [22] -1 0 0x0000dfac - 0x0000dfaf (0x4) IX[B] [23] -1 0 0x0000dfe0 - 0x0000dfe7 (0x8) IX[B] [24] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B] [25] -1 0 0x0000efa0 - 0x0000efaf (0x10) IX[B] [26] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B] [27] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [28] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B](B) [29] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B](B) (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 7.0.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.2 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 7.0.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.2 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "fbdevhw" (II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so (II) Module fbdevhw: vendor="X.Org Foundation" compiled for 7.0.0, module version = 0.0.2 ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions/libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 7.0.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.2 (II) Loading sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so (II) Module GLcore: vendor="X.Org Foundation" compiled for 7.0.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.2 (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 7.0.0, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.2 (II) Loading extension RECORD (II) LoadModule: "freetype" (II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 7.0.0, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.4 (II) Loading font FreeType (II) LoadModule: "type1" (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so (II) Module type1: vendor="X.Org Foundation" compiled for 7.0.0, module version = 1.0.2 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.4 (II) Loading font Type1 (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 7.0.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.2 (II) Loading sub module "drm" (II) LoadModule: "drm" (II) Loading /usr/lib/xorg/modules/linux/libdrm.so (II) Module drm: vendor="X.Org Foundation" compiled for 7.0.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.2 (II) Loading extension XFree86-DRI (II) LoadModule: "r128" (II) Loading /usr/lib/xorg/modules/drivers/r128_drv.so (II) Module r128: vendor="X.Org Foundation" compiled for 7.0.0, module version = 4.0.4 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "ati" (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so (II) Module ati: vendor="X.Org Foundation" compiled for 7.0.0, module version = 6.5.7 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "radeon" (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so (II) Module radeon: vendor="X.Org Foundation" compiled for 7.0.0, module version = 4.0.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 0.8 (II) LoadModule: "mouse" (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 7.0.0, module version = 1.0.4 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.5 (II) LoadModule: "kbd" (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 7.0.0, module version = 1.0.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.5 (II) ATI: ATI driver (version 6.5.7) for chipsets: ati, ativga (II) R128: Driver for ATI Rage 128 chipsets: /* SNIP (II) Primary Device is: PCI 01:00:0 (WW) R128: No matching Device section for instance (BusID PCI:2:11:0) found (--) Chipset ATI Rage 128 Pro GL PF (AGP) found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xe6a40000 - 0xe6a4ffff (0x10000) MX[B] [6] -1 0 0xff9e0000 - 0xff9fffff (0x20000) MX[B] [7] -1 0 0xff9cfc00 - 0xff9cfc7f (0x80) MX[B] [8] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O [9] -1 0 0xff7c0000 - 0xff7dffff (0x20000) MX[B](B) [10] -1 0 0xff7fc000 - 0xff7fffff (0x4000) MX[B](B) [11] -1 0 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B) [12] -1 0 0xe6a20000 - 0xe6a3ffff (0x20000) MX[B](B) [13] -1 0 0xff990000 - 0xff99ffff (0x10000) MX[B](B) [14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B) [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0 0x0000df80 - 0x0000df9f (0x20) IX[B] [18] -1 0 0x0000de80 - 0x0000debf (0x40) IX[B] [19] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[B] [20] -1 0 0x0000dfa8 - 0x0000dfab (0x4) IX[B] [21] -1 0 0x0000dfa0 - 0x0000dfa7 (0x8) IX[B] [22] -1 0 0x0000dfac - 0x0000dfaf (0x4) IX[B] [23] -1 0 0x0000dfe0 - 0x0000dfe7 (0x8) IX[B] [24] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B] [25] -1 0 0x0000efa0 - 0x0000efaf (0x10) IX[B] [26] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B] [27] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [28] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B](B) [29] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B](B) (II) Loading sub module "r128" (II) LoadModule: "r128" (II) Reloading /usr/lib/xorg/modules/drivers/r128_drv.so (WW) RADEON: No matching Device section for instance (BusID PCI:2:11:0) found (--) Chipset ATI Radeon VE/7000 QY (AGP/PCI) found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xe6a40000 - 0xe6a4ffff (0x10000) MX[B] [6] -1 0 0xff9e0000 - 0xff9fffff (0x20000) MX[B] [7] -1 0 0xff9cfc00 - 0xff9cfc7f (0x80) MX[B] [8] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O [9] -1 0 0xff7c0000 - 0xff7dffff (0x20000) MX[B](B) [10] -1 0 0xff7fc000 - 0xff7fffff (0x4000) MX[B](B) [11] -1 0 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B) [12] -1 0 0xe6a20000 - 0xe6a3ffff (0x20000) MX[B](B) [13] -1 0 0xff990000 - 0xff99ffff (0x10000) MX[B](B) [14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B) [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0 0x0000df80 - 0x0000df9f (0x20) IX[B] [18] -1 0 0x0000de80 - 0x0000debf (0x40) IX[B] [19] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[B] [20] -1 0 0x0000dfa8 - 0x0000dfab (0x4) IX[B] [21] -1 0 0x0000dfa0 - 0x0000dfa7 (0x8) IX[B] [22] -1 0 0x0000dfac - 0x0000dfaf (0x4) IX[B] [23] -1 0 0x0000dfe0 - 0x0000dfe7 (0x8) IX[B] [24] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B] [25] -1 0 0x0000efa0 - 0x0000efaf (0x10) IX[B] [26] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B] [27] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [28] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B](B) [29] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B](B) (II) Loading sub module "radeon" (II) LoadModule: "radeon" (II) Reloading /usr/lib/xorg/modules/drivers/radeon_drv.so (EE) Screen 1 deleted because of no matching config section. (II) UnloadModule: "ati" (II) UnloadModule: "radeon" (II) resource ranges after probing: [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [5] -1 0 0xe6a40000 - 0xe6a4ffff (0x10000) MX[B] [6] -1 0 0xff9e0000 - 0xff9fffff (0x20000) MX[B] [7] -1 0 0xff9cfc00 - 0xff9cfc7f (0x80) MX[B] [8] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O [9] -1 0 0xff7c0000 - 0xff7dffff (0x20000) MX[B](B) [10] -1 0 0xff7fc000 - 0xff7fffff (0x4000) MX[B](B) [11] -1 0 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B) [12] -1 0 0xe6a20000 - 0xe6a3ffff (0x20000) MX[B](B) [13] -1 0 0xff990000 - 0xff99ffff (0x10000) MX[B](B) [14] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B) [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [18] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B] [19] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [20] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [23] -1 0 0x0000df80 - 0x0000df9f (0x20) IX[B] [24] -1 0 0x0000de80 - 0x0000debf (0x40) IX[B] [25] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[B] [26] -1 0 0x0000dfa8 - 0x0000dfab (0x4) IX[B] [27] -1 0 0x0000dfa0 - 0x0000dfa7 (0x8) IX[B] [28] -1 0 0x0000dfac - 0x0000dfaf (0x4) IX[B] [29] -1 0 0x0000dfe0 - 0x0000dfe7 (0x8) IX[B] [30] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B] [31] -1 0 0x0000efa0 - 0x0000efaf (0x10) IX[B] [32] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B] [33] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [34] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B](B) [35] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B](B) [36] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [37] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] [38] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B] [39] 1 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) R128(0): PCI bus 1 card 0 func 0 (**) R128(0): Depth 24, (--) framebuffer bpp 32 (II) R128(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) (==) R128(0): Default visual is TrueColor (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/lib/xorg/modules/libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 7.0.0, module version = 0.1.0 ABI class: X.Org Video Driver, version 0.8 (II) R128(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (==) R128(0): RGB weight 888 (II) R128(0): Using 8 bits per RGB (8 bit DAC) (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/lib/xorg/modules/libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 7.0.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.8 (II) R128(0): initializing int10 (II) R128(0): Primary V_BIOS segment is: 0xc000 (--) R128(0): Chipset: "ATI Rage 128 Pro GL PF (AGP)" (ChipID = 0x5046) (--) R128(0): Linear framebuffer at 0xe0000000 (--) R128(0): MMIO registers at 0xff7fc000 (--) R128(0): BIOS at 0xff7c0000 (--) R128(0): VideoRAM: 16384 kByte (64-bit SDR SGRAM 1:1) (**) R128(0): Using external CRT for display (II) R128(0): Primary Display == Type 3 (WW) R128(0): Can't determine panel dimensions, and none specified. Disabling programming of FP registers. (II) R128(0): PLL parameters: rf=2950 rd=65 min=12500 max=40000; xclk=12000 (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Loading /usr/lib/xorg/modules/libddc.so (II) Module ddc: vendor="X.Org Foundation" compiled for 7.0.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 0.8 (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Loading /usr/lib/xorg/modules/libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 7.0.0, module version = 1.1.0 ABI class: X.Org Video Driver, version 0.8 (II) R128(0): VESA BIOS detected (II) R128(0): VESA VBE Version 2.0 (II) R128(0): VESA VBE Total Mem: 16384 kB (II) R128(0): VESA VBE OEM: ATI RAGE128 (II) R128(0): VESA VBE OEM Software Rev: 1.0 (II) R128(0): VESA VBE OEM Vendor: ATI Technologies Inc. (II) R128(0): VESA VBE OEM Product: R128 (II) R128(0): VESA VBE OEM Product Rev: 01.00 (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Reloading /usr/lib/xorg/modules/libddc.so (II) R128(0): VESA VBE DDC supported (II) R128(0): VESA VBE DDC Level 2 (II) R128(0): VESA VBE DDC transfer in appr. 2 sec. (II) R128(0): VESA VBE DDC read successfully (II) R128(0): Manufacturer: ACR Model: 6b4 Serial#: 13545 (II) R128(0): Year: 2005 Week: 48 (II) R128(0): EDID Version: 1.3 (II) R128(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V (II) R128(0): Sync: Separate Composite SyncOnGreen (II) R128(0): Max H-Image Size [cm]: horiz.: 34 vert.: 27 (II) R128(0): Gamma: 2.20 (II) R128(0): DPMS capabilities: Suspend Off; RGB/Color Display (II) R128(0): Default color space is primary color space (II) R128(0): First detailed timing is preferred mode (II) R128(0): redX: 0.640 redY: 0.340 greenX: 0.290 greenY: 0.610 (II) R128(0): blueX: 0.140 blueY: 0.070 whiteX: 0.313 whiteY: 0.329 (II) R128(0): Supported VESA Video Modes: (II) R128(0): 720x400@70Hz (II) R128(0): 640x480@60Hz (II) R128(0): 640x480@67Hz (II) R128(0): 640x480@72Hz (II) R128(0): 640x480@75Hz (II) R128(0): 800x600@56Hz (II) R128(0): 800x600@60Hz (II) R128(0): 800x600@72Hz (II) R128(0): 800x600@75Hz (II) R128(0): 832x624@75Hz (II) R128(0): 1024x768@60Hz (II) R128(0): 1024x768@70Hz (II) R128(0): 1024x768@75Hz (II) R128(0): 1280x1024@75Hz (II) R128(0): Manufacturer's mask: 0 (II) R128(0): Supported Future Video Modes: (II) R128(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) R128(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) R128(0): Supported additional Video Mode: (II) R128(0): clock: 108.0 MHz Image Size: 338 x 270 mm (II) R128(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) R128(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) R128(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 140 MHz (II) R128(0): Monitor name: AL1716 (II) R128(0): ACER (==) R128(0): Using gamma correction (1.0, 1.0, 1.0) (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Loading /usr/lib/xorg/modules/libi2c.so (II) Module i2c: vendor="X.Org Foundation" compiled for 7.0.0, module version = 1.2.0 ABI class: X.Org Video Driver, version 0.8 (II) R128(0): I2C bus "DDC" initialized. (II) R128(0): I2C device "DDC:ddc2" registered at address 0xA0. (II) R128(0): I2C device "DDC:ddc2" removed. (EE) R128(0): No DFP detected (WW) R128(0): config file hsync range 30-83kHz not within DDC hsync ranges. (WW) R128(0): config file vrefresh range 55-75Hz not within DDC vrefresh ranges. (II) R128(0): Monitor0: Using hsync range of 30.00-83.00 kHz (II) R128(0): Monitor0: Using vrefresh range of 55.00-75.00 Hz (II) R128(0): Clock range: 12.50 to 400.00 MHz (II) R128(0): Not using default mode "640x350" (vrefresh out of range) /* SNIP */ (**) R128(0): Display dimensions: (340, 270) mm (**) R128(0): DPI set to (95, 96) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 7.0.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.2 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/lib/xorg/modules/libramdac.so (II) Module ramdac: vendor="X.Org Foundation" compiled for 7.0.0, module version = 0.1.0 ABI class: X.Org Video Driver, version 0.8 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/lib/xorg/modules/libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 7.0.0, module version = 1.2.0 ABI class: X.Org Video Driver, version 0.8 (II) Loading sub module "shadowfb" (II) LoadModule: "shadowfb" (II) Loading /usr/lib/xorg/modules/libshadowfb.so (II) Module shadowfb: vendor="X.Org Foundation" compiled for 7.0.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.2 (II) R128(0): Page flipping disabled (!!) R128(0): For information on using the multimedia capabilities of this adapter, please see http://gatos.sf.net. (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0xff7fc000 - 0xff7fffff (0x4000) MS[B] [1] 0 0 0xe0000000 - 0xe3ffffff (0x4000000) MS[B] [2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [7] -1 0 0xe6a40000 - 0xe6a4ffff (0x10000) MX[B] [8] -1 0 0xff9e0000 - 0xff9fffff (0x20000) MX[B] [9] -1 0 0xff9cfc00 - 0xff9cfc7f (0x80) MX[B] [10] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O [11] -1 0 0xff7c0000 - 0xff7dffff (0x20000) MX[B](B) [12] -1 0 0xff7fc000 - 0xff7fffff (0x4000) MX[B](B) [13] -1 0 0xe0000000 - 0xe3ffffff (0x4000000) MX[B](B) [14] -1 0 0xe6a20000 - 0xe6a3ffff (0x20000) MX[B](B) [15] -1 0 0xff990000 - 0xff99ffff (0x10000) MX[B](B) [16] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B) [17] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU) [18] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU) [19] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU) [20] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B] [21] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [22] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [23] 0 0 0x0000c800 - 0x0000c8ff (0x100) IS[B] [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [26] -1 0 0x0000df80 - 0x0000df9f (0x20) IX[B] [27] -1 0 0x0000de80 - 0x0000debf (0x40) IX[B] [28] -1 0 0x0000df00 - 0x0000df3f (0x40) IX[B] [29] -1 0 0x0000dfa8 - 0x0000dfab (0x4) IX[B] [30] -1 0 0x0000dfa0 - 0x0000dfa7 (0x8) IX[B] [31] -1 0 0x0000dfac - 0x0000dfaf (0x4) IX[B] [32] -1 0 0x0000dfe0 - 0x0000dfe7 (0x8) IX[B] [33] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[B] [34] -1 0 0x0000efa0 - 0x0000efaf (0x10) IX[B] [35] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B] [36] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [37] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B](B) [38] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B](B) [39] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [40] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) [41] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B] [42] 1 0 0x000003c0 - 0x000003df (0x20) IS[B] (WW) R128(0): Direct rendering is not supported when Xinerama is enabled (EE) R128(0): [dri] DRIScreenInit failed. Disabling DRI. (II) R128(0): Memory manager initialized to (0,0) (1280,3276) (II) R128(0): Reserved area from (0,1024) to (1280,1026) (II) R128(0): Largest offscreen area available: 1280 x 2250 (II) R128(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Lines Dashed Lines Scanline Image Writes Offscreen Pixmaps Setting up tile and stipple cache: 32 128x128 slots 14 256x256 slots 5 512x512 slots (II) R128(0): Acceleration enabled (==) R128(0): Backing store disabled (==) R128(0): Silken mouse enabled (II) R128(0): Using hardware cursor (scanline 4104) (II) R128(0): Largest offscreen area available: 1280 x 2248 (**) Option "dpms" (**) R128(0): DPMS enabled (WW) R128(0): Option "UseCCEFor2D" is not used (WW) R128(0): Direct rendering disabled (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension LBX (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (**) Option "Protocol" "IMPS/2" (**) Mouse0: Device: "/dev/input/mice" (**) Mouse0: Protocol: "IMPS/2" (**) Option "CorePointer" (**) Mouse0: Core Pointer (**) Option "Device" "/dev/input/mice" (**) Option "Emulate3Buttons" "yes" (**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) Mouse0: ZAxisMapping: buttons 4 and 5 (**) Mouse0: Buttons: 9 (**) Option "CoreKeyboard" (**) Keyboard0: Core Keyboard (**) Option "Protocol" "standard" (**) Keyboard0: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard0: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Keyboard0: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) Keyboard0: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Keyboard0: CustomKeycodes disabled (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) Mouse0: ps2EnableDataReporting: succeeded SetClientVersion: 0 9 SetGrabKeysState - disabled SetGrabKeysState - enabled =========================================================== =========================================================== # /sbin/lspci 00:00.0 Host bridge: Intel Corporation 82820 820 (Camino) Chipset Host Bridge (MCH) (rev 04) 00:01.0 PCI bridge: Intel Corporation 82820 820 (Camino) Chipset AGP Bridge (rev 04) 00:1e.0 PCI bridge: Intel Corporation 82801AA PCI Bridge (rev 02) 00:1f.0 ISA bridge: Intel Corporation 82801AA ISA Bridge (LPC) (rev 02) 00:1f.1 IDE interface: Intel Corporation 82801AA IDE (rev 02) 00:1f.2 USB Controller: Intel Corporation 82801AA USB (rev 02) 00:1f.3 SMBus: Intel Corporation 82801AA SMBus (rev 02) 01:00.0 VGA compatible controller: ATI Technologies Inc Rage 128 PF/PRO AGP 4x TMDS 02:08.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78) 02:09.0 Mass storage controller: Promise Technology, Inc. PDC20267 (FastTrak100/Ultra100) (rev 02) 02:0b.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE] 02:0c.0 Multimedia audio controller: Creative Labs Ectiva EV1938 =========================================================== -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list