awesome | 1 Jul 2010 04:10
Gravatar

[awesome bugs] #761 - meta+r run diag. reads spacebar as numbers instead of/with space

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#761 - meta+r run diag. reads spacebar as numbers instead of/with space
User who did this - brendan (kifo)

----------
Left Space Press:

KeyPress event, serial 28, synthetic NO, window 0x2c00001,
    root 0xec, subw 0xa007c3, time 73787247, (19,996), root:(20,1016),
    state 0x10, keycode 131 (keysym 0xff34, Hangul_Hanja), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 28, synthetic NO, window 0x2c00001,
    root 0xec, subw 0xa007c3, time 73787455, (19,996), root:(20,1016),
    state 0x10, keycode 131 (keysym 0xff34, Hangul_Hanja), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

Right Space Press:

KeyPress event, serial 28, synthetic NO, window 0x2c00001,
    root 0xec, subw 0xa007c3, time 73788768, (19,996), root:(20,1016),
    state 0x10, keycode 130 (keysym 0xff31, Hangul), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
(Continue reading)

awesome | 1 Jul 2010 17:23
Gravatar

[awesome bugs] #761 - meta+r run diag. reads spacebar as numbers instead of/with space

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#761 - meta+r run diag. reads spacebar as numbers instead of/with space
User who did this - Uli Schlachter (psychon)

----------
Google only found the following bug report on ubuntu: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/304799

Hm... Looking at the source code, I don't know how it could turn keycode 131/130 into some actually letters
(also, what's Hangul_Hanja and Hangul anyway?)
----------

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=761#comment2112

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you
did not expect this message or don't want to receive mails in future, you can change your notification
settings at the URL shown above.

--

-- 
To unsubscribe, send mail to awesome-devel-unsubscribe <at> naquadah.org.

Andrei Thorp | 3 Jul 2010 05:40
Picon

Re: [Obvious Patch] Make keymap_switch less bad

On Mon, Jun 28, 2010 at 8:30 AM, Uli Schlachter <psychon <at> znc.in> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> Am 28.06.2010 14:22, Uli Schlachter wrote:
>> Hi,
>>
>> the attached patches stop obvious' keymap_switch from breaking my config (It
>> kind-of leaked FDs until the next garbage collect which made awesome run into
>> the FD limit). Also it makes sure the timer in keymap_switch is only started
>> when it's needed.
>>
>> In other news, I don't use this code, so no testing done (Except that I don't
>> see those leaks anymore...).
>
> ...
>
> - --
> - - Buck, when, exactly, did you lose your mind?
> - - Three months ago. I woke up one morning married to a pineapple.
>  An ugly pineapple... But I loved her!
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
>
> iQEcBAEBCAAGBQJMKJXZAAoJECLkKOvLj8sGql0H/1RlPjMZWGcuD02oqnvWywfU
> wscRbX/IUS1vsS7sDBkzUYHmeZ+guPGInu/n1eN3AFkB1juHj3Wxy81q84TbJRJd
> nhZpgwEwZuKvFDRhytEbMXqAjyoEAZuM4JwNfDqpTnr/gbW0fwDrczu8TND/ZLwW
> nhjvxGa1eGY3wIEmwG3bJaeChxHgreHtiRy43DKY1mQvGw6T0yBCdisOn896Qhgm
> 3SY1rfOeqgCFNrpMTHoGdIPVCVKIFpGXrTX40UfXzjAkzlmUXEWgZsSyelHtS9LR
> WKQJApNvsT72LclLlTzIC2KWsMhNzFMoiwpugjjgv+j6Z9LHQ2++9VWgCDsdr1k=
(Continue reading)

awesome | 5 Jul 2010 02:54
Gravatar

[awesome bugs] #761 - meta+r run diag. reads spacebar as numbers instead of/with space

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#761 - meta+r run diag. reads spacebar as numbers instead of/with space
User who did this - brendan (kifo)

----------
I wish there were another way for someone to try reproducing this other than prying off their spacebar, if
anyone has a split spacebar, maybe they can try to confirm with xev and/or the run diag.
----------

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=761#comment2113

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you
did not expect this message or don't want to receive mails in future, you can change your notification
settings at the URL shown above.

--

-- 
To unsubscribe, send mail to awesome-devel-unsubscribe <at> naquadah.org.

Andrei Thorp | 5 Jul 2010 22:58
Picon

Re: [Obvious Patch] Make keymap_switch less bad

On Fri, Jul 2, 2010 at 11:40 PM, Andrei Thorp <garoth <at> gmail.com> wrote:
> On Mon, Jun 28, 2010 at 8:30 AM, Uli Schlachter <psychon <at> znc.in> wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA256
>>
>> Am 28.06.2010 14:22, Uli Schlachter wrote:
>>> Hi,
>>>
>>> the attached patches stop obvious' keymap_switch from breaking my config (It
>>> kind-of leaked FDs until the next garbage collect which made awesome run into
>>> the FD limit). Also it makes sure the timer in keymap_switch is only started
>>> when it's needed.
>>>
>>> In other news, I don't use this code, so no testing done (Except that I don't
>>> see those leaks anymore...).
>>
>> ...
>>
>> - --
>> - - Buck, when, exactly, did you lose your mind?
>> - - Three months ago. I woke up one morning married to a pineapple.
>>  An ugly pineapple... But I loved her!
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.10 (GNU/Linux)
>>
>> iQEcBAEBCAAGBQJMKJXZAAoJECLkKOvLj8sGql0H/1RlPjMZWGcuD02oqnvWywfU
>> wscRbX/IUS1vsS7sDBkzUYHmeZ+guPGInu/n1eN3AFkB1juHj3Wxy81q84TbJRJd
>> nhZpgwEwZuKvFDRhytEbMXqAjyoEAZuM4JwNfDqpTnr/gbW0fwDrczu8TND/ZLwW
>> nhjvxGa1eGY3wIEmwG3bJaeChxHgreHtiRy43DKY1mQvGw6T0yBCdisOn896Qhgm
>> 3SY1rfOeqgCFNrpMTHoGdIPVCVKIFpGXrTX40UfXzjAkzlmUXEWgZsSyelHtS9LR
(Continue reading)

