Bug#667040: #667040 libgtk-3-0: Broken text rendering

2012-11-14 Thread Timo Juhani Lindfors
Hi, I can't reproduce this on my i386 wheezy laptop and iceweasel. Did you just forgot to close the bug? -Timo -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/84k3tojbpy

Bug#588785: xterm: consider supporting freedesktop.org style clipboard behavior

2011-02-20 Thread Timo Juhani Lindfors
Hi, good news! I was just told that if I run xclipboard I can get the behavior I want. So: 1) xclipboard & 2) xterm -xrm 'XTerm*VT100*translations: #override\nShift Ctrl v:insert-selection(CLIPBOARD)\nShift Ctrl c:copy-selection(CLIPBOARD)' 3) select text using mouse 4) hit ctrl-shift-c 5) cl

Re: best practices for running Xorg as non-root?

2011-02-16 Thread Timo Juhani Lindfors
Timo Juhani Lindfors writes: > chown xorg /var/lib/xdm/authdir/authfiles/* This hack stopped working today. It seems that on logout xdm does (void) unlink (d->authFile); *file = fopen (d->authFile, "w"); which recreates the authfile with root as the owner. Xorg then gets a

Bug#588785: closed by Julien Cristau (Bug#588785: fixed in xterm 268-1)

2011-02-15 Thread Timo Juhani Lindfors
Thomas Dickey writes: > no - I was commenting that it might be possible, but that was to > suggest further discussion on how that feature might be designed. Aha ok. I managed to forget most of the details by now :-) I'm really not familiar with X protocol details so I'm afraid I can't help much w

Re: xf86-input-tslib and xorg 1.9

2011-02-13 Thread Timo Juhani Lindfors
e. I checked man 7 debhelper and couldn't find anything that'd immediately break due to this. Updated patch is attached. >From 187f3349114b39cb80afb6ee3ab11001c2e1faf6 Mon Sep 17 00:00:00 2001 From: Timo Juhani Lindfors Date: Sun, 13 Feb 2011 15:14:28 -0500 Subject: [PATCH 1/3] Use dh

xf86-input-tslib and xorg 1.9 (Was: Coordinating work around X.Org drivers)

2011-02-13 Thread Timo Juhani Lindfors
ckaging and came up with the attached patch. It works for me but please review it carefully :-) >From a5eecdd2ff55fcb0adf22a83a62cb4e80a79e9c6 Mon Sep 17 00:00:00 2001 From: Timo Juhani Lindfors Date: Sun, 13 Feb 2011 15:14:28 -0500 Subject: [PATCH 1/2] Use dh --with xsf instead of local debia

Bug#588785: closed by Julien Cristau (Bug#588785: fixed in xterm 268-1)

2011-02-12 Thread Timo Juhani Lindfors
Thomas Dickey writes: > well, I did respond, in comment #108. Clicking with the mouse cleared > the selection because that triggers the start-select action. Hmm yes, I remember you said that xterm "could be modified to _not_ clear its selection until something like a select-end or copy-selection

Bug#612964: /etc/pointercal

2011-02-12 Thread Timo Juhani Lindfors
lance...@contrees-du-reve.com writes: > My /etc/pointercal: > 557 38667 -4654632 -51172 121 46965312 65536 same here: 557 38667 -4654632 -51172 121 46965312 65536 > I don't thing I ever edited that file. By "calibration" above, I meant > the option that I've added in my xorg.conf. ah ok. -

Bug#612964: [pkg-fso-maint] fix

2011-02-12 Thread Timo Juhani Lindfors
Lancelot du Lac writes: > Calibration is not perfect, I did it through trial and error. Did you write /etc/pointercal yourself? The one from pkg-fso has always been ok for me so I wonder if devices really vary that much. -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a sub

Bug#588785: closed by Julien Cristau (Bug#588785: fixed in xterm 268-1)

2011-02-10 Thread Timo Juhani Lindfors
erm_268-1_amd64.deb but the step 3 in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588785#103 still fails. Was this bug closed accidentally or do I need something else in ~/.Xresources? [For reference the comment #103 is: From: Timo Juhani Lindfors To: Thomas Dickey Cc: 588...@bugs.debian.

Bug#588785: ANN: xterm patch #267

2010-11-22 Thread Timo Juhani Lindfors
Thomas Dickey writes: > The problem is the "ignore". I didn't modify the mouse-button > translations. It would be nice to just have the selection stop > when copy-selection happens, but it didn't appear necessary. thanks. Next I tried just XTerm*VT100.Translations:#override \n\ Shift Ctr

Re: Bug#588785: ANN: xterm patch #267

2010-11-22 Thread Timo Juhani Lindfors
Thomas Dickey writes: > short - yes > > Long story: I'd put it aside for a while because I could see it would be > complicated to refactor the selection into stop-, etc. states. On > revisiting it, I realized that the answer was near the beginning of > the > discussion. So I added copy-selection

Bug#588785: ANN: xterm patch #267

2010-11-22 Thread Timo Juhani Lindfors
Hi, Thomas Dickey writes: > * add copy-selection action (request by Timo Juhani Lindfors, Debian >#588785). Just noticed your announcement. Do you already have some nice X resorce setup for using this or are there still missing pieces? -- To UNSUBSCRIBE, email to de

Bug#571636: Keyboard not working in X after upgrade to 7.5

2010-10-25 Thread Timo Juhani Lindfors
Hi, I hit this too. Only after stracing X and seeing read(11, "N:input/event1\nS:char/13:65\nE:ID_INPUT=1\nE:ID_INPUT_KEY=1\nE:XKBMODEL=pc105\nE:XKBLAYOUT=fi\nE:XKBVARIANT=fi\nE:XKBOPTIONS=\nE:DMI_VENDOR=n", 4096) = 134 I was able to guess that X gets this information from udev. This took me 2

Bug#596809: xterm: command with error, cannot be repeated with up arrow

2010-09-14 Thread Timo Juhani Lindfors
yellowprotoss writes: > I do this > # exec irpsion5 -s reboots.log > No IRDA device found "exec" replaces the current shell with the new command. Its history is lost. If you don't use "exec" you should be able to still access its history. > In stable, it works nicely those failed command and p

Bug#596634: x11-common: /etc/X11/Xsession always appends to .xsession-errors

2010-09-13 Thread Timo Juhani Lindfors
forgot >>. Fixed version is attached. >From d1df83712f29dc7ffe2203f38efdd290fbac6535 Mon Sep 17 00:00:00 2001 From: Timo Juhani Lindfors Date: Mon, 13 Sep 2010 14:25:54 +0300 Subject: [PATCH] Keep only last 512 KiB of .xsession-errors --- debian/x11-common/etc/X11/Xsession |7 +++ 1 files changed, 7

Bug#596634: x11-common: /etc/X11/Xsession always appends to .xsession-errors

2010-09-13 Thread Timo Juhani Lindfors
t 512 KiB of ~/.xsession-errors on login. Can you test if this works for you? >From 5433fac367d3c14fedfc542b0710cc1399683ac4 Mon Sep 17 00:00:00 2001 From: Timo Juhani Lindfors Date: Mon, 13 Sep 2010 14:25:54 +0300 Subject: [PATCH] Keep only last 512 KiB of .xsession-errors --- debian/x11-com

Bug#596634: x11-common: /etc/X11/Xsession always appends to .xsession-errors

2010-09-12 Thread Timo Juhani Lindfors
[I'm not a maintainer, just happened be following X bugs...] Tim Connors writes: > before the user gets to review them, they can always log into the > console and review the errors before they restart X. Always might be too strong word. On my PDA I don't have a physical keyboard, the only way to

Bug#596064: xserver-xorg: /usr/bin/X hangs (CPU 100%) on nVidia Corporation GT218 [GeForce 310]

2010-09-10 Thread Timo Juhani Lindfors
Hector Oron writes: > I finally got it ! :) Thanks, this confirms my suspicion: ioctl(9, 0x40086485, 0x7fffa426f020) = ? ERESTARTSYS (To be restarted) --- SIGALRM (Alarm clock) @ 0 (0) --- rt_sigreturn(0xe) = -1 EINTR (Interrupted system call) ioctl(9, 0x40086485, 0x7fffa426f020) = ? ERESTARTSYS

Bug#596064: xserver-xorg: /usr/bin/X hangs (CPU 100%) on nVidia Corporation GT218 [GeForce 310]

2010-09-08 Thread Timo Juhani Lindfors
Hector Oron writes: > X server makes CPU go at 100%. It is usually reproducible when I > open iceweasel and look into some webpage which triggers gnash, it > also happens on chromium-browser, but not so often. I blame > nouveau driver, but you might know better. Some info I am able to >

Bug#595748: xdm: please create $HOME/.Xauthority also on first login

2010-09-06 Thread Timo Juhani Lindfors
Package: xdm Version: 1:1.1.10-3 Severity: wishlist Steps to reproduce: 1) sudo /etc/init.d/xdm stop 2) rm $HOME/.Xauthority 3) sudo /etc/init.d/xdm start 4) login with xdm 5) login with ssh from another machine and try "DISPLAY=:0 xclock" Expected results: 5) xclock can connect to the X server s

best practices for running Xorg as non-root?

2010-09-06 Thread Timo Juhani Lindfors
Hi, just out of curiosity I tried running Xorg as non-root on my freerunner (armel). I was surprised that it worked since this feature does not seem to be advertised much. The details are below. Please let me know if there are any existing plans on supporting running Xorg as non-root in debian.

Bug#588785: #588785 xterm: consider supporting freedesktop.org style clipboard behavior

2010-09-02 Thread Timo Juhani Lindfors
Thomas Dickey writes: > I think it's likely that the unprocessed KeyRelease events are confusing > the X library. Adding ignore's for those seems to improve it: > > *VT100*translations:#override \n\ > Shift Ctrl v:insert-selection(CLIPBOARD)\n\ > Shift Ctrl v:ignore() \n\ > Shift:select-

Bug#588785: #588785 xterm: consider supporting freedesktop.org style clipboard behavior

2010-08-30 Thread Timo Juhani Lindfors
Thomas Dickey writes: > I saw something like that, the first time I tried the script, but am > unsure where the problem lies. But then I ran a few more times > without encountering the bug (puzzled). > > If it's more/less reproducible, I might be able to see something with > a debug-trace (unless

Bug#588785: #588785 xterm: consider supporting freedesktop.org style clipboard behavior

2010-08-29 Thread Timo Juhani Lindfors
Thomas Dickey writes: > I do see a difference. It was actually copying to primary based on > this line in the default translations: Hmm. I am not quite sure how to change the defaults without rebuilding xterm but when "appres XTerm" shows ... *VT100.font6: 10x20 XTerm*VT100.Translations:

Bug#588785: #588785 xterm: consider supporting freedesktop.org style clipboard behavior

2010-08-29 Thread Timo Juhani Lindfors
Thomas Dickey writes: > ...and it seems to work. If you did not invoke the select-end, and > started selecting again with the mouse, then that would discard the > selection. Odd. $ appres XTerm lists ... *VT100.font6: 10x20 XTerm*VT100.Translations: #override\n\ Shift Ctrl v:insert-

Bug#588785: #588785 xterm: consider supporting freedesktop.org style clipboard behavior

2010-08-29 Thread Timo Juhani Lindfors
[Sorry for resending, I mistyped the bugs.debian.org address...] Thomas Dickey writes: > Shift Ctrl c:select-end(CLIPBOARD)\n > > That should work... With XTerm*VT100.Translations: #override\n\ Shift Ctrl v:insert-selection(CLIPBOARD)\n\ Shift:select-start()\n\ Shift:select-extend()\n\ S

Bug#588785: xterm: consider supporting freedesktop.org style clipboard behavior

2010-07-12 Thread Timo Juhani Lindfors
Package: xterm Version: 261-1 Severity: wishlist This is a wishlist bug. I was not able to locate upstream bug tracker so I'm filing it here instead, please forward if appropriate. I wish that xterm could be configured to support freedesktop.org style clipboard behavior. For example I'd like to b

Bug#588380: xdm: entering empty username logs in as "nobody"

2010-07-07 Thread Timo Juhani Lindfors
Package: xdm Version: 1:1.1.10-3 Severity: normal Steps to reproduce: 1) cat > /etc/pam.d/xdm << EOF # $Id: xdm.pam 189 2005-06-11 00:04:27Z branden $ # lindi: #...@include common-auth authrequiredpam_permit.so # /lindi @include common-account @include common-session @include

Bug#575521: 0: (vdso) ((nil)+0xbe91e528) [0xbe91e528] Segmentation fault at address 0x1c

2010-06-06 Thread Timo Juhani Lindfors
Julien Cristau writes: > Unfortunately the backtrace in the initial report was pretty much > useless; gdb should do better than glibc's backtrace(), if you manage to > get that to work. Yes I know but I would at least want to notice the crash reliably so that we could try to figure out if the new

Bug#575521: 0: (vdso) ((nil)+0xbe91e528) [0xbe91e528] Segmentation fault at address 0x1c

2010-06-06 Thread Timo Juhani Lindfors
Julien Cristau writes: > Is it still reproducible with 1.7.7? If so, you'll probably either have I removed the hold status of xserver-xorg-core and let it upgrade to 2:1.7.7-1 on 2010-05-23. I have not encountered a crash yet but I would not yet declare it as working. Is there some way to guara

Bug#201855: xdm autologin important for tiny devices

2010-06-01 Thread Timo Juhani Lindfors
jida...@jidanni.org writes: > That is half the way to full automatic login! > Every day for the last 10 years I've had to type in username and > password. Can somebody tell me how to get some relief without having to > switch display managers, for heavens sake. Heh, afaik it is just not possible w

Bug#575521: 0: (vdso) ((nil)+0xbe91e528) [0xbe91e528] Segmentation fault at address 0x1c

2010-04-02 Thread Timo Juhani Lindfors
I have used ii x11-xserver-utils 7.5+1X server utilities ii xserver-common2:1.7.5-1common files used by various X servers ii xserver-xglamo1.3.0.0+git20080807-3tiny X server for the

Bug#575521: 0: (vdso) ((nil)+0xbe91e528) [0xbe91e528] Segmentation fault at address 0x1c

2010-03-26 Thread Timo Juhani Lindfors
Hi, I hit this again so I suspect it is something that was caused by my recent upgrade: $ grep xorg /var/log/dpkg.log|grep upg 2010-03-24 23:37:17 upgrade xserver-xorg-core 2:1.7.5-1 2:1.7.6-1 2010-03-24 23:37:42 upgrade xserver-xorg-dev 2:1.7.5-1 2:1.7.6-1 I will downgrade back to 2:1.7.5-1 for

Bug#575521: 0: (vdso) ((nil)+0xbe91e528) [0xbe91e528] Segmentation fault at address 0x1c

2010-03-26 Thread Timo Juhani Lindfors
Package: xserver-xorg Version: 1:7.5+5 Severity: normal Xorg crashed on my openmoko neo freerunner gta02v5 using xserver-xorg-video-fbdev. I do not know a way to reproduce this bug. -- Package-specific info: /var/lib/x11/X.roster does not exist. /var/lib/x11/X.md5sum does not exist. X server s

Bug#201855: xdm autologin important for tiny devices

2009-01-14 Thread Timo Juhani Lindfors
Hi, on my openmoko freerunner I modified /etc/pam.d/xdm by replacing @include common-auth with authrequiredpam_permit.so so that I only need to type the username of the user I want to use. This is not as good as automated login after preconfigured timeout but usable still.

Bug#500626: [Smartphones-userland] [pkg-fso-maint] Bug#500626: xserver-xglamo: fonts are very large in e.g. midori

2008-09-30 Thread Timo Juhani Lindfors
Luca Capello <[EMAIL PROTECTED]> writes: > When have you launched xdpyinfo? I discovered the following: I didn't realize previous xrandr commands would have such an effect so no, I don't remember which xrandr commands I used exactly before running xdpyinfo. > 1) at boot I get 75x75, fonts are a

Bug#319900: ssh: xterm -e ssh -f somehost xclock fails randomly most of the time

2007-04-23 Thread Timo Juhani Lindfors
Hi, On Tue, Apr 10, 2007 at 09:58:41PM +0200, Brice Goglin wrote: > About 2 years ago, you reported a bug to the Debian BTS regarding ssh > xclock often failing. I can't reproduce here. Did you reproduce this > problem recently? With Xorg/Etch? If not, I will close this bug in the > next weeks. I

Bug#353356: xlibmesa-gl-dev: trying to overwrite `/usr/include/GL/glext.h', which is also in package mesa-common-dev

2006-02-17 Thread Timo Juhani Lindfors
Package: xlibmesa-gl-dev Version: 6.9.0.dfsg.1-4 Severity: important I tried to build drscheme from etch on unstable but getting build dependencies seems to fail because /usr/include/GL/glext.h is in two packages (and no Replaces or Conflicts is set): $ sudo apt-get build-dep drscheme Password: R