Re: No Direct Rendering with GM965/GL960 graphics card

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Garrett Marone escribió:
> Dont know if it will help, but I would recommend using the
>
> LIBGL_DEBUG=verbose
>
> then running glxinfo to see if it is helpful.
>
> Also, Im running a different distro, but I had to manually fix the 
> mtrr settings before starting X, otherwise it would not work.
>
> I will be installing a new video card tomorrow, and switching to 
> another distro, so I may have some more useful info after I do that.
>
> But when I run glxinfo with LIBGL_DEBUG=verbose, I see this at the 
> very top, and I seem to recall when it wasnt working, it had some 
> helpful info (but it could have been just the mtrr stuff that fixed 
> it, I forget)
>
> name of display: :0.0
> libGL: XF86DRIGetClientDriverName: 1.8.0 i965 (screen 0)
> libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/i965_dri.so
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 4, (OK)
> drmOpenByBusid: Searching for BusID pci:0000:00:02.0
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 4, (OK)
> drmOpenByBusid: drmOpenMinor returns 4
> drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
> libGL error:
> Can't open configuration file /etc/drirc: No such file or directory.
> libGL error:
> Can't open configuration file /home/garrett/.drirc: No such file or 
> directory.
> display: :0  screen: 0
> direct rendering: Yes
>
>
> my init script to fix the mtrr settings before I start X, I believe I 
> had to fiddle with the settings before it would work properly, and it 
> might be dependent on how much memory you have in your computer anyway. 
>
> #!/bin/sh
> # Fix wrong MTRR setting
> echo "disable=0" > /proc/mtrr
> echo "disable=1" > /proc/mtrr
> echo "disable=2" > /proc/mtrr
> echo "disable=3" > /proc/mtrr
> echo "base=0x00000000 size=0x80000000 type=write-back" > /proc/mtrr
> echo "base=0x7f800000 size=0x800000 type=uncachable" > /proc/mtrr
> echo "base=0x7f700000 size=0x100000 type=uncachable" > /proc/mtrr
>
>
> On Mon, May 12, 2008 at 2:12 PM, CelebrE <celebre@xxxxxxxxx 
> <mailto:celebre@xxxxxxxxx>> wrote:
>
>     I need some help in figuring why don't have direct rendering with
>     intel praphic cards. I tried  with different laptops with GM965 on
>     Ubuntu (gutsy/hardy) without luck. I tried to compile entire
>     Xserver, drm, mesa from git using different branches... and
>     nothing. I don't have more ideas to try.
>
>     I hope that the provided information will be help full to resolve
>     the problem.
>
>     Best Regards,
>     Oscar Merino
>
>
>     [    0.000000] Linux version 2.6.24-15-generic (buildd@palmer)
>     (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Tue Apr 8
>     00:33:51 UTC 2008 (Ubuntu 2.6.24-15.27-generic)
>     [    0.000000] BIOS-provided physical RAM map:
>     [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800
>     (usable)
>     [    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000
>     (reserved)
>     [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000
>     (reserved)
>     [    0.000000]  BIOS-e820: 0000000000100000 - 000000007f6d0000
>     (usable)
>     [    0.000000]  BIOS-e820: 000000007f6d0000 - 000000007f6df000
>     (ACPI NVS)
>     [    0.000000]  BIOS-e820: 000000007f6df000 - 0000000080000000
>     (reserved)
>     [    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000
>     (reserved)
>     [    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000
>     (reserved)
>     [    0.000000]  BIOS-e820: 00000000fed00000 - 00000000fed00400
>     (reserved)
>     [    0.000000]  BIOS-e820: 00000000fed14000 - 00000000fed1a000
>     (reserved)
>     [    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed90000
>     (reserved)
>     [    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000
>     (reserved)
>     [    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000
>     (reserved)
>     [    0.000000] 1142MB HIGHMEM available.
>     [    0.000000] 896MB LOWMEM available.
>     [    0.000000] found SMP MP-table at 000f80e0
>     [    0.000000] Entering add_active_range(0, 0, 521936) 0 entries
>     of 256 used
>     [    0.000000] Zone PFN ranges:
>     [    0.000000]   DMA             0 ->     4096
>     [    0.000000]   Normal       4096 ->   229376
>     [    0.000000]   HighMem    229376 ->   521936
>     [    0.000000] Movable zone start PFN for each node
>     [    0.000000] early_node_map[1] active PFN ranges
>     [    0.000000]     0:        0 ->   521936
>     [    0.000000] On node 0 totalpages: 521936
>     [    0.000000]   DMA zone: 32 pages used for memmap
>     [    0.000000]   DMA zone: 0 pages reserved
>     [    0.000000]   DMA zone: 4064 pages, LIFO batch:0
>     [    0.000000]   Normal zone: 1760 pages used for memmap
>     [    0.000000]   Normal zone: 223520 pages, LIFO batch:31
>     [    0.000000]   HighMem zone: 2285 pages used for memmap
>     [    0.000000]   HighMem zone: 290275 pages, LIFO batch:31
>     [    0.000000]   Movable zone: 0 pages used for memmap
>     [    0.000000] DMI present.
>     [    0.000000] ACPI: RSDP signature @ 0xC00F80B0 checksum 0
>     [    0.000000] ACPI: RSDP 000F80B0, 0024 (r2 PTLTD )
>     [    0.000000] ACPI: XSDT 7F6D4EFD, 0084 (r1 FSC    PC      
>      6040000  LTP        0)
>     [    0.000000] ACPI: FACP 7F6DBC2C, 00F4 (r3 INTEL  CRESTLNE
>      6040000 ALAN        1)
>     [    0.000000] ACPI: DSDT 7F6D644B, 576D (r2 ECS___ F43_____
>      6040000 INTL 20050624)
>     [    0.000000] ACPI: FACS 7F6DEFC0, 0040
>     [    0.000000] ACPI: APIC 7F6DBD20, 0068 (r1 INTEL  CRESTLNE
>      6040000 LOHR       5A)
>     [    0.000000] ACPI: HPET 7F6DBD88, 0038 (r1 INTEL  CRESTLNE
>      6040000 LOHR       5A)
>     [    0.000000] ACPI: MCFG 7F6DBDC0, 003C (r1 INTEL  CRESTLNE
>      6040000 LOHR       5A)
>     [    0.000000] ACPI: TMOR 7F6DBDFC, 0026 (r1 PTLTD          
>      6040000 PTL         3)
>     [    0.000000] ACPI: APIC 7F6DBE22, 0068 (r1 PTLTD       APIC  
>      6040000  LTP        0)
>     [    0.000000] ACPI: SLIC 7F6DBE8A, 0176 (r1 FSC    PC      
>      6040000  LTP        0)
>     [    0.000000] ACPI: SSDT 7F6D616E, 02DD (r1 SataRe SataAhci    
>     1000 INTL 20050624)
>     [    0.000000] ACPI: SSDT 7F6D609E, 00D0 (r1 BrtRef  DD01BRT    
>     1000 INTL 20050624)
>     [    0.000000] ACPI: SSDT 7F6D5586, 025F (r1  PmRef  Cpu0Tst    
>     3000 INTL 20050624)
>     [    0.000000] ACPI: SSDT 7F6D54E0, 00A6 (r1  PmRef  Cpu1Tst    
>     3000 INTL 20050624)
>     [    0.000000] ACPI: SSDT 7F6D4F81, 055F (r1  PmRef    CpuPm    
>     3000 INTL 20050624)
>     [    0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
>     [    0.000000] ACPI: If "acpi_apic_instance=2" works better,
>     notify linux-acpi@xxxxxxxxxxxxxxx <mailto:linux-acpi@xxxxxxxxxxxxxxx>
>     [    0.000000] ACPI: PM-Timer IO Port: 0x1008
>     [    0.000000] ACPI: Local APIC address 0xfee00000
>     [    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
>     [    0.000000] Processor #0 6:15 APIC version 20
>     [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
>     [    0.000000] Processor #1 6:15 APIC version 20
>     [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
>     [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
>     [    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
>     [    0.000000] IOAPIC[0]: apic_id 1, version 32, address
>     0xfec00000, GSI 0-23
>     [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl
>     dfl)
>     [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9
>     high level)
>     [    0.000000] ACPI: IRQ0 used by override.
>     [    0.000000] ACPI: IRQ2 used by override.
>     [    0.000000] ACPI: IRQ9 used by override.
>     [    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
>     [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
>     [    0.000000] Using ACPI (MADT) for SMP configuration information
>     [    0.000000] Allocating PCI resources starting at 88000000 (gap:
>     80000000:60000000)
>     [    0.000000] swsusp: Registered nosave memory region:
>     000000000009f000 - 00000000000a0000
>     [    0.000000] swsusp: Registered nosave memory region:
>     00000000000a0000 - 00000000000e0000
>     [    0.000000] swsusp: Registered nosave memory region:
>     00000000000e0000 - 0000000000100000
>     [    0.000000] Built 1 zonelists in Zone order, mobility grouping
>     on.  Total pages: 517859
>     [    0.000000] Kernel command line:
>     root=UUID=b126c101-7da7-4578-81e8-aa0a675fa171 ro splash vga=773
>     [    0.000000] mapped APIC to ffffb000 (fee00000)
>     [    0.000000] mapped IOAPIC to ffffa000 (fec00000)
>     [    0.000000] Enabling fast FPU save and restore... done.
>     [    0.000000] Enabling unmasked SIMD FPU exception support... done.
>     [    0.000000] Initializing CPU#0
>     [    0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
>     [    0.000000] Detected 1995.042 MHz processor.
>     [   10.844903] Console: colour dummy device 80x25
>     [   10.844906] console [tty0] enabled
>     [   10.845308] Dentry cache hash table entries: 131072 (order: 7,
>     524288 bytes)
>     [   10.845574] Inode-cache hash table entries: 65536 (order: 6,
>     262144 bytes)
>     [   10.919064] Memory: 2057908k/2087744k available (2164k kernel
>     code, 28652k reserved, 1006k data, 364k init, 1170240k highmem)
>     [   10.919076] virtual kernel memory layout:
>     [   10.919077]     fixmap  : 0xfff4b000 - 0xfffff000   ( 720 kB)
>     [   10.919078]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
>     [   10.919079]     vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
>     [   10.919080]     lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
>     [   10.919080]       .init : 0xc041f000 - 0xc047a000   ( 364 kB)
>     [   10.919081]       .data : 0xc031d2ad - 0xc0418dc4   (1006 kB)
>     [   10.919082]       .text : 0xc0100000 - 0xc031d2ad   (2164 kB)
>     [   10.919096] Checking if this processor honours the WP bit even
>     in supervisor mode... Ok.
>     [   10.919134] SLUB: Genslabs=11, HWalign=64, Order=0-1,
>     MinObjects=4, CPUs=2, Nodes=1
>     [   10.919263] hpet clockevent registered
>     [   10.999226] Calibrating delay using timer specific routine..
>     3994.21 BogoMIPS (lpj=7988437)
>     [   10.999248] Security Framework initialized
>     [   10.999255] SELinux:  Disabled at boot.
>     [   10.999267] AppArmor: AppArmor initialized
>     [   10.999272] Failure registering capabilities with primary
>     security module.
>     [   10.999280] Mount-cache hash table entries: 512
>     [   10.999387] CPU: After generic identify, caps: bfebfbff
>     20100000 00000000 00000000 0000e3bd 00000000 00000001 00000001
>     [   10.999394] monitor/mwait feature present.
>     [   10.999397] using mwait in idle threads.
>     [   10.999401] CPU: L1 I cache: 32K, L1 D cache: 32K
>     [   10.999404] CPU: L2 cache: 4096K
>     [   10.999408] CPU: Physical Processor ID: 0
>     [   10.999410] CPU: Processor Core ID: 0
>     [   10.999412] CPU: After all inits, caps: bfebfbff 20100000
>     00000000 00003940 0000e3bd 00000000 00000001 00000001
>     [   10.999420] Compat vDSO mapped to ffffe000.
>     [   10.999432] Checking 'hlt' instruction... OK.
>     [   11.079494] SMP alternatives: switching to UP code
>     [   11.080800] Early unpacking initramfs... done
>     [   11.338490] ACPI: Core revision 20070126
>     [   11.338526] ACPI: Looking for DSDT in initramfs... error, file
>     /DSDT.aml not found.
>     [   11.396451] CPU0: Intel(R) Core(TM)2 Duo CPU     T7300  @
>     2.00GHz stepping 0a
>     [   11.396473] SMP alternatives: switching to SMP code
>     [   11.397027] Booting processor 1/1 eip 3000
>     [   11.407433] Initializing CPU#1
>     [   11.486948] Calibrating delay using timer specific routine..
>     3989.88 BogoMIPS (lpj=7979769)
>     [   11.486954] CPU: After generic identify, caps: bfebfbff
>     20100000 00000000 00000000 0000e3bd 00000000 00000001 00000001
>     [   11.486958] monitor/mwait feature present.
>     [   11.486961] CPU: L1 I cache: 32K, L1 D cache: 32K
>     [   11.486962] CPU: L2 cache: 4096K
>     [   11.486964] CPU: Physical Processor ID: 0
>     [   11.486965] CPU: Processor Core ID: 1
>     [   11.486966] CPU: After all inits, caps: bfebfbff 20100000
>     00000000 00003940 0000e3bd 00000000 00000001 00000001
>     [   11.487669] CPU1: Intel(R) Core(TM)2 Duo CPU     T7300  @
>     2.00GHz stepping 0a
>     [   11.487704] Total of 2 processors activated (7984.10 BogoMIPS).
>     [   11.487874] ENABLING IO-APIC IRQs
>     [   11.488060] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
>     [   11.634960] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
>     [   11.654965] Brought up 2 CPUs
>     [   11.654987] CPU0 attaching sched-domain:
>     [   11.654990]  domain 0: span 03
>     [   11.654991]   groups: 01 02
>     [   11.654994] CPU1 attaching sched-domain:
>     [   11.654995]  domain 0: span 03
>     [   11.654997]   groups: 02 01
>     [   11.655176] net_namespace: 64 bytes
>     [   11.655186] Booting paravirtualized kernel on bare hardware
>     [   11.655599] Time: 14:51:35  Date: 05/11/08
>     [   11.655645] NET: Registered protocol family 16
>     [   11.655798] EISA bus registered
>     [   11.655803] ACPI: bus type pci registered
>     [   11.656180] PCI: PCI BIOS revision 3.00 entry at 0xfde31, last
>     bus=8
>     [   11.656184] PCI: Using configuration type 1
>     [   11.656187] Setting up standard PCI resources
>     [   11.658238] ACPI: EC: Look up EC in DSDT
>     [   11.659669] ACPI: BIOS _OSI(Linux) query ignored
>     [   11.659673] ACPI: DMI System Vendor: OEM
>     [   11.659677] ACPI: DMI Product Name: OEM
>     [   11.659680] ACPI: DMI Product Version:
>     [   11.659683] ACPI: DMI Board Name: OEM
>     [   11.659686] ACPI: DMI BIOS Vendor: Phoenix Technologies LTD
>     [   11.659689] ACPI: DMI BIOS Date: 04/25/2007
>     [   11.659692] ACPI: Please send DMI info above to
>     linux-acpi@xxxxxxxxxxxxxxx <mailto:linux-acpi@xxxxxxxxxxxxxxx>
>     [   11.659695] ACPI: If "acpi_osi=Linux" works better, please
>     notify linux-acpi@xxxxxxxxxxxxxxx <mailto:linux-acpi@xxxxxxxxxxxxxxx>
>     [   11.659882] ACPI: Interpreter enabled
>     [   11.659886] ACPI: (supports S0 S3 S4 S5)
>     [   11.659900] ACPI: Using IOAPIC for interrupt routing
>     [   11.667662] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66,
>     data = 0x62
>     [   11.667666] ACPI: EC: driver started in poll mode
>     [   11.667703] ACPI: PCI Root Bridge [PCI0] (0000:00)
>     [   11.668682] PCI quirk: region 1000-107f claimed by ICH6
>     ACPI/GPIO/TCO
>     [   11.668688] PCI quirk: region 1180-11bf claimed by ICH6 GPIO
>     [   11.669677] PCI: Transparent bridge - 0000:00:1e.0
>     [   11.669724] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
>     [   11.670033] ACPI: PCI Interrupt Routing Table
>     [\_SB_.PCI0.RP01._PRT]
>     [   11.670139] ACPI: PCI Interrupt Routing Table
>     [\_SB_.PCI0.RP03._PRT]
>     [   11.670243] ACPI: PCI Interrupt Routing Table
>     [\_SB_.PCI0.RP04._PRT]
>     [   11.670361] ACPI: PCI Interrupt Routing Table
>     [\_SB_.PCI0.PCIB._PRT]
>     [   11.679405] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7
>     10 12 14 15)
>     [   11.679494] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7
>     11 12 14 15) *10
>     [   11.679581] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *7
>     10 12 14 15)
>     [   11.679667] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7
>     11 12 14 15) *10
>     [   11.679753] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7
>     10 12 14 15) *0, disabled.
>     [   11.679840] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7
>     *11 12 14 15)
>     [   11.679926] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7
>     10 12 14 15) *11
>     [   11.680013] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7
>     11 12 14 15) *10
>     [   11.680139] Linux Plug and Play Support v0.97 (c) Adam Belay
>     [   11.680165] pnp: PnP ACPI init
>     [   11.680172] ACPI: bus type pnp registered
>     [   11.681705] ACPI: EC: non-query interrupt received, switching
>     to interrupt mode
>     [   11.682046] pnp: PnP ACPI: found 10 devices
>     [   11.682050] ACPI: ACPI bus type pnp unregistered
>     [   11.682055] PnPBIOS: Disabled by ACPI PNP
>     [   11.682271] PCI: Using ACPI for IRQ routing
>     [   11.682275] PCI: If a device doesn't work, try "pci=routeirq".
>      If it helps, post a report
>     [   11.782793] NET: Registered protocol family 8
>     [   11.782797] NET: Registered protocol family 20
>     [   11.782825] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
>     [   11.782831] hpet0: 3 64-bit timers, 14318180 Hz
>     [   11.783861] AppArmor: AppArmor Filesystem Enabled
>     [   11.786785] Time: tsc clocksource has been installed.
>     [   11.786797] Switched to high resolution mode on CPU 0
>     [   11.786887] Switched to high resolution mode on CPU 1
>     [   11.802768] system 00:01: iomem range 0xfed1c000-0xfed1ffff
>     could not be reserved
>     [   11.802774] system 00:01: iomem range 0xfed14000-0xfed17fff
>     could not be reserved
>     [   11.802779] system 00:01: iomem range 0xfed18000-0xfed18fff
>     could not be reserved
>     [   11.802784] system 00:01: iomem range 0xfed19000-0xfed19fff
>     could not be reserved
>     [   11.802789] system 00:01: iomem range 0xe0000000-0xefffffff
>     could not be reserved
>     [   11.802793] system 00:01: iomem range 0xfed20000-0xfed3ffff
>     could not be reserved
>     [   11.802798] system 00:01: iomem range 0xfed40000-0xfed44fff
>     could not be reserved
>     [   11.802803] system 00:01: iomem range 0xfed45000-0xfed8ffff
>     could not be reserved
>     [   11.802808] system 00:01: iomem range 0xf0401000-0xf0401fff has
>     been reserved
>     [   11.802816] system 00:04: iomem range 0xfed00000-0xfed003ff
>     could not be reserved
>     [   11.802824] system 00:06: ioport range 0x200-0x20f has been
>     reserved
>     [   11.802828] system 00:06: ioport range 0x260-0x26f has been
>     reserved
>     [   11.802832] system 00:06: ioport range 0x300-0x30f has been
>     reserved
>     [   11.802836] system 00:06: ioport range 0x378-0x387 has been
>     reserved
>     [   11.802840] system 00:06: ioport range 0x3f0-0x3ff could not be
>     reserved
>     [   11.802844] system 00:06: ioport range 0x680-0x69f has been
>     reserved
>     [   11.802848] system 00:06: ioport range 0x800-0x80f has been
>     reserved
>     [   11.802852] system 00:06: ioport range 0x1000-0x107f has been
>     reserved
>     [   11.802856] system 00:06: ioport range 0x1180-0x11bf has been
>     reserved
>     [   11.802860] system 00:06: ioport range 0x1640-0x164f has been
>     reserved
>     [   11.802865] system 00:06: ioport range 0xfe00-0xfe00 has been
>     reserved
>     [   11.833199] PCI: Bridge: 0000:00:1c.0
>     [   11.833204]   IO window: 2000-2fff
>     [   11.833211]   MEM window: f6000000-f7ffffff
>     [   11.833217]   PREFETCH window: f0000000-f1ffffff
>     [   11.833224] PCI: Bridge: 0000:00:1c.2
>     [   11.833228]   IO window: 3000-3fff
>     [   11.833235]   MEM window: f8000000-f9ffffff
>     [   11.833241]   PREFETCH window: f2000000-f3ffffff
>     [   11.833248] PCI: Bridge: 0000:00:1c.3
>     [   11.833252]   IO window: 4000-4fff
>     [   11.833259]   MEM window: fa000000-fbffffff
>     [   11.833264]   PREFETCH window: f4000000-f5ffffff
>     [   11.833271] PCI: Bridge: 0000:00:1e.0
>     [   11.833274]   IO window: disabled.
>     [   11.833280]   MEM window: disabled.
>     [   11.833285]   PREFETCH window: disabled.
>     [   11.833316] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17
>     (level, low) -> IRQ 16
>     [   11.833325] PCI: Setting latency timer of device 0000:00:1c.0 to 64
>     [   11.833350] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18
>     (level, low) -> IRQ 17
>     [   11.833358] PCI: Setting latency timer of device 0000:00:1c.2 to 64
>     [   11.833382] ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19
>     (level, low) -> IRQ 18
>     [   11.833389] PCI: Setting latency timer of device 0000:00:1c.3 to 64
>     [   11.833403] PCI: Setting latency timer of device 0000:00:1e.0 to 64
>     [   11.833413] NET: Registered protocol family 2
>     [   11.870751] IP route cache hash table entries: 32768 (order: 5,
>     131072 bytes)
>     [   11.870939] TCP established hash table entries: 131072 (order:
>     8, 1048576 bytes)
>     [   11.871288] TCP bind hash table entries: 65536 (order: 7,
>     524288 bytes)
>     [   11.871450] TCP: Hash tables configured (established 131072
>     bind 65536)
>     [   11.871455] TCP reno registered
>     [   11.882796] checking if image is initramfs... it is
>     [   12.437940] Freeing initrd memory: 7350k freed
>     [   12.438583] audit: initializing netlink socket (disabled)
>     [   12.438599] audit(1210517495.277:1): initialized
>     [   12.438792] highmem bounce pool size: 64 pages
>     [   12.440386] VFS: Disk quotas dquot_6.5.1
>     [   12.440450] Dquot-cache hash table entries: 1024 (order 0, 4096
>     bytes)
>     [   12.440562] io scheduler noop registered
>     [   12.440565] io scheduler anticipatory registered
>     [   12.440569] io scheduler deadline registered
>     [   12.440579] io scheduler cfq registered (default)
>     [   12.440591] Boot video device is 0000:00:02.0
>     [   12.440796] PCI: Setting latency timer of device 0000:00:1c.0 to 64
>     [   12.440855] assign_interrupt_mode Found MSI capability
>     [   12.440907] Allocate Port Service[0000:00:1c.0:pcie00]
>     [   12.440935] Allocate Port Service[0000:00:1c.0:pcie02]
>     [   12.441029] PCI: Setting latency timer of device 0000:00:1c.2 to 64
>     [   12.441088] assign_interrupt_mode Found MSI capability
>     [   12.441137] Allocate Port Service[0000:00:1c.2:pcie00]
>     [   12.441162] Allocate Port Service[0000:00:1c.2:pcie02]
>     [   12.441256] PCI: Setting latency timer of device 0000:00:1c.3 to 64
>     [   12.441314] assign_interrupt_mode Found MSI capability
>     [   12.441362] Allocate Port Service[0000:00:1c.3:pcie00]
>     [   12.441390] Allocate Port Service[0000:00:1c.3:pcie02]
>     [   12.441611] isapnp: Scanning for PnP cards...
>     [   12.795778] isapnp: No Plug & Play device found
>     [   12.816104] Real Time Clock Driver v1.12ac
>     [   12.816297] hpet_resources: 0xfed00000 is busy
>     [   12.816321] Serial: 8250/16550 driver $Revision: 1.90 $ 4
>     ports, IRQ sharing enabled
>     [   12.817272] RAMDISK driver initialized: 16 RAM disks of 65536K
>     size 1024 blocksize
>     [   12.817328] input: Macintosh mouse button emulation as
>     /devices/virtual/input/input0
>     [   12.817409] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at
>     0x60,0x64 irq 1,12
>     [   12.821669] i8042.c: Detected active multiplexing controller,
>     rev 1.1.
>     [   12.824150] serio: i8042 KBD port at 0x60,0x64 irq 1
>     [   12.824156] serio: i8042 AUX0 port at 0x60,0x64 irq 12
>     [   12.824160] serio: i8042 AUX1 port at 0x60,0x64 irq 12
>     [   12.824163] serio: i8042 AUX2 port at 0x60,0x64 irq 12
>     [   12.824167] serio: i8042 AUX3 port at 0x60,0x64 irq 12
>     [   12.843214] mice: PS/2 mouse device common for all mice
>     [   12.843303] EISA: Probing bus 0 at eisa.0
>     [   12.843311] Cannot allocate resource for EISA slot 1
>     [   12.843314] Cannot allocate resource for EISA slot 2
>     [   12.843318] Cannot allocate resource for EISA slot 3
>     [   12.843321] Cannot allocate resource for EISA slot 4
>     [   12.843341] EISA: Detected 0 cards.
>     [   12.843345] cpuidle: using governor ladder
>     [   12.843348] cpuidle: using governor menu
>     [   12.843415] NET: Registered protocol family 1
>     [   12.843439] Using IPI No-Shortcut mode
>     [   12.843464] registered taskstats version 1
>     [   12.843552]   Magic number: 8:642:889
>     [   12.843593]   hash matches device 0000:00:1f.2
>     [   12.843602] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
>     [   12.843605] EDD information not available.
>     [   12.843786] Freeing unused kernel memory: 364k freed
>     [   12.886331] input: AT Translated Set 2 keyboard as
>     /devices/platform/i8042/serio0/input/input1
>     [   13.035436] vesafb: framebuffer at 0xd0000000, mapped to
>     0xf8880000, using 1536k, total 7616k
>     [   13.035444] vesafb: mode is 1024x768x8, linelength=1024, pages=8
>     [   13.035447] vesafb: scrolling: redraw
>     [   13.035450] vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
>     [   13.035540] Console: switching to colour frame buffer device 128x48
>     [   13.041981] fb0: VESA VGA frame buffer device
>     [   14.155903] vga16fb: initializing
>     [   14.155906] vga16fb: mapped to 0xc00a0000
>     [   14.155952] fb1: VGA16 VGA frame buffer device
>     [   14.164412] fuse init (API version 7.9)
>     [   14.178824] ACPI: SSDT 7F6D5D5C, 027A (r1  PmRef  Cpu0Ist    
>     3000 INTL 20050624)
>     [   14.181048] ACPI: SSDT 7F6D57E5, 04F2 (r1  PmRef  Cpu0Cst    
>     3001 INTL 20050624)
>     [   14.182715] Monitor-Mwait will be used to enter C-1 state
>     [   14.182717] Monitor-Mwait will be used to enter C-2 state
>     [   14.182794] ACPI: CPU0 (power states: C1[C1] C2[C2])
>     [   14.182798] ACPI: Processor [CPU0] (supports 8 throttling states)
>     [   14.182992] ACPI: SSDT 7F6D5FD6, 00C8 (r1  PmRef  Cpu1Ist    
>     3000 INTL 20050624)
>     [   14.183158] ACPI: SSDT 7F6D5CD7, 0085 (r1  PmRef  Cpu1Cst    
>     3000 INTL 20050624)
>     [   14.183937] ACPI: CPU1 (power states: C1[C1] C2[C2])
>     [   14.183941] ACPI: Processor [CPU1] (supports 8 throttling states)
>     [   14.185778] ACPI: Thermal Zone [THRM] (29 C)
>     [   14.357365] usbcore: registered new interface driver usbfs
>     [   14.357384] usbcore: registered new interface driver hub
>     [   14.357406] usbcore: registered new device driver usb
>     [   14.358558] USB Universal Host Controller Interface driver v3.0
>     [   14.358600] ACPI: PCI Interrupt 0000:00:1a.0[A] -> GSI 16
>     (level, low) -> IRQ 19
>     [   14.358610] PCI: Setting latency timer of device 0000:00:1a.0 to 64
>     [   14.358614] uhci_hcd 0000:00:1a.0: UHCI Host Controller
>     [   14.358792] uhci_hcd 0000:00:1a.0: new USB bus registered,
>     assigned bus number 1
>     [   14.358822] uhci_hcd 0000:00:1a.0: irq 19, io base 0x00001820
>     [   14.358927] usb usb1: configuration #1 chosen from 1 choice
>     [   14.358946] hub 1-0:1.0: USB hub found
>     [   14.358950] hub 1-0:1.0: 2 ports detected
>     [   14.465281] ACPI: PCI Interrupt 0000:00:1a.1[B] -> GSI 21
>     (level, low) -> IRQ 20
>     [   14.465292] PCI: Setting latency timer of device 0000:00:1a.1 to 64
>     [   14.465296] uhci_hcd 0000:00:1a.1: UHCI Host Controller
>     [   14.465316] uhci_hcd 0000:00:1a.1: new USB bus registered,
>     assigned bus number 2
>     [   14.465348] uhci_hcd 0000:00:1a.1: irq 20, io base 0x00001840
>     [   14.465442] usb usb2: configuration #1 chosen from 1 choice
>     [   14.465461] hub 2-0:1.0: USB hub found
>     [   14.465465] hub 2-0:1.0: 2 ports detected
>     [   14.556392] SCSI subsystem initialized
>     [   14.562755] libata version 3.00 loaded.
>     [   14.569250] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23
>     (level, low) -> IRQ 21
>     [   14.569260] PCI: Setting latency timer of device 0000:00:1d.0 to 64
>     [   14.569265] uhci_hcd 0000:00:1d.0: UHCI Host Controller
>     [   14.569283] uhci_hcd 0000:00:1d.0: new USB bus registered,
>     assigned bus number 3
>     [   14.569314] uhci_hcd 0000:00:1d.0: irq 21, io base 0x00001860
>     [   14.569411] usb usb3: configuration #1 chosen from 1 choice
>     [   14.569432] hub 3-0:1.0: USB hub found
>     [   14.569436] hub 3-0:1.0: 2 ports detected
>     [   14.673164] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19
>     (level, low) -> IRQ 18
>     [   14.673176] PCI: Setting latency timer of device 0000:00:1d.1 to 64
>     [   14.673180] uhci_hcd 0000:00:1d.1: UHCI Host Controller
>     [   14.673198] uhci_hcd 0000:00:1d.1: new USB bus registered,
>     assigned bus number 4
>     [   14.673230] uhci_hcd 0000:00:1d.1: irq 18, io base 0x00001880
>     [   14.673326] usb usb4: configuration #1 chosen from 1 choice
>     [   14.673345] hub 4-0:1.0: USB hub found
>     [   14.673349] hub 4-0:1.0: 2 ports detected
>     [   14.777105] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18
>     (level, low) -> IRQ 17
>     [   14.777115] PCI: Setting latency timer of device 0000:00:1d.2 to 64
>     [   14.777119] uhci_hcd 0000:00:1d.2: UHCI Host Controller
>     [   14.777138] uhci_hcd 0000:00:1d.2: new USB bus registered,
>     assigned bus number 5
>     [   14.777168] uhci_hcd 0000:00:1d.2: irq 17, io base 0x000018a0
>     [   14.777264] usb usb5: configuration #1 chosen from 1 choice
>     [   14.777283] hub 5-0:1.0: USB hub found
>     [   14.777288] hub 5-0:1.0: 2 ports detected
>     [   14.881073] ACPI: PCI Interrupt 0000:00:1a.7[C] -> GSI 18
>     (level, low) -> IRQ 17
>     [   14.881086] PCI: Setting latency timer of device 0000:00:1a.7 to 64
>     [   14.881090] ehci_hcd 0000:00:1a.7: EHCI Host Controller
>     [   14.881109] ehci_hcd 0000:00:1a.7: new USB bus registered,
>     assigned bus number 6
>     [   14.885015] ehci_hcd 0000:00:1a.7: debug port 1
>     [   14.885022] PCI: cache line size of 32 is not supported by
>     device 0000:00:1a.7
>     [   14.885027] ehci_hcd 0000:00:1a.7: irq 17, io mem 0xfc404800
>     [   14.900952] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00,
>     driver 10 Dec 2004
>     [   14.901037] usb usb6: configuration #1 chosen from 1 choice
>     [   14.901057] hub 6-0:1.0: USB hub found
>     [   14.901062] hub 6-0:1.0: 4 ports detected
>     [   15.005021] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23
>     (level, low) -> IRQ 21
>     [   15.005039] PCI: Setting latency timer of device 0000:00:1d.7 to 64
>     [   15.005044] ehci_hcd 0000:00:1d.7: EHCI Host Controller
>     [   15.005075] ehci_hcd 0000:00:1d.7: new USB bus registered,
>     assigned bus number 7
>     [   15.008973] ehci_hcd 0000:00:1d.7: debug port 1
>     [   15.008980] PCI: cache line size of 32 is not supported by
>     device 0000:00:1d.7
>     [   15.008985] ehci_hcd 0000:00:1d.7: irq 21, io mem 0xfc404c00
>     [   15.024894] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00,
>     driver 10 Dec 2004
>     [   15.025039] usb usb7: configuration #1 chosen from 1 choice
>     [   15.025071] hub 7-0:1.0: USB hub found
>     [   15.025078] hub 7-0:1.0: 6 ports detected
>     [   15.124975] ahci 0000:00:1f.2: version 3.0
>     [   15.125005] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19
>     (level, low) -> IRQ 18
>     [   15.764460] usb 3-1: new low speed USB device using uhci_hcd
>     and address 2
>     [   15.939721] usb 3-1: configuration #1 chosen from 1 choice
>     [   15.954778] usbcore: registered new interface driver hiddev
>     [   15.967816] input: Genius       Optical Mouse as
>     /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1:1.0/input/input2
>     [   15.996365] input,hidraw0: USB HID v1.10 Mouse [Genius      
>     Optical Mouse] on usb-0000:00:1d.0-1
>     [   15.996382] usbcore: registered new interface driver usbhid
>     [   15.996386]
>     /build/buildd/linux-2.6.24/drivers/hid/usbhid/hid-core.c: v2.6:USB
>     HID core driver
>     [   16.129268] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports
>     3 Gbps 0x7 impl SATA mode
>     [   16.129274] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo
>     pio slum part
>     [   16.129282] PCI: Setting latency timer of device 0000:00:1f.2 to 64
>     [   16.129502] scsi0 : ahci
>     [   16.129628] scsi1 : ahci
>     [   16.129732] scsi2 : ahci
>     [   16.129802] ata1: SATA max UDMA/133 abar m2048@0xfc404000 port
>     0xfc404100 irq 220
>     [   16.129806] ata2: SATA max UDMA/133 abar m2048@0xfc404000 port
>     0xfc404180 irq 220
>     [   16.129809] ata3: SATA max UDMA/133 abar m2048@0xfc404000 port
>     0xfc404200 irq 220
>     [   16.603974] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>     [   16.653368] ata1.00: ATA-7: WDC WD1600BEVS-00RST0, 04.01G04,
>     max UDMA/133
>     [   16.653373] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ
>     (depth 31/32)
>     [   16.654186] ata1.00: configured for UDMA/133
>     [   16.964758] ata2: SATA link down (SStatus 0 SControl 300)
>     [   17.275577] ata3: SATA link down (SStatus 0 SControl 300)
>     [   17.275735] scsi 0:0:0:0: Direct-Access     ATA      WDC
>     WD1600BEVS-0 04.0 PQ: 0 ANSI: 5
>     [   17.275980] r8169 Gigabit Ethernet driver 2.2LK loaded
>     [   17.276008] ACPI: PCI Interrupt 0000:06:00.0[A] -> GSI 19
>     (level, low) -> IRQ 18
>     [   17.276027] PCI: Setting latency timer of device 0000:06:00.0 to 64
>     [   17.276325] eth0: RTL8101e at 0xf8a0e000, 00:03:0d:64:d2:30,
>     XID 34000000 IRQ 219
>     [   17.277237] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 19
>     (level, low) -> IRQ 18
>     [   17.277268] PCI: Setting latency timer of device 0000:00:1f.1 to 64
>     [   17.277280] ACPI: PCI interrupt for device 0000:00:1f.1 disabled
>     [   17.280138] ata_piix 0000:00:1f.1: version 2.12
>     [   17.280149] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 19
>     (level, low) -> IRQ 18
>     [   17.280172] PCI: Setting latency timer of device 0000:00:1f.1 to 64
>     [   17.280588] scsi3 : ata_piix
>     [   17.281110] scsi4 : ata_piix
>     [   17.281566] ata4: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma
>     0x1810 irq 14
>     [   17.281569] ata5: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma
>     0x1818 irq 15
>     [   17.285097] Driver 'sd' needs updating - please use bus_type
>     methods
>     [   17.292610] sd 0:0:0:0: [sda] 312581808 512-byte hardware
>     sectors (160042 MB)
>     [   17.292627] sd 0:0:0:0: [sda] Write Protect is off
>     [   17.292631] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
>     [   17.292654] sd 0:0:0:0: [sda] Write cache: enabled, read cache:
>     enabled, doesn't support DPO or FUA
>     [   17.292713] sd 0:0:0:0: [sda] 312581808 512-byte hardware
>     sectors (160042 MB)
>     [   17.292727] sd 0:0:0:0: [sda] Write Protect is off
>     [   17.292730] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
>     [   17.292753] sd 0:0:0:0: [sda] Write cache: enabled, read cache:
>     enabled, doesn't support DPO or FUA
>     [   17.292757]  sda: sda1 sda2 < sda5 >
>     [   17.362563] sd 0:0:0:0: [sda] Attached SCSI disk
>     [   17.366622] sd 0:0:0:0: Attached scsi generic sg0 type 0
>     [   17.544370] Attempting manual resume
>     [   17.544373] swsusp: Resume From Partition 8:5
>     [   17.544375] PM: Checking swsusp image.
>     [   17.544566] PM: Resume from disk failed.
>     [   17.599843] ata4.00: ATAPI: Optiarc DVD RW AD-7540A, 1.01, max
>     UDMA/33
>     [   17.601510] kjournald starting.  Commit interval 5 seconds
>     [   17.601524] EXT3-fs: mounted filesystem with ordered data mode.
>     [   17.771688] ata4.00: configured for UDMA/33
>     [   17.939480] scsi 3:0:0:0: CD-ROM            Optiarc  DVD RW
>     AD-7540A  1.01 PQ: 0 ANSI: 5
>     [   17.939576] scsi 3:0:0:0: Attached scsi generic sg1 type 5
>     [   31.007589] input: PC Speaker as
>     /devices/platform/pcspkr/input/input3
>     [   31.128458] iTCO_vendor_support: vendor-support=0
>     [   31.152420] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.02
>     (26-Jul-2007)
>     [   31.228385] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
>     [   31.276379] shpchp: Standard Hot Plug PCI Controller Driver
>     version: 0.4
>     [   31.510108] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1a0b1,
>     caps: 0xa04713/0x200000
>     [   31.547944] input: SynPS/2 Synaptics TouchPad as
>     /devices/platform/i8042/serio4/input/input4
>     [   31.560623] ACPI: AC Adapter [AC0] (on-line)
>     [   31.605600] iTCO_wdt: Found a ICH8M TCO device (Version=2,
>     TCOBASE=0x1060)
>     [   31.605639] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
>     [   31.640387] input: Power Button (FF) as
>     /devices/virtual/input/input5
>     [   31.699097] ACPI: Power Button (FF) [PWRF]
>     [   31.699176] input: Power Button (CM) as
>     /devices/virtual/input/input6
>     [   31.767066] ACPI: Power Button (CM) [PWRB]
>     [   31.767119] input: Lid Switch as /devices/virtual/input/input7
>     [   31.799090] ACPI: Lid Switch [LID]
>     [   31.799137] input: Sleep Button (CM) as
>     /devices/virtual/input/input8
>     [   31.807032] Linux agpgart interface v0.102
>     [   31.847006] ACPI: Sleep Button (CM) [SLPB]
>     [   31.856803] agpgart: Detected an Intel 965GM Chipset.
>     [   31.858530] agpgart: Detected 7676K stolen memory.
>     [   31.871592] agpgart: AGP aperture is 256M @ 0xd0000000
>     [   32.068063] ACPI: Battery Slot [BAT0] (battery present)
>     [   32.097413] ACPI Error (utobject-0502): Unsupported Reference
>     opcode=88 in object f7d48c30 [20070126]
>     [   32.198891] input: Video Bus as
>     /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input9
>     [   32.250792] ACPI: Video Device [GFX0] (multi-head: yes  rom: no
>      post: no)
>     [   32.264856] Driver 'sr' needs updating - please use bus_type
>     methods
>     [   32.270484] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw
>     xa/form2 cdda tray
>     [   32.270488] Uniform CD-ROM driver Revision: 3.20
>     [   32.270530] sr 3:0:0:0: Attached scsi CD-ROM sr0
>     [   32.344494] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network
>     Connection driver for Linux, 1.2.0
>     [   32.344498] iwl3945: Copyright(c) 2003-2007 Intel Corporation
>     [   32.344628] ACPI: PCI Interrupt 0000:04:00.0[A] -> GSI 18
>     (level, low) -> IRQ 17
>     [   32.344642] PCI: Setting latency timer of device 0000:04:00.0 to 64
>     [   32.344660] iwl3945: Detected Intel PRO/Wireless 3945ABG
>     Network Connection
>     [   32.846967] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22
>     (level, low) -> IRQ 22
>     [   32.846995] PCI: Setting latency timer of device 0000:00:1b.0 to 64
>     [   32.880783] hda_codec: Unknown model for ALC883, trying
>     auto-probe from BIOS...
>     [   32.889395] iwl3945: Tunable channels: 13 802.11bg, 23 802.11a
>     channels
>     [   32.889708] wmaster0: Selected rate control algorithm 'iwl-3945-rs'
>     [   33.065959] udev: renamed network interface wlan0 to eth2
>     [   33.098397] Monitor-Mwait will be used to enter C-3 state
>     [   33.203577] lp: driver loaded but no devices found
>     [   33.300737] [drm] Initialized drm 1.1.0 20060810
>     [   33.459163] Ethernet Channel Bonding Driver: v3.2.3 (December
>     6, 2007)
>     [   33.459166] bonding: Warning: either miimon or arp_interval and
>     arp_ip_target module parameters must be specified, otherwise
>     bonding will not detect link failures! see bonding.txt for details.
>     [   33.536861] Adding 6048432k swap on /dev/sda5.  Priority:-1
>     extents:1 across:6048432k
>     [   34.074658] EXT3 FS on sda1, internal journal
>     [   34.645370] Clocksource tsc unstable (delta = -78263424678 ns)
>     [   34.649363] Time: hpet clocksource has been installed.
>     [   36.155187] ip_tables: (C) 2000-2006 Netfilter Core Team
>     [   36.680949] No dock devices found.
>     [   39.431646] NET: Registered protocol family 10
>     [   39.431866] lo: Disabled Privacy Extensions
>     [   39.432828] ADDRCONF(NETDEV_UP): bond0: link is not ready
>     [   40.020494] ppdev: user-space parallel port driver
>     [   40.393799] audit(1210510324.451:2): type=1503
>     operation="inode_permission" requested_mask="a::"
>     denied_mask="a::" name="/dev/tty" pid=5285
>     profile="/usr/sbin/cupsd" namespace="default"
>     [   47.303527] apm: BIOS not found.
>     [   59.091296] vboxdrv: Trying to deactivate the NMI watchdog
>     permanently...
>     [   59.091304] vboxdrv: Successfully done.
>     [   59.091375] vboxdrv: TSC mode is 'synchronous', kernel timer
>     mode is 'normal'.
>     [   59.091379] vboxdrv: Successfully loaded version 1.5.6
>     (interface 0x00050002).
>     [   59.318642] tun: Universal TUN/TAP device driver, 1.6
>     [   59.318650] tun: (C) 1999-2004 Max Krasnyansky
>     <maxk@xxxxxxxxxxxx <mailto:maxk@xxxxxxxxxxxx>>
>     [   62.589286] r8169: eth0: link down
>     [   62.593700] ADDRCONF(NETDEV_UP): eth0: link is not ready
>     [   62.721447] ADDRCONF(NETDEV_UP): eth2: link is not ready
>     [   62.726859] Bluetooth: Core ver 2.11
>     [   62.727256] NET: Registered protocol family 31
>     [   62.727262] Bluetooth: HCI device and connection manager
>     initialized
>     [   62.727269] Bluetooth: HCI socket layer initialized
>     [   62.770178] Bluetooth: L2CAP ver 2.9
>     [   62.770186] Bluetooth: L2CAP socket layer initialized
>     [   63.183185] Bluetooth: RFCOMM socket layer initialized
>     [   63.183204] Bluetooth: RFCOMM TTY layer initialized
>     [   63.183207] Bluetooth: RFCOMM ver 1.8
>     [   65.575086] ACPI Error (utobject-0502): Unsupported Reference
>     opcode=88 in object f7275258 [20070126]
>     [   65.579075] ACPI Error (utobject-0502): Unsupported Reference
>     opcode=88 in object f71e56e0 [20070126]
>     [   65.733696] ACPI Error (utobject-0502): Unsupported Reference
>     opcode=88 in object f71e5730 [20070126]
>     [   66.824604] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16
>     (level, low) -> IRQ 19
>     [   66.824620] PCI: Setting latency timer of device 0000:00:02.0 to 64
>     [   66.824728] [drm] Initialized i915 1.6.0 20060119 on minor 0
>     [   67.101287] ACPI Error (utobject-0502): Unsupported Reference
>     opcode=88 in object f7275348 [20070126]
>     [   67.144026] ACPI Error (utobject-0502): Unsupported Reference
>     opcode=88 in object f71e57d0 [20070126]
>     [   67.903493] ACPI Error (utobject-0502): Unsupported Reference
>     opcode=88 in object f71e5910 [20070126]
>     [  105.465987] CPU0 attaching NULL sched-domain.
>     [  105.465998] CPU1 attaching NULL sched-domain.
>     [  105.485264] CPU0 attaching sched-domain:
>     [  105.485268]  domain 0: span 03
>     [  105.485269]   groups: 01 02
>     [  105.485272] CPU1 attaching sched-domain:
>     [  105.485274]  domain 0: span 03
>     [  105.485275]   groups: 02 01
>     [  279.942683] NET: Registered protocol family 17
>     [  298.271320] eth2: Initial auth_alg=0
>     [  298.271332] eth2: authenticate with AP 00:01:38:6d:f3:11
>     [  298.308013] eth2: RX authentication from 00:01:38:6d:f3:11
>     (alg=0 transaction=2 status=0)
>     [  298.308023] eth2: authenticated
>     [  298.308028] eth2: associate with AP 00:01:38:6d:f3:11
>     [  298.325127] eth2: RX AssocResp from 00:01:38:6d:f3:11
>     (capab=0x431 status=0 aid=4)
>     [  298.325136] eth2: associated
>     [  298.325283] eth2: WMM queue=2 aci=0 acm=0 aifs=3 cWmin=15
>     cWmax=1023 burst=0
>     [  298.327209] eth2: WMM queue=3 aci=1 acm=0 aifs=7 cWmin=15
>     cWmax=1023 burst=0
>     [  298.327635] eth2: WMM queue=1 aci=2 acm=0 aifs=2 cWmin=7
>     cWmax=15 burst=30
>     [  298.327999] eth2: WMM queue=0 aci=3 acm=0 aifs=2 cWmin=3
>     cWmax=7 burst=15
>     [  298.330071] ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
>     [  312.853536] eth2: no IPv6 routers present
>
>     name of display: :0.0
>     display: :0  screen: 0
>     direct rendering: No (If you want to find out why, try setting
>     LIBGL_DEBUG=verbose)
>     server glx vendor string: Brian Paul
>     server glx version string: 1.4 Mesa 7.0.3-rc2
>     server glx extensions:
>        GLX_MESA_copy_sub_buffer, GLX_MESA_pixmap_colormap,
>        GLX_MESA_release_buffers, GLX_ARB_get_proc_address,
>     GLX_EXT_visual_info,
>        GLX_EXT_visual_rating, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer
>     client glx vendor string: Brian Paul
>     client glx version string: 1.4 Mesa 7.0.3-rc2
>     client glx extensions:
>        GLX_MESA_copy_sub_buffer, GLX_MESA_pixmap_colormap,
>        GLX_MESA_release_buffers, GLX_ARB_get_proc_address,
>     GLX_EXT_visual_info,
>        GLX_EXT_visual_rating, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer
>     GLX version: 1.4
>     GLX extensions:
>        GLX_MESA_copy_sub_buffer, GLX_MESA_pixmap_colormap,
>        GLX_MESA_release_buffers, GLX_ARB_get_proc_address,
>     GLX_EXT_visual_info,
>        GLX_EXT_visual_rating, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer
>     OpenGL vendor string: Brian Paul
>     OpenGL renderer string: Mesa X11
>     OpenGL version string: 2.1 Mesa 7.0.3-rc2
>     OpenGL extensions:
>        GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program,
>        GL_ARB_fragment_shader, GL_ARB_half_float_pixel, GL_ARB_imaging,
>        GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query,
>        GL_ARB_pixel_buffer_object, GL_ARB_point_parameters,
>     GL_ARB_point_sprite,
>        GL_ARB_shader_objects, GL_ARB_shading_language_100,
>        GL_ARB_shading_language_120, GL_ARB_shadow, GL_ARB_shadow_ambient,
>        GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
>        GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
>        GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
>        GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
>        GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle,
>        GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object,
>        GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos,
>        GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
>        GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
>        GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
>        GL_EXT_clip_volume_hint, GL_EXT_compiled_vertex_array,
>     GL_EXT_convolution,
>        GL_EXT_copy_texture, GL_EXT_depth_bounds_test,
>     GL_EXT_draw_range_elements,
>        GL_EXT_framebuffer_object, GL_EXT_framebuffer_blit,
>     GL_EXT_fog_coord,
>        GL_EXT_gpu_program_parameters, GL_EXT_histogram,
>     GL_EXT_multi_draw_arrays,
>        GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels,
>        GL_EXT_paletted_texture, GL_EXT_pixel_buffer_object,
>        GL_EXT_point_parameters, GL_EXT_polygon_offset,
>     GL_EXT_rescale_normal,
>        GL_EXT_secondary_color, GL_EXT_separate_specular_color,
>        GL_EXT_shadow_funcs, GL_EXT_shared_texture_palette,
>     GL_EXT_stencil_wrap,
>        GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D,
>        GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
>        GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
>        GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
>        GL_EXT_texture_object, GL_EXT_texture_rectangle,
>     GL_EXT_texture_sRGB,
>        GL_EXT_timer_query, GL_EXT_vertex_array, GL_APPLE_packed_pixels,
>        GL_APPLE_vertex_array_object, GL_ATI_blend_equation_separate,
>        GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,
>        GL_ATI_fragment_shader, GL_ATI_separate_stencil,
>        GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip,
>        GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,
>        GL_MESA_pack_invert, GL_MESA_program_debug, GL_MESA_resize_buffers,
>        GL_MESA_ycbcr_texture, GL_MESA_window_pos, GL_NV_blend_square,
>        GL_NV_fragment_program, GL_NV_light_max_exponent,
>     GL_NV_point_sprite,
>        GL_NV_texture_rectangle, GL_NV_texgen_reflection,
>     GL_NV_vertex_program,
>        GL_NV_vertex_program1_1, GL_OES_read_format, GL_SGI_color_matrix,
>        GL_SGI_color_table, GL_SGI_texture_color_table,
>     GL_SGIS_generate_mipmap,
>        GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
>        GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow,
>        GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays
>
>       visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
>      id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
>     ----------------------------------------------------------------------
>     0x23 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None
>     0x24 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None
>     0x25 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None
>     0x26 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None
>     0x27 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None
>     0x28 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None
>     0x29 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None
>     0x2a 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None
>     0x2b 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None
>     0x2c 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None
>     0x2d 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None
>     0x2e 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None
>     0x2f 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None
>     0x30 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None
>     0x31 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None
>     0x32 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None
>     0x57 32 tc  0 32  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
>
>     Module                  Size  Used by
>     snd_rtctimer            4640  0
>     af_packet              23812  4
>     i915                   32512  2
>     binfmt_misc            12808  1
>     rfcomm                 41744  2
>     l2cap                  25728  13 rfcomm
>     bluetooth              61156  4 rfcomm,l2cap
>     tun                    12672  0
>     vboxdrv                61104  0
>     ppdev                  10372  0
>     ipv6                  267780  25
>     acpi_cpufreq           10796  2
>     cpufreq_powersave       2688  0
>     cpufreq_conservative     8712  0
>     cpufreq_userspace       5284  0
>     cpufreq_stats           7104  0
>     cpufreq_ondemand        9740  1
>     freq_table              5536  3
>     acpi_cpufreq,cpufreq_stats,cpufreq_ondemand
>     sbs                    15112  0
>     sbshc                   7680  1 sbs
>     container               5632  0
>     dock                   11280  0
>     iptable_filter          3840  0
>     ip_tables              14820  1 iptable_filter
>     x_tables               16132  1 ip_tables
>     bonding                89060  0
>     drm                    82580  3 i915
>     parport_pc             36260  0
>     lp                     12324  0
>     parport                37832  3 ppdev,parport_pc,lp
>     arc4                    2944  2
>     ecb                     4480  2
>     blkcipher               8324  1 ecb
>     snd_hda_intel         344600  3
>     snd_pcm_oss            42144  0
>     snd_mixer_oss          17920  1 snd_pcm_oss
>     snd_pcm                78596  2 snd_hda_intel,snd_pcm_oss
>     snd_page_alloc         11400  2 snd_hda_intel,snd_pcm
>     snd_hwdep              10500  1 snd_hda_intel
>     joydev                 13120  0
>     snd_seq_dummy           4868  0
>     snd_seq_oss            35584  0
>     snd_seq_midi            9376  0
>     snd_rawmidi            25760  1 snd_seq_midi
>     snd_seq_midi_event      8320  2 snd_seq_oss,snd_seq_midi
>     snd_seq                54224  6
>     snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
>     snd_timer              24836  3 snd_rtctimer,snd_pcm,snd_seq
>     iwl3945                89844  0
>     snd_seq_device          9612  5
>     snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
>     iwlwifi_mac80211      219108  1 iwl3945
>     sr_mod                 17956  0
>     cdrom                  37408  1 sr_mod
>     video                  19856  0
>     output                  4736  1 video
>     battery                14212  0
>     snd                    56996  18
>     snd_rtctimer,snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
>     serio_raw               7940  0
>     cfg80211               15112  1 iwlwifi_mac80211
>     intel_agp              25492  1
>     agpgart                34760  3 drm,intel_agp
>     button                  9232  0
>     ac                      6916  0
>     ata_generic             8324  0
>     soundcore               8800  1 snd
>     shpchp                 34452  0
>     pci_hotplug            30880  1 shpchp
>     iTCO_wdt               13092  0
>     iTCO_vendor_support     4868  1 iTCO_wdt
>     pcspkr                  4224  0
>     evdev                  13056  7
>     psmouse                40336  0
>     ext3                  136712  1
>     jbd                    48404  1 ext3
>     mbcache                 9600  1 ext3
>     sg                     36880  0
>     sd_mod                 30720  3
>     ata_piix               19588  0
>     usbhid                 31872  0
>     hid                    38784  1 usbhid
>     pata_acpi               8320  0
>     ahci                   28420  2
>     libata                159344  4 ata_generic,ata_piix,pata_acpi,ahci
>     scsi_mod              151436  4 sr_mod,sg,sd_mod,libata
>     r8169                  32900  0
>     ehci_hcd               37900  0
>     uhci_hcd               27024  0
>     usbcore               146028  4 usbhid,ehci_hcd,uhci_hcd
>     thermal                16796  0
>     processor              36872  4 acpi_cpufreq,thermal
>     fan                     5636  0
>     fuse                   50580  1
>     vga16fb                15244  0
>     vgastate               10496  1 vga16fb
>     vesafb                  8964  1
>     fbcon                  42912  72
>     tileblit                3456  1 fbcon
>     font                    9472  1 fbcon
>     bitblit                 6784  1 fbcon
>     softcursor              3072  1 bitblit
>
>     00:02.0 VGA compatible controller: Intel Corporation Mobile
>     GM965/GL960 Integrated Graphics Controller (rev 03) (prog-if 00
>     [VGA controller])
>            Subsystem: Elitegroup Computer Systems Unknown device 9037
>            Flags: bus master, fast devsel, latency 0, IRQ 19
>            Memory at fc000000 (64-bit, non-prefetchable) [size=1M]
>            Memory at d0000000 (64-bit, prefetchable) [size=256M]
>            I/O ports at 1800 [size=8]
>            Capabilities: [90] Message Signalled Interrupts: Mask-
>     64bit- Queue=0/0 Enable-
>            Capabilities: [d0] Power Management version 3
>
>     00:02.1 Display controller: Intel Corporation Mobile GM965/GL960
>     Integrated Graphics Controller (rev 03)
>            Subsystem: Elitegroup Computer Systems Unknown device 9037
>            Flags: bus master, fast devsel, latency 0
>            Memory at fc100000 (64-bit, non-prefetchable) [size=1M]
>            Capabilities: [d0] Power Management version 3
>
>
>     # /etc/X11/xorg.conf (xorg X Window System server configuration file)
>     #
>     # This file was generated by dexconf, the Debian X Configuration
>     tool, using
>     # values from the debconf database.
>     #
>     # Edit this file with caution, and see the xorg.conf(5) manual page.
>     # (Type "man xorg.conf" at the shell prompt.)
>     #
>     # This file is automatically updated on xserver-xorg package
>     upgrades *only*
>     # if it has not been modified since the last upgrade of the
>     xserver-xorg
>     # package.
>     #
>     # If you have edited this file but would like it to be
>     automatically updated
>     # again, run the following command:
>     #   sudo dpkg-reconfigure -phigh xserver-xorg
>
>     Section "Files"
>            FontPath        "/usr/share/fonts/X11/misc"
>            FontPath        "/usr/share/fonts/X11/cyrillic"
>            FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
>            FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
>            FontPath        "/usr/share/fonts/X11/Type1"
>            FontPath        "/usr/share/fonts/X11/100dpi"
>            FontPath        "/usr/share/fonts/X11/75dpi"
>            # path to defoma fonts
>            FontPath      
>      "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
>     EndSection
>
>     Section "Module"
>            Load    "bitmap"
>            Load    "ddc"
>            Load    "dri"
>            Load    "glx"
>            Load    "dbe"
>            Load    "extmod"
>            Load    "freetype"
>            Load    "int10"
>            Load    "vbe"
>
>     #       Load    "xaa"
>     EndSection
>
>     Section "InputDevice"
>            Identifier      "Generic Keyboard"
>            Driver          "kbd"
>            Option          "CoreKeyboard"
>            Option          "XkbRules"      "xorg"
>            Option          "XkbModel"      "pc105"
>            Option          "XkbLayout"     "es"
>            Option          "XkbOptions"    "lv3:ralt_switch"
>     EndSection
>
>     Section "InputDevice"
>            Identifier      "Configured Mouse"
>            Driver          "mouse"
>            Option          "CorePointer"
>            Option          "Device"                "/dev/input/mice"
>            Option          "Protocol"              "ImPS/2"
>            Option          "ZAxisMapping"          "4 5"
>            Option          "Emulate3Buttons"       "true"
>     EndSection
>
>     Section "InputDevice"
>            Identifier      "Synaptics Touchpad"
>            Driver          "synaptics"
>            Option          "SendCoreEvents"        "true"
>            Option          "Device"                "/dev/psaux"
>            Option          "Protocol"              "auto-dev"
>            Option          "HorizScrollDelta"      "0"
>     EndSection
>
>     Section "Device"
>            Identifier      "Intel Corporation Mobile GM965/GL960
>     Integrated Graphics Controller"
>            Driver          "intel"
>            # When using the intel or ati driver with AIGLX, you may
>     notice that
>            # all your windows seem to be frozen even as you interact
>     with them.
>            # Nothing in any window updates until you rotate the cube
>     or otherwise switch viewports.
>            Option          "XAANoOffscreenPixmaps" "true"
>            Option          "DRI" "true"
>            #Option                 "FrameBufferCompression" "true"
>            # No tiene sentido tratar de usar el driver "nuevo" para
>     3D, para la
>            # i965GM siempre usa el viejo no importa lo que se ponga en
>     Legacy3D,
>            # o no he podido entender cual es el viejo y cual es el nuevo
>            #Option         "Legacy3D" "false"
>            # Cuando se activa el método EXA se ven feas las fuentes
>            # pilas por que parece que en el futuro va a ser el metodo
>     por defecto
>            #Option         "MigrationHeuristic" "greedy"
>            #Option         "ExaNoComposite" "false"
>            #Option         "AccelMethod" "EXA"
>
>            #Option "AccelMethod" "XAA"
>            # VideoRam ya no se debe usar el driver selecciona la
>     memoria de la
>            # tarjeta automaticamente y recomienda no usar VideoRam
>            BusID           "PCI:0:2:0"
>     EndSection
>
>     Section "Monitor"
>            Identifier      "Monitor genérico"
>            Option          "DPMS"
>            HorizSync       28-50
>            VertRefresh     43-75
>            Gamma           0.75 0.65 0.60
>     EndSection
>
>     Section "Screen"
>            Identifier      "Default Screen"
>            Device          "Intel Corporation Mobile GM965/GL960
>     Integrated Graphics Controller"
>            Monitor         "Monitor genérico"
>            DefaultDepth    24
>            SubSection "Display"
>                    Depth           1
>                    Modes           "1280x800" "1024x768" "800x600"
>     "640x480"
>            EndSubSection
>            SubSection "Display"
>                    Depth           4
>                    Modes           "1280x800" "1024x768" "800x600"
>     "640x480"
>            EndSubSection
>            SubSection "Display"
>                    Depth           8
>                    Modes           "1280x800" "1024x768" "800x600"
>     "640x480"
>            EndSubSection
>            SubSection "Display"
>                    Depth           15
>                    Modes           "1280x800" "1024x768" "800x600"
>     "640x480"
>            EndSubSection
>            SubSection "Display"
>                    Depth           16
>                    Modes           "1280x800" "1024x768" "800x600"
>     "640x480"
>            EndSubSection
>            SubSection "Display"
>                    Depth           24
>                    Modes           "1280x800" "1024x768" "800x600"
>     "640x480"
>            EndSubSection
>     EndSection
>
>     Section "ServerLayout"
>            Identifier      "Default Layout"
>            Screen          "Default Screen"
>            InputDevice     "Generic Keyboard"
>            InputDevice     "Configured Mouse"
>            InputDevice     "Synaptics Touchpad"
>            Option          "AIGLX" "true"
>     EndSection
>
>     Section "DRI"
>            Group   "video"
>            Mode    0660
>     EndSection
>
>     Section "Extensions"
>            Option "Composite" "enable"
>     EndSection
>
>
>
>     This is a pre-release version of the X server from The X.Org
>     Foundation.
>     It is not supported in any way.
>     Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
>     Select the "xorg" product for bugs you find in this release.
>     Before reporting bugs in pre-release versions please check the
>     latest version in the X.Org Foundation git repository.
>     See http://wiki.x.org/wiki/GitPage for git access instructions.
>
>     X.Org X Server 1.4.0.90 <http://1.4.0.90>
>     Release Date: 5 September 2007
>     X Protocol Version 11, Revision 0
>     Build Operating System: Linux Ubuntu (xorg-server
>     2:1.4.1~git20080131-1ubuntu9)
>     Current Operating System: Linux wineos-laptop 2.6.24-15-generic #1
>     SMP Tue Apr 8 00:33:51 UTC 2008 i686
>     Build Date: 15 April 2008  05:26:17PM
>
>            Before reporting problems, check http://wiki.x.org
>            to make sure that you have the latest version.
>     Module Loader present
>     Markers: (--) probed, (**) from config file, (==) default setting,
>            (++) from command line, (!!) notice, (II) informational,
>            (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
>     (==) Log file: "/var/log/Xorg.0.log", Time: Sun May 11 14:52:33 2008
>     (==) Using config file: "/etc/X11/xorg.conf"
>     (==) ServerLayout "Default Layout"
>     (**) |-->Screen "Default Screen" (0)
>     (**) |   |-->Monitor "Monitor genérico"
>     (**) |   |-->Device "Intel Corporation Mobile GM965/GL960
>     Integrated Graphics Controller"
>     (**) |-->Input Device "Generic Keyboard"
>     (**) |-->Input Device "Configured Mouse"
>     (**) |-->Input Device "Synaptics Touchpad"
>     (**) Option "AIGLX" "true"
>     (==) Automatically adding devices
>     (==) Automatically enabling devices
>     (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
>            Entry deleted from font path.
>     (==) Including the default font path
>     /usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
>     (**) FontPath set to:
>            /usr/share/fonts/X11/misc,
>            /usr/share/fonts/X11/100dpi/:unscaled,
>            /usr/share/fonts/X11/75dpi/:unscaled,
>            /usr/share/fonts/X11/Type1,
>            /usr/share/fonts/X11/100dpi,
>            /usr/share/fonts/X11/75dpi,
>            /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
>            /usr/share/fonts/X11/misc,
>            /usr/share/fonts/X11/cyrillic,
>            /usr/share/fonts/X11/100dpi/:unscaled,
>            /usr/share/fonts/X11/75dpi/:unscaled,
>            /usr/share/fonts/X11/Type1,
>            /usr/share/fonts/X11/100dpi,
>            /usr/share/fonts/X11/75dpi,
>            /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
>     (==) RgbPath set to "/etc/X11/rgb"
>     (==) ModulePath set to "/usr/lib/xorg/modules"
>     (**) Extension "Composite" is enabled
>     (II) Open ACPI successful (/var/run/acpid.socket)
>     (II) Loader magic: 0x81dc500
>     (II) Module ABI versions:
>            X.Org ANSI C Emulation: 0.3
>            X.Org Video Driver: 2.0
>            X.Org XInput driver : 2.0
>            X.Org Server Extension : 0.3
>            X.Org Font Renderer : 0.5
>     (II) Loader running on linux
>     (II) LoadModule: "pcidata"
>     (II) Loading /usr/lib/xorg/modules//libpcidata.so
>     (II) Module pcidata: vendor="X.Org Foundation"
>            compiled for 1.4.0.90 <http://1.4.0.90>, module version = 1.0.0
>            ABI class: X.Org Video Driver, version 2.0
>     (++) using VT number 7
>
>     (II) PCI: PCI scan (all values are in hex)
>     (II) PCI: 00:00:0: chip 8086,2a00 card 1019,9037 rev 03 class
>     06,00,00 hdr 00
>     (II) PCI: 00:02:0: chip 8086,2a02 card 1019,9037 rev 03 class
>     03,00,00 hdr 80
>     (II) PCI: 00:02:1: chip 8086,2a03 card 1019,9037 rev 03 class
>     03,80,00 hdr 80
>     (II) PCI: 00:1a:0: chip 8086,2834 card 1019,90a6 rev 03 class
>     0c,03,00 hdr 80
>     (II) PCI: 00:1a:1: chip 8086,2835 card 1019,90a6 rev 03 class
>     0c,03,00 hdr 00
>     (II) PCI: 00:1a:7: chip 8086,283a card 1019,90a6 rev 03 class
>     0c,03,20 hdr 00
>     (II) PCI: 00:1b:0: chip 8086,284b card 1019,90a6 rev 03 class
>     04,03,00 hdr 00
>     (II) PCI: 00:1c:0: chip 8086,283f card 0000,0000 rev 03 class
>     06,04,00 hdr 81
>     (II) PCI: 00:1c:2: chip 8086,2843 card 0000,0000 rev 03 class
>     06,04,00 hdr 81
>     (II) PCI: 00:1c:3: chip 8086,2845 card 0000,0000 rev 03 class
>     06,04,00 hdr 81
>     (II) PCI: 00:1d:0: chip 8086,2830 card 1019,90a6 rev 03 class
>     0c,03,00 hdr 80
>     (II) PCI: 00:1d:1: chip 8086,2831 card 1019,90a6 rev 03 class
>     0c,03,00 hdr 00
>     (II) PCI: 00:1d:2: chip 8086,2832 card 1019,90a6 rev 03 class
>     0c,03,00 hdr 00
>     (II) PCI: 00:1d:7: chip 8086,2836 card 1019,90a6 rev 03 class
>     0c,03,20 hdr 00
>     (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev f3 class
>     06,04,01 hdr 01
>     (II) PCI: 00:1f:0: chip 8086,2815 card 1019,90a6 rev 03 class
>     06,01,00 hdr 80
>     (II) PCI: 00:1f:1: chip 8086,2850 card 1019,90a6 rev 03 class
>     01,01,8a hdr 00
>     (II) PCI: 00:1f:2: chip 8086,2829 card 1019,90a6 rev 03 class
>     01,06,01 hdr 00
>     (II) PCI: 00:1f:3: chip 8086,283e card 1019,90a6 rev 03 class
>     0c,05,00 hdr 00
>     (II) PCI: 04:00:0: chip 8086,4222 card 8086,1001 rev 02 class
>     02,80,00 hdr 00
>     (II) PCI: 06:00:0: chip 10ec,8136 card 1734,1108 rev 01 class
>     02,00,00 hdr 00
>     (II) PCI: End of PCI scan
>     (II) Intel Bridge workaround enabled
>     (II) Host-to-PCI bridge:
>     (II) Bus 0: bridge is at (0:0:0), (0,0,8), BCTRL: 0x0008 (VGA_EN
>     is set)
>     (II) Bus 0 I/O range:
>            [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
>     (II) Bus 0 non-prefetchable memory range:
>            [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
>     (II) Bus 0 prefetchable memory range:
>            [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
>     (II) PCI-to-PCI bridge:
>     (II) Bus 2: bridge is at (0:28:0), (0,2,3), BCTRL: 0x0004 (VGA_EN
>     is cleared)
>     (II) Bus 2 I/O range:
>            [0] -1  0       0x00002000 - 0x000020ff (0x100) IX[B]
>            [1] -1  0       0x00002400 - 0x000024ff (0x100) IX[B]
>            [2] -1  0       0x00002800 - 0x000028ff (0x100) IX[B]
>            [3] -1  0       0x00002c00 - 0x00002cff (0x100) IX[B]
>     (II) Bus 2 non-prefetchable memory range:
>            [0] -1  0       0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
>     (II) Bus 2 prefetchable memory range:
>            [0] -1  0       0xf0000000 - 0xf1ffffff (0x2000000) MX[B]
>     (II) PCI-to-PCI bridge:
>     (II) Bus 4: bridge is at (0:28:2), (0,4,5), BCTRL: 0x0004 (VGA_EN
>     is cleared)
>     (II) Bus 4 I/O range:
>            [0] -1  0       0x00003000 - 0x000030ff (0x100) IX[B]
>            [1] -1  0       0x00003400 - 0x000034ff (0x100) IX[B]
>            [2] -1  0       0x00003800 - 0x000038ff (0x100) IX[B]
>            [3] -1  0       0x00003c00 - 0x00003cff (0x100) IX[B]
>     (II) Bus 4 non-prefetchable memory range:
>            [0] -1  0       0xf8000000 - 0xf9ffffff (0x2000000) MX[B]
>     (II) Bus 4 prefetchable memory range:
>            [0] -1  0       0xf2000000 - 0xf3ffffff (0x2000000) MX[B]
>     (II) PCI-to-PCI bridge:
>     (II) Bus 6: bridge is at (0:28:3), (0,6,7), BCTRL: 0x0004 (VGA_EN
>     is cleared)
>     (II) Bus 6 I/O range:
>            [0] -1  0       0x00004000 - 0x000040ff (0x100) IX[B]
>            [1] -1  0       0x00004400 - 0x000044ff (0x100) IX[B]
>            [2] -1  0       0x00004800 - 0x000048ff (0x100) IX[B]
>            [3] -1  0       0x00004c00 - 0x00004cff (0x100) IX[B]
>     (II) Bus 6 non-prefetchable memory range:
>            [0] -1  0       0xfa000000 - 0xfbffffff (0x2000000) MX[B]
>     (II) Bus 6 prefetchable memory range:
>            [0] -1  0       0xf4000000 - 0xf5ffffff (0x2000000) MX[B]
>     (II) Subtractive PCI-to-PCI bridge:
>     (II) Bus 8: bridge is at (0:30:0), (0,8,8), BCTRL: 0x0004 (VGA_EN
>     is cleared)
>     (II) PCI-to-ISA bridge:
>     (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008
>     (VGA_EN is set)
>     (--) PCI:*(0:2:0) Intel Corporation Mobile GM965/GL960 Integrated
>     Graphics Controller rev 3, Mem @ 0xfc000000/20, 0xd0000000/28, I/O
>     @ 0x1800/3
>     (--) PCI: (0:2:1) Intel Corporation Mobile GM965/GL960 Integrated
>     Graphics Controller rev 3, Mem @ 0xfc100000/20
>     (II) Addressable bus resource ranges are
>            [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
>            [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
>     (II) OS-reported resource ranges:
>            [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>            [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
>            [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
>            [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
>            [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
>            [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
>     (II) Active PCI resource ranges:
>            [0] -1  0       0xfa000000 - 0xfa000fff (0x1000) MX[B]
>            [1] -1  0       0xf8000000 - 0xf8000fff (0x1000) MX[B]
>            [2] -1  0       0x88000000 - 0x880000ff (0x100) MX[B]
>            [3] -1  0       0xfc404000 - 0xfc4047ff (0x800) MX[B]
>            [4] -1  0       0xfc404c00 - 0xfc404fff (0x400) MX[B]
>            [5] -1  0       0xfc400000 - 0xfc403fff (0x4000) MX[B]
>            [6] -1  0       0xfc404800 - 0xfc404bff (0x400) MX[B]
>            [7] -1  0       0xfc100000 - 0xfc1fffff (0x100000) MX[B](B)
>            [8] -1  0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
>            [9] -1  0       0xfc000000 - 0xfc0fffff (0x100000) MX[B](B)
>            [10] -1 0       0x00004000 - 0x000040ff (0x100) IX[B]
>            [11] -1 0       0x00001c20 - 0x00001c3f (0x20) IX[B]
>            [12] -1 0       0x000018e0 - 0x000018ff (0x20) IX[B]
>            [13] -1 0       0x000018d0 - 0x000018d3 (0x4) IX[B]
>            [14] -1 0       0x000018d8 - 0x000018df (0x8) IX[B]
>            [15] -1 0       0x000018d4 - 0x000018d7 (0x4) IX[B]
>            [16] -1 0       0x00001c00 - 0x00001c07 (0x8) IX[B]
>            [17] -1 0       0x00001810 - 0x0000181f (0x10) IX[B]
>            [18] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
>            [19] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
>            [20] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
>            [21] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
>            [22] -1 0       0x000018a0 - 0x000018bf (0x20) IX[B]
>            [23] -1 0       0x00001880 - 0x0000189f (0x20) IX[B]
>            [24] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]
>            [25] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]
>            [26] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]
>            [27] -1 0       0x00001800 - 0x00001807 (0x8) IX[B](B)
>     (II) Active PCI resource ranges after removing overlaps:
>            [0] -1  0       0xfa000000 - 0xfa000fff (0x1000) MX[B]
>            [1] -1  0       0xf8000000 - 0xf8000fff (0x1000) MX[B]
>            [2] -1  0       0x88000000 - 0x880000ff (0x100) MX[B]
>            [3] -1  0       0xfc404000 - 0xfc4047ff (0x800) MX[B]
>            [4] -1  0       0xfc404c00 - 0xfc404fff (0x400) MX[B]
>            [5] -1  0       0xfc400000 - 0xfc403fff (0x4000) MX[B]
>            [6] -1  0       0xfc404800 - 0xfc404bff (0x400) MX[B]
>            [7] -1  0       0xfc100000 - 0xfc1fffff (0x100000) MX[B](B)
>            [8] -1  0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
>            [9] -1  0       0xfc000000 - 0xfc0fffff (0x100000) MX[B](B)
>            [10] -1 0       0x00004000 - 0x000040ff (0x100) IX[B]
>            [11] -1 0       0x00001c20 - 0x00001c3f (0x20) IX[B]
>            [12] -1 0       0x000018e0 - 0x000018ff (0x20) IX[B]
>            [13] -1 0       0x000018d0 - 0x000018d3 (0x4) IX[B]
>            [14] -1 0       0x000018d8 - 0x000018df (0x8) IX[B]
>            [15] -1 0       0x000018d4 - 0x000018d7 (0x4) IX[B]
>            [16] -1 0       0x00001c00 - 0x00001c07 (0x8) IX[B]
>            [17] -1 0       0x00001810 - 0x0000181f (0x10) IX[B]
>            [18] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
>            [19] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
>            [20] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
>            [21] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
>            [22] -1 0       0x000018a0 - 0x000018bf (0x20) IX[B]
>            [23] -1 0       0x00001880 - 0x0000189f (0x20) IX[B]
>            [24] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]
>            [25] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]
>            [26] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]
>            [27] -1 0       0x00001800 - 0x00001807 (0x8) IX[B](B)
>     (II) OS-reported resource ranges after removing overlaps with PCI:
>            [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>            [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
>            [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
>            [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
>            [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
>            [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
>     (II) All system resource ranges:
>            [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>            [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
>            [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
>            [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
>            [4] -1  0       0xfa000000 - 0xfa000fff (0x1000) MX[B]
>            [5] -1  0       0xf8000000 - 0xf8000fff (0x1000) MX[B]
>            [6] -1  0       0x88000000 - 0x880000ff (0x100) MX[B]
>            [7] -1  0       0xfc404000 - 0xfc4047ff (0x800) MX[B]
>            [8] -1  0       0xfc404c00 - 0xfc404fff (0x400) MX[B]
>            [9] -1  0       0xfc400000 - 0xfc403fff (0x4000) MX[B]
>            [10] -1 0       0xfc404800 - 0xfc404bff (0x400) MX[B]
>            [11] -1 0       0xfc100000 - 0xfc1fffff (0x100000) MX[B](B)
>            [12] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
>            [13] -1 0       0xfc000000 - 0xfc0fffff (0x100000) MX[B](B)
>            [14] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
>            [15] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
>            [16] -1 0       0x00004000 - 0x000040ff (0x100) IX[B]
>            [17] -1 0       0x00001c20 - 0x00001c3f (0x20) IX[B]
>            [18] -1 0       0x000018e0 - 0x000018ff (0x20) IX[B]
>            [19] -1 0       0x000018d0 - 0x000018d3 (0x4) IX[B]
>            [20] -1 0       0x000018d8 - 0x000018df (0x8) IX[B]
>            [21] -1 0       0x000018d4 - 0x000018d7 (0x4) IX[B]
>            [22] -1 0       0x00001c00 - 0x00001c07 (0x8) IX[B]
>            [23] -1 0       0x00001810 - 0x0000181f (0x10) IX[B]
>            [24] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
>            [25] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
>            [26] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
>            [27] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
>            [28] -1 0       0x000018a0 - 0x000018bf (0x20) IX[B]
>            [29] -1 0       0x00001880 - 0x0000189f (0x20) IX[B]
>            [30] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]
>            [31] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]
>            [32] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]
>            [33] -1 0       0x00001800 - 0x00001807 (0x8) IX[B](B)
>     (II) "extmod" will be loaded. This was enabled by default and also
>     specified in the config file.
>     (II) "dbe" will be loaded. This was enabled by default and also
>     specified in the config file.
>     (II) "glx" will be loaded. This was enabled by default and also
>     specified in the config file.
>     (II) "freetype" will be loaded. This was enabled by default and
>     also specified in the config file.
>     (II) "record" will be loaded by default.
>     (II) "dri" will be loaded. This was enabled by default and also
>     specified in the config file.
>     (II) LoadModule: "ddc"(II) Module "ddc" already built-in
>     (II) LoadModule: "dri"
>     (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
>     (II) Module dri: vendor="X.Org Foundation"
>            compiled for 1.4.0.90 <http://1.4.0.90>, module version = 1.0.0
>            ABI class: X.Org Server Extension, version 0.3
>     (II) Loading extension XFree86-DRI
>     (II) LoadModule: "glx"
>     (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
>     (II) Module glx: vendor="X.Org Foundation"
>            compiled for 1.4.0.90 <http://1.4.0.90>, module version = 1.0.0
>            ABI class: X.Org Server Extension, version 0.3
>     (**) AIGLX enabled
>     (II) Loading extension GLX
>     (II) LoadModule: "dbe"
>     (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
>     (II) Module dbe: vendor="X.Org Foundation"
>            compiled for 1.4.0.90 <http://1.4.0.90>, module version = 1.0.0
>            Module class: X.Org Server Extension
>            ABI class: X.Org Server Extension, version 0.3
>     (II) Loading extension DOUBLE-BUFFER
>     (II) LoadModule: "extmod"
>     (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
>     (II) Module extmod: vendor="X.Org Foundation"
>            compiled for 1.4.0.90 <http://1.4.0.90>, module version = 1.0.0
>            Module class: X.Org Server Extension
>            ABI class: X.Org Server Extension, version 0.3
>     (II) Loading extension SHAPE
>     (II) Loading extension MIT-SUNDRY-NONSTANDARD
>     (II) Loading extension BIG-REQUESTS
>     (II) Loading extension SYNC
>     (II) Loading extension MIT-SCREEN-SAVER
>     (II) Loading extension XC-MISC
>     (II) Loading extension XFree86-VidModeExtension
>     (II) Loading extension XFree86-Misc
>     (II) Loading extension XFree86-DGA
>     (II) Loading extension DPMS
>     (II) Loading extension TOG-CUP
>     (II) Loading extension Extended-Visual-Information
>     (II) Loading extension XVideo
>     (II) Loading extension XVideo-MotionCompensation
>     (II) Loading extension X-Resource
>     (II) LoadModule: "freetype"
>     (II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
>     (II) Module freetype: vendor="X.Org Foundation & the After X-TT
>     Project"
>            compiled for 1.4.0.90 <http://1.4.0.90>, module version = 2.1.0
>            Module class: X.Org Font Renderer
>            ABI class: X.Org Font Renderer, version 0.5
>     (II) Loading font FreeType
>     (II) LoadModule: "int10"
>     (II) Loading /usr/lib/xorg/modules//libint10.so
>     (II) Module int10: vendor="X.Org Foundation"
>            compiled for 1.4.0.90 <http://1.4.0.90>, module version = 1.0.0
>            ABI class: X.Org Video Driver, version 2.0
>     (II) LoadModule: "vbe"
>     (II) Loading /usr/lib/xorg/modules//libvbe.so
>     (II) Module vbe: vendor="X.Org Foundation"
>            compiled for 1.4.0.90 <http://1.4.0.90>, module version = 1.1.0
>            ABI class: X.Org Video Driver, version 2.0
>     (II) LoadModule: "record"
>     (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
>     (II) Module record: vendor="X.Org Foundation"
>            compiled for 1.4.0.90 <http://1.4.0.90>, module version =
>     1.13.0
>            Module class: X.Org Server Extension
>            ABI class: X.Org Server Extension, version 0.3
>     (II) Loading extension RECORD
>     (II) LoadModule: "intel"
>     (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
>     (II) Module intel: vendor="X.Org Foundation"
>            compiled for 1.4.0.90 <http://1.4.0.90>, module version = 2.2.1
>            Module class: X.Org Video Driver
>            ABI class: X.Org Video Driver, version 2.0
>     (II) LoadModule: "kbd"
>     (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
>     (II) Module kbd: vendor="X.Org Foundation"
>            compiled for 1.4.0, module version = 1.2.2
>            Module class: X.Org XInput Driver
>            ABI class: X.Org XInput driver, version 2.0
>     (II) LoadModule: "mouse"
>     (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
>     (II) Module mouse: vendor="X.Org Foundation"
>            compiled for 1.4.0, module version = 1.2.3
>            Module class: X.Org XInput Driver
>            ABI class: X.Org XInput driver, version 2.0
>     (II) LoadModule: "synaptics"
>     (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
>     (II) Module synaptics: vendor="X.Org Foundation"
>            compiled for 4.3.99.902, module version = 1.0.0
>            Module class: X.Org XInput Driver
>            ABI class: X.Org XInput driver, version 2.0
>     (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
>            i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
>            E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q,
>     946GZ,
>            965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics
>     Device
>     (II) Primary Device is: PCI 00:02:0
>     (WW) intel: No matching Device section for instance (BusID
>     PCI:0:2:1) found
>     (--) Chipset 965GM found
>     (II) resource ranges after xf86ClaimFixedResources() call:
>            [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>            [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
>            [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
>            [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
>            [4] -1  0       0xfa000000 - 0xfa000fff (0x1000) MX[B]
>            [5] -1  0       0xf8000000 - 0xf8000fff (0x1000) MX[B]
>            [6] -1  0       0x88000000 - 0x880000ff (0x100) MX[B]
>            [7] -1  0       0xfc404000 - 0xfc4047ff (0x800) MX[B]
>            [8] -1  0       0xfc404c00 - 0xfc404fff (0x400) MX[B]
>            [9] -1  0       0xfc400000 - 0xfc403fff (0x4000) MX[B]
>            [10] -1 0       0xfc404800 - 0xfc404bff (0x400) MX[B]
>            [11] -1 0       0xfc100000 - 0xfc1fffff (0x100000) MX[B](B)
>            [12] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
>            [13] -1 0       0xfc000000 - 0xfc0fffff (0x100000) MX[B](B)
>            [14] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
>            [15] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
>            [16] -1 0       0x00004000 - 0x000040ff (0x100) IX[B]
>            [17] -1 0       0x00001c20 - 0x00001c3f (0x20) IX[B]
>            [18] -1 0       0x000018e0 - 0x000018ff (0x20) IX[B]
>            [19] -1 0       0x000018d0 - 0x000018d3 (0x4) IX[B]
>            [20] -1 0       0x000018d8 - 0x000018df (0x8) IX[B]
>            [21] -1 0       0x000018d4 - 0x000018d7 (0x4) IX[B]
>            [22] -1 0       0x00001c00 - 0x00001c07 (0x8) IX[B]
>            [23] -1 0       0x00001810 - 0x0000181f (0x10) IX[B]
>            [24] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
>            [25] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
>            [26] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
>            [27] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
>            [28] -1 0       0x000018a0 - 0x000018bf (0x20) IX[B]
>            [29] -1 0       0x00001880 - 0x0000189f (0x20) IX[B]
>            [30] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]
>            [31] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]
>            [32] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]
>            [33] -1 0       0x00001800 - 0x00001807 (0x8) IX[B](B)
>     (II) resource ranges after probing:
>            [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>            [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
>            [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
>            [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
>            [4] -1  0       0xfa000000 - 0xfa000fff (0x1000) MX[B]
>            [5] -1  0       0xf8000000 - 0xf8000fff (0x1000) MX[B]
>            [6] -1  0       0x88000000 - 0x880000ff (0x100) MX[B]
>            [7] -1  0       0xfc404000 - 0xfc4047ff (0x800) MX[B]
>            [8] -1  0       0xfc404c00 - 0xfc404fff (0x400) MX[B]
>            [9] -1  0       0xfc400000 - 0xfc403fff (0x4000) MX[B]
>            [10] -1 0       0xfc404800 - 0xfc404bff (0x400) MX[B]
>            [11] -1 0       0xfc100000 - 0xfc1fffff (0x100000) MX[B](B)
>            [12] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
>            [13] -1 0       0xfc000000 - 0xfc0fffff (0x100000) MX[B](B)
>            [14] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
>            [15] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
>            [16] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
>            [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
>            [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
>            [19] -1 0       0x00004000 - 0x000040ff (0x100) IX[B]
>            [20] -1 0       0x00001c20 - 0x00001c3f (0x20) IX[B]
>            [21] -1 0       0x000018e0 - 0x000018ff (0x20) IX[B]
>            [22] -1 0       0x000018d0 - 0x000018d3 (0x4) IX[B]
>            [23] -1 0       0x000018d8 - 0x000018df (0x8) IX[B]
>            [24] -1 0       0x000018d4 - 0x000018d7 (0x4) IX[B]
>            [25] -1 0       0x00001c00 - 0x00001c07 (0x8) IX[B]
>            [26] -1 0       0x00001810 - 0x0000181f (0x10) IX[B]
>            [27] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
>            [28] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
>            [29] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
>            [30] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
>            [31] -1 0       0x000018a0 - 0x000018bf (0x20) IX[B]
>            [32] -1 0       0x00001880 - 0x0000189f (0x20) IX[B]
>            [33] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]
>            [34] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]
>            [35] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]
>            [36] -1 0       0x00001800 - 0x00001807 (0x8) IX[B](B)
>            [37] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
>            [38] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
>     (II) Setting vga for screen 0.
>     (II) Loading sub module "int10"
>     (II) LoadModule: "int10"
>     (II) Reloading /usr/lib/xorg/modules//libint10.so
>     (II) Loading sub module "vbe"
>     (II) LoadModule: "vbe"
>     (II) Reloading /usr/lib/xorg/modules//libvbe.so
>     (II) Loading sub module "vgahw"
>     (II) LoadModule: "vgahw"
>     (II) Loading /usr/lib/xorg/modules//libvgahw.so
>     (II) Module vgahw: vendor="X.Org Foundation"
>            compiled for 1.4.0.90 <http://1.4.0.90>, module version = 0.1.0
>            ABI class: X.Org Video Driver, version 2.0
>     (**) intel(0): Depth 24, (--) framebuffer bpp 32
>     (==) intel(0): RGB weight 888
>     (==) intel(0): Default visual is TrueColor
>     (**) intel(0): Option "DRI" "true"
>     (II) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
>     (--) intel(0): Chipset: "965GM"
>     (--) intel(0): Linear framebuffer at 0xD0000000
>     (--) intel(0): IO registers at addr 0xFC000000
>     (II) intel(0): 2 display pipes available.
>     (==) intel(0): Using EXA for acceleration
>     (II) Loading sub module "ddc"
>     (II) LoadModule: "ddc"(II) Module "ddc" already built-in
>     (II) Loading sub module "i2c"
>     (II) LoadModule: "i2c"(II) Module "i2c" already built-in
>     (II) intel(0): Output VGA using monitor section Monitor genérico
>     (II) intel(0): I2C bus "CRTDDC_A" initialized.
>     (II) intel(0): Output LVDS has no monitor section
>     (II) intel(0): I2C bus "LVDSDDC_C" initialized.
>     (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
>     (II) intel(0): EDID vendor "CPT", prod id 5041
>     (II) Loading sub module "int10"
>     (II) LoadModule: "int10"
>     (II) Reloading /usr/lib/xorg/modules//libint10.so
>     (II) intel(0): initializing int10
>     (WW) intel(0): Bad V_BIOS checksum
>     (II) intel(0): Primary V_BIOS segment is: 0xc000
>     (II) intel(0): VESA BIOS detected
>     (II) intel(0): VESA VBE Version 3.0
>     (II) intel(0): VESA VBE Total Mem: 7616 kB
>     (II) intel(0): VESA VBE OEM: Intel(r)Crestline Graphics Chip
>     Accelerated VGA BIOS
>     (II) intel(0): VESA VBE OEM Software Rev: 1.0
>     (II) intel(0): VESA VBE OEM Vendor: Intel Corporation
>     (II) intel(0): VESA VBE OEM Product: Intel(r)Crestline Graphics
>     Controller
>     (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
>     (II) intel(0): found backlight control method
>     /sys/class/backlight/acpi_video0
>     (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
>     (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B"
>     registered at address 0x70.
>     (II) intel(0): No SDVO device found on SDVOB
>     (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B"
>     removed.
>     (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
>     (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
>     (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C"
>     registered at address 0x72.
>     (II) intel(0): No SDVO device found on SDVOC
>     (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C"
>     removed.
>     (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
>     (II) intel(0): Output TV has no monitor section
>     (II) intel(0): EDID vendor "CPT", prod id 5041
>     (II) intel(0): Output VGA disconnected
>     (II) intel(0): Output LVDS connected
>     (II) intel(0): Output TV disconnected
>     (II) intel(0): Output LVDS using initial mode 1280x800
>     (II) intel(0): Monitoring connected displays enabled
>     (II) intel(0): detected 512 kB GTT.
>     (II) intel(0): detected 7676 kB stolen memory.
>     (==) intel(0): video overlay key set to 0x101fe
>     (==) intel(0): Will not try to enable page flipping
>     (==) intel(0): Triple buffering disabled
>     (**) intel(0): Using gamma correction (0.8, 0.6, 0.6)
>     (==) intel(0): DPI set to (96, 96)
>     (II) Loading sub module "fb"
>     (II) LoadModule: "fb"
>     (II) Loading /usr/lib/xorg/modules//libfb.so
>     (II) Module fb: vendor="X.Org Foundation"
>            compiled for 1.4.0.90 <http://1.4.0.90>, module version = 1.0.0
>            ABI class: X.Org ANSI C Emulation, version 0.3
>     (II) Loading sub module "exa"
>     (II) LoadModule: "exa"
>     (II) Loading /usr/lib/xorg/modules//libexa.so
>     (II) Module exa: vendor="X.Org Foundation"
>            compiled for 1.4.0.90 <http://1.4.0.90>, module version = 2.2.0
>            ABI class: X.Org Video Driver, version 2.0
>     (II) Loading sub module "ramdac"
>     (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
>     (II) intel(0): Comparing regs from server start up to After PreInit
>     (WW) intel(0): Register 0x61200 (PP_STATUS) changed from
>     0x80000008 to 0xd0000009
>     (WW) intel(0): PP_STATUS before: on, not ready, sequencing idle
>     (WW) intel(0): PP_STATUS after: on, ready, sequencing on
>     (WW) intel(0): Register 0x70024 (PIPEASTAT) changed from
>     0x00000203 to 0x00000207
>     (WW) intel(0): PIPEASTAT before: status: VSYNC_INT_STATUS
>     VBLANK_INT_STATUS OREG_UPDATE_STATUS
>     (WW) intel(0): PIPEASTAT after: status: VSYNC_INT_STATUS
>     SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
>     (WW) intel(0): Register 0x68000 (TV_CTL) changed from 0x100000c0
>     to 0x000c0000
>     (WW) intel(0): Register 0x68010 (TV_CSC_Y) changed from 0x00000000
>     to 0x0332012d
>     (WW) intel(0): Register 0x68014 (TV_CSC_Y2) changed from
>     0x00000000 to 0x07d30104
>     (WW) intel(0): Register 0x68018 (TV_CSC_U) changed from 0x00000000
>     to 0x0733052d
>     (WW) intel(0): Register 0x6801c (TV_CSC_U2) changed from
>     0x00000000 to 0x05c70200
>     (WW) intel(0): Register 0x68020 (TV_CSC_V) changed from 0x00000000
>     to 0x0340030c
>     (WW) intel(0): Register 0x68024 (TV_CSC_V2) changed from
>     0x00000000 to 0x06d00200
>     (WW) intel(0): Register 0x68028 (TV_CLR_KNOBS) changed from
>     0x00000000 to 0x00606000
>     (WW) intel(0): Register 0x6802c (TV_CLR_LEVEL) changed from
>     0x00000000 to 0x010b00e1
>     (WW) intel(0): Register 0x68030 (TV_H_CTL_1) changed from
>     0x00000000 to 0x00400359
>     (WW) intel(0): Register 0x68034 (TV_H_CTL_2) changed from
>     0x00000000 to 0x80480022
>     (WW) intel(0): Register 0x68038 (TV_H_CTL_3) changed from
>     0x00000000 to 0x007c0344
>     (WW) intel(0): Register 0x6803c (TV_V_CTL_1) changed from
>     0x00000000 to 0x00f01415
>     (WW) intel(0): Register 0x68040 (TV_V_CTL_2) changed from
>     0x00000000 to 0x00060607
>     (WW) intel(0): Register 0x68044 (TV_V_CTL_3) changed from
>     0x00000000 to 0x80120001
>     (WW) intel(0): Register 0x68048 (TV_V_CTL_4) changed from
>     0x00000000 to 0x000900f0
>     (WW) intel(0): Register 0x6804c (TV_V_CTL_5) changed from
>     0x00000000 to 0x000a00f0
>     (WW) intel(0): Register 0x68050 (TV_V_CTL_6) changed from
>     0x00000000 to 0x000900f0
>     (WW) intel(0): Register 0x68054 (TV_V_CTL_7) changed from
>     0x00000000 to 0x000a00f0
>     (WW) intel(0): Register 0x68060 (TV_SC_CTL_1) changed from
>     0x00000000 to 0xc1710088
>     (WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from
>     0x00000000 to 0x4e2d1dc8
>     (WW) intel(0): Register 0x68070 (TV_WIN_POS) changed from
>     0x00000000 to 0x00360024
>     (WW) intel(0): Register 0x68074 (TV_WIN_SIZE) changed from
>     0x00000000 to 0x02640198
>     (WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from
>     0x00000000 to 0x8000085e
>     (WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from
>     0x00000000 to 0x00028283
>     (WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from
>     0x00000000 to 0x00014141
>     (WW) intel(0): Register 0x68100 (TV_H_LUMA_0) changed from
>     0x00000000 to 0xb1403000
>     (WW) intel(0): Register 0x681ec (TV_H_LUMA_59) changed from
>     0x00000000 to 0x0000b060
>     (WW) intel(0): Register 0x68200 (TV_H_CHROMA_0) changed from
>     0x00000000 to 0xb1403000
>     (WW) intel(0): Register 0x682ec (TV_H_CHROMA_59) changed from
>     0x00000000 to 0x0000b060
>     (II) Loading sub module "dri"
>     (II) LoadModule: "dri"
>     (II) Reloading /usr/lib/xorg/modules/extensions//libdri.so
>     (==) Depth 24 pixmap format is 32 bpp
>     (II) do I need RAC?  No, I don't.
>     (II) resource ranges after preInit:
>            [0] 0   0       0xd0000000 - 0xdfffffff (0x10000000) MS[B]
>            [1] 0   0       0xfc000000 - 0xfc0fffff (0x100000) MS[B]
>            [2] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>            [3] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
>            [4] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
>            [5] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
>            [6] -1  0       0xfa000000 - 0xfa000fff (0x1000) MX[B]
>            [7] -1  0       0xf8000000 - 0xf8000fff (0x1000) MX[B]
>            [8] -1  0       0x88000000 - 0x880000ff (0x100) MX[B]
>            [9] -1  0       0xfc404000 - 0xfc4047ff (0x800) MX[B]
>            [10] -1 0       0xfc404c00 - 0xfc404fff (0x400) MX[B]
>            [11] -1 0       0xfc400000 - 0xfc403fff (0x4000) MX[B]
>            [12] -1 0       0xfc404800 - 0xfc404bff (0x400) MX[B]
>            [13] -1 0       0xfc100000 - 0xfc1fffff (0x100000) MX[B](B)
>            [14] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
>            [15] -1 0       0xfc000000 - 0xfc0fffff (0x100000) MX[B](B)
>            [16] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
>            [17] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
>            [18] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
>            [19] 0  0       0x00001800 - 0x00001807 (0x8) IS[B]
>            [20] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
>            [21] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
>            [22] -1 0       0x00004000 - 0x000040ff (0x100) IX[B]
>            [23] -1 0       0x00001c20 - 0x00001c3f (0x20) IX[B]
>            [24] -1 0       0x000018e0 - 0x000018ff (0x20) IX[B]
>            [25] -1 0       0x000018d0 - 0x000018d3 (0x4) IX[B]
>            [26] -1 0       0x000018d8 - 0x000018df (0x8) IX[B]
>            [27] -1 0       0x000018d4 - 0x000018d7 (0x4) IX[B]
>            [28] -1 0       0x00001c00 - 0x00001c07 (0x8) IX[B]
>            [29] -1 0       0x00001810 - 0x0000181f (0x10) IX[B]
>            [30] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
>            [31] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
>            [32] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]
>            [33] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
>            [34] -1 0       0x000018a0 - 0x000018bf (0x20) IX[B]
>            [35] -1 0       0x00001880 - 0x0000189f (0x20) IX[B]
>            [36] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]
>            [37] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]
>            [38] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]
>            [39] -1 0       0x00001800 - 0x00001807 (0x8) IX[B](B)
>            [40] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
>            [41] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
>     (II) intel(0): Kernel reported 488960 total, 1 used
>     (II) intel(0): I830CheckAvailableMemory: 1955836 kB available
>     drmOpenDevice: node name is /dev/dri/card0
>     drmOpenDevice: open result is -1, (No such device)
>     drmOpenDevice: open result is -1, (No such device)
>     drmOpenDevice: Open failed
>     drmOpenDevice: node name is /dev/dri/card0
>     drmOpenDevice: open result is -1, (No such device)
>     drmOpenDevice: open result is -1, (No such device)
>     drmOpenDevice: Open failed
>     drmOpenByBusid: Searching for BusID pci:0000:00:02.0
>     drmOpenDevice: node name is /dev/dri/card0
>     drmOpenDevice: open result is 8, (OK)
>     drmOpenByBusid: drmOpenMinor returns 8
>     drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
>     (II) [drm] loaded kernel module for "i915" driver.
>     (II) [drm] DRM interface version 1.3
>     (II) [drm] DRM open master succeeded.
>     (II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
>     (II) intel(0): [drm] framebuffer mapped by ddx driver
>     (II) intel(0): [drm] added 1 reserved context for kernel
>     (II) intel(0): X context handle = 0x1
>     (II) intel(0): [drm] installed DRM signal handler
>     (==) intel(0): VideoRam: 262144 KB
>     (**) intel(0): Framebuffer compression disabled
>     (**) intel(0): Tiling enabled
>     (II) intel(0): Attempting memory allocation with tiled buffers.
>     (II) intel(0): Success.
>     (II) intel(0): [drm] Registers = 0xfc000000
>     (II) intel(0): [drm] ring buffer = 0xd0000000
>     (II) intel(0): [drm] mapped front buffer at 0xd0100000, handle =
>     0xd0100000
>     (II) intel(0): [drm] mapped back buffer at 0xd1a00000, handle =
>     0xd1a00000
>     (II) intel(0): [drm] mapped depth buffer at 0xd2040000, handle =
>     0xd2040000
>     (II) intel(0): [drm] mapped classic textures at 0xd2680000, handle
>     = 0xd2680000
>     (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
>     (II) intel(0): [dri] visual configs initialized
>     (II) intel(0): Page Flipping disabled
>     (==) intel(0): Write-combining range (0xd0000000,0x10000000)
>     (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0,
>     hwp->PIOOffset is 0x0000
>     (WW) intel(0): EXA greedy migration mode enabled.
>     (II) EXA(0): Forcing greedy migration option
>     (II) EXA(0): Offscreen pixmap area of 19660800 bytes
>     (II) EXA(0): Driver registered support for the following operations:
>     (II)         Solid
>     (II)         Copy
>     (II)         Composite (RENDER acceleration)
>     (==) intel(0): Backing store disabled
>     (==) intel(0): Silken mouse enabled
>     (II) intel(0): Initializing HW Cursor
>     (II) intel(0): [DRI] installation complete
>     (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0077f000
>     (pgoffset 1919)
>     (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x01a00000
>     (pgoffset 6656)
>     (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x02040000
>     (pgoffset 8256)
>     (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x02680000
>     (pgoffset 9856)
>     (II) intel(0): Fixed memory allocation layout:
>     (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
>     (II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB)
>     (II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)
>     (II) intel(0): 0x00032000-0x00041fff: exa G965 state buffer (64 kB)
>     (II) intel(0): 0x00042000-0x00042fff: overlay registers (4 kB)
>     (II) intel(0): 0x00100000-0x0073ffff: front buffer (6400 kB) X tiled
>     (II) intel(0): 0x00740000-0x019fffff: exa offscreen (19200 kB)
>     (II) intel(0): 0x0077f000:            end of stolen memory
>     (II) intel(0): 0x01a00000-0x0203ffff: back buffer (6400 kB) X tiled
>     (II) intel(0): 0x02040000-0x0267ffff: depth buffer (6400 kB) Y tiled
>     (II) intel(0): 0x02680000-0x0467ffff: classic textures (32768 kB)
>     (II) intel(0): 0x10000000:            end of aperture
>     (II) intel(0): Output configuration:
>     (II) intel(0):   Pipe A is off
>     (II) intel(0):   Display plane A is now disabled and connected to
>     pipe A.
>     (II) intel(0):   Pipe B is on
>     (II) intel(0):   Display plane B is now enabled and connected to
>     pipe B.
>     (II) intel(0):   Output VGA is connected to pipe none
>     (II) intel(0):   Output LVDS is connected to pipe B
>     (II) intel(0):   Output TV is connected to pipe none
>     (II) intel(0): [drm] dma control initialized, using IRQ 19
>     (II) intel(0): RandR 1.2 enabled, ignore the following RandR
>     disabled message.
>     (**) Option "dpms"
>     (**) intel(0): DPMS enabled
>     (II) intel(0): Set up overlay video
>     (II) intel(0): direct rendering: Enabled
>     (WW) intel(0): Option "XAANoOffscreenPixmaps" is not used
>     (--) RandR disabled
>     (II) Initializing built-in extension MIT-SHM
>     (II) Initializing built-in extension XInputExtension
>     (II) Initializing built-in extension XTEST
>     (II) Initializing built-in extension XKEYBOARD
>     (II) Initializing built-in extension XC-APPGROUP
>     (II) Initializing built-in extension XAccessControlExtension
>     (II) Initializing built-in extension SECURITY
>     (II) Initializing built-in extension XINERAMA
>     (II) Initializing built-in extension XFIXES
>     (II) Initializing built-in extension XFree86-Bigfont
>     (II) Initializing built-in extension RENDER
>     (II) Initializing built-in extension RANDR
>     (II) Initializing built-in extension COMPOSITE
>     (II) Initializing built-in extension DAMAGE
>     (II) Initializing built-in extension XEVIE
>     drmOpenDevice: node name is /dev/dri/card0
>     drmOpenDevice: open result is 9, (OK)
>     drmOpenByBusid: Searching for BusID pci:0000:00:02.0
>     drmOpenDevice: node name is /dev/dri/card0
>     drmOpenDevice: open result is 9, (OK)
>     drmOpenByBusid: drmOpenMinor returns 9
>     drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
>     (WW) AIGLX: 3D driver claims to not support visual 0x23
>     (WW) AIGLX: 3D driver claims to not support visual 0x24
>     (WW) AIGLX: 3D driver claims to not support visual 0x25
>     (WW) AIGLX: 3D driver claims to not support visual 0x26
>     (WW) AIGLX: 3D driver claims to not support visual 0x27
>     (WW) AIGLX: 3D driver claims to not support visual 0x28
>     (WW) AIGLX: 3D driver claims to not support visual 0x29
>     (WW) AIGLX: 3D driver claims to not support visual 0x2a
>     (WW) AIGLX: 3D driver claims to not support visual 0x2b
>     (WW) AIGLX: 3D driver claims to not support visual 0x2c
>     (WW) AIGLX: 3D driver claims to not support visual 0x2d
>     (WW) AIGLX: 3D driver claims to not support visual 0x2e
>     (WW) AIGLX: 3D driver claims to not support visual 0x2f
>     (WW) AIGLX: 3D driver claims to not support visual 0x30
>     (WW) AIGLX: 3D driver claims to not support visual 0x31
>     (WW) AIGLX: 3D driver claims to not support visual 0x32
>     (II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
>     (II) GLX: Initialized DRI GL provider for screen 0
>     (II) intel(0): Setting screen physical size to 331 x 207
>     (**) Option "CoreKeyboard"
>     (**) Generic Keyboard: always reports core events
>     (**) Option "Protocol" "standard"
>     (**) Generic Keyboard: Protocol: standard
>     (**) Option "AutoRepeat" "500 30"
>     (**) Option "XkbRules" "xorg"
>     (**) Generic Keyboard: XkbRules: "xorg"
>     (**) Option "XkbModel" "pc105"
>     (**) Generic Keyboard: XkbModel: "pc105"
>     (**) Option "XkbLayout" "es"
>     (**) Generic Keyboard: XkbLayout: "es"
>     (**) Option "XkbOptions" "lv3:ralt_switch"
>     (**) Generic Keyboard: XkbOptions: "lv3:ralt_switch"
>     (**) Option "CustomKeycodes" "off"
>     (**) Generic Keyboard: CustomKeycodes disabled
>     (**) Option "Protocol" "ImPS/2"
>     (**) Configured Mouse: Device: "/dev/input/mice"
>     (**) Configured Mouse: Protocol: "ImPS/2"
>     (**) Option "CorePointer"
>     (**) Configured Mouse: always reports core events
>     (**) Option "Device" "/dev/input/mice"
>     (**) Option "Emulate3Buttons" "true"
>     (**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
>     (**) Option "ZAxisMapping" "4 5"
>     (**) Configured Mouse: ZAxisMapping: buttons 4 and 5
>     (**) Configured Mouse: Buttons: 9
>     (**) Configured Mouse: Sensitivity: 1
>     Atom 4, CARD32 4, unsigned long 4
>     (II) Synaptics touchpad driver version 0.14.6 (1406)
>     (--) Synaptics Touchpad auto-dev sets device to /dev/input/event4
>     (**) Option "Device" "/dev/input/event4"
>     (**) Option "HorizScrollDelta" "0"
>     (--) Synaptics Touchpad touchpad found
>     (**) Option "SendCoreEvents" "true"
>     (**) Synaptics Touchpad: always reports core events
>     (II) evaluating device (Synaptics Touchpad)
>     (II) XINPUT: Adding extended input device "Synaptics Touchpad"
>     (type: MOUSE)
>     (II) evaluating device (Configured Mouse)
>     (II) XINPUT: Adding extended input device "Configured Mouse"
>     (type: MOUSE)
>     (II) evaluating device (Generic Keyboard)
>     (II) XINPUT: Adding extended input device "Generic Keyboard"
>     (type: KEYBOARD)
>     (--) Synaptics Touchpad auto-dev sets device to /dev/input/event4
>     (**) Option "Device" "/dev/input/event4"
>     (--) Synaptics Touchpad touchpad found
>     (II) Configured Mouse: ps2EnableDataReporting: succeeded
>     Could not init font path element /usr/share/fonts/X11/cyrillic,
>     removing from list!
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): EDID vendor "CPT", prod id 5041
>     (II) intel(0): Printing DDC gathered Modelines:
>     (II) intel(0): Modeline "1280x800"x0.0   68.90  1280 1304 1336
>     1408  800 801 804 813 -hsync -vsync (48.9 kHz)
>     (II) intel(0): EDID vendor "CPT", prod id 5041
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): EDID vendor "CPT", prod id 5041
>     (II) intel(0): Printing DDC gathered Modelines:
>     (II) intel(0): Modeline "1280x800"x0.0   68.90  1280 1304 1336
>     1408  800 801 804 813 -hsync -vsync (48.9 kHz)
>     (II) intel(0): EDID vendor "CPT", prod id 5041
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): EDID vendor "CPT", prod id 5041
>     (II) intel(0): Printing DDC gathered Modelines:
>     (II) intel(0): Modeline "1280x800"x0.0   68.90  1280 1304 1336
>     1408  800 801 804 813 -hsync -vsync (48.9 kHz)
>     (II) intel(0): EDID vendor "CPT", prod id 5041
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): EDID vendor "CPT", prod id 5041
>     (II) intel(0): Printing DDC gathered Modelines:
>     (II) intel(0): Modeline "1280x800"x0.0   68.90  1280 1304 1336
>     1408  800 801 804 813 -hsync -vsync (48.9 kHz)
>     (II) intel(0): EDID vendor "CPT", prod id 5041
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): EDID vendor "CPT", prod id 5041
>     (II) intel(0): Printing DDC gathered Modelines:
>     (II) intel(0): Modeline "1280x800"x0.0   68.90  1280 1304 1336
>     1408  800 801 804 813 -hsync -vsync (48.9 kHz)
>     (II) intel(0): EDID vendor "CPT", prod id 5041
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>     (II) intel(0): fbc disabled on plane a
>
>     wineos@wineos-laptop:~/Desktop/logs$ dpkg -l | grep xorg
>     ii  libglu1-xorg-dev                                              
>                                                                      
>      1:7.3+10ubuntu10                                   transitional
>     package for Debian etch
>     ii  xorg                                                          
>                                                                      
>      1:7.3+10ubuntu10                                   X.Org X Window
>     System
>     ii  xorg-dev                                                      
>                                                                      
>      1:7.3+10ubuntu10                                   the X.Org X
>     Window System development librar
>     ii  xserver-xorg                                                  
>                                                                      
>      1:7.3+10ubuntu10                                   the X.Org X server
>     ii  xserver-xorg-core                                            
>                                                                      
>       2:1.4.1~git20080131-1ubuntu9                       Xorg X server
>     - core server
>     ii  xserver-xorg-dev                                              
>                                                                      
>      2:1.4.1~git20080131-1ubuntu9                       Xorg X server
>     - development files
>     ii  xserver-xorg-input-all                                        
>                                                                      
>      1:7.3+10ubuntu10                                   the X.Org X
>     server -- input driver metapacka
>     ii  xserver-xorg-input-elographics                                
>                                                                      
>      1:1.1.0-3                                          X.Org X server
>     -- ELOGraphics input driver
>     ii  xserver-xorg-input-evdev                                      
>                                                                      
>      1:1.2.0-1ubuntu2                                   X.Org X server
>     -- evdev input driver
>     ii  xserver-xorg-input-kbd                                        
>                                                                      
>      1:1.2.2-3ubuntu1                                   X.Org X server
>     -- keyboard input driver
>     ii  xserver-xorg-input-mouse                                      
>                                                                      
>      1:1.2.3-2                                          X.Org X server
>     -- mouse input driver
>     ii  xserver-xorg-input-synaptics                                  
>                                                                      
>      0.14.7~git20070706-1ubuntu4                        Synaptics
>     TouchPad driver for X.Org server
>     ii  xserver-xorg-input-vmmouse                                    
>                                                                      
>      1:12.4.3-1ubuntu1                                  X.Org X server
>     -- VMMouse input driver to us
>     ii  xserver-xorg-input-wacom                                      
>                                                                      
>      1:0.7.9.8-0ubuntu3                                 X.Org X server
>     -- Wacom input driver
>     ii  xserver-xorg-video-dummy                                      
>                                                                      
>      1:0.2.0-7                                          X.Org X server
>     -- dummy display driver
>     ii  xserver-xorg-video-fbdev                                      
>                                                                      
>      1:0.3.1-4                                          X.Org X server
>     -- fbdev display driver
>     ii  xserver-xorg-video-glint                                      
>                                                                      
>      1:1.1.1-8                                          X.Org X server
>     -- Glint display driver
>     ii  xserver-xorg-video-intel                                      
>                                                                      
>      2:2.2.1-1ubuntu13                                  X.Org X server
>     -- Intel i8xx, i9xx display d
>     ii  xserver-xorg-video-vesa                                      
>                                                                      
>       1:1.3.0-4ubuntu4                                   X.Org X
>     server -- VESA display driver
>     ii  xserver-xorg-video-vga                                        
>                                                                      
>      1:4.1.0-8                                          X.Org X server
>     -- VGA display driver
>     ii  xserver-xorg-video-vmware                                    
>                                                                      
>       1:10.15.2-1ubuntu2                                 X.Org X
>     server -- VMware display driver
>
>
>     _______________________________________________
>     xorg mailing list
>     xorg@xxxxxxxxxxxxxxxxxxxxx <mailto:xorg@xxxxxxxxxxxxxxxxxxxxx>
>     http://lists.freedesktop.org/mailman/listinfo/xorg
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> xorg mailing list
> xorg@xxxxxxxxxxxxxxxxxxxxx
> http://lists.freedesktop.org/mailman/listinfo/xorg
Thx for the answer.
The problem was a different libGL in /usr/lib/ than the XFree86. 
Removing packages, cleaning a little that folder and reinstalling mesa 
solved the problem.

Greetings
Oscar Merino
_______________________________________________
xorg mailing list
xorg@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/xorg


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [X Forum]     [Intel Graphics]     [AMD Graphics]     [Nouveau Driver]     [XFree86]     [XFree86 Newbie]     [IETF Annouce]     [Security]     [Fontconfig]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Video for Linux]     [Linux RAID]

  Powered by Linux