Setting Up multiple nvidia cards on DELL Studio XPS 1330

I recently purchased a DELL Studio XPS 1330 with 256MB NVIDIA(R) GeForce(R) 9500M-GE card. The laptop has two video cards as shown by the following files - /dev/nvidia0, /dev/nvidia1.
I have been trying to install arch on it but I have run into a problem with Xorg which is not working out with the automatic configuration generated. Though startx and xinit shows the default X display with pointers and xterm but with the following error in the background
NVIDIA : could not open the device file /dev/nvidia0 (input/output error)
(EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device PCI 2:0:0
Strangely enough if I test my config file with X -config <path> then it gives the same error but nothing shows up on the screen.
It seems to me that one of the cards is loading fine but the other one is not. Is there any way to set up both the graphics card with only one screen.
Here is my xorg.conf :
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
Section "ServerLayout"
Identifier "X.org Configured"
Screen 1 "Screen0" 0 0
Screen 0 "Screen1" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
#Section "ServerFlags"
# Option "Xinerama" "0"
# Option "AllowEmptyInput" "False"
#EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
# Load "dri2"
Load "glx"
Load "extmod"
Load "dbe"
Load "record"
Load "synaptics"
# Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "G98 [GeForce 9200M GS]"
BusID "PCI:2:0:0"
EndSection
Section "Device"
Identifier "Card1"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "C79 [GeForce 9400M G]"
BusID "PCI:3:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
and the dmesg output :
Linux version 2.6.30-ARCH (root@artin) (gcc version 4.4.1 (GCC) ) #1 SMP PREEMPT Mon Aug 17 16:06:45 CEST 2009
Command line: root=/dev/disk/by-uuid/98e4044b-b669-4ad9-825b-461b6cff19f6 ro
KERNEL supported cpus:
Intel GenuineIntel
AMD AuthenticAMD
Centaur CentaurHauls
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000008fec0000 (usable)
BIOS-e820: 000000008fec0000 - 000000008fecf000 (ACPI data)
BIOS-e820: 000000008fecf000 - 000000008fee5000 (ACPI NVS)
BIOS-e820: 000000008fee5000 - 00000000a0000000 (reserved)
BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
BIOS-e820: 0000000100000000 - 0000000160000000 (usable)
DMI present.
last_pfn = 0x160000 max_arch_pfn = 0x100000000
MTRR default type: uncachable
MTRR fixed ranges enabled:
00000-9FFFF write-back
A0000-BFFFF uncachable
C0000-C7FFF write-protect
C8000-DBFFF uncachable
DC000-EFFFF write-through
F0000-FFFFF write-back
MTRR variable ranges enabled:
0 base 0A0000000 mask FE0000000 uncachable
1 base 0C0000000 mask FC0000000 uncachable
2 base 000000000 mask F00000000 write-back
3 base 100000000 mask FC0000000 write-back
4 base 140000000 mask FE0000000 write-back
5 base 09FF00000 mask FFFF00000 uncachable
6 disabled
7 disabled
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
e820 update range: 000000009ff00000 - 0000000100000000 (usable) ==> (reserved)
last_pfn = 0x8fec0 max_arch_pfn = 0x100000000
e820 update range: 0000000000001000 - 0000000000006000 (usable) ==> (reserved)
Scanning 1 areas for low memory corruption
modified physical RAM map:
modified: 0000000000000000 - 0000000000001000 (usable)
modified: 0000000000001000 - 0000000000006000 (reserved)
modified: 0000000000006000 - 000000000009dc00 (usable)
modified: 000000000009dc00 - 00000000000a0000 (reserved)
modified: 00000000000e4000 - 0000000000100000 (reserved)
modified: 0000000000100000 - 000000008fec0000 (usable)
modified: 000000008fec0000 - 000000008fecf000 (ACPI data)
modified: 000000008fecf000 - 000000008fee5000 (ACPI NVS)
modified: 000000008fee5000 - 00000000a0000000 (reserved)
modified: 00000000e0000000 - 00000000f0000000 (reserved)
modified: 00000000fec00000 - 00000000fec10000 (reserved)
modified: 00000000fee00000 - 00000000fee01000 (reserved)
modified: 00000000fff80000 - 0000000100000000 (reserved)
modified: 0000000100000000 - 0000000160000000 (usable)
init_memory_mapping: 0000000000000000-000000008fec0000
0000000000 - 008fe00000 page 2M
008fe00000 - 008fec0000 page 4k
kernel direct mapping tables up to 8fec0000 @ 8000-d000
init_memory_mapping: 0000000100000000-0000000160000000
0100000000 - 0160000000 page 2M
kernel direct mapping tables up to 160000000 @ b000-12000
RAMDISK: 37f41000 - 37fefc4d
ACPI: RSDP 00000000000f7b20 00024 (v02 PTLTD )
ACPI: XSDT 000000008fec3ac3 000A4 (v01 DELL QA09 06040000 LTP 00000000)
ACPI: FACP 000000008fecec04 000F4 (v03 NVIDIA MCP79 06040000 PTL_ 000F4240)
ACPI: DSDT 000000008fec5655 0953B (v01 NVIDIA MCP79 06040000 MSFT 03000001)
ACPI: FACS 000000008fee4fc0 00040
ACPI: MCFG 000000008fececf8 0003C (v01 PTLTD MCFG 06040000 LTP 00000000)
ACPI: HPET 000000008feced34 00038 (v01 PTLTD HPETTBL 06040000 LTP 00000001)
ACPI: APIC 000000008feced6c 00072 (v01 PTLTD APIC 06040000 LTP 00000000)
ACPI: BOOT 000000008fecedde 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
ACPI: SLIC 000000008fecee06 00176 (v01 DELL QA09 06040000 LTP 00000000)
ACPI: OSFR 000000008fecef7c 00084 (v01 DELL DELL 06040000 ASL 00000061)
ACPI: SSDT 000000008fec53f6 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050228)
ACPI: SSDT 000000008fec5350 000A6 (v01 PmRef Cpu7Tst 00003000 INTL 20050228)
ACPI: SSDT 000000008fec52aa 000A6 (v01 PmRef Cpu6Tst 00003000 INTL 20050228)
ACPI: SSDT 000000008fec5204 000A6 (v01 PmRef Cpu5Tst 00003000 INTL 20050228)
ACPI: SSDT 000000008fec515e 000A6 (v01 PmRef Cpu4Tst 00003000 INTL 20050228)
ACPI: SSDT 000000008fec50b8 000A6 (v01 PmRef Cpu3Tst 00003000 INTL 20050228)
ACPI: SSDT 000000008fec5012 000A6 (v01 PmRef Cpu2Tst 00003000 INTL 20050228)
ACPI: SSDT 000000008fec4f6c 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050228)
ACPI: SSDT 000000008fec3b67 01405 (v01 PmRef CpuPm 00003000 INTL 20050228)
ACPI: Local APIC address 0xfee00000
(8 early reservations) ==> bootmem [0000000000 - 0160000000]
#0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
#1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
#2 [0000200000 - 000082d0d0] TEXT DATA BSS ==> [0000200000 - 000082d0d0]
#3 [0037f41000 - 0037fefc4d] RAMDISK ==> [0037f41000 - 0037fefc4d]
#4 [000009dc00 - 0000100000] BIOS reserved ==> [000009dc00 - 0000100000]
#5 [000082e000 - 000082e16c] BRK ==> [000082e000 - 000082e16c]
#6 [0000008000 - 000000b000] PGTABLE ==> [0000008000 - 000000b000]
#7 [000000b000 - 000000d000] PGTABLE ==> [000000b000 - 000000d000]
found SMP MP-table at [ffff8800000f7b50] f7b50
[ffffe20000000000-ffffe20004dfffff] PMD -> [ffff880028200000-ffff88002cffffff] on node 0
Zone PFN ranges:
DMA 0x00000000 -> 0x00001000
DMA32 0x00001000 -> 0x00100000
Normal 0x00100000 -> 0x00160000
Movable zone start PFN for each node
early_node_map[4] active PFN ranges
0: 0x00000000 -> 0x00000001
0: 0x00000006 -> 0x0000009d
0: 0x00000100 -> 0x0008fec0
0: 0x00100000 -> 0x00160000
On node 0 totalpages: 982616
DMA zone: 56 pages used for memmap
DMA zone: 1687 pages reserved
DMA zone: 2249 pages, LIFO batch:0
DMA32 zone: 14280 pages used for memmap
DMA32 zone: 571128 pages, LIFO batch:31
Normal zone: 5376 pages used for memmap
Normal zone: 387840 pages, LIFO batch:31
ACPI: PM-Timer IO Port: 0x1008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 0, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x10dea301 base: 0xfed00000
SMP: Allowing 2 CPUs, 0 hotplug CPUs
nr_irqs_gsi: 24
PM: Registered nosave memory: 0000000000001000 - 0000000000006000
PM: Registered nosave memory: 000000000009d000 - 000000000009e000
PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
PM: Registered nosave memory: 000000008fec0000 - 000000008fecf000
PM: Registered nosave memory: 000000008fecf000 - 000000008fee5000
PM: Registered nosave memory: 000000008fee5000 - 00000000a0000000
PM: Registered nosave memory: 00000000a0000000 - 00000000e0000000
PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
PM: Registered nosave memory: 00000000fec10000 - 00000000fee00000
PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
PM: Registered nosave memory: 00000000fee01000 - 00000000fff80000
PM: Registered nosave memory: 00000000fff80000 - 0000000100000000
Allocating PCI resources starting at a4000000 (gap: a0000000:40000000)
NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:2 nr_node_ids:1
PERCPU: Embedded 25 pages at ffff880028028000, static data 72352 bytes
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 961217
Kernel command line: root=/dev/disk/by-uuid/98e4044b-b669-4ad9-825b-461b6cff19f6 ro
Initializing CPU#0
xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
NR_IRQS:768
PID hash table entries: 4096 (order: 12, 32768 bytes)
Extended CMOS year: 2000
Fast TSC calibration using PIT
Detected 2399.817 MHz processor.
spurious 8259A interrupt: IRQ7.
Console: colour VGA+ 80x25
console [tty0] enabled
Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Checking aperture...
No AGP bridge found
Calgary: detecting Calgary via BIOS EBDA area
Calgary: Unable to locate Rio Grande table in EBDA - bailing!
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000
software IO TLB at phys 0x20000000 - 0x24000000
Memory: 3770228k/5767168k available (3409k kernel code, 1836704k absent, 159460k reserved, 1239k data, 464k init)
SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
hpet clockevent registered
HPET: 4 timers in total, 0 timers will be used for per-cpu timer
Calibrating delay loop (skipped), value calculated using timer frequency.. 4801.61 BogoMIPS (lpj=7999390)
Security Framework initialized
Mount-cache hash table entries: 256
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 3072K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
CPU0: Thermal monitoring handled by SMI
using mwait in idle threads.
ACPI: Core revision 20090320
Setting APIC routing to flat
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz stepping 0a
Booting processor 1 APIC 0x1 ip 0x6000
Initializing CPU#1
Calibrating delay using timer specific routine.. 4801.88 BogoMIPS (lpj=7999812)
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 3072K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU1: Thermal monitoring enabled (TM2)
x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
CPU1: Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz stepping 0a
checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Brought up 2 CPUs
Total of 2 processors activated (9603.50 BogoMIPS).
CPU0 attaching sched-domain:
domain 0: span 0-1 level MC
groups: 0 1
CPU1 attaching sched-domain:
domain 0: span 0-1 level MC
groups: 1 0
net_namespace: 1888 bytes
Booting paravirtualized kernel on bare hardware
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 7
PCI: MCFG area at e0000000 reserved in E820
PCI: Using MMCONFIG at e0000000 - e07fffff
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: EC: non-query interrupt received, switching to interrupt mode
ACPI: EC: GPE = 0x47, I/O: command/status = 0x66, data = 0x62
ACPI: EC: driver started in interrupt mode
ACPI: No dock devices found.
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:03.0: reg 10 io port: [0x1c00-0x1cff]
pci 0000:00:03.2: reg 10 io port: [0x3080-0x30bf]
pci 0000:00:03.2: reg 20 io port: [0x3040-0x307f]
pci 0000:00:03.2: reg 24 io port: [0x2000-0x203f]
pci 0000:00:03.2: PME# supported from D3hot D3cold
pci 0000:00:03.2: PME# disabled
pci 0000:00:03.5: reg 10 32bit mmio: [0xf0600000-0xf067ffff]
pci 0000:00:04.0: reg 10 32bit mmio: [0xf0886000-0xf0886fff]
pci 0000:00:04.0: supports D1 D2
pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:04.0: PME# disabled
pci 0000:00:04.1: reg 10 32bit mmio: [0xf0889000-0xf08890ff]
pci 0000:00:04.1: supports D1 D2
pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:04.1: PME# disabled
pci 0000:00:06.0: reg 10 32bit mmio: [0xf0887000-0xf0887fff]
pci 0000:00:06.0: supports D1 D2
pci 0000:00:06.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:06.0: PME# disabled
pci 0000:00:06.1: reg 10 32bit mmio: [0xf0889400-0xf08894ff]
pci 0000:00:06.1: supports D1 D2
pci 0000:00:06.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:06.1: PME# disabled
pci 0000:00:08.0: reg 10 32bit mmio: [0xf0880000-0xf0883fff]
pci 0000:00:08.0: PME# supported from D3hot D3cold
pci 0000:00:08.0: PME# disabled
pci 0000:00:0a.0: reg 10 32bit mmio: [0xf0888000-0xf0888fff]
pci 0000:00:0a.0: reg 14 io port: [0x30d0-0x30d7]
pci 0000:00:0a.0: reg 18 32bit mmio: [0xf0889c00-0xf0889cff]
pci 0000:00:0a.0: reg 1c 32bit mmio: [0xf0889800-0xf088980f]
pci 0000:00:0a.0: supports D1 D2
pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:0a.0: PME# disabled
pci 0000:00:0b.0: reg 10 io port: [0x30e8-0x30ef]
pci 0000:00:0b.0: reg 14 io port: [0x30dc-0x30df]
pci 0000:00:0b.0: reg 18 io port: [0x30e0-0x30e7]
pci 0000:00:0b.0: reg 1c io port: [0x30d8-0x30db]
pci 0000:00:0b.0: reg 20 io port: [0x30c0-0x30cf]
pci 0000:00:0b.0: reg 24 32bit mmio: [0xf0884000-0xf0885fff]
pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:0c.0: PME# disabled
pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:10.0: PME# disabled
pci 0000:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:15.0: PME# disabled
pci 0000:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:16.0: PME# disabled
pci 0000:00:17.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:17.0: PME# disabled
pci 0000:00:18.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:18.0: PME# disabled
pci 0000:01:07.0: reg 10 32bit mmio: [0xf0500000-0xf05007ff]
pci 0000:01:07.0: supports D1 D2
pci 0000:01:07.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:01:07.0: PME# disabled
pci 0000:01:07.1: reg 10 32bit mmio: [0xf0500800-0xf05008ff]
pci 0000:01:07.1: supports D1 D2
pci 0000:01:07.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:01:07.1: PME# disabled
pci 0000:01:07.2: reg 10 32bit mmio: [0xf0500c00-0xf0500cff]
pci 0000:01:07.2: supports D1 D2
pci 0000:01:07.2: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:01:07.2: PME# disabled
pci 0000:01:07.3: reg 10 32bit mmio: [0xf0501000-0xf05010ff]
pci 0000:01:07.3: supports D1 D2
pci 0000:01:07.3: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:01:07.3: PME# disabled
pci 0000:00:09.0: transparent bridge
pci 0000:00:09.0: bridge 32bit mmio: [0xf0500000-0xf05fffff]
pci 0000:02:00.0: reg 10 32bit mmio: [0xae000000-0xaeffffff]
pci 0000:02:00.0: reg 14 64bit mmio: [0xd0000000-0xdfffffff]
pci 0000:02:00.0: reg 1c 64bit mmio: [0xac000000-0xadffffff]
pci 0000:02:00.0: reg 24 io port: [0x4000-0x407f]
pci 0000:02:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
pci 0000:00:0c.0: bridge io port: [0x4000-0x4fff]
pci 0000:00:0c.0: bridge 32bit mmio: [0xac000000-0xaeffffff]
pci 0000:00:0c.0: bridge 64bit mmio pref: [0xd0000000-0xdfffffff]
pci 0000:03:00.0: reg 10 32bit mmio: [0xaa000000-0xaaffffff]
pci 0000:03:00.0: reg 14 64bit mmio: [0xb0000000-0xbfffffff]
pci 0000:03:00.0: reg 1c 64bit mmio: [0xcc000000-0xcdffffff]
pci 0000:03:00.0: reg 24 io port: [0x5000-0x507f]
pci 0000:03:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
pci 0000:00:10.0: bridge io port: [0x5000-0x5fff]
pci 0000:00:10.0: bridge 32bit mmio: [0xaa000000-0xaaffffff]
pci 0000:00:10.0: bridge 64bit mmio pref: [0xb0000000-0xcdffffff]
pci 0000:00:15.0: bridge io port: [0x6000-0x6fff]
pci 0000:00:15.0: bridge 32bit mmio: [0xf0200000-0xf03fffff]
pci 0000:00:15.0: bridge 64bit mmio pref: [0xf0000000-0xf01fffff]
pci 0000:06:00.0: reg 10 64bit mmio: [0xf0400000-0xf0403fff]
pci 0000:06:00.0: supports D1 D2
pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
pci 0000:06:00.0: PME# disabled
pci 0000:00:16.0: bridge 32bit mmio: [0xf0400000-0xf04fffff]
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.IXVE._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P0._PRT]
ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 *10 11 14 15)
ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 10 *11 14 15)
ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [Z00Q] (IRQs 18 19 20 21 22 23) *11
ACPI: PCI Interrupt Link [Z00R] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z00S] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z00T] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z00U] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z00V] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z00W] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z00X] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z00Y] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z00Z] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z010] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z011] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z012] (IRQs 18 19 20 21 22 23) *10
ACPI: PCI Interrupt Link [Z013] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z014] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z015] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z016] (IRQs 18 19 20 21 22 23) *11
ACPI: PCI Interrupt Link [Z017] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z018] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z019] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z01A] (IRQs 18 19 20 21 22 23) *10
ACPI: PCI Interrupt Link [Z01B] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z01C] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z01D] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z01E] (IRQs 18 19 20 21 22 23) *11
ACPI: PCI Interrupt Link [Z01F] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z01G] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z01H] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [LSMB] (IRQs 18 19 20 21 22 23) *10
ACPI: PCI Interrupt Link [LUS0] (IRQs 18 19 20 21 22 23) *7
ACPI: PCI Interrupt Link [LUS2] (IRQs 18 19 20 21 22 23) *11
ACPI: PCI Interrupt Link [LMAC] (IRQs 18 19 20 21 22 23) *10
ACPI: PCI Interrupt Link [LAZA] (IRQs 17) *11
ACPI: PCI Interrupt Link [LGPU] (IRQs 18 19 20 21 22 23) *5
ACPI: PCI Interrupt Link [LPID] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [LSI0] (IRQs 18 19 20 21 22 23) *11
ACPI: PCI Interrupt Link [LSI1] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z00O] (IRQs 18 19 20 21 22 23) *5
ACPI: PCI Interrupt Link [Z00P] (IRQs 18 19 20 21 22 23) *10
ACPI: PCI Interrupt Link [LPMU] (IRQs 18 19 20 21 22 23) *10
PCI: Using ACPI for IRQ routing
NetLabel: Initializing
NetLabel: domain hash size = 128
NetLabel: protocols = UNLABELED CIPSOv4
NetLabel: unlabeled traffic allowed by default
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp 00:03: mem resource (0xf0600000-0xf0607fff) overlaps 0000:00:03.5 BAR 0 (0xf0600000-0xf067ffff), disabling
pnp: PnP ACPI: found 13 devices
ACPI: ACPI bus type pnp unregistered
system 00:00: iomem range 0xffc00000-0xffffffff could not be reserved
system 00:00: iomem range 0xfec00000-0xfec00fff could not be reserved
system 00:00: iomem range 0xfee00000-0xfeefffff could not be reserved
system 00:00: iomem range 0xfed00000-0xfed00fff has been reserved
system 00:04: ioport range 0x1000-0x107f has been reserved
system 00:04: ioport range 0x1080-0x10ff has been reserved
system 00:04: ioport range 0x1400-0x147f has been reserved
system 00:04: ioport range 0x1480-0x14ff has been reserved
system 00:04: ioport range 0x1800-0x187f has been reserved
system 00:04: ioport range 0x1880-0x18ff has been reserved
system 00:07: ioport range 0x4d0-0x4d1 has been reserved
system 00:07: ioport range 0x910-0x911 has been reserved
system 00:07: ioport range 0x295-0x296 has been reserved
pci 0000:00:09.0: PCI bridge, secondary bus 0000:01
pci 0000:00:09.0: IO window: disabled
pci 0000:00:09.0: MEM window: 0xf0500000-0xf05fffff
pci 0000:00:09.0: PREFETCH window: disabled
pci 0000:02:00.0: BAR 6: can't allocate mem resource [0xe0000000-0xdfffffff]
pci 0000:00:0c.0: PCI bridge, secondary bus 0000:02
pci 0000:00:0c.0: IO window: 0x4000-0x4fff
pci 0000:00:0c.0: MEM window: 0xac000000-0xaeffffff
pci 0000:00:0c.0: PREFETCH window: 0x000000d0000000-0x000000dfffffff
pci 0000:00:10.0: PCI bridge, secondary bus 0000:03
pci 0000:00:10.0: IO window: 0x5000-0x5fff
pci 0000:00:10.0: MEM window: 0xaa000000-0xaaffffff
pci 0000:00:10.0: PREFETCH window: 0x000000b0000000-0x000000cdffffff
pci 0000:00:15.0: PCI bridge, secondary bus 0000:04
pci 0000:00:15.0: IO window: 0x6000-0x6fff
pci 0000:00:15.0: MEM window: 0xf0200000-0xf03fffff
pci 0000:00:15.0: PREFETCH window: 0x000000f0000000-0x000000f01fffff
pci 0000:00:16.0: PCI bridge, secondary bus 0000:06
pci 0000:00:16.0: IO window: disabled
pci 0000:00:16.0: MEM window: 0xf0400000-0xf04fffff
pci 0000:00:16.0: PREFETCH window: disabled
pci 0000:00:17.0: PCI bridge, secondary bus 0000:07
pci 0000:00:17.0: IO window: disabled
pci 0000:00:17.0: MEM window: disabled
pci 0000:00:17.0: PREFETCH window: disabled
pci 0000:00:18.0: PCI bridge, secondary bus 0000:08
pci 0000:00:18.0: IO window: disabled
pci 0000:00:18.0: MEM window: disabled
pci 0000:00:18.0: PREFETCH window: disabled
pci 0000:00:09.0: setting latency timer to 64
ACPI: PCI Interrupt Link [Z00Q] enabled at IRQ 23
pci 0000:00:0c.0: PCI INT A -> Link[Z00Q] -> GSI 23 (level, low) -> IRQ 23
pci 0000:00:0c.0: setting latency timer to 64
pci 0000:00:10.0: setting latency timer to 64
ACPI: PCI Interrupt Link [Z012] enabled at IRQ 22
pci 0000:00:15.0: PCI INT A -> Link[Z012] -> GSI 22 (level, low) -> IRQ 22
pci 0000:00:15.0: setting latency timer to 64
ACPI: PCI Interrupt Link [Z016] enabled at IRQ 21
pci 0000:00:16.0: PCI INT A -> Link[Z016] -> GSI 21 (level, low) -> IRQ 21
pci 0000:00:16.0: setting latency timer to 64
ACPI: PCI Interrupt Link [Z01A] enabled at IRQ 20
pci 0000:00:17.0: PCI INT A -> Link[Z01A] -> GSI 20 (level, low) -> IRQ 20
pci 0000:00:17.0: setting latency timer to 64
ACPI: PCI Interrupt Link [Z01E] enabled at IRQ 19
pci 0000:00:18.0: PCI INT A -> Link[Z01E] -> GSI 19 (level, low) -> IRQ 19
pci 0000:00:18.0: setting latency timer to 64
pci_bus 0000:00: resource 0 io: [0x00-0xffff]
pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
pci_bus 0000:01: resource 1 mem: [0xf0500000-0xf05fffff]
pci_bus 0000:01: resource 3 io: [0x00-0xffff]
pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffffffffffff]
pci_bus 0000:02: resource 0 io: [0x4000-0x4fff]
pci_bus 0000:02: resource 1 mem: [0xac000000-0xaeffffff]
pci_bus 0000:02: resource 2 pref mem [0xd0000000-0xdfffffff]
pci_bus 0000:03: resource 0 io: [0x5000-0x5fff]
pci_bus 0000:03: resource 1 mem: [0xaa000000-0xaaffffff]
pci_bus 0000:03: resource 2 pref mem [0xb0000000-0xcdffffff]
pci_bus 0000:04: resource 0 io: [0x6000-0x6fff]
pci_bus 0000:04: resource 1 mem: [0xf0200000-0xf03fffff]
pci_bus 0000:04: resource 2 pref mem [0xf0000000-0xf01fffff]
pci_bus 0000:06: resource 1 mem: [0xf0400000-0xf04fffff]
NET: Registered protocol family 2
IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
NET: Registered protocol family 1
Unpacking initramfs...
Freeing initrd memory: 699k freed
Simple Boot Flag at 0x36 set to 0x1
Scanning for low memory corruption every 60 seconds
audit: initializing netlink socket (disabled)
type=2000 audit(1251883664.380:1): initialized
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
msgmni has been set to 7366
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci 0000:03:00.0: Boot video device
pcieport-driver 0000:00:0c.0: irq 24 for MSI/MSI-X
pcieport-driver 0000:00:0c.0: setting latency timer to 64
pcieport-driver 0000:00:15.0: irq 25 for MSI/MSI-X
pcieport-driver 0000:00:15.0: setting latency timer to 64
pcieport-driver 0000:00:16.0: irq 26 for MSI/MSI-X
pcieport-driver 0000:00:16.0: setting latency timer to 64
pcieport-driver 0000:00:17.0: irq 27 for MSI/MSI-X
pcieport-driver 0000:00:17.0: setting latency timer to 64
pcieport-driver 0000:00:18.0: irq 28 for MSI/MSI-X
pcieport-driver 0000:00:18.0: setting latency timer to 64
Linux agpgart interface v0.103
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
input: Macintosh mouse button emulation as /devices/virtual/input/input0
PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
cpuidle: using governor ladder
cpuidle: using governor menu
TCP cubic registered
NET: Registered protocol family 17
registered taskstats version 1
Initalizing network drop monitor service
Freeing unused kernel memory: 464k freed
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
SCSI subsystem initialized
Switched to high resolution mode on CPU 1
Switched to high resolution mode on CPU 0
libata version 3.00 loaded.
ahci 0000:00:0b.0: version 3.0
ACPI: PCI Interrupt Link [LSI0] enabled at IRQ 18
ahci 0000:00:0b.0: PCI INT A -> Link[LSI0] -> GSI 18 (level, low) -> IRQ 18
ahci 0000:00:0b.0: irq 29 for MSI/MSI-X
ahci 0000:00:0b.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
ahci 0000:00:0b.0: flags: 64bit ncq sntf led pmp pio slum part
ahci 0000:00:0b.0: setting latency timer to 64
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata1: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884100 irq 29
ata2: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884180 irq 29
ata3: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884200 irq 29
ata4: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884280 irq 29
ata5: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884300 irq 29
ata6: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884380 irq 29
ata3: SATA link down (SStatus 0 SControl 300)
ata5: SATA link down (SStatus 0 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
ata4: SATA link down (SStatus 0 SControl 300)
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1.00: ATA-8: WDC WD5000BEVT-75ZAT0, 01.01A01, max UDMA/133
ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata1.00: configured for UDMA/133
scsi 0:0:0:0: Direct-Access ATA WDC WD5000BEVT-7 01.0 PQ: 0 ANSI: 5
ata2.00: ATAPI: HL-DT-ST DVD+/-RW GS20N, A109, max UDMA/133
ata2.00: configured for UDMA/133
scsi 1:0:0:0: CD-ROM HL-DT-ST DVD+-RW GS20N A109 PQ: 0 ANSI: 5
Driver 'sd' needs updating - please use bus_type methods
sd 0:0:0:0: [sda] 976773168 512-byte hardware sectors: (500 GB/465 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda: sda1 sda2 sda3 sda4
sd 0:0:0:0: [sda] Attached SCSI disk
Driver 'sr' needs updating - please use bus_type methods
sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda caddy
Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
EXT4-fs: barriers enabled
EXT4-fs: delayed allocation enabled
EXT4-fs: file extents enabled
EXT4-fs: mballoc enabled
EXT4-fs: mounted filesystem sda3 with ordered data mode
kjournald2 starting: pid 625, dev sda3:8, commit interval 5 seconds
rtc_cmos 00:0a: RTC can wake from S4
rtc_cmos 00:0a: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
udev: starting version 145
ACPI: SSDT 000000008fee1086 0021F (v01 PmRef Cpu0Ist 00003000 INTL 20050228)
ACPI: SSDT 000000008fee1648 0067D (v01 PmRef Cpu0Cst 00003001 INTL 20050228)
ACPI Warning (processor_throttling-0843): Invalid throttling state, reset [20090320]
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-2 state
Monitor-Mwait will be used to enter C-3 state
Marking TSC unstable due to TSC halts in idle
ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
processor ACPI_CPU:00: registered as cooling_device0
ACPI: Processor [CPU0] (supports 8 throttling states)
ACPI: SSDT 000000008fee0ed6 001B0 (v01 PmRef Cpu1Ist 00003000 INTL 20050228)
ACPI: SSDT 000000008fee15c3 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050228)
ACPI Warning (processor_throttling-0843): Invalid throttling state, reset [20090320]
ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
processor ACPI_CPU:01: registered as cooling_device1
ACPI: Processor [CPU1] (supports 8 throttling states)
dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
input: PC Speaker as /devices/platform/pcspkr/input/input2
Clocksource tsc unstable (delta = -101947060 ns)
forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 23
forcedeth 0000:00:0a.0: PCI INT A -> Link[LMAC] -> GSI 23 (level, low) -> IRQ 23
forcedeth 0000:00:0a.0: setting latency timer to 64
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
sd 0:0:0:0: Attached scsi generic sg0 type 0
sr 1:0:0:0: Attached scsi generic sg1 type 5
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
nvidia: module license 'NVIDIA' taints kernel.
Disabling lock debugging due to kernel taint
lib80211: common routines for IEEE802.11 drivers
lib80211_crypt: registered algorithm 'NULL'
forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x50ef @ 0, addr 00:22:19:eb:14:f2
forcedeth 0000:00:0a.0: highdma csum pwrctl gbit lnktim msi desc-v3
ACPI: PCI Interrupt Link [LUS2] enabled at IRQ 22
ehci_hcd 0000:00:04.1: PCI INT B -> Link[LUS2] -> GSI 22 (level, low) -> IRQ 22
ehci_hcd 0000:00:04.1: setting latency timer to 64
ehci_hcd 0000:00:04.1: EHCI Host Controller
ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:04.1: debug port 1
ehci_hcd 0000:00:04.1: cache line size of 32 is not supported
ehci_hcd 0000:00:04.1: irq 22, io mem 0xf0889000
ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 4 ports detected
ACPI: PCI Interrupt Link [Z00P] enabled at IRQ 21
ehci_hcd 0000:00:06.1: PCI INT B -> Link[Z00P] -> GSI 21 (level, low) -> IRQ 21
ehci_hcd 0000:00:06.1: setting latency timer to 64
ehci_hcd 0000:00:06.1: EHCI Host Controller
ehci_hcd 0000:00:06.1: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:06.1: debug port 1
ehci_hcd 0000:00:06.1: cache line size of 32 is not supported
ehci_hcd 0000:00:06.1: irq 21, io mem 0xf0889400
ehci_hcd 0000:00:06.1: USB 2.0 started, EHCI 1.00
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
wl 0000:06:00.0: PCI INT A -> Link[Z016] -> GSI 21 (level, low) -> IRQ 21
wl 0000:06:00.0: setting latency timer to 64
eth1 (wl): not using net_device_ops yet
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
ACPI: Power Button [PWRF]
input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
ACPI: Power Button [PWRB]
input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2a/PNP0C0E:00/input/input5
ACPI: Sleep Button [SLPB]
input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input6
ACPI: Lid Switch [LID]
ACPI: WMI: Mapper loaded
ACPI: AC Adapter [ADP0] (on-line)
thermal LNXTHERM:01: registered as thermal_zone0
ACPI: Thermal Zone [THRM] (64 C)
nvidia 0000:02:00.0: enabling device (0004 -> 0007)
nvidia 0000:02:00.0: PCI INT A -> Link[Z00Q] -> GSI 23 (level, low) -> IRQ 23
nvidia 0000:02:00.0: setting latency timer to 64
ACPI: PCI Interrupt Link [LGPU] enabled at IRQ 20
nvidia 0000:03:00.0: PCI INT A -> Link[LGPU] -> GSI 20 (level, low) -> IRQ 20
nvidia 0000:03:00.0: setting latency timer to 64
NVRM: loading NVIDIA UNIX x86_64 Kernel Module 185.18.36 Fri Aug 14 17:35:21 PDT 2009
lib80211_crypt: registered algorithm 'TKIP'
i2c-adapter i2c-0: nForce2 SMBus adapter at 0x3040
i2c-adapter i2c-1: nForce2 SMBus adapter at 0x2000
eth1: Broadcom BCM432b 802.11 Wireless Controller 5.10.91.9
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ACPI: PCI Interrupt Link [LUS0] enabled at IRQ 19
ohci_hcd 0000:00:04.0: PCI INT A -> Link[LUS0] -> GSI 19 (level, low) -> IRQ 19
ohci_hcd 0000:00:04.0: setting latency timer to 64
ohci_hcd 0000:00:04.0: OHCI Host Controller
ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 3
ohci_hcd 0000:00:04.0: irq 19, io mem 0xf0886000
ACPI: Battery Slot [BAT0] (battery present)
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 4 ports detected
ACPI: PCI Interrupt Link [Z00O] enabled at IRQ 18
ohci_hcd 0000:00:06.0: PCI INT A -> Link[Z00O] -> GSI 18 (level, low) -> IRQ 18
ohci_hcd 0000:00:06.0: setting latency timer to 64
ohci_hcd 0000:00:06.0: OHCI Host Controller
ohci_hcd 0000:00:06.0: new USB bus registered, assigned bus number 4
ohci_hcd 0000:00:06.0: irq 18, io mem 0xf0887000
ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 11
ohci1394 0000:01:07.0: PCI INT A -> Link[LNK1] -> GSI 11 (level, low) -> IRQ 11
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 3 ports detected
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[11] MMIO=[f0500000-f05007ff] Max Packet=[2048] IR/IT contexts=[4/4]
usb 2-3: new high speed USB device using ehci_hcd and address 2
HDA Intel 0000:00:08.0: power state changed by ACPI to D0
ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 17
HDA Intel 0000:00:08.0: PCI INT A -> Link[LAZA] -> GSI 17 (level, low) -> IRQ 17
HDA Intel 0000:00:08.0: setting latency timer to 64
input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12/input/input7
ACPI: Video Device [Z01I] (multi-head: no rom: yes post: no)
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pci 0000:01:07.1: SDHCI controller found [1180:0822] (rev 22)
ACPI: PCI Interrupt Link [LNK2] enabled at IRQ 11
sdhci-pci 0000:01:07.1: PCI INT B -> Link[LNK2] -> GSI 11 (level, low) -> IRQ 11
sdhci-pci 0000:01:07.1: Will use DMA mode even though HW doesn't fully claim to support it.
Registered led device: mmc0::
mmc0: SDHCI controller on PCI [0000:01:07.1] using DMA
usb 2-3: configuration #1 chosen from 1 choice
Linux video capture interface: v2.00
usb 3-4: new full speed USB device using ohci_hcd and address 2
uvcvideo: Found UVC 1.00 device Integrated_Webcam_1.3M (0c45:63fc)
Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04731/0xa40000
usb 3-4: configuration #1 chosen from 1 choice
hub 3-4:1.0: USB hub found
hub 3-4:1.0: 3 ports detected
input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
usb 3-4.1: new full speed USB device using ohci_hcd and address 3
usb 3-4.1: configuration #1 chosen from 1 choice
usbcore: registered new interface driver hiddev
hda_intel: azx_get_response timeout, switching to polling mode: last cmd=0x100f0000
usb 3-4.2: new full speed USB device using ohci_hcd and address 4
input: HID 413c:8157 as /devices/pci0000:00/0000:00:04.0/usb3/3-4/3-4.1/3-4.1:1.0/input/input9
generic-usb 0003:413C:8157.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 413c:8157] on usb-0000:00:04.0-4.1/input0
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
usb 3-4.2: configuration #1 chosen from 1 choice
input: HID 413c:8158 as /devices/pci0000:00/0000:00:04.0/usb3/3-4/3-4.2/3-4.2:1.0/input/input10
generic-usb 0003:413C:8158.0002: input,hidraw1: USB HID v1.11 Mouse [HID 413c:8158] on usb-0000:00:04.0-4.2/input0
ieee1394: Host added: ID:BUS[0-00:1023] GUID[354fc000352c8d58]
input: Integrated_Webcam_1.3M as /devices/pci0000:00/0000:00:06.1/usb2/2-3/2-3:1.0/input/input11
usbcore: registered new interface driver uvcvideo
USB Video Class driver (v0.1.0)
usb 3-4.3: new full speed USB device using ohci_hcd and address 5
hda_intel: Codec #1 probe error; disabling it...
usb 3-4.3: configuration #1 chosen from 1 choice
Bluetooth: Core ver 2.15
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: Generic Bluetooth USB driver ver 0.5
usbcore: registered new interface driver btusb
input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.0/input/input12
input: HDA NVidia Mic at Ext Left Jack as /devices/pci0000:00/0000:00:08.0/input/input13
input: HDA NVidia HP Out at Ext Left Jack as /devices/pci0000:00/0000:00:08.0/input/input14
input: HDA NVidia HP Out at Ext Left Jack as /devices/pci0000:00/0000:00:08.0/input/input15
EXT4 FS on sda3, internal journal on sda3:8
EXT4-fs: barriers enabled
kjournald2 starting: pid 3169, dev sda4:8, commit interval 5 seconds
EXT4 FS on sda4, internal journal on sda4:8
EXT4-fs: delayed allocation enabled
EXT4-fs: file extents enabled
EXT4-fs: mballoc enabled
EXT4-fs: mounted filesystem sda4 with ordered data mode
Adding 1052248k swap on /dev/sda2. Priority:-1 extents:1 across:1052248k
Bluetooth: L2CAP ver 2.13
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.11
Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Bridge firewalling registered
Bluetooth: SCO (Voice Link) ver 0.6
Bluetooth: SCO socket layer initialized
Bluetooth: HIDP (Human Interface Emulation) ver 1.2
input: Logitech Bluetooth Mouse as /devices/pci0000:00/0000:00:04.0/usb3/3-4/3-4.3/3-4.3:1.0/bluetooth/hci0/hci0:12/input16
generic-bluetooth 0005:046D:B006.0003: input,hidraw1: BLUETOOTH HID v1.24 Mouse [Logitech Bluetooth Mouse] on 00:25:56:DC:1A:A4
NVRM: RmInitAdapter failed! (0x31:0xffffffff:1026)
NVRM: rm_init_adapter(0) failed
NVRM: RmInitAdapter failed! (0x31:0xffffffff:1026)
NVRM: rm_init_adapter(0) failed
Thanks.

