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

Bug#567686: marked as done (xserver-xorg: Keyboard layout is lost for bluetooth keyboard after upgrade)



Your message dated Thu, 27 Oct 2011 14:57:11 +0200
with message-id <20111027125711.GA25645@radis.liafa.jussieu.fr>
and subject line Re: Bug#567686: xserver-xorg: Keyboard layout is lost for bluetooth keyboard after upgrade
has caused the Debian Bug report #567686,
regarding xserver-xorg: Keyboard layout is lost for bluetooth keyboard after upgrade
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
567686: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567686
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg
Version: 1:7.5+2
Severity: normal

After last upgrade, the Spanish keymap layout for my bluetooth keyboard is lost giving the us layout. I have an USB keyboard connected as well and it has not been afected by the layout change, it works perfectly. I've noticed that, after trying the USB keyboard, the bluetooth one works back again automagically with the spanish layout. However, the changes are lost after rebooting. The command "setxkbmap es" also works changing to the correct layout on the fly, but thouse changes are also lost when rebooting.


Roberto.


-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Jan 29 16:43 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1710344 Jan 21 00:01 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 5630 Jan 30 19:12 /etc/X11/xorg.conf

Contents of /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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/truetype/ttf-dejavu"
	FontPath	"/usr/share/fonts/truetype/ttf-bitstream-vera"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/usr/share/fonts/truetype/msttcorefonts"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
        Identifier      "keyboard0"
        Driver          "evdev"
        Option          "Device"                "/dev/input/event4"
        Option          "XkbModel"              "evdev"
        Option          "XkbLayout"             "es"
	#Option		"XkbRules"		"evdev"
EndSection


#Section "InputDevice"
#	Identifier	"Generic Keyboard"
#	Driver		"kbd"
#	#Option		"CoreKeyboard"
#	Option		"XkbRules"	"xorg"
#	#Option		"XkbModel"	"pc104"
#	#Option		"XkbLayout"	"us"
#	Option       	"XkbLayout" "es"
#	Option       	"XkbModel" "pc105"
#EndSection


Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

#Section "InputDevice"
#  Driver        "wacom"
#  Identifier    "stylus"
#  Option        "Device"        "/dev/wacom"          # Change to 
#                                                      # /dev/input/event
#                                                      # for USB
#  Option        "Type"          "stylus"
#  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
#EndSection

#Section "InputDevice"
#  Driver        "wacom"
#  Identifier    "eraser"
#  Option        "Device"        "/dev/wacom"          # Change to 
#                                                      # /dev/input/event
#                                                      # for USB
#  Option        "Type"          "eraser"
#  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
#EndSection

#Section "InputDevice"
#  Driver        "wacom"
#  Identifier    "cursor"
#  Option        "Device"        "/dev/wacom"          # Change to 
#                                                      # /dev/input/event
#                                                      # for USB
#  Option        "Type"          "cursor"
#  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
#EndSection

Section "Device"
	Identifier	"Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
#	Driver		"vesa"
	Driver		"intel"
	BusID		"PCI:0:2:0"
	Option		"NoAccel"       "false"
	Option          "DRI"           "true"
	Option 		"LinearAlloc" 	"6144"
#	Option 		"AccelMethod" 	"XAA"
#	Option          "AccelMethod"   "UXA"
	Option 		"XvMCSurfaces" 	"7" 
#	Option          "ForceEnablePipeA"      "true"
	Option          "MigrationHeuristic" "greedy"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	Option 		"DPI"	"40x24"
	HorizSync	45-50
	VertRefresh	55-65
	Modeline "1360x768_60.00"  84.72  1360 1424 1568 1776  768 769 772 795 -Hsync +Vsync
	Option       "PreferredMode" "1360x768_60.00"

EndSection



Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
	Monitor		"Generic Monitor"
	DefaultDepth	24	
#	SubSection "Display"
#		Depth		1
#		Modes		"1024x768" "800x600" "640x480"
#	EndSubSection
#	SubSection "Display"
#		Depth		4
#		Modes		"1024x768" "800x600" "640x480"
#	EndSubSection
#	SubSection "Display"
#		Depth		8
#		Modes		"1024x768" "800x600" "640x480"
#	EndSubSection
#	SubSection "Display"
#		Depth		15
#		Modes		"1024x768" "800x600" "640x480"
#	EndSubSection
#	SubSection "Display"
#		Depth		16
#		Modes		"1360X768_60.00" "1024x768" "800x600" "640x480"
#	EndSubSection
	SubSection "Display"
		Depth		24
