Dont know if it will help, but I would recommend using the <br><br>LIBGL_DEBUG=verbose<br><br>then running glxinfo to see if it is helpful.<br><br>Also, Im running a different distro, but I had to manually fix the mtrr settings before starting X, otherwise it would not work.<br>
<br>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.<br><br>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)<br>
<br>name of display: :0.0<br>libGL: XF86DRIGetClientDriverName: 1.8.0 i965 (screen 0)<br>libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/i965_dri.so<br>drmOpenDevice: node name is /dev/dri/card0<br>drmOpenDevice: open result is 4, (OK)<br>
drmOpenByBusid: Searching for BusID pci:0000:00:02.0<br>drmOpenDevice: node name is /dev/dri/card0<br>drmOpenDevice: open result is 4, (OK)<br>drmOpenByBusid: drmOpenMinor returns 4<br>drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0<br>
libGL error:<br>Can't open configuration file /etc/drirc: No such file or directory.<br>libGL error:<br>Can't open configuration file /home/garrett/.drirc: No such file or directory.<br>display: :0  screen: 0<br>direct rendering: Yes<br>
<br><br>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.  <br>
<br>#!/bin/sh<br># Fix wrong MTRR setting<br>echo "disable=0" > /proc/mtrr<br>echo "disable=1" > /proc/mtrr<br>echo "disable=2" > /proc/mtrr<br>echo "disable=3" > /proc/mtrr<br>
echo "base=0x00000000 size=0x80000000 type=write-back" > /proc/mtrr<br>echo "base=0x7f800000 size=0x800000 type=uncachable" > /proc/mtrr<br>echo "base=0x7f700000 size=0x100000 type=uncachable" > /proc/mtrr<br>
<br><br><div class="gmail_quote">On Mon, May 12, 2008 at 2:12 PM, CelebrE <<a href="mailto:celebre@gmail.com">celebre@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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.<br>