Gregor Best | 6 Jul 2010 08:10
Picon
Gravatar

Re: [Obvious Patch] Make keymap_switch less bad

On Mon, Jul 05, 2010 at 04:58:44PM -0400, Andrei Thorp wrote:
> [...]
> Thanks guys, but I can't imagine how this problem passed through 2
> people unless no one tested (or something is weird on my end).
> [...]

Well that might be the cause exactly. AFAIK, Uli's tests went as far as
"yup, doesn't break awesome" and mine didn't get any further either...
Sorry for the inconvenience and thanks a lot for fixing it :)

--

-- 

    Gregor Best
awesome | 8 Jul 2010 13:18
Gravatar

[awesome bugs] #784 - Nvidia's TwinView is not working on awesome 3.4.5+ (Git)

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Wael Nasreddine (eMxyzptlk) 

Attached to Project - awesome
Summary - Nvidia's TwinView is not working on awesome 3.4.5+ (Git)
Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Critical
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - Hello,

Using awesome-3.4.5, TwinView is working correctly, I have two separate screens, two separate status
bars and clients can be displayed on either screen and can be moved around, however using awesome from git
(current version is v3.4-189-g2e0ea80), in twinview, instead of having two separate screens with two
separate status bars, I'm having one big screen with one big status bar and clients are displayed on both
screens (each screen display a bit of the client), so it's unusable!! Having one client displayed IN PART
on each screen makes it impossible to work on..

I should mention that these testings has been done Without an /etc/X11/xorg.conf (so Xorg's defaults) and
without ~/.config/awesome so Awesome's default configuration two, but note that it ain't working with
my custom configurations either...
(Continue reading)

awesome | 8 Jul 2010 13:24
Gravatar

[awesome bugs] #784 - Nvidia's TwinView is not working on awesome 3.4.5+ (Git)

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#784 - Nvidia's TwinView is not working on awesome 3.4.5+ (Git)
User who did this - Wael Nasreddine (eMxyzptlk)

----------
The first bad commit in 2009 is very weird, but I did a git bisect, and I did make and startx on each commit, the
result was this commit, weird no?

I'm going to try another run at this and try to find a closer commit...
----------

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=784#comment2114

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you
did not expect this message or don't want to receive mails in future, you can change your notification
settings at the URL shown above.

--

-- 
To unsubscribe, send mail to awesome-devel-unsubscribe <at> naquadah.org.

awesome | 8 Jul 2010 16:39
Gravatar

[awesome bugs] #784 - Nvidia's TwinView is not working on awesome 3.4.5+ (Git)

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#784 - Nvidia's TwinView is not working on awesome 3.4.5+ (Git)
User who did this - Uli Schlachter (psychon)

----------
That commit was written in 2009, but the patch was committed to git master only "recently":
 $ git show --format=fuller 8c87b7c | head -n 5
commit 8c87b7cb57953a4da7abb7bc623880c046f19d6e
Author:     Julien Danjou <julien <at> danjou.info>
AuthorDate: Mon Sep 21 16:29:19 2009 +0200
Commit:     Julien Danjou <julien <at> danjou.info>
CommitDate: Fri May 28 13:26:17 2010 +0200

This issue was already discussed on the mailing list: http://thread.gmane.org/gmane.comp.window-managers.awesome.devel/5207
The problem can be seen here: http://article.gmane.org/gmane.comp.window-managers.awesome.devel/5219

<quote>
> Does "xrandr" (the cli command) only print a single screen, too?

Yep, one big-ass screen. Can't use xrandr at all with the nvidia
driver -- have to use their GUI (their gui's CLI actually doesn't work
as advertised in my experience. Yes, this sucks. But their driver is
still worth it.)
</quote>

Basically, there are multiple ways to announce multiple screens in X11. The old core protocol stuff isn't
used anywhere, these days the Xinerama and RandR extensions are used for querying this data.
(Continue reading)

awesome | 8 Jul 2010 16:45
Gravatar

[awesome bugs] #784 - Nvidia's TwinView is not working on awesome 3.4.5+ (Git)

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#784 - Nvidia's TwinView is not working on awesome 3.4.5+ (Git)
User who did this - Wael Nasreddine (eMxyzptlk)

----------
Thanks for the info Uli and I haven't had any success with Nvidia's GUI either, I've tried that at first
because I thought it was disper's fault... I use disper because XrandR never worked for me either..

    http://willem.engen.nl/projects/disper/

I hope you guys figure out a decent fix for it before the next release, until then I'm forced to use 3.4.5 or to
revert this commit (not tested)

- Wael
----------

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=784#comment2116

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you
did not expect this message or don't want to receive mails in future, you can change your notification
settings at the URL shown above.

--

-- 
To unsubscribe, send mail to awesome-devel-unsubscribe <at> naquadah.org.

(Continue reading)


Gmane