rununtil you get it sorted out why...

there are program(s) to refresh vga text mode / save restore vesa. run it and you'll have your text terminal.

note because VT depends on kernel etc you problem might depend on how you start x, not just X drivers or a flaky video card


Enno Deimel wrote:
Package: xserver-xorg
Version: 1:7.6+6
Severity: important

VT switching (via Ctrl-Alt-F[1-6]) does not work.   When trying to switch, X 
seems to freeze: no response to kbd, mouse pointer disappears, xclock stops 
dead.

But, in fact the VT has switched, it is just not reflected on video:  Can type commands, 
restart xdm and suchlike, when typing blind.  And, when switching "back" to VT7 
(via Alt+F7) everything pops back into life.

This is the very behaviour I reported before for xserver-xorg 7.3+20 (i386).

On some occasions though I couldn't get back to VT7, only solution left was 
magic sysrq -- or power button.

-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Mar  5 18:38 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1783236 Mar 26 08:55 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 
915GM/GMS/910GML Express Graphics Controller [8086:2592] (rev 03)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 2581 Apr 15 18:26 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
Section "ServerLayout"
        Identifier    "Layout"
        Screen        "Screen"
        InputDevice   "Keyboard"
        InputDevice   "Mouse"
EndSection

Section "ServerFlags"
        #Option "AllowMouseOpenFail" "on" # default: no # try on w/ 2.6.32 
nightmare, makes no diff at all!
        Option "DontVTSwitch" "no"
        # from daemonforums.org, for X without hal:
        Option "AllowEmptyInput" "no" # default: on, off for 2.6.32
        Option "AutoAddDevices" "no" # default: on, off for 2.6.32
        # further:
        Option "AutoEnableDevices" "on"

EndSection

Section "Files"
EndSection

Section "InputDevice"
        Identifier  "Keyboard"
        Driver      "evdev"
        Option      "CoreKeyboard" # deprecated, use SendCoreEvents (def: on) # 
c'd out for 2.6.32
        Option      "Device" "/dev/input/event0"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "de"
EndSection

Section "InputDevice"
        Identifier "Mouse"
        Driver     "synaptics"
        Option     "GrabDevice" "true"
        Option     "Device" "/dev/input/event6" # c'd IN for 2.6.32
        # synaptics(4) options:
        Option     "Protocol" "auto-dev" # can be "event" for 2.6.32
        Option     "TapButton1" "1"
        Option     "TapButton2" "2"
        Option     "VertTwoFingerScroll" "on"
EndSection

Section "Monitor"
        #DisplaySize      330   210     # mm
        Identifier   "Monitor"
        #VendorName   "QDS" # optional
        #ModelName    "46"  # optional
        Option "DPMS" "on"
EndSection

Section "Device"
# first: generic options
#       Option      "ModeDebug" "true"
        Identifier  "GraphChip"
        Driver      "intel"
#       Driver      "vesa" # WORKS!
#       Driver      "fbdev"
        BusID       "PCI:0:2:0"
        Screen      0 # Most drivers require that the primary screen (0) be 
present.
#       VendorName  "Intel Corporation" # optional
# then:  intel options
#       Option      "FallbackDebug" "true" # this produces about 21MB of blah
#       Option      "XvMC" "true" # driver disables this # try without
# final: undocumented:
#       BoardName   "Mobile 915GM/GMS/910GML Express Graphics Controller"
EndSection

#Section "Device" # this works, with quirks
#       Identifier "GraphChip"
#       Driver     "fbdev"
#       Option     "AccelMethod" "XAA"
#       BusID      "PCI:0:2:0"
#EndSection

Section "Screen"
        Identifier "Screen"
        Device     "GraphChip"
        Monitor    "Monitor"
        Option "Accel" # Try to setup XAA (seemed to work with last driver)
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display" # this is default as per fbdev
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection


/etc/X11/xorg.conf.d does not exist.

KMS configuration files:
------------------------
/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1