<br>
I hope that the provided information will be help full to resolve the problem.<br>
<br>
Best Regards,<br>
Oscar Merino<br>
<br>
<br>[    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)<br>
[    0.000000] BIOS-provided physical RAM map:<br>
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)<br>
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)<br>
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)<br>
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007f6d0000 (usable)<br>
[    0.000000]  BIOS-e820: 000000007f6d0000 - 000000007f6df000 (ACPI NVS)<br>
[    0.000000]  BIOS-e820: 000000007f6df000 - 0000000080000000 (reserved)<br>
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)<br>
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)<br>
[    0.000000]  BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)<br>
[    0.000000]  BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)<br>
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)<br>
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)<br>
[    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)<br>
[    0.000000] 1142MB HIGHMEM available.<br>
[    0.000000] 896MB LOWMEM available.<br>
[    0.000000] found SMP MP-table at 000f80e0<br>
[    0.000000] Entering add_active_range(0, 0, 521936) 0 entries of 256 used<br>
[    0.000000] Zone PFN ranges:<br>
[    0.000000]   DMA             0 ->     4096<br>
[    0.000000]   Normal       4096 ->   229376<br>
[    0.000000]   HighMem    229376 ->   521936<br>
[    0.000000] Movable zone start PFN for each node<br>
[    0.000000] early_node_map[1] active PFN ranges<br>
[    0.000000]     0:        0 ->   521936<br>
[    0.000000] On node 0 totalpages: 521936<br>
[    0.000000]   DMA zone: 32 pages used for memmap<br>
[    0.000000]   DMA zone: 0 pages reserved<br>
[    0.000000]   DMA zone: 4064 pages, LIFO batch:0<br>
[    0.000000]   Normal zone: 1760 pages used for memmap<br>
[    0.000000]   Normal zone: 223520 pages, LIFO batch:31<br>
[    0.000000]   HighMem zone: 2285 pages used for memmap<br>
[    0.000000]   HighMem zone: 290275 pages, LIFO batch:31<br>
[    0.000000]   Movable zone: 0 pages used for memmap<br>
[    0.000000] DMI present.<br>
[    0.000000] ACPI: RSDP signature @ 0xC00F80B0 checksum 0<br>
[    0.000000] ACPI: RSDP 000F80B0, 0024 (r2 PTLTD )<br>
[    0.000000] ACPI: XSDT 7F6D4EFD, 0084 (r1 FSC    PC        6040000  LTP        0)<br>
[    0.000000] ACPI: FACP 7F6DBC2C, 00F4 (r3 INTEL  CRESTLNE  6040000 ALAN        1)<br>
[    0.000000] ACPI: DSDT 7F6D644B, 576D (r2 ECS___ F43_____  6040000 INTL 20050624)<br>
[    0.000000] ACPI: FACS 7F6DEFC0, 0040<br>
[    0.000000] ACPI: APIC 7F6DBD20, 0068 (r1 INTEL  CRESTLNE  6040000 LOHR       5A)<br>
[    0.000000] ACPI: HPET 7F6DBD88, 0038 (r1 INTEL  CRESTLNE  6040000 LOHR       5A)<br>
[    0.000000] ACPI: MCFG 7F6DBDC0, 003C (r1 INTEL  CRESTLNE  6040000 LOHR       5A)<br>
[    0.000000] ACPI: TMOR 7F6DBDFC, 0026 (r1 PTLTD            6040000 PTL         3)<br>
[    0.000000] ACPI: APIC 7F6DBE22, 0068 (r1 PTLTD       APIC    6040000  LTP        0)<br>
[    0.000000] ACPI: SLIC 7F6DBE8A, 0176 (r1 FSC    PC        6040000  LTP        0)<br>
[    0.000000] ACPI: SSDT 7F6D616E, 02DD (r1 SataRe SataAhci     1000 INTL 20050624)<br>
[    0.000000] ACPI: SSDT 7F6D609E, 00D0 (r1 BrtRef  DD01BRT     1000 INTL 20050624)<br>
[    0.000000] ACPI: SSDT 7F6D5586, 025F (r1  PmRef  Cpu0Tst     3000 INTL 20050624)<br>
[    0.000000] ACPI: SSDT 7F6D54E0, 00A6 (r1  PmRef  Cpu1Tst     3000 INTL 20050624)<br>
[    0.000000] ACPI: SSDT 7F6D4F81, 055F (r1  PmRef    CpuPm     3000 INTL 20050624)<br>
[    0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0<br>
[    0.000000] ACPI: If "acpi_apic_instance=2" works better, notify <a href="mailto:linux-acpi@vger.kernel.org">linux-acpi@vger.kernel.org</a><br>
[    0.000000] ACPI: PM-Timer IO Port: 0x1008<br>
[    0.000000] ACPI: Local APIC address 0xfee00000<br>
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)<br>
[    0.000000] Processor #0 6:15 APIC version 20<br>
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)<br>
[    0.000000] Processor #1 6:15 APIC version 20<br>
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])<br>
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])<br>
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])<br>
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23<br>
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)<br>
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)<br>
[    0.000000] ACPI: IRQ0 used by override.<br>
[    0.000000] ACPI: IRQ2 used by override.<br>
[    0.000000] ACPI: IRQ9 used by override.<br>
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs<br>
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000<br>
[    0.000000] Using ACPI (MADT) for SMP configuration information<br>
[    0.000000] Allocating PCI resources starting at 88000000 (gap: 80000000:60000000)<br>
[    0.000000] swsusp: Registered nosave memory region: 000000000009f000 - 00000000000a0000<br>
[    0.000000] swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000e0000<br>
[    0.000000] swsusp: Registered nosave memory region: 00000000000e0000 - 0000000000100000<br>
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 517859<br>
[    0.000000] Kernel command line: root=UUID=b126c101-7da7-4578-81e8-aa0a675fa171 ro splash vga=773<br>
[    0.000000] mapped APIC to ffffb000 (fee00000)<br>
[    0.000000] mapped IOAPIC to ffffa000 (fec00000)<br>
[    0.000000] Enabling fast FPU save and restore... done.<br>
[    0.000000] Enabling unmasked SIMD FPU exception support... done.<br>
[    0.000000] Initializing CPU#0<br>
[    0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)<br>
[    0.000000] Detected 1995.042 MHz processor.<br>
[   10.844903] Console: colour dummy device 80x25<br>
[   10.844906] console [tty0] enabled<br>
[   10.845308] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)<br>
[   10.845574] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)<br>
[   10.919064] Memory: 2057908k/2087744k available (2164k kernel code, 28652k reserved, 1006k data, 364k init, 1170240k highmem)<br>
[   10.919076] virtual kernel memory layout:<br>
[   10.919077]     fixmap  : 0xfff4b000 - 0xfffff000   ( 720 kB)<br>
[   10.919078]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)<br>
[   10.919079]     vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)<br>
[   10.919080]     lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)<br>
[   10.919080]       .init : 0xc041f000 - 0xc047a000   ( 364 kB)<br>
[   10.919081]       .data : 0xc031d2ad - 0xc0418dc4   (1006 kB)<br>
[   10.919082]       .text : 0xc0100000 - 0xc031d2ad   (2164 kB)<br>
[   10.919096] Checking if this processor honours the WP bit even in supervisor mode... Ok.<br>
[   10.919134] SLUB: Genslabs=11, HWalign=64, Order=0-1, MinObjects=4, CPUs=2, Nodes=1<br>
[   10.919263] hpet clockevent registered<br>
[   10.999226] Calibrating delay using timer specific routine.. 3994.21 BogoMIPS (lpj=7988437)<br>
[   10.999248] Security Framework initialized<br>
[   10.999255] SELinux:  Disabled at boot.<br>
[   10.999267] AppArmor: AppArmor initialized<br>
[   10.999272] Failure registering capabilities with primary security module.<br>
[   10.999280] Mount-cache hash table entries: 512<br>
[   10.999387] CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e3bd 00000000 00000001 00000001<br>
[   10.999394] monitor/mwait feature present.<br>
[   10.999397] using mwait in idle threads.<br>
[   10.999401] CPU: L1 I cache: 32K, L1 D cache: 32K<br>
[   10.999404] CPU: L2 cache: 4096K<br>
[   10.999408] CPU: Physical Processor ID: 0<br>
[   10.999410] CPU: Processor Core ID: 0<br>
[   10.999412] CPU: After all inits, caps: bfebfbff 20100000 00000000 00003940 0000e3bd 00000000 00000001 00000001<br>
[   10.999420] Compat vDSO mapped to ffffe000.<br>
[   10.999432] Checking 'hlt' instruction... OK.<br>
[   11.079494] SMP alternatives: switching to UP code<br>
[   11.080800] Early unpacking initramfs... done<br>
[   11.338490] ACPI: Core revision 20070126<br>
[   11.338526] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.<br>
[   11.396451] CPU0: Intel(R) Core(TM)2 Duo CPU     T7300  @ 2.00GHz stepping 0a<br>
[   11.396473] SMP alternatives: switching to SMP code<br>
[   11.397027] Booting processor 1/1 eip 3000<br>
[   11.407433] Initializing CPU#1<br>
[   11.486948] Calibrating delay using timer specific routine.. 3989.88 BogoMIPS (lpj=7979769)<br>
[   11.486954] CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e3bd 00000000 00000001 00000001<br>
[   11.486958] monitor/mwait feature present.<br>
[   11.486961] CPU: L1 I cache: 32K, L1 D cache: 32K<br>
[   11.486962] CPU: L2 cache: 4096K<br>
[   11.486964] CPU: Physical Processor ID: 0<br>
[   11.486965] CPU: Processor Core ID: 1<br>
[   11.486966] CPU: After all inits, caps: bfebfbff 20100000 00000000 00003940 0000e3bd 00000000 00000001 00000001<br>
[   11.487669] CPU1: Intel(R) Core(TM)2 Duo CPU     T7300  @ 2.00GHz stepping 0a<br>
[   11.487704] Total of 2 processors activated (7984.10 BogoMIPS).<br>
[   11.487874] ENABLING IO-APIC IRQs<br>
[   11.488060] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1<br>
[   11.634960] checking TSC synchronization [CPU#0 -> CPU#1]: passed.<br>
[   11.654965] Brought up 2 CPUs<br>
[   11.654987] CPU0 attaching sched-domain:<br>
[   11.654990]  domain 0: span 03<br>
[   11.654991]   groups: 01 02<br>
[   11.654994] CPU1 attaching sched-domain:<br>
[   11.654995]  domain 0: span 03<br>
[   11.654997]   groups: 02 01<br>
[   11.655176] net_namespace: 64 bytes<br>
[   11.655186] Booting paravirtualized kernel on bare hardware<br>
[   11.655599] Time: 14:51:35  Date: 05/11/08<br>
[   11.655645] NET: Registered protocol family 16<br>
[   11.655798] EISA bus registered<br>
[   11.655803] ACPI: bus type pci registered<br>
[   11.656180] PCI: PCI BIOS revision 3.00 entry at 0xfde31, last bus=8<br>
[   11.656184] PCI: Using configuration type 1<br>
[   11.656187] Setting up standard PCI resources<br>
[   11.658238] ACPI: EC: Look up EC in DSDT<br>
[   11.659669] ACPI: BIOS _OSI(Linux) query ignored<br>
[   11.659673] ACPI: DMI System Vendor: OEM<br>
[   11.659677] ACPI: DMI Product Name: OEM<br>
[   11.659680] ACPI: DMI Product Version:<br>
[   11.659683] ACPI: DMI Board Name: OEM<br>
[   11.659686] ACPI: DMI BIOS Vendor: Phoenix Technologies LTD<br>
[   11.659689] ACPI: DMI BIOS Date: 04/25/2007<br>
[   11.659692] ACPI: Please send DMI info above to <a href="mailto:linux-acpi@vger.kernel.org">linux-acpi@vger.kernel.org</a><br>
[   11.659695] ACPI: If "acpi_osi=Linux" works better, please notify <a href="mailto:linux-acpi@vger.kernel.org">linux-acpi@vger.kernel.org</a><br>
[   11.659882] ACPI: Interpreter enabled<br>
[   11.659886] ACPI: (supports S0 S3 S4 S5)<br>
[   11.659900] ACPI: Using IOAPIC for interrupt routing<br>
[   11.667662] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62<br>
[   11.667666] ACPI: EC: driver started in poll mode<br>
[   11.667703] ACPI: PCI Root Bridge [PCI0] (0000:00)<br>
[   11.668682] PCI quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO<br>
[   11.668688] PCI quirk: region 1180-11bf claimed by ICH6 GPIO<br>
[   11.669677] PCI: Transparent bridge - 0000:00:1e.0<br>
[   11.669724] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]<br>
[   11.670033] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]<br>
[   11.670139] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]<br>
[   11.670243] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]<br>
[   11.670361] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]<br>
[   11.679405] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)<br>
[   11.679494] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10<br>
[   11.679581] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *7 10 12 14 15)<br>
[   11.679667] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10<br>
[   11.679753] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.<br>
[   11.679840] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)<br>
[   11.679926] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11<br>
[   11.680013] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10<br>
[   11.680139] Linux Plug and Play Support v0.97 (c) Adam Belay<br>
[   11.680165] pnp: PnP ACPI init<br>
[   11.680172] ACPI: bus type pnp registered<br>
[   11.681705] ACPI: EC: non-query interrupt received, switching to interrupt mode<br>
[   11.682046] pnp: PnP ACPI: found 10 devices<br>
[   11.682050] ACPI: ACPI bus type pnp unregistered<br>
[   11.682055] PnPBIOS: Disabled by ACPI PNP<br>
[   11.682271] PCI: Using ACPI for IRQ routing<br>
[   11.682275] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report<br>
[   11.782793] NET: Registered protocol family 8<br>
[   11.782797] NET: Registered protocol family 20<br>
[   11.782825] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0<br>
[   11.782831] hpet0: 3 64-bit timers, 14318180 Hz<br>
[   11.783861] AppArmor: AppArmor Filesystem Enabled<br>
[   11.786785] Time: tsc clocksource has been installed.<br>
[   11.786797] Switched to high resolution mode on CPU 0<br>
[   11.786887] Switched to high resolution mode on CPU 1<br>
[   11.802768] system 00:01: iomem range 0xfed1c000-0xfed1ffff could not be reserved<br>
[   11.802774] system 00:01: iomem range 0xfed14000-0xfed17fff could not be reserved<br>
[   11.802779] system 00:01: iomem range 0xfed18000-0xfed18fff could not be reserved<br>
[   11.802784] system 00:01: iomem range 0xfed19000-0xfed19fff could not be reserved<br>
[   11.802789] system 00:01: iomem range 0xe0000000-0xefffffff could not be reserved<br>
[   11.802793] system 00:01: iomem range 0xfed20000-0xfed3ffff could not be reserved<br>
[   11.802798] system 00:01: iomem range 0xfed40000-0xfed44fff could not be reserved<br>
[   11.802803] system 00:01: iomem range 0xfed45000-0xfed8ffff could not be reserved<br>
[   11.802808] system 00:01: iomem range 0xf0401000-0xf0401fff has been reserved<br>
[   11.802816] system 00:04: iomem range 0xfed00000-0xfed003ff could not be reserved<br>
[   11.802824] system 00:06: ioport range 0x200-0x20f has been reserved<br>
[   11.802828] system 00:06: ioport range 0x260-0x26f has been reserved<br>
[   11.802832] system 00:06: ioport range 0x300-0x30f has been reserved<br>
[   11.802836] system 00:06: ioport range 0x378-0x387 has been reserved<br>
[   11.802840] system 00:06: ioport range 0x3f0-0x3ff could not be reserved<br>
[   11.802844] system 00:06: ioport range 0x680-0x69f has been reserved<br>
[   11.802848] system 00:06: ioport range 0x800-0x80f has been reserved<br>
[   11.802852] system 00:06: ioport range 0x1000-0x107f has been reserved<br>
[   11.802856] system 00:06: ioport range 0x1180-0x11bf has been reserved<br>
[   11.802860] system 00:06: ioport range 0x1640-0x164f has been reserved<br>
[   11.802865] system 00:06: ioport range 0xfe00-0xfe00 has been reserved<br>
[   11.833199] PCI: Bridge: 0000:00:1c.0<br>
[   11.833204]   IO window: 2000-2fff<br>
[   11.833211]   MEM window: f6000000-f7ffffff<br>
[   11.833217]   PREFETCH window: f0000000-f1ffffff<br>
[   11.833224] PCI: Bridge: 0000:00:1c.2<br>
[   11.833228]   IO window: 3000-3fff<br>
[   11.833235]   MEM window: f8000000-f9ffffff<br>
[   11.833241]   PREFETCH window: f2000000-f3ffffff<br>
[   11.833248] PCI: Bridge: 0000:00:1c.3<br>
[   11.833252]   IO window: 4000-4fff<br>
[   11.833259]   MEM window: fa000000-fbffffff<br>
[   11.833264]   PREFETCH window: f4000000-f5ffffff<br>
[   11.833271] PCI: Bridge: 0000:00:1e.0<br>
[   11.833274]   IO window: disabled.<br>
[   11.833280]   MEM window: disabled.<br>
[   11.833285]   PREFETCH window: disabled.<br>
[   11.833316] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 16<br>
[   11.833325] PCI: Setting latency timer of device 0000:00:1c.0 to 64<br>
[   11.833350] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 17<br>
[   11.833358] PCI: Setting latency timer of device 0000:00:1c.2 to 64<br>
[   11.833382] ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 18<br>
[   11.833389] PCI: Setting latency timer of device 0000:00:1c.3 to 64<br>
[   11.833403] PCI: Setting latency timer of device 0000:00:1e.0 to 64<br>
[   11.833413] NET: Registered protocol family 2<br>
[   11.870751] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)<br>
[   11.870939] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)<br>
[   11.871288] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)<br>
[   11.871450] TCP: Hash tables configured (established 131072 bind 65536)<br>
[   11.871455] TCP reno registered<br>
[   11.882796] checking if image is initramfs... it is<br>
[   12.437940] Freeing initrd memory: 7350k freed<br>
[   12.438583] audit: initializing netlink socket (disabled)<br>
[   12.438599] audit(1210517495.277:1): initialized<br>
[   12.438792] highmem bounce pool size: 64 pages<br>
[   12.440386] VFS: Disk quotas dquot_6.5.1<br>
[   12.440450] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)<br>
[   12.440562] io scheduler noop registered<br>
[   12.440565] io scheduler anticipatory registered<br>
[   12.440569] io scheduler deadline registered<br>
[   12.440579] io scheduler cfq registered (default)<br>
[   12.440591] Boot video device is 0000:00:02.0<br>
[   12.440796] PCI: Setting latency timer of device 0000:00:1c.0 to 64<br>
[   12.440855] assign_interrupt_mode Found MSI capability<br>
[   12.440907] Allocate Port Service[0000:00:1c.0:pcie00]<br>
[   12.440935] Allocate Port Service[0000:00:1c.0:pcie02]<br>
[   12.441029] PCI: Setting latency timer of device 0000:00:1c.2 to 64<br>
[   12.441088] assign_interrupt_mode Found MSI capability<br>
[   12.441137] Allocate Port Service[0000:00:1c.2:pcie00]<br>
[   12.441162] Allocate Port Service[0000:00:1c.2:pcie02]<br>
[   12.441256] PCI: Setting latency timer of device 0000:00:1c.3 to 64<br>
[   12.441314] assign_interrupt_mode Found MSI capability<br>
[   12.441362] Allocate Port Service[0000:00:1c.3:pcie00]<br>
[   12.441390] Allocate Port Service[0000:00:1c.3:pcie02]<br>
[   12.441611] isapnp: Scanning for PnP cards...<br>
[   12.795778] isapnp: No Plug & Play device found<br>
[   12.816104] Real Time Clock Driver v1.12ac<br>
[   12.816297] hpet_resources: 0xfed00000 is busy<br>
[   12.816321] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled<br>
[   12.817272] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize<br>
[   12.817328] input: Macintosh mouse button emulation as /devices/virtual/input/input0<br>
[   12.817409] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12<br>
[   12.821669] i8042.c: Detected active multiplexing controller, rev 1.1.<br>
[   12.824150] serio: i8042 KBD port at 0x60,0x64 irq 1<br>
[   12.824156] serio: i8042 AUX0 port at 0x60,0x64 irq 12<br>
[   12.824160] serio: i8042 AUX1 port at 0x60,0x64 irq 12<br>
[   12.824163] serio: i8042 AUX2 port at 0x60,0x64 irq 12<br>
[   12.824167] serio: i8042 AUX3 port at 0x60,0x64 irq 12<br>
[   12.843214] mice: PS/2 mouse device common for all mice<br>
[   12.843303] EISA: Probing bus 0 at eisa.0<br>
[   12.843311] Cannot allocate resource for EISA slot 1<br>
[   12.843314] Cannot allocate resource for EISA slot 2<br>
[   12.843318] Cannot allocate resource for EISA slot 3<br>
[   12.843321] Cannot allocate resource for EISA slot 4<br>
[   12.843341] EISA: Detected 0 cards.<br>
[   12.843345] cpuidle: using governor ladder<br>
[   12.843348] cpuidle: using governor menu<br>
[   12.843415] NET: Registered protocol family 1<br>
[   12.843439] Using IPI No-Shortcut mode<br>
[   12.843464] registered taskstats version 1<br>
[   12.843552]   Magic number: 8:642:889<br>
[   12.843593]   hash matches device 0000:00:1f.2<br>
[   12.843602] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found<br>
[   12.843605] EDD information not available.<br>
[   12.843786] Freeing unused kernel memory: 364k freed<br>
[   12.886331] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1<br>
[   13.035436] vesafb: framebuffer at 0xd0000000, mapped to 0xf8880000, using 1536k, total 7616k<br>
[   13.035444] vesafb: mode is 1024x768x8, linelength=1024, pages=8<br>
[   13.035447] vesafb: scrolling: redraw<br>
[   13.035450] vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0<br>
[   13.035540] Console: switching to colour frame buffer device 128x48<br>
[   13.041981] fb0: VESA VGA frame buffer device<br>
[   14.155903] vga16fb: initializing<br>
[   14.155906] vga16fb: mapped to 0xc00a0000<br>
[   14.155952] fb1: VGA16 VGA frame buffer device<br>
[   14.164412] fuse init (API version 7.9)<br>
[   14.178824] ACPI: SSDT 7F6D5D5C, 027A (r1  PmRef  Cpu0Ist     3000 INTL 20050624)<br>
[   14.181048] ACPI: SSDT 7F6D57E5, 04F2 (r1  PmRef  Cpu0Cst     3001 INTL 20050624)<br>
[   14.182715] Monitor-Mwait will be used to enter C-1 state<br>
[   14.182717] Monitor-Mwait will be used to enter C-2 state<br>
[   14.182794] ACPI: CPU0 (power states: C1[C1] C2[C2])<br>
[   14.182798] ACPI: Processor [CPU0] (supports 8 throttling states)<br>
[   14.182992] ACPI: SSDT 7F6D5FD6, 00C8 (r1  PmRef  Cpu1Ist     3000 INTL 20050624)<br>
[   14.183158] ACPI: SSDT 7F6D5CD7, 0085 (r1  PmRef  Cpu1Cst     3000 INTL 20050624)<br>
[   14.183937] ACPI: CPU1 (power states: C1[C1] C2[C2])<br>
[   14.183941] ACPI: Processor [CPU1] (supports 8 throttling states)<br>
[   14.185778] ACPI: Thermal Zone [THRM] (29 C)<br>
[   14.357365] usbcore: registered new interface driver usbfs<br>
[   14.357384] usbcore: registered new interface driver hub<br>
[   14.357406] usbcore: registered new device driver usb<br>
[   14.358558] USB Universal Host Controller Interface driver v3.0<br>
[   14.358600] ACPI: PCI Interrupt 0000:00:1a.0[A] -> GSI 16 (level, low) -> IRQ 19<br>
[   14.358610] PCI: Setting latency timer of device 0000:00:1a.0 to 64<br>
[   14.358614] uhci_hcd 0000:00:1a.0: UHCI Host Controller<br>
[   14.358792] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1<br>
[   14.358822] uhci_hcd 0000:00:1a.0: irq 19, io base 0x00001820<br>
[   14.358927] usb usb1: configuration #1 chosen from 1 choice<br>
[   14.358946] hub 1-0:1.0: USB hub found<br>
[   14.358950] hub 1-0:1.0: 2 ports detected<br>
[   14.465281] ACPI: PCI Interrupt 0000:00:1a.1[B] -> GSI 21 (level, low) -> IRQ 20<br>
[   14.465292] PCI: Setting latency timer of device 0000:00:1a.1 to 64<br>
[   14.465296] uhci_hcd 0000:00:1a.1: UHCI Host Controller<br>
[   14.465316] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2<br>
[   14.465348] uhci_hcd 0000:00:1a.1: irq 20, io base 0x00001840<br>
[   14.465442] usb usb2: configuration #1 chosen from 1 choice<br>
[   14.465461] hub 2-0:1.0: USB hub found<br>
[   14.465465] hub 2-0:1.0: 2 ports detected<br>
[   14.556392] SCSI subsystem initialized<br>
[   14.562755] libata version 3.00 loaded.<br>
[   14.569250] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 21<br>
[   14.569260] PCI: Setting latency timer of device 0000:00:1d.0 to 64<br>
[   14.569265] uhci_hcd 0000:00:1d.0: UHCI Host Controller<br>
[   14.569283] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 3<br>
[   14.569314] uhci_hcd 0000:00:1d.0: irq 21, io base 0x00001860<br>
[   14.569411] usb usb3: configuration #1 chosen from 1 choice<br>
[   14.569432] hub 3-0:1.0: USB hub found<br>
[   14.569436] hub 3-0:1.0: 2 ports detected<br>
[   14.673164] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 18<br>
[   14.673176] PCI: Setting latency timer of device 0000:00:1d.1 to 64<br>
[   14.673180] uhci_hcd 0000:00:1d.1: UHCI Host Controller<br>
[   14.673198] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 4<br>
[   14.673230] uhci_hcd 0000:00:1d.1: irq 18, io base 0x00001880<br>
[   14.673326] usb usb4: configuration #1 chosen from 1 choice<br>
[   14.673345] hub 4-0:1.0: USB hub found<br>
[   14.673349] hub 4-0:1.0: 2 ports detected<br>
[   14.777105] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 17<br>
[   14.777115] PCI: Setting latency timer of device 0000:00:1d.2 to 64<br>
[   14.777119] uhci_hcd 0000:00:1d.2: UHCI Host Controller<br>
[   14.777138] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 5<br>
[   14.777168] uhci_hcd 0000:00:1d.2: irq 17, io base 0x000018a0<br>
[   14.777264] usb usb5: configuration #1 chosen from 1 choice<br>
[   14.777283] hub 5-0:1.0: USB hub found<br>
[   14.777288] hub 5-0:1.0: 2 ports detected<br>
[   14.881073] ACPI: PCI Interrupt 0000:00:1a.7[C] -> GSI 18 (level, low) -> IRQ 17<br>
[   14.881086] PCI: Setting latency timer of device 0000:00:1a.7 to 64<br>
[   14.881090] ehci_hcd 0000:00:1a.7: EHCI Host Controller<br>
[   14.881109] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 6<br>
[   14.885015] ehci_hcd 0000:00:1a.7: debug port 1<br>
[   14.885022] PCI: cache line size of 32 is not supported by device 0000:00:1a.7<br>
[   14.885027] ehci_hcd 0000:00:1a.7: irq 17, io mem 0xfc404800<br>
[   14.900952] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004<br>
[   14.901037] usb usb6: configuration #1 chosen from 1 choice<br>
[   14.901057] hub 6-0:1.0: USB hub found<br>
[   14.901062] hub 6-0:1.0: 4 ports detected<br>
[   15.005021] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 21<br>
[   15.005039] PCI: Setting latency timer of device 0000:00:1d.7 to 64<br>
[   15.005044] ehci_hcd 0000:00:1d.7: EHCI Host Controller<br>
[   15.005075] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 7<br>
[   15.008973] ehci_hcd 0000:00:1d.7: debug port 1<br>
[   15.008980] PCI: cache line size of 32 is not supported by device 0000:00:1d.7<br>
[   15.008985] ehci_hcd 0000:00:1d.7: irq 21, io mem 0xfc404c00<br>
[   15.024894] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004<br>
[   15.025039] usb usb7: configuration #1 chosen from 1 choice<br>
[   15.025071] hub 7-0:1.0: USB hub found<br>
[   15.025078] hub 7-0:1.0: 6 ports detected<br>
[   15.124975] ahci 0000:00:1f.2: version 3.0<br>
[   15.125005] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 18<br>
[   15.764460] usb 3-1: new low speed USB device using uhci_hcd and address 2<br>
[   15.939721] usb 3-1: configuration #1 chosen from 1 choice<br>
[   15.954778] usbcore: registered new interface driver hiddev<br>
[   15.967816] input: Genius       Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1:1.0/input/input2<br>
[   15.996365] input,hidraw0: USB HID v1.10 Mouse [Genius       Optical Mouse] on usb-0000:00:1d.0-1<br>
[   15.996382] usbcore: registered new interface driver usbhid<br>
[   15.996386] /build/buildd/linux-2.6.24/drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver<br>
[   16.129268] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode<br>
[   16.129274] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part<br>
[   16.129282] PCI: Setting latency timer of device 0000:00:1f.2 to 64<br>
[   16.129502] scsi0 : ahci<br>
[   16.129628] scsi1 : ahci<br>
[   16.129732] scsi2 : ahci<br>
[   16.129802] ata1: SATA max UDMA/133 abar m2048@0xfc404000 port 0xfc404100 irq 220<br>
[   16.129806] ata2: SATA max UDMA/133 abar m2048@0xfc404000 port 0xfc404180 irq 220<br>
[   16.129809] ata3: SATA max UDMA/133 abar m2048@0xfc404000 port 0xfc404200 irq 220<br>
[   16.603974] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)<br>
[   16.653368] ata1.00: ATA-7: WDC WD1600BEVS-00RST0, 04.01G04, max UDMA/133<br>
[   16.653373] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)<br>
[   16.654186] ata1.00: configured for UDMA/133<br>
[   16.964758] ata2: SATA link down (SStatus 0 SControl 300)<br>
[   17.275577] ata3: SATA link down (SStatus 0 SControl 300)<br>
[   17.275735] scsi 0:0:0:0: Direct-Access     ATA      WDC WD1600BEVS-0 04.0 PQ: 0 ANSI: 5<br>
[   17.275980] r8169 Gigabit Ethernet driver 2.2LK loaded<br>
[   17.276008] ACPI: PCI Interrupt 0000:06:00.0[A] -> GSI 19 (level, low) -> IRQ 18<br>
[   17.276027] PCI: Setting latency timer of device 0000:06:00.0 to 64<br>
[   17.276325] eth0: RTL8101e at 0xf8a0e000, 00:03:0d:64:d2:30, XID 34000000 IRQ 219<br>
[   17.277237] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 19 (level, low) -> IRQ 18<br>
[   17.277268] PCI: Setting latency timer of device 0000:00:1f.1 to 64<br>
[   17.277280] ACPI: PCI interrupt for device 0000:00:1f.1 disabled<br>
[   17.280138] ata_piix 0000:00:1f.1: version 2.12<br>
[   17.280149] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 19 (level, low) -> IRQ 18<br>
[   17.280172] PCI: Setting latency timer of device 0000:00:1f.1 to 64<br>
[   17.280588] scsi3 : ata_piix<br>
[   17.281110] scsi4 : ata_piix<br>
[   17.281566] ata4: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14<br>
[   17.281569] ata5: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15<br>
[   17.285097] Driver 'sd' needs updating - please use bus_type methods<br>
[   17.292610] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)<br>
[   17.292627] sd 0:0:0:0: [sda] Write Protect is off<br>
[   17.292631] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00<br>
[   17.292654] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA<br>
[   17.292713] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)<br>
[   17.292727] sd 0:0:0:0: [sda] Write Protect is off<br>
[   17.292730] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00<br>
[   17.292753] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA<br>
[   17.292757]  sda: sda1 sda2 < sda5 ><br>
[   17.362563] sd 0:0:0:0: [sda] Attached SCSI disk<br>
[   17.366622] sd 0:0:0:0: Attached scsi generic sg0 type 0<br>
[   17.544370] Attempting manual resume<br>
[   17.544373] swsusp: Resume From Partition 8:5<br>
[   17.544375] PM: Checking swsusp image.<br>
[   17.544566] PM: Resume from disk failed.<br>
[   17.599843] ata4.00: ATAPI: Optiarc DVD RW AD-7540A, 1.01, max UDMA/33<br>
[   17.601510] kjournald starting.  Commit interval 5 seconds<br>
[   17.601524] EXT3-fs: mounted filesystem with ordered data mode.<br>
[   17.771688] ata4.00: configured for UDMA/33<br>
[   17.939480] scsi 3:0:0:0: CD-ROM            Optiarc  DVD RW AD-7540A  1.01 PQ: 0 ANSI: 5<br>
[   17.939576] scsi 3:0:0:0: Attached scsi generic sg1 type 5<br>
[   31.007589] input: PC Speaker as /devices/platform/pcspkr/input/input3<br>
[   31.128458] iTCO_vendor_support: vendor-support=0<br>
[   31.152420] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.02 (26-Jul-2007)<br>
[   31.228385] pci_hotplug: PCI Hot Plug PCI Core version: 0.5<br>
[   31.276379] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4<br>
[   31.510108] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1a0b1, caps: 0xa04713/0x200000<br>
[   31.547944] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input4<br>
[   31.560623] ACPI: AC Adapter [AC0] (on-line)<br>
[   31.605600] iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x1060)<br>
[   31.605639] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)<br>
[   31.640387] input: Power Button (FF) as /devices/virtual/input/input5<br>
[   31.699097] ACPI: Power Button (FF) [PWRF]<br>
[   31.699176] input: Power Button (CM) as /devices/virtual/input/input6<br>
[   31.767066] ACPI: Power Button (CM) [PWRB]<br>
[   31.767119] input: Lid Switch as /devices/virtual/input/input7<br>
[   31.799090] ACPI: Lid Switch [LID]<br>
[   31.799137] input: Sleep Button (CM) as /devices/virtual/input/input8<br>
[   31.807032] Linux agpgart interface v0.102<br>
[   31.847006] ACPI: Sleep Button (CM) [SLPB]<br>
[   31.856803] agpgart: Detected an Intel 965GM Chipset.<br>
[   31.858530] agpgart: Detected 7676K stolen memory.<br>
[   31.871592] agpgart: AGP aperture is 256M @ 0xd0000000<br>
[   32.068063] ACPI: Battery Slot [BAT0] (battery present)<br>
[   32.097413] ACPI Error (utobject-0502): Unsupported Reference opcode=88 in object f7d48c30 [20070126]<br>
[   32.198891] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input9<br>
[   32.250792] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)<br>
[   32.264856] Driver 'sr' needs updating - please use bus_type methods<br>
[   32.270484] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray<br>
[   32.270488] Uniform CD-ROM driver Revision: 3.20<br>
[   32.270530] sr 3:0:0:0: Attached scsi CD-ROM sr0<br>
[   32.344494] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.0<br>
[   32.344498] iwl3945: Copyright(c) 2003-2007 Intel Corporation<br>
[   32.344628] ACPI: PCI Interrupt 0000:04:00.0[A] -> GSI 18 (level, low) -> IRQ 17<br>
[   32.344642] PCI: Setting latency timer of device 0000:04:00.0 to 64<br>
[   32.344660] iwl3945: Detected Intel PRO/Wireless 3945ABG Network Connection<br>
[   32.846967] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22<br>
[   32.846995] PCI: Setting latency timer of device 0000:00:1b.0 to 64<br>
[   32.880783] hda_codec: Unknown model for ALC883, trying auto-probe from BIOS...<br>
[   32.889395] iwl3945: Tunable channels: 13 802.11bg, 23 802.11a channels<br>
[   32.889708] wmaster0: Selected rate control algorithm 'iwl-3945-rs'<br>
[   33.065959] udev: renamed network interface wlan0 to eth2<br>
[   33.098397] Monitor-Mwait will be used to enter C-3 state<br>
[   33.203577] lp: driver loaded but no devices found<br>
[   33.300737] [drm] Initialized drm 1.1.0 20060810<br>
[   33.459163] Ethernet Channel Bonding Driver: v3.2.3 (December 6, 2007)<br>
[   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.<br>
[   33.536861] Adding 6048432k swap on /dev/sda5.  Priority:-1 extents:1 across:6048432k<br>
[   34.074658] EXT3 FS on sda1, internal journal<br>
[   34.645370] Clocksource tsc unstable (delta = -78263424678 ns)<br>
[   34.649363] Time: hpet clocksource has been installed.<br>
[   36.155187] ip_tables: (C) 2000-2006 Netfilter Core Team<br>
[   36.680949] No dock devices found.<br>
[   39.431646] NET: Registered protocol family 10<br>
[   39.431866] lo: Disabled Privacy Extensions<br>
[   39.432828] ADDRCONF(NETDEV_UP): bond0: link is not ready<br>
[   40.020494] ppdev: user-space parallel port driver<br>
[   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"<br>

[   47.303527] apm: BIOS not found.<br>
[   59.091296] vboxdrv: Trying to deactivate the NMI watchdog permanently...<br>
[   59.091304] vboxdrv: Successfully done.<br>
[   59.091375] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.<br>
[   59.091379] vboxdrv: Successfully loaded version 1.5.6 (interface 0x00050002).<br>
[   59.318642] tun: Universal TUN/TAP device driver, 1.6<br>
[   59.318650] tun: (C) 1999-2004 Max Krasnyansky <<a href="mailto:maxk@qualcomm.com">maxk@qualcomm.com</a>><br>
[   62.589286] r8169: eth0: link down<br>
[   62.593700] ADDRCONF(NETDEV_UP): eth0: link is not ready<br>
[   62.721447] ADDRCONF(NETDEV_UP): eth2: link is not ready<br>
[   62.726859] Bluetooth: Core ver 2.11<br>
[   62.727256] NET: Registered protocol family 31<br>
[   62.727262] Bluetooth: HCI device and connection manager initialized<br>
[   62.727269] Bluetooth: HCI socket layer initialized<br>
[   62.770178] Bluetooth: L2CAP ver 2.9<br>
[   62.770186] Bluetooth: L2CAP socket layer initialized<br>
[   63.183185] Bluetooth: RFCOMM socket layer initialized<br>
[   63.183204] Bluetooth: RFCOMM TTY layer initialized<br>
[   63.183207] Bluetooth: RFCOMM ver 1.8<br>
[   65.575086] ACPI Error (utobject-0502): Unsupported Reference opcode=88 in object f7275258 [20070126]<br>
[   65.579075] ACPI Error (utobject-0502): Unsupported Reference opcode=88 in object f71e56e0 [20070126]<br>
[   65.733696] ACPI Error (utobject-0502): Unsupported Reference opcode=88 in object f71e5730 [20070126]<br>
[   66.824604] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 19<br>
[   66.824620] PCI: Setting latency timer of device 0000:00:02.0 to 64<br>
[   66.824728] [drm] Initialized i915 1.6.0 20060119 on minor 0<br>
[   67.101287] ACPI Error (utobject-0502): Unsupported Reference opcode=88 in object f7275348 [20070126]<br>
[   67.144026] ACPI Error (utobject-0502): Unsupported Reference opcode=88 in object f71e57d0 [20070126]<br>
[   67.903493] ACPI Error (utobject-0502): Unsupported Reference opcode=88 in object f71e5910 [20070126]<br>
[  105.465987] CPU0 attaching NULL sched-domain.<br>
[  105.465998] CPU1 attaching NULL sched-domain.<br>
[  105.485264] CPU0 attaching sched-domain:<br>
[  105.485268]  domain 0: span 03<br>
[  105.485269]   groups: 01 02<br>
[  105.485272] CPU1 attaching sched-domain:<br>
[  105.485274]  domain 0: span 03<br>
[  105.485275]   groups: 02 01<br>
[  279.942683] NET: Registered protocol family 17<br>
[  298.271320] eth2: Initial auth_alg=0<br>
[  298.271332] eth2: authenticate with AP 00:01:38:6d:f3:11<br>
[  298.308013] eth2: RX authentication from 00:01:38:6d:f3:11 (alg=0 transaction=2 status=0)<br>
[  298.308023] eth2: authenticated<br>
[  298.308028] eth2: associate with AP 00:01:38:6d:f3:11<br>
[  298.325127] eth2: RX AssocResp from 00:01:38:6d:f3:11 (capab=0x431 status=0 aid=4)<br>
[  298.325136] eth2: associated<br>
[  298.325283] eth2: WMM queue=2 aci=0 acm=0 aifs=3 cWmin=15 cWmax=1023 burst=0<br>
[  298.327209] eth2: WMM queue=3 aci=1 acm=0 aifs=7 cWmin=15 cWmax=1023 burst=0<br>
[  298.327635] eth2: WMM queue=1 aci=2 acm=0 aifs=2 cWmin=7 cWmax=15 burst=30<br>
[  298.327999] eth2: WMM queue=0 aci=3 acm=0 aifs=2 cWmin=3 cWmax=7 burst=15<br>
[  298.330071] ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready<br>
[  312.853536] eth2: no IPv6 routers present<br>
<br>name of display: :0.0<br>
display: :0  screen: 0<br>
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)<br>
server glx vendor string: Brian Paul<br>
server glx version string: 1.4 Mesa 7.0.3-rc2<br>
server glx extensions:<br>
    GLX_MESA_copy_sub_buffer, GLX_MESA_pixmap_colormap,<br>
    GLX_MESA_release_buffers, GLX_ARB_get_proc_address, GLX_EXT_visual_info,<br>
    GLX_EXT_visual_rating, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer<br>
client glx vendor string: Brian Paul<br>
client glx version string: 1.4 Mesa 7.0.3-rc2<br>
client glx extensions:<br>
    GLX_MESA_copy_sub_buffer, GLX_MESA_pixmap_colormap,<br>
    GLX_MESA_release_buffers, GLX_ARB_get_proc_address, GLX_EXT_visual_info,<br>
    GLX_EXT_visual_rating, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer<br>
GLX version: 1.4<br>
GLX extensions:<br>
    GLX_MESA_copy_sub_buffer, GLX_MESA_pixmap_colormap,<br>
    GLX_MESA_release_buffers, GLX_ARB_get_proc_address, GLX_EXT_visual_info,<br>
    GLX_EXT_visual_rating, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer<br>
OpenGL vendor string: Brian Paul<br>
OpenGL renderer string: Mesa X11<br>
OpenGL version string: 2.1 Mesa 7.0.3-rc2<br>
OpenGL extensions:<br>
    GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program,<br>
    GL_ARB_fragment_shader, GL_ARB_half_float_pixel, GL_ARB_imaging,<br>
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query,<br>
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite,<br>
    GL_ARB_shader_objects, GL_ARB_shading_language_100,<br>
    GL_ARB_shading_language_120, GL_ARB_shadow, GL_ARB_shadow_ambient,<br>
    GL_ARB_texture_border_clamp, GL_ARB_texture_compression,<br>
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,<br>
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,<br>
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,<br>
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle,<br>
    GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object,<br>
    GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos,<br>
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,<br>
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,<br>
    GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract,<br>
    GL_EXT_clip_volume_hint, GL_EXT_compiled_vertex_array, GL_EXT_convolution,<br>
    GL_EXT_copy_texture, GL_EXT_depth_bounds_test, GL_EXT_draw_range_elements,<br>
    GL_EXT_framebuffer_object, GL_EXT_framebuffer_blit, GL_EXT_fog_coord,<br>
    GL_EXT_gpu_program_parameters, GL_EXT_histogram, GL_EXT_multi_draw_arrays,<br>
    GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels,<br>
    GL_EXT_paletted_texture, GL_EXT_pixel_buffer_object,<br>
    GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal,<br>
    GL_EXT_secondary_color, GL_EXT_separate_specular_color,<br>
    GL_EXT_shadow_funcs, GL_EXT_shared_texture_palette, GL_EXT_stencil_wrap,<br>
    GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D,<br>
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,<br>
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,<br>
    GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,<br>
    GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB,<br>
    GL_EXT_timer_query, GL_EXT_vertex_array, GL_APPLE_packed_pixels,<br>
    GL_APPLE_vertex_array_object, GL_ATI_blend_equation_separate,<br>
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,<br>
    GL_ATI_fragment_shader, GL_ATI_separate_stencil,<br>
    GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip,<br>
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,<br>
    GL_MESA_pack_invert, GL_MESA_program_debug, GL_MESA_resize_buffers,<br>
    GL_MESA_ycbcr_texture, GL_MESA_window_pos, GL_NV_blend_square,<br>
    GL_NV_fragment_program, GL_NV_light_max_exponent, GL_NV_point_sprite,<br>
    GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program,<br>
    GL_NV_vertex_program1_1, GL_OES_read_format, GL_SGI_color_matrix,<br>
    GL_SGI_color_table, GL_SGI_texture_color_table, GL_SGIS_generate_mipmap,<br>
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,<br>
    GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow,<br>
    GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays<br>
<br>
   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav<br>
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat<br>
----------------------------------------------------------------------<br>
0x23 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None<br>
0x24 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None<br>
0x25 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None<br>
0x26 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None<br>
0x27 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None<br>
0x28 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None<br>
0x29 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None<br>
0x2a 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None<br>
0x2b 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None<br>
0x2c 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None<br>
0x2d 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None<br>
0x2e 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None<br>
0x2f 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None<br>
0x30 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None<br>
0x31 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None<br>
0x32 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16 16  0 0 None<br>
0x57 32 tc  0 32  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None<br>
<br>Module                  Size  Used by<br>
snd_rtctimer            4640  0<br>
af_packet              23812  4<br>
i915                   32512  2<br>
binfmt_misc            12808  1<br>
rfcomm                 41744  2<br>
l2cap                  25728  13 rfcomm<br>
bluetooth              61156  4 rfcomm,l2cap<br>
tun                    12672  0<br>
vboxdrv                61104  0<br>
ppdev                  10372  0<br>
ipv6                  267780  25<br>
acpi_cpufreq           10796  2<br>
cpufreq_powersave       2688  0<br>
cpufreq_conservative     8712  0<br>
cpufreq_userspace       5284  0<br>
cpufreq_stats           7104  0<br>
cpufreq_ondemand        9740  1<br>
freq_table              5536  3 acpi_cpufreq,cpufreq_stats,cpufreq_ondemand<br>
sbs                    15112  0<br>
sbshc                   7680  1 sbs<br>
container               5632  0<br>
dock                   11280  0<br>
iptable_filter          3840  0<br>
ip_tables              14820  1 iptable_filter<br>
x_tables               16132  1 ip_tables<br>
bonding                89060  0<br>
drm                    82580  3 i915<br>
parport_pc             36260  0<br>
lp                     12324  0<br>
parport                37832  3 ppdev,parport_pc,lp<br>
arc4                    2944  2<br>
ecb                     4480  2<br>
blkcipher               8324  1 ecb<br>
snd_hda_intel         344600  3<br>
snd_pcm_oss            42144  0<br>
snd_mixer_oss          17920  1 snd_pcm_oss<br>
snd_pcm                78596  2 snd_hda_intel,snd_pcm_oss<br>
snd_page_alloc         11400  2 snd_hda_intel,snd_pcm<br>
snd_hwdep              10500  1 snd_hda_intel<br>
joydev                 13120  0<br>
snd_seq_dummy           4868  0<br>
snd_seq_oss            35584  0<br>
snd_seq_midi            9376  0<br>
snd_rawmidi            25760  1 snd_seq_midi<br>
snd_seq_midi_event      8320  2 snd_seq_oss,snd_seq_midi<br>
snd_seq                54224  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event<br>
snd_timer              24836  3 snd_rtctimer,snd_pcm,snd_seq<br>
iwl3945                89844  0<br>
snd_seq_device          9612  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq<br>
iwlwifi_mac80211      219108  1 iwl3945<br>
sr_mod                 17956  0<br>
cdrom                  37408  1 sr_mod<br>
video                  19856  0<br>
output                  4736  1 video<br>
battery                14212  0<br>
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<br>
serio_raw               7940  0<br>
cfg80211               15112  1 iwlwifi_mac80211<br>
intel_agp              25492  1<br>
agpgart                34760  3 drm,intel_agp<br>
button                  9232  0<br>
ac                      6916  0<br>
ata_generic             8324  0<br>
soundcore               8800  1 snd<br>
shpchp                 34452  0<br>
pci_hotplug            30880  1 shpchp<br>
iTCO_wdt               13092  0<br>
iTCO_vendor_support     4868  1 iTCO_wdt<br>
pcspkr                  4224  0<br>
evdev                  13056  7<br>
psmouse                40336  0<br>
ext3                  136712  1<br>
jbd                    48404  1 ext3<br>
mbcache                 9600  1 ext3<br>
sg                     36880  0<br>
sd_mod                 30720  3<br>
ata_piix               19588  0<br>
usbhid                 31872  0<br>
hid                    38784  1 usbhid<br>
pata_acpi               8320  0<br>
ahci                   28420  2<br>
libata                159344  4 ata_generic,ata_piix,pata_acpi,ahci<br>
scsi_mod              151436  4 sr_mod,sg,sd_mod,libata<br>
r8169                  32900  0<br>
ehci_hcd               37900  0<br>
uhci_hcd               27024  0<br>
usbcore               146028  4 usbhid,ehci_hcd,uhci_hcd<br>
thermal                16796  0<br>
processor              36872  4 acpi_cpufreq,thermal<br>
fan                     5636  0<br>
fuse                   50580  1<br>
vga16fb                15244  0<br>
vgastate               10496  1 vga16fb<br>
vesafb                  8964  1<br>
fbcon                  42912  72<br>
tileblit                3456  1 fbcon<br>
font                    9472  1 fbcon<br>
bitblit                 6784  1 fbcon<br>
softcursor              3072  1 bitblit<br>
<br>00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])<br>
        Subsystem: Elitegroup Computer Systems Unknown device 9037<br>
        Flags: bus master, fast devsel, latency 0, IRQ 19<br>
        Memory at fc000000 (64-bit, non-prefetchable) [size=1M]<br>
        Memory at d0000000 (64-bit, prefetchable) [size=256M]<br>
        I/O ports at 1800 [size=8]<br>
        Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-<br>
        Capabilities: [d0] Power Management version 3<br>