hey, I just realised, that you have the same problem as me, though mine is a studio xps1340 with a 9500M.
Did you make any progress in configuring your xorg.conf or anything else? Please say yes...

Similar Messages

  • Firefox 5 not working on Dell Studio XPS

    Firefox 5 installs without a problem but the tabs when you click on them will not open and right clicking a link to open in new tab doesn't work
    Dell Studio Xps 9100 Windows 7
    Same with firefox 4.... 3.6.18 no problem

    Firefox 5 installs without a problem but the tabs when you click on them will not open and right clicking a link to open in new tab doesn't work
    Dell Studio Xps 9100 Windows 7
    Same with firefox 4.... 3.6.18 no problem

  • Dell Studio XPS

    Hey everyone,
    Over the past few weeks a number of posters have asked us where all of the Dell Studio XPS laptops and desktop computers have gotten off to.  Well, rest assured that we’re still offering this model line!  Whether you’re looking for a desktop or notebook computer, we’ll have several models available to coincide with the release of Windows 7 on October 22nd:
    Dell Studio XPS Laptops
    Dell Studio XPS Desktops
    Not looking for a Dell?  Don’t worry!  Just keep an eye on BestBuy.com or visit your local store on the 22nd to see our new assortment of computers featuring Windows 7.
    I hope this helps you out!
    Aaron|Social Media Specialist | Best Buy® Corporate
     Private Message

    jgitelman wrote:
    Much of the time I will have the laptop plugged into a 24" 1080P display with hdmi.  But when I am on the road showing people things on the laptop screen or watching movies I don't want the screen to be a compromise.
    I am researching optimal screen resolution for web video. Thanks for making me aware that it may be overkill.  Trust but verify...
    Unless you're watching niche porn or have a thing for movie trailers, (both of which are the only kinds of video readily available at full HD resolution) most video available to you won't be higher than YouTube resolution so you won't need a 1600 x 900 display on your laptop. With the physical size of that display, the video would look pretty tiny and if you wanted to watch it enlarged or full-screen, you'd need a solid GPU and CPU to handle it. Most laptops can't cut it. Point in case, I can watch a 1280 by 720 Hulu vid perfectly on my laptop that has the same 15.6 inch display that the laptop mentioned here uses. At that resolution, there is a little bit of screen left over. If I watch that vid fullscreen which requires scaling, the video grinds to a halt and is unwatchable even when it's fully buffered. If I had a 1600 by 900 display on my laptop, it wouldn't look that much better than the regular video feed on a 1366 by 768 display. Most "HD" content you will find is going to be 1280 by 720 so watching it on a 1080p display is going to have compromises, especially when most of that content is low-bitrate stuff which doesn't look good to begin with. The only reason I have a 1080p LCD monitor is because I have a lot of 1080p video and I can lower the resolution of the display to 1366 by 768 to watch the 720p stuff if I want to. If you get a 1600 by 900 display on your laptop, you can easily lower the resolution if you want to unless it's locked out by the driver but you'll find that you wasted your money on the premium resolution after having used it at the lower resolution. I would only get a 1600 x 900 panel on a laptop if it was 17-inches or larger because it's sensible at that size because you have increased physical screen space to go with it. On a smaller notebook, it's just silly.

  • HP Envy 15 OR Dell Studio XPS 16

    Which laptop is better? Should I get Hp Envy 15 or Dell Studio Xps 16 for Movie/Web Production?

    I have been really impressed by the new Dell Studio XPS line. While the HP Envy looks and feels impressive, the lack of an onboard optical drive would... well.. drive me nuts!
    Adam
    Best Buy Community - Retail, Americas
    Forum Guidelines | Terms & Conditions | Community Guidelines | Blogging Guidelines
    *Remember to mark your questions solved and click the star under the user's name to show your thanks!

  • Dell Studio XPS Desktop

    Are there anymore Studio XPS desktop? Im pretty crappy with computers xD so idk the original name or w.e...
    It was on dell site a few days ago....$1,149
    i7 Processor..
    8GB DDR3 Ram
    and some other stuff...it was on sale...idk if its on bestbuy.. cuz when i press on XPS it dun show
    If anyone know plz post :]

    i would recomend this unit it is beyond compare to the Dell you were looking at try it out see what you think
    http://www.bestbuy.com/site/olspage.jsp?skuId=9366​642&st=ASUS&type=product&id=1218092150864
    Brandon
    Best Buy Associate | Geek Squad Agent
    Forum Guidelines | Terms & Conditions | Community Guidelines | Blogging Guidelines
    *Remember to mark your questions solved and click the star under the user's name to show your thanks!

  • Firefox 4 and 5 not working on Dell Studio XPS 64 bit

    Mozilla installs OK but when open I can't surf.....tabs do not open
    Even 3.6.18 gives problems...Facebook page keeps refreshing when trying to write comments, some sites lagging in opening

    Can you check which keyboard is set under the international settings?
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • Questions about my MSI R5770 Hawk Radeon HD 5770 and my Dell Studio 7100

    Ok, I have had this card installed for about a year now. From the beginning Catalyst Control Center had given me error messages, "Catalyst Control Centre: Host application has stopped working. Windows is checking for solutions" every time I start the machine or every time I try to use the Catalyst Control Center. This has not been a problem because I have been using a 2 monitor system using the DVI port from on and the HDMI to Display Port adapter to the second larger monitor (if I went straight HDMI I can't change the settings and I end up with a 1 inch black border around the desktop and the outer edge of the 23" monitor,) so I just worked around with the HDMI to DVI. Well now I am trying to hook up three monitors. One to the Display port through a Displayport to DVI, one to the HDMI through the HDMI to DVI and one to the Display port. No matter what I try to do through the Windows display control panel, I can not get the displayport monitor (which ever is hook to that port) to display. Windows 7 does detect all three monitors, but it will not allow me to "extend the desktop" to the third monitor and I still can't get the Catalyst Control Center to work.
    I have uninstalled all files from ATI or AMD that involve the video and reinstalled the latest drivers and software, but the Catalyst Control center still is not running.
    If you could help me with this it would be great. I am a graphics designer and web designer/developer and not a hardware or software tech and I have been googling and trying different possible answers since yesterday morning.
    My graphics card is
    MSI R5770 Hawk Radeon HD 5770
    My computer is
    Dell Studio XPS 7100, AMD Athlon IIX4 630 Processor 2.80 GHz
    8 gb
    64-bit operating system
    I am attempting to hook up a LG W2361 to the HDMI through HDMI to DVI adapter (presently working) at 1920 x 1080
    an LG W1952 (at 1440 x 900) through the DVI port to DVI (presently working) and
    an old Samsung SyncMaster 170t  to the Displayport through a the adapter (not working) monitor is detected but it will not allow the extend desktop to be applied.
    Hope someone can help, thanks in advance for just reading all of this. 

    Just incase anyone runs into a similar problem. I figured it out.
    Somehow in one of either the ATI driver updates or in a Microsoft update, my drivers and software was contaminated. I deleted all software and drivers for the card, which I had already tried several times. But this time I went into safe mode used CCcleaner in safe mode and cleared the register of all entries. I then reloaded and the Catalyst Control center and it works fine now.
    The problem with the three monitors seems to be that the one hooked to the displayport, if you are using more than 2 monitors, must be hooked to an active displayport adapter. I was using a passive adapter. So either I need to buy a very expensive adapter or.....maybe a new monitor that uses displayport. 
    Hopefully this will help someone else having this issue.

  • Premiere Elements 9 crashes with multiple NVIDIA graphics cards under Windows 7

    I've just installed Premiere Elements 9 and found that it will not run at all with multiple NVIDIA graphics cards active under Windows 7.  Per all the other discussions, I updated the NVIDIA drivers and Quicktime support to the latest versions.  (NVIDIA version 260.99).  I have both a 9400 GT and an 8400 GS installed, to support multiple monitors.  They both use the same driver.  The PRE 9 organizer will run, but as soon as I create or load a project it quickly crashes.
    On a long shot I disabled the 8400 GS card in the Device Manager and now I can run PRE 9.  Of course this means giving up one of my monitors.  Any other ideas?

    Over in the Premiere Pro area (or maybe it was in the Hardware section... didn't pay a lot of attention 'cause it really didn't matter to me) I read a message about using two nVidia cards with no problems (other than no dual-card SLI support)
    I **think** that was with two SAME model nVidia cards
    And, of course, PPro is completely different code, so PreEl may simply not work with two nVidia cards

  • Dell Studio 17 Graphic Card is not performing well, Can I update the driver

    I just purchased Dell Studio s17-169B. The graphic card in this laptop is Intel Graphics Media Accelerator 4500MHD. However, when I check graphic driver through device manager, I have found that driver is for Mobile Intel 4 series express chipset family with version 7.15.10.1576. My question is: can I download Dell Studio 1737 Intel Mobile Graphics Media Accelerator 4500MHD Driver A03 to update my current gtaphic driver so that the graphic display can be improved? Otherwise, I may return this laptop back to Bestbuy. Thanks for your input.

    Define "not performing well"...
    If you're playing 3D games, you will find that the 4500MHD is going to be lacking in general regardless of the driver installed.  Any Intel GMA series integrated graphics solution is going to be at the bottom of the barrel in terms of 3D performance.  In most cases, the only thing worse than a GMA series accelerator is an older GMA series accelerator.
    *disclaimer* I am not now, nor have I ever been, an employee of Best Buy, Geek Squad, nor of any of their affiliate, parent, or subsidiary companies.

  • [LENOVO Y50-70] How To Set NVIDIA Card as Default Graphic Adapter

    I have just bought Lenovo Y50-70. But i wonder how to set NVIDIA Card as default Graphic Adapter instead using Intel Card. Thanks

    hi monx,
    Welcome to the Forums.
    The Y50-70 uses Nvidia Optimus Technology to automatically switch between the Intel GPU (for power saving) and Nvida GPU (for maximum performance).
    To manually set the default graphics adapter, you will need to set this inside the Nvidia Control Panel > Manage 3D Settings.
       - Sample image
    More info:
    http://support.lenovo.com/us/en/documents/ht071337
    Regards

  • [PROGRESS] Three Monitors with AMD/NVIDIA cards Xinerama

    EDIT: These config files are not the current ones, see several posts down!
    Hey guys, trying to get a tri-monitor setup running that I've been working on for a while. I'm fairly close now I think, but I'm getting a Segmentation fault. Here's some info: [EDIT: Added ls /sys/class/drm/]
    [greg@spacebar ~]$ lspci | grep VGA
    00:0d.0 VGA compatible controller: NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
    02:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV370 5B60 [Radeon X300 (PCIE)]
    [greg@spacebar ~]$ cat Xorg.0.log
    [ 58.529]
    X.Org X Server 1.12.0
    Release Date: 2012-03-04
    [ 58.529] X Protocol Version 11, Revision 0
    [ 58.530] Build Operating System: Linux 3.2.9-1-ARCH x86_64
    [ 58.530] Current Operating System: Linux spacebar 3.2.12-1-ARCH #1 SMP PREEMPT Mon Mar 19 17:50:01 CET 2012 x86_64
    [ 58.530] Kernel command line: root=/dev/disk/by-label/arch ro quiet
    [ 58.530] Build Date: 05 March 2012 05:59:48AM
    [ 58.530]
    [ 58.530] Current version of pixman: 0.24.4
    [ 58.530] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 58.530] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 58.531] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 22 14:32:18 2012
    [ 58.577] (==) Using config file: "/etc/X11/xorg.conf"
    [ 58.577] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 58.620] (==) ServerLayout "Layout0"
    [ 58.620] (**) |-->Screen "Screen0" (0)
    [ 58.620] (**) | |-->Monitor "<default monitor>"
    [ 58.621] (**) | |-->Device "Device0"
    [ 58.621] (==) No monitor specified for screen "Screen0".
    Using a default monitor configuration.
    [ 58.621] (**) |-->Screen "Screen1" (1)
    [ 58.621] (**) | |-->Monitor "<default monitor>"
    [ 58.621] (**) | |-->Device "Device1"
    [ 58.621] (==) No monitor specified for screen "Screen1".
    Using a default monitor configuration.
    [ 58.621] (**) |-->Screen "Screen2" (2)
    [ 58.621] (**) | |-->Monitor "<default monitor>"
    [ 58.621] (**) | |-->Device "Device2"
    [ 58.621] (==) No monitor specified for screen "Screen2".
    Using a default monitor configuration.
    [ 58.621] (**) Option "Xinerama" "on"
    [ 58.621] (==) Automatically adding devices
    [ 58.621] (==) Automatically enabling devices
    [ 58.621] (**) Xinerama: enabled
    [ 58.716] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 58.716] Entry deleted from font path.
    [ 58.799] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 58.799] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 58.799] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 58.799] (II) Loader magic: 0x7cef60
    [ 58.799] (II) Module ABI versions:
    [ 58.799] X.Org ANSI C Emulation: 0.4
    [ 58.799] X.Org Video Driver: 12.0
    [ 58.799] X.Org XInput driver : 16.0
    [ 58.799] X.Org Server Extension : 6.0
    [ 58.800] (--) PCI: (0:0:13:0) 10de:03d0:1458:d000 rev 162, Mem @ 0xe2000000/16777216, 0xc0000000/268435456, 0xe5000000/16777216, BIOS @ 0x????????/131072
    [ 58.800] (--) PCI:*(0:2:0:0) 1002:5b60:1002:0302 rev 0, Mem @ 0xd0000000/134217728, 0xe4000000/65536, I/O @ 0x0000a000/256, BIOS @ 0x????????/131072
    [ 58.800] (--) PCI: (0:2:0:1) 1002:5b70:1002:0303 rev 0, Mem @ 0xe4010000/65536
    [ 58.800] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 58.800] (II) LoadModule: "extmod"
    [ 58.886] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 58.890] (II) Module extmod: vendor="X.Org Foundation"
    [ 58.890] compiled for 1.12.0, module version = 1.0.0
    [ 58.890] Module class: X.Org Server Extension
    [ 58.890] ABI class: X.Org Server Extension, version 6.0
    [ 58.890] (II) Loading extension MIT-SCREEN-SAVER
    [ 58.890] (II) Loading extension XFree86-VidModeExtension
    [ 58.890] (II) Loading extension XFree86-DGA
    [ 58.890] (II) Loading extension DPMS
    [ 58.890] (II) Loading extension XVideo
    [ 58.890] (II) Loading extension XVideo-MotionCompensation
    [ 58.890] (II) Loading extension X-Resource
    [ 58.890] (II) LoadModule: "dbe"
    [ 58.891] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 58.891] (II) Module dbe: vendor="X.Org Foundation"
    [ 58.891] compiled for 1.12.0, module version = 1.0.0
    [ 58.891] Module class: X.Org Server Extension
    [ 58.891] ABI class: X.Org Server Extension, version 6.0
    [ 58.891] (II) Loading extension DOUBLE-BUFFER
    [ 58.891] (II) LoadModule: "glx"
    [ 58.892] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 58.926] (II) Module glx: vendor="X.Org Foundation"
    [ 58.926] compiled for 1.12.0, module version = 1.0.0
    [ 58.926] ABI class: X.Org Server Extension, version 6.0
    [ 58.926] (==) AIGLX enabled
    [ 58.926] (II) Loading extension GLX
    [ 58.927] (II) LoadModule: "record"
    [ 58.927] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 58.928] (II) Module record: vendor="X.Org Foundation"
    [ 58.928] compiled for 1.12.0, module version = 1.13.0
    [ 58.928] Module class: X.Org Server Extension
    [ 58.928] ABI class: X.Org Server Extension, version 6.0
    [ 58.928] (II) Loading extension RECORD
    [ 58.928] (II) LoadModule: "dri"
    [ 58.928] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 58.929] (II) Module dri: vendor="X.Org Foundation"
    [ 58.929] compiled for 1.12.0, module version = 1.0.0
    [ 58.929] ABI class: X.Org Server Extension, version 6.0
    [ 58.929] (II) Loading extension XFree86-DRI
    [ 58.929] (II) LoadModule: "dri2"
    [ 58.929] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 58.929] (II) Module dri2: vendor="X.Org Foundation"
    [ 58.929] compiled for 1.12.0, module version = 1.2.0
    [ 58.929] ABI class: X.Org Server Extension, version 6.0
    [ 58.929] (II) Loading extension DRI2
    [ 58.929] (II) LoadModule: "radeon"
    [ 58.929] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 58.992] (II) Module radeon: vendor="X.Org Foundation"
    [ 58.992] compiled for 1.11.99.902, module version = 6.14.3
    [ 58.992] Module class: X.Org Video Driver
    [ 58.992] ABI class: X.Org Video Driver, version 12.0
    [ 58.999] (II) LoadModule: "nouveau"
    [ 58.999] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 59.033] (II) Module nouveau: vendor="X.Org Foundation"
    [ 59.033] compiled for 1.11.99.902, module version = 0.0.16
    [ 59.033] Module class: X.Org Video Driver
    [ 59.033] ABI class: X.Org Video Driver, version 12.0
    [ 59.034] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200, ATI Radeon 4100,
    ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
    ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series,
    AMD Radeon HD 6900 Series, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
    BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS
    [ 59.036] (II) NOUVEAU driver
    [ 59.036] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 59.036] RIVA TNT (NV04)
    [ 59.036] RIVA TNT2 (NV05)
    [ 59.036] GeForce 256 (NV10)
    [ 59.036] GeForce 2 (NV11, NV15)
    [ 59.036] GeForce 4MX (NV17, NV18)
    [ 59.036] GeForce 3 (NV20)
    [ 59.036] GeForce 4Ti (NV25, NV28)
    [ 59.036] GeForce FX (NV3x)
    [ 59.036] GeForce 6 (NV4x)
    [ 59.036] GeForce 7 (G7x)
    [ 59.036] GeForce 8 (G8x)
    [ 59.036] GeForce GTX 200 (NVA0)
    [ 59.036] GeForce GTX 400 (NVC0)
    [ 59.037] (--) using VT number 7
    [ 59.047] (II) [KMS] Kernel modesetting enabled.
    [ 59.047] (II) [KMS] Kernel modesetting enabled.
    [ 59.047] drmOpenDevice: node name is /dev/dri/card0
    [ 59.047] drmOpenDevice: open result is 7, (OK)
    [ 59.047] drmOpenByBusid: Searching for BusID pci:0000:00:0d.0
    [ 59.047] drmOpenDevice: node name is /dev/dri/card0
    [ 59.047] drmOpenDevice: open result is 7, (OK)
    [ 59.047] drmOpenByBusid: drmOpenMinor returns 7
    [ 59.047] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
    [ 59.047] drmOpenDevice: node name is /dev/dri/card1
    [ 59.047] drmOpenDevice: open result is 7, (OK)
    [ 59.047] drmOpenByBusid: drmOpenMinor returns 7
    [ 59.047] drmOpenByBusid: drmGetBusid reports pci:0000:00:0d.0
    [ 59.047] (II) [drm] nouveau interface version: 0.0.16
    [ 59.047] (EE) Screen 2 deleted because of no matching config section.
    [ 59.047] (II) UnloadModule: "nouveau"
    [ 59.048] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 59.048] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 59.048] (==) RADEON(0): Default visual is TrueColor
    [ 59.048] (**) RADEON(0): Option "ZaphodHeads" "DVI-I-1"
    [ 59.048] (==) RADEON(0): RGB weight 888
    [ 59.048] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 59.048] (--) RADEON(0): Chipset: "ATI Radeon X300 (RV370) 5B60 (PCIE)" (ChipID = 0x5b60)
    [ 59.048] (II) RADEON(0): PCIE card detected
    [ 59.048] drmOpenDevice: node name is /dev/dri/card0
    [ 59.048] drmOpenDevice: open result is 8, (OK)
    [ 59.048] drmOpenByBusid: Searching for BusID pci:0000:02:00.0
    [ 59.048] drmOpenDevice: node name is /dev/dri/card0
    [ 59.048] drmOpenDevice: open result is 8, (OK)
    [ 59.048] drmOpenByBusid: drmOpenMinor returns 8
    [ 59.048] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
    [ 59.048] (II) Loading sub module "exa"
    [ 59.048] (II) LoadModule: "exa"
    [ 59.079] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 59.092] (II) Module exa: vendor="X.Org Foundation"
    [ 59.092] compiled for 1.12.0, module version = 2.5.0
    [ 59.092] ABI class: X.Org Video Driver, version 12.0
    [ 59.092] (II) RADEON(0): KMS Color Tiling: enabled
    [ 59.092] (II) RADEON(0): KMS Pageflipping: enabled
    [ 59.092] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 59.207] (WW) RADEON(0): No outputs definitely connected, trying again...
    [ 59.207] (WW) RADEON(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
    [ 59.207] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 59.207]
    [ 59.207] Backtrace:
    [ 59.208] 0: /usr/bin/X (xorg_backtrace+0x34) [0x567da4]
    [ 59.208] 1: /usr/bin/X (0x400000+0x16b8b9) [0x56b8b9]
    [ 59.208] 2: /lib/libpthread.so.0 (0x7fe8a4f74000+0xf270) [0x7fe8a4f83270]
    [ 59.208] 3: /usr/bin/X (xf86SetScrnInfoModes+0x254) [0x4a22d4]
    [ 59.208] 4: /usr/bin/X (xf86InitialConfiguration+0x14c4) [0x4a5b74]
    [ 59.208] 5: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x7fe8a1f66000+0xdda73) [0x7fe8a2043a73]
    [ 59.208] 6: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x7fe8a1f66000+0xd9ff7) [0x7fe8a203fff7]
    [ 59.208] 7: /usr/bin/X (InitOutput+0x83c) [0x4735cc]
    [ 59.208] 8: /usr/bin/X (0x400000+0x22c0d) [0x422c0d]
    [ 59.208] 9: /lib/libc.so.6 (__libc_start_main+0xed) [0x7fe8a3e2a38d]
    [ 59.208] 10: /usr/bin/X (0x400000+0x230cd) [0x4230cd]
    [ 59.208]
    [ 59.208] Segmentation fault at address (nil)
    [ 59.208]
    Fatal server error:
    [ 59.208] Caught signal 11 (Segmentation fault). Server aborting
    [ 59.208]
    [ 59.208]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 59.208] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 59.208]
    [ 59.224] Server terminated with error (1). Closing log file.
    [greg@spacebar ~]$ lspci | grep VGA
    00:0d.0 VGA compatible controller: NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
    02:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV370 5B60 [Radeon X300 (PCIE)]
    [greg@spacebar ~]$ cat Xorg.0.log
    [ 58.529]
    X.Org X Server 1.12.0
    Release Date: 2012-03-04
    [ 58.529] X Protocol Version 11, Revision 0
    [ 58.530] Build Operating System: Linux 3.2.9-1-ARCH x86_64
    [ 58.530] Current Operating System: Linux spacebar 3.2.12-1-ARCH #1 SMP PREEMPT Mon Mar 19 17:50:01 CET 2012 x86_64
    [ 58.530] Kernel command line: root=/dev/disk/by-label/arch ro quiet
    [ 58.530] Build Date: 05 March 2012 05:59:48AM
    [ 58.530]
    [ 58.530] Current version of pixman: 0.24.4
    [ 58.530] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 58.530] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 58.531] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 22 14:32:18 2012
    [ 58.577] (==) Using config file: "/etc/X11/xorg.conf"
    [ 58.577] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 58.620] (==) ServerLayout "Layout0"
    [ 58.620] (**) |-->Screen "Screen0" (0)
    [ 58.620] (**) | |-->Monitor "<default monitor>"
    [ 58.621] (**) | |-->Device "Device0"
    [ 58.621] (==) No monitor specified for screen "Screen0".
    Using a default monitor configuration.
    [ 58.621] (**) |-->Screen "Screen1" (1)
    [ 58.621] (**) | |-->Monitor "<default monitor>"
    [ 58.621] (**) | |-->Device "Device1"
    [ 58.621] (==) No monitor specified for screen "Screen1".
    Using a default monitor configuration.
    [ 58.621] (**) |-->Screen "Screen2" (2)
    [ 58.621] (**) | |-->Monitor "<default monitor>"
    [ 58.621] (**) | |-->Device "Device2"
    [ 58.621] (==) No monitor specified for screen "Screen2".
    Using a default monitor configuration.
    [ 58.621] (**) Option "Xinerama" "on"
    [ 58.621] (==) Automatically adding devices
    [ 58.621] (==) Automatically enabling devices
    [ 58.621] (**) Xinerama: enabled
    [ 58.716] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 58.716] Entry deleted from font path.
    [ 58.799] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 58.799] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 58.799] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 58.799] (II) Loader magic: 0x7cef60
    [ 58.799] (II) Module ABI versions:
    [ 58.799] X.Org ANSI C Emulation: 0.4
    [ 58.799] X.Org Video Driver: 12.0
    [ 58.799] X.Org XInput driver : 16.0
    [ 58.799] X.Org Server Extension : 6.0
    [ 58.800] (--) PCI: (0:0:13:0) 10de:03d0:1458:d000 rev 162, Mem @ 0xe2000000/16777216, 0xc0000000/268435456, 0xe5000000/16777216, BIOS @ 0x????????/131072
    [ 58.800] (--) PCI:*(0:2:0:0) 1002:5b60:1002:0302 rev 0, Mem @ 0xd0000000/134217728, 0xe4000000/65536, I/O @ 0x0000a000/256, BIOS @ 0x????????/131072
    [ 58.800] (--) PCI: (0:2:0:1) 1002:5b70:1002:0303 rev 0, Mem @ 0xe4010000/65536
    [ 58.800] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 58.800] (II) LoadModule: "extmod"
    [ 58.886] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 58.890] (II) Module extmod: vendor="X.Org Foundation"
    [ 58.890] compiled for 1.12.0, module version = 1.0.0
    [ 58.890] Module class: X.Org Server Extension
    [ 58.890] ABI class: X.Org Server Extension, version 6.0
    [ 58.890] (II) Loading extension MIT-SCREEN-SAVER
    [ 58.890] (II) Loading extension XFree86-VidModeExtension
    [ 58.890] (II) Loading extension XFree86-DGA
    [ 58.890] (II) Loading extension DPMS
    [ 58.890] (II) Loading extension XVideo
    [ 58.890] (II) Loading extension XVideo-MotionCompensation
    [ 58.890] (II) Loading extension X-Resource
    [ 58.890] (II) LoadModule: "dbe"
    [ 58.891] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 58.891] (II) Module dbe: vendor="X.Org Foundation"
    [ 58.891] compiled for 1.12.0, module version = 1.0.0
    [ 58.891] Module class: X.Org Server Extension
    [ 58.891] ABI class: X.Org Server Extension, version 6.0
    [ 58.891] (II) Loading extension DOUBLE-BUFFER
    [ 58.891] (II) LoadModule: "glx"
    [ 58.892] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 58.926] (II) Module glx: vendor="X.Org Foundation"
    [ 58.926] compiled for 1.12.0, module version = 1.0.0
    [ 58.926] ABI class: X.Org Server Extension, version 6.0
    [ 58.926] (==) AIGLX enabled
    [ 58.926] (II) Loading extension GLX
    [ 58.927] (II) LoadModule: "record"
    [ 58.927] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 58.928] (II) Module record: vendor="X.Org Foundation"
    [ 58.928] compiled for 1.12.0, module version = 1.13.0
    [ 58.928] Module class: X.Org Server Extension
    [ 58.928] ABI class: X.Org Server Extension, version 6.0
    [ 58.928] (II) Loading extension RECORD
    [ 58.928] (II) LoadModule: "dri"
    [ 58.928] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 58.929] (II) Module dri: vendor="X.Org Foundation"
    [ 58.929] compiled for 1.12.0, module version = 1.0.0
    [ 58.929] ABI class: X.Org Server Extension, version 6.0
    [ 58.929] (II) Loading extension XFree86-DRI
    [ 58.929] (II) LoadModule: "dri2"
    [ 58.929] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 58.929] (II) Module dri2: vendor="X.Org Foundation"
    [ 58.929] compiled for 1.12.0, module version = 1.2.0
    [ 58.929] ABI class: X.Org Server Extension, version 6.0
    [ 58.929] (II) Loading extension DRI2
    [ 58.929] (II) LoadModule: "radeon"
    [ 58.929] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 58.992] (II) Module radeon: vendor="X.Org Foundation"
    [ 58.992] compiled for 1.11.99.902, module version = 6.14.3
    [ 58.992] Module class: X.Org Video Driver
    [ 58.992] ABI class: X.Org Video Driver, version 12.0
    [ 58.999] (II) LoadModule: "nouveau"
    [ 58.999] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 59.033] (II) Module nouveau: vendor="X.Org Foundation"
    [ 59.033] compiled for 1.11.99.902, module version = 0.0.16
    [ 59.033] Module class: X.Org Video Driver
    [ 59.033] ABI class: X.Org Video Driver, version 12.0
    [ 59.034] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200, ATI Radeon 4100,
    ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
    ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series,
    AMD Radeon HD 6900 Series, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
    BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS
    [ 59.036] (II) NOUVEAU driver
    [ 59.036] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 59.036] RIVA TNT (NV04)
    [ 59.036] RIVA TNT2 (NV05)
    [ 59.036] GeForce 256 (NV10)
    [ 59.036] GeForce 2 (NV11, NV15)
    [ 59.036] GeForce 4MX (NV17, NV18)
    [ 59.036] GeForce 3 (NV20)
    [ 59.036] GeForce 4Ti (NV25, NV28)
    [ 59.036] GeForce FX (NV3x)
    [ 59.036] GeForce 6 (NV4x)
    [ 59.036] GeForce 7 (G7x)
    [ 59.036] GeForce 8 (G8x)
    [ 59.036] GeForce GTX 200 (NVA0)
    [ 59.036] GeForce GTX 400 (NVC0)
    [ 59.037] (--) using VT number 7
    [ 59.047] (II) [KMS] Kernel modesetting enabled.
    [ 59.047] (II) [KMS] Kernel modesetting enabled.
    [ 59.047] drmOpenDevice: node name is /dev/dri/card0
    [ 59.047] drmOpenDevice: open result is 7, (OK)
    [ 59.047] drmOpenByBusid: Searching for BusID pci:0000:00:0d.0
    [ 59.047] drmOpenDevice: node name is /dev/dri/card0
    [ 59.047] drmOpenDevice: open result is 7, (OK)
    [ 59.047] drmOpenByBusid: drmOpenMinor returns 7
    [ 59.047] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
    [ 59.047] drmOpenDevice: node name is /dev/dri/card1
    [ 59.047] drmOpenDevice: open result is 7, (OK)
    [ 59.047] drmOpenByBusid: drmOpenMinor returns 7
    [ 59.047] drmOpenByBusid: drmGetBusid reports pci:0000:00:0d.0
    [ 59.047] (II) [drm] nouveau interface version: 0.0.16
    [ 59.047] (EE) Screen 2 deleted because of no matching config section.
    [ 59.047] (II) UnloadModule: "nouveau"
    [ 59.048] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 59.048] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 59.048] (==) RADEON(0): Default visual is TrueColor
    [ 59.048] (**) RADEON(0): Option "ZaphodHeads" "DVI-I-1"
    [ 59.048] (==) RADEON(0): RGB weight 888
    [ 59.048] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 59.048] (--) RADEON(0): Chipset: "ATI Radeon X300 (RV370) 5B60 (PCIE)" (ChipID = 0x5b60)
    [ 59.048] (II) RADEON(0): PCIE card detected
    [ 59.048] drmOpenDevice: node name is /dev/dri/card0
    [ 59.048] drmOpenDevice: open result is 8, (OK)
    [ 59.048] drmOpenByBusid: Searching for BusID pci:0000:02:00.0
    [ 59.048] drmOpenDevice: node name is /dev/dri/card0
    [ 59.048] drmOpenDevice: open result is 8, (OK)
    [ 59.048] drmOpenByBusid: drmOpenMinor returns 8
    [ 59.048] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
    [ 59.048] (II) Loading sub module "exa"
    [ 59.048] (II) LoadModule: "exa"
    [ 59.079] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 59.092] (II) Module exa: vendor="X.Org Foundation"
    [ 59.092] compiled for 1.12.0, module version = 2.5.0
    [ 59.092] ABI class: X.Org Video Driver, version 12.0
    [ 59.092] (II) RADEON(0): KMS Color Tiling: enabled
    [ 59.092] (II) RADEON(0): KMS Pageflipping: enabled
    [ 59.092] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 59.207] (WW) RADEON(0): No outputs definitely connected, trying again...
    [ 59.207] (WW) RADEON(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
    [ 59.207] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 59.207]
    [ 59.207] Backtrace:
    [ 59.208] 0: /usr/bin/X (xorg_backtrace+0x34) [0x567da4]
    [ 59.208] 1: /usr/bin/X (0x400000+0x16b8b9) [0x56b8b9]
    [ 59.208] 2: /lib/libpthread.so.0 (0x7fe8a4f74000+0xf270) [0x7fe8a4f83270]
    [ 59.208] 3: /usr/bin/X (xf86SetScrnInfoModes+0x254) [0x4a22d4]
    [ 59.208] 4: /usr/bin/X (xf86InitialConfiguration+0x14c4) [0x4a5b74]
    [ 59.208] 5: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x7fe8a1f66000+0xdda73) [0x7fe8a2043a73]
    [ 59.208] 6: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x7fe8a1f66000+0xd9ff7) [0x7fe8a203fff7]
    [ 59.208] 7: /usr/bin/X (InitOutput+0x83c) [0x4735cc]
    [ 59.208] 8: /usr/bin/X (0x400000+0x22c0d) [0x422c0d]
    [ 59.208] 9: /lib/libc.so.6 (__libc_start_main+0xed) [0x7fe8a3e2a38d]
    [ 59.208] 10: /usr/bin/X (0x400000+0x230cd) [0x4230cd]
    [ 59.208]
    [ 59.208] Segmentation fault at address (nil)
    [ 59.208]
    Fatal server error:
    [ 59.208] Caught signal 11 (Segmentation fault). Server aborting
    [ 59.208]
    [ 59.208]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 59.208] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 59.208]
    [ 59.224] Server terminated with error (1). Closing log file.
    [greg@spacebar ~]$ cat /etc/X11/xorg.conf
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    Screen 1 "Screen1" RightOf "Screen0"
    Screen 2 "Screen2" RightOf "Screen0"
    Option "Clone" "off"
    Option "Xinerama" "on"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Dell"
    ModelName "20"
    Option "Primary" "true"
    Option "PreferredMode" "1680x1050"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Dell"
    ModelName "17"
    Option "PreferredMode" "1280x1024"
    EndSection
    Section "Monitor"
    Identifier "Monitor2"
    VendorName "Samsung"
    ModelName "740n"
    Option "PreferredMode" "1280x1024"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "radeon"
    BusID "PCI:2:0:0"
    # Actual connector - as reported by /sys/class/drm/card0-xx
    Option "Monitor-DVI-I-1" "Monitor0"
    Screen 0
    Option "ZaphodHeads" "DVI-I-1"
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "radeon"
    BusID "PCI:2:0:0"
    # Actual connector - as reported by /sys/class/drm/card1-xx
    Option "Monitor-VGA-1" "Monitor1"
    Screen 1
    Option "ZaphodHeads" "VGA-1"
    EndSection
    Section "Device"
    Identifier "Device2"
    Driver "nouveau"
    BusID "PCI:0:13:0"
    # Actual connector - as reported by /sys/class/drm/card0-xx
    Option "Monitor-VGA-2" "Monitor2"
    Screen 2
    Option "ZaphodHeads" "VGA-2"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Subsection "Display"
    Viewport 0 0
    Depth 8
    Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 16
    Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 24
    Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Subsection "Display"
    Viewport 0 0
    Depth 8
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 16
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    EndSection
    Section "Screen"
    Identifier "Screen2"
    Device "Device2"
    Monitor "Monitor2"
    DefaultDepth 24
    Subsection "Display"
    Viewport 0 0
    Depth 8
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 16
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    EndSection
    [greg@spacebar ~]$ pacman -Q | grep xf86-video
    xf86-video-ati 6.14.3-2
    xf86-video-nouveau 0.0.16_git20120210-1
    xf86-video-vesa 2.3.0-8
    [greg@spacebar ~]$ cat /etc/mkinitcpio.conf | grep MODULES
    # MODULES
    # MODULES="piix ide_disk reiserfs"
    MODULES="radeon nouveau"
    [greg@spacebar ~]$ ls /sys/class/drm/
    card0@ card0-DVI-I-1@ card0-SVIDEO-1@ card0-VGA-1@ card1@ card1-VGA-2@ controlD64@ controlD65@ ttm@ version
    I'm stumped. If I comment out the ZaphodHeads lines X will start but the monitor orders and positions are messed up, and the single monitor on the nvidia card doesn't start. Any ideas? Missing packages? Anything?
    Last edited by MisterAnderson (2012-03-24 14:50:37)

    PROGRESS
    Hey guys, I've now made progress. I had to first add "fbcon=map:0" to my grub kernel line to stop the framebuffer error. This forces the framebuffer for the console to stay on the first card initialised, rather than swing back and forth. Secondly, ZaphodHeads under radeon requires the outputs be labelled as they would be in xrandr, not as they would be in /sys/class/drm/cardx-xx. Now I have a working two monitors without xrandr (can be seen by typing xrandr in terminal and it posting that it's not enabled). What is NOT working is the third monitor (off the nvidia card) and, when I try to open firefox everything crashes to blank screens (the monitors turn off into powersaving mode) and the keyboard does not appear to function, lock keys won't toggle (terminal doesn't cause this, but other programs may). I can still ssh in and everything is running fine as far as I can tell with nothing obvious visible in the logs anywhere that I can find.
    The (sort of) working xorg.conf:
    [greg@spacebar ~]$ cat /etc/X11/xorg.conf
    Section "ServerLayout"
    Identifier "Layout0"
    # You would need one screen for each monitor
    Screen 0 "Screen0"
    Screen 1 "Screen1" RightOf "Screen0"
    Screen 2 "Screen2" LeftOf "Screen0"
    Option "Clone" "off"
    Option "Xinerama" "on"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Dell"
    ModelName "20"
    Option "Primary" "true"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Dell"
    ModelName "17"
    EndSection
    Section "Monitor"
    Identifier "Monitor2"
    VendorName "Samsung"
    ModelName "740n"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "radeon"
    BusID "PCI:2:0:0"
    Screen 0
    Option "ZaphodHeads" "DVI-0"
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "radeon"
    BusID "PCI:2:0:0"
    Screen 1
    Option "ZaphodHeads" "VGA-0"
    EndSection
    Section "Device"
    Identifier "Device2"
    Driver "nouveau"
    BusID "PCI:0:13:0"
    Screen 2
    #### Option "ZaphodHeads" "VGA-2"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Subsection "Display"
    Viewport 0 0
    Depth 8
    Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 16
    Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 24
    Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Subsection "Display"
    Viewport 0 0
    Depth 8
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 16
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    EndSection
    Section "Screen"
    Identifier "Screen2"
    Device "Device2"
    Monitor "Monitor2"
    DefaultDepth 24
    Subsection "Display"
    Viewport 0 0
    Depth 8
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 16
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    Subsection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "720x400"
    EndSubsection
    EndSection
    And here is the current Xorg.0.log:
    [greg@spacebar ~]$ cat Xorg.0.log
    [ 775.845]
    X.Org X Server 1.12.0
    Release Date: 2012-03-04
    [ 775.851] X Protocol Version 11, Revision 0
    [ 775.853] Build Operating System: Linux 3.2.9-1-ARCH x86_64
    [ 775.856] Current Operating System: Linux spacebar 3.2.12-1-ARCH #1 SMP PREEMPT Mon Mar 19 17:50:01 CET 2012 x86_64
    [ 775.858] Kernel command line: root=/dev/disk/by-label/arch ro quiet fbcon=map:0
    [ 775.860] Build Date: 05 March 2012 05:59:48AM
    [ 775.863]
    [ 775.865] Current version of pixman: 0.24.4
    [ 775.867] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 775.872] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 775.880] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 25 00:29:47 2012
    [ 775.882] (==) Using config file: "/etc/X11/xorg.conf"
    [ 775.885] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 775.887] (==) ServerLayout "Layout0"
    [ 775.887] (**) |-->Screen "Screen0" (0)
    [ 775.887] (**) | |-->Monitor "Monitor0"
    [ 775.888] (**) | |-->Device "Device0"
    [ 775.888] (**) |-->Screen "Screen1" (1)
    [ 775.888] (**) | |-->Monitor "Monitor1"
    [ 775.888] (**) | |-->Device "Device1"
    [ 775.888] (**) |-->Screen "Screen2" (2)
    [ 775.888] (**) | |-->Monitor "Monitor2"
    [ 775.888] (**) | |-->Device "Device2"
    [ 775.888] (**) Option "Xinerama" "on"
    [ 775.888] (==) Automatically adding devices
    [ 775.888] (==) Automatically enabling devices
    [ 775.888] (**) Xinerama: enabled
    [ 775.888] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 775.888] Entry deleted from font path.
    [ 775.888] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 775.888] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 775.888] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 775.888] (II) Loader magic: 0x7cef60
    [ 775.888] (II) Module ABI versions:
    [ 775.888] X.Org ANSI C Emulation: 0.4
    [ 775.888] X.Org Video Driver: 12.0
    [ 775.888] X.Org XInput driver : 16.0
    [ 775.888] X.Org Server Extension : 6.0
    [ 775.889] (--) PCI: (0:0:13:0) 10de:03d0:1458:d000 rev 162, Mem @ 0xe2000000/16777216, 0xc0000000/268435456, 0xe5000000/16777216, BIOS @ 0x????????/131072
    [ 775.889] (--) PCI:*(0:2:0:0) 1002:5b60:1002:0302 rev 0, Mem @ 0xd0000000/134217728, 0xe4000000/65536, I/O @ 0x0000a000/256, BIOS @ 0x????????/131072
    [ 775.889] (--) PCI: (0:2:0:1) 1002:5b70:1002:0303 rev 0, Mem @ 0xe4010000/65536
    [ 775.889] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 775.889] (II) LoadModule: "extmod"
    [ 775.890] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 775.890] (II) Module extmod: vendor="X.Org Foundation"
    [ 775.890] compiled for 1.12.0, module version = 1.0.0
    [ 775.890] Module class: X.Org Server Extension
    [ 775.890] ABI class: X.Org Server Extension, version 6.0
    [ 775.890] (II) Loading extension MIT-SCREEN-SAVER
    [ 775.890] (II) Loading extension XFree86-VidModeExtension
    [ 775.890] (II) Loading extension XFree86-DGA
    [ 775.890] (II) Loading extension DPMS
    [ 775.890] (II) Loading extension XVideo
    [ 775.890] (II) Loading extension XVideo-MotionCompensation
    [ 775.890] (II) Loading extension X-Resource
    [ 775.890] (II) LoadModule: "dbe"
    [ 775.890] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 775.890] (II) Module dbe: vendor="X.Org Foundation"
    [ 775.890] compiled for 1.12.0, module version = 1.0.0
    [ 775.890] Module class: X.Org Server Extension
    [ 775.890] ABI class: X.Org Server Extension, version 6.0
    [ 775.890] (II) Loading extension DOUBLE-BUFFER
    [ 775.890] (II) LoadModule: "glx"
    [ 775.890] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 775.890] (II) Module glx: vendor="X.Org Foundation"
    [ 775.890] compiled for 1.12.0, module version = 1.0.0
    [ 775.890] ABI class: X.Org Server Extension, version 6.0
    [ 775.890] (==) AIGLX enabled
    [ 775.890] (II) Loading extension GLX
    [ 775.890] (II) LoadModule: "record"
    [ 775.891] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 775.891] (II) Module record: vendor="X.Org Foundation"
    [ 775.891] compiled for 1.12.0, module version = 1.13.0
    [ 775.891] Module class: X.Org Server Extension
    [ 775.891] ABI class: X.Org Server Extension, version 6.0
    [ 775.891] (II) Loading extension RECORD
    [ 775.891] (II) LoadModule: "dri"
    [ 775.891] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 775.891] (II) Module dri: vendor="X.Org Foundation"
    [ 775.891] compiled for 1.12.0, module version = 1.0.0
    [ 775.891] ABI class: X.Org Server Extension, version 6.0
    [ 775.891] (II) Loading extension XFree86-DRI
    [ 775.891] (II) LoadModule: "dri2"
    [ 775.891] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 775.891] (II) Module dri2: vendor="X.Org Foundation"
    [ 775.891] compiled for 1.12.0, module version = 1.2.0
    [ 775.891] ABI class: X.Org Server Extension, version 6.0
    [ 775.891] (II) Loading extension DRI2
    [ 775.891] (II) LoadModule: "radeon"
    [ 775.891] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 775.892] (II) Module radeon: vendor="X.Org Foundation"
    [ 775.892] compiled for 1.11.99.902, module version = 6.14.3
    [ 775.892] Module class: X.Org Video Driver
    [ 775.892] ABI class: X.Org Video Driver, version 12.0
    [ 775.892] (II) LoadModule: "nouveau"
    [ 775.892] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 775.937] (II) Module nouveau: vendor="X.Org Foundation"
    [ 775.937] compiled for 1.11.99.902, module version = 0.0.16
    [ 775.937] Module class: X.Org Video Driver
    [ 775.937] ABI class: X.Org Video Driver, version 12.0
    [ 775.937] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200, ATI Radeon 4100,
    ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
    ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series,
    AMD Radeon HD 6900 Series, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
    BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS
    [ 775.939] (II) NOUVEAU driver
    [ 775.939] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 775.939] RIVA TNT (NV04)
    [ 775.939] RIVA TNT2 (NV05)
    [ 775.939] GeForce 256 (NV10)
    [ 775.939] GeForce 2 (NV11, NV15)
    [ 775.939] GeForce 4MX (NV17, NV18)
    [ 775.939] GeForce 3 (NV20)
    [ 775.939] GeForce 4Ti (NV25, NV28)
    [ 775.939] GeForce FX (NV3x)
    [ 775.940] GeForce 6 (NV4x)
    [ 775.940] GeForce 7 (G7x)
    [ 775.940] GeForce 8 (G8x)
    [ 775.940] GeForce GTX 200 (NVA0)
    [ 775.940] GeForce GTX 400 (NVC0)
    [ 775.940] (--) using VT number 7
    [ 775.948] (II) [KMS] Kernel modesetting enabled.
    [ 775.948] (II) [KMS] Kernel modesetting enabled.
    [ 775.948] drmOpenDevice: node name is /dev/dri/card0
    [ 775.948] drmOpenDevice: open result is 7, (OK)
    [ 775.948] drmOpenByBusid: Searching for BusID pci:0000:00:0d.0
    [ 775.948] drmOpenDevice: node name is /dev/dri/card0
    [ 775.948] drmOpenDevice: open result is 7, (OK)
    [ 775.948] drmOpenByBusid: drmOpenMinor returns 7
    [ 775.948] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
    [ 775.948] drmOpenDevice: node name is /dev/dri/card1
    [ 775.948] drmOpenDevice: open result is 7, (OK)
    [ 775.948] drmOpenByBusid: drmOpenMinor returns 7
    [ 775.948] drmOpenByBusid: drmGetBusid reports pci:0000:00:0d.0
    [ 775.948] (II) [drm] nouveau interface version: 0.0.16
    [ 775.949] (EE) Screen 2 deleted because of no matching config section.
    [ 775.949] (II) UnloadModule: "nouveau"
    [ 775.949] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 775.949] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 775.949] (==) RADEON(0): Default visual is TrueColor
    [ 775.949] (**) RADEON(0): Option "ZaphodHeads" "DVI-0"
    [ 775.949] (==) RADEON(0): RGB weight 888
    [ 775.949] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 775.949] (--) RADEON(0): Chipset: "ATI Radeon X300 (RV370) 5B60 (PCIE)" (ChipID = 0x5b60)
    [ 775.949] (II) RADEON(0): PCIE card detected
    [ 775.949] drmOpenDevice: node name is /dev/dri/card0
    [ 775.949] drmOpenDevice: open result is 8, (OK)
    [ 775.949] drmOpenByBusid: Searching for BusID pci:0000:02:00.0
    [ 775.949] drmOpenDevice: node name is /dev/dri/card0
    [ 775.949] drmOpenDevice: open result is 8, (OK)
    [ 775.949] drmOpenByBusid: drmOpenMinor returns 8
    [ 775.949] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
    [ 775.949] (II) Loading sub module "exa"
    [ 775.949] (II) LoadModule: "exa"
    [ 775.949] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 775.949] (II) Module exa: vendor="X.Org Foundation"
    [ 775.949] compiled for 1.12.0, module version = 2.5.0
    [ 775.949] ABI class: X.Org Video Driver, version 12.0
    [ 775.949] (II) RADEON(0): KMS Color Tiling: enabled
    [ 775.949] (II) RADEON(0): KMS Pageflipping: enabled
    [ 775.949] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 776.064] (II) RADEON(0): Output DVI-0 using monitor section Monitor0
    [ 776.064] (**) RADEON(0): Option "Primary" "true"
    [ 776.122] (II) RADEON(0): EDID for output DVI-0
    [ 776.122] (II) RADEON(0): Manufacturer: DEL Model: d011 Serial#: 808602709
    [ 776.122] (II) RADEON(0): Year: 2007 Week: 51
    [ 776.122] (II) RADEON(0): EDID Version: 1.3
    [ 776.122] (II) RADEON(0): Digital Display Input
    [ 776.122] (II) RADEON(0): Max Image Size [cm]: horiz.: 43 vert.: 27
    [ 776.122] (II) RADEON(0): Gamma: 2.20
    [ 776.122] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
    [ 776.122] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 776.122] (II) RADEON(0): Default color space is primary color space
    [ 776.122] (II) RADEON(0): First detailed timing is preferred mode
    [ 776.122] (II) RADEON(0): redX: 0.635 redY: 0.328 greenX: 0.292 greenY: 0.610
    [ 776.122] (II) RADEON(0): blueX: 0.146 blueY: 0.069 whiteX: 0.312 whiteY: 0.328
    [ 776.122] (II) RADEON(0): Supported established timings:
    [ 776.122] (II) RADEON(0): 720x400@70Hz
    [ 776.122] (II) RADEON(0): 640x480@60Hz
    [ 776.122] (II) RADEON(0): 640x480@75Hz
    [ 776.122] (II) RADEON(0): 800x600@60Hz
    [ 776.122] (II) RADEON(0): 800x600@75Hz
    [ 776.122] (II) RADEON(0): 1024x768@60Hz
    [ 776.122] (II) RADEON(0): 1024x768@75Hz
    [ 776.122] (II) RADEON(0): 1280x1024@75Hz
    [ 776.122] (II) RADEON(0): Manufacturer's mask: 0
    [ 776.122] (II) RADEON(0): Supported standard timings:
    [ 776.122] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 776.122] (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 776.122] (II) RADEON(0): Supported detailed timing:
    [ 776.122] (II) RADEON(0): clock: 119.0 MHz Image Size: 430 x 270 mm
    [ 776.122] (II) RADEON(0): h_active: 1680 h_sync: 1728 h_sync_end 1760 h_blank_end 1840 h_border: 0
    [ 776.122] (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1080 v_border: 0
    [ 776.122] (II) RADEON(0): Serial No: CU7547CJ02LU
    [ 776.122] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
    [ 776.122] (II) RADEON(0): Monitor name: DELL E207WFP
    [ 776.122] (II) RADEON(0): EDID (in hex):
    [ 776.122] (II) RADEON(0): 00ffffffffffff0010ac11d0554c3230
    [ 776.122] (II) RADEON(0): 33110103802b1b78ee8db0a2544a9c25
    [ 776.122] (II) RADEON(0): 115054a54b00714f8180010101010101
    [ 776.122] (II) RADEON(0): 0101010101017c2e90a0601a1e403020
    [ 776.122] (II) RADEON(0): 3600ae0e1100001a000000ff00435537
    [ 776.122] (II) RADEON(0): 353437434a30324c550a000000fd0038
    [ 776.122] (II) RADEON(0): 4b1e530e000a202020202020000000fc
    [ 776.122] (II) RADEON(0): 0044454c4c20453230375746500a0040
    [ 776.122] (II) RADEON(0): EDID vendor "DEL", prod id 53265
    [ 776.122] (II) RADEON(0): Using EDID range info for horizontal sync
    [ 776.122] (II) RADEON(0): Using EDID range info for vertical refresh
    [ 776.122] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 776.122] (II) RADEON(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz eP)
    [ 776.122] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 776.122] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 776.122] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 776.123] (II) RADEON(0): Printing probed modes for output DVI-0
    [ 776.123] (II) RADEON(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz UeP)
    [ 776.123] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 776.123] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 776.123] (II) RADEON(0): Output DVI-0 connected
    [ 776.123] (II) RADEON(0): Using user preference for initial modes
    [ 776.123] (II) RADEON(0): Output DVI-0 using initial mode 1680x1050
    [ 776.123] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 776.123] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:8000000 visible:7905000
    [ 776.123] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 776.123] (**) RADEON(0): Display dimensions: (430, 270) mm
    [ 776.123] (**) RADEON(0): DPI set to (99, 98)
    [ 776.123] (II) Loading sub module "fb"
    [ 776.123] (II) LoadModule: "fb"
    [ 776.123] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 776.123] (II) Module fb: vendor="X.Org Foundation"
    [ 776.123] compiled for 1.12.0, module version = 1.0.0
    [ 776.123] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 776.123] (II) Loading sub module "ramdac"
    [ 776.123] (II) LoadModule: "ramdac"
    [ 776.123] (II) Module "ramdac" already built-in
    [ 776.123] (**) RADEON(1): Depth 24, (--) framebuffer bpp 32
    [ 776.123] (II) RADEON(1): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 776.123] (==) RADEON(1): Default visual is TrueColor
    [ 776.124] (**) RADEON(1): Option "ZaphodHeads" "VGA-0"
    [ 776.124] (==) RADEON(1): RGB weight 888
    [ 776.124] (II) RADEON(1): Using 8 bits per RGB (8 bit DAC)
    [ 776.124] (--) RADEON(1): Chipset: "ATI Radeon X300 (RV370) 5B60 (PCIE)" (ChipID = 0x5b60)
    [ 776.124] (II) RADEON(1): PCIE card detected
    [ 776.124] (EE) RADEON(1): reusing fd for second head
    [ 776.124] (II) Loading sub module "exa"
    [ 776.124] (II) LoadModule: "exa"
    [ 776.124] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 776.124] (II) Module exa: vendor="X.Org Foundation"
    [ 776.124] compiled for 1.12.0, module version = 2.5.0
    [ 776.124] ABI class: X.Org Video Driver, version 12.0
    [ 776.124] (II) RADEON(1): KMS Color Tiling: enabled
    [ 776.124] (II) RADEON(1): KMS Pageflipping: enabled
    [ 776.124] (II) RADEON(1): SwapBuffers wait for vsync: enabled
    [ 776.181] (II) RADEON(1): Output VGA-0 using monitor section Monitor1
    [ 776.296] (II) RADEON(1): EDID for output VGA-0
    [ 776.296] (II) RADEON(1): Manufacturer: DEL Model: 4012 Serial#: 1128482354
    [ 776.296] (II) RADEON(1): Year: 2006 Week: 23
    [ 776.296] (II) RADEON(1): EDID Version: 1.3
    [ 776.296] (II) RADEON(1): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 776.296] (II) RADEON(1): Sync: Separate Composite SyncOnGreen
    [ 776.296] (II) RADEON(1): Max Image Size [cm]: horiz.: 34 vert.: 27
    [ 776.296] (II) RADEON(1): Gamma: 2.29
    [ 776.296] (II) RADEON(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 776.296] (II) RADEON(1): Default color space is primary color space
    [ 776.296] (II) RADEON(1): First detailed timing is preferred mode
    [ 776.296] (II) RADEON(1): redX: 0.644 redY: 0.338 greenX: 0.270 greenY: 0.602
    [ 776.296] (II) RADEON(1): blueX: 0.140 blueY: 0.084 whiteX: 0.313 whiteY: 0.329
    [ 776.296] (II) RADEON(1): Supported established timings:
    [ 776.296] (II) RADEON(1): 720x400@70Hz
    [ 776.296] (II) RADEON(1): 640x480@60Hz
    [ 776.296] (II) RADEON(1): 640x480@75Hz
    [ 776.296] (II) RADEON(1): 800x600@60Hz
    [ 776.296] (II) RADEON(1): 800x600@75Hz
    [ 776.296] (II) RADEON(1): 1024x768@60Hz
    [ 776.296] (II) RADEON(1): 1024x768@75Hz
    [ 776.296] (II) RADEON(1): 1280x1024@75Hz
    [ 776.296] (II) RADEON(1): Manufacturer's mask: 0
    [ 776.296] (II) RADEON(1): Supported standard timings:
    [ 776.296] (II) RADEON(1): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 776.296] (II) RADEON(1): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 776.297] (II) RADEON(1): Supported detailed timing:
    [ 776.297] (II) RADEON(1): clock: 108.0 MHz Image Size: 338 x 270 mm
    [ 776.297] (II) RADEON(1): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 776.297] (II) RADEON(1): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 776.297] (II) RADEON(1): Serial No: C9753664CCF2
    [ 776.297] (II) RADEON(1): Monitor name: DELL 1707FP
    [ 776.297] (II) RADEON(1): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
    [ 776.297] (II) RADEON(1): EDID (in hex):
    [ 776.297] (II) RADEON(1): 00ffffffffffff0010ac124032464343
    [ 776.297] (II) RADEON(1): 171001030e221b81eee0e5a456459a23
    [ 776.297] (II) RADEON(1): 155054a54b00714f8180010101010101
    [ 776.297] (II) RADEON(1): 010101010101302a009851002a403070
    [ 776.297] (II) RADEON(1): 1300520e1100001e000000ff00433937
    [ 776.297] (II) RADEON(1): 3533363634434346320a000000fc0044
    [ 776.297] (II) RADEON(1): 454c4c203137303746500a20000000fd
    [ 776.297] (II) RADEON(1): 00384c1e510e000a2020202020200099
    [ 776.297] (II) RADEON(1): EDID vendor "DEL", prod id 16402
    [ 776.297] (II) RADEON(1): Using EDID range info for horizontal sync
    [ 776.297] (II) RADEON(1): Using EDID range info for vertical refresh
    [ 776.297] (II) RADEON(1): Printing DDC gathered Modelines:
    [ 776.297] (II) RADEON(1): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 776.297] (II) RADEON(1): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 776.297] (II) RADEON(1): Printing probed modes for output VGA-0
    [ 776.297] (II) RADEON(1): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz UeP)
    [ 776.297] (II) RADEON(1): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 776.297] (II) RADEON(1): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 776.297] (II) RADEON(1): Output VGA-0 connected
    [ 776.297] (II) RADEON(1): Using user preference for initial modes
    [ 776.297] (II) RADEON(1): Output VGA-0 using initial mode 1280x1024
    [ 776.297] (II) RADEON(1): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 776.297] (II) RADEON(1): mem size init: gart size :1fdff000 vram size: s:8000000 visible:7905000
    [ 776.297] (II) RADEON(1): EXA: Driver will allow EXA pixmaps in VRAM
    [ 776.297] (**) RADEON(1): Display dimensions: (340, 270) mm
    [ 776.297] (**) RADEON(1): DPI set to (95, 96)
    [ 776.297] (II) Loading sub module "fb"
    [ 776.297] (II) LoadModule: "fb"
    [ 776.297] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 776.297] (II) Module fb: vendor="X.Org Foundation"
    [ 776.297] compiled for 1.12.0, module version = 1.0.0
    [ 776.297] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 776.297] (II) Loading sub module "ramdac"
    [ 776.297] (II) LoadModule: "ramdac"
    [ 776.297] (II) Module "ramdac" already built-in
    [ 776.297] (--) Depth 24 pixmap format is 32 bpp
    [ 776.297] (II) RADEON(0): [DRI2] Setup complete
    [ 776.297] (II) RADEON(0): [DRI2] DRI driver: r300
    [ 776.297] (II) RADEON(0): [DRI2] VDPAU driver: r300
    [ 776.298] (II) RADEON(0): Front buffer size: 7128K
    [ 776.298] (II) RADEON(0): VRAM usage limit set to 105116K
    [ 776.298] (==) RADEON(0): Backing store disabled
    [ 776.298] (II) RADEON(0): Direct rendering enabled
    [ 776.298] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
    [ 776.298] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 776.298] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 776.298] (II) EXA(0): Driver registered support for the following operations:
    [ 776.298] (II) Solid
    [ 776.298] (II) Copy
    [ 776.298] (II) Composite (RENDER acceleration)
    [ 776.298] (II) UploadToScreen
    [ 776.298] (II) DownloadFromScreen
    [ 776.298] (II) RADEON(0): Acceleration enabled
    [ 776.298] (==) RADEON(0): DPMS enabled
    [ 776.298] (==) RADEON(0): Silken mouse enabled
    [ 776.298] (II) RADEON(0): Set up textured video
    [ 776.298] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 776.298] (II) RADEON(0): [XvMC] Extension initialized.
    [ 776.298] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 776.298] (WW) RADEON(0): Option "Primary" is not used
    [ 776.298] (--) RandR disabled
    [ 776.298] (II) RADEON(1): [DRI2] Setup complete
    [ 776.298] (II) RADEON(1): [DRI2] DRI driver: r300
    [ 776.298] (II) RADEON(1): [DRI2] VDPAU driver: r300
    [ 776.298] (II) RADEON(1): Front buffer size: 5120K
    [ 776.298] (II) RADEON(1): VRAM usage limit set to 106923K
    [ 776.298] (==) RADEON(1): Backing store disabled
    [ 776.298] (II) RADEON(1): Direct rendering enabled
    [ 776.298] (II) RADEON(1): Render acceleration enabled for R300/R400/R500 type cards.
    [ 776.298] (II) RADEON(1): Setting EXA maxPitchBytes
    [ 776.298] (II) EXA(1): Driver allocated offscreen pixmaps
    [ 776.299] (II) EXA(1): Driver registered support for the following operations:
    [ 776.299] (II) Solid
    [ 776.299] (II) Copy
    [ 776.299] (II) Composite (RENDER acceleration)
    [ 776.299] (II) UploadToScreen
    [ 776.299] (II) DownloadFromScreen
    [ 776.299] (II) RADEON(1): Acceleration enabled
    [ 776.299] (==) RADEON(1): DPMS enabled
    [ 776.299] (==) RADEON(1): Silken mouse enabled
    [ 776.299] (II) RADEON(1): Set up textured video
    [ 776.299] (II) RADEON(1): [XvMC] Associated with Radeon Textured Video.
    [ 776.299] (II) RADEON(1): [XvMC] Extension initialized.
    [ 776.299] (II) RADEON(1): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 776.299] (--) RandR disabled
    [ 776.299] (II) Initializing built-in extension Generic Event Extension
    [ 776.299] (II) Initializing built-in extension SHAPE
    [ 776.299] (II) Initializing built-in extension MIT-SHM
    [ 776.299] (II) Initializing built-in extension XInputExtension
    [ 776.299] (II) Initializing built-in extension XTEST
    [ 776.299] (II) Initializing built-in extension BIG-REQUESTS
    [ 776.299] (II) Initializing built-in extension SYNC
    [ 776.299] (II) Initializing built-in extension XKEYBOARD
    [ 776.299] (II) Initializing built-in extension XC-MISC
    [ 776.299] (II) Initializing built-in extension SECURITY
    [ 776.299] (II) Initializing built-in extension XINERAMA
    [ 776.299] (II) Initializing built-in extension XFIXES
    [ 776.299] (II) Initializing built-in extension RENDER
    [ 776.299] (II) Initializing built-in extension RANDR
    [ 776.299] (II) Initializing built-in extension COMPOSITE
    [ 776.299] (II) Initializing built-in extension DAMAGE
    [ 776.313] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 776.313] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 776.313] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 776.313] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 776.313] (II) AIGLX: Loaded and initialized r300
    [ 776.313] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 776.314] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 776.314] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 776.314] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 776.314] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 776.315] (II) AIGLX: Loaded and initialized r300
    [ 776.315] (II) GLX: Initialized DRI2 GL provider for screen 1
    [ 776.598] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 776.598] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 776.598] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 776.598] (II) LoadModule: "evdev"
    [ 776.598] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 776.599] (II) Module evdev: vendor="X.Org Foundation"
    [ 776.599] compiled for 1.12.0, module version = 2.7.0
    [ 776.599] Module class: X.Org XInput Driver
    [ 776.599] ABI class: X.Org XInput driver, version 16.0
    [ 776.599] (II) Using input driver 'evdev' for 'Power Button'
    [ 776.599] (**) Power Button: always reports core events
    [ 776.599] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 776.599] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 776.599] (--) evdev: Power Button: Found keys
    [ 776.599] (II) evdev: Power Button: Configuring as keyboard
    [ 776.599] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 776.599] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 776.599] (**) Option "xkb_rules" "evdev"
    [ 776.599] (**) Option "xkb_model" "evdev"
    [ 776.599] (**) Option "xkb_layout" "us"
    [ 776.599] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 776.644] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 776.644] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 776.644] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 776.644] (II) Using input driver 'evdev' for 'Power Button'
    [ 776.644] (**) Power Button: always reports core events
    [ 776.644] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 776.644] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 776.644] (--) evdev: Power Button: Found keys
    [ 776.644] (II) evdev: Power Button: Configuring as keyboard
    [ 776.644] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 776.644] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 776.644] (**) Option "xkb_rules" "evdev"
    [ 776.644] (**) Option "xkb_model" "evdev"
    [ 776.644] (**) Option "xkb_layout" "us"
    [ 776.644] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 776.645] (II) config/udev: Adding input device Dell Dell USB Keyboard (/dev/input/event4)
    [ 776.645] (**) Dell Dell USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 776.645] (**) Dell Dell USB Keyboard: Applying InputClass "Keyboard Defaults"
    [ 776.645] (II) Using input driver 'evdev' for 'Dell Dell USB Keyboard'
    [ 776.645] (**) Dell Dell USB Keyboard: always reports core events
    [ 776.645] (**) evdev: Dell Dell USB Keyboard: Device: "/dev/input/event4"
    [ 776.645] (--) evdev: Dell Dell USB Keyboard: Vendor 0x413c Product 0x2003
    [ 776.645] (--) evdev: Dell Dell USB Keyboard: Found keys
    [ 776.645] (II) evdev: Dell Dell USB Keyboard: Configuring as keyboard
    [ 776.645] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb4/4-4/4-4:1.0/input/input4/event4"
    [ 776.645] (II) XINPUT: Adding extended input device "Dell Dell USB Keyboard" (type: KEYBOARD, id 8)
    [ 776.645] (**) Option "xkb_rules" "evdev"
    [ 776.645] (**) Option "xkb_model" "evdev"
    [ 776.645] (**) Option "xkb_layout" "us"
    [ 776.645] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 776.646] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
    [ 776.646] (II) No input driver specified, ignoring this device.
    [ 776.646] (II) This device may have been added with another device file.
    [ 776.646] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event3)
    [ 776.646] (**) ImPS/2 Logitech Wheel Mouse: Applying InputClass "evdev pointer catchall"
    [ 776.646] (II) Using input driver 'evdev' for 'ImPS/2 Logitech Wheel Mouse'
    [ 776.646] (**) ImPS/2 Logitech Wheel Mouse: always reports core events
    [ 776.646] (**) evdev: ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event3"
    [ 776.646] (--) evdev: ImPS/2 Logitech Wheel Mouse: Vendor 0x2 Product 0x5
    [ 776.646] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons
    [ 776.646] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found scroll wheel(s)
    [ 776.646] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found relative axes
    [ 776.646] (--) evdev: ImPS/2 Logitech Wheel Mouse: Found x and y relative axes
    [ 776.646] (II) evdev: ImPS/2 Logitech Wheel Mouse: Configuring as mouse
    [ 776.646] (II) evdev: ImPS/2 Logitech Wheel Mouse: Adding scrollwheel support
    [ 776.646] (**) evdev: ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5
    [ 776.646] (**) evdev: ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 776.646] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input3/event3"
    [ 776.646] (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE, id 9)
    [ 776.647] (II) evdev: ImPS/2 Logitech Wheel Mouse: initialized for relative axes.
    [ 776.647] (**) ImPS/2 Logitech Wheel Mouse: (accel) keeping acceleration scheme 1
    [ 776.647] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration profile 0
    [ 776.647] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration factor: 2.000
    [ 776.647] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration threshold: 4
    [ 776.647] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse0)
    [ 776.647] (II) No input driver specified, ignoring this device.
    [ 776.647] (II) This device may have been added with another device file.
    [ 776.648] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 776.648] (II) No input driver specified, ignoring this device.
    [ 776.648] (II) This device may have been added with another device file.
    I'm still not understanding why the "[   775.949] (EE) Screen 2 deleted because of no matching config section." line is appearing, you can see the xorg.conf file has all three the same, unless I need something else to say it's a secondary card or something? Or maybe to direct the framebuffer to the first card? I have no idea. EDIT: Just thought that maybe something like that "fbcon=map:0" line exists, but for x11 instead of console? Stabbing in the dark here.
    Last edited by MisterAnderson (2012-03-24 15:07:10)

  • Dell Studio 17, Broadcom Wireless 4353, BCM43XX, KDE + NetworkManager

    Hi
    I have a new Dell Studio 17. I have recently started using Arch and I am really enjoying it, previously I was on OpenSuse.
    I have gotten most of what I need working. The only thing I have gotten stuck on is my wireless drivers.
    I previously had an older Dell Studio 17 that was stolen but I easily got the wireless working in OpenSuse.
    This new machine that is  an insurance replacement seems to be using a much newer wireless chipset.
    Can anybody please help me sort this out. I have read that some people have had some success with this chipset.
    I have been using the following wiki page as my primary reference for setup and trouble shooting.
    - https://wiki.archlinux.org/index.php/Broadcom_BCM43XX
    I am able to see my wireless network in NetworkManager but I am unable to connect to it.
    My wireless network is setup to use WPA-PSK.
    lspci -nn | grep 14e4 returns:
    08:00.0 Network controller [0280]: Broadcom Corporation Device [14e4:4353] (rev 01)
    /var/log/messages.log - I think the " failed to activate (timeout)" is the problem
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 1 of 5 (Device Prepare) scheduled...
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 1 of 5 (Device Prepare) started...
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 2 of 5 (Device Configure) scheduled...
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 1 of 5 (Device Prepare) complete.
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 2 of 5 (Device Configure) starting...
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> (lan0): device state change: 4 -> 5 (reason 0)
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 2 of 5 (Device Configure) successful.
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 3 of 5 (IP Configure Start) scheduled.
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 2 of 5 (Device Configure) complete.
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 3 of 5 (IP Configure Start) started...
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> (lan0): device state change: 5 -> 7 (reason 0)
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 4 of 5 (IP4 Configure Get) scheduled...
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 3 of 5 (IP Configure Start) complete.
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 4 of 5 (IP4 Configure Get) started...
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 5 of 5 (IP Configure Commit) scheduled...
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 4 of 5 (IP4 Configure Get) complete.
    Dec 18 18:15:55 justin NetworkManager[4218]: <info> Activation (lan0) Stage 5 of 5 (IP Configure Commit) started...
    Dec 18 18:15:56 justin NetworkManager[4218]: <info> (lan0): device state change: 7 -> 8 (reason 0)
    Dec 18 18:15:56 justin NetworkManager[4218]: <info> Policy set 'Home - eth' (lan0) as default for IPv4 routing and DNS.
    Dec 18 18:15:56 justin NetworkManager[4218]: <info> Activation (lan0) successful, device activated.
    Dec 18 18:15:56 justin NetworkManager[4218]: <info> Activation (lan0) Stage 5 of 5 (IP Configure Commit) complete.
    Dec 18 18:42:32 justin NetworkManager[4218]: <warn> connection /org/freedesktop/NetworkManagerSettings/1 (scope 2) failed to activate (timeout)
    Dec 18 18:42:52 justin NetworkManager[4218]: <info> (lan0): device state change: 8 -> 3 (reason 0)
    Dec 18 18:42:52 justin NetworkManager[4218]: <info> (lan0): deactivating device (reason: 0).
    Dec 18 18:42:52 justin NetworkManager[4218]: <info> Activation (lan0) starting connection 'Home - eth'
    /etc/rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    HARDWARECLOCK="UTC"
    TIMEZONE="Africa/Johannesburg"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(acpi-cpufreq cpufreq_ondemand cpufreq_powersave cpufreq_powersave cpufreq_conservative lib80211 lib80211_crypt_tkip wl !b43 !ssb !i915)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="justin"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.3 netmask 255.255.255.0 broadcast 192.168.0.255"
    #eth0="dhcp"
    INTERFACES=(!eth0 !wlan0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    # Note: If you already have hal specified in your DAEMONS, there is no need
    # to add acpid. HAL will automatically detect and load the acpid daemon.
    DAEMONS=(syslog-ng dbus hal dhcpcd bluetooth networkmanager !network netfs alsa crond)

    I found what the problem was.
    I am very pleased to say that it was not the drivers that were causing the problem.
    The problem turned out to be NetworkManager. I really like the NetworkManager GUI so I am not please to have to give it up.
    I am currently giving wicd + wicd-client-kde a try and if I don't like it I might try Netcfg.
    At least now I have a working wireless solution.

  • Multiple Video Cards and FCP

    I'm looking at getting a mac pro, and I'm wondering if there is any point to getting multiple video cards (2x NVIDIA GeForce GT 120 512MB).
    I've been editing in FCP on a G5 for years now, and only had one video card.
    Does the current version of FCP7 utilize them? Or does any of the other Studio software utilize them?
    And if FCP7 does take advantage of multiple cards, where am I going to notice the difference if I add multiple cards... rendering? exporting? playback?
    Any advice would be great!

    We see this topic in various forms about weekly.
    FCP does not use multiple cards. In fact, FCP really doesn't take advantage of a single card's GPU. But Motion does, which means if you have .motn files in your FCP project, you may see some kind of boost.
    I don't know anything about the 120 but, personally, I will never buy another nvidia card. The minimum for Motion would be the Radeon 4870.
    FCPv5 and v6 had issues with some FxPlug filters supplied with Motion if you had multiple monitors plugged into multiple cards but not of you had multiple monitors plugged into a single card. This got fixed in FCP7.
    bogiesan

  • How we set up multiple websites on OSX Server

    BACKGROUND
    After fiddling and futzing around for weeks (actually since last year) I've finally figured out how to set up multiple websites (virtual sites) using one port and one IP address. While there seems to be lots of discussion on this topic, it seems that the basic assumption is that one knows everything about websites, DNS and all that stuff, which I do not.
    When our network was originally established the engineer set up a wiki and also configured webmail, so we had two sites, one secured for mail and the other open for Calendar and the wiki. We were not hosting any websites locally because our school website is hosted by a company in New England.
    This year I wanted to set up websites for teachers and students. As great as the wiki is, there are some things it just can't do as well as a website. So I figured if I set up the sites teachers could link back and forth from one to the other. In addition kids could now start to use a real website instead of the cobbled together file mess I had when we ran a Windows network. Also iWeb is a much more accessible tool than FrontPage.
    SERVER SIDE:
    Snow Leopard Server - 10.6.4
    There are two - actually three pieces if you want your iWeb clients to connect to the server: Server Side Web Services, DNS and, in my case, FTP.
    ================================================ SERVER SIDE - WEB SERVICES
    If you haven't turned on Web services, you'll need to open Server Admin and do that. If you don't know how to set up web services - just reply and I'll step you through that as well.
    Once web services are set up and turned on, you'll see it listed under your server’s name in the Server Admin sidebar. Click on "Web" and then click on the "Sites" tab at the top of page. This is where you list all your sites.
    Click the plus button and enter the fully qualified name of your site, for example: "students.myschool.org". Don't use the defaults here (no name) - that's what got me in trouble before. BE SPECIFIC!
    You'll be looking at the "General" tab (the other tabs, "Options", "Realms", etc. we'll deal with in a second).
    On the "General Tab", the default IP address ("any") and port (80) is just fine. We'll run everything over port 80. (Apache figures all the virtual site stuff out - you don't need your rocket science degree for that.)
    "Web Folder:" is important because this is how you'll "segment" your websites. While I would NEVER do this again, we have a solid state hard drive for the OS and a RAID array for our data files. IF you have that, make sure you do NOT use the default "Web Folder" because it will store all your files on your solid state drive. There may not be enough room, over time, on that drive. I've not experienced it yet, but it's my understanding that if the drive fills up, the server shuts down.
    I store my web sites on a folder on the RAID array.
    Everything else on that tab can be left as the default. (Just make sure that you have an "index.html" or "index.php" file in your web folder root, but iWeb will take care of that for you.)
    I would put in your email address in the "Administrator Email:" field.
    Under "Options" you really don't have to put anything. I've tested making websites with iWeb and it doesn't appear that anything needs to be checked.
    Nothing needs to be entered in "Realms" as well from what I see working w/ iWeb.
    The defaults in "Logging" are fine.
    You can leave "Security" alone, but we do have a (self-issued) certificate listed for our webmail site.
    "Aliases" is important. Under "Web Server Aliases" you enter how you want the site to respond to when users type in a URL in their web browsers.
    When our web server was initially set up the engineer set up "wiki.myschool.org" on port 80 and "mail.myschool.org" on port 443. In the aliases section was nothing but a "*" (the wildcard character). That means, from what I can figure out, that the webserver will respond to these sites regardless of what is typed in the URL. (Well, something like that - point is, if you create OTHER websites, you'll NEVER get to them because the wildcard character in the "Aliases" section, in effect, grabs those web requests and redirects them to the sites that are already there.
    In my case I deleted both of those wild card characters. For my "wiki.myschool.org" site, I entered "mail.myschool.org". That means if you type EITHER "wiki." or "mail.", go to the site that’s stored in the “Web Folder” we set up when those sites were created.
    For "mail.myschool.org" I just DELETED the wildcard character. I wanted that site (since it was secured) only to respond to "mail." - nothing else. (You're not going to that secured site for any other reason than to get your mail.)
    "Proxy" can be left blank. Have no idea what that does. As time permits I'll do some research and figure out what it's used for.
    "Web Services" is if you want to provide any MORE services to this particular site. Most likely you'll want to uncheck all the boxes. For our "wiki." site, we have checked "Wikis", "Blogs", and "Calendar". For our "mail." site we have those checked PLUS "Mail".
    I would create a separate "Web Folder" for each of your sites. I don't know if that's a requirement but for housekeeping purposes, I would keep the sites separated. And I SUSPECT that it's "best practice" to separate your wiki from your other websites.
    SERVER SIDE - DNS
    OK...now you have to make your site reachable and the only way to do that is to set up DNS so that folks don't need to type in the IP address of your web server. You need to set up DNS inside your network and, if you want folks in the outside world to reach your website, you'll need to set up an external DNS as well. I'm going to cover INTERNAL DNS - if you don't know how to set up EXTERNAL DNS - reply or email me and I'll post those instructions.
    Most likely you have already created Zones for you network...all you really need to do is create "Aliases" so that when you type "students.myschool.org" your web browser will know that site resides on IP address XXX.XXX.XXX.XXX.
    If you've set up Zones then you already have a "Machine" setting that translates your server’s name to an IP address and vice versa.
    All you need to do is create an "Alias" (CNAME) record for, in this case, "students". You’ll see the choices for types of records when you click the "Add Record" button.
    There are only two fields to configure for a record: "Alias Name" - in this case "students" and "Destination" - in this case "servername.myschool.org". (You've already entered a machine record that says "servername" = 192.168.1.x.)
    That's it for Internal DNS.
    SERVER SIDE - FTP
    Now you have to get iWeb to communicate with the webserver.
    There are only three ways iWeb will communicate with webservers: MobileMe, Local Folder and FTP Server.
    Local Folder is really only practical if you want to host a website on a laptop (I was blown away initially when I found out that all Macs had a built-in web server - how neat is that?). I think there are some very cool things teachers could do with configuration, and, of course, you wouldn't need to set up any web services on the web server, but that's for another discussion. You need to set up FTP services on the web server.
    Turn on and enable FTP on your webserver.
    You can leave the defaults for "General", "Messages" and "Logging". "Advanced" is the only thing you want to set. I set "Authenticated Users See:" to "Home Folder Only". I set the "FTP Root" to the same root folder in which I plan to store my web sites (/VOLUMES/RAID Array/WebServer/Documents). This setting sets that folder only to be accessible via FTP.
    I would suggest returning to your DNS settings and adding one more "Alias". Set "ftp." to point to your webserver. Why? So folks can edit their sites from home (see below).
    CAVEAT: If you are running FTP on other servers, make sure that the settings here do not conflict with the settings on the other servers. For example, I'm running FTP on my file server so that my scanners can communicate with it. However, I configure my FTP settings by machine name and NOT "ftp.myschool.org".
    ================================================
    CLIENT SIDE - CONFIGURING iWEB
    Now you have to configure iWeb so that it will communicate with your server.
    Click on the "Site" icon so that "Site Publishing Settings" appears.
    Publishing:
    "Publish to:" = "FTP Server"
    You can set the "Site name:" and "Contact email:" to whatever you want. But see below!
    FTP Server Settings:
    "Server address"=ftp.myschool.org (you could also enter in servername.myschool.org or the IP address. However, if you want folks to be able to work on the site from home, you will need to configure external DNS for that. If you use the IP address, you're out of luck for remote access to the site. (You can do it but it's beyond the scope of this discussion.)
    "Username" & "Password" should be your user's network login credentials.
    "Directory/Path" - this is important. Remember, you set your "FTP Root" to be "/VOLUMES/RAID Array/WebServer/Documents". If you leave this field blank then the website will be dumped into this folder. If you are only setting up one site, that may be OK. However I wanted to set up a "students" site folder, a "faculty" site folder and a separate site for our literary magazine.
    THEREFORE: I have, in my ..../Documents folder (on the server), a "students" folder, a "faculty" folder, and a "litmag" folder.
    SO...in my "Directory/Path:" field, I have "/faculty". That means the full path to this website is "ftp root/faculty" or "/VOLUMES/RAID Array/WebServer/Documents/faculty" (You don't need a trailing "/" character. iWeb will automatically append the folder for you user depending on what you entered in "Site Name:" in the "Publishing" area.
    Website URL:
    This is the root website depending on whether it is "students" or "faculty". Since iWeb will append the site name to this root website, I accomplished what I hoped to accomplish in this post (http://discussions.apple.com/message.jspa?messageID=12288561#12288561).
    Faculty sites will be @ http://faculty.myschool.org/username. Students @ http://students.myschool.org/username. PERFECT!
    iWeb is such a GREAT tool - NOW the kids can start using it!
    I want to reiterate that this works for our school but it should work for you as well. There may be better ways to do this but it works for us.
    Hope this has been helpful and you won't have to spend weeks trying to figure this all out by yourself!

    OK...here's how we did it.
    To get access to the website you created from outside your network there are a couple of steps.
    First, you have to have a STATIC IP address from your ISP. If you have a T1 circuit, no problem...you usually get a couple of static IPs you can use. However, if you have a cable modem circuit, most likely you have a dynamic IP address which changes when you connect to the internet. Usually a static IP will cost a bit more because the ISP has to go through a couple of steps to set it up for you. But once you have the address, you now have a way for folks outside your network to connect with you.
    (I’m also assuming that you use a router of some sort through which traffic flows out to the internet and that you aren’t using connection sharing or something like that.)
    The next thing you need to do is have your new static IP address associated with the server on which you are hosting your website. You've probably already done that if your website works inside your network. However, you've associated a private ip (192.168.x.x, etc.) to your web server. That doesn't mean anything to folks on the outside because private IP addresses are just that - private - folks can't access them. (I won't get into VPN because that's a whole other topic.)
    The way you associate your new static IP address to your web server is through some sort of dns application from your ISP. For example, we use TierraNet to manage our external DNS information. They have a web interface control panel that is very similar to the DNS interface for XServer. You can create CNAME records (aliases - other ways that folks can access your servers).
    Basically you create an "A" (CNAME) record with a fully qualified domain name (e.g. webserver.myschool.org) and point it to your public IP address (XXX.XXX.XXX.XXX) which you just got from your ISP. It's going to take a while (24-48 hours) for this change to take effect. BTW, you can create as many “A” records as you want. For example mail.myschool.com and wiki.myschool.com could point to the same place.
    You want to make sure that the fully qualified domain name you enter in the external dns utility matches the name you used when you created your internal dns records on your XServer.
    OK...so now folks can get to your domain - but, remember, you have a private network IP scheme between them and you. You now have to tell your router that when web traffic arrives, allow it inside the network and direct it to your web server.
    Let's say your public IP address is 205.100.112.50 and your web server is 192.168.0.5.
    You have to create, in your router’s "Security Zone" (router companies call them different things) a couple of rules. Usually the first rule is: "Let everything inside the network get out to the web." You've probably already done that if folks inside the network can reach the internet.
    You then have to tell the router to allow web traffic (port 80) into your network AND redirect that traffic to 192.168.0.5.
    We use AdTran routers and they have a web interface which allows you to write "rules" affecting public and private traffic. Public is folks outside the network, private is folks inside.
    AdTran calls them "Security Zones" and you modify those zones with policies.
    So my "Policy" would say, in the above example, redirect traffic from my public IP (205.100.112.50) -> to my web server -> (192.168.0.5).
    THEN you have to modify this policy with what AdTran calls "Traffic Selectors". You've said, OK, you can get in, but WHAT can get in?
    The "Traffic Selector" is written to say: "Permit" "TCP" traffic from 205.100.112.50 only through Port 80. (That's the port that web traffic goes over. If you wanted a secure website, you'd add another traffic selector that opens port 443, for example.)
    I'll tell you I'm no genius when it comes to this. I called AdTran and had them configure my router for me. I told them what I wanted done, they remoted into the router and configured it. But then I could go to the web interface and see what they did and then added rules later on when I wanted, for example, to get access to the network via Apple Remote Desktop or VPN into the network on my iPad.
    I'd bet that your router has a maintenance agreement that includes this service and if it doesn't it should have.
    I did find that I still had issues when I tried to set this up originally and it had to do with the ORDER of the policies. I can’t remember exactly what the issue was, but, effectively one of the policies highjacked traffic before the policy that I wanted got triggered. Simply moving them around in the list fixed that issue. So if you have this set up but still can’t access the site, check the order of your rules.
    I don’t know if that helps or not, but I try to think about this stuff conceptually and then get someone to help me with the details. I work with this stuff so infrequently that I forgot how I did something 6 months or a year ago. I’m in the process of creating a wiki for the school which documents all this stuff, but that’s a major undertaking.
    Cheers,
    John

  • Can I use multiple credit cards with family sharing

    My kids are adults.  Can I use multiple credit cards in family sharing so they can pay for their own purchases?

    Hello Cwb1234,
    Thank you for using Apple Support Communities.
    From what I understand, you want to set it up that your kids use their own credit cards for purchases within Family Sharing. Take a look at the article linked below, it outlines purchases and payments for Family Sharing and may offer a solution to the issue that you’re running into.
    Family purchases and payments - Apple Support
    Making purchases
    After you set up your family, any time a family member initiates a new purchase it will be billed directly to your account unless that family member has gift or store credit. First, their store credit will be used to pay the partial or total bill. The remainder will bill to the family organizer's card. As the family organizer, any receipts generated by the transaction will be sent to you. Learn more about how iTunes Store purchases are billed.
    Once paid for, a purchased item is added to the account of the family member who initiated the purchase. In other words, the content belongs to them, much as it would if you were buying them a book or a DVD. If Family Sharing is ever disabled, each member will keep the purchases they initiated, even though they were paid for by the family organizer.
    These are the only current options for payment within Family Sharing.
    Regards,
    Jeff D. 

Maybe you are looking for