Kernel version (/proc/version):
-------------------------------
Linux version 2.6.30.bootlogd (2.6.30) (root@mash) (gcc version 4.3.4 (Debian 
4.3.4-6) ) #1 Fri Sep 3 18:13:12 CEST 2010

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 20268 Apr 15 18:40 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[ 28.112] X.Org X Server 1.9.5
Release Date: 2011-03-17
[    28.112] X Protocol Version 11, Revision 0
[    28.112] Build Operating System: Linux 2.6.32-5-amd64 i686 Debian
[    28.112] Current Operating System: Linux mash 2.6.30.bootlogd #1 Fri Sep 3 
18:13:12 CEST 2010 i686
[    28.112] Kernel command line: BOOT_IMAGE=//vmlinuz-2.6.30.bootlogd 
root=UUID=8625ed4e-f3d5-4c97-80b2-cb14e856bdb6 ro vga=791
[    28.112] Build Date: 26 March 2011  07:50:38AM
[ 28.112] xorg-server 2:1.9.5-1 (Cyril Brulebois <k...@debian.org>) [ 28.112] Current version of pixman: 0.16.2
[    28.112]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    28.112] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    28.112] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Apr 15 18:37:09 
2011
[    28.155] (==) Using config file: "/etc/X11/xorg.conf"
[    28.162] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    28.186] (==) ServerLayout "Layout"
[    28.186] (**) |-->Screen "Screen" (0)
[    28.186] (**) |   |-->Monitor "Monitor"
[    28.186] (**) |   |-->Device "GraphChip"
[    28.186] (**) |-->Input Device "Keyboard"
[    28.186] (**) |-->Input Device "Mouse"
[    28.186] (**) Option "DontVTSwitch" "no"
[    28.187] (**) Option "AllowEmptyInput" "no"
[    28.187] (**) Option "AutoAddDevices" "no"
[    28.187] (**) Option "AutoEnableDevices" "on"
[    28.187] (**) Not automatically adding devices
[    28.187] (**) Automatically enabling devices
[    28.393] (==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/cyrillic,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
        built-ins
[    28.393] (==) ModulePath set to "/usr/lib/xorg/modules"
[    28.393] (==) |-->Input Device "Mouse"
[    28.393] (==) The core pointer device wasn't specified explicitly in the 
layout.
        Using the first mouse device.
[    28.393] (II) Loader magic: 0x81f9f60
[    28.393] (II) Module ABI versions:
[    28.393]    X.Org ANSI C Emulation: 0.4
[    28.393]    X.Org Video Driver: 8.0
[    28.393]    X.Org XInput driver : 11.0
[    28.393]    X.Org Server Extension : 4.0
[    28.394] (--) PCI:*(0:0:2:0) 8086:2592:1028:01c9 rev 3, Mem @ 
0xdff00000/524288, 0xc0000000/268435456, 0xdfec0000/262144, I/O @ 0x0000eff8/8
[    28.394] (--) PCI: (0:0:2:1) 8086:2792:1028:01c9 rev 3, Mem @ 
0xdff80000/524288
[    28.394] (II) Open ACPI successful (/var/run/acpid.socket)
[    28.394] (II) LoadModule: "extmod"
[    28.416] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    28.430] (II) Module extmod: vendor="X.Org Foundation"
[    28.430]    compiled for 1.9.5, module version = 1.0.0
[    28.430]    Module class: X.Org Server Extension
[    28.430]    ABI class: X.Org Server Extension, version 4.0
[    28.430] (II) Loading extension SELinux
[    28.430] (II) Loading extension MIT-SCREEN-SAVER
[    28.430] (II) Loading extension XFree86-VidModeExtension
[    28.430] (II) Loading extension XFree86-DGA
[    28.430] (II) Loading extension DPMS
[    28.430] (II) Loading extension XVideo
[    28.430] (II) Loading extension XVideo-MotionCompensation
[    28.430] (II) Loading extension X-Resource
[    28.430] (II) LoadModule: "dbe"
[    28.430] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    28.441] (II) Module dbe: vendor="X.Org Foundation"
[    28.441]    compiled for 1.9.5, module version = 1.0.0
[    28.441]    Module class: X.Org Server Extension
[    28.441]    ABI class: X.Org Server Extension, version 4.0
[    28.441] (II) Loading extension DOUBLE-BUFFER
[    28.441] (II) LoadModule: "glx"
[    28.441] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    28.466] (II) Module glx: vendor="X.Org Foundation"
[    28.466]    compiled for 1.9.5, module version = 1.0.0
[    28.466]    ABI class: X.Org Server Extension, version 4.0
[    28.478] (==) AIGLX enabled
[    28.478] (II) Loading extension GLX
[    28.478] (II) LoadModule: "record"
[    28.478] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    28.479] (II) Module record: vendor="X.Org Foundation"
[    28.479]    compiled for 1.9.5, module version = 1.13.0
[    28.479]    Module class: X.Org Server Extension
[    28.479]    ABI class: X.Org Server Extension, version 4.0
[    28.479] (II) Loading extension RECORD
[    28.479] (II) LoadModule: "dri"
[    28.479] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    28.503] (II) Module dri: vendor="X.Org Foundation"
[    28.503]    compiled for 1.9.5, module version = 1.0.0
[    28.503]    ABI class: X.Org Server Extension, version 4.0
[    28.503] (II) Loading extension XFree86-DRI
[    28.503] (II) LoadModule: "dri2"
[    28.503] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    28.504] (II) Module dri2: vendor="X.Org Foundation"
[    28.504]    compiled for 1.9.5, module version = 1.2.0
[    28.504]    ABI class: X.Org Server Extension, version 4.0
[    28.504] (II) Loading extension DRI2
[    28.504] (II) LoadModule: "intel"
[    28.518] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    28.548] (II) Module intel: vendor="X.Org Foundation"
[    28.548]    compiled for 1.9.4, module version = 2.14.0
[    28.548]    Module class: X.Org Video Driver
[    28.548]    ABI class: X.Org Video Driver, version 8.0
[    28.548] (II) LoadModule: "evdev"
[    28.548] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    28.549] (II) Module evdev: vendor="X.Org Foundation"
[    28.549]    compiled for 1.9.4, module version = 2.6.0
[    28.549]    Module class: X.Org XInput Driver
[    28.549]    ABI class: X.Org XInput driver, version 11.0
[    28.549] (II) LoadModule: "synaptics"
[    28.550] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    28.570] (II) Module synaptics: vendor="X.Org Foundation"
[    28.570]    compiled for 1.9.4, module version = 1.4.0
[    28.570]    Module class: X.Org XInput Driver
[    28.570]    ABI class: X.Org XInput driver, version 11.0
[    28.570] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
        965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
        4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
        Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
        Sandybridge, Sandybridge
[    28.570] (++) using VT number 7

[    28.570] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[    28.570] (WW) xf86OpenConsole: setsid failed: Operation not permitted
[    29.953] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    29.953] drmOpenDevice: node name is /dev/dri/card0
[    29.953] drmOpenDevice: open result is 8, (OK)
[    30.300] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    30.300] drmOpenDevice: node name is /dev/dri/card0
[    30.300] drmOpenDevice: open result is 8, (OK)
[    30.300] drmOpenByBusid: drmOpenMinor returns 8
[    30.300] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    30.300] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    30.300] (==) intel(0): RGB weight 888
[    30.300] (==) intel(0): Default visual is TrueColor
[    30.300] (II) intel(0): Integrated Graphics Chipset: Intel(R) 915GM
[    30.300] (--) intel(0): Chipset: "915GM"
[    30.300] (**) intel(0): Tiling enabled
[    30.300] (**) intel(0): SwapBuffers wait enabled
[    30.300] (==) intel(0): video overlay key set to 0x101fe
[    30.512] (II) intel(0): Output VGA1 using monitor section Monitor
[    30.753] (II) intel(0): Output LVDS1 has no monitor section
[    31.036] (II) intel(0): Output TV1 has no monitor section
[    31.247] (II) intel(0): EDID for output VGA1
[    31.503] (II) intel(0): EDID for output LVDS1
[    31.503] (II) intel(0): Manufacturer: QDS  Model: 46  Serial#: 0
[    31.503] (II) intel(0): Year: 2005  Week: 0
[    31.503] (II) intel(0): EDID Version: 1.3
[    31.503] (II) intel(0): Digital Display Input
[    31.503] (II) intel(0): Max Image Size [cm]: horiz.: 33  vert.: 21
[    31.503] (II) intel(0): Gamma: 2.20
[    31.503] (II) intel(0): No DPMS capabilities specified
[ 31.503] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 31.503] (II) intel(0): First detailed timing is preferred mode
[    31.503] (II) intel(0): redX: 0.579 redY: 0.340   greenX: 0.310 greenY: 
0.550
[    31.503] (II) intel(0): blueX: 0.154 blueY: 0.153   whiteX: 0.314 whiteY: 
0.329
[    31.503] (II) intel(0): Manufacturer's mask: 0
[    31.503] (II) intel(0): Supported detailed timing:
[    31.503] (II) intel(0): clock: 71.2 MHz   Image Size:  331 x 207 mm
[    31.503] (II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1360 
h_blank_end 1440 h_border: 0
[    31.503] (II) intel(0): v_active: 800  v_sync: 802  v_sync_end 808 
v_blanking: 823 v_border: 0
[    31.503] (II) intel(0): Unknown vendor-specific block f
[    31.503] (II) intel(0):  GD738
[    31.503] (II) intel(0):  ???h@
[    31.503] (II) intel(0): EDID (in hex):
[    31.503] (II) intel(0):     00ffffffffffff004493460000000000
[    31.503] (II) intel(0):     000f0103802115780a479994574f8c27
[    31.503] (II) intel(0):     27505400000001010101010101010101
[    31.503] (II) intel(0):     010101010101cb1b00a0502017303020
[    31.504] (II) intel(0):     26004bcf100000180000000f0008002a
[    31.504] (II) intel(0):     0001000400324a041400000000fe0047
[    31.504] (II) intel(0):     443733380000000000000000000000fe
[    31.504] (II) intel(0):     00e0d0c0b89868400001010a2020004a
[    31.504] (II) intel(0): Not using default mode "320x240" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Not using default mode "400x300" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Not using default mode "400x300" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Not using default mode "512x384" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Not using default mode "640x480" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Not using default mode "640x512" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Not using default mode "800x600" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Not using default mode "896x672" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Not using default mode "928x696" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Not using default mode "960x720" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Not using default mode "576x432" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Not using default mode "680x384" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Not using default mode "680x384" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Not using default mode "700x525" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Not using default mode "720x450" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Not using default mode "800x512" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Not using default mode "840x525" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Not using default mode "840x525" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Not using default mode "960x540" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Not using default mode "960x600" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Not using default mode "1024x768" (doublescan mode 
not supported)
[    31.504] (II) intel(0): Printing probed modes for output LVDS1
[    31.504] (II) intel(0): Modeline "1280x800"x60.0   71.15  1280 1328 1360 
1440  800 802 808 823 -hsync -vsync (49.4 kHz)
[    31.504] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 
1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    31.504] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  
600 601 605 628 +hsync +vsync (37.9 kHz)
[    31.504] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  
600 601 603 625 +hsync +vsync (35.2 kHz)
[    31.504] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  
480 490 492 525 -hsync -vsync (31.5 kHz)
[    31.787] (II) intel(0): EDID for output TV1
[    31.787] (II) intel(0): Output VGA1 disconnected
[    31.787] (II) intel(0): Output LVDS1 connected
[    31.787] (II) intel(0): Output TV1 disconnected
[    31.787] (II) intel(0): Using exact sizes for initial modes
[    31.787] (II) intel(0): Output LVDS1 using initial mode 1280x800
[    31.787] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless 
otherwise stated.
[    31.787] (==) intel(0): DPI set to (96, 96)
[    31.787] (II) Loading sub module "fb"
[    31.787] (II) LoadModule: "fb"
[    31.787] (II) Loading /usr/lib/xorg/modules/libfb.so
[    31.807] (II) Module fb: vendor="X.Org Foundation"
[    31.807]    compiled for 1.9.5, module version = 1.0.0
[    31.807]    ABI class: X.Org ANSI C Emulation, version 0.4
[    31.807] (==) Depth 24 pixmap format is 32 bpp
[    31.807] (==) intel(0): VideoRam: 262144 KB
[    31.808] (II) intel(0): [DRI2] Setup complete
[    31.808] (II) intel(0): [DRI2]   DRI driver: i915
[    31.808] (II) intel(0): Allocated new frame buffer 1280x800 stride 8192, 
tiled
[    31.838] (II) UXA(0): Driver registered support for the following 
operations:
[    31.838] (II)         solid
[    31.838] (II)         copy
[    31.838] (II)         composite (RENDER acceleration)
[    31.838] (II)         put_image
[    31.838] (II)         get_image
[    31.838] (==) intel(0): Backing store disabled
[    31.838] (==) intel(0): Silken mouse enabled
[    31.839] (II) intel(0): Initializing HW Cursor
[    31.875] (II) intel(0): RandR 1.2 enabled, ignore the following RandR 
disabled message.
[    31.875] (**) intel(0): DPMS enabled
[    31.875] (==) intel(0): Intel XvMC decoder disabled
[    31.875] (II) intel(0): Set up textured video
[    31.875] (II) intel(0): direct rendering: DRI2 Enabled
[    31.875] (WW) intel(0): Option "Accel" is not used
[    31.875] (==) intel(0): hotplug detection: "enabled"
[    31.876] (--) RandR disabled
[    31.876] (II) Initializing built-in extension Generic Event Extension
[    31.876] (II) Initializing built-in extension SHAPE
[    31.876] (II) Initializing built-in extension MIT-SHM
[    31.876] (II) Initializing built-in extension XInputExtension
[    31.876] (II) Initializing built-in extension XTEST
[    31.876] (II) Initializing built-in extension BIG-REQUESTS
[    31.876] (II) Initializing built-in extension SYNC
[    31.876] (II) Initializing built-in extension XKEYBOARD
[    31.876] (II) Initializing built-in extension XC-MISC
[    31.876] (II) Initializing built-in extension SECURITY
[    31.876] (II) Initializing built-in extension XINERAMA
[    31.876] (II) Initializing built-in extension XFIXES
[    31.876] (II) Initializing built-in extension RENDER
[    31.876] (II) Initializing built-in extension RANDR
[    31.876] (II) Initializing built-in extension COMPOSITE
[    31.876] (II) Initializing built-in extension DAMAGE
[    31.876] (II) SELinux: Disabled on system
[    31.979] (EE) AIGLX error: i915 exports no extensions 
(/usr/lib/dri/i915_dri.so: undefined symbol: __driDriverExtensions)
[    31.980] (EE) AIGLX: reverting to software rendering
[    31.980] (II) AIGLX: Screen 0 is not DRI capable
[    31.980] (EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed 
(/usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or 
directory)
[    31.980] (EE) GLX: could not load software renderer
[    31.980] (II) GLX: no usable GL providers found for screen 0
[    31.980] (II) intel(0): Setting screen physical size to 338 x 211
[    32.951] (**) Option "CoreKeyboard"
[    32.951] (**) Keyboard: always reports core events
[    32.951] (**) Keyboard: Device: "/dev/input/event0"
[    32.951] (--) Keyboard: Found keys
[    32.951] (II) Keyboard: Configuring as keyboard
[    32.951] (II) XINPUT: Adding extended input device "Keyboard" (type: 
KEYBOARD)
[    32.951] (**) Option "xkb_rules" "evdev"
[    32.951] (**) Option "xkb_model" "pc105"
[    32.951] (**) Option "xkb_layout" "de"
[    33.070] (**) Option "Device" "/dev/input/event6"
[    33.070] (--) Mouse: x-axis range 1472 - 5472
[    33.070] (--) Mouse: y-axis range 1408 - 4448
[    33.070] (--) Mouse: pressure range 0 - 255
[    33.070] (--) Mouse: finger width range 0 - 0
[    33.070] (--) Mouse: buttons: left right middle double triple
[    33.070] (--) Mouse: invalid finger width range.  defaulting to 0 - 16
[    33.070] (**) Option "VertTwoFingerScroll" "on"
[    33.070] (**) Option "TapButton1" "1"
[    33.070] (**) Option "TapButton2" "2"
[    33.070] (--) Mouse: touchpad found
[    33.070] (**) Mouse: always reports core events
[    33.070] (II) XINPUT: Adding extended input device "Mouse" (type: TOUCHPAD)
[    33.070] (**) Mouse: (accel) MinSpeed is now constant deceleration 2.5
[    33.070] (**) Mouse: MaxSpeed is now 1.75
[    33.070] (**) Mouse: AccelFactor is now 0.040
[    33.070] (**) Mouse: (accel) keeping acceleration scheme 1
[    33.070] (**) Mouse: (accel) acceleration profile 1
[    33.070] (**) Mouse: (accel) acceleration factor: 2.000
[    33.070] (**) Mouse: (accel) acceleration threshold: 4
[    33.071] (--) Mouse: touchpad found
[    33.071] (**) Option "Device" "/dev/input/event6"
[    33.071] (--) Mouse: invalid x-axis range.  defaulting to 1615 - 5685
[    33.071] (--) Mouse: invalid y-axis range.  defaulting to 1729 - 4171
[    33.071] (--) Mouse: invalid pressure range.  defaulting to 0 - 256
[    33.071] (--) Mouse: invalid finger width range.  defaulting to 0 - 16
[    33.071] (**) Option "VertTwoFingerScroll" "on"
[    33.071] (**) Option "TapButton1" "1"
[    33.071] (**) Option "TapButton2" "2"
[    33.071] (--) Mouse: no supported touchpad found
[    33.071] (EE) Mouse Unable to query/initialize Synaptics hardware.
[    33.071] (EE) PreInit returned NULL for "Mouse"
[    33.087] (II) config/udev: Adding input device Video Bus (/dev/input/event1)
[    33.087] (II) AutoAddDevices is off - not adding device.
[    33.087] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[    33.087] (II) AutoAddDevices is off - not adding device.
[    33.093] (II) config/udev: Adding input device Power Button 
(/dev/input/event4)
[    33.093] (II) AutoAddDevices is off - not adding device.
[    33.094] (II) config/udev: Adding input device Lid Switch 
(/dev/input/event3)
[    33.094] (II) AutoAddDevices is off - not adding device.
[    33.094] (II) config/udev: Adding input device Sleep Button 
(/dev/input/event5)
[    33.094] (II) AutoAddDevices is off - not adding device.
[    33.095] (II) config/udev: Adding input device HDA Intel Mic at Ext Left 
Jack (/dev/input/event7)
[    33.095] (II) AutoAddDevices is off - not adding device.
[    33.095] (II) config/udev: Adding input device HDA Intel HP Out at Ext Left 
Jack (/dev/input/event8)
[    33.095] (II) AutoAddDevices is off - not adding device.
[    33.100] (II) config/udev: Adding input device AT Translated Set 2 keyboard 
(/dev/input/event0)
[    33.100] (II) AutoAddDevices is off - not adding device.
[    33.100] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad 
(/dev/input/event6)
[    33.100] (II) AutoAddDevices is off - not adding device.
[    33.100] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad 
(/dev/input/mouse0)
[    33.100] (II) AutoAddDevices is off - not adding device.
[    33.101] (II) config/udev: Adding input device ACPI Virtual Keyboard Device 
(/dev/input/event9)
[    33.102] (II) AutoAddDevices is off - not adding device.
[   236.226] (II) Open ACPI successful (/var/run/acpid.socket)
[   236.680] (II) intel(0): EDID vendor "QDS", prod id 70
[   236.680] (II) intel(0): Printing DDC gathered Modelines:
[   236.680] (II) intel(0): Modeline "1280x800"x0.0   71.15  1280 1328 1360 
1440  800 802 808 823 -hsync -vsync (49.4 kHz)
[   236.968] (--) Mouse: touchpad found

udev information:
-----------------
P: /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:21/input/input1/event1
N: input/event1
E: UDEV_LOG=3
E: 
DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:21/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBOPTIONS=terminate:ctrl_alt_bksp
E: DMI_VENDOR=Dell Inc.

P: /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:26/input/input2/event2
N: input/event2
E: UDEV_LOG=3
E: 
DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:26/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event2
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBOPTIONS=terminate:ctrl_alt_bksp
E: DMI_VENDOR=Dell Inc.

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4
N: input/event4
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event4
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBOPTIONS=terminate:ctrl_alt_bksp
E: DMI_VENDOR=Dell Inc.

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3/event3
N: input/event3
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event3
E: ID_INPUT=1
E: DMI_VENDOR=Dell Inc.

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5
N: input/event5
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event5
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBOPTIONS=terminate:ctrl_alt_bksp
E: DMI_VENDOR=Dell Inc.

P: /devices/pci0000:00/0000:00:1b.0/input/input7/event7
N: input/event7
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input7/event7
E: MAJOR=13
E: MINOR=71
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event7
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: DMI_VENDOR=Dell Inc.

P: /devices/pci0000:00/0000:00:1b.0/input/input8/event8
N: input/event8
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input8/event8
E: MAJOR=13
E: MINOR=72
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event8
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: DMI_VENDOR=Dell Inc.

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: input/by-path/platform-i8042-serio-0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: XKBOPTIONS=terminate:ctrl_alt_bksp
E: DMI_VENDOR=Dell Inc.

P: /devices/platform/i8042/serio1/input/input6/event6
N: input/event6
S: input/by-path/platform-i8042-serio-1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input6/event6
E: MAJOR=13
E: MINOR=70
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event6
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: DMI_VENDOR=Dell Inc.
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse

P: /devices/platform/i8042/serio1/input/input6/mouse0
N: input/mouse0
S: input/by-path/platform-i8042-serio-1-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input6/mouse0
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/mouse0
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse

P: /devices/virtual/input/input9/event9
N: input/event9
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input9/event9
E: MAJOR=13
E: MINOR=73
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event9
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBOPTIONS=terminate:ctrl_alt_bksp
E: DMI_VENDOR=Dell Inc.


DRM Information from dmesg:
---------------------------
Linux agpgart interface v0.103
agpgart-intel 0000:00:00.0: Intel 915GM Chipset
agpgart-intel 0000:00:00.0: detected 7932K stolen memory
agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[drm] Initialized drm 1.1.0 20060810
[drm] DAC-6: set mode 640x480 0
[drm] TV-13: set mode NTSC 480i 0
fb1: inteldrmfb frame buffer device
[drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[drm] LVDS-8: set mode 1280x800 15
[drm] DAC-6: set mode 640x480 0
[drm] DAC-6: set mode 640x480 0
[drm] TV-13: set mode NTSC 480i 0
[drm] TV-13: set mode NTSC 480i 0
[drm] DAC-6: set mode 640x480 0
[drm] DAC-6: set mode 640x480 0
[drm] TV-13: set mode NTSC 480i 0
[drm] TV-13: set mode NTSC 480i 0
[drm] DAC-6: set mode 640x480 0
[drm] DAC-6: set mode 640x480 0
[drm] TV-13: set mode NTSC 480i 0
[drm] TV-13: set mode NTSC 480i 0


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30.bootlogd
Locale: LANG=de_AT@euro, LC_CTYPE=de_AT (charmap=ANSI_X3.4-1968) (ignored: 
LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg depends on:
ii  libc6                         2.11.2-11  Embedded GNU C Library: Shared lib
ii  x11-xkb-utils                 7.4+1      X11 XKB utilities
ii  xkb-data                      1.7-1      X Keyboard Extension (XKB) configu
ii  xserver-xorg-core             2:1.9.5-1  Xorg X server - core server
ii  xserver-xorg-input-evdev [xor 1:2.6.0-2  X.Org X server -- evdev input driv
ii  xserver-xorg-input-synaptics  1.4.0-1    Synaptics TouchPad driver for X.Or
ii  xserver-xorg-video-intel [xor 2:2.14.0-4 X.Org X server -- Intel i8xx, i9xx

Versions of packages xserver-xorg recommends:
ii  libgl1-mesa-dri               7.0.3-7    A free implementation of the OpenG

xserver-xorg suggests no packages.

-- no debconf information







--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to