#		Modes		"1360x768_60.00" "1024x768" "800x600" "640x480"
		Modes           "1360x768_60.00"
	EndSubSection
#	SubSection "Display"
#		Depth		32
#		Modes		"1360x768_60.00" "1024x768" "800x600"
###ndSubSection
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 "ServerLayout"
        Identifier      "layout0"
        Screen          "Default Screen"
	InputDevice     "keyboard0"	"CoreKeyboard"
        #InputDevice     "Configured Mouse"
EndSection

Section "DRI"
	Group   "video"
	Mode	0660
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 28044 Jan 30 19:25 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-trunk-686 i686 Debian
Current Operating System: Linux venus 2.6.32-trunk-686 #1 SMP Sun Jan 10 06:32:16 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-trunk-686 root=/dev/hda2 ro quiet
Build Date: 20 January 2010  10:52:55PM
xorg-server 2:1.7.4-2 (bgoglin@debian.org) 
Current version of pixman: 0.16.4
	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: Sat Jan 30 18:07:20 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "layout0"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
(**) |-->Input Device "keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype/ttf-bitstream-vera".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/share/fonts/truetype/ttf-bitstream-vera").
(WW) The directory "/usr/share/X11/fonts/misc" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/Type1" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/msttcorefonts" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) Loader magic: 0x81e7680
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 6.0
	X.Org XInput driver : 7.0
	X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:0:2:0) 8086:2562:0e11:00b9 Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device rev 1, Mem @ 0xf0000000/134217728, 0xfc400000/524288
(II) Open ACPI successful (/var/run/acpid.socket)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri2" will be loaded by default.
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.7.4, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(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 1.7.4, 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: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.7.4, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) 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 1.7.4, module version = 1.0.0
	ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.7.4, module version = 1.1.0
	ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.7.4, 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: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.7.4, 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: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.7.4, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 2.9.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.7.3.902, module version = 2.3.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
(II) Primary Device is: PCI 00@00:02:0
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
(**) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(**) intel(0): Option "DRI" "true"
(II) intel(0): Integrated Graphics Chipset: Intel(R) 845G
(--) intel(0): Chipset: "845G"
(II) intel(0): Output VGA1 using monitor section Generic Monitor
(**) intel(0): Option "PreferredMode" "1360x768_60.00"
(II) intel(0): EDID for output VGA1
(II) intel(0): Not using mode "800x600" (vrefresh out of range)
(II) intel(0): Not using mode "800x600" (vrefresh out of range)
(II) intel(0): Not using mode "800x600" (vrefresh out of range)
(II) intel(0): Not using mode "800x600" (hsync out of range)
(II) intel(0): Not using mode "800x600" (hsync out of range)
(II) intel(0): Not using mode "640x480" (vrefresh out of range)
(II) intel(0): Not using mode "640x480" (vrefresh out of range)
(II) intel(0): Not using mode "640x480" (vrefresh out of range)
(II) intel(0): Not using mode "640x480" (hsync out of range)
(II) intel(0): Not using mode "720x400" (vrefresh out of range)
(II) intel(0): Not using mode "640x400" (vrefresh out of range)
(II) intel(0): Not using mode "640x350" (vrefresh out of range)
(II) intel(0): Not using default mode "640x350" (vrefresh out of range)
(II) intel(0): Not using default mode "320x175" (doublescan mode not supported)
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)
(II) intel(0): Not using default mode "320x200" (doublescan mode not supported)
(II) intel(0): Not using default mode "720x400" (vrefresh out of range)
(II) intel(0): Not using default mode "360x200" (doublescan mode not supported)
(II) intel(0): Not using default mode "640x480" (hsync out of range)
(II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
(II) intel(0): Not using default mode "800x600" (hsync out of range)
(II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
(II) intel(0): Not using default mode "800x600" (hsync out of range)
(II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
(II) intel(0): Not using default mode "1024x768" (interlace mode not supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
(II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (vrefresh out of range)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "1280x960" (hsync out of range)
(II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
(II) intel(0): Not using default mode "1280x960" (vrefresh out of range)
(II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
(II) intel(0): Not using default mode "1280x1024" (hsync out of range)
(II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
(II) intel(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
(II) intel(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
(II) intel(0): Not using default mode "1600x1200" (hsync out of range)
(II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using default mode "1600x1200" (hsync out of range)
(II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
(II) intel(0): Not using default mode "1792x1344" (hsync out of range)
(II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
(II) intel(0): Not using default mode "1792x1344" (vrefresh out of range)
(II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
(II) intel(0): Not using default mode "1856x1392" (hsync out of range)
(II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
(II) intel(0): Not using default mode "1856x1392" (vrefresh out of range)
(II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
(II) intel(0): Not using default mode "1920x1440" (hsync out of range)
(II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
(II) intel(0): Not using default mode "1920x1440" (vrefresh out of range)
(II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
(II) intel(0): Not using default mode "832x624" (vrefresh out of range)
(II) intel(0): Not using default mode "416x312" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (hsync out of range)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (vrefresh out of range)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (vrefresh out of range)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (vrefresh out of range)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (vrefresh out of range)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "1152x864" (vrefresh out of range)
(II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
(II) intel(0): Not using default mode "1360x768" (monitor doesn't support reduced blanking)
(II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
(II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
(II) intel(0): Not using default mode "1400x1050" (hsync out of range)
(II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1400x1050" (vrefresh out of range)
(II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1400x1050" (vrefresh out of range)
(II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1400x1050" (vrefresh out of range)
(II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1440x900" (hsync out of range)
(II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
(II) intel(0): Not using default mode "1600x1024" (hsync out of range)
(II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
(II) intel(0): Not using default mode "1680x1050" (hsync out of range)
(II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1680x1050" (hsync out of range)
(II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1680x1050" (vrefresh out of range)
(II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1680x1050" (vrefresh out of range)
(II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1680x1050" (vrefresh out of range)
(II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
(II) intel(0): Not using default mode "1920x1080" (hsync out of range)
(II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
(II) intel(0): Not using default mode "1920x1200" (hsync out of range)
(II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
(II) intel(0): Not using default mode "1920x1440" (vrefresh out of range)
(II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
(II) intel(0): Not using default mode "2048x1536" (hsync out of range)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
(II) intel(0): Not using default mode "2048x1536" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
(II) intel(0): Not using default mode "2048x1536" (vrefresh out of range)
(II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
(II) intel(0): Printing probed modes for output VGA1
(II) intel(0): Modeline "1360x768_60.00"x60.0   84.72  1360 1424 1568 1776  768 769 772 795 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Output VGA1 connected
(II) intel(0): Using user preference for initial modes
(II) intel(0): Output VGA1 using initial mode 1360x768_60.00
(II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.7.4, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "dri2"
(II) LoadModule: "dri2"
(II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
(==) Depth 24 pixmap format is 32 bpp
(II) intel(0): [DRI2] Setup complete
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(**) intel(0): SwapBuffers wait enabled
(==) intel(0): VideoRam: 131072 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) UXA(0): Driver registered support for the following operations:
(II)         solid
(II)         copy
(II)         composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): No memory allocations
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(**) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(WW) intel(0): Disabling Xv because no adaptors could be initialized.
(II) intel(0): direct rendering: DRI2 Enabled
(WW) intel(0): Option "NoAccel" is not used
(WW) intel(0): Option "LinearAlloc" is not used
(WW) intel(0): Option "XvMCSurfaces" is not used
(WW) intel(0): Option "MigrationHeuristic" is not used
(WW) intel(0): Option "DPI" is not used
(WW) intel(0): Option "PreferredMode" is not used
(--) RandR disabled
(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
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_make_current_read
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
(II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so
(II) GLX: Initialized DRI2 GL provider for screen 0
(II) intel(0): Setting screen physical size to 359 x 203
(**) Option "CoreKeyboard"
(**) keyboard0: always reports core events
(EE) keyboard0: No device specified.
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for "keyboard0"
(II) config/udev: Adding input device "Power Button" (/dev/input/event1)
(**) "Power Button": always reports core events
(**) "Power Button": Device: "/dev/input/event1"
(II) "Power Button": Found keys
(II) "Power Button": Configuring as keyboard
(II) XINPUT: Adding extended input device ""Power Button"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "es"
(II) config/udev: Adding input device "Power Button" (/dev/input/event0)
(**) "Power Button": always reports core events
(**) "Power Button": Device: "/dev/input/event0"
(II) "Power Button": Found keys
(II) "Power Button": Configuring as keyboard
(II) XINPUT: Adding extended input device ""Power Button"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "es"
(II) config/udev: Adding input device "Logitech USB Receiver" (/dev/input/event2)
(**) "Logitech USB Receiver": always reports core events
(**) "Logitech USB Receiver": Device: "/dev/input/event2"
(II) "Logitech USB Receiver": Found keys
(II) "Logitech USB Receiver": Configuring as keyboard
(II) XINPUT: Adding extended input device ""Logitech USB Receiver"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "es"
(II) config/udev: Adding input device "Logitech USB Receiver" (/dev/input/event3)
(**) "Logitech USB Receiver": always reports core events
(**) "Logitech USB Receiver": Device: "/dev/input/event3"
(II) "Logitech USB Receiver": Found 20 mouse buttons
(II) "Logitech USB Receiver": Found scroll wheel(s)
(II) "Logitech USB Receiver": Found relative axes
(II) "Logitech USB Receiver": Found x and y relative axes
(II) "Logitech USB Receiver": Found keys
(II) "Logitech USB Receiver": Configuring as mouse
(II) "Logitech USB Receiver": Configuring as keyboard
(**) "Logitech USB Receiver": YAxisMapping: buttons 4 and 5
(**) "Logitech USB Receiver": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Logitech USB Receiver"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "es"
(**) "Logitech USB Receiver": (accel) keeping acceleration scheme 1
(**) "Logitech USB Receiver": (accel) acceleration profile 0
(II) "Logitech USB Receiver": initialized for relative axes.
(II) config/udev: Adding input device "Logitech USB Receiver" (/dev/input/mouse0)
(**) "Logitech USB Receiver": always reports core events
(**) "Logitech USB Receiver": Device: "/dev/input/mouse0"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Logitech USB Receiver""
(II) config/udev: Adding input device "Logitech Cordless MediaBoard Pro(TM)" (/dev/input/event4)
(**) "Logitech Cordless MediaBoard Pro(TM)": always reports core events
(**) "Logitech Cordless MediaBoard Pro(TM)": Device: "/dev/input/event4"
(II) "Logitech Cordless MediaBoard Pro(TM)": Found 20 mouse buttons
(II) "Logitech Cordless MediaBoard Pro(TM)": Found scroll wheel(s)
(II) "Logitech Cordless MediaBoard Pro(TM)": Found relative axes
(II) "Logitech Cordless MediaBoard Pro(TM)": Found x and y relative axes
(II) "Logitech Cordless MediaBoard Pro(TM)": Found absolute axes
(II) "Logitech Cordless MediaBoard Pro(TM)": Found keys
(II) "Logitech Cordless MediaBoard Pro(TM)": Configuring as mouse
(II) "Logitech Cordless MediaBoard Pro(TM)": Configuring as keyboard
(**) "Logitech Cordless MediaBoard Pro(TM)": YAxisMapping: buttons 4 and 5
(**) "Logitech Cordless MediaBoard Pro(TM)": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Logitech Cordless MediaBoard Pro(TM)"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "es"
(**) "Logitech Cordless MediaBoard Pro(TM)": (accel) keeping acceleration scheme 1
(**) "Logitech Cordless MediaBoard Pro(TM)": (accel) acceleration profile 0
(II) "Logitech Cordless MediaBoard Pro(TM)": initialized for relative axes.
(WW) "Logitech Cordless MediaBoard Pro(TM)": ignoring absolute axes.
(II) config/udev: Adding input device "Logitech Cordless MediaBoard Pro(TM)" (/dev/input/mouse1)
(**) "Logitech Cordless MediaBoard Pro(TM)": always reports core events
(**) "Logitech Cordless MediaBoard Pro(TM)": Device: "/dev/input/mouse1"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Logitech Cordless MediaBoard Pro(TM)""
(II) config/udev: removing device "Logitech Cordless MediaBoard Pro(TM)"
(II) "Logitech Cordless MediaBoard Pro(TM)": Close
(II) UnloadModule: "evdev"
(II) config/udev: Adding input device "Logitech Cordless MediaBoard Pro(TM)" (/dev/input/event4)
(**) "Logitech Cordless MediaBoard Pro(TM)": always reports core events
(**) "Logitech Cordless MediaBoard Pro(TM)": Device: "/dev/input/event4"
(II) "Logitech Cordless MediaBoard Pro(TM)": Found 20 mouse buttons
(II) "Logitech Cordless MediaBoard Pro(TM)": Found scroll wheel(s)
(II) "Logitech Cordless MediaBoard Pro(TM)": Found relative axes
(II) "Logitech Cordless MediaBoard Pro(TM)": Found x and y relative axes
(II) "Logitech Cordless MediaBoard Pro(TM)": Found absolute axes
(II) "Logitech Cordless MediaBoard Pro(TM)": Found keys
(II) "Logitech Cordless MediaBoard Pro(TM)": Configuring as mouse
(II) "Logitech Cordless MediaBoard Pro(TM)": Configuring as keyboard
(**) "Logitech Cordless MediaBoard Pro(TM)": YAxisMapping: buttons 4 and 5
(**) "Logitech Cordless MediaBoard Pro(TM)": EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device ""Logitech Cordless MediaBoard Pro(TM)"" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "es"
(**) "Logitech Cordless MediaBoard Pro(TM)": (accel) keeping acceleration scheme 1
(**) "Logitech Cordless MediaBoard Pro(TM)": (accel) acceleration profile 0
(II) "Logitech Cordless MediaBoard Pro(TM)": initialized for relative axes.
(WW) "Logitech Cordless MediaBoard Pro(TM)": ignoring absolute axes.
(II) config/udev: Adding input device "Logitech Cordless MediaBoard Pro(TM)" (/dev/input/mouse1)
(**) "Logitech Cordless MediaBoard Pro(TM)": always reports core events
(**) "Logitech Cordless MediaBoard Pro(TM)": Device: "/dev/input/mouse1"
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for ""Logitech Cordless MediaBoard Pro(TM)""
(WW) intel(0): i830_uxa_prepare_access: bo map failed

udev information:
P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0
N: input/event0
S: char/13:64
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=es
E: DEVLINKS=/dev/char/13:64
E: x11_driver=evdev
E: DMI_VENDOR=Compaq

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1
N: input/event1
S: char/13:65
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=es
E: DEVLINKS=/dev/char/13:65
E: x11_driver=evdev
E: DMI_VENDOR=Compaq

P: /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input2/event2
N: input/event2
S: char/13:66
S: input/by-id/usb-Logitech_USB_Receiver-event-kbd
S: input/by-path/pci-0000:00:1d.1-usb-0:2:1.0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
E: ID_MODEL_ID=c505
E: ID_REVISION=1721
E: ID_SERIAL=Logitech_USB_Receiver
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.1-usb-0:2:1.0
E: XKBMODEL=pc105
E: XKBLAYOUT=es
E: DEVLINKS=/dev/char/13:66 /dev/input/by-id/usb-Logitech_USB_Receiver-event-kbd /dev/input/by-path/pci-0000:00:1d.1-usb-0:2:1.0-event-kbd
E: x11_driver=evdev

P: /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.1/input/input3/event3
N: input/event3
S: char/13:67
S: input/by-id/usb-Logitech_USB_Receiver-event-mouse
S: input/by-path/pci-0000:00:1d.1-usb-0:2:1.1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.1/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=USB_Receiver
E: ID_MODEL_ENC=USB\x20Receiver
E: ID_MODEL_ID=c505
E: ID_REVISION=1721
E: ID_SERIAL=Logitech_USB_Receiver
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.1-usb-0:2:1.1
E: XKBMODEL=pc105
E: XKBLAYOUT=es
E: DEVLINKS=/dev/char/13:67 /dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse /dev/input/by-path/pci-0000:00:1d.1-usb-0:2:1.1-event-mouse
E: x11_driver=evdev

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/bluetooth/hci0/hci0:42/input5/event4
N: input/event4
S: char/13:68
S: input/by-id/usb-0a12_BT2.0-event-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:1:1.0-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/bluetooth/hci0/hci0:42/input5/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_VENDOR=0a12
E: ID_VENDOR_ENC=0a12
E: ID_VENDOR_ID=0a12
E: ID_MODEL=BT2.0
E: ID_MODEL_ENC=BT2.0
E: ID_MODEL_ID=0001
E: ID_REVISION=3164
E: ID_SERIAL=0a12_BT2.0
E: ID_TYPE=generic
E: ID_BUS=usb
E: ID_USB_INTERFACES=:e00101:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=btusb
E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.0
E: XKBMODEL=pc105
E: XKBLAYOUT=es
E: DEVLINKS=/dev/char/13:68 /dev/input/by-id/usb-0a12_BT2.0-event-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.0-event-mouse
E: x11_driver=evdev

DRM Information from dmesg:
[    1.223690] Linux agpgart interface v0.103
[    1.229883] agpgart-intel 0000:00:00.0: Intel 830M Chipset
[    1.230072] agpgart-intel 0000:00:00.0: detected 8060K stolen memory
[    1.232482] agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0xf0000000
[    1.298866] [drm] Initialized drm 1.1.0 20060810
[    1.349493] [drm] set up 15M of stolen space
[    1.484157] [drm] DAC-5: set mode 640x480 0
[    1.985184] [drm:i915_handle_error] *ERROR* EIR stuck: 0x00000010, masking
[    2.001257] [drm] DAC-5: set mode 800x600 13
[    2.009941] fb0: inteldrmfb frame buffer device
[    2.009960] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   24.398034] [drm] DAC-5: set mode 1360x768_60.00 15


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

Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg depends on:
ii  libc6                  2.10.2-2          GNU C Library: Shared libraries
ii  x11-xkb-utils          7.5+1             X11 XKB utilities
ii  xkb-data               1.7-2             X Keyboard Extension (XKB) configu
ii  xserver-xorg-core      2:1.7.4-2         Xorg X server - core server
ii  xserver-xorg-input-all 1:7.5+2           the X.Org X server -- input driver
ii  xserver-xorg-input-evd 1:2.3.2-3         X.Org X server -- evdev input driv
ii  xserver-xorg-input-mou 1:1.5.0-1         X.Org X server -- mouse input driv
ii  xserver-xorg-input-syn 1.2.1-1           Synaptics TouchPad driver for X.Or
ii  xserver-xorg-input-wac 0.10.3+20100109-1 X.Org X server -- Wacom input driv
ii  xserver-xorg-video-int 2:2.9.1-2         X.Org X server -- Intel i8xx, i9xx

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

xserver-xorg suggests no packages.

-- debconf information:
  shared/fontpath/fontserver:
  xserver-xorg/config/monitor/use_sync_ranges:
  xserver-xorg/config/device/default-identifier:
  shared/no_known_x-server:
  xserver-xorg/config/inputdevice/mouse/emulate3buttons: true
  shared/multiple_possible_x-servers:



--- End Message ---
--- Begin Message ---
On Sat, Feb 26, 2011 at 12:04:26 +0100, Cyril Brulebois wrote:

> Hi Roberto,
> 
> Roberto Ferrero <roberto.debianbugs0@yahoo.com> (30/01/2010):
> > Package: xserver-xorg
> > Version: 1:7.5+2
> > Severity: normal
> > 
> > After last upgrade, the Spanish keymap layout for my bluetooth
> > keyboard is lost giving the us layout. I have an USB keyboard
> > connected as well and it has not been afected by the layout change,
> > it works perfectly. I've noticed that, after trying the USB
> > keyboard, the bluetooth one works back again automagically with the
> > spanish layout. However, the changes are lost after rebooting. The
> > command "setxkbmap es" also works changing to the correct layout on
> > the fly, but thouse changes are also lost when rebooting.
> 
> I suspect the device might be wrong. You could and probably should be
> setting the keymap through keyboard-configuration, too:
>   http://pkg-xorg.alioth.debian.org/howto/configure-input.html
> 
> Please let us know how it goes.
> 
No reply, closing.

Cheers,
Julien


--- End Message ---

Reply to: