HP-Compaq dc7700 with Ubuntu Linux
Ubuntu Linux 7.04 works out of the box with HP-Compaq dc7700.
This page has lots of technical details that are probably of no interest to an end user. If you want to use Linux on this computer, just boot from the latest 64 bit Ubuntu CD and follow instructions.
The test machine has 64 bit dual core cpu and 4 GB of memory. It looks pretty nice. If all goes well, we’ll have one of these for each student in Haaga-Helia computer lab.
Inital impressions: Good with Linux
Booted computer, F9 boot menu, booted from Ubuntu 7.04 x86 Desktop CD-ROM.
Good for office use at least: display works with correct resolution, mouse and keyboard work, network works, cdrom works.
I did not hear any sound on boot, maybe dc7700 does not have built-in speakers.
After installation, the image seemed sharper, even though resolution and refresh rate was exactly the same (as checked by pressing physical buttons on display): 1024×768@73Hz, where recommended is 1024×768@60Hz.
System: Administration: Restricted Drivers says this computer does not need any restricted drivers.
According to machinotero/lshw, it has Intel integrated graphics adapter. Thus, desktop eye candy should work. Turned them on with System: Preferences: Desktop Effects: Enable desktop effects. “Windows Wobble when Moved” works. “Workspaces on a cube” work.
Sound works, testing with “Examples/Experience ubuntu.ogg”, sound works. Computer did not have internal speakes, but I connected head phones to front 3,5 mm standard stereo jack.
Quick Stress Testing
With installed 32bit Feisty, tested a couple of hours with ‘stress’, ‘xengine’, and ‘totem “Experince ubuntu.ogg”’ (in repeat mode). CPU load 100%, load average 50+. Part of the time workstation was locked, so xengine might not have stressed computer, but stress of course worked and kept 100% load on the CPU. However, totem video was mostly visible on a locked workstation (a bug in Feisty?). This test was done with 32bit x86 Feisty. Machine did not show any problems.
64 bit
Successfully installed from Ubuntu 7.04 Desktop 64 bit on HP-Compaq dc7700.
Only 64 bit specific step was downloading the 64 bit desktop version of Ubuntu from www.ubuntu.com. For all other parts, the installation and use went excatly as with the typical x86 32 bit.
I did a brief stress test with ‘stress’, watched a video and tried that normal things still work after some stress. Everything seemed to work, so I left stress test running on my 64 bit desktop.
64 bit is one more place where Linux can shine. In practice you can only run 32 bit on most operating systems, because most libraries and programs are 32 bit, even if OS is compiled 64 bit. In Linux, nearly all programs and libraries have been compiled 64 bit. I expect this to show as better performance. Maybe I should try Blender on this?
Longer Stress test with 64 bit
With 64 bit Feisty Fawn
$ uname -a Linux ade 2.6.20-15-generic #2 SMP Sun Apr 15 06:17:24 UTC 2007 x86_64 GNU/Linux
Ran stress test for three days
$ stress -c 32 -i 4 --vm 8 --hdd 4 stress: info: [12385] dispatching hogs: 32 cpu, 4 io, 8 vm, 4 hdd
Outcoming air was warm but not very hot. I could not easily measure CPU temperature, because ‘sensors-detect’ did not find any sensors. After the test, computer seemed to work alright. After about one minute slulggishness, the machine worked normally. Probably most programs needed to be put from swap back to memory.
Dc7700 passed the longer stress test too.
With Larger Display
On autumn 2007 I got a larger flatpanel display. Feisty did not automatically detect the correct resolution 1280×1024@60Hz. This was fixed with a new xorg.conf created with ‘sudo dpkg-reconfigure xserver-xorg’.
Symptoms: Image is fuzzy because resolution is unacceptable 1024×768. System: Preferences: Screen Resolution shows 1024×768 as the best mode. Clicking “- auto” on the TFT display shows that recommended resolution is 1028×1024@60Hz.
Quick fix
Replace your xorg.conf with mine, restart X server.
$ wget http://iki.fi/karvinen/linux/doc/dc7700-1280x1024a60hz-xorg.conf $ cp /etc/X11/xorg.conf backup-xorg.conf $ sudo mv dc7700-1280x1024a60hz-xorg.conf /etc/X11/xorg.conf $ sudo /etc/init.d/gdm restart
Your resolution should be correct. Log back in. To verify, press “- auto” on the bottom of the display. Because you are using optimal resolution 1280×1024@60Hz, message about resolution is no longer displayed when autoconfiguring display.
How the fix was created
I changed to non-X virtual terminal by pressing alt-ctrl-F1.
Logged in.
Started X reconfiguration with all questions
$ sudo dpkg-reconfigure xserver-xorg
This is from memory: I answered the default or the obvious to other questions. I chose i810 driver for display adapter. For display, I chose autodetect. Because autodetect did not find all modes, I enabled 1280×1024 when asked. For sync resolutions, I chose “Medium” difficulty for questions and “1280×1024@60Hz” from the list of modes.
Finally, I restarted GDM (and X)
$ sudo /etc/init.d/gdm restart
Resolution was correct. I logged back in.
Tested on Haaga-Helia 11/h5013 at 2007-08-24, Ubuntu 7.04 Feisty Fawn Desktop Live CD. HP dc7700 Convertible Minitower with HP L1906 display.
Links
Similar model without display on a computer shop.
Command outputs
Feisty 64bit no movable drive
These commands (machinotero) were run right after normal installation, with no additional settings. Only machinotero and its requriements xresprobe and ddcprobe were installed. Everything seems to work well on this computer: display, keyboard, mouse, network. Test took place in Haaga-Helia Pasila, room h5013, place n=01 at 2007-05-24.
2007-05-24T16:03+0300 == uname -a == Linux ade 2.6.20-15-generic #2 SMP Sun Apr 15 06:17:24 UTC 2007 x86_64 GNU/Linux == ifconfig == eth0 Link encap:Ethernet HWaddr xxx inet addr:172.28.1.124 Bcast:172.28.1.255 Mask:255.255.0.0 inet6 xxx UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1045 errors:0 dropped:0 overruns:0 frame:0 TX packets:676 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1093280 (1.0 MiB) TX bytes:71661 (69.9 KiB) Base address:0x1000 Memory:f0500000-f0520000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 xxx UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:4 errors:0 dropped:0 overruns:0 frame:0 TX packets:4 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:200 (200.0 b) TX bytes:200 (200.0 b) == dpkg --list linux-image* xserver-xorg == Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-=============================-==============-============================================ un linux-image <none> (no description available) un linux-image-2.6 <none> (no description available) ii linux-image-2.6.20-15-generic 2.6.20-15.27 Linux kernel image for version 2.6.20 on x86 ii linux-image-generic 2.6.20.15.14 Generic Linux kernel image ii xserver-xorg 7.2-0ubuntu11 the X.Org X server == ip addr == 1: lo: <LOOPBACK,UP,10000> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 xxx valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether xxx inet 172.28.1.124/16 brd 172.28.1.255 scope global eth0 inet6 xxx valid_lft forever preferred_lft forever == lshw == ade description: Low Profile Desktop Computer product: HP Compaq dc7700 Small Form Factor vendor: Hewlett-Packard serial: xxx width: 32 bits capabilities: smbios-2.4 dmi-2.4 configuration: boot=normal chassis=low-profile uuid= xxx *-core description: Motherboard product: 0A54h vendor: Hewlett-Packard physical id: 0 serial: xxx *-firmware description: BIOS vendor: Hewlett-Packard physical id: 1 version: 786E1 v01.09 (01/05/2007) size: 128KB capacity: 960KB capabilities: pci pnp upgrade shadowing cdboot bootselect edd int13floppytoshiba int13floppy360 int13floppy1200 int13floppy720 int5printscreen int9keyboard int14serial int17printer acpi usb ls120boot zipboot biosbootspecification netboot *-cpu:0 description: CPU product: Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz vendor: Intel Corp. physical id: 5 bus info: cpu@0 version: Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz slot: XU1 PROCESSOR size: 1596MHz capacity: 1596MHz width: 64 bits clock: 1066MHz capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx x86-64 constant_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm cpufreq *-cache:0 description: L1 cache physical id: 7 slot: L1 Cache size: 64KB capacity: 64KB capabilities: burst internal write-through data *-cache:1 description: L2 cache physical id: 8 slot: L2 Cache size: 2MB capacity: 2MB capabilities: burst internal write-back unified *-cache:2 DISABLED description: L3 cache physical id: 9 slot: none *-cpu:1 description: CPU vendor: Intel physical id: 6 bus info: cpu@1 slot: XU2 PROCESSOR size: 1867MHz capacity: 1867MHz capabilities: cpufreq *-memory:0 description: System Memory physical id: 37 slot: System board or motherboard *-bank:0 description: DIMM Synchronous 667 MHz (1.5 ns) product: NT1GT64U8HA1BY-3C vendor: JEDEC ID:7F 7F 7F 0B 00 00 00 00 physical id: 0 serial: xxx slot: XMM1 size: 1GB width: 64 bits clock: 667MHz (1.5ns) *-bank:1 description: DIMM Synchronous 667 MHz (1.5 ns) product: NT1GT64U8HA1BY-3C vendor: JEDEC ID:7F 7F 7F 0B 00 00 00 00 physical id: 1 serial: xxx slot: XMM2 size: 1GB width: 64 bits clock: 667MHz (1.5ns) *-bank:2 description: DIMM Synchronous 667 MHz (1.5 ns) product: NT1GT64U8HA1BY-3C vendor: JEDEC ID:7F 7F 7F 0B 00 00 00 00 physical id: 2 serial: xxx slot: XMM3 size: 1GB width: 64 bits clock: 667MHz (1.5ns) *-bank:3 description: DIMM Synchronous 667 MHz (1.5 ns) product: NT1GT64U8HA1BY-3C vendor: JEDEC ID:7F 7F 7F 0B 00 00 00 00 physical id: 3 serial: xxx slot: XMM4 size: 1GB width: 64 bits clock: 667MHz (1.5ns) *-memory:1 UNCLAIMED description: Flash Memory physical id: 38 slot: System board or motherboard capacity: 1MB *-bank UNCLAIMED description: Chip FLASH Non-volatile physical id: 0 slot: SYSTEM ROM size: 1MB width: 2 bits *-memory:2 UNCLAIMED physical id: 0 *-memory:3 UNCLAIMED physical id: 2 *-pci description: Host bridge product: 82Q963/Q965 Memory Controller Hub vendor: Intel Corporation physical id: 100 bus info: pci@00:00.0 version: 02 width: 32 bits clock: 33MHz *-display description: VGA compatible controller product: 82Q963/Q965 Integrated Graphics Controller vendor: Intel Corporation physical id: 2 bus info: pci@00:02.0 version: 02 size: 256MB width: 64 bits clock: 33MHz capabilities: vga bus_master cap_list configuration: latency=0 resources: iomemory:f0400000-f04fffff iomemory:e0000000-efffffff ioport:1100-1107 irq:16 *-communication UNCLAIMED description: Communication controller product: 82Q963/Q965 HECI Controller vendor: Intel Corporation physical id: 3 bus info: pci@00:03.0 version: 02 width: 64 bits clock: 33MHz capabilities: bus_master cap_list configuration: latency=0 resources: iomemory:f0525900-f052590f irq:5 *-network description: Ethernet interface product: 82566DM Gigabit Network Connection vendor: Intel Corporation physical id: 19 bus info: pci@00:19.0 logical name: eth0 version: 02 serial: xxx size: 1GB/s capacity: 1GB/s width: 32 bits clock: 33MHz capabilities: bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.15-k2-NAPI duplex=full firmware=0.0-0 ip=172.28.1.124 latency=0 link=yes multicast=yes port=twisted pair speed=1GB/s resources: iomemory:f0500000-f051ffff iomemory:f0524000-f0524fff ioport:1000-101f irq:19 *-usb:0 description: USB Controller product: 82801H (ICH8 Family) USB UHCI #4 vendor: Intel Corporation physical id: 1a bus info: pci@00:1a.0 version: 02 width: 32 bits clock: 33MHz capabilities: uhci bus_master configuration: driver=uhci_hcd latency=0 resources: ioport:1020-103f irq:20 *-usbhost product: UHCI Host Controller vendor: Linux 2.6.20-15-generic uhci_hcd physical id: 1 bus info: usb@1 logical name: usb1 version: 2.06 capabilities: usb-1.10 configuration: driver=hub maxpower=0mA slots=2 speed=12.0MB/s *-usb:1 description: USB Controller product: 82801H (ICH8 Family) USB UHCI #5 vendor: Intel Corporation physical id: 1a.1 bus info: pci@00:1a.1 version: 02 width: 32 bits clock: 33MHz capabilities: uhci bus_master configuration: driver=uhci_hcd latency=0 resources: ioport:1040-105f irq:21 *-usbhost product: UHCI Host Controller vendor: Linux 2.6.20-15-generic uhci_hcd physical id: 1 bus info: usb@2 logical name: usb2 version: 2.06 capabilities: usb-1.10 configuration: driver=hub maxpower=0mA slots=2 speed=12.0MB/s *-usb:2 description: USB Controller product: 82801H (ICH8 Family) USB2 EHCI #2 vendor: Intel Corporation physical id: 1a.7 bus info: pci@00:1a.7 version: 02 width: 32 bits clock: 33MHz capabilities: ehci bus_master cap_list configuration: driver=ehci_hcd latency=0 resources: iomemory:f0525000-f05253ff irq:22 *-usbhost product: EHCI Host Controller vendor: Linux 2.6.20-15-generic ehci_hcd physical id: 1 bus info: usb@5 logical name: usb5 version: 2.06 capabilities: usb-2.00 configuration: driver=hub maxpower=0mA slots=4 speed=480.0MB/s *-multimedia description: Audio device product: 82801H (ICH8 Family) HD Audio Controller vendor: Intel Corporation physical id: 1b bus info: pci@00:1b.0 version: 02 width: 64 bits clock: 33MHz capabilities: bus_master cap_list configuration: driver=HDA Intel latency=0 resources: iomemory:f0520000-f0523fff irq:21 *-pci:0 description: PCI bridge product: 82801H (ICH8 Family) PCI Express Port 1 vendor: Intel Corporation physical id: 1c bus info: pci@00:1c.0 version: 02 width: 32 bits clock: 33MHz capabilities: pci normal_decode bus_master cap_list configuration: driver=pcieport-driver *-usb:3 description: USB Controller product: 82801H (ICH8 Family) USB UHCI #1 vendor: Intel Corporation physical id: 1d bus info: pci@00:1d.0 version: 02 width: 32 bits clock: 33MHz capabilities: uhci bus_master configuration: driver=uhci_hcd latency=0 resources: ioport:1060-107f irq:20 *-usbhost product: UHCI Host Controller vendor: Linux 2.6.20-15-generic uhci_hcd physical id: 1 bus info: usb@3 logical name: usb3 version: 2.06 capabilities: usb-1.10 configuration: driver=hub maxpower=0mA slots=2 speed=12.0MB/s *-usb:4 description: USB Controller product: 82801H (ICH8 Family) USB UHCI #2 vendor: Intel Corporation physical id: 1d.1 bus info: pci@00:1d.1 version: 02 width: 32 bits clock: 33MHz capabilities: uhci bus_master configuration: driver=uhci_hcd latency=0 resources: ioport:1080-109f irq:21 *-usbhost product: UHCI Host Controller vendor: Linux 2.6.20-15-generic uhci_hcd physical id: 1 bus info: usb@4 logical name: usb4 version: 2.06 capabilities: usb-1.10 configuration: driver=hub maxpower=0mA slots=2 speed=12.0MB/s *-usb:5 description: USB Controller product: 82801H (ICH8 Family) USB2 EHCI #1 vendor: Intel Corporation physical id: 1d.7 bus info: pci@00:1d.7 version: 02 width: 32 bits clock: 33MHz capabilities: ehci bus_master cap_list configuration: driver=ehci_hcd latency=0 resources: iomemory:f0525400-f05257ff irq:20 *-usbhost product: EHCI Host Controller vendor: Linux 2.6.20-15-generic ehci_hcd physical id: 1 bus info: usb@6 logical name: usb6 version: 2.06 capabilities: usb-2.00 configuration: driver=hub maxpower=0mA slots=4 speed=480.0MB/s *-pci:1 description: PCI bridge product: 82801 PCI Bridge vendor: Intel Corporation physical id: 1e bus info: pci@00:1e.0 version: f2 width: 32 bits clock: 33MHz capabilities: pci subtractive_decode bus_master cap_list *-isa description: ISA bridge product: 82801HO (ICH8DO) LPC Interface Controller vendor: Intel Corporation physical id: 1f bus info: pci@00:1f.0 version: 02 width: 32 bits clock: 33MHz capabilities: isa bus_master cap_list configuration: latency=0 *-ide description: IDE interface product: 82801H (ICH8 Family) 4 port SATA IDE Controller vendor: Intel Corporation physical id: 1f.2 bus info: pci@00:1f.2 logical name: scsi0 logical name: scsi1 version: 02 width: 32 bits clock: 66MHz capabilities: ide bus_master cap_list emulated scsi-host configuration: driver=ata_piix latency=0 resources: ioport:1f0-1f7 ioport:3f4-3f3 ioport:170-177 ioport:374-373 ioport:10e0-10ef ioport:10f0-10ff irq:18 *-disk description: SCSI Disk product: WDC WD2500JS-60M vendor: ATA physical id: 0 bus info: scsi@0:0.0.0 logical name: /dev/sda version: 10.0 serial: xxx size: 232GB capabilities: partitioned partitioned:dos configuration: ansiversion=5 *-volume:0 description: Linux filesystem partition physical id: 1 bus info: scsi@0:0.0.0,1 logical name: /dev/sda1 capacity: 223GB capabilities: primary bootable *-volume:1 description: Extended partition physical id: 2 bus info: scsi@0:0.0.0,2 logical name: /dev/sda2 size: 9703MB capacity: 9703MB capabilities: primary extended partitioned partitioned:extended *-logicalvolume description: Linux swap / Solaris partition physical id: 5 logical name: /dev/sda5 capacity: 9703MB capabilities: nofs *-cdrom description: DVD reader product: DVD C DH48CYS vendor: ATAPI physical id: 1 bus info: scsi@1:0.0.0 logical name: /dev/cdrom logical name: /dev/dvd logical name: /dev/scd0 logical name: /dev/sr0 version: VH34 capabilities: removable audio cd-r cd-rw dvd configuration: ansiversion=5 *-disc physical id: 0 logical name: /dev/cdrom == lspci == 00:00.0 Host bridge: Intel Corporation 82Q963/Q965 Memory Controller Hub (rev 02) 00:02.0 VGA compatible controller: Intel Corporation 82Q963/Q965 Integrated Graphics Controller (rev 02) 00:03.0 Communication controller: Intel Corporation 82Q963/Q965 HECI Controller (rev 02) 00:19.0 Ethernet controller: Intel Corporation 82566DM Gigabit Network Connection (rev 02) 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #4 (rev 02) 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #5 (rev 02) 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #2 (rev 02) 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #2 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #1 (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2) 00:1f.0 ISA bridge: Intel Corporation 82801HO (ICH8DO) LPC Interface Controller (rev 02) 00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port SATA IDE Controller (rev 02) == lspci -n == 00:00.0 0600: 8086:2990 (rev 02) 00:02.0 0300: 8086:2992 (rev 02) 00:03.0 0780: 8086:2994 (rev 02) 00:19.0 0200: 8086:104a (rev 02) 00:1a.0 0c03: 8086:2834 (rev 02) 00:1a.1 0c03: 8086:2835 (rev 02) 00:1a.7 0c03: 8086:283a (rev 02) 00:1b.0 0403: 8086:284b (rev 02) 00:1c.0 0604: 8086:283f (rev 02) 00:1d.0 0c03: 8086:2830 (rev 02) 00:1d.1 0c03: 8086:2831 (rev 02) 00:1d.7 0c03: 8086:2836 (rev 02) 00:1e.0 0604: 8086:244e (rev f2) 00:1f.0 0601: 8086:2814 (rev 02) 00:1f.2 0101: 8086:2820 (rev 02) == lspci -v == 00:00.0 Host bridge: Intel Corporation 82Q963/Q965 Memory Controller Hub (rev 02) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, fast devsel, latency 0 Capabilities: [e0] Vendor Specific Information 00:02.0 VGA compatible controller: Intel Corporation 82Q963/Q965 Integrated Graphics Controller (rev 02) (prog-if 00 [VGA]) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, fast devsel, latency 0, IRQ 16 Memory at f0400000 (32-bit, non-prefetchable) [size=1M] Memory at e0000000 (64-bit, prefetchable) [size=256M] I/O ports at 1100 [size=8] Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable- Capabilities: [d0] Power Management version 2 00:03.0 Communication controller: Intel Corporation 82Q963/Q965 HECI Controller (rev 02) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, fast devsel, latency 0, IRQ 5 Memory at f0525900 (64-bit, non-prefetchable) [size=16] Capabilities: [50] Power Management version 3 Capabilities: [8c] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- 00:19.0 Ethernet controller: Intel Corporation 82566DM Gigabit Network Connection (rev 02) Subsystem: Hewlett-Packard Company Unknown device 2800 Flags: bus master, fast devsel, latency 0, IRQ 19 Memory at f0500000 (32-bit, non-prefetchable) [size=128K] Memory at f0524000 (32-bit, non-prefetchable) [size=4K] I/O ports at 1000 [size=32] Capabilities: [c8] Power Management version 2 Capabilities: [d0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #4 (rev 02) (prog-if 00 [UHCI]) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, medium devsel, latency 0, IRQ 20 I/O ports at 1020 [size=32] 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #5 (rev 02) (prog-if 00 [UHCI]) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, medium devsel, latency 0, IRQ 21 I/O ports at 1040 [size=32] 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #2 (rev 02) (prog-if 20 [EHCI]) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, medium devsel, latency 0, IRQ 22 Memory at f0525000 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] Power Management version 2 Capabilities: [58] Debug port 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, fast devsel, latency 0, IRQ 21 Memory at f0520000 (64-bit, non-prefetchable) [size=16K] Capabilities: [50] Power Management version 2 Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- Capabilities: [70] Express Unknown type IRQ 0 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=20, subordinate=20, sec-latency=0 Capabilities: [40] Express Root Port (Slot+) IRQ 0 Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable- Capabilities: [90] Subsystem: Hewlett-Packard Company Unknown device 2801 Capabilities: [a0] Power Management version 2 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #1 (rev 02) (prog-if 00 [UHCI]) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, medium devsel, latency 0, IRQ 20 I/O ports at 1060 [size=32] 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #2 (rev 02) (prog-if 00 [UHCI]) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, medium devsel, latency 0, IRQ 21 I/O ports at 1080 [size=32] 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #1 (rev 02) (prog-if 20 [EHCI]) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, medium devsel, latency 0, IRQ 20 Memory at f0525400 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] Power Management version 2 Capabilities: [58] Debug port 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2) (prog-if 01 [Subtractive decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=07, subordinate=07, sec-latency=32 Capabilities: [50] Subsystem: Hewlett-Packard Company Unknown device 2801 00:1f.0 ISA bridge: Intel Corporation 82801HO (ICH8DO) LPC Interface Controller (rev 02) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, medium devsel, latency 0 Capabilities: [e0] Vendor Specific Information 00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port SATA IDE Controller (rev 02) (prog-if 8a [Master SecP PriP]) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 18 I/O ports at 01f0 [size=8] I/O ports at 03f4 [size=1] I/O ports at 0170 [size=8] I/O ports at 0374 [size=1] I/O ports at 10e0 [size=16] I/O ports at 10f0 [size=16] Capabilities: [70] Power Management version 3 == lsmod == Module Size Used by binfmt_misc 14604 1 rfcomm 45352 0 l2cap 28160 5 rfcomm bluetooth 62340 4 rfcomm,l2cap ppdev 11272 0 i915 29056 2 drm 103464 3 i915 acpi_cpufreq 10760 0 cpufreq_userspace 6176 0 cpufreq_powersave 3072 0 cpufreq_ondemand 10640 2 cpufreq_stats 8416 0 freq_table 6336 3 acpi_cpufreq,cpufreq_ondemand,cpufreq_stats cpufreq_conservative 9736 0 sony_acpi 7064 0 tc1100_wmi 9224 0 pcc_acpi 15616 0 dev_acpi 17028 0 button 10016 0 dock 11992 0 ac 6920 0 asus_acpi 19756 0 backlight 8448 1 asus_acpi video 19080 0 battery 12040 0 container 6144 0 sbs 17856 0 i2c_ec 6784 1 sbs i2c_core 26624 1 i2c_ec ipv6 307072 10 lp 15048 0 fuse 51888 0 af_packet 27020 2 snd_hda_intel 24224 1 snd_hda_codec 262912 1 snd_hda_intel snd_pcm_oss 49536 0 snd_mixer_oss 19840 1 snd_pcm_oss snd_pcm 92808 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss snd_seq_dummy 5380 0 snd_seq_oss 36608 0 snd_seq_midi 11008 0 snd_rawmidi 29696 1 snd_seq_midi snd_seq_midi_event 9856 2 snd_seq_oss,snd_seq_midi snd_seq 61856 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event snd_timer 26632 2 snd_pcm,snd_seq snd_seq_device 10260 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq parport_pc 40104 1 parport 43404 3 ppdev,lp,parport_pc shpchp 37404 0 snd 68904 12 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device soundcore 10272 1 snd serio_raw 9092 0 psmouse 43536 0 pcspkr 4736 0 pci_hotplug 36228 1 shpchp snd_page_alloc 11792 2 snd_hda_intel,snd_pcm intel_agp 29376 1 iTCO_wdt 13648 0 iTCO_vendor_support 5636 1 iTCO_wdt evdev 13056 3 tsdev 10112 0 ext3 143760 1 jbd 68208 1 ext3 mbcache 11400 1 ext3 sg 40616 0 sr_mod 18980 1 cdrom 40744 1 sr_mod sd_mod 25092 3 generic 6532 0 [permanent] ata_piix 18308 3 ehci_hcd 37004 0 uhci_hcd 28320 0 floppy 67944 0 ata_generic 10628 0 libata 137000 2 ata_piix,ata_generic scsi_mod 166968 4 sg,sr_mod,sd_mod,libata usbcore 154416 3 ehci_hcd,uhci_hcd e1000 133824 0 thermal 16912 0 processor 34952 2 acpi_cpufreq,thermal fan 6536 0 fbcon 44416 0 tileblit 4096 1 fbcon font 9856 1 fbcon bitblit 7296 1 fbcon softcursor 3712 1 bitblit vesafb 10376 0 cfbcopyarea 5120 1 vesafb cfbimgblt 4096 1 vesafb cfbfillrect 5632 1 vesafb capability 7048 0 commoncap 9472 1 capability == cat /var/log/Xorg.0.log == X Window System Version 7.2.0 Release Date: 22 January 2007 X Protocol Version 11, Revision 0, Release 7.2 Build Operating System: Linux Ubuntu Current Operating System: Linux ade 2.6.20-15-generic #2 SMP Sun Apr 15 06:17:24 UTC 2007 x86_64 Build Date: 04 April 2007 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu May 24 15:37:56 2007 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Default Layout" (**) |-->Screen "Default Screen" (0) (**) | |-->Monitor "DELL E152FP" (**) | |-->Device "Intel Corporation 82Q963/Q965 Integrated Graphics Controller" (**) |-->Input Device "Generic Keyboard" (**) |-->Input Device "Configured Mouse" (**) |-->Input Device "stylus" (**) |-->Input Device "cursor" (**) |-->Input Device "eraser" (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. Entry deleted from font path. (**) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, /usr/share/fonts/X11/misc, /usr/X11R6/lib/X11/fonts/misc, /usr/share/fonts/X11/cyrillic, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/X11R6/lib/X11/fonts/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType (==) RgbPath set to "/etc/X11/rgb" (==) ModulePath set to "/usr/lib/xorg/modules" (II) Open ACPI successful (/var/run/acpid.socket) (II) Loader magic: 0x7a16e0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 1.1 X.Org XInput driver : 0.7 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on linux (II) LoadModule: "pcidata" (II) Loading /usr/lib/xorg/modules//libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.1 (++) using VT number 7 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,2990 card 103c,2801 rev 02 class 06,00,00 hdr 00 (II) PCI: 00:02:0: chip 8086,2992 card 103c,2801 rev 02 class 03,00,00 hdr 00 (II) PCI: 00:03:0: chip 8086,2994 card 103c,2801 rev 02 class 07,80,00 hdr 80 (II) PCI: 00:19:0: chip 8086,104a card 103c,2800 rev 02 class 02,00,00 hdr 00 (II) PCI: 00:1a:0: chip 8086,2834 card 103c,2801 rev 02 class 0c,03,00 hdr 80 (II) PCI: 00:1a:1: chip 8086,2835 card 103c,2801 rev 02 class 0c,03,00 hdr 00 (II) PCI: 00:1a:7: chip 8086,283a card 103c,2801 rev 02 class 0c,03,20 hdr 00 (II) PCI: 00:1b:0: chip 8086,284b card 103c,2801 rev 02 class 04,03,00 hdr 00 (II) PCI: 00:1c:0: chip 8086,283f card 0000,0000 rev 02 class 06,04,00 hdr 81 (II) PCI: 00:1d:0: chip 8086,2830 card 103c,2801 rev 02 class 0c,03,00 hdr 80 (II) PCI: 00:1d:1: chip 8086,2831 card 103c,2801 rev 02 class 0c,03,00 hdr 00 (II) PCI: 00:1d:7: chip 8086,2836 card 103c,2801 rev 02 class 0c,03,20 hdr 00 (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev f2 class 06,04,01 hdr 01 (II) PCI: 00:1f:0: chip 8086,2814 card 103c,2801 rev 02 class 06,01,00 hdr 80 (II) PCI: 00:1f:2: chip 8086,2820 card 103c,2801 rev 02 class 01,01,8a hdr 00 (II) PCI: End of PCI scan (II) Intel Bridge workaround enabled (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,32), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 32: bridge is at (0:28:0), (0,32,32), BCTRL: 0x0002 (VGA_EN is cleared) (II) Subtractive PCI-to-PCI bridge: (II) Bus 7: bridge is at (0:30:0), (0,7,7), BCTRL: 0x0002 (VGA_EN is cleared) (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (--) PCI:*(0:2:0) Intel Corporation 82Q963/Q965 Integrated Graphics Controller rev 2, Mem @ 0xf0400000/20, 0xe0000000/28, I/O @ 0x1100/3 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0 0xf0525400 - 0xf05257ff (0x400) MX[B] [1] -1 0 0xf0520000 - 0xf0523fff (0x4000) MX[B] [2] -1 0 0xf0525000 - 0xf05253ff (0x400) MX[B] [3] -1 0 0xf0524000 - 0xf0524fff (0x1000) MX[B] [4] -1 0 0xf0500000 - 0xf051ffff (0x20000) MX[B] [5] -1 0 0xf0525900 - 0xf052590f (0x10) MX[B] [6] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [7] -1 0 0xf0400000 - 0xf04fffff (0x100000) MX[B](B) [8] -1 0 0x000010f0 - 0x000010ff (0x10) IX[B] [9] -1 0 0x000010e0 - 0x000010ef (0x10) IX[B] [10] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [11] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [12] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [13] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [14] -1 0 0x00001080 - 0x0000109f (0x20) IX[B] [15] -1 0 0x00001060 - 0x0000107f (0x20) IX[B] [16] -1 0 0x00001040 - 0x0000105f (0x20) IX[B] [17] -1 0 0x00001020 - 0x0000103f (0x20) IX[B] [18] -1 0 0x00001000 - 0x0000101f (0x20) IX[B] [19] -1 0 0x00001100 - 0x00001107 (0x8) IX[B](B) (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xf0525400 - 0xf05257ff (0x400) MX[B] [1] -1 0 0xf0520000 - 0xf0523fff (0x4000) MX[B] [2] -1 0 0xf0525000 - 0xf05253ff (0x400) MX[B] [3] -1 0 0xf0524000 - 0xf0524fff (0x1000) MX[B] [4] -1 0 0xf0500000 - 0xf051ffff (0x20000) MX[B] [5] -1 0 0xf0525900 - 0xf052590f (0x10) MX[B] [6] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [7] -1 0 0xf0400000 - 0xf04fffff (0x100000) MX[B](B) [8] -1 0 0x000010f0 - 0x000010ff (0x10) IX[B] [9] -1 0 0x000010e0 - 0x000010ef (0x10) IX[B] [10] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [11] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [12] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [13] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [14] -1 0 0x00001080 - 0x0000109f (0x20) IX[B] [15] -1 0 0x00001060 - 0x0000107f (0x20) IX[B] [16] -1 0 0x00001040 - 0x0000105f (0x20) IX[B] [17] -1 0 0x00001020 - 0x0000103f (0x20) IX[B] [18] -1 0 0x00001000 - 0x0000101f (0x20) IX[B] [19] -1 0 0x00001100 - 0x00001107 (0x8) IX[B](B) (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xf0525400 - 0xf05257ff (0x400) MX[B] [5] -1 0 0xf0520000 - 0xf0523fff (0x4000) MX[B] [6] -1 0 0xf0525000 - 0xf05253ff (0x400) MX[B] [7] -1 0 0xf0524000 - 0xf0524fff (0x1000) MX[B] [8] -1 0 0xf0500000 - 0xf051ffff (0x20000) MX[B] [9] -1 0 0xf0525900 - 0xf052590f (0x10) MX[B] [10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [11] -1 0 0xf0400000 - 0xf04fffff (0x100000) MX[B](B) [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [14] -1 0 0x000010f0 - 0x000010ff (0x10) IX[B] [15] -1 0 0x000010e0 - 0x000010ef (0x10) IX[B] [16] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [17] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [18] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [20] -1 0 0x00001080 - 0x0000109f (0x20) IX[B] [21] -1 0 0x00001060 - 0x0000107f (0x20) IX[B] [22] -1 0 0x00001040 - 0x0000105f (0x20) IX[B] [23] -1 0 0x00001020 - 0x0000103f (0x20) IX[B] [24] -1 0 0x00001000 - 0x0000101f (0x20) IX[B] [25] -1 0 0x00001100 - 0x00001107 (0x8) IX[B](B) (II) LoadModule: "i2c" (II) Loading /usr/lib/xorg/modules//libi2c.so (II) Module i2c: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.2.0 ABI class: X.Org Video Driver, version 1.1 (II) LoadModule: "ddc" (II) Loading /usr/lib/xorg/modules//libddc.so (II) Module ddc: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.1 (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading extension XFree86-DRI (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "freetype" (II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 7.2.0, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font FreeType (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "int10" (II) Loading /usr/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.1 (II) LoadModule: "vbe" (II) Loading /usr/lib/xorg/modules//libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.1.0 ABI class: X.Org Video Driver, version 1.1 (II) LoadModule: "i810" (II) Loading /usr/lib/xorg/modules/drivers//i810_drv.so (II) Module i810: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.7.4 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.1 (II) LoadModule: "kbd" (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.1.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.7 (II) LoadModule: "mouse" (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.1.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.7 (II) LoadModule: "wacom" (II) Loading /usr/lib/xorg/modules/input//wacom_drv.so (II) Module wacom: vendor="X.Org Foundation" compiled for 4.3.99.902, module version = 1.0.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.7 (II) Wacom driver level: 47-0.7.7-7 $ (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 965G, 965G, 965Q, 946GZ (II) Primary Device is: PCI 00:02:0 (--) Chipset 965Q found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xf0525400 - 0xf05257ff (0x400) MX[B] [5] -1 0 0xf0520000 - 0xf0523fff (0x4000) MX[B] [6] -1 0 0xf0525000 - 0xf05253ff (0x400) MX[B] [7] -1 0 0xf0524000 - 0xf0524fff (0x1000) MX[B] [8] -1 0 0xf0500000 - 0xf051ffff (0x20000) MX[B] [9] -1 0 0xf0525900 - 0xf052590f (0x10) MX[B] [10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [11] -1 0 0xf0400000 - 0xf04fffff (0x100000) MX[B](B) [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [14] -1 0 0x000010f0 - 0x000010ff (0x10) IX[B] [15] -1 0 0x000010e0 - 0x000010ef (0x10) IX[B] [16] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [17] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [18] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [20] -1 0 0x00001080 - 0x0000109f (0x20) IX[B] [21] -1 0 0x00001060 - 0x0000107f (0x20) IX[B] [22] -1 0 0x00001040 - 0x0000105f (0x20) IX[B] [23] -1 0 0x00001020 - 0x0000103f (0x20) IX[B] [24] -1 0 0x00001000 - 0x0000101f (0x20) IX[B] [25] -1 0 0x00001100 - 0x00001107 (0x8) IX[B](B) (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xf0525400 - 0xf05257ff (0x400) MX[B] [5] -1 0 0xf0520000 - 0xf0523fff (0x4000) MX[B] [6] -1 0 0xf0525000 - 0xf05253ff (0x400) MX[B] [7] -1 0 0xf0524000 - 0xf0524fff (0x1000) MX[B] [8] -1 0 0xf0500000 - 0xf051ffff (0x20000) MX[B] [9] -1 0 0xf0525900 - 0xf052590f (0x10) MX[B] [10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [11] -1 0 0xf0400000 - 0xf04fffff (0x100000) MX[B](B) [12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0 0x000010f0 - 0x000010ff (0x10) IX[B] [18] -1 0 0x000010e0 - 0x000010ef (0x10) IX[B] [19] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [20] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [21] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [23] -1 0 0x00001080 - 0x0000109f (0x20) IX[B] [24] -1 0 0x00001060 - 0x0000107f (0x20) IX[B] [25] -1 0 0x00001040 - 0x0000105f (0x20) IX[B] [26] -1 0 0x00001020 - 0x0000103f (0x20) IX[B] [27] -1 0 0x00001000 - 0x0000101f (0x20) IX[B] [28] -1 0 0x00001100 - 0x00001107 (0x8) IX[B](B) [29] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [30] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/lib/xorg/modules//libint10.so (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Reloading /usr/lib/xorg/modules//libvbe.so (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 7.2.0, module version = 0.1.0 ABI class: X.Org Video Driver, version 1.1 (**) I810(0): Depth 24, (--) framebuffer bpp 32 (==) I810(0): RGB weight 888 (==) I810(0): Default visual is TrueColor (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/lib/xorg/modules//libint10.so (II) I810(0): initializing int10 (WW) I810(0): Bad V_BIOS checksum (II) I810(0): Primary V_BIOS segment is: 0xc000 (II) I810(0): VESA BIOS detected (II) I810(0): VESA VBE Version 3.0 (II) I810(0): VESA VBE Total Mem: 7616 kB (II) I810(0): VESA VBE OEM: Intel(r)Broadwater-G Graphics Chip Accelerated VGA BIOS (II) I810(0): VESA VBE OEM Software Rev: 1.0 (II) I810(0): VESA VBE OEM Vendor: Intel Corporation (II) I810(0): VESA VBE OEM Product: Intel(r)Broadwater-G Graphics Controller (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 (II) I810(0): Integrated Graphics Chipset: Intel(R) 965Q (--) I810(0): Chipset: "965Q" (--) I810(0): Linear framebuffer at 0xE0000000 (--) I810(0): IO registers at addr 0xF0400000 (II) I810(0): 2 display pipes available. (II) I810(0): detected 7676 kB stolen memory. (II) I810(0): Kernel reported 1103104 total, 1 used (II) I810(0): I830CheckAvailableMemory: 4412412 kB available (--) I810(0): Will try to allocate texture pool for old Mesa 3D driver. (II) I810(0): Will try to reserve 32768 kiB of AGP aperture space for the DRM memory manager. (II) I810(0): Will attempt to tell the BIOS that there is 12288 kB VideoRAM (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/lib/xorg/modules//libint10.so (II) I810(0): initializing int10 (WW) I810(0): Bad V_BIOS checksum (II) I810(0): Primary V_BIOS segment is: 0xc000 (II) I810(0): VESA BIOS detected (II) I810(0): VESA VBE Version 3.0 (II) I810(0): VESA VBE Total Mem: 12288 kB (II) I810(0): VESA VBE OEM: Intel(r)Broadwater-G Graphics Chip Accelerated VGA BIOS (II) I810(0): VESA VBE OEM Software Rev: 1.0 (II) I810(0): VESA VBE OEM Vendor: Intel Corporation (II) I810(0): VESA VBE OEM Product: Intel(r)Broadwater-G Graphics Controller (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 (II) I810(0): BIOS now sees 12288 kB VideoRAM (--) I810(0): Pre-allocated VideoRAM: 7676 kByte (==) I810(0): VideoRAM: 65536 kByte (==) I810(0): video overlay key set to 0x101fe (**) I810(0): page flipping disabled (==) I810(0): Using gamma correction (1.0, 1.0, 1.0) (II) I810(0): BIOS Build: 1348 (==) I810(0): Device Presence: disabled. (==) I810(0): Display Info: enabled. (II) I810(0): Broken BIOSes cause the system to hang here. If you encounter this problem please add Option "DisplayInfo" "FALSE" to the Device section of your XF86Config file. (WW) I810(0): Extended BIOS function 0x5f64 not supported. (WW) I810(0): Extended BIOS function 0x5f64 not supported. (WW) I810(0): Extended BIOS function 0x5f64 not supported. (WW) I810(0): Extended BIOS function 0x5f64 not supported. (WW) I810(0): Extended BIOS function 0x5f64 not supported. (WW) I810(0): Extended BIOS function 0x5f64 not supported. (WW) I810(0): Extended BIOS function 0x5f64 not supported. (WW) I810(0): Extended BIOS function 0x5f64 not supported. (II) I810(0): Currently active displays on Pipe A: (II) I810(0): CRT (II) I810(0): No active displays on Pipe B. (==) I810(0): Display is using Pipe A (--) I810(0): Maximum frambuffer space: 65368 kByte (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Reloading /usr/lib/xorg/modules//libddc.so (II) I810(0): VESA VBE DDC supported (II) I810(0): VESA VBE DDC Level 2 (II) I810(0): VESA VBE DDC transfer in appr. 1 sec. (II) I810(0): VESA VBE DDC read successfully (II) I810(0): Manufacturer: DEL Model: a009 Serial#: xxx (II) I810(0): Year: 2004 Week: 17 (II) I810(0): EDID Version: 1.3 (II) I810(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V (II) I810(0): Sync: Separate (II) I810(0): Max H-Image Size [cm]: horiz.: 30 vert.: 23 (II) I810(0): Gamma: 2.20 (II) I810(0): DPMS capabilities: Off; RGB/Color Display (II) I810(0): Default color space is primary color space (II) I810(0): First detailed timing is preferred mode (II) I810(0): redX: 0.631 redY: 0.347 greenX: 0.309 greenY: 0.582 (II) I810(0): blueX: 0.148 blueY: 0.112 whiteX: 0.312 whiteY: 0.328 (II) I810(0): Supported VESA Video Modes: (II) I810(0): 720x400@70Hz (II) I810(0): 640x480@60Hz (II) I810(0): 640x480@72Hz (II) I810(0): 640x480@75Hz (II) I810(0): 800x600@56Hz (II) I810(0): 800x600@60Hz (II) I810(0): 800x600@72Hz (II) I810(0): 800x600@75Hz (II) I810(0): 1024x768@60Hz (II) I810(0): 1024x768@70Hz (II) I810(0): 1024x768@75Hz (II) I810(0): Manufacturer's mask: 0 (II) I810(0): Supported additional Video Mode: (II) I810(0): clock: 65.0 MHz Image Size: 304 x 228 mm (II) I810(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0 (II) I810(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806 v_border: 0 (II) I810(0): Serial No: P145744N0MVUC (II) I810(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 63 kHz, PixClock max 80 MHz (II) I810(0): Monitor name: DELL E152FP (II) I810(0): EDID (in hex): (II) I810(0): 00ffffffffffff0010ac09a055564d30 (II) I810(0): 110e0103681e17782eb030a1584f9526 (II) I810(0): 1c5054afce0001010101010101010101 (II) I810(0): 01010101010164190040410026301888 (II) I810(0): 360030e410000018000000ff00503134 (II) I810(0): 353734344e304d565543000000fd0038 (II) I810(0): 4c1e3f08000a202020202020000000fc (II) I810(0): 0044454c4c204531353246500a2000b2 (II) I810(0): Using EDID range info for horizontal sync (II) I810(0): Using EDID range info for vertical refresh (II) I810(0): Printing DDC gathered Modelines: (II) I810(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (II) I810(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (II) I810(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (II) I810(0): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (II) I810(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (II) I810(0): Modeline "720x400" 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (II) I810(0): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (II) I810(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (II) I810(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (II) I810(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (II) I810(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (II) I810(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (II) I810(0): Will use BIOS call 0x5f05 to set refresh rates for CRTs. (--) I810(0): Maximum space available for video modes: 12288 kByte (II) I810(0): Using detected DDC timings (II) I810(0): HorizSync 30-63 (II) I810(0): VertRefresh 56-76 Mode: 30 (640x480) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 640 XResolution: 640 YResolution: 480 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 37 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 640 BnkNumberOfImagePages: 37 LinNumberOfImagePages: 37 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 32 (800x600) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 832 XResolution: 800 YResolution: 600 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 23 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 832 BnkNumberOfImagePages: 23 LinNumberOfImagePages: 23 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 34 (1024x768) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 1024 XResolution: 1024 YResolution: 768 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 15 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 1024 BnkNumberOfImagePages: 15 LinNumberOfImagePages: 15 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 38 (1280x1024) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 1280 XResolution: 1280 YResolution: 1024 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 8 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 1280 BnkNumberOfImagePages: 8 LinNumberOfImagePages: 8 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 3a (1600x1200) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 1600 XResolution: 1600 YResolution: 1200 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 5 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 1600 BnkNumberOfImagePages: 5 LinNumberOfImagePages: 5 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 3c (1920x1440) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 1920 XResolution: 1920 YResolution: 1440 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 3 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 1920 BnkNumberOfImagePages: 3 LinNumberOfImagePages: 3 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 41 (640x480) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 1280 XResolution: 640 YResolution: 480 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 18 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 1280 BnkNumberOfImagePages: 18 LinNumberOfImagePages: 18 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 43 (800x600) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 1600 XResolution: 800 YResolution: 600 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 11 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 1600 BnkNumberOfImagePages: 11 LinNumberOfImagePages: 11 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 45 (1024x768) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 2048 XResolution: 1024 YResolution: 768 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 7 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 2048 BnkNumberOfImagePages: 7 LinNumberOfImagePages: 7 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 49 (1280x1024) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 2560 XResolution: 1280 YResolution: 1024 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 3 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 2560 BnkNumberOfImagePages: 3 LinNumberOfImagePages: 3 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 4b (1600x1200) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 3200 XResolution: 1600 YResolution: 1200 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 2 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 3200 BnkNumberOfImagePages: 2 LinNumberOfImagePages: 2 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 4d (1920x1440) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 3840 XResolution: 1920 YResolution: 1440 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 1 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 3840 BnkNumberOfImagePages: 1 LinNumberOfImagePages: 1 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 *(II) I810(0): Not using mode "640x480" (vrefresh out of range) Mode: 50 (640x480) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 2560 XResolution: 640 YResolution: 480 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 9 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 8 RsvdFieldPosition: 24 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 2560 BnkNumberOfImagePages: 9 LinNumberOfImagePages: 9 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 8 LinRsvdFieldPosition: 24 MaxPixelClock: 230000000 *(II) I810(0): Not using mode "800x600" (vrefresh out of range) Mode: 52 (800x600) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 3200 XResolution: 800 YResolution: 600 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 5 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 8 RsvdFieldPosition: 24 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 3200 BnkNumberOfImagePages: 5 LinNumberOfImagePages: 5 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 8 LinRsvdFieldPosition: 24 MaxPixelClock: 230000000 *(II) I810(0): Not using mode "1024x768" (hsync out of range) Mode: 54 (1024x768) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 4096 XResolution: 1024 YResolution: 768 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 3 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 8 RsvdFieldPosition: 24 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 4096 BnkNumberOfImagePages: 3 LinNumberOfImagePages: 3 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 8 LinRsvdFieldPosition: 24 MaxPixelClock: 230000000 *(II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) Mode: 58 (1280x1024) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 5120 XResolution: 1280 YResolution: 1024 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 1 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 8 RsvdFieldPosition: 24 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 5120 BnkNumberOfImagePages: 1 LinNumberOfImagePages: 1 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 8 LinRsvdFieldPosition: 24 MaxPixelClock: 230000000 *(II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) Mode: 5a (1600x1200) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 6400 XResolution: 1600 YResolution: 1200 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 0 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 8 RsvdFieldPosition: 24 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 6400 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 8 LinRsvdFieldPosition: 24 MaxPixelClock: 230000000 *(II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) Mode: 5c (1920x1440) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 7680 XResolution: 1920 YResolution: 1440 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 0 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 8 RsvdFieldPosition: 24 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 7680 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 8 LinRsvdFieldPosition: 24 MaxPixelClock: 230000000 Mode: 60 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 61 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 62 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 63 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 64 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 65 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 66 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 67 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 68 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 (II) I810(0): DELL E152FP: Using hsync range of 30.00-63.00 kHz (II) I810(0): DELL E152FP: Using vrefresh range of 56.00-76.00 Hz (II) I810(0): Not using mode "832x624" (no mode of this name) (II) I810(0): Not using mode "720x400" (no mode of this name) (--) I810(0): Virtual size is 1024x768 (pitch 1024) (**) I810(0): *Built-in mode "1024x768" (**) I810(0): *Built-in mode "800x600" (**) I810(0): *Built-in mode "640x480" (II) I810(0): Attempting to use 75.03Hz refresh for mode "1024x768" (854) (II) I810(0): Attempting to use 75.00Hz refresh for mode "800x600" (852) (II) I810(0): Attempting to use 75.00Hz refresh for mode "640x480" (850) (**) I810(0): Display dimensions: (300, 230) mm (**) I810(0): DPI set to (86, 84) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/lib/xorg/modules//libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.2.0 ABI class: X.Org Video Driver, version 1.1 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/lib/xorg/modules//libramdac.so (II) Module ramdac: vendor="X.Org Foundation" compiled for 7.2.0, module version = 0.1.0 ABI class: X.Org Video Driver, version 1.1 (==) I810(0): VBE Restore workaround: enabled. (II) Loading sub module "shadow" (II) LoadModule: "shadow" (II) Loading /usr/lib/xorg/modules//libshadow.so (II) Module shadow: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.1.0 ABI class: X.Org ANSI C Emulation, version 0.3 (==) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0xe0000000 - 0xefffffff (0x10000000) MS[B] [1] 0 0 0xf0400000 - 0xf04fffff (0x100000) MS[B] [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [6] -1 0 0xf0525400 - 0xf05257ff (0x400) MX[B] [7] -1 0 0xf0520000 - 0xf0523fff (0x4000) MX[B] [8] -1 0 0xf0525000 - 0xf05253ff (0x400) MX[B] [9] -1 0 0xf0524000 - 0xf0524fff (0x1000) MX[B] [10] -1 0 0xf0500000 - 0xf051ffff (0x20000) MX[B] [11] -1 0 0xf0525900 - 0xf052590f (0x10) MX[B] [12] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [13] -1 0 0xf0400000 - 0xf04fffff (0x100000) MX[B](B) [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [17] 0 0 0x00001100 - 0x00001107 (0x8) IS[B] [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [20] -1 0 0x000010f0 - 0x000010ff (0x10) IX[B] [21] -1 0 0x000010e0 - 0x000010ef (0x10) IX[B] [22] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [23] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [24] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [26] -1 0 0x00001080 - 0x0000109f (0x20) IX[B] [27] -1 0 0x00001060 - 0x0000107f (0x20) IX[B] [28] -1 0 0x00001040 - 0x0000105f (0x20) IX[B] [29] -1 0 0x00001020 - 0x0000103f (0x20) IX[B] [30] -1 0 0x00001000 - 0x0000101f (0x20) IX[B] [31] -1 0 0x00001100 - 0x00001107 (0x8) IX[B](B) [32] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [33] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/lib/xorg/modules//libint10.so (II) I810(0): initializing int10 (WW) I810(0): Bad V_BIOS checksum (II) I810(0): Primary V_BIOS segment is: 0xc000 (II) I810(0): VESA BIOS detected (II) I810(0): VESA VBE Version 3.0 (II) I810(0): VESA VBE Total Mem: 7616 kB (II) I810(0): VESA VBE OEM: Intel(r)Broadwater-G Graphics Chip Accelerated VGA BIOS (II) I810(0): VESA VBE OEM Software Rev: 1.0 (II) I810(0): VESA VBE OEM Vendor: Intel Corporation (II) I810(0): VESA VBE OEM Product: Intel(r)Broadwater-G Graphics Controller (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 (II) I810(0): Allocated 128 kB for the ring buffer at 0x0 (II) I810(0): Allocating at least 512 scanlines for pixmap cache (II) I810(0): Initial framebuffer allocation size: 6144 kByte (II) I810(0): Allocated 4 kB for HW cursor at 0xdfff000 (II) I810(0): Allocated 16 kB for HW (ARGB) cursor at 0xdffb000 (II) I810(0): Allocated 4 kB for Overlay registers at 0xdffa000 (0x37fda000). (II) I810(0): Allocated 64 kB for the scratch buffer at 0xdfea000 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenByBusid: drmOpenMinor returns 8 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 (II) I810(0): [drm] loaded kernel module for "i915" driver (II) I810(0): [drm] DRM interface version 1.3 (II) I810(0): [drm] created "i915" driver at busid "pci:0000:00:02.0" (II) I810(0): [drm] added 8192 byte SAREA at 0x1f000000 (II) I810(0): [drm] mapped SAREA 0x1f000000 to 0x2b134366f000 (II) I810(0): [drm] framebuffer handle = 0xe0020000 (II) I810(0): [drm] added 1 reserved context for kernel (II) I810(0): Not enabling the DRM memory manager. (II) I810(0): Allocated 32 kB for the logical context at 0xdfe2000. (II) I810(0): Allocated 3072 kB for the back buffer at 0xd800000. (II) I810(0): Allocated 3072 kB for the depth buffer at 0xd400000. (II) I810(0): Allocated 52992 kB for textures at 0x620000 (II) I810(0): 0x7de290: Memory at offset 0x00020000, size 6144 kBytes (II) I810(0): 0x7df290: Memory at offset 0x0dfff000, size 4 kBytes (II) I810(0): 0x7df2e0: Memory at offset 0x0dffb000, size 16 kBytes (II) I810(0): 0x8cf6f8: Memory at offset 0x00000000, size 128 kBytes (II) I810(0): 0x7de310: Memory at offset 0x0dfea000, size 64 kBytes (II) I810(0): 0x8cf760: Memory at offset 0x0dffa000, size 4 kBytes (II) I810(0): 0x7de590: Memory at offset 0x0dfe2000, size 32 kBytes (II) I810(0): 0x7de5d0: Memory at offset 0x0d800000, size 3072 kBytes (II) I810(0): 0x7de610: Memory at offset 0x0d400000, size 3072 kBytes (II) I810(0): 0x7de650: Memory at offset 0x00620000, size 52992 kBytes (II) I810(0): Activating tiled memory for the back buffer. (II) I810(0): Activating tiled memory for the depth buffer. (II) I810(0): [drm] Registers = 0xf0400000 (II) I810(0): [drm] ring buffer = 0xe0000000 (II) I810(0): [drm] init sarea width,height = 1024 x 768 (pitch 1024) (II) I810(0): [drm] Back Buffer = 0xed800000 (II) I810(0): [drm] Depth Buffer = 0xed400000 (II) I810(0): [drm] textures = 0xe0620000 (II) I810(0): [drm] Initialized kernel agp heap manager, 54263808 (II) I810(0): [dri] visual configs initialized (==) I810(0): Write-combining range (0xe0000000,0x10000000) (II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (WW) I810(0): Extended BIOS function 0x5f05 not supported. (II) I810(0): xf86BindGARTMemory: bind key 7 at 0x0077f000 (pgoffset 1919) (II) I810(0): xf86BindGARTMemory: bind key 0 at 0x0dfff000 (pgoffset 57343) (II) I810(0): xf86BindGARTMemory: bind key 1 at 0x0dffb000 (pgoffset 57339) (II) I810(0): xf86BindGARTMemory: bind key 3 at 0x0dfea000 (pgoffset 57322) (II) I810(0): xf86BindGARTMemory: bind key 2 at 0x0dffa000 (pgoffset 57338) (II) I810(0): xf86BindGARTMemory: bind key 4 at 0x0dfe2000 (pgoffset 57314) (II) I810(0): xf86BindGARTMemory: bind key 5 at 0x0d800000 (pgoffset 55296) (II) I810(0): xf86BindGARTMemory: bind key 6 at 0x0d400000 (pgoffset 54272) (WW) I810(0): Extended BIOS function 0x5f05 not supported. (II) I810(0): BIOS call 0x5f05 not supported, setting refresh with VBE 3 method. (II) I810(0): Setting refresh with VBE 3 method. (II) I810(0): Display plane A is enabled and connected to Pipe A. (II) I810(0): Display plane B is disabled and connected to Pipe B. (II) I810(0): Enabling plane A. (II) I810(0): Display plane A is now enabled and connected to Pipe A. (II) I810(0): Display plane B is now disabled and connected to Pipe B. (II) I810(0): PIPEACONF is 0xc0000000 (II) I810(0): PIPEBCONF is 0xc0000000 (II) I810(0): Mode bandwidth is 47 Mpixel/s (WW) I810(0): Extended BIOS function 0x5f28 not supported. (II) I810(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Horizontal and Vertical Lines Offscreen Pixmaps Setting up tile and stipple cache: 16 128x128 slots 4 256x256 slots (==) I810(0): Backing store disabled (==) I810(0): Silken mouse enabled (II) I810(0): Initializing HW Cursor (**) Option "dpms" (**) I810(0): DPMS enabled (II) I810(0): Set up textured video (II) I810(0): X context handle = 0x1 (II) I810(0): [drm] installed DRM signal handler (II) I810(0): [DRI] installation complete (II) I810(0): [drm] dma control initialized, using IRQ 16 (II) I810(0): direct rendering: Enabled (II) I810(0): RandR enabled, ignore the following RandR disabled message. (II) I810(0): Rotating to 0 degrees (--) RandR disabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension XAccessControlExtension (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: drmOpenMinor returns 9 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 (WW) AIGLX: 3D driver claims to not support visual 0x23 (WW) AIGLX: 3D driver claims to not support visual 0x24 (WW) AIGLX: 3D driver claims to not support visual 0x25 (WW) AIGLX: 3D driver claims to not support visual 0x26 (WW) AIGLX: 3D driver claims to not support visual 0x27 (WW) AIGLX: 3D driver claims to not support visual 0x28 (WW) AIGLX: 3D driver claims to not support visual 0x29 (WW) AIGLX: 3D driver claims to not support visual 0x2a (WW) AIGLX: 3D driver claims to not support visual 0x2b (WW) AIGLX: 3D driver claims to not support visual 0x2c (WW) AIGLX: 3D driver claims to not support visual 0x2d (WW) AIGLX: 3D driver claims to not support visual 0x2e (WW) AIGLX: 3D driver claims to not support visual 0x2f (WW) AIGLX: 3D driver claims to not support visual 0x30 (WW) AIGLX: 3D driver claims to not support visual 0x31 (WW) AIGLX: 3D driver claims to not support visual 0x32 (II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so (II) GLX: Initialized DRI GL provider for screen 0 (**) Option "CoreKeyboard" (**) Generic Keyboard: Core Keyboard (**) Option "Protocol" "standard" (**) Generic Keyboard: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Generic Keyboard: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Generic Keyboard: XkbModel: "pc105" (**) Option "XkbLayout" "fi" (**) Generic Keyboard: XkbLayout: "fi" (**) Option "XkbVariant" "nodeadkeys" (**) Generic Keyboard: XkbVariant: "nodeadkeys" (**) Option "CustomKeycodes" "off" (**) Generic Keyboard: CustomKeycodes disabled (**) Option "Protocol" "ImPS/2" (**) Configured Mouse: Device: "/dev/input/mice" (**) Configured Mouse: Protocol: "ImPS/2" (**) Option "CorePointer" (**) Configured Mouse: Core Pointer (**) Option "Device" "/dev/input/mice" (**) Option "Emulate3Buttons" "true" (**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) Configured Mouse: ZAxisMapping: buttons 4 and 5 (**) Configured Mouse: Buttons: 9 (**) Option "SendCoreEvents" (**) stylus: always reports core events (**) stylus device is /dev/input/wacom (**) stylus is in absolute mode (**) stylus: forcing TabletPC ISD V4 protocol (**) WACOM: suppress value is 2 (**) Option "BaudRate" "9600" (**) stylus: serial speed 9600 (**) Option "SendCoreEvents" (**) cursor: always reports core events (**) cursor device is /dev/input/wacom (**) cursor is in relative mode (**) cursor: forcing TabletPC ISD V4 protocol (**) WACOM: suppress value is 2 (**) Option "BaudRate" "9600" (**) cursor: serial speed 9600 (**) Option "SendCoreEvents" (**) eraser: always reports core events (**) eraser device is /dev/input/wacom (**) eraser is in absolute mode (**) eraser: forcing TabletPC ISD V4 protocol (**) WACOM: suppress value is 2 (**) Option "BaudRate" "9600" (**) eraser: serial speed 9600 (II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser) (II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor) (II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus) (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE) (II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD) (**) Option "Device" "/dev/input/wacom" (EE) xf86OpenSerial: Cannot open device /dev/input/wacom No such file or directory. Error opening /dev/input/wacom : Success (**) Option "Device" "/dev/input/wacom" (EE) xf86OpenSerial: Cannot open device /dev/input/wacom No such file or directory. Error opening /dev/input/wacom : Success (**) Option "Device" "/dev/input/wacom" (EE) xf86OpenSerial: Cannot open device /dev/input/wacom No such file or directory. Error opening /dev/input/wacom : Success (II) Configured Mouse: ps2EnableDataReporting: succeeded Could not init font path element /usr/X11R6/lib/X11/fonts/misc, removing from list! Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list! Could not init font path element /usr/X11R6/lib/X11/fonts/Type1, removing from list! == dmidecode == # dmidecode 2.8 SMBIOS 2.4 present. 66 structures occupying 2023 bytes. Table at 0x000EB960. Handle 0x0001, DMI type 0, 24 bytes BIOS Information Vendor: Hewlett-Packard Version: 786E1 v01.09 Release Date: 01/05/2007 Address: 0xE0000 Runtime Size: 128 kB ROM Size: 1024 kB Characteristics: PCI is supported PNP is supported BIOS is upgradeable BIOS shadowing is allowed Boot from CD is supported Selectable boot is supported EDD is supported Japanese floppy for Toshiba 1.2 MB is supported (int 13h) 5.25"/360 KB floppy services are supported (int 13h) 5.25"/1.2 MB floppy services are supported (int 13h) 3.5"/720 KB floppy services are supported (int 13h) Print screen service is supported (int 5h) 8042 keyboard services are supported (int 9h) Serial services are supported (int 14h) Printer services are supported (int 17h) ACPI is supported USB legacy is supported LS-120 boot is supported ATAPI Zip drive boot is supported BIOS boot specification is supported Function key-initiated network boot is supported Targeted content distribution is supported BIOS Revision: 1.9 Handle 0x0002, DMI type 1, 27 bytes System Information Manufacturer: Hewlett-Packard Product Name: HP Compaq dc7700 Small Form Factor Version: Serial Number: xxx UUID: xxx Wake-up Type: Power Switch SKU Number: ET090AV Family: 103C_53307F Handle 0x0003, DMI type 2, 8 bytes Base Board Information Manufacturer: Hewlett-Packard Product Name: 0A54h Version: Not Specified Serial Number: xxx Handle 0x0004, DMI type 3, 17 bytes Chassis Information Manufacturer: Hewlett-Packard Type: Low Profile Desktop Lock: Not Present Version: Not Specified Serial Number: xxx Asset Tag: CZC7134PFB Boot-up State: Safe Power Supply State: Safe Thermal State: Safe Security Status: Unknown OEM Information: 0x00000000 Handle 0x0005, DMI type 4, 40 bytes Processor Information Socket Designation: XU1 PROCESSOR Type: Central Processor Family: Pentium 4 Manufacturer: Intel ID: F2 06 00 00 FF FB EB BF Signature: Type 0, Family 6, Model 15, Stepping 2 Flags: FPU (Floating-point unit on-chip) VME (Virtual mode extension) DE (Debugging extension) PSE (Page size extension) TSC (Time stamp counter) MSR (Model specific registers) PAE (Physical address extension) MCE (Machine check exception) CX8 (CMPXCHG8 instruction supported) APIC (On-chip APIC hardware supported) SEP (Fast system call) MTRR (Memory type range registers) PGE (Page global enable) MCA (Machine check architecture) CMOV (Conditional move instruction supported) PAT (Page attribute table) PSE-36 (36-bit page size extension) CLFSH (CLFLUSH instruction supported) DS (Debug store) ACPI (ACPI supported) MMX (MMX technology supported) FXSR (Fast floating-point save and restore) SSE (Streaming SIMD extensions) SSE2 (Streaming SIMD extensions 2) SS (Self-snoop) HTT (Hyper-threading technology) TM (Thermal monitor supported) PBE (Pending break enabled) Version: Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz Voltage: 1.2 V External Clock: 1066 MHz Max Speed: 6000 MHz Current Speed: 1867 MHz Status: Populated, Enabled Upgrade: Other L1 Cache Handle: 0x0007 L2 Cache Handle: 0x0008 L3 Cache Handle: 0x0009 Serial Number: xxx Asset Tag: Not Specified Part Number: Not Specified Handle 0x0006, DMI type 4, 40 bytes Processor Information Socket Designation: XU2 PROCESSOR Type: Central Processor Family: Unknown Manufacturer: Intel ID: 00 00 00 00 00 00 00 00 Version: Voltage: 1.2 V External Clock: Unknown Max Speed: 6000 MHz Current Speed: Unknown Status: Unpopulated Upgrade: Other L1 Cache Handle: Not Provided L2 Cache Handle: Not Provided L3 Cache Handle: Not Provided Serial Number: xxx Asset Tag: Not Specified Part Number: Not Specified Handle 0x0007, DMI type 7, 19 bytes Cache Information Socket Designation: L1 Cache Configuration: Enabled, Not Socketed, Level 1 Operational Mode: Write Through Location: Internal Installed Size: 64 KB Maximum Size: 64 KB Supported SRAM Types: Burst Installed SRAM Type: Burst Speed: Unknown Error Correction Type: Parity System Type: Data Associativity: 8-way Set-associative Handle 0x0008, DMI type 7, 19 bytes Cache Information Socket Designation: L2 Cache Configuration: Enabled, Not Socketed, Level 2 Operational Mode: Write Back Location: Internal Installed Size: 2048 KB Maximum Size: 2048 KB Supported SRAM Types: Burst Installed SRAM Type: Burst Speed: Unknown Error Correction Type: Single-bit ECC System Type: Unified Associativity: 8-way Set-associative Handle 0x0009, DMI type 7, 19 bytes Cache Information Socket Designation: none Configuration: Disabled, Not Socketed, Level 3 Operational Mode: Unknown Location: Unknown Installed Size: 0 KB Maximum Size: 0 KB Supported SRAM Types: Unknown Installed SRAM Type: Unknown Speed: Unknown Error Correction Type: Unknown System Type: Unknown Associativity: Unknown Handle 0x000D, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SATA0 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x000E, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SATA1 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x000F, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SATA2 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0013, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SERIAL A Internal Connector Type: None External Reference Designator: COM A External Connector Type: DB-9 male Port Type: Serial Port 16550A Compatible Handle 0x0014, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SERIAL B Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: DB-9 male Port Type: Serial Port 16550A Compatible Handle 0x0015, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: PARALLEL External Connector Type: DB-25 female Port Type: Parallel Port ECP/EPP Handle 0x0016, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: USB 1 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0017, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: USB 2 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0018, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: USB 3 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0019, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: USB 4 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x001A, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: USB 5 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x001B, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: USB 6 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x001C, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FRONT USB Internal Connector Type: Other External Reference Designator: USB 7 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x001D, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FRONT USB Internal Connector Type: Other External Reference Designator: USB 8 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x001E, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: KEYBOARD External Connector Type: PS/2 Port Type: Keyboard Port Handle 0x001F, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: MOUSE External Connector Type: PS/2 Port Type: Mouse Port Handle 0x0021, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: REAR LINE IN External Connector Type: Mini DIN Port Type: Audio Port Handle 0x0022, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: VIDEO External Connector Type: DB-15 female Port Type: Video Port Handle 0x0023, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: REAR HEADPHONE/LINEOUT External Connector Type: Mini DIN Port Type: Audio Port Handle 0x0024, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: RJ45 External Connector Type: RJ-45 Port Type: Network Port Handle 0x0025, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: CPU FAN Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0026, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FLOPPY Internal Connector Type: On Board Floppy External Reference Designator: Not Specified External Connector Type: None Port Type: None Handle 0x0027, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FRNT AUD Internal Connector Type: Other External Reference Designator: FRONT HEADPHONE/LINEOUT & MIC External Connector Type: Mini DIN Port Type: Audio Port Handle 0x0028, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: CHASSIS FAN Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0029, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SPEAKER (SPKR) Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x002B, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: PASSWORD CLEAR (PSWD) Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x002C, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: HOOD SENSE (HSENSE) Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x002D, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: HOOD LOCK (HLCK) Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x002E, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: POWER BUTTON Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x002F, DMI type 9, 13 bytes System Slot Information Designation: PCI1 Type: 32-bit PCI Current Usage: Available Length: Long ID: 1 Characteristics: 5.0 V is provided 3.3 V is provided PME signal is supported SMBus signal is supported Handle 0x0030, DMI type 9, 13 bytes System Slot Information Designation: PCI2 Type: 32-bit PCI Current Usage: Available Length: Long ID: 2 Characteristics: 5.0 V is provided 3.3 V is provided PME signal is supported SMBus signal is supported Handle 0x0033, DMI type 9, 13 bytes System Slot Information Designation: PCI EXPRESS x1 SLOT/PCIEx1 Type: x1 PCI Express Current Usage: Available Length: Long Characteristics: 3.3 V is provided PME signal is supported SMBus signal is supported Handle 0x0034, DMI type 9, 13 bytes System Slot Information Designation: PCI EXPRESS x16 SLOT/PCIEx16 Type: x16 PCI Express Current Usage: Available Length: Long Characteristics: 3.3 V is provided PME signal is supported SMBus signal is supported Handle 0x0036, DMI type 13, 22 bytes BIOS Language Information Installable Languages: 1 en|US|iso8859-1 Currently Installed Language: en|US|iso8859-1 Handle 0x0037, DMI type 16, 15 bytes Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: None Maximum Capacity: 4 GB Error Information Handle: Not Provided Number Of Devices: 4 Handle 0x0038, DMI type 16, 15 bytes Physical Memory Array Location: System Board Or Motherboard Use: Flash Memory Error Correction Type: None Maximum Capacity: 1 MB Error Information Handle: Not Provided Number Of Devices: 1 Handle 0x0039, DMI type 17, 27 bytes Memory Device Array Handle: 0x0037 Error Information Handle: Not Provided Total Width: 64 bits Data Width: 64 bits Size: 1024 MB Form Factor: DIMM Set: 1 Locator: XMM1 Bank Locator: Not Specified Type: DDR2 Type Detail: Synchronous Speed: 667 MHz (1.5 ns) Manufacturer: JEDEC ID:7F 7F 7F 0B 00 00 00 00 Serial Number: xxx Asset Tag: Not Specified Part Number: NT1GT64U8HA1BY-3C Handle 0x003A, DMI type 17, 27 bytes Memory Device Array Handle: 0x0037 Error Information Handle: Not Provided Total Width: 64 bits Data Width: 64 bits Size: 1024 MB Form Factor: DIMM Set: 1 Locator: XMM2 Bank Locator: Not Specified Type: DDR2 Type Detail: Synchronous Speed: 667 MHz (1.5 ns) Manufacturer: JEDEC ID:7F 7F 7F 0B 00 00 00 00 Serial Number: xxx Asset Tag: Not Specified Part Number: NT1GT64U8HA1BY-3C Handle 0x003B, DMI type 17, 27 bytes Memory Device Array Handle: 0x0037 Error Information Handle: Not Provided Total Width: 64 bits Data Width: 64 bits Size: 1024 MB Form Factor: DIMM Set: 2 Locator: XMM3 Bank Locator: Not Specified Type: DDR2 Type Detail: Synchronous Speed: 667 MHz (1.5 ns) Manufacturer: JEDEC ID:7F 7F 7F 0B 00 00 00 00 Serial Number: xxx Asset Tag: Not Specified Part Number: NT1GT64U8HA1BY-3C Handle 0x003C, DMI type 17, 27 bytes Memory Device Array Handle: 0x0037 Error Information Handle: Not Provided Total Width: 64 bits Data Width: 64 bits Size: 1024 MB Form Factor: DIMM Set: 2 Locator: XMM4 Bank Locator: Not Specified Type: DDR2 Type Detail: Synchronous Speed: 667 MHz (1.5 ns) Manufacturer: JEDEC ID:7F 7F 7F 0B 00 00 00 00 Serial Number: xxx Asset Tag: Not Specified Part Number: NT1GT64U8HA1BY-3C Handle 0x003E, DMI type 17, 27 bytes Memory Device Array Handle: 0x0038 Error Information Handle: Not Provided Total Width: 2 bits Data Width: 2 bits Size: 1024 kB Form Factor: Chip Set: None Locator: SYSTEM ROM Bank Locator: Not Specified Type: Flash Type Detail: Non-Volatile Speed: Unknown Manufacturer: Not Specified Serial Number: xxx Asset Tag: Not Specified Part Number: Not Specified Handle 0x003F, DMI type 19, 15 bytes Memory Array Mapped Address Starting Address: 0x00000000000 Ending Address: 0x000FFFFFFFF Range Size: 4 GB Physical Array Handle: 0x0037 Partition Width: 0 Handle 0x0040, DMI type 19, 15 bytes Memory Array Mapped Address Starting Address: 0x000FFF80000 Ending Address: 0x000FFFFFFFF Range Size: 512 kB Physical Array Handle: 0x0038 Partition Width: 0 Handle 0x0041, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x00000000000 Ending Address: 0x0003FFFFFFF Range Size: 1 GB Physical Device Handle: 0x0039 Memory Array Mapped Address Handle: 0x003F Partition Row Position: <OUT OF SPEC> Handle 0x0042, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x00040000000 Ending Address: 0x0007FFFFFFF Range Size: 1 GB Physical Device Handle: 0x003A Memory Array Mapped Address Handle: 0x003F Partition Row Position: 1 Handle 0x0043, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x00080000000 Ending Address: 0x000BFFFFFFF Range Size: 1 GB Physical Device Handle: 0x003B Memory Array Mapped Address Handle: 0x003F Partition Row Position: <OUT OF SPEC> Handle 0x0044, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x000C0000000 Ending Address: 0x000FFFFFFFF Range Size: 1 GB Physical Device Handle: 0x003C Memory Array Mapped Address Handle: 0x003F Partition Row Position: 1 Handle 0x0045, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x000FFF80000 Ending Address: 0x000FFFFFFFF Range Size: 512 kB Physical Device Handle: 0x003E Memory Array Mapped Address Handle: 0x0040 Partition Row Position: 1 Handle 0x0046, DMI type 32, 11 bytes System Boot Information Status: No errors detected Handle 0x0047, DMI type 129, 8 bytes OEM-specific Type Header and Data: 81 08 47 00 01 01 02 01 Strings: Intel_ASF Intel_ASF_001 Handle 0x0048, DMI type 130, 20 bytes OEM-specific Type Header and Data: 82 14 48 00 24 41 4D 54 01 01 00 00 01 00 00 00 00 00 00 00 Handle 0x0049, DMI type 136, 6 bytes OEM-specific Type Header and Data: 88 06 49 00 5A 5A Handle 0x004B, DMI type 197, 10 bytes OEM-specific Type Header and Data: C5 0A 4B 00 05 00 00 01 FF 01 Handle 0x004C, DMI type 197, 10 bytes OEM-specific Type Header and Data: C5 0A 4C 00 06 00 01 00 FF 01 Handle 0x004D, DMI type 207, 9 bytes OEM-specific Type Header and Data: CF 09 4D 00 00 00 00 24 00 Handle 0x004E, DMI type 208, 5 bytes OEM-specific Type Header and Data: D0 05 4E 00 01 Handle 0x004F, DMI type 127, 4 bytes End Of Table == cat /etc/X11/xorg.conf == # /etc/X11/xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf(5) manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fi" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "Device" Identifier "Intel Corporation 82Q963/Q965 Integrated Graphics Controller" Driver "i810" BusID "PCI:0:2:0" EndSection Section "Monitor" Identifier "DELL E152FP" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Intel Corporation 82Q963/Q965 Integrated Graphics Controller" Monitor "DELL E152FP" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "stylus" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" EndSection Section "DRI" Mode 0666 EndSection == ddcprobe == vbe: VESA 3.0 detected. oem: Intel(r)Broadwater-G Graphics Chip Accelerated VGA BIOS vendor: Intel Corporation product: Intel(r)Broadwater-G Graphics Controller Hardware Version 0.0 memory: 12288kb mode: 1280x1024x256 mode: 1280x1024x64k mode: 1280x1024x16m mode: 1024x768x256 mode: 1024x768x64k mode: 1024x768x16m mode: 640x480x16m mode: 800x600x64k mode: 800x600x16m mode: 640x480x256 mode: 800x600x256 mode: 640x480x64k edid: edid: 1 3 id: a009 eisa: DELa009 serial: xxx manufacture: 17 2004 input: sync on green, analog signal. screensize: 30 23 gamma: 2.200000 dpms: RGB, active off, no suspend, no standby timing: 720x400@70 Hz (VGA 640x400, IBM) timing: 720x400@88 Hz (XGA2) timing: 640x480@60 Hz (VGA) timing: 640x480@67 Hz (Mac II, Apple) timing: 640x480@75 Hz (VESA) timing: 800x600@60 Hz (VESA) timing: 800x600@75 Hz (VESA) timing: 832x624@75 Hz (Mac II) timing: 1024x768@87 Hz Interlaced (8514A) timing: 1024x768@75 Hz (VESA) timing: 1280x1024@75 (VESA) dtiming: 1024x768@74 monitorserial: xxx monitorrange: 30-63, 56-76 monitorname: DELL E152FP == xresprobe nv == id: DELL E152FP res: 1024x768 832x624 800x600 720x400 640x480 freq: 30-63 56-76 disptype: crt == vbetool vbefp panelsize == Panel id function not supported == cat /var/lib/acpi-support/bios-version /var/lib/acpi-support/system-manufacturer /var/lib/acpi-support/system-product-name /var/lib/acpi-support/system-version == 786E1 v01.09 Hewlett-Packard HP Compaq dc7700 Small Form Factor == df -h == Filesystem Size Used Avail Use% Mounted on /dev/sda1 220G 2.1G 207G 2% / varrun 1.9G 100K 1.9G 1% /var/run varlock 1.9G 0 1.9G 0% /var/lock procbususb 1.9G 96K 1.9G 1% /proc/bus/usb udev 1.9G 96K 1.9G 1% /dev devshm 1.9G 0 1.9G 0% /dev/shm lrm 1.9G 39M 1.9G 2% /lib/modules/2.6.20-15-generic/volatile == cat /etc/apt/sources.list == # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://fi.archive.ubuntu.com/ubuntu/ feisty main restricted deb-src http://fi.archive.ubuntu.com/ubuntu/ feisty main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://fi.archive.ubuntu.com/ubuntu/ feisty-updates main restricted deb-src http://fi.archive.ubuntu.com/ubuntu/ feisty-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## universe WILL NOT receive any review or updates from the Ubuntu security ## team. deb http://fi.archive.ubuntu.com/ubuntu/ feisty universe deb-src http://fi.archive.ubuntu.com/ubuntu/ feisty universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. deb http://fi.archive.ubuntu.com/ubuntu/ feisty multiverse deb-src http://fi.archive.ubuntu.com/ubuntu/ feisty multiverse ## Uncomment the following two lines to add software from the 'backports' ## repository. ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. # deb http://fi.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse # deb-src http://fi.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse deb http://security.ubuntu.com/ubuntu feisty-security main restricted deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted deb http://security.ubuntu.com/ubuntu feisty-security universe deb-src http://security.ubuntu.com/ubuntu feisty-security universe deb http://security.ubuntu.com/ubuntu feisty-security multiverse deb-src http://security.ubuntu.com/ubuntu feisty-security multiverse
Feisty x86 32bit - No movable drive
Haaga-Helia Pasila, computer lab 5013, place n=01. HP-Compaq dc7700 small form factor. HP-Compaq Wheel Mouse, Dell keyboard, Dell 1024×768 flat panel display. Test machine does not have a movable hard drive. Running Linux Ubuntu 7.04 Feisty Fawn x86 (32 bit) Desktop, installed. h5013. 2007-05-23. Commands have been run just after installation, with no settings (except answering installation programs questions) have been done. No software or drivers have been installed (apart from those installed by Ubuntu installer). Nothing seems broken, at least the following work: display, network, keyboard, mouse.
2007-05-23T18:21+0300 == uname -a == Linux ade 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 GNU/Linux == ifconfig == eth0 Link encap:Ethernet HWaddr 00:1A:xxx inet addr:172.28.1.234 Bcast:172.28.1.255 Mask:255.255.0.0 inet6 addr: fe80::21a:4bff:feb8:1c68/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:841 errors:0 dropped:0 overruns:0 frame:0 TX packets:674 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1007943 (984.3 KiB) TX bytes:72340 (70.6 KiB) Base address:0x1000 Memory:f0500000-f0520000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:2 errors:0 dropped:0 overruns:0 frame:0 TX packets:2 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:100 (100.0 b) TX bytes:100 (100.0 b) == dpkg --list linux-image* xserver-xorg == Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-=============================-==============-============================================ un linux-image <none> (no description available) un linux-image-2.6 <none> (no description available) ii linux-image-2.6.20-15-generic 2.6.20-15.27 Linux kernel image for version 2.6.20 on x86 ii linux-image-generic 2.6.20.15.14 Generic Linux kernel image ii xserver-xorg 7.2-0ubuntu11 the X.Org X server == ip addr == 1: lo: <LOOPBACK,UP,10000> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:1a:xxx brd ff:ff:ff:ff:ff:ff inet 172.28.1.234/16 brd 172.28.1.255 scope global eth0 inet6 fe80::21a:xxx/64 scope link valid_lft forever preferred_lft forever == lshw == ade description: Low Profile Desktop Computer product: HP Compaq dc7700 Small Form Factor vendor: Hewlett-Packard width: 32 bits capabilities: smbios-2.4 dmi-2.4 configuration: boot=normal chassis=low-profile uuid=xxx *-core description: Motherboard product: 0A54h vendor: Hewlett-Packard physical id: 0 *-firmware description: BIOS vendor: Hewlett-Packard physical id: 1 version: 786E1 v01.09 (01/05/2007) size: 128KB capacity: 960KB capabilities: pci pnp upgrade shadowing cdboot bootselect edd int13floppytoshiba int13floppy360 int13floppy1200 int13floppy720 int5printscreen int9keyboard int14serial int17printer acpi usb ls120boot zipboot biosbootspecification netboot *-cpu:0 description: CPU product: Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz vendor: Intel Corp. physical id: 5 bus info: cpu@0 version: 6.15.2 slot: XU1 PROCESSOR size: 1867MHz capacity: 1867MHz width: 64 bits clock: 1066MHz capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx x86-64 constant_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm cpufreq configuration: id=0 *-cache:0 description: L1 cache physical id: 7 slot: L1 Cache size: 64KB capacity: 64KB capabilities: burst internal write-through data *-cache:1 description: L2 cache physical id: 8 slot: L2 Cache size: 2MB capacity: 2MB capabilities: burst internal write-back unified *-cache:2 DISABLED description: L3 cache physical id: 9 slot: none *-logicalcpu:0 description: Logical CPU physical id: 0.1 width: 64 bits capabilities: logical *-logicalcpu:1 description: Logical CPU physical id: 0.2 width: 64 bits capabilities: logical *-cpu:1 description: CPU vendor: Intel physical id: 6 bus info: cpu@1 version: 6.15.2 slot: XU2 PROCESSOR size: 1596MHz capacity: 1596MHz capabilities: vmx ht cpufreq configuration: id=0 *-logicalcpu:0 description: Logical CPU physical id: 0.1 capabilities: logical *-logicalcpu:1 description: Logical CPU physical id: 0.2 capabilities: logical *-memory:0 description: System Memory physical id: 37 slot: System board or motherboard *-bank:0 description: DIMM Synchronous 667 MHz (1.5 ns) product: NT1GT64U8HA1BY-3C vendor: JEDEC ID:7F 7F 7F 0B 00 00 00 00 physical id: 0 slot: XMM1 size: 1GB width: 64 bits clock: 667MHz (1.5ns) *-bank:1 description: DIMM Synchronous 667 MHz (1.5 ns) product: NT1GT64U8HA1BY-3C vendor: JEDEC ID:7F 7F 7F 0B 00 00 00 00 physical id: 1 slot: XMM2 size: 1GB width: 64 bits clock: 667MHz (1.5ns) *-bank:2 description: DIMM Synchronous 667 MHz (1.5 ns) product: NT1GT64U8HA1BY-3C vendor: JEDEC ID:7F 7F 7F 0B 00 00 00 00 physical id: 2 slot: XMM3 size: 1GB width: 64 bits clock: 667MHz (1.5ns) *-bank:3 description: DIMM Synchronous 667 MHz (1.5 ns) product: NT1GT64U8HA1BY-3C vendor: JEDEC ID:7F 7F 7F 0B 00 00 00 00 physical id: 3 slot: XMM4 size: 1GB width: 64 bits clock: 667MHz (1.5ns) *-memory:1 UNCLAIMED description: Flash Memory physical id: 38 slot: System board or motherboard capacity: 1MB *-bank UNCLAIMED description: Chip FLASH Non-volatile physical id: 0 slot: SYSTEM ROM size: 1MB width: 2 bits *-memory:2 UNCLAIMED physical id: 0 *-memory:3 UNCLAIMED physical id: 2 *-pci description: Host bridge product: 82Q963/Q965 Memory Controller Hub vendor: Intel Corporation physical id: 100 bus info: pci@00:00.0 version: 02 width: 32 bits clock: 33MHz *-display description: VGA compatible controller product: 82Q963/Q965 Integrated Graphics Controller vendor: Intel Corporation physical id: 2 bus info: pci@00:02.0 version: 02 size: 256MB width: 64 bits clock: 33MHz capabilities: vga bus_master cap_list configuration: latency=0 resources: iomemory:f0400000-f04fffff iomemory:e0000000-efffffff ioport:1100-1107 irq:21 *-communication UNCLAIMED description: Communication controller product: 82Q963/Q965 HECI Controller vendor: Intel Corporation physical id: 3 bus info: pci@00:03.0 version: 02 width: 64 bits clock: 33MHz capabilities: bus_master cap_list configuration: latency=0 resources: iomemory:f0525900-f052590f irq:5 *-network description: Ethernet interface product: 82566DM Gigabit Network Connection vendor: Intel Corporation physical id: 19 bus info: pci@00:19.0 logical name: eth0 version: 02 size: 1GB/s capacity: 1GB/s width: 32 bits clock: 33MHz capabilities: bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.15-k2-NAPI duplex=full firmware=11.254-7 ip=172.28.1.234 latency=0 link=yes multicast=yes port=twisted pair speed=1GB/s resources: iomemory:f0500000-f051ffff iomemory:f0524000-f0524fff ioport:1000-101f irq:16 *-usb:0 description: USB Controller product: 82801H (ICH8 Family) USB UHCI #4 vendor: Intel Corporation physical id: 1a bus info: pci@00:1a.0 version: 02 width: 32 bits clock: 33MHz capabilities: uhci bus_master configuration: driver=uhci_hcd latency=0 resources: ioport:1020-103f irq:17 *-usbhost product: UHCI Host Controller vendor: Linux 2.6.20-15-generic uhci_hcd physical id: 1 bus info: usb@1 logical name: usb1 version: 2.06 capabilities: usb-1.10 configuration: driver=hub maxpower=0mA slots=2 speed=12.0MB/s *-usb:1 description: USB Controller product: 82801H (ICH8 Family) USB UHCI #5 vendor: Intel Corporation physical id: 1a.1 bus info: pci@00:1a.1 version: 02 width: 32 bits clock: 33MHz capabilities: uhci bus_master configuration: driver=uhci_hcd latency=0 resources: ioport:1040-105f irq:18 *-usbhost product: UHCI Host Controller vendor: Linux 2.6.20-15-generic uhci_hcd physical id: 1 bus info: usb@2 logical name: usb2 version: 2.06 capabilities: usb-1.10 configuration: driver=hub maxpower=0mA slots=2 speed=12.0MB/s *-usb:2 description: USB Controller product: 82801H (ICH8 Family) USB2 EHCI #2 vendor: Intel Corporation physical id: 1a.7 bus info: pci@00:1a.7 version: 02 width: 32 bits clock: 33MHz capabilities: ehci bus_master cap_list configuration: driver=ehci_hcd latency=0 resources: iomemory:f0525000-f05253ff irq:19 *-usbhost product: EHCI Host Controller vendor: Linux 2.6.20-15-generic ehci_hcd physical id: 1 bus info: usb@5 logical name: usb5 version: 2.06 capabilities: usb-2.00 configuration: driver=hub maxpower=0mA slots=4 speed=480.0MB/s *-multimedia description: Audio device product: 82801H (ICH8 Family) HD Audio Controller vendor: Intel Corporation physical id: 1b bus info: pci@00:1b.0 version: 02 width: 64 bits clock: 33MHz capabilities: bus_master cap_list configuration: driver=HDA Intel latency=0 resources: iomemory:f0520000-f0523fff irq:18 *-pci:0 description: PCI bridge product: 82801H (ICH8 Family) PCI Express Port 1 vendor: Intel Corporation physical id: 1c bus info: pci@00:1c.0 version: 02 width: 32 bits clock: 33MHz capabilities: pci normal_decode bus_master cap_list configuration: driver=pcieport-driver *-usb:3 description: USB Controller product: 82801H (ICH8 Family) USB UHCI #1 vendor: Intel Corporation physical id: 1d bus info: pci@00:1d.0 version: 02 width: 32 bits clock: 33MHz capabilities: uhci bus_master configuration: driver=uhci_hcd latency=0 resources: ioport:1060-107f irq:17 *-usbhost product: UHCI Host Controller vendor: Linux 2.6.20-15-generic uhci_hcd physical id: 1 bus info: usb@3 logical name: usb3 version: 2.06 capabilities: usb-1.10 configuration: driver=hub maxpower=0mA slots=2 speed=12.0MB/s *-usb:4 description: USB Controller product: 82801H (ICH8 Family) USB UHCI #2 vendor: Intel Corporation physical id: 1d.1 bus info: pci@00:1d.1 version: 02 width: 32 bits clock: 33MHz capabilities: uhci bus_master configuration: driver=uhci_hcd latency=0 resources: ioport:1080-109f irq:18 *-usbhost product: UHCI Host Controller vendor: Linux 2.6.20-15-generic uhci_hcd physical id: 1 bus info: usb@4 logical name: usb4 version: 2.06 capabilities: usb-1.10 configuration: driver=hub maxpower=0mA slots=2 speed=12.0MB/s *-usb:5 description: USB Controller product: 82801H (ICH8 Family) USB2 EHCI #1 vendor: Intel Corporation physical id: 1d.7 bus info: pci@00:1d.7 version: 02 width: 32 bits clock: 33MHz capabilities: ehci bus_master cap_list configuration: driver=ehci_hcd latency=0 resources: iomemory:f0525400-f05257ff irq:17 *-usbhost product: EHCI Host Controller vendor: Linux 2.6.20-15-generic ehci_hcd physical id: 1 bus info: usb@6 logical name: usb6 version: 2.06 capabilities: usb-2.00 configuration: driver=hub maxpower=0mA slots=4 speed=480.0MB/s *-pci:1 description: PCI bridge product: 82801 PCI Bridge vendor: Intel Corporation physical id: 1e bus info: pci@00:1e.0 version: f2 width: 32 bits clock: 33MHz capabilities: pci subtractive_decode bus_master cap_list *-isa description: ISA bridge product: 82801HO (ICH8DO) LPC Interface Controller vendor: Intel Corporation physical id: 1f bus info: pci@00:1f.0 version: 02 width: 32 bits clock: 33MHz capabilities: isa bus_master cap_list configuration: latency=0 *-ide description: IDE interface product: 82801H (ICH8 Family) 4 port SATA IDE Controller vendor: Intel Corporation physical id: 1f.2 bus info: pci@00:1f.2 logical name: scsi0 logical name: scsi1 version: 02 width: 32 bits clock: 66MHz capabilities: ide bus_master cap_list emulated scsi-host configuration: driver=ata_piix latency=0 resources: ioport:1f0-1f7 ioport:3f4-3f3 ioport:170-177 ioport:374-373 ioport:10e0-10ef ioport:10f0-10ff irq:20 *-disk description: SCSI Disk product: WDC WD2500JS-60M vendor: ATA physical id: 0 bus info: scsi@0:0.0.0 logical name: /dev/sda version: 10.0 size: 232GB capabilities: partitioned partitioned:dos configuration: ansiversion=5 *-volume:0 description: Linux filesystem partition physical id: 1 bus info: scsi@0:0.0.0,1 logical name: /dev/sda1 capacity: 223GB capabilities: primary bootable *-volume:1 description: Extended partition physical id: 2 bus info: scsi@0:0.0.0,2 logical name: /dev/sda2 size: 9703MB capacity: 9703MB capabilities: primary extended partitioned partitioned:extended *-logicalvolume description: Linux swap / Solaris partition physical id: 5 logical name: /dev/sda5 capacity: 9703MB capabilities: nofs *-cdrom description: DVD reader product: DVD C DH48CYS vendor: ATAPI physical id: 1 bus info: scsi@1:0.0.0 logical name: /dev/cdrom logical name: /dev/dvd logical name: /dev/scd0 logical name: /dev/sr0 version: VH34 capabilities: removable audio cd-r cd-rw dvd configuration: ansiversion=5 *-disc physical id: 0 logical name: /dev/cdrom == lspci == 00:00.0 Host bridge: Intel Corporation 82Q963/Q965 Memory Controller Hub (rev 02) 00:02.0 VGA compatible controller: Intel Corporation 82Q963/Q965 Integrated Graphics Controller (rev 02) 00:03.0 Communication controller: Intel Corporation 82Q963/Q965 HECI Controller (rev 02) 00:19.0 Ethernet controller: Intel Corporation 82566DM Gigabit Network Connection (rev 02) 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #4 (rev 02) 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #5 (rev 02) 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #2 (rev 02) 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #2 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #1 (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2) 00:1f.0 ISA bridge: Intel Corporation 82801HO (ICH8DO) LPC Interface Controller (rev 02) 00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port SATA IDE Controller (rev 02) == lspci -n == 00:00.0 0600: 8086:2990 (rev 02) 00:02.0 0300: 8086:2992 (rev 02) 00:03.0 0780: 8086:2994 (rev 02) 00:19.0 0200: 8086:104a (rev 02) 00:1a.0 0c03: 8086:2834 (rev 02) 00:1a.1 0c03: 8086:2835 (rev 02) 00:1a.7 0c03: 8086:283a (rev 02) 00:1b.0 0403: 8086:284b (rev 02) 00:1c.0 0604: 8086:283f (rev 02) 00:1d.0 0c03: 8086:2830 (rev 02) 00:1d.1 0c03: 8086:2831 (rev 02) 00:1d.7 0c03: 8086:2836 (rev 02) 00:1e.0 0604: 8086:244e (rev f2) 00:1f.0 0601: 8086:2814 (rev 02) 00:1f.2 0101: 8086:2820 (rev 02) == lspci -v == 00:00.0 Host bridge: Intel Corporation 82Q963/Q965 Memory Controller Hub (rev 02) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, fast devsel, latency 0 Capabilities: [e0] Vendor Specific Information 00:02.0 VGA compatible controller: Intel Corporation 82Q963/Q965 Integrated Graphics Controller (rev 02) (prog-if 00 [VGA]) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, fast devsel, latency 0, IRQ 21 Memory at f0400000 (32-bit, non-prefetchable) [size=1M] Memory at e0000000 (64-bit, prefetchable) [size=256M] I/O ports at 1100 [size=8] Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable- Capabilities: [d0] Power Management version 2 00:03.0 Communication controller: Intel Corporation 82Q963/Q965 HECI Controller (rev 02) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, fast devsel, latency 0, IRQ 5 Memory at f0525900 (64-bit, non-prefetchable) [size=16] Capabilities: [50] Power Management version 3 Capabilities: [8c] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- 00:19.0 Ethernet controller: Intel Corporation 82566DM Gigabit Network Connection (rev 02) Subsystem: Hewlett-Packard Company Unknown device 2800 Flags: bus master, fast devsel, latency 0, IRQ 16 Memory at f0500000 (32-bit, non-prefetchable) [size=128K] Memory at f0524000 (32-bit, non-prefetchable) [size=4K] I/O ports at 1000 [size=32] Capabilities: [c8] Power Management version 2 Capabilities: [d0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #4 (rev 02) (prog-if 00 [UHCI]) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, medium devsel, latency 0, IRQ 17 I/O ports at 1020 [size=32] 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #5 (rev 02) (prog-if 00 [UHCI]) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, medium devsel, latency 0, IRQ 18 I/O ports at 1040 [size=32] 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #2 (rev 02) (prog-if 20 [EHCI]) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, medium devsel, latency 0, IRQ 19 Memory at f0525000 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] Power Management version 2 Capabilities: [58] Debug port 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, fast devsel, latency 0, IRQ 18 Memory at f0520000 (64-bit, non-prefetchable) [size=16K] Capabilities: [50] Power Management version 2 Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- Capabilities: [70] Express Unknown type IRQ 0 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=20, subordinate=20, sec-latency=0 Capabilities: [40] Express Root Port (Slot+) IRQ 0 Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable- Capabilities: [90] Subsystem: Hewlett-Packard Company Unknown device 2801 Capabilities: [a0] Power Management version 2 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #1 (rev 02) (prog-if 00 [UHCI]) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, medium devsel, latency 0, IRQ 17 I/O ports at 1060 [size=32] 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #2 (rev 02) (prog-if 00 [UHCI]) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, medium devsel, latency 0, IRQ 18 I/O ports at 1080 [size=32] 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #1 (rev 02) (prog-if 20 [EHCI]) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, medium devsel, latency 0, IRQ 17 Memory at f0525400 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] Power Management version 2 Capabilities: [58] Debug port 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2) (prog-if 01 [Subtractive decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=07, subordinate=07, sec-latency=32 Capabilities: [50] Subsystem: Hewlett-Packard Company Unknown device 2801 00:1f.0 ISA bridge: Intel Corporation 82801HO (ICH8DO) LPC Interface Controller (rev 02) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, medium devsel, latency 0 Capabilities: [e0] Vendor Specific Information 00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port SATA IDE Controller (rev 02) (prog-if 8a [Master SecP PriP]) Subsystem: Hewlett-Packard Company Unknown device 2801 Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 20 I/O ports at 01f0 [size=8] I/O ports at 03f4 [size=1] I/O ports at 0170 [size=8] I/O ports at 0374 [size=1] I/O ports at 10e0 [size=16] I/O ports at 10f0 [size=16] Capabilities: [70] Power Management version 3 == lsmod == Module Size Used by binfmt_misc 12680 1 rfcomm 40856 0 l2cap 25728 5 rfcomm bluetooth 55908 4 rfcomm,l2cap ppdev 10116 0 i915 24448 2 drm 81044 3 i915 acpi_cpufreq 10056 0 cpufreq_userspace 5408 0 cpufreq_powersave 2688 0 cpufreq_stats 7360 0 cpufreq_ondemand 9228 2 freq_table 5792 3 acpi_cpufreq,cpufreq_stats,cpufreq_ondemand cpufreq_conservative 8200 0 pcc_acpi 13184 0 tc1100_wmi 8068 0 sony_acpi 6284 0 dev_acpi 12292 0 container 5248 0 video 16388 0 dock 10268 0 battery 10756 0 button 8720 0 ac 6020 0 asus_acpi 17308 0 backlight 7040 1 asus_acpi sbs 15652 0 i2c_ec 5888 1 sbs i2c_core 22784 1 i2c_ec ipv6 268704 10 lp 12452 0 fuse 46612 0 af_packet 23816 2 snd_hda_intel 21912 1 snd_hda_codec 205440 1 snd_hda_intel snd_pcm_oss 44544 0 snd_mixer_oss 17408 1 snd_pcm_oss snd_pcm 79876 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss snd_seq_dummy 4740 0 snd_seq_oss 32896 0 snd_seq_midi 9600 0 snd_rawmidi 25472 1 snd_seq_midi snd_seq_midi_event 8448 2 snd_seq_oss,snd_seq_midi snd_seq 52592 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event snd_timer 23684 2 snd_pcm,snd_seq snd_seq_device 9100 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq iTCO_wdt 11812 0 iTCO_vendor_support 4868 1 iTCO_wdt serio_raw 7940 0 snd 54020 12 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device soundcore 8672 1 snd parport_pc 36388 1 parport 36936 3 ppdev,lp,parport_pc shpchp 34324 0 pci_hotplug 32576 1 shpchp psmouse 38920 0 snd_page_alloc 10888 2 snd_hda_intel,snd_pcm pcspkr 4224 0 intel_agp 25116 1 agpgart 35400 3 drm,intel_agp evdev 11008 3 tsdev 8768 0 ext3 133128 1 jbd 59816 1 ext3 mbcache 9604 1 ext3 sg 36252 0 sr_mod 17060 0 cdrom 37664 1 sr_mod sd_mod 23428 3 generic 5124 0 [permanent] ata_generic 9092 0 ehci_hcd 34188 0 uhci_hcd 25360 0 ata_piix 15492 2 libata 125720 2 ata_generic,ata_piix scsi_mod 142348 4 sg,sr_mod,sd_mod,libata floppy 59524 0 usbcore 134280 3 ehci_hcd,uhci_hcd e1000 126016 0 thermal 14856 0 processor 31048 2 acpi_cpufreq,thermal fan 5636 0 fbcon 42656 0 tileblit 3584 1 fbcon font 9216 1 fbcon bitblit 6912 1 fbcon softcursor 3200 1 bitblit vesafb 9220 0 capability 5896 0 commoncap 8192 1 capability == cat /var/log/Xorg.0.log == X Window System Version 7.2.0 Release Date: 22 January 2007 X Protocol Version 11, Revision 0, Release 7.2 Build Operating System: Linux Ubuntu Current Operating System: Linux ade 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 Build Date: 04 April 2007 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Wed May 23 21:16:07 2007 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Default Layout" (**) |-->Screen "Default Screen" (0) (**) | |-->Monitor "DELL E152FP" (**) | |-->Device "Intel Corporation 82Q963/Q965 Integrated Graphics Controller" (**) |-->Input Device "Generic Keyboard" (**) |-->Input Device "Configured Mouse" (**) |-->Input Device "stylus" (**) |-->Input Device "cursor" (**) |-->Input Device "eraser" (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. Entry deleted from font path. (**) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, /usr/share/fonts/X11/misc, /usr/X11R6/lib/X11/fonts/misc, /usr/share/fonts/X11/cyrillic, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/X11R6/lib/X11/fonts/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType (==) RgbPath set to "/etc/X11/rgb" (==) ModulePath set to "/usr/lib/xorg/modules" (II) Open ACPI successful (/var/run/acpid.socket) (II) Loader magic: 0x81c92e0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 1.1 X.Org XInput driver : 0.7 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on linux (II) LoadModule: "pcidata" (II) Loading /usr/lib/xorg/modules//libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.1 (++) using VT number 7 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,2990 card 103c,2801 rev 02 class 06,00,00 hdr 00 (II) PCI: 00:02:0: chip 8086,2992 card 103c,2801 rev 02 class 03,00,00 hdr 00 (II) PCI: 00:03:0: chip 8086,2994 card 103c,2801 rev 02 class 07,80,00 hdr 80 (II) PCI: 00:19:0: chip 8086,104a card 103c,2800 rev 02 class 02,00,00 hdr 00 (II) PCI: 00:1a:0: chip 8086,2834 card 103c,2801 rev 02 class 0c,03,00 hdr 80 (II) PCI: 00:1a:1: chip 8086,2835 card 103c,2801 rev 02 class 0c,03,00 hdr 00 (II) PCI: 00:1a:7: chip 8086,283a card 103c,2801 rev 02 class 0c,03,20 hdr 00 (II) PCI: 00:1b:0: chip 8086,284b card 103c,2801 rev 02 class 04,03,00 hdr 00 (II) PCI: 00:1c:0: chip 8086,283f card 0000,0000 rev 02 class 06,04,00 hdr 81 (II) PCI: 00:1d:0: chip 8086,2830 card 103c,2801 rev 02 class 0c,03,00 hdr 80 (II) PCI: 00:1d:1: chip 8086,2831 card 103c,2801 rev 02 class 0c,03,00 hdr 00 (II) PCI: 00:1d:7: chip 8086,2836 card 103c,2801 rev 02 class 0c,03,20 hdr 00 (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev f2 class 06,04,01 hdr 01 (II) PCI: 00:1f:0: chip 8086,2814 card 103c,2801 rev 02 class 06,01,00 hdr 80 (II) PCI: 00:1f:2: chip 8086,2820 card 103c,2801 rev 02 class 01,01,8a hdr 00 (II) PCI: End of PCI scan (II) Intel Bridge workaround enabled (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,32), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-PCI bridge: (II) Bus 32: bridge is at (0:28:0), (0,32,32), BCTRL: 0x0002 (VGA_EN is cleared) (II) Subtractive PCI-to-PCI bridge: (II) Bus 7: bridge is at (0:30:0), (0,7,7), BCTRL: 0x0002 (VGA_EN is cleared) (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (--) PCI:*(0:2:0) Intel Corporation 82Q963/Q965 Integrated Graphics Controller rev 2, Mem @ 0xf0400000/20, 0xe0000000/28, I/O @ 0x1100/3 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0 0xf0525400 - 0xf05257ff (0x400) MX[B] [1] -1 0 0xf0520000 - 0xf0523fff (0x4000) MX[B] [2] -1 0 0xf0525000 - 0xf05253ff (0x400) MX[B] [3] -1 0 0xf0524000 - 0xf0524fff (0x1000) MX[B] [4] -1 0 0xf0500000 - 0xf051ffff (0x20000) MX[B] [5] -1 0 0xf0525900 - 0xf052590f (0x10) MX[B] [6] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [7] -1 0 0xf0400000 - 0xf04fffff (0x100000) MX[B](B) [8] -1 0 0x000010f0 - 0x000010ff (0x10) IX[B] [9] -1 0 0x000010e0 - 0x000010ef (0x10) IX[B] [10] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [11] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [12] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [13] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [14] -1 0 0x00001080 - 0x0000109f (0x20) IX[B] [15] -1 0 0x00001060 - 0x0000107f (0x20) IX[B] [16] -1 0 0x00001040 - 0x0000105f (0x20) IX[B] [17] -1 0 0x00001020 - 0x0000103f (0x20) IX[B] [18] -1 0 0x00001000 - 0x0000101f (0x20) IX[B] [19] -1 0 0x00001100 - 0x00001107 (0x8) IX[B](B) (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xf0525400 - 0xf05257ff (0x400) MX[B] [1] -1 0 0xf0520000 - 0xf0523fff (0x4000) MX[B] [2] -1 0 0xf0525000 - 0xf05253ff (0x400) MX[B] [3] -1 0 0xf0524000 - 0xf0524fff (0x1000) MX[B] [4] -1 0 0xf0500000 - 0xf051ffff (0x20000) MX[B] [5] -1 0 0xf0525900 - 0xf052590f (0x10) MX[B] [6] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [7] -1 0 0xf0400000 - 0xf04fffff (0x100000) MX[B](B) [8] -1 0 0x000010f0 - 0x000010ff (0x10) IX[B] [9] -1 0 0x000010e0 - 0x000010ef (0x10) IX[B] [10] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [11] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [12] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [13] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [14] -1 0 0x00001080 - 0x0000109f (0x20) IX[B] [15] -1 0 0x00001060 - 0x0000107f (0x20) IX[B] [16] -1 0 0x00001040 - 0x0000105f (0x20) IX[B] [17] -1 0 0x00001020 - 0x0000103f (0x20) IX[B] [18] -1 0 0x00001000 - 0x0000101f (0x20) IX[B] [19] -1 0 0x00001100 - 0x00001107 (0x8) IX[B](B) (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xf0525400 - 0xf05257ff (0x400) MX[B] [5] -1 0 0xf0520000 - 0xf0523fff (0x4000) MX[B] [6] -1 0 0xf0525000 - 0xf05253ff (0x400) MX[B] [7] -1 0 0xf0524000 - 0xf0524fff (0x1000) MX[B] [8] -1 0 0xf0500000 - 0xf051ffff (0x20000) MX[B] [9] -1 0 0xf0525900 - 0xf052590f (0x10) MX[B] [10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [11] -1 0 0xf0400000 - 0xf04fffff (0x100000) MX[B](B) [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [14] -1 0 0x000010f0 - 0x000010ff (0x10) IX[B] [15] -1 0 0x000010e0 - 0x000010ef (0x10) IX[B] [16] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [17] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [18] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [20] -1 0 0x00001080 - 0x0000109f (0x20) IX[B] [21] -1 0 0x00001060 - 0x0000107f (0x20) IX[B] [22] -1 0 0x00001040 - 0x0000105f (0x20) IX[B] [23] -1 0 0x00001020 - 0x0000103f (0x20) IX[B] [24] -1 0 0x00001000 - 0x0000101f (0x20) IX[B] [25] -1 0 0x00001100 - 0x00001107 (0x8) IX[B](B) (II) LoadModule: "i2c" (II) Loading /usr/lib/xorg/modules//libi2c.so (II) Module i2c: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.2.0 ABI class: X.Org Video Driver, version 1.1 (II) LoadModule: "ddc" (II) Loading /usr/lib/xorg/modules//libddc.so (II) Module ddc: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.1 (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading extension XFree86-DRI (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "freetype" (II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 7.2.0, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font FreeType (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "int10" (II) Loading /usr/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.1 (II) LoadModule: "vbe" (II) Loading /usr/lib/xorg/modules//libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.1.0 ABI class: X.Org Video Driver, version 1.1 (II) LoadModule: "i810" (II) Loading /usr/lib/xorg/modules/drivers//i810_drv.so (II) Module i810: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.7.4 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.1 (II) LoadModule: "kbd" (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.1.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.7 (II) LoadModule: "mouse" (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.1.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.7 (II) LoadModule: "wacom" (II) Loading /usr/lib/xorg/modules/input//wacom_drv.so (II) Module wacom: vendor="X.Org Foundation" compiled for 4.3.99.902, module version = 1.0.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.7 (II) Wacom driver level: 47-0.7.7-7 $ (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 965G, 965G, 965Q, 946GZ (II) Primary Device is: PCI 00:02:0 (--) Chipset 965Q found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xf0525400 - 0xf05257ff (0x400) MX[B] [5] -1 0 0xf0520000 - 0xf0523fff (0x4000) MX[B] [6] -1 0 0xf0525000 - 0xf05253ff (0x400) MX[B] [7] -1 0 0xf0524000 - 0xf0524fff (0x1000) MX[B] [8] -1 0 0xf0500000 - 0xf051ffff (0x20000) MX[B] [9] -1 0 0xf0525900 - 0xf052590f (0x10) MX[B] [10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [11] -1 0 0xf0400000 - 0xf04fffff (0x100000) MX[B](B) [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [14] -1 0 0x000010f0 - 0x000010ff (0x10) IX[B] [15] -1 0 0x000010e0 - 0x000010ef (0x10) IX[B] [16] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [17] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [18] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [20] -1 0 0x00001080 - 0x0000109f (0x20) IX[B] [21] -1 0 0x00001060 - 0x0000107f (0x20) IX[B] [22] -1 0 0x00001040 - 0x0000105f (0x20) IX[B] [23] -1 0 0x00001020 - 0x0000103f (0x20) IX[B] [24] -1 0 0x00001000 - 0x0000101f (0x20) IX[B] [25] -1 0 0x00001100 - 0x00001107 (0x8) IX[B](B) (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xf0525400 - 0xf05257ff (0x400) MX[B] [5] -1 0 0xf0520000 - 0xf0523fff (0x4000) MX[B] [6] -1 0 0xf0525000 - 0xf05253ff (0x400) MX[B] [7] -1 0 0xf0524000 - 0xf0524fff (0x1000) MX[B] [8] -1 0 0xf0500000 - 0xf051ffff (0x20000) MX[B] [9] -1 0 0xf0525900 - 0xf052590f (0x10) MX[B] [10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [11] -1 0 0xf0400000 - 0xf04fffff (0x100000) MX[B](B) [12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [17] -1 0 0x000010f0 - 0x000010ff (0x10) IX[B] [18] -1 0 0x000010e0 - 0x000010ef (0x10) IX[B] [19] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [20] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [21] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [23] -1 0 0x00001080 - 0x0000109f (0x20) IX[B] [24] -1 0 0x00001060 - 0x0000107f (0x20) IX[B] [25] -1 0 0x00001040 - 0x0000105f (0x20) IX[B] [26] -1 0 0x00001020 - 0x0000103f (0x20) IX[B] [27] -1 0 0x00001000 - 0x0000101f (0x20) IX[B] [28] -1 0 0x00001100 - 0x00001107 (0x8) IX[B](B) [29] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [30] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/lib/xorg/modules//libint10.so (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Reloading /usr/lib/xorg/modules//libvbe.so (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 7.2.0, module version = 0.1.0 ABI class: X.Org Video Driver, version 1.1 (**) I810(0): Depth 24, (--) framebuffer bpp 32 (==) I810(0): RGB weight 888 (==) I810(0): Default visual is TrueColor (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/lib/xorg/modules//libint10.so (II) I810(0): initializing int10 (II) Loading sub module "vm86" (II) LoadModule: "vm86" (II) Loading /usr/lib/xorg/modules//libvm86.so (II) Module vm86: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.1 (WW) I810(0): Bad V_BIOS checksum (II) I810(0): Primary V_BIOS segment is: 0xc000 (II) I810(0): VESA BIOS detected (II) I810(0): VESA VBE Version 3.0 (II) I810(0): VESA VBE Total Mem: 7616 kB (II) I810(0): VESA VBE OEM: Intel(r)Broadwater-G Graphics Chip Accelerated VGA BIOS (II) I810(0): VESA VBE OEM Software Rev: 1.0 (II) I810(0): VESA VBE OEM Vendor: Intel Corporation (II) I810(0): VESA VBE OEM Product: Intel(r)Broadwater-G Graphics Controller (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 (II) I810(0): Integrated Graphics Chipset: Intel(R) 965Q (--) I810(0): Chipset: "965Q" (--) I810(0): Linear framebuffer at 0xE0000000 (--) I810(0): IO registers at addr 0xF0400000 (II) I810(0): 2 display pipes available. (II) I810(0): detected 7676 kB stolen memory. (II) I810(0): Kernel reported 1006592 total, 1 used (II) I810(0): I830CheckAvailableMemory: 4026364 kB available (--) I810(0): Will try to allocate texture pool for old Mesa 3D driver. (II) I810(0): Will try to reserve 32768 kiB of AGP aperture space for the DRM memory manager. (II) I810(0): Will attempt to tell the BIOS that there is 12288 kB VideoRAM (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/lib/xorg/modules//libint10.so (II) I810(0): initializing int10 (WW) I810(0): Bad V_BIOS checksum (II) I810(0): Primary V_BIOS segment is: 0xc000 (II) I810(0): VESA BIOS detected (II) I810(0): VESA VBE Version 3.0 (II) I810(0): VESA VBE Total Mem: 12288 kB (II) I810(0): VESA VBE OEM: Intel(r)Broadwater-G Graphics Chip Accelerated VGA BIOS (II) I810(0): VESA VBE OEM Software Rev: 1.0 (II) I810(0): VESA VBE OEM Vendor: Intel Corporation (II) I810(0): VESA VBE OEM Product: Intel(r)Broadwater-G Graphics Controller (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 (II) I810(0): BIOS now sees 12288 kB VideoRAM (--) I810(0): Pre-allocated VideoRAM: 7676 kByte (==) I810(0): VideoRAM: 65536 kByte (==) I810(0): video overlay key set to 0x101fe (**) I810(0): page flipping disabled (==) I810(0): Using gamma correction (1.0, 1.0, 1.0) (II) I810(0): BIOS Build: 1348 (==) I810(0): Device Presence: disabled. (==) I810(0): Display Info: enabled. (II) I810(0): Broken BIOSes cause the system to hang here. If you encounter this problem please add Option "DisplayInfo" "FALSE" to the Device section of your XF86Config file. (WW) I810(0): Extended BIOS function 0x5f64 not supported. (WW) I810(0): Extended BIOS function 0x5f64 not supported. (WW) I810(0): Extended BIOS function 0x5f64 not supported. (WW) I810(0): Extended BIOS function 0x5f64 not supported. (WW) I810(0): Extended BIOS function 0x5f64 not supported. (WW) I810(0): Extended BIOS function 0x5f64 not supported. (WW) I810(0): Extended BIOS function 0x5f64 not supported. (WW) I810(0): Extended BIOS function 0x5f64 not supported. (II) I810(0): Currently active displays on Pipe A: (II) I810(0): CRT (II) I810(0): No active displays on Pipe B. (==) I810(0): Display is using Pipe A (--) I810(0): Maximum frambuffer space: 65368 kByte (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Reloading /usr/lib/xorg/modules//libddc.so (II) I810(0): VESA VBE DDC supported (II) I810(0): VESA VBE DDC Level 2 (II) I810(0): VESA VBE DDC transfer in appr. 1 sec. (II) I810(0): VESA VBE DDC read successfully (II) I810(0): Manufacturer: DEL Model: a009 Serial#: xxx (II) I810(0): Year: 2004 Week: 17 (II) I810(0): EDID Version: 1.3 (II) I810(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V (II) I810(0): Sync: Separate (II) I810(0): Max H-Image Size [cm]: horiz.: 30 vert.: 23 (II) I810(0): Gamma: 2.20 (II) I810(0): DPMS capabilities: Off; RGB/Color Display (II) I810(0): Default color space is primary color space (II) I810(0): First detailed timing is preferred mode (II) I810(0): redX: 0.631 redY: 0.347 greenX: 0.309 greenY: 0.582 (II) I810(0): blueX: 0.148 blueY: 0.112 whiteX: 0.312 whiteY: 0.328 (II) I810(0): Supported VESA Video Modes: (II) I810(0): 720x400@70Hz (II) I810(0): 640x480@60Hz (II) I810(0): 640x480@72Hz (II) I810(0): 640x480@75Hz (II) I810(0): 800x600@56Hz (II) I810(0): 800x600@60Hz (II) I810(0): 800x600@72Hz (II) I810(0): 800x600@75Hz (II) I810(0): 1024x768@60Hz (II) I810(0): 1024x768@70Hz (II) I810(0): 1024x768@75Hz (II) I810(0): Manufacturer's mask: 0 (II) I810(0): Supported additional Video Mode: (II) I810(0): clock: 65.0 MHz Image Size: 304 x 228 mm (II) I810(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0 (II) I810(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806 v_border: 0 (II) I810(0): Serial No: xxx (II) I810(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 63 kHz, PixClock max 80 MHz (II) I810(0): Monitor name: DELL E152FP (II) I810(0): EDID (in hex): (II) I810(0): 00ffffffffffff0010ac09a055564d30 (II) I810(0): 110e0103681e17782eb030a1584f9526 (II) I810(0): 1c5054afce0001010101010101010101 (II) I810(0): 01010101010164190040410026301888 (II) I810(0): 360030e410000018000000ff00503134 (II) I810(0): 353734344e304d565543000000fd0038 (II) I810(0): 4c1e3f08000a202020202020000000fc (II) I810(0): 0044454c4c204531353246500a2000b2 (II) I810(0): Using EDID range info for horizontal sync (II) I810(0): Using EDID range info for vertical refresh (II) I810(0): Printing DDC gathered Modelines: (II) I810(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (II) I810(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (II) I810(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (II) I810(0): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (II) I810(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (II) I810(0): Modeline "720x400" 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (II) I810(0): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (II) I810(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (II) I810(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (II) I810(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (II) I810(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (II) I810(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (II) I810(0): Will use BIOS call 0x5f05 to set refresh rates for CRTs. (--) I810(0): Maximum space available for video modes: 12288 kByte (II) I810(0): Using detected DDC timings (II) I810(0): HorizSync 30-63 (II) I810(0): VertRefresh 56-76 Mode: 30 (640x480) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 640 XResolution: 640 YResolution: 480 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 37 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 640 BnkNumberOfImagePages: 37 LinNumberOfImagePages: 37 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 32 (800x600) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 832 XResolution: 800 YResolution: 600 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 23 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 832 BnkNumberOfImagePages: 23 LinNumberOfImagePages: 23 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 34 (1024x768) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 1024 XResolution: 1024 YResolution: 768 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 15 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 1024 BnkNumberOfImagePages: 15 LinNumberOfImagePages: 15 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 38 (1280x1024) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 1280 XResolution: 1280 YResolution: 1024 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 8 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 1280 BnkNumberOfImagePages: 8 LinNumberOfImagePages: 8 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 3a (1600x1200) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 1600 XResolution: 1600 YResolution: 1200 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 5 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 1600 BnkNumberOfImagePages: 5 LinNumberOfImagePages: 5 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 3c (1920x1440) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 1920 XResolution: 1920 YResolution: 1440 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 8 NumberOfBanks: 1 MemoryModel: 4 BankSize: 0 NumberOfImages: 3 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 1920 BnkNumberOfImagePages: 3 LinNumberOfImagePages: 3 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 41 (640x480) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 1280 XResolution: 640 YResolution: 480 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 18 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 1280 BnkNumberOfImagePages: 18 LinNumberOfImagePages: 18 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 43 (800x600) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 1600 XResolution: 800 YResolution: 600 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 11 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 1600 BnkNumberOfImagePages: 11 LinNumberOfImagePages: 11 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 45 (1024x768) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 2048 XResolution: 1024 YResolution: 768 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 7 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 2048 BnkNumberOfImagePages: 7 LinNumberOfImagePages: 7 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 49 (1280x1024) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 2560 XResolution: 1280 YResolution: 1024 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 3 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 2560 BnkNumberOfImagePages: 3 LinNumberOfImagePages: 3 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 4b (1600x1200) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 3200 XResolution: 1600 YResolution: 1200 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 2 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 3200 BnkNumberOfImagePages: 2 LinNumberOfImagePages: 2 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 Mode: 4d (1920x1440) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 3840 XResolution: 1920 YResolution: 1440 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 16 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 1 RedMaskSize: 5 RedFieldPosition: 11 GreenMaskSize: 6 GreenFieldPosition: 5 BlueMaskSize: 5 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 3840 BnkNumberOfImagePages: 1 LinNumberOfImagePages: 1 LinRedMaskSize: 5 LinRedFieldPosition: 11 LinGreenMaskSize: 6 LinGreenFieldPosition: 5 LinBlueMaskSize: 5 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 230000000 *(II) I810(0): Not using mode "640x480" (vrefresh out of range) Mode: 50 (640x480) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 2560 XResolution: 640 YResolution: 480 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 9 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 8 RsvdFieldPosition: 24 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 2560 BnkNumberOfImagePages: 9 LinNumberOfImagePages: 9 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 8 LinRsvdFieldPosition: 24 MaxPixelClock: 230000000 *(II) I810(0): Not using mode "800x600" (vrefresh out of range) Mode: 52 (800x600) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 3200 XResolution: 800 YResolution: 600 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 5 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 8 RsvdFieldPosition: 24 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 3200 BnkNumberOfImagePages: 5 LinNumberOfImagePages: 5 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 8 LinRsvdFieldPosition: 24 MaxPixelClock: 230000000 *(II) I810(0): Not using mode "1024x768" (hsync out of range) Mode: 54 (1024x768) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 4096 XResolution: 1024 YResolution: 768 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 3 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 8 RsvdFieldPosition: 24 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 4096 BnkNumberOfImagePages: 3 LinNumberOfImagePages: 3 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 8 LinRsvdFieldPosition: 24 MaxPixelClock: 230000000 *(II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (hsync out of range) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) (II) I810(0): Not using mode "1280x1024" (mode clock too high) Mode: 58 (1280x1024) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 5120 XResolution: 1280 YResolution: 1024 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 1 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 8 RsvdFieldPosition: 24 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 5120 BnkNumberOfImagePages: 1 LinNumberOfImagePages: 1 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 8 LinRsvdFieldPosition: 24 MaxPixelClock: 230000000 *(II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) (II) I810(0): Not using mode "1600x1200" (hsync out of range) Mode: 5a (1600x1200) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 6400 XResolution: 1600 YResolution: 1200 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 0 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 8 RsvdFieldPosition: 24 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 6400 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 8 LinRsvdFieldPosition: 24 MaxPixelClock: 230000000 *(II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) (II) I810(0): Not using mode "1920x1440" (hsync out of range) Mode: 5c (1920x1440) ModeAttributes: 0x9b WinAAttributes: 0x7 WinBAttributes: 0x0 WinGranularity: 64 WinSize: 64 WinASegment: 0xa000 WinBSegment: 0x0 WinFuncPtr: 0xc0005cd5 BytesPerScanline: 7680 XResolution: 1920 YResolution: 1440 XCharSize: 8 YCharSize: 16 NumberOfPlanes: 1 BitsPerPixel: 32 NumberOfBanks: 1 MemoryModel: 6 BankSize: 0 NumberOfImages: 0 RedMaskSize: 8 RedFieldPosition: 16 GreenMaskSize: 8 GreenFieldPosition: 8 BlueMaskSize: 8 BlueFieldPosition: 0 RsvdMaskSize: 8 RsvdFieldPosition: 24 DirectColorModeInfo: 0 PhysBasePtr: 0xe0000000 LinBytesPerScanLine: 7680 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 8 LinRedFieldPosition: 16 LinGreenMaskSize: 8 LinGreenFieldPosition: 8 LinBlueMaskSize: 8 LinBlueFieldPosition: 0 LinRsvdMaskSize: 8 LinRsvdFieldPosition: 24 MaxPixelClock: 230000000 Mode: 60 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 61 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 62 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 63 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 64 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 65 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 66 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 67 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 Mode: 68 (0x0) ModeAttributes: 0x0 WinAAttributes: 0x0 WinBAttributes: 0x0 WinGranularity: 0 WinSize: 0 WinASegment: 0x0 WinBSegment: 0x0 WinFuncPtr: 0x0 BytesPerScanline: 0 XResolution: 0 YResolution: 0 XCharSize: 0 YCharSize: 0 NumberOfPlanes: 0 BitsPerPixel: 0 NumberOfBanks: 0 MemoryModel: 0 BankSize: 0 NumberOfImages: 0 RedMaskSize: 0 RedFieldPosition: 0 GreenMaskSize: 0 GreenFieldPosition: 0 BlueMaskSize: 0 BlueFieldPosition: 0 RsvdMaskSize: 0 RsvdFieldPosition: 0 DirectColorModeInfo: 0 PhysBasePtr: 0x0 LinBytesPerScanLine: 0 BnkNumberOfImagePages: 0 LinNumberOfImagePages: 0 LinRedMaskSize: 0 LinRedFieldPosition: 0 LinGreenMaskSize: 0 LinGreenFieldPosition: 0 LinBlueMaskSize: 0 LinBlueFieldPosition: 0 LinRsvdMaskSize: 0 LinRsvdFieldPosition: 0 MaxPixelClock: 0 (II) I810(0): DELL E152FP: Using hsync range of 30.00-63.00 kHz (II) I810(0): DELL E152FP: Using vrefresh range of 56.00-76.00 Hz (II) I810(0): Not using mode "832x624" (no mode of this name) (II) I810(0): Not using mode "720x400" (no mode of this name) (--) I810(0): Virtual size is 1024x768 (pitch 1024) (**) I810(0): *Built-in mode "1024x768" (**) I810(0): *Built-in mode "800x600" (**) I810(0): *Built-in mode "640x480" (II) I810(0): Attempting to use 75.03Hz refresh for mode "1024x768" (854) (II) I810(0): Attempting to use 75.00Hz refresh for mode "800x600" (852) (II) I810(0): Attempting to use 75.00Hz refresh for mode "640x480" (850) (**) I810(0): Display dimensions: (300, 230) mm (**) I810(0): DPI set to (86, 84) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/lib/xorg/modules//libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.2.0 ABI class: X.Org Video Driver, version 1.1 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/lib/xorg/modules//libramdac.so (II) Module ramdac: vendor="X.Org Foundation" compiled for 7.2.0, module version = 0.1.0 ABI class: X.Org Video Driver, version 1.1 (==) I810(0): VBE Restore workaround: enabled. (II) Loading sub module "shadow" (II) LoadModule: "shadow" (II) Loading /usr/lib/xorg/modules//libshadow.so (II) Module shadow: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.1.0 ABI class: X.Org ANSI C Emulation, version 0.3 (==) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0xe0000000 - 0xefffffff (0x10000000) MS[B] [1] 0 0 0xf0400000 - 0xf04fffff (0x100000) MS[B] [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [6] -1 0 0xf0525400 - 0xf05257ff (0x400) MX[B] [7] -1 0 0xf0520000 - 0xf0523fff (0x4000) MX[B] [8] -1 0 0xf0525000 - 0xf05253ff (0x400) MX[B] [9] -1 0 0xf0524000 - 0xf0524fff (0x1000) MX[B] [10] -1 0 0xf0500000 - 0xf051ffff (0x20000) MX[B] [11] -1 0 0xf0525900 - 0xf052590f (0x10) MX[B] [12] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [13] -1 0 0xf0400000 - 0xf04fffff (0x100000) MX[B](B) [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [17] 0 0 0x00001100 - 0x00001107 (0x8) IS[B] [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [20] -1 0 0x000010f0 - 0x000010ff (0x10) IX[B] [21] -1 0 0x000010e0 - 0x000010ef (0x10) IX[B] [22] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [23] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [24] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [25] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [26] -1 0 0x00001080 - 0x0000109f (0x20) IX[B] [27] -1 0 0x00001060 - 0x0000107f (0x20) IX[B] [28] -1 0 0x00001040 - 0x0000105f (0x20) IX[B] [29] -1 0 0x00001020 - 0x0000103f (0x20) IX[B] [30] -1 0 0x00001000 - 0x0000101f (0x20) IX[B] [31] -1 0 0x00001100 - 0x00001107 (0x8) IX[B](B) [32] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [33] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/lib/xorg/modules//libint10.so (II) I810(0): initializing int10 (WW) I810(0): Bad V_BIOS checksum (II) I810(0): Primary V_BIOS segment is: 0xc000 (II) I810(0): VESA BIOS detected (II) I810(0): VESA VBE Version 3.0 (II) I810(0): VESA VBE Total Mem: 7616 kB (II) I810(0): VESA VBE OEM: Intel(r)Broadwater-G Graphics Chip Accelerated VGA BIOS (II) I810(0): VESA VBE OEM Software Rev: 1.0 (II) I810(0): VESA VBE OEM Vendor: Intel Corporation (II) I810(0): VESA VBE OEM Product: Intel(r)Broadwater-G Graphics Controller (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0 (II) I810(0): Allocated 128 kB for the ring buffer at 0x0 (II) I810(0): Allocating at least 512 scanlines for pixmap cache (II) I810(0): Initial framebuffer allocation size: 6144 kByte (II) I810(0): Allocated 4 kB for HW cursor at 0xdfff000 (II) I810(0): Allocated 16 kB for HW (ARGB) cursor at 0xdffb000 (II) I810(0): Allocated 4 kB for Overlay registers at 0xdffa000 (0x374d7000). (II) I810(0): Allocated 64 kB for the scratch buffer at 0xdfea000 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenByBusid: drmOpenMinor returns 8 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 (II) I810(0): [drm] loaded kernel module for "i915" driver (II) I810(0): [drm] DRM interface version 1.3 (II) I810(0): [drm] created "i915" driver at busid "pci:0000:00:02.0" (II) I810(0): [drm] added 8192 byte SAREA at 0xf90f1000 (II) I810(0): [drm] mapped SAREA 0xf90f1000 to 0xb7c11000 (II) I810(0): [drm] framebuffer handle = 0xe0020000 (II) I810(0): [drm] added 1 reserved context for kernel (II) I810(0): Not enabling the DRM memory manager. (II) I810(0): Allocated 32 kB for the logical context at 0xdfe2000. (II) I810(0): Allocated 3072 kB for the back buffer at 0xd800000. (II) I810(0): Allocated 3072 kB for the depth buffer at 0xd400000. (II) I810(0): Allocated 52992 kB for textures at 0x620000 (II) I810(0): 0x81f5748: Memory at offset 0x00020000, size 6144 kBytes (II) I810(0): 0x81f6658: Memory at offset 0x0dfff000, size 4 kBytes (II) I810(0): 0x81f66b8: Memory at offset 0x0dffb000, size 16 kBytes (II) I810(0): 0x81f67c4: Memory at offset 0x00000000, size 128 kBytes (II) I810(0): 0x81f5788: Memory at offset 0x0dfea000, size 64 kBytes (II) I810(0): 0x81f69f0: Memory at offset 0x0dffa000, size 4 kBytes (II) I810(0): 0x81f5920: Memory at offset 0x0dfe2000, size 32 kBytes (II) I810(0): 0x81f5940: Memory at offset 0x0d800000, size 3072 kBytes (II) I810(0): 0x81f5960: Memory at offset 0x0d400000, size 3072 kBytes (II) I810(0): 0x81f5980: Memory at offset 0x00620000, size 52992 kBytes (II) I810(0): Activating tiled memory for the back buffer. (II) I810(0): Activating tiled memory for the depth buffer. (II) I810(0): [drm] Registers = 0xf0400000 (II) I810(0): [drm] ring buffer = 0xe0000000 (II) I810(0): [drm] init sarea width,height = 1024 x 768 (pitch 1024) (II) I810(0): [drm] Back Buffer = 0xed800000 (II) I810(0): [drm] Depth Buffer = 0xed400000 (II) I810(0): [drm] textures = 0xe0620000 (II) I810(0): [drm] Initialized kernel agp heap manager, 54263808 (II) I810(0): [dri] visual configs initialized (==) I810(0): Write-combining range (0xe0000000,0x10000000) (II) I810(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (WW) I810(0): Extended BIOS function 0x5f05 not supported. (II) I810(0): xf86BindGARTMemory: bind key 7 at 0x0077f000 (pgoffset 1919) (II) I810(0): xf86BindGARTMemory: bind key 0 at 0x0dfff000 (pgoffset 57343) (II) I810(0): xf86BindGARTMemory: bind key 1 at 0x0dffb000 (pgoffset 57339) (II) I810(0): xf86BindGARTMemory: bind key 3 at 0x0dfea000 (pgoffset 57322) (II) I810(0): xf86BindGARTMemory: bind key 2 at 0x0dffa000 (pgoffset 57338) (II) I810(0): xf86BindGARTMemory: bind key 4 at 0x0dfe2000 (pgoffset 57314) (II) I810(0): xf86BindGARTMemory: bind key 5 at 0x0d800000 (pgoffset 55296) (II) I810(0): xf86BindGARTMemory: bind key 6 at 0x0d400000 (pgoffset 54272) (WW) I810(0): Extended BIOS function 0x5f05 not supported. (II) I810(0): BIOS call 0x5f05 not supported, setting refresh with VBE 3 method. (II) I810(0): Setting refresh with VBE 3 method. (II) I810(0): Display plane A is enabled and connected to Pipe A. (II) I810(0): Display plane B is disabled and connected to Pipe B. (II) I810(0): Enabling plane A. (II) I810(0): Display plane A is now enabled and connected to Pipe A. (II) I810(0): Display plane B is now disabled and connected to Pipe B. (II) I810(0): PIPEACONF is 0xc0000000 (II) I810(0): PIPEBCONF is 0xc0000000 (II) I810(0): Mode bandwidth is 47 Mpixel/s (WW) I810(0): Extended BIOS function 0x5f28 not supported. (II) I810(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Horizontal and Vertical Lines Offscreen Pixmaps Setting up tile and stipple cache: 16 128x128 slots 4 256x256 slots (==) I810(0): Backing store disabled (==) I810(0): Silken mouse enabled (II) I810(0): Initializing HW Cursor (**) Option "dpms" (**) I810(0): DPMS enabled (II) I810(0): Set up textured video (II) I810(0): X context handle = 0x1 (II) I810(0): [drm] installed DRM signal handler (II) I810(0): [DRI] installation complete (II) I810(0): [drm] dma control initialized, using IRQ 21 (II) I810(0): direct rendering: Enabled (II) I810(0): RandR enabled, ignore the following RandR disabled message. (II) I810(0): Rotating to 0 degrees (--) RandR disabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension XAccessControlExtension (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: drmOpenMinor returns 9 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 (WW) AIGLX: 3D driver claims to not support visual 0x23 (WW) AIGLX: 3D driver claims to not support visual 0x24 (WW) AIGLX: 3D driver claims to not support visual 0x25 (WW) AIGLX: 3D driver claims to not support visual 0x26 (WW) AIGLX: 3D driver claims to not support visual 0x27 (WW) AIGLX: 3D driver claims to not support visual 0x28 (WW) AIGLX: 3D driver claims to not support visual 0x29 (WW) AIGLX: 3D driver claims to not support visual 0x2a (WW) AIGLX: 3D driver claims to not support visual 0x2b (WW) AIGLX: 3D driver claims to not support visual 0x2c (WW) AIGLX: 3D driver claims to not support visual 0x2d (WW) AIGLX: 3D driver claims to not support visual 0x2e (WW) AIGLX: 3D driver claims to not support visual 0x2f (WW) AIGLX: 3D driver claims to not support visual 0x30 (WW) AIGLX: 3D driver claims to not support visual 0x31 (WW) AIGLX: 3D driver claims to not support visual 0x32 (II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so (II) GLX: Initialized DRI GL provider for screen 0 (**) Option "CoreKeyboard" (**) Generic Keyboard: Core Keyboard (**) Option "Protocol" "standard" (**) Generic Keyboard: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Generic Keyboard: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Generic Keyboard: XkbModel: "pc105" (**) Option "XkbLayout" "fi" (**) Generic Keyboard: XkbLayout: "fi" (**) Option "XkbVariant" "nodeadkeys" (**) Generic Keyboard: XkbVariant: "nodeadkeys" (**) Option "CustomKeycodes" "off" (**) Generic Keyboard: CustomKeycodes disabled (**) Option "Protocol" "ImPS/2" (**) Configured Mouse: Device: "/dev/input/mice" (**) Configured Mouse: Protocol: "ImPS/2" (**) Option "CorePointer" (**) Configured Mouse: Core Pointer (**) Option "Device" "/dev/input/mice" (**) Option "Emulate3Buttons" "true" (**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) Configured Mouse: ZAxisMapping: buttons 4 and 5 (**) Configured Mouse: Buttons: 9 (**) Option "SendCoreEvents" (**) stylus: always reports core events (**) stylus device is /dev/input/wacom (**) stylus is in absolute mode (**) stylus: forcing TabletPC ISD V4 protocol (**) WACOM: suppress value is 2 (**) Option "BaudRate" "9600" (**) stylus: serial speed 9600 (**) Option "SendCoreEvents" (**) cursor: always reports core events (**) cursor device is /dev/input/wacom (**) cursor is in relative mode (**) cursor: forcing TabletPC ISD V4 protocol (**) WACOM: suppress value is 2 (**) Option "BaudRate" "9600" (**) cursor: serial speed 9600 (**) Option "SendCoreEvents" (**) eraser: always reports core events (**) eraser device is /dev/input/wacom (**) eraser is in absolute mode (**) eraser: forcing TabletPC ISD V4 protocol (**) WACOM: suppress value is 2 (**) Option "BaudRate" "9600" (**) eraser: serial speed 9600 (II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser) (II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor) (II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus) (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE) (II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD) (**) Option "Device" "/dev/input/wacom" (EE) xf86OpenSerial: Cannot open device /dev/input/wacom No such file or directory. Error opening /dev/input/wacom : Success (**) Option "Device" "/dev/input/wacom" (EE) xf86OpenSerial: Cannot open device /dev/input/wacom No such file or directory. Error opening /dev/input/wacom : Success (**) Option "Device" "/dev/input/wacom" (EE) xf86OpenSerial: Cannot open device /dev/input/wacom No such file or directory. Error opening /dev/input/wacom : Success (II) Configured Mouse: ps2EnableDataReporting: succeeded Could not init font path element /usr/X11R6/lib/X11/fonts/misc, removing from list! Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list! Could not init font path element /usr/X11R6/lib/X11/fonts/Type1, removing from list! == dmidecode == # dmidecode 2.8 SMBIOS 2.4 present. 66 structures occupying 2023 bytes. Table at 0x000EB960. Handle 0x0001, DMI type 0, 24 bytes BIOS Information Vendor: Hewlett-Packard Version: 786E1 v01.09 Release Date: 01/05/2007 Address: 0xE0000 Runtime Size: 128 kB ROM Size: 1024 kB Characteristics: PCI is supported PNP is supported BIOS is upgradeable BIOS shadowing is allowed Boot from CD is supported Selectable boot is supported EDD is supported Japanese floppy for Toshiba 1.2 MB is supported (int 13h) 5.25"/360 KB floppy services are supported (int 13h) 5.25"/1.2 MB floppy services are supported (int 13h) 3.5"/720 KB floppy services are supported (int 13h) Print screen service is supported (int 5h) 8042 keyboard services are supported (int 9h) Serial services are supported (int 14h) Printer services are supported (int 17h) ACPI is supported USB legacy is supported LS-120 boot is supported ATAPI Zip drive boot is supported BIOS boot specification is supported Function key-initiated network boot is supported Targeted content distribution is supported BIOS Revision: 1.9 Handle 0x0002, DMI type 1, 27 bytes System Information Manufacturer: Hewlett-Packard Product Name: HP Compaq dc7700 Small Form Factor Version: UUID: 5B96F99F-9BE1-DB11-BBDA-4BB81C68001A Wake-up Type: Power Switch SKU Number: ET090AV Family: 103C_53307F Handle 0x0003, DMI type 2, 8 bytes Base Board Information Manufacturer: Hewlett-Packard Product Name: 0A54h Version: Not Specified Handle 0x0004, DMI type 3, 17 bytes Chassis Information Manufacturer: Hewlett-Packard Type: Low Profile Desktop Lock: Not Present Version: Not Specified Asset Tag: CZC7134PFB Boot-up State: Safe Power Supply State: Safe Thermal State: Safe Security Status: Unknown OEM Information: 0x00000000 Handle 0x0005, DMI type 4, 40 bytes Processor Information Socket Designation: XU1 PROCESSOR Type: Central Processor Family: Pentium 4 Manufacturer: Intel ID: F2 06 00 00 FF FB EB BF Signature: Type 0, Family 6, Model 15, Stepping 2 Flags: FPU (Floating-point unit on-chip) VME (Virtual mode extension) DE (Debugging extension) PSE (Page size extension) TSC (Time stamp counter) MSR (Model specific registers) PAE (Physical address extension) MCE (Machine check exception) CX8 (CMPXCHG8 instruction supported) APIC (On-chip APIC hardware supported) SEP (Fast system call) MTRR (Memory type range registers) PGE (Page global enable) MCA (Machine check architecture) CMOV (Conditional move instruction supported) PAT (Page attribute table) PSE-36 (36-bit page size extension) CLFSH (CLFLUSH instruction supported) DS (Debug store) ACPI (ACPI supported) MMX (MMX technology supported) FXSR (Fast floating-point save and restore) SSE (Streaming SIMD extensions) SSE2 (Streaming SIMD extensions 2) SS (Self-snoop) HTT (Hyper-threading technology) TM (Thermal monitor supported) PBE (Pending break enabled) Version: Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz Voltage: 1.2 V External Clock: 1066 MHz Max Speed: 6000 MHz Current Speed: 1867 MHz Status: Populated, Enabled Upgrade: Other L1 Cache Handle: 0x0007 L2 Cache Handle: 0x0008 L3 Cache Handle: 0x0009 Asset Tag: Not Specified Part Number: Not Specified Handle 0x0006, DMI type 4, 40 bytes Processor Information Socket Designation: XU2 PROCESSOR Type: Central Processor Family: Unknown Manufacturer: Intel ID: 00 00 00 00 00 00 00 00 Version: Voltage: 1.2 V External Clock: Unknown Max Speed: 6000 MHz Current Speed: Unknown Status: Unpopulated Upgrade: Other L1 Cache Handle: Not Provided L2 Cache Handle: Not Provided L3 Cache Handle: Not Provided Asset Tag: Not Specified Part Number: Not Specified Handle 0x0007, DMI type 7, 19 bytes Cache Information Socket Designation: L1 Cache Configuration: Enabled, Not Socketed, Level 1 Operational Mode: Write Through Location: Internal Installed Size: 64 KB Maximum Size: 64 KB Supported SRAM Types: Burst Installed SRAM Type: Burst Speed: Unknown Error Correction Type: Parity System Type: Data Associativity: 8-way Set-associative Handle 0x0008, DMI type 7, 19 bytes Cache Information Socket Designation: L2 Cache Configuration: Enabled, Not Socketed, Level 2 Operational Mode: Write Back Location: Internal Installed Size: 2048 KB Maximum Size: 2048 KB Supported SRAM Types: Burst Installed SRAM Type: Burst Speed: Unknown Error Correction Type: Single-bit ECC System Type: Unified Associativity: 8-way Set-associative Handle 0x0009, DMI type 7, 19 bytes Cache Information Socket Designation: none Configuration: Disabled, Not Socketed, Level 3 Operational Mode: Unknown Location: Unknown Installed Size: 0 KB Maximum Size: 0 KB Supported SRAM Types: Unknown Installed SRAM Type: Unknown Speed: Unknown Error Correction Type: Unknown System Type: Unknown Associativity: Unknown Handle 0x000D, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SATA0 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x000E, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SATA1 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x000F, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SATA2 Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0013, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SERIAL A Internal Connector Type: None External Reference Designator: COM A External Connector Type: DB-9 male Port Type: Serial Port 16550A Compatible Handle 0x0014, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SERIAL B Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: DB-9 male Port Type: Serial Port 16550A Compatible Handle 0x0015, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: PARALLEL External Connector Type: DB-25 female Port Type: Parallel Port ECP/EPP Handle 0x0016, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: USB 1 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0017, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: USB 2 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0018, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: USB 3 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x0019, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: USB 4 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x001A, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: USB 5 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x001B, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: USB 6 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x001C, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FRONT USB Internal Connector Type: Other External Reference Designator: USB 7 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x001D, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FRONT USB Internal Connector Type: Other External Reference Designator: USB 8 External Connector Type: Access Bus (USB) Port Type: USB Handle 0x001E, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: KEYBOARD External Connector Type: PS/2 Port Type: Keyboard Port Handle 0x001F, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: MOUSE External Connector Type: PS/2 Port Type: Mouse Port Handle 0x0021, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: REAR LINE IN External Connector Type: Mini DIN Port Type: Audio Port Handle 0x0022, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: VIDEO External Connector Type: DB-15 female Port Type: Video Port Handle 0x0023, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: REAR HEADPHONE/LINEOUT External Connector Type: Mini DIN Port Type: Audio Port Handle 0x0024, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: Not Specified Internal Connector Type: None External Reference Designator: RJ45 External Connector Type: RJ-45 Port Type: Network Port Handle 0x0025, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: CPU FAN Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0026, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FLOPPY Internal Connector Type: On Board Floppy External Reference Designator: Not Specified External Connector Type: None Port Type: None Handle 0x0027, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: FRNT AUD Internal Connector Type: Other External Reference Designator: FRONT HEADPHONE/LINEOUT & MIC External Connector Type: Mini DIN Port Type: Audio Port Handle 0x0028, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: CHASSIS FAN Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x0029, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: SPEAKER (SPKR) Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x002B, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: PASSWORD CLEAR (PSWD) Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x002C, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: HOOD SENSE (HSENSE) Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x002D, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: HOOD LOCK (HLCK) Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x002E, DMI type 8, 9 bytes Port Connector Information Internal Reference Designator: POWER BUTTON Internal Connector Type: Other External Reference Designator: Not Specified External Connector Type: None Port Type: Other Handle 0x002F, DMI type 9, 13 bytes System Slot Information Designation: PCI1 Type: 32-bit PCI Current Usage: Available Length: Long ID: 1 Characteristics: 5.0 V is provided 3.3 V is provided PME signal is supported SMBus signal is supported Handle 0x0030, DMI type 9, 13 bytes System Slot Information Designation: PCI2 Type: 32-bit PCI Current Usage: Available Length: Long ID: 2 Characteristics: 5.0 V is provided 3.3 V is provided PME signal is supported SMBus signal is supported Handle 0x0033, DMI type 9, 13 bytes System Slot Information Designation: PCI EXPRESS x1 SLOT/PCIEx1 Type: x1 PCI Express Current Usage: Available Length: Long Characteristics: 3.3 V is provided PME signal is supported SMBus signal is supported Handle 0x0034, DMI type 9, 13 bytes System Slot Information Designation: PCI EXPRESS x16 SLOT/PCIEx16 Type: x16 PCI Express Current Usage: Available Length: Long Characteristics: 3.3 V is provided PME signal is supported SMBus signal is supported Handle 0x0036, DMI type 13, 22 bytes BIOS Language Information Installable Languages: 1 en|US|iso8859-1 Currently Installed Language: en|US|iso8859-1 Handle 0x0037, DMI type 16, 15 bytes Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: None Maximum Capacity: 4 GB Error Information Handle: Not Provided Number Of Devices: 4 Handle 0x0038, DMI type 16, 15 bytes Physical Memory Array Location: System Board Or Motherboard Use: Flash Memory Error Correction Type: None Maximum Capacity: 1 MB Error Information Handle: Not Provided Number Of Devices: 1 Handle 0x0039, DMI type 17, 27 bytes Memory Device Array Handle: 0x0037 Error Information Handle: Not Provided Total Width: 64 bits Data Width: 64 bits Size: 1024 MB Form Factor: DIMM Set: 1 Locator: XMM1 Bank Locator: Not Specified Type: DDR2 Type Detail: Synchronous Speed: 667 MHz (1.5 ns) Manufacturer: JEDEC ID:7F 7F 7F 0B 00 00 00 00 Asset Tag: Not Specified Part Number: NT1GT64U8HA1BY-3C Handle 0x003A, DMI type 17, 27 bytes Memory Device Array Handle: 0x0037 Error Information Handle: Not Provided Total Width: 64 bits Data Width: 64 bits Size: 1024 MB Form Factor: DIMM Set: 1 Locator: XMM2 Bank Locator: Not Specified Type: DDR2 Type Detail: Synchronous Speed: 667 MHz (1.5 ns) Manufacturer: JEDEC ID:7F 7F 7F 0B 00 00 00 00 Asset Tag: Not Specified Part Number: NT1GT64U8HA1BY-3C Handle 0x003B, DMI type 17, 27 bytes Memory Device Array Handle: 0x0037 Error Information Handle: Not Provided Total Width: 64 bits Data Width: 64 bits Size: 1024 MB Form Factor: DIMM Set: 2 Locator: XMM3 Bank Locator: Not Specified Type: DDR2 Type Detail: Synchronous Speed: 667 MHz (1.5 ns) Manufacturer: JEDEC ID:7F 7F 7F 0B 00 00 00 00 Asset Tag: Not Specified Part Number: NT1GT64U8HA1BY-3C Handle 0x003C, DMI type 17, 27 bytes Memory Device Array Handle: 0x0037 Error Information Handle: Not Provided Total Width: 64 bits Data Width: 64 bits Size: 1024 MB Form Factor: DIMM Set: 2 Locator: XMM4 Bank Locator: Not Specified Type: DDR2 Type Detail: Synchronous Speed: 667 MHz (1.5 ns) Manufacturer: JEDEC ID:7F 7F 7F 0B 00 00 00 00 Asset Tag: Not Specified Part Number: NT1GT64U8HA1BY-3C Handle 0x003E, DMI type 17, 27 bytes Memory Device Array Handle: 0x0038 Error Information Handle: Not Provided Total Width: 2 bits Data Width: 2 bits Size: 1024 kB Form Factor: Chip Set: None Locator: SYSTEM ROM Bank Locator: Not Specified Type: Flash Type Detail: Non-Volatile Speed: Unknown Manufacturer: Not Specified Asset Tag: Not Specified Part Number: Not Specified Handle 0x003F, DMI type 19, 15 bytes Memory Array Mapped Address Starting Address: 0x00000000000 Ending Address: 0x000FFFFFFFF Range Size: 4 GB Physical Array Handle: 0x0037 Partition Width: 0 Handle 0x0040, DMI type 19, 15 bytes Memory Array Mapped Address Starting Address: 0x000FFF80000 Ending Address: 0x000FFFFFFFF Range Size: 512 kB Physical Array Handle: 0x0038 Partition Width: 0 Handle 0x0041, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x00000000000 Ending Address: 0x0003FFFFFFF Range Size: 1 GB Physical Device Handle: 0x0039 Memory Array Mapped Address Handle: 0x003F Partition Row Position: <OUT OF SPEC> Handle 0x0042, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x00040000000 Ending Address: 0x0007FFFFFFF Range Size: 1 GB Physical Device Handle: 0x003A Memory Array Mapped Address Handle: 0x003F Partition Row Position: 1 Handle 0x0043, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x00080000000 Ending Address: 0x000BFFFFFFF Range Size: 1 GB Physical Device Handle: 0x003B Memory Array Mapped Address Handle: 0x003F Partition Row Position: <OUT OF SPEC> Handle 0x0044, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x000C0000000 Ending Address: 0x000FFFFFFFF Range Size: 1 GB Physical Device Handle: 0x003C Memory Array Mapped Address Handle: 0x003F Partition Row Position: 1 Handle 0x0045, DMI type 20, 19 bytes Memory Device Mapped Address Starting Address: 0x000FFF80000 Ending Address: 0x000FFFFFFFF Range Size: 512 kB Physical Device Handle: 0x003E Memory Array Mapped Address Handle: 0x0040 Partition Row Position: 1 Handle 0x0046, DMI type 32, 11 bytes System Boot Information Status: No errors detected Handle 0x0047, DMI type 129, 8 bytes OEM-specific Type Header and Data: 81 08 47 00 01 01 02 01 Strings: Intel_ASF Intel_ASF_001 Handle 0x0048, DMI type 130, 20 bytes OEM-specific Type Header and Data: 82 14 48 00 24 41 4D 54 01 01 00 00 01 00 00 00 00 00 00 00 Handle 0x0049, DMI type 136, 6 bytes OEM-specific Type Header and Data: 88 06 49 00 5A 5A Handle 0x004B, DMI type 197, 10 bytes OEM-specific Type Header and Data: C5 0A 4B 00 05 00 00 01 FF 01 Handle 0x004C, DMI type 197, 10 bytes OEM-specific Type Header and Data: C5 0A 4C 00 06 00 01 00 FF 01 Handle 0x004D, DMI type 207, 9 bytes OEM-specific Type Header and Data: CF 09 4D 00 00 00 00 24 00 Handle 0x004E, DMI type 208, 5 bytes OEM-specific Type Header and Data: D0 05 4E 00 01 Handle 0x004F, DMI type 127, 4 bytes End Of Table == cat /etc/X11/xorg.conf == # /etc/X11/xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf(5) manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fi" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "Device" Identifier "Intel Corporation 82Q963/Q965 Integrated Graphics Controller" Driver "i810" BusID "PCI:0:2:0" EndSection Section "Monitor" Identifier "DELL E152FP" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Intel Corporation 82Q963/Q965 Integrated Graphics Controller" Monitor "DELL E152FP" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "stylus" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" EndSection Section "DRI" Mode 0666 EndSection == ddcprobe == ./machinotero: line 10: ddcprobe: command not found == xresprobe nv == ./machinotero: line 10: xresprobe: command not found == vbetool vbefp panelsize == Panel id function not supported == cat /var/lib/acpi-support/bios-version /var/lib/acpi-support/system-manufacturer /var/lib/acpi-support/system-product-name /var/lib/acpi-support/system-version == 786E1 v01.09 Hewlett-Packard HP Compaq dc7700 Small Form Factor == df -h == Filesystem Size Used Avail Use% Mounted on /dev/sda1 220G 2.1G 207G 1% / varrun 1.8G 100K 1.8G 1% /var/run varlock 1.8G 0 1.8G 0% /var/lock procbususb 1.8G 96K 1.8G 1% /proc/bus/usb udev 1.8G 96K 1.8G 1% /dev devshm 1.8G 0 1.8G 0% /dev/shm lrm 1.8G 33M 1.7G 2% /lib/modules/2.6.20-15-generic/volatile == cat /etc/apt/sources.list == # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://fi.archive.ubuntu.com/ubuntu/ feisty main restricted deb-src http://fi.archive.ubuntu.com/ubuntu/ feisty main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://fi.archive.ubuntu.com/ubuntu/ feisty-updates main restricted deb-src http://fi.archive.ubuntu.com/ubuntu/ feisty-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## universe WILL NOT receive any review or updates from the Ubuntu security ## team. deb http://fi.archive.ubuntu.com/ubuntu/ feisty universe deb-src http://fi.archive.ubuntu.com/ubuntu/ feisty universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. deb http://fi.archive.ubuntu.com/ubuntu/ feisty multiverse deb-src http://fi.archive.ubuntu.com/ubuntu/ feisty multiverse ## Uncomment the following two lines to add software from the 'backports' ## repository. ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. # deb http://fi.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse # deb-src http://fi.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse deb http://security.ubuntu.com/ubuntu feisty-security main restricted deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted deb http://security.ubuntu.com/ubuntu feisty-security universe deb-src http://security.ubuntu.com/ubuntu feisty-security universe deb http://security.ubuntu.com/ubuntu feisty-security multiverse deb-src http://security.ubuntu.com/ubuntu feisty-security multiverse