<br>
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)<br>
        Subsystem: Elitegroup Computer Systems Unknown device 9037<br>
        Flags: bus master, fast devsel, latency 0<br>
        Memory at fc100000 (64-bit, non-prefetchable) [size=1M]<br>
        Capabilities: [d0] Power Management version 3<br>
<br>
<br># /etc/X11/xorg.conf (xorg X Window System server configuration file)<br>
#<br>
# This file was generated by dexconf, the Debian X Configuration tool, using<br>
# values from the debconf database.<br>
#<br>
# Edit this file with caution, and see the xorg.conf(5) manual page.<br>
# (Type "man xorg.conf" at the shell prompt.)<br>
#<br>
# This file is automatically updated on xserver-xorg package upgrades *only*<br>
# if it has not been modified since the last upgrade of the xserver-xorg<br>
# package.<br>
#<br>
# If you have edited this file but would like it to be automatically updated<br>
# again, run the following command:<br>
#   sudo dpkg-reconfigure -phigh xserver-xorg<br>
<br>
Section "Files"<br>
        FontPath        "/usr/share/fonts/X11/misc"<br>
        FontPath        "/usr/share/fonts/X11/cyrillic"<br>
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"<br>
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"<br>
        FontPath        "/usr/share/fonts/X11/Type1"<br>
        FontPath        "/usr/share/fonts/X11/100dpi"<br>
        FontPath        "/usr/share/fonts/X11/75dpi"<br>
        # path to defoma fonts<br>
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"<br>
EndSection<br>
<br>
Section "Module"<br>
        Load    "bitmap"<br>
        Load    "ddc"<br>
        Load    "dri"<br>
        Load    "glx"<br>
        Load    "dbe"<br>
        Load    "extmod"<br>
        Load    "freetype"<br>
        Load    "int10"<br>
        Load    "vbe"<br>
