Package: xserver-xorg-input-vmmouse Version: 1:12.6.3-2 Severity: normal Tags: patch virtual machine, same results on kvm 72+dfsg-5, 84+dfsg-2 and 84+dfsg-2 (always with plain 2.6.29 kvm modules) plus the patch from Thomas Preud'homme <thomas.preudhomme@celest.fr> referenced in #515585, to fix evdev issues. Guest (amd64) and host (i386) are current Debian sid systems. # echo $? 1 # Author: Philip Langdale <philipl@fido2.homeip.net> Date: Thu Oct 23 23:35:28 2008 -0700 successful. call to iopl(). It may not be portable, but is necessary for kvm. +++ b/tools/vmmouse_detect.c @@ -47,6 +47,11 @@ main(void) signal(SIGSEGV, segvCB); #if defined __i386__ || defined __x86_64__ + /* + * To access i/o ports above 0x3ff, we need to be in iopl(3). + */ + + iopl(3); if (VMMouseClient_Enable()) { VMMouseClient_Disable(); return 0; Stefan Lippers-Hollmann Contents of /var/lib/x11/X.roster: xserver-xorg lrwxrwxrwx 1 root root 13 21. Apr 2009 /etc/X11/X -> /usr/bin/Xorg -rwxr-xr-x 1 root root 1695356 15. Apr 13:47 /usr/bin/Xorg xserver-xorg 00:02.0 VGA compatible controller: Cirrus Logic GD 5446 -rw-r--r-- 1 root root 943 21. Apr 17:29 /etc/X11/xorg.conf Section "ServerLayout" Identifier "Xorg Configured" Screen "Screen 0" EndSection Identifier "Device 0" Driver "cirrus" BoardName "Cirrus Logic GD 5446" BusID "PCI:0:2:0" EndSection Identifier "Monitor 0" ModelName "Default Monitor" HorizSync 28-96 VertRefresh 50-75 # 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz Modeline "1024x768" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync # 1024x768 @ 70.00 Hz (GTF) hsync: 56.00 kHz; pclk: 76.16 MHz Modeline "1024x768" 76.16 1024 1080 1192 1360 768 769 772 800 -HSync +Vsync # 1024x768 @ 75.00 Hz (GTF) hsync: 60.15 kHz; pclk: 81.80 MHz Modeline "1024x768" 81.80 1024 1080 1192 1360 768 769 772 802 -HSync +Vsync EndSection Identifier "Screen 0" Monitor "Monitor 0" DefaultColorDepth 24 SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection -rw-r--r-- 1 root root 24359 21. Apr 17:29 /var/log/Xorg.0.log /var/log/Xorg.0.log: Release Date: 2009-4-14 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.26-1-amd64 x86_64 Package files: 100 /var/lib/dpkg/status release a=now 500 http://ftp.debian.org sid/main Packages release o=Debian,a=unstable,l=Debian,c=main origin ftp.debian.org Pinned packages: Current Operating System: Linux sidux 2.6.29-1.slh.5-sidux-686 #1 SMP PREEMPT Wed Apr 15 18:16:03 UTC 2009 i686 Build Date: 15 April 2009 11:46:22AM xorg-server 2:1.6.1-1 (bgoglin@debian.org) Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. 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: Tue Apr 21 17:29:42 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Xorg Configured" (**) |-->Screen "Screen 0" (0) (**) | |-->Monitor "Monitor 0" (==) No device specified for screen "Screen 0". Using the first device section listed. (**) | |-->Device "Device 0" (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/X11/Type1" does not exist. Entry deleted from font path. (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" 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/100dpi, /usr/share/fonts/X11/75dpi, built-ins (==) ModulePath set to "/usr/lib/xorg/modules" (II) Cannot locate a core pointer device. (II) Cannot locate a core keyboard device. (II) The server relies on HAL to provide the list of input devices. If no devices become available, reconfigure HAL or disable AllowEmptyInput. (II) Loader magic: 0xe40 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 5.0 X.Org XInput driver : 4.0 X.Org Server Extension : 2.0 (II) Loader running on linux (++) using VT number 7 (--) PCI: (0@0:6:0) Qumranet, Inc. Virtio console rev 0, I/O @ 0x0000c920/32 (II) Open ACPI successful (/var/run/acpid.socket) (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[B] (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension SELinux (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dri2" (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "cirrus" (II) Loading /usr/lib/xorg/modules/drivers//cirrus_drv.so (II) Module cirrus: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.2.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) CIRRUS: driver for Cirrus chipsets: CLGD5430, CLGD5434-4, CLGD5434-8, CLGD5436, CLGD5446, CLGD5480, CL-GD5462, CL-GD5464, CL-GD5464BD, CL-GD5465, CL-GD7548 (II) Primary Device is: PCI 00@00:02:0 (WW) Falling back to old probe method for cirrus (--) Chipset CLGD5446 found (II) Loading sub module "cirrus_alpine" (II) LoadModule: "cirrus_alpine" (II) Loading /usr/lib/xorg/modules/drivers//cirrus_alpine.so (II) Module cirrus_alpine: vendor="X.Org Foundation" compiled for 1.6.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 5.0 (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[B] (II) resource ranges after probing: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.6.1, module version = 0.1.0 ABI class: X.Org Video Driver, version 5.0 (II) CIRRUS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 5.0 (II) CIRRUS(0): initializing int10 (II) CIRRUS(0): Primary V_BIOS segment is: 0xc000 (**) CIRRUS(0): Depth 24, (--) framebuffer bpp 24 (==) CIRRUS(0): RGB weight 888 (==) CIRRUS(0): Default visual is TrueColor (==) CIRRUS(0): Using SW cursor (--) CIRRUS(0): Linear framebuffer at 0xF0000000 (--) CIRRUS(0): Using MMIO (--) CIRRUS(0): MMIO registers at 0xF2000000 (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Module "i2c" already built-in (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) CIRRUS(0): I2C bus "I2C bus 1" initialized. (II) CIRRUS(0): I2C bus "I2C bus 2" initialized. (II) CIRRUS(0): I2C device "I2C bus 1:E-EDID segment register" registered at address 0x60. (II) CIRRUS(0): I2C device "I2C bus 1:ddc2" registered at address 0xA0. (==) CIRRUS(0): Using gamma correction (1.0, 1.0, 1.0) (--) CIRRUS(0): Memory Config reg 1 is 0x98 (--) CIRRUS(0): Memory Config reg 2 is 0x20 (--) CIRRUS(0): VideoRAM: 4096 kByte (==) CIRRUS(0): Min pixel clock is 12 MHz (--) CIRRUS(0): Max pixel clock is 85 MHz (II) CIRRUS(0): Monitor 0: Using hsync range of 28.00-96.00 kHz (II) CIRRUS(0): Monitor 0: Using vrefresh range of 50.00-75.00 Hz (II) CIRRUS(0): Clock range: 12.00 to 85.50 MHz (II) CIRRUS(0): Not using default mode "640x350" (vrefresh out of range) (II) CIRRUS(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "640x400" (vrefresh out of range) (II) CIRRUS(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "720x400" (vrefresh out of range) (II) CIRRUS(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "640x480" (vrefresh out of range) (II) CIRRUS(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "800x600" (vrefresh out of range) (II) CIRRUS(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1152x864" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1280x960" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1280x960" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1600x1200" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1600x1200" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1600x1200" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1600x1200" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1600x1200" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1792x1344" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1792x1344" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1856x1392" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1856x1392" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1152x864" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1152x864" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1152x864" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1152x864" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1152x864" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking) (II) CIRRUS(0): Not using default mode "680x384" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "680x384" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1400x1050" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1400x1050" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1400x1050" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1400x1050" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1440x900" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "720x450" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1600x1024" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1680x1050" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1680x1050" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1680x1050" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1680x1050" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1680x1050" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1920x1080" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "960x540" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1920x1200" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "1920x1440" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) CIRRUS(0): Not using default mode "2048x1536" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "2048x1536" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "2048x1536" (insufficient memory for mode) (II) CIRRUS(0): Not using default mode "1360x768" (width too large for virtual size) (II) CIRRUS(0): Not using default mode "1152x864" (width too large for virtual size) (--) CIRRUS(0): Virtual size is 1024x768 (pitch 1024) (**) CIRRUS(0): *Mode "1024x768": 81.8 MHz, 60.1 kHz, 75.0 Hz (II) CIRRUS(0): Modeline "1024x768"x75.0 81.80 1024 1080 1192 1360 768 769 772 802 -hsync +vsync (60.1 kHz) (**) CIRRUS(0): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) CIRRUS(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (**) CIRRUS(0): *Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) CIRRUS(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (**) CIRRUS(0): Mode "1024x768": 76.2 MHz, 56.0 kHz, 70.0 Hz (II) CIRRUS(0): Modeline "1024x768"x70.0 76.16 1024 1080 1192 1360 768 769 772 800 -hsync +vsync (56.0 kHz) (**) CIRRUS(0): Mode "1024x768": 64.1 MHz, 47.7 kHz, 60.0 Hz (II) CIRRUS(0): Modeline "1024x768"x60.0 64.11 1024 1080 1184 1344 768 769 772 795 -hsync +vsync (47.7 kHz) (**) CIRRUS(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz (II) CIRRUS(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (**) CIRRUS(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz (II) CIRRUS(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (**) CIRRUS(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) CIRRUS(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (**) CIRRUS(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) CIRRUS(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (**) CIRRUS(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz (II) CIRRUS(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (**) CIRRUS(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz (II) CIRRUS(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (==) CIRRUS(0): DPI set to (96, 96) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (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 1.6.1, module version = 1.2.1 ABI class: X.Org Video Driver, version 5.0 (--) Depth 24 pixmap format is 24 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU) [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU) [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU) [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (II) CIRRUS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (II) CIRRUS(0): Using 597 lines for offscreen memory (II) CIRRUS(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles Solid Horizontal and Vertical Lines (==) CIRRUS(0): Silken mouse enabled (II) CIRRUS(0): DPMS enabled (==) RandR enabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE SELinux: Disabled on system, not enabling in X server (II) AIGLX: Screen 0 is not DRI2 capable (II) AIGLX: Screen 0 is not DRI capable (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so (II) GLX: Initialized DRISWRAST GL provider for screen 0 (II) config/hal: Adding input device ImExPS/2 Generic Explorer Mouse (II) LoadModule: "evdev" (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.6.0, module version = 2.2.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 4.0 (**) ImExPS/2 Generic Explorer Mouse: always reports core events (**) ImExPS/2 Generic Explorer Mouse: Device: "/dev/input/event4" (II) ImExPS/2 Generic Explorer Mouse: Found 5 mouse buttons (II) ImExPS/2 Generic Explorer Mouse: Found x and y relative axes (II) ImExPS/2 Generic Explorer Mouse: Found scroll wheel(s) (II) ImExPS/2 Generic Explorer Mouse: Configuring as mouse (**) ImExPS/2 Generic Explorer Mouse: YAxisMapping: buttons 4 and 5 (**) ImExPS/2 Generic Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE) (**) ImExPS/2 Generic Explorer Mouse: (accel) keeping acceleration scheme 1 (**) ImExPS/2 Generic Explorer Mouse: (accel) filter chain progression: 2.00 (**) ImExPS/2 Generic Explorer Mouse: (accel) filter stage 0: 20.00 ms (**) ImExPS/2 Generic Explorer Mouse: (accel) set acceleration profile 0 (II) config/hal: Adding input device Macintosh mouse button emulation (**) Macintosh mouse button emulation: always reports core events (**) Macintosh mouse button emulation: Device: "/dev/input/event0" (II) Macintosh mouse button emulation: Found 3 mouse buttons (II) Macintosh mouse button emulation: Found x and y relative axes (II) Macintosh mouse button emulation: Configuring as mouse (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5 (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE) (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1 (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00 (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms (**) Macintosh mouse button emulation: (accel) set acceleration profile 0 (II) config/hal: Adding input device AT Translated Set 2 keyboard (**) AT Translated Set 2 keyboard: always reports core events (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1" (II) AT Translated Set 2 keyboard: Found keys (II) AT Translated Set 2 keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "de,us" (**) Option "xkb_options" "lv3:ralt_switch,compose:lwin,grp:alt_shift_toggle" (EE) ImExPS/2 Generic Explorer Mouse: Read error: Resource temporarily unavailable Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash ii libc6 2.9-7 GNU C Library: Shared libraries ii xserver-xorg-core 2:1.6.1-1 Xorg X server - core server ii xserver-xorg-input-mouse 1:1.4.0-2 X.Org X server -- mouse input driv |
Attachment:
signature.asc
Description: This is a digitally signed message part.