Bug#459371: Caps lock led turns on/off when c.l. is used as compose key (it shouldn't)

2008-01-06 Thread Diego Escalante Urrelo
On 1/6/08, Julien Cristau <[EMAIL PROTECTED]> wrote:
> On Sat, Jan  5, 2008 at 18:10:56 -0500, Diego Escalante Urrelo wrote:
>
> > Recently (I assume since Xorg 7.3) the caps lock led turns on/off when
> > hit. Now, that's not a problem on average joe's case, but if you are
> > using caps lock as compose key then you find out that you have a
> > constant blinking on your keyboard when typing something.
> > The old behaviour was to keep caps lock led off all the time no matter
> > how many times I pressed it. When using it as compose key I mean.
> >
> Doesn't seem to happen to me after setxkbmap -option compose:caps, the
> caps lock led stays off.  What exactly are your xkb options? (please
> provide the output of xprop -root _XKB_RULES_NAMES).
>

[EMAIL PROTECTED]:~$ xprop -root _XKB_RULES_NAMES
_XKB_RULES_NAMES(STRING) = "xorg", "pc105", "gb", "intl", "compose:caps"

I used gnome-keyboard-properties to set caps as compose. If I use your
command the led remains off and the output of the above command is the
same.

Weird!



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#459371: Caps lock led turns on/off when c.l. is used as compose key (it shouldn't)

2008-01-06 Thread Julien Cristau
On Sat, Jan  5, 2008 at 18:10:56 -0500, Diego Escalante Urrelo wrote:

> Recently (I assume since Xorg 7.3) the caps lock led turns on/off when
> hit. Now, that's not a problem on average joe's case, but if you are
> using caps lock as compose key then you find out that you have a
> constant blinking on your keyboard when typing something.
> The old behaviour was to keep caps lock led off all the time no matter
> how many times I pressed it. When using it as compose key I mean.
> 
Doesn't seem to happen to me after setxkbmap -option compose:caps, the
caps lock led stays off.  What exactly are your xkb options? (please
provide the output of xprop -root _XKB_RULES_NAMES).

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#459371: Caps lock led turns on/off when c.l. is used as compose key (it shouldn't)

2008-01-06 Thread Diego Escalante Urrelo
On 1/5/08, Brice Goglin <[EMAIL PROTECTED]> wrote:
> Diego Escalante Urrelo wrote:
> > Package: xserver-xorg
> > Version: 1:7.3+7
> > Severity: normal
> >
> > --- Please enter the report below this line. ---
> >
> > Recently (I assume since Xorg 7.3) the caps lock led turns on/off when
> > hit. Now, that's not a problem on average joe's case, but if you are
> > using caps lock as compose key then you find out that you have a
> > constant blinking on your keyboard when typing something.
> > The old behaviour was to keep caps lock led off all the time no matter
> > how many times I pressed it. When using it as compose key I mean.
> >
>
> You should not use reportbug-ng for now, it doesn't include all required
> information for debugging yet.
>
> Please send the whole output of
> /usr/share/bug/xserver-xorg/script 3>&1
> so that we see your config and log.
>

Ok, using latest sid stuff (the problem still occurs):

Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-11-24 11:58 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1672764 2007-12-21 19:43 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM
Integrated Graphics Device (rev 02)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2223 2007-12-11 19:38 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath  "/etc/X11/rgb"
ModulePath   "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load  "record"
Load  "glx"
Load  "extmod"
Load  "xtrap"
Load  "GLcore"
Load  "dri"
Load  "dbe"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "Device" "/dev/input/mice"
Option  "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName"Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB"  # []
#Option "KGAUniversal"  # []
Identifier  "Card0"
Driver  "intel"
VendorName  "Intel Corporation"
BoardName   "82852/855GM Integrated Graphics Device"
BusID   "PCI:0:2:0"
Option  "VBERestore" "true"
Option  "DRI" "true"
Option  "AccelMethod" "XAA"
Option  "XaaNoOffscreenPixmaps"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
Option  "Accel" "true"
SubSection "Display"
Viewport   0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 24
EndSubSection
EndSection



Xorg X server log files on system:
-rw-r--r-- 1 root root 31855 2007-11-24 12:00 /var/log/Xorg.1.1.log
-rw-r--r-- 1 root root 35250 2008-01-05 20:20 /var/log/Xorg.0.log

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

X.Org X Server 1.4.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20071212-2)
Current Operating System: Linux milkyway 2.6.23-1-686 #1 SMP Wed Dec 5
02:01:26 UTC 2007 i686
Build Date: 22 December 2007  01:30:34AM

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
  

Bug#459371: Caps lock led turns on/off when c.l. is used as compose key (it shouldn't)

2008-01-05 Thread Brice Goglin
Diego Escalante Urrelo wrote:
> Package: xserver-xorg
> Version: 1:7.3+7
> Severity: normal
>
> --- Please enter the report below this line. ---
>
> Recently (I assume since Xorg 7.3) the caps lock led turns on/off when
> hit. Now, that's not a problem on average joe's case, but if you are
> using caps lock as compose key then you find out that you have a
> constant blinking on your keyboard when typing something.
> The old behaviour was to keep caps lock led off all the time no matter
> how many times I pressed it. When using it as compose key I mean.
>   

You should not use reportbug-ng for now, it doesn't include all required
information for debugging yet.

Please send the whole output of
/usr/share/bug/xserver-xorg/script 3>&1
so that we see your config and log.

Also, you don't seem to be running a very recent unstable, please
upgrade to the latest xserver-xorg and xserver-xorg-core and see whether
your problem still occurs.

Thanks,
Brice




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#459371: Caps lock led turns on/off when c.l. is used as compose key (it shouldn't)

2008-01-05 Thread Diego Escalante Urrelo
Package: xserver-xorg
Version: 1:7.3+7
Severity: normal

--- Please enter the report below this line. ---

Recently (I assume since Xorg 7.3) the caps lock led turns on/off when
hit. Now, that's not a problem on average joe's case, but if you are
using caps lock as compose key then you find out that you have a
constant blinking on your keyboard when typing something.
The old behaviour was to keep caps lock led off all the time no matter
how many times I pressed it. When using it as compose key I mean.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.23-1-686

Debian Release: lenny/sid
  500 unstablewww.geexbox.org 
  500 unstablehttp.us.debian.org 
  500 unstableapt.debianchile.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-=
debconf   (>= 0.5)  | 1.5.17
 OR debconf-2.0 | 
x11-xkb-utils   | 7.3+1
xkb-data| 1.0~cvs.20070916-1
 OR xkb-data-legacy | 
xserver-xorg-core  (>= 2:1.4-3) | 2:1.4.1~git20071212-1
xserver-xorg-input-all  | 
 OR xserver-xorg-input-2| 
xserver-xorg-video-all  | 
 OR xserver-xorg-video-2| 





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]