<br>
#       Load    "xaa"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
        Identifier      "Generic Keyboard"<br>
        Driver          "kbd"<br>
        Option          "CoreKeyboard"<br>
        Option          "XkbRules"      "xorg"<br>
        Option          "XkbModel"      "pc105"<br>
        Option          "XkbLayout"     "es"<br>
        Option          "XkbOptions"    "lv3:ralt_switch"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
        Identifier      "Configured Mouse"<br>
        Driver          "mouse"<br>
        Option          "CorePointer"<br>
        Option          "Device"                "/dev/input/mice"<br>
        Option          "Protocol"              "ImPS/2"<br>
        Option          "ZAxisMapping"          "4 5"<br>
        Option          "Emulate3Buttons"       "true"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
        Identifier      "Synaptics Touchpad"<br>
        Driver          "synaptics"<br>
        Option          "SendCoreEvents"        "true"<br>
        Option          "Device"                "/dev/psaux"<br>
        Option          "Protocol"              "auto-dev"<br>
        Option          "HorizScrollDelta"      "0"<br>
EndSection<br>
<br>
Section "Device"<br>
        Identifier      "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"<br>
        Driver          "intel"<br>
        # When using the intel or ati driver with AIGLX, you may notice that<br>
        # all your windows seem to be frozen even as you interact with them.<br>
        # Nothing in any window updates until you rotate the cube or otherwise switch viewports.<br>
        Option          "XAANoOffscreenPixmaps" "true"<br>
        Option          "DRI" "true"<br>
        #Option                 "FrameBufferCompression" "true"<br>
        # No tiene sentido tratar de usar el driver "nuevo" para 3D, para la<br>
        # i965GM siempre usa el viejo no importa lo que se ponga en Legacy3D,<br>
        # o no he podido entender cual es el viejo y cual es el nuevo<br>
        #Option         "Legacy3D" "false"<br>
        # Cuando se activa el mĂ©todo EXA se ven feas las fuentes<br>
        # pilas por que parece que en el futuro va a ser el metodo por defecto<br>
        #Option         "MigrationHeuristic" "greedy"<br>
        #Option         "ExaNoComposite" "false"<br>
        #Option         "AccelMethod" "EXA"<br>
<br>
        #Option "AccelMethod" "XAA"<br>
        # VideoRam ya no se debe usar el driver selecciona la memoria de la<br>
        # tarjeta automaticamente y recomienda no usar VideoRam<br>
        BusID           "PCI:0:2:0"<br>
EndSection<br>
<br>
Section "Monitor"<br>
        Identifier      "Monitor genĂ©rico"<br>
        Option          "DPMS"<br>
        HorizSync       28-50<br>
        VertRefresh     43-75<br>
        Gamma           0.75 0.65 0.60<br>
EndSection<br>
<br>
Section "Screen"<br>
        Identifier      "Default Screen"<br>
        Device          "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"<br>
        Monitor         "Monitor genĂ©rico"<br>
        DefaultDepth    24<br>
        SubSection "Display"<br>
                Depth           1<br>
                Modes           "1280x800" "1024x768" "800x600" "640x480"<br>
        EndSubSection<br>
        SubSection "Display"<br>
                Depth           4<br>
                Modes           "1280x800" "1024x768" "800x600" "640x480"<br>
        EndSubSection<br>
        SubSection "Display"<br>
                Depth           8<br>
                Modes           "1280x800" "1024x768" "800x600" "640x480"<br>
        EndSubSection<br>
        SubSection "Display"<br>
                Depth           15<br>
                Modes           "1280x800" "1024x768" "800x600" "640x480"<br>
        EndSubSection<br>
        SubSection "Display"<br>
                Depth           16<br>
                Modes           "1280x800" "1024x768" "800x600" "640x480"<br>
        EndSubSection<br>
        SubSection "Display"<br>
                Depth           24<br>
                Modes           "1280x800" "1024x768" "800x600" "640x480"<br>
        EndSubSection<br>
EndSection<br>
<br>
Section "ServerLayout"<br>
        Identifier      "Default Layout"<br>
        Screen          "Default Screen"<br>
        InputDevice     "Generic Keyboard"<br>
        InputDevice     "Configured Mouse"<br>
        InputDevice     "Synaptics Touchpad"<br>
        Option          "AIGLX" "true"<br>
EndSection<br>
<br>
Section "DRI"<br>
        Group   "video"<br>
        Mode    0660<br>
EndSection<br>
<br>
Section "Extensions"<br>
        Option "Composite" "enable"<br>
EndSection<br>
<br>
<br><br>
This is a pre-release version of the X server from The X.Org Foundation.<br>
It is not supported in any way.<br>
Bugs may be filed in the bugzilla at <a href="http://bugs.freedesktop.org/" target="_blank">http://bugs.freedesktop.org/</a>.<br>
Select the "xorg" product for bugs you find in this release.<br>
Before reporting bugs in pre-release versions please check the<br>
latest version in the X.Org Foundation git repository.<br>
See <a href="http://wiki.x.org/wiki/GitPage" target="_blank">http://wiki.x.org/wiki/GitPage</a> for git access instructions.<br>
<br>
X.Org X Server <a href="http://1.4.0.90" target="_blank">1.4.0.90</a><br>
Release Date: 5 September 2007<br>
X Protocol Version 11, Revision 0<br>
Build Operating System: Linux Ubuntu (xorg-server 2:1.4.1~git20080131-1ubuntu9)<br>
Current Operating System: Linux wineos-laptop 2.6.24-15-generic #1 SMP Tue Apr 8 00:33:51 UTC 2008 i686<br>
Build Date: 15 April 2008  05:26:17PM<br>
<br>
        Before reporting problems, check <a href="http://wiki.x.org" target="_blank">http://wiki.x.org</a><br>
        to make sure that you have the latest version.<br>
Module Loader present<br>
Markers: (--) probed, (**) from config file, (==) default setting,<br>
        (++) from command line, (!!) notice, (II) informational,<br>
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.<br>
(==) Log file: "/var/log/Xorg.0.log", Time: Sun May 11 14:52:33 2008<br>
(==) Using config file: "/etc/X11/xorg.conf"<br>
(==) ServerLayout "Default Layout"<br>
(**) |-->Screen "Default Screen" (0)<br>
(**) |   |-->Monitor "Monitor genĂ©rico"<br>
(**) |   |-->Device "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"<br>
(**) |-->Input Device "Generic Keyboard"<br>
(**) |-->Input Device "Configured Mouse"<br>
(**) |-->Input Device "Synaptics Touchpad"<br>
(**) Option "AIGLX" "true"<br>
(==) Automatically adding devices<br>
(==) Automatically enabling devices<br>
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.<br>
        Entry deleted from font path.<br>
(==) 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.<br>

(**) FontPath set to:<br>
        /usr/share/fonts/X11/misc,<br>
        /usr/share/fonts/X11/100dpi/:unscaled,<br>
        /usr/share/fonts/X11/75dpi/:unscaled,<br>
        /usr/share/fonts/X11/Type1,<br>
        /usr/share/fonts/X11/100dpi,<br>
        /usr/share/fonts/X11/75dpi,<br>
        /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,<br>
        /usr/share/fonts/X11/misc,<br>
        /usr/share/fonts/X11/cyrillic,<br>
        /usr/share/fonts/X11/100dpi/:unscaled,<br>
        /usr/share/fonts/X11/75dpi/:unscaled,<br>
        /usr/share/fonts/X11/Type1,<br>
        /usr/share/fonts/X11/100dpi,<br>
        /usr/share/fonts/X11/75dpi,<br>
        /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType<br>
(==) RgbPath set to "/etc/X11/rgb"<br>
(==) ModulePath set to "/usr/lib/xorg/modules"<br>
(**) Extension "Composite" is enabled<br>
(II) Open ACPI successful (/var/run/acpid.socket)<br>
(II) Loader magic: 0x81dc500<br>
(II) Module ABI versions:<br>
        X.Org ANSI C Emulation: 0.3<br>
        X.Org Video Driver: 2.0<br>
        X.Org XInput driver : 2.0<br>
        X.Org Server Extension : 0.3<br>
        X.Org Font Renderer : 0.5<br>
(II) Loader running on linux<br>
(II) LoadModule: "pcidata"<br>
(II) Loading /usr/lib/xorg/modules//libpcidata.so<br>
(II) Module pcidata: vendor="X.Org Foundation"<br>
        compiled for <a href="http://1.4.0.90" target="_blank">1.4.0.90</a>, module version = 1.0.0<br>
        ABI class: X.Org Video Driver, version 2.0<br>
(++) using VT number 7<br>
<br>
(II) PCI: PCI scan (all values are in hex)<br>
(II) PCI: 00:00:0: chip 8086,2a00 card 1019,9037 rev 03 class 06,00,00 hdr 00<br>
(II) PCI: 00:02:0: chip 8086,2a02 card 1019,9037 rev 03 class 03,00,00 hdr 80<br>
(II) PCI: 00:02:1: chip 8086,2a03 card 1019,9037 rev 03 class 03,80,00 hdr 80<br>
(II) PCI: 00:1a:0: chip 8086,2834 card 1019,90a6 rev 03 class 0c,03,00 hdr 80<br>
(II) PCI: 00:1a:1: chip 8086,2835 card 1019,90a6 rev 03 class 0c,03,00 hdr 00<br>
(II) PCI: 00:1a:7: chip 8086,283a card 1019,90a6 rev 03 class 0c,03,20 hdr 00<br>
(II) PCI: 00:1b:0: chip 8086,284b card 1019,90a6 rev 03 class 04,03,00 hdr 00<br>
(II) PCI: 00:1c:0: chip 8086,283f card 0000,0000 rev 03 class 06,04,00 hdr 81<br>
(II) PCI: 00:1c:2: chip 8086,2843 card 0000,0000 rev 03 class 06,04,00 hdr 81<br>
(II) PCI: 00:1c:3: chip 8086,2845 card 0000,0000 rev 03 class 06,04,00 hdr 81<br>
(II) PCI: 00:1d:0: chip 8086,2830 card 1019,90a6 rev 03 class 0c,03,00 hdr 80<br>
(II) PCI: 00:1d:1: chip 8086,2831 card 1019,90a6 rev 03 class 0c,03,00 hdr 00<br>
(II) PCI: 00:1d:2: chip 8086,2832 card 1019,90a6 rev 03 class 0c,03,00 hdr 00<br>
(II) PCI: 00:1d:7: chip 8086,2836 card 1019,90a6 rev 03 class 0c,03,20 hdr 00<br>
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev f3 class 06,04,01 hdr 01<br>
(II) PCI: 00:1f:0: chip 8086,2815 card 1019,90a6 rev 03 class 06,01,00 hdr 80<br>
(II) PCI: 00:1f:1: chip 8086,2850 card 1019,90a6 rev 03 class 01,01,8a hdr 00<br>
(II) PCI: 00:1f:2: chip 8086,2829 card 1019,90a6 rev 03 class 01,06,01 hdr 00<br>
(II) PCI: 00:1f:3: chip 8086,283e card 1019,90a6 rev 03 class 0c,05,00 hdr 00<br>
(II) PCI: 04:00:0: chip 8086,4222 card 8086,1001 rev 02 class 02,80,00 hdr 00<br>
(II) PCI: 06:00:0: chip 10ec,8136 card 1734,1108 rev 01 class 02,00,00 hdr 00<br>
(II) PCI: End of PCI scan<br>
(II) Intel Bridge workaround enabled<br>
(II) Host-to-PCI bridge:<br>
(II) Bus 0: bridge is at (0:0:0), (0,0,8), BCTRL: 0x0008 (VGA_EN is set)<br>
(II) Bus 0 I/O range:<br>
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]<br>
(II) Bus 0 non-prefetchable memory range:<br>
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]<br>
(II) Bus 0 prefetchable memory range:<br>
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]<br>
(II) PCI-to-PCI bridge:<br>
(II) Bus 2: bridge is at (0:28:0), (0,2,3), BCTRL: 0x0004 (VGA_EN is cleared)<br>
(II) Bus 2 I/O range:<br>
        [0] -1  0       0x00002000 - 0x000020ff (0x100) IX[B]<br>
        [1] -1  0       0x00002400 - 0x000024ff (0x100) IX[B]<br>
        [2] -1  0       0x00002800 - 0x000028ff (0x100) IX[B]<br>
        [3] -1  0       0x00002c00 - 0x00002cff (0x100) IX[B]<br>
(II) Bus 2 non-prefetchable memory range:<br>
        [0] -1  0       0xf6000000 - 0xf7ffffff (0x2000000) MX[B]<br>
(II) Bus 2 prefetchable memory range:<br>
        [0] -1  0       0xf0000000 - 0xf1ffffff (0x2000000) MX[B]<br>
(II) PCI-to-PCI bridge:<br>
(II) Bus 4: bridge is at (0:28:2), (0,4,5), BCTRL: 0x0004 (VGA_EN is cleared)<br>
(II) Bus 4 I/O range:<br>
        [0] -1  0       0x00003000 - 0x000030ff (0x100) IX[B]<br>
        [1] -1  0       0x00003400 - 0x000034ff (0x100) IX[B]<br>
        [2] -1  0       0x00003800 - 0x000038ff (0x100) IX[B]<br>
        [3] -1  0       0x00003c00 - 0x00003cff (0x100) IX[B]<br>
(II) Bus 4 non-prefetchable memory range:<br>
        [0] -1  0       0xf8000000 - 0xf9ffffff (0x2000000) MX[B]<br>
(II) Bus 4 prefetchable memory range:<br>
        [0] -1  0       0xf2000000 - 0xf3ffffff (0x2000000) MX[B]<br>
(II) PCI-to-PCI bridge:<br>
(II) Bus 6: bridge is at (0:28:3), (0,6,7), BCTRL: 0x0004 (VGA_EN is cleared)<br>
(II) Bus 6 I/O range:<br>
        [0] -1  0       0x00004000 - 0x000040ff (0x100) IX[B]<br>
        [1] -1  0       0x00004400 - 0x000044ff (0x100) IX[B]<br>
        [2] -1  0       0x00004800 - 0x000048ff (0x100) IX[B]<br>
        [3] -1  0       0x00004c00 - 0x00004cff (0x100) IX[B]<br>
(II) Bus 6 non-prefetchable memory range:<br>
        [0] -1  0       0xfa000000 - 0xfbffffff (0x2000000) MX[B]<br>
(II) Bus 6 prefetchable memory range:<br>
        [0] -1  0       0xf4000000 - 0xf5ffffff (0x2000000) MX[B]<br>
(II) Subtractive PCI-to-PCI bridge:<br>
(II) Bus 8: bridge is at (0:30:0), (0,8,8), BCTRL: 0x0004 (VGA_EN is cleared)<br>
(II) PCI-to-ISA bridge:<br>
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)<br>
(--) PCI:*(0:2:0) Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller rev 3, Mem @ 0xfc000000/20, 0xd0000000/28, I/O @ 0x1800/3<br>
(--) PCI: (0:2:1) Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller rev 3, Mem @ 0xfc100000/20<br>
(II) Addressable bus resource ranges are<br>
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]<br>
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]<br>
(II) OS-reported resource ranges:<br>
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)<br>
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]<br>
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]<br>
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]<br>
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]<br>
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]<br>
(II) Active PCI resource ranges:<br>
        [0] -1  0       0xfa000000 - 0xfa000fff (0x1000) MX[B]<br>
        [1] -1  0       0xf8000000 - 0xf8000fff (0x1000) MX[B]<br>
        [2] -1  0       0x88000000 - 0x880000ff (0x100) MX[B]<br>
        [3] -1  0       0xfc404000 - 0xfc4047ff (0x800) MX[B]<br>
        [4] -1  0       0xfc404c00 - 0xfc404fff (0x400) MX[B]<br>
        [5] -1  0       0xfc400000 - 0xfc403fff (0x4000) MX[B]<br>
        [6] -1  0       0xfc404800 - 0xfc404bff (0x400) MX[B]<br>
        [7] -1  0       0xfc100000 - 0xfc1fffff (0x100000) MX[B](B)<br>
        [8] -1  0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)<br>
        [9] -1  0       0xfc000000 - 0xfc0fffff (0x100000) MX[B](B)<br>
        [10] -1 0       0x00004000 - 0x000040ff (0x100) IX[B]<br>
        [11] -1 0       0x00001c20 - 0x00001c3f (0x20) IX[B]<br>
        [12] -1 0       0x000018e0 - 0x000018ff (0x20) IX[B]<br>
        [13] -1 0       0x000018d0 - 0x000018d3 (0x4) IX[B]<br>
        [14] -1 0       0x000018d8 - 0x000018df (0x8) IX[B]<br>
        [15] -1 0       0x000018d4 - 0x000018d7 (0x4) IX[B]<br>
        [16] -1 0       0x00001c00 - 0x00001c07 (0x8) IX[B]<br>
        [17] -1 0       0x00001810 - 0x0000181f (0x10) IX[B]<br>
        [18] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]<br>
        [19] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]<br>
        [20] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]<br>
        [21] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]<br>
        [22] -1 0       0x000018a0 - 0x000018bf (0x20) IX[B]<br>
        [23] -1 0       0x00001880 - 0x0000189f (0x20) IX[B]<br>
        [24] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]<br>
        [25] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]<br>
        [26] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]<br>
        [27] -1 0       0x00001800 - 0x00001807 (0x8) IX[B](B)<br>
(II) Active PCI resource ranges after removing overlaps:<br>
        [0] -1  0       0xfa000000 - 0xfa000fff (0x1000) MX[B]<br>
        [1] -1  0       0xf8000000 - 0xf8000fff (0x1000) MX[B]<br>
        [2] -1  0       0x88000000 - 0x880000ff (0x100) MX[B]<br>
        [3] -1  0       0xfc404000 - 0xfc4047ff (0x800) MX[B]<br>
        [4] -1  0       0xfc404c00 - 0xfc404fff (0x400) MX[B]<br>
        [5] -1  0       0xfc400000 - 0xfc403fff (0x4000) MX[B]<br>
        [6] -1  0       0xfc404800 - 0xfc404bff (0x400) MX[B]<br>
        [7] -1  0       0xfc100000 - 0xfc1fffff (0x100000) MX[B](B)<br>
        [8] -1  0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)<br>
        [9] -1  0       0xfc000000 - 0xfc0fffff (0x100000) MX[B](B)<br>
        [10] -1 0       0x00004000 - 0x000040ff (0x100) IX[B]<br>
        [11] -1 0       0x00001c20 - 0x00001c3f (0x20) IX[B]<br>
        [12] -1 0       0x000018e0 - 0x000018ff (0x20) IX[B]<br>
        [13] -1 0       0x000018d0 - 0x000018d3 (0x4) IX[B]<br>
        [14] -1 0       0x000018d8 - 0x000018df (0x8) IX[B]<br>
        [15] -1 0       0x000018d4 - 0x000018d7 (0x4) IX[B]<br>
        [16] -1 0       0x00001c00 - 0x00001c07 (0x8) IX[B]<br>
        [17] -1 0       0x00001810 - 0x0000181f (0x10) IX[B]<br>
        [18] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]<br>
        [19] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]<br>
        [20] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]<br>
        [21] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]<br>
        [22] -1 0       0x000018a0 - 0x000018bf (0x20) IX[B]<br>
        [23] -1 0       0x00001880 - 0x0000189f (0x20) IX[B]<br>
        [24] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]<br>
        [25] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]<br>
        [26] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]<br>
        [27] -1 0       0x00001800 - 0x00001807 (0x8) IX[B](B)<br>
(II) OS-reported resource ranges after removing overlaps with PCI:<br>
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)<br>
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]<br>
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]<br>
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]<br>
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]<br>
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]<br>
(II) All system resource ranges:<br>
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)<br>
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]<br>
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]<br>
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]<br>
        [4] -1  0       0xfa000000 - 0xfa000fff (0x1000) MX[B]<br>
        [5] -1  0       0xf8000000 - 0xf8000fff (0x1000) MX[B]<br>
        [6] -1  0       0x88000000 - 0x880000ff (0x100) MX[B]<br>
        [7] -1  0       0xfc404000 - 0xfc4047ff (0x800) MX[B]<br>
        [8] -1  0       0xfc404c00 - 0xfc404fff (0x400) MX[B]<br>
        [9] -1  0       0xfc400000 - 0xfc403fff (0x4000) MX[B]<br>
        [10] -1 0       0xfc404800 - 0xfc404bff (0x400) MX[B]<br>
        [11] -1 0       0xfc100000 - 0xfc1fffff (0x100000) MX[B](B)<br>
        [12] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)<br>
        [13] -1 0       0xfc000000 - 0xfc0fffff (0x100000) MX[B](B)<br>
        [14] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]<br>
        [15] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]<br>
        [16] -1 0       0x00004000 - 0x000040ff (0x100) IX[B]<br>
        [17] -1 0       0x00001c20 - 0x00001c3f (0x20) IX[B]<br>
        [18] -1 0       0x000018e0 - 0x000018ff (0x20) IX[B]<br>
        [19] -1 0       0x000018d0 - 0x000018d3 (0x4) IX[B]<br>
        [20] -1 0       0x000018d8 - 0x000018df (0x8) IX[B]<br>
        [21] -1 0       0x000018d4 - 0x000018d7 (0x4) IX[B]<br>
        [22] -1 0       0x00001c00 - 0x00001c07 (0x8) IX[B]<br>
        [23] -1 0       0x00001810 - 0x0000181f (0x10) IX[B]<br>
        [24] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]<br>
        [25] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]<br>
        [26] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]<br>
        [27] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]<br>
        [28] -1 0       0x000018a0 - 0x000018bf (0x20) IX[B]<br>
        [29] -1 0       0x00001880 - 0x0000189f (0x20) IX[B]<br>
        [30] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]<br>
        [31] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]<br>
        [32] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]<br>
        [33] -1 0       0x00001800 - 0x00001807 (0x8) IX[B](B)<br>
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.<br>
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.<br>
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.<br>
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.<br>
(II) "record" will be loaded by default.<br>
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.<br>
(II) LoadModule: "ddc"(II) Module "ddc" already built-in<br>
(II) LoadModule: "dri"<br>
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so<br>
(II) Module dri: vendor="X.Org Foundation"<br>
        compiled for <a href="http://1.4.0.90" target="_blank">1.4.0.90</a>, module version = 1.0.0<br>
        ABI class: X.Org Server Extension, version 0.3<br>
(II) Loading extension XFree86-DRI<br>
(II) LoadModule: "glx"<br>
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so<br>
(II) Module glx: vendor="X.Org Foundation"<br>
        compiled for <a href="http://1.4.0.90" target="_blank">1.4.0.90</a>, module version = 1.0.0<br>
        ABI class: X.Org Server Extension, version 0.3<br>
(**) AIGLX enabled<br>
(II) Loading extension GLX<br>
(II) LoadModule: "dbe"<br>
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so<br>
(II) Module dbe: vendor="X.Org Foundation"<br>
        compiled for <a href="http://1.4.0.90" target="_blank">1.4.0.90</a>, module version = 1.0.0<br>
        Module class: X.Org Server Extension<br>
        ABI class: X.Org Server Extension, version 0.3<br>
(II) Loading extension DOUBLE-BUFFER<br>
(II) LoadModule: "extmod"<br>
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so<br>
(II) Module extmod: vendor="X.Org Foundation"<br>
        compiled for <a href="http://1.4.0.90" target="_blank">1.4.0.90</a>, module version = 1.0.0<br>
        Module class: X.Org Server Extension<br>
        ABI class: X.Org Server Extension, version 0.3<br>
(II) Loading extension SHAPE<br>
(II) Loading extension MIT-SUNDRY-NONSTANDARD<br>
(II) Loading extension BIG-REQUESTS<br>
(II) Loading extension SYNC<br>
(II) Loading extension MIT-SCREEN-SAVER<br>
(II) Loading extension XC-MISC<br>
(II) Loading extension XFree86-VidModeExtension<br>
(II) Loading extension XFree86-Misc<br>
(II) Loading extension XFree86-DGA<br>
(II) Loading extension DPMS<br>
(II) Loading extension TOG-CUP<br>
(II) Loading extension Extended-Visual-Information<br>
(II) Loading extension XVideo<br>
(II) Loading extension XVideo-MotionCompensation<br>
(II) Loading extension X-Resource<br>
(II) LoadModule: "freetype"<br>
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so<br>
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"<br>
        compiled for <a href="http://1.4.0.90" target="_blank">1.4.0.90</a>, module version = 2.1.0<br>
        Module class: X.Org Font Renderer<br>
        ABI class: X.Org Font Renderer, version 0.5<br>
(II) Loading font FreeType<br>
(II) LoadModule: "int10"<br>
(II) Loading /usr/lib/xorg/modules//libint10.so<br>
(II) Module int10: vendor="X.Org Foundation"<br>
        compiled for <a href="http://1.4.0.90" target="_blank">1.4.0.90</a>, module version = 1.0.0<br>
        ABI class: X.Org Video Driver, version 2.0<br>
(II) LoadModule: "vbe"<br>
(II) Loading /usr/lib/xorg/modules//libvbe.so<br>
(II) Module vbe: vendor="X.Org Foundation"<br>
        compiled for <a href="http://1.4.0.90" target="_blank">1.4.0.90</a>, module version = 1.1.0<br>
        ABI class: X.Org Video Driver, version 2.0<br>
(II) LoadModule: "record"<br>
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so<br>
(II) Module record: vendor="X.Org Foundation"<br>
        compiled for <a href="http://1.4.0.90" target="_blank">1.4.0.90</a>, module version = 1.13.0<br>
        Module class: X.Org Server Extension<br>
        ABI class: X.Org Server Extension, version 0.3<br>
(II) Loading extension RECORD<br>
(II) LoadModule: "intel"<br>
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so<br>
(II) Module intel: vendor="X.Org Foundation"<br>
        compiled for <a href="http://1.4.0.90" target="_blank">1.4.0.90</a>, module version = 2.2.1<br>
        Module class: X.Org Video Driver<br>
        ABI class: X.Org Video Driver, version 2.0<br>
(II) LoadModule: "kbd"<br>
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so<br>
(II) Module kbd: vendor="X.Org Foundation"<br>
        compiled for 1.4.0, module version = 1.2.2<br>
        Module class: X.Org XInput Driver<br>
        ABI class: X.Org XInput driver, version 2.0<br>
(II) LoadModule: "mouse"<br>
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so<br>
(II) Module mouse: vendor="X.Org Foundation"<br>
        compiled for 1.4.0, module version = 1.2.3<br>
        Module class: X.Org XInput Driver<br>
        ABI class: X.Org XInput driver, version 2.0<br>
(II) LoadModule: "synaptics"<br>
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so<br>
(II) Module synaptics: vendor="X.Org Foundation"<br>
        compiled for 4.3.99.902, module version = 1.0.0<br>
        Module class: X.Org XInput Driver<br>
        ABI class: X.Org XInput driver, version 2.0<br>
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,<br>
        i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,<br>
        E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,<br>
        965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device<br>
(II) Primary Device is: PCI 00:02:0<br>
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found<br>
(--) Chipset 965GM found<br>
(II) resource ranges after xf86ClaimFixedResources() call:<br>
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)<br>
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]<br>
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]<br>
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]<br>
        [4] -1  0       0xfa000000 - 0xfa000fff (0x1000) MX[B]<br>
        [5] -1  0       0xf8000000 - 0xf8000fff (0x1000) MX[B]<br>
        [6] -1  0       0x88000000 - 0x880000ff (0x100) MX[B]<br>
        [7] -1  0       0xfc404000 - 0xfc4047ff (0x800) MX[B]<br>
        [8] -1  0       0xfc404c00 - 0xfc404fff (0x400) MX[B]<br>
        [9] -1  0       0xfc400000 - 0xfc403fff (0x4000) MX[B]<br>
        [10] -1 0       0xfc404800 - 0xfc404bff (0x400) MX[B]<br>
        [11] -1 0       0xfc100000 - 0xfc1fffff (0x100000) MX[B](B)<br>
        [12] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)<br>
        [13] -1 0       0xfc000000 - 0xfc0fffff (0x100000) MX[B](B)<br>
        [14] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]<br>
        [15] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]<br>
        [16] -1 0       0x00004000 - 0x000040ff (0x100) IX[B]<br>
        [17] -1 0       0x00001c20 - 0x00001c3f (0x20) IX[B]<br>
        [18] -1 0       0x000018e0 - 0x000018ff (0x20) IX[B]<br>
        [19] -1 0       0x000018d0 - 0x000018d3 (0x4) IX[B]<br>
        [20] -1 0       0x000018d8 - 0x000018df (0x8) IX[B]<br>
        [21] -1 0       0x000018d4 - 0x000018d7 (0x4) IX[B]<br>
        [22] -1 0       0x00001c00 - 0x00001c07 (0x8) IX[B]<br>
        [23] -1 0       0x00001810 - 0x0000181f (0x10) IX[B]<br>
        [24] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]<br>
        [25] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]<br>
        [26] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]<br>
        [27] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]<br>
        [28] -1 0       0x000018a0 - 0x000018bf (0x20) IX[B]<br>
        [29] -1 0       0x00001880 - 0x0000189f (0x20) IX[B]<br>
        [30] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]<br>
        [31] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]<br>
        [32] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]<br>
        [33] -1 0       0x00001800 - 0x00001807 (0x8) IX[B](B)<br>
(II) resource ranges after probing:<br>
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)<br>
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]<br>
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]<br>
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]<br>
        [4] -1  0       0xfa000000 - 0xfa000fff (0x1000) MX[B]<br>
        [5] -1  0       0xf8000000 - 0xf8000fff (0x1000) MX[B]<br>
        [6] -1  0       0x88000000 - 0x880000ff (0x100) MX[B]<br>
        [7] -1  0       0xfc404000 - 0xfc4047ff (0x800) MX[B]<br>
        [8] -1  0       0xfc404c00 - 0xfc404fff (0x400) MX[B]<br>
        [9] -1  0       0xfc400000 - 0xfc403fff (0x4000) MX[B]<br>
        [10] -1 0       0xfc404800 - 0xfc404bff (0x400) MX[B]<br>
        [11] -1 0       0xfc100000 - 0xfc1fffff (0x100000) MX[B](B)<br>
        [12] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)<br>
        [13] -1 0       0xfc000000 - 0xfc0fffff (0x100000) MX[B](B)<br>
        [14] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]<br>
        [15] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]<br>
        [16] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]<br>
        [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]<br>
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]<br>
        [19] -1 0       0x00004000 - 0x000040ff (0x100) IX[B]<br>
        [20] -1 0       0x00001c20 - 0x00001c3f (0x20) IX[B]<br>
        [21] -1 0       0x000018e0 - 0x000018ff (0x20) IX[B]<br>
        [22] -1 0       0x000018d0 - 0x000018d3 (0x4) IX[B]<br>
        [23] -1 0       0x000018d8 - 0x000018df (0x8) IX[B]<br>
        [24] -1 0       0x000018d4 - 0x000018d7 (0x4) IX[B]<br>
        [25] -1 0       0x00001c00 - 0x00001c07 (0x8) IX[B]<br>
        [26] -1 0       0x00001810 - 0x0000181f (0x10) IX[B]<br>
        [27] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]<br>
        [28] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]<br>
        [29] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]<br>
        [30] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]<br>
        [31] -1 0       0x000018a0 - 0x000018bf (0x20) IX[B]<br>
        [32] -1 0       0x00001880 - 0x0000189f (0x20) IX[B]<br>
        [33] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]<br>
        [34] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]<br>
        [35] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]<br>
        [36] -1 0       0x00001800 - 0x00001807 (0x8) IX[B](B)<br>
        [37] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]<br>
        [38] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]<br>
(II) Setting vga for screen 0.<br>
(II) Loading sub module "int10"<br>
(II) LoadModule: "int10"<br>
(II) Reloading /usr/lib/xorg/modules//libint10.so<br>
(II) Loading sub module "vbe"<br>
(II) LoadModule: "vbe"<br>
(II) Reloading /usr/lib/xorg/modules//libvbe.so<br>
(II) Loading sub module "vgahw"<br>
(II) LoadModule: "vgahw"<br>
(II) Loading /usr/lib/xorg/modules//libvgahw.so<br>
(II) Module vgahw: vendor="X.Org Foundation"<br>
        compiled for <a href="http://1.4.0.90" target="_blank">1.4.0.90</a>, module version = 0.1.0<br>
        ABI class: X.Org Video Driver, version 2.0<br>
(**) intel(0): Depth 24, (--) framebuffer bpp 32<br>
(==) intel(0): RGB weight 888<br>
(==) intel(0): Default visual is TrueColor<br>
(**) intel(0): Option "DRI" "true"<br>
(II) intel(0): Integrated Graphics Chipset: Intel(R) 965GM<br>
(--) intel(0): Chipset: "965GM"<br>
(--) intel(0): Linear framebuffer at 0xD0000000<br>
(--) intel(0): IO registers at addr 0xFC000000<br>
(II) intel(0): 2 display pipes available.<br>
(==) intel(0): Using EXA for acceleration<br>
(II) Loading sub module "ddc"<br>
(II) LoadModule: "ddc"(II) Module "ddc" already built-in<br>
(II) Loading sub module "i2c"<br>
(II) LoadModule: "i2c"(II) Module "i2c" already built-in<br>
(II) intel(0): Output VGA using monitor section Monitor genĂ©rico<br>
(II) intel(0): I2C bus "CRTDDC_A" initialized.<br>
(II) intel(0): Output LVDS has no monitor section<br>
(II) intel(0): I2C bus "LVDSDDC_C" initialized.<br>
(II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.<br>
(II) intel(0): EDID vendor "CPT", prod id 5041<br>
(II) Loading sub module "int10"<br>
(II) LoadModule: "int10"<br>
(II) Reloading /usr/lib/xorg/modules//libint10.so<br>
(II) intel(0): initializing int10<br>
(WW) intel(0): Bad V_BIOS checksum<br>
(II) intel(0): Primary V_BIOS segment is: 0xc000<br>
(II) intel(0): VESA BIOS detected<br>
(II) intel(0): VESA VBE Version 3.0<br>
(II) intel(0): VESA VBE Total Mem: 7616 kB<br>
(II) intel(0): VESA VBE OEM: Intel(r)Crestline Graphics Chip Accelerated VGA BIOS<br>
(II) intel(0): VESA VBE OEM Software Rev: 1.0<br>
(II) intel(0): VESA VBE OEM Vendor: Intel Corporation<br>
(II) intel(0): VESA VBE OEM Product: Intel(r)Crestline Graphics Controller<br>
(II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0<br>
(II) intel(0): found backlight control method /sys/class/backlight/acpi_video0<br>
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.<br>
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.<br>
(II) intel(0): No SDVO device found on SDVOB<br>
(II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.<br>
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.<br>
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.<br>
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.<br>
(II) intel(0): No SDVO device found on SDVOC<br>
(II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.<br>
(II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.<br>
(II) intel(0): Output TV has no monitor section<br>
(II) intel(0): EDID vendor "CPT", prod id 5041<br>
(II) intel(0): Output VGA disconnected<br>
(II) intel(0): Output LVDS connected<br>
(II) intel(0): Output TV disconnected<br>
(II) intel(0): Output LVDS using initial mode 1280x800<br>
(II) intel(0): Monitoring connected displays enabled<br>
(II) intel(0): detected 512 kB GTT.<br>
(II) intel(0): detected 7676 kB stolen memory.<br>
(==) intel(0): video overlay key set to 0x101fe<br>
(==) intel(0): Will not try to enable page flipping<br>
(==) intel(0): Triple buffering disabled<br>
(**) intel(0): Using gamma correction (0.8, 0.6, 0.6)<br>
(==) intel(0): DPI set to (96, 96)<br>
(II) Loading sub module "fb"<br>
(II) LoadModule: "fb"<br>
(II) Loading /usr/lib/xorg/modules//libfb.so<br>
(II) Module fb: vendor="X.Org Foundation"<br>
        compiled for <a href="http://1.4.0.90" target="_blank">1.4.0.90</a>, module version = 1.0.0<br>
        ABI class: X.Org ANSI C Emulation, version 0.3<br>
(II) Loading sub module "exa"<br>
(II) LoadModule: "exa"<br>
(II) Loading /usr/lib/xorg/modules//libexa.so<br>
(II) Module exa: vendor="X.Org Foundation"<br>
        compiled for <a href="http://1.4.0.90" target="_blank">1.4.0.90</a>, module version = 2.2.0<br>
        ABI class: X.Org Video Driver, version 2.0<br>
(II) Loading sub module "ramdac"<br>
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in<br>
(II) intel(0): Comparing regs from server start up to After PreInit<br>
(WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0x80000008 to 0xd0000009<br>
(WW) intel(0): PP_STATUS before: on, not ready, sequencing idle<br>
(WW) intel(0): PP_STATUS after: on, ready, sequencing on<br>
(WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000203 to 0x00000207<br>
(WW) intel(0): PIPEASTAT before: status: VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS<br>
(WW) intel(0): PIPEASTAT after: status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS<br>
(WW) intel(0): Register 0x68000 (TV_CTL) changed from 0x100000c0 to 0x000c0000<br>
(WW) intel(0): Register 0x68010 (TV_CSC_Y) changed from 0x00000000 to 0x0332012d<br>
(WW) intel(0): Register 0x68014 (TV_CSC_Y2) changed from 0x00000000 to 0x07d30104<br>
(WW) intel(0): Register 0x68018 (TV_CSC_U) changed from 0x00000000 to 0x0733052d<br>
(WW) intel(0): Register 0x6801c (TV_CSC_U2) changed from 0x00000000 to 0x05c70200<br>
(WW) intel(0): Register 0x68020 (TV_CSC_V) changed from 0x00000000 to 0x0340030c<br>
(WW) intel(0): Register 0x68024 (TV_CSC_V2) changed from 0x00000000 to 0x06d00200<br>
(WW) intel(0): Register 0x68028 (TV_CLR_KNOBS) changed from 0x00000000 to 0x00606000<br>
(WW) intel(0): Register 0x6802c (TV_CLR_LEVEL) changed from 0x00000000 to 0x010b00e1<br>
(WW) intel(0): Register 0x68030 (TV_H_CTL_1) changed from 0x00000000 to 0x00400359<br>
(WW) intel(0): Register 0x68034 (TV_H_CTL_2) changed from 0x00000000 to 0x80480022<br>
(WW) intel(0): Register 0x68038 (TV_H_CTL_3) changed from 0x00000000 to 0x007c0344<br>
(WW) intel(0): Register 0x6803c (TV_V_CTL_1) changed from 0x00000000 to 0x00f01415<br>
(WW) intel(0): Register 0x68040 (TV_V_CTL_2) changed from 0x00000000 to 0x00060607<br>
(WW) intel(0): Register 0x68044 (TV_V_CTL_3) changed from 0x00000000 to 0x80120001<br>
(WW) intel(0): Register 0x68048 (TV_V_CTL_4) changed from 0x00000000 to 0x000900f0<br>
(WW) intel(0): Register 0x6804c (TV_V_CTL_5) changed from 0x00000000 to 0x000a00f0<br>
(WW) intel(0): Register 0x68050 (TV_V_CTL_6) changed from 0x00000000 to 0x000900f0<br>
(WW) intel(0): Register 0x68054 (TV_V_CTL_7) changed from 0x00000000 to 0x000a00f0<br>
(WW) intel(0): Register 0x68060 (TV_SC_CTL_1) changed from 0x00000000 to 0xc1710088<br>
(WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from 0x00000000 to 0x4e2d1dc8<br>
(WW) intel(0): Register 0x68070 (TV_WIN_POS) changed from 0x00000000 to 0x00360024<br>
(WW) intel(0): Register 0x68074 (TV_WIN_SIZE) changed from 0x00000000 to 0x02640198<br>
(WW) intel(0): Register 0x68080 (TV_FILTER_CTL_1) changed from 0x00000000 to 0x8000085e<br>
(WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x00000000 to 0x00028283<br>
(WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x00000000 to 0x00014141<br>
(WW) intel(0): Register 0x68100 (TV_H_LUMA_0) changed from 0x00000000 to 0xb1403000<br>
(WW) intel(0): Register 0x681ec (TV_H_LUMA_59) changed from 0x00000000 to 0x0000b060<br>
(WW) intel(0): Register 0x68200 (TV_H_CHROMA_0) changed from 0x00000000 to 0xb1403000<br>
(WW) intel(0): Register 0x682ec (TV_H_CHROMA_59) changed from 0x00000000 to 0x0000b060<br>
(II) Loading sub module "dri"<br>
(II) LoadModule: "dri"<br>
(II) Reloading /usr/lib/xorg/modules/extensions//libdri.so<br>
(==) Depth 24 pixmap format is 32 bpp<br>
(II) do I need RAC?  No, I don't.<br>
(II) resource ranges after preInit:<br>
        [0] 0   0       0xd0000000 - 0xdfffffff (0x10000000) MS[B]<br>
        [1] 0   0       0xfc000000 - 0xfc0fffff (0x100000) MS[B]<br>
        [2] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)<br>
        [3] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]<br>
        [4] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]<br>
        [5] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]<br>
        [6] -1  0       0xfa000000 - 0xfa000fff (0x1000) MX[B]<br>
        [7] -1  0       0xf8000000 - 0xf8000fff (0x1000) MX[B]<br>
        [8] -1  0       0x88000000 - 0x880000ff (0x100) MX[B]<br>
        [9] -1  0       0xfc404000 - 0xfc4047ff (0x800) MX[B]<br>
        [10] -1 0       0xfc404c00 - 0xfc404fff (0x400) MX[B]<br>
        [11] -1 0       0xfc400000 - 0xfc403fff (0x4000) MX[B]<br>
        [12] -1 0       0xfc404800 - 0xfc404bff (0x400) MX[B]<br>
        [13] -1 0       0xfc100000 - 0xfc1fffff (0x100000) MX[B](B)<br>
        [14] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)<br>
        [15] -1 0       0xfc000000 - 0xfc0fffff (0x100000) MX[B](B)<br>
        [16] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)<br>
        [17] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)<br>
        [18] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)<br>
        [19] 0  0       0x00001800 - 0x00001807 (0x8) IS[B]<br>
        [20] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]<br>
        [21] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]<br>
        [22] -1 0       0x00004000 - 0x000040ff (0x100) IX[B]<br>
        [23] -1 0       0x00001c20 - 0x00001c3f (0x20) IX[B]<br>
        [24] -1 0       0x000018e0 - 0x000018ff (0x20) IX[B]<br>
        [25] -1 0       0x000018d0 - 0x000018d3 (0x4) IX[B]<br>
        [26] -1 0       0x000018d8 - 0x000018df (0x8) IX[B]<br>
        [27] -1 0       0x000018d4 - 0x000018d7 (0x4) IX[B]<br>
        [28] -1 0       0x00001c00 - 0x00001c07 (0x8) IX[B]<br>
        [29] -1 0       0x00001810 - 0x0000181f (0x10) IX[B]<br>
        [30] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]<br>
        [31] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]<br>
        [32] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[B]<br>
        [33] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]<br>
        [34] -1 0       0x000018a0 - 0x000018bf (0x20) IX[B]<br>
        [35] -1 0       0x00001880 - 0x0000189f (0x20) IX[B]<br>
        [36] -1 0       0x00001860 - 0x0000187f (0x20) IX[B]<br>
        [37] -1 0       0x00001840 - 0x0000185f (0x20) IX[B]<br>
        [38] -1 0       0x00001820 - 0x0000183f (0x20) IX[B]<br>
        [39] -1 0       0x00001800 - 0x00001807 (0x8) IX[B](B)<br>
        [40] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)<br>
        [41] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)<br>
(II) intel(0): Kernel reported 488960 total, 1 used<br>
(II) intel(0): I830CheckAvailableMemory: 1955836 kB available<br>
drmOpenDevice: node name is /dev/dri/card0<br>
drmOpenDevice: open result is -1, (No such device)<br>
drmOpenDevice: open result is -1, (No such device)<br>
drmOpenDevice: Open failed<br>
drmOpenDevice: node name is /dev/dri/card0<br>
drmOpenDevice: open result is -1, (No such device)<br>
drmOpenDevice: open result is -1, (No such device)<br>
drmOpenDevice: Open failed<br>
drmOpenByBusid: Searching for BusID pci:0000:00:02.0<br>
drmOpenDevice: node name is /dev/dri/card0<br>
drmOpenDevice: open result is 8, (OK)<br>
drmOpenByBusid: drmOpenMinor returns 8<br>
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0<br>
(II) [drm] loaded kernel module for "i915" driver.<br>
(II) [drm] DRM interface version 1.3<br>
(II) [drm] DRM open master succeeded.<br>
(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.<br>
(II) intel(0): [drm] framebuffer mapped by ddx driver<br>
(II) intel(0): [drm] added 1 reserved context for kernel<br>
(II) intel(0): X context handle = 0x1<br>
(II) intel(0): [drm] installed DRM signal handler<br>
(==) intel(0): VideoRam: 262144 KB<br>
(**) intel(0): Framebuffer compression disabled<br>
(**) intel(0): Tiling enabled<br>
(II) intel(0): Attempting memory allocation with tiled buffers.<br>
(II) intel(0): Success.<br>
(II) intel(0): [drm] Registers = 0xfc000000<br>
(II) intel(0): [drm] ring buffer = 0xd0000000<br>
(II) intel(0): [drm] mapped front buffer at 0xd0100000, handle = 0xd0100000<br>
(II) intel(0): [drm] mapped back buffer at 0xd1a00000, handle = 0xd1a00000<br>
(II) intel(0): [drm] mapped depth buffer at 0xd2040000, handle = 0xd2040000<br>
(II) intel(0): [drm] mapped classic textures at 0xd2680000, handle = 0xd2680000<br>
(II) intel(0): [drm] Initialized kernel agp heap manager, 33554432<br>
(II) intel(0): [dri] visual configs initialized<br>
(II) intel(0): Page Flipping disabled<br>
(==) intel(0): Write-combining range (0xd0000000,0x10000000)<br>
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000<br>
(WW) intel(0): EXA greedy migration mode enabled.<br>
(II) EXA(0): Forcing greedy migration option<br>
(II) EXA(0): Offscreen pixmap area of 19660800 bytes<br>
(II) EXA(0): Driver registered support for the following operations:<br>
(II)         Solid<br>
(II)         Copy<br>
(II)         Composite (RENDER acceleration)<br>
(==) intel(0): Backing store disabled<br>
(==) intel(0): Silken mouse enabled<br>
(II) intel(0): Initializing HW Cursor<br>
(II) intel(0): [DRI] installation complete<br>
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0077f000 (pgoffset 1919)<br>
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x01a00000 (pgoffset 6656)<br>
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x02040000 (pgoffset 8256)<br>
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x02680000 (pgoffset 9856)<br>
(II) intel(0): Fixed memory allocation layout:<br>
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)<br>
(II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB)<br>
(II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)<br>
(II) intel(0): 0x00032000-0x00041fff: exa G965 state buffer (64 kB)<br>
(II) intel(0): 0x00042000-0x00042fff: overlay registers (4 kB)<br>
(II) intel(0): 0x00100000-0x0073ffff: front buffer (6400 kB) X tiled<br>
(II) intel(0): 0x00740000-0x019fffff: exa offscreen (19200 kB)<br>
(II) intel(0): 0x0077f000:            end of stolen memory<br>
(II) intel(0): 0x01a00000-0x0203ffff: back buffer (6400 kB) X tiled<br>
(II) intel(0): 0x02040000-0x0267ffff: depth buffer (6400 kB) Y tiled<br>
(II) intel(0): 0x02680000-0x0467ffff: classic textures (32768 kB)<br>
(II) intel(0): 0x10000000:            end of aperture<br>
(II) intel(0): Output configuration:<br>
(II) intel(0):   Pipe A is off<br>
(II) intel(0):   Display plane A is now disabled and connected to pipe A.<br>
(II) intel(0):   Pipe B is on<br>
(II) intel(0):   Display plane B is now enabled and connected to pipe B.<br>
(II) intel(0):   Output VGA is connected to pipe none<br>
(II) intel(0):   Output LVDS is connected to pipe B<br>
(II) intel(0):   Output TV is connected to pipe none<br>
(II) intel(0): [drm] dma control initialized, using IRQ 19<br>
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.<br>
(**) Option "dpms"<br>
(**) intel(0): DPMS enabled<br>
(II) intel(0): Set up overlay video<br>
(II) intel(0): direct rendering: Enabled<br>
(WW) intel(0): Option "XAANoOffscreenPixmaps" is not used<br>
(--) RandR disabled<br>
(II) Initializing built-in extension MIT-SHM<br>
(II) Initializing built-in extension XInputExtension<br>
(II) Initializing built-in extension XTEST<br>
(II) Initializing built-in extension XKEYBOARD<br>
(II) Initializing built-in extension XC-APPGROUP<br>
(II) Initializing built-in extension XAccessControlExtension<br>
(II) Initializing built-in extension SECURITY<br>
(II) Initializing built-in extension XINERAMA<br>
(II) Initializing built-in extension XFIXES<br>
(II) Initializing built-in extension XFree86-Bigfont<br>
(II) Initializing built-in extension RENDER<br>
(II) Initializing built-in extension RANDR<br>
(II) Initializing built-in extension COMPOSITE<br>
(II) Initializing built-in extension DAMAGE<br>
(II) Initializing built-in extension XEVIE<br>
drmOpenDevice: node name is /dev/dri/card0<br>
drmOpenDevice: open result is 9, (OK)<br>
drmOpenByBusid: Searching for BusID pci:0000:00:02.0<br>
drmOpenDevice: node name is /dev/dri/card0<br>
drmOpenDevice: open result is 9, (OK)<br>
drmOpenByBusid: drmOpenMinor returns 9<br>
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0<br>
(WW) AIGLX: 3D driver claims to not support visual 0x23<br>
(WW) AIGLX: 3D driver claims to not support visual 0x24<br>
(WW) AIGLX: 3D driver claims to not support visual 0x25<br>
(WW) AIGLX: 3D driver claims to not support visual 0x26<br>
(WW) AIGLX: 3D driver claims to not support visual 0x27<br>
(WW) AIGLX: 3D driver claims to not support visual 0x28<br>
(WW) AIGLX: 3D driver claims to not support visual 0x29<br>
(WW) AIGLX: 3D driver claims to not support visual 0x2a<br>
(WW) AIGLX: 3D driver claims to not support visual 0x2b<br>
(WW) AIGLX: 3D driver claims to not support visual 0x2c<br>
(WW) AIGLX: 3D driver claims to not support visual 0x2d<br>
(WW) AIGLX: 3D driver claims to not support visual 0x2e<br>
(WW) AIGLX: 3D driver claims to not support visual 0x2f<br>
(WW) AIGLX: 3D driver claims to not support visual 0x30<br>
(WW) AIGLX: 3D driver claims to not support visual 0x31<br>
(WW) AIGLX: 3D driver claims to not support visual 0x32<br>
(II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so<br>
(II) GLX: Initialized DRI GL provider for screen 0<br>
(II) intel(0): Setting screen physical size to 331 x 207<br>
(**) Option "CoreKeyboard"<br>
(**) Generic Keyboard: always reports core events<br>
(**) Option "Protocol" "standard"<br>
(**) Generic Keyboard: Protocol: standard<br>
(**) Option "AutoRepeat" "500 30"<br>
(**) Option "XkbRules" "xorg"<br>
(**) Generic Keyboard: XkbRules: "xorg"<br>
(**) Option "XkbModel" "pc105"<br>
(**) Generic Keyboard: XkbModel: "pc105"<br>
(**) Option "XkbLayout" "es"<br>
(**) Generic Keyboard: XkbLayout: "es"<br>
(**) Option "XkbOptions" "lv3:ralt_switch"<br>
(**) Generic Keyboard: XkbOptions: "lv3:ralt_switch"<br>
(**) Option "CustomKeycodes" "off"<br>
(**) Generic Keyboard: CustomKeycodes disabled<br>
(**) Option "Protocol" "ImPS/2"<br>
(**) Configured Mouse: Device: "/dev/input/mice"<br>
(**) Configured Mouse: Protocol: "ImPS/2"<br>
(**) Option "CorePointer"<br>
(**) Configured Mouse: always reports core events<br>
(**) Option "Device" "/dev/input/mice"<br>
(**) Option "Emulate3Buttons" "true"<br>
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50<br>
(**) Option "ZAxisMapping" "4 5"<br>
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5<br>
(**) Configured Mouse: Buttons: 9<br>
(**) Configured Mouse: Sensitivity: 1<br>
Atom 4, CARD32 4, unsigned long 4<br>
(II) Synaptics touchpad driver version 0.14.6 (1406)<br>
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event4<br>
(**) Option "Device" "/dev/input/event4"<br>
(**) Option "HorizScrollDelta" "0"<br>
(--) Synaptics Touchpad touchpad found<br>
(**) Option "SendCoreEvents" "true"<br>
(**) Synaptics Touchpad: always reports core events<br>
(II) evaluating device (Synaptics Touchpad)<br>
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: MOUSE)<br>
(II) evaluating device (Configured Mouse)<br>
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)<br>
(II) evaluating device (Generic Keyboard)<br>
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)<br>
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event4<br>
(**) Option "Device" "/dev/input/event4"<br>
(--) Synaptics Touchpad touchpad found<br>
(II) Configured Mouse: ps2EnableDataReporting: succeeded<br>
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): EDID vendor "CPT", prod id 5041<br>
(II) intel(0): Printing DDC gathered Modelines:<br>
(II) intel(0): Modeline "1280x800"x0.0   68.90  1280 1304 1336 1408  800 801 804 813 -hsync -vsync (48.9 kHz)<br>
(II) intel(0): EDID vendor "CPT", prod id 5041<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): EDID vendor "CPT", prod id 5041<br>
(II) intel(0): Printing DDC gathered Modelines:<br>
(II) intel(0): Modeline "1280x800"x0.0   68.90  1280 1304 1336 1408  800 801 804 813 -hsync -vsync (48.9 kHz)<br>
(II) intel(0): EDID vendor "CPT", prod id 5041<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): EDID vendor "CPT", prod id 5041<br>
(II) intel(0): Printing DDC gathered Modelines:<br>
(II) intel(0): Modeline "1280x800"x0.0   68.90  1280 1304 1336 1408  800 801 804 813 -hsync -vsync (48.9 kHz)<br>
(II) intel(0): EDID vendor "CPT", prod id 5041<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): EDID vendor "CPT", prod id 5041<br>
(II) intel(0): Printing DDC gathered Modelines:<br>
(II) intel(0): Modeline "1280x800"x0.0   68.90  1280 1304 1336 1408  800 801 804 813 -hsync -vsync (48.9 kHz)<br>
(II) intel(0): EDID vendor "CPT", prod id 5041<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): EDID vendor "CPT", prod id 5041<br>
(II) intel(0): Printing DDC gathered Modelines:<br>
(II) intel(0): Modeline "1280x800"x0.0   68.90  1280 1304 1336 1408  800 801 804 813 -hsync -vsync (48.9 kHz)<br>
(II) intel(0): EDID vendor "CPT", prod id 5041<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
(II) intel(0): fbc disabled on plane a<br>
<br>wineos@wineos-laptop:~/Desktop/logs$ dpkg -l | grep xorg<br>
ii  libglu1-xorg-dev                                                                                                                  1:7.3+10ubuntu10                                   transitional package for Debian etch<br>

ii  xorg                                                                                                                              1:7.3+10ubuntu10                                   X.Org X Window System<br>
ii  xorg-dev                                                                                                                          1:7.3+10ubuntu10                                   the X.Org X Window System development librar<br>

ii  xserver-xorg                                                                                                                      1:7.3+10ubuntu10                                   the X.Org X server<br>
ii  xserver-xorg-core                                                                                                                 2:1.4.1~git20080131-1ubuntu9                       Xorg X server - core server<br>
ii  xserver-xorg-dev                                                                                                                  2:1.4.1~git20080131-1ubuntu9                       Xorg X server - development files<br>

ii  xserver-xorg-input-all                                                                                                            1:7.3+10ubuntu10                                   the X.Org X server -- input driver metapacka<br>

ii  xserver-xorg-input-elographics                                                                                                    1:1.1.0-3                                          X.Org X server -- ELOGraphics input driver<br>

ii  xserver-xorg-input-evdev                                                                                                          1:1.2.0-1ubuntu2                                   X.Org X server -- evdev input driver<br>

ii  xserver-xorg-input-kbd                                                                                                            1:1.2.2-3ubuntu1                                   X.Org X server -- keyboard input driver<br>

ii  xserver-xorg-input-mouse                                                                                                          1:1.2.3-2                                          X.Org X server -- mouse input driver<br>

ii  xserver-xorg-input-synaptics                                                                                                      0.14.7~git20070706-1ubuntu4                        Synaptics TouchPad driver for X.Org server<br>

ii  xserver-xorg-input-vmmouse                                                                                                        1:12.4.3-1ubuntu1                                  X.Org X server -- VMMouse input driver to us<br>

ii  xserver-xorg-input-wacom                                                                                                          1:0.7.9.8-0ubuntu3                                 X.Org X server -- Wacom input driver<br>

ii  xserver-xorg-video-dummy                                                                                                          1:0.2.0-7                                          X.Org X server -- dummy display driver<br>

ii  xserver-xorg-video-fbdev                                                                                                          1:0.3.1-4                                          X.Org X server -- fbdev display driver<br>

ii  xserver-xorg-video-glint                                                                                                          1:1.1.1-8                                          X.Org X server -- Glint display driver<br>

ii  xserver-xorg-video-intel                                                                                                          2:2.2.1-1ubuntu13                                  X.Org X server -- Intel i8xx, i9xx display d<br>

ii  xserver-xorg-video-vesa                                                                                                           1:1.3.0-4ubuntu4                                   X.Org X server -- VESA display driver<br>

ii  xserver-xorg-video-vga                                                                                                            1:4.1.0-8                                          X.Org X server -- VGA display driver<br>

ii  xserver-xorg-video-vmware                                                                                                         1:10.15.2-1ubuntu2                                 X.Org X server -- VMware display driver<br>

<br>
<br>_______________________________________________<br>
xorg mailing list<br>
<a href="mailto:xorg@lists.freedesktop.org">xorg@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/xorg" target="_blank">http://lists.freedesktop.org/mailman/listinfo/xorg</a><br></blockquote></div><br>