Re: shift+backspace in X

2011-11-02 Thread Alexandr Shadchin
the previous behaviour? I don't have any keyboard-related sections in xorg.conf (only a Files section with some old font paths). Yes, new xkeyboard-config broke this behaviour. This patch should help. I think there is no objection if he gets into a tree. OK ? -- Alexandr Shadchin Index

Re: No keyboard in X with -current

2011-10-20 Thread Alexandr Shadchin
profile 0 [566690.965] (**) /dev/wsmouse: (accel) acceleration factor: 2.000 [566690.965] (**) /dev/wsmouse: (accel) acceleration threshold: 4 -- Alexandr Shadchin

Re: xinput -list shows multiple keyboards as one

2011-10-13 Thread Alexandr Shadchin
On Wed, Oct 12, 2011 at 12:47:54PM -0700, patrick keshishian wrote: On Wed, Oct 12, 2011 at 11:26 AM, Alexandr Shadchin alexandr.shadc...@gmail.com wrote: On Wed, Oct 12, 2011 at 02:15:45AM -0700, patrick keshishian wrote: On Wed, Oct 12, 2011 at 1:40 AM, Alexandr Shadchin alexandr.shadc

Re: xinput -list shows multiple keyboards as one

2011-10-12 Thread Alexandr Shadchin
Option Device /dev/wskbd1B B Option XkbLayout ...B B ...EndSection -- Alexandr Shadchin

Re: xinput -list shows multiple keyboards as one

2011-10-12 Thread Alexandr Shadchin
On Wed, Oct 12, 2011 at 2:29 PM, Alexandr Shadchin alexandr.shadc...@gmail.com wrote: On Wed, Oct 12, 2011 at 1:59 PM, patrick keshishian pkesh...@gmail.com wrote: On Tue, Oct 11, 2011 at 2:09 PM, Philip Guenther guent...@gmail.com wrote: On Tue, Oct 11, 2011 at 12:34 PM, S V ner...@gmail.com

Re: xinput -list shows multiple keyboards as one

2011-10-12 Thread Alexandr Shadchin
On Wed, Oct 12, 2011 at 02:15:45AM -0700, patrick keshishian wrote: On Wed, Oct 12, 2011 at 1:40 AM, Alexandr Shadchin alexandr.shadc...@gmail.com wrote: On Wed, Oct 12, 2011 at 2:29 PM, Alexandr Shadchin alexandr.shadc...@gmail.com wrote: On Wed, Oct 12, 2011 at 1:59 PM, patrick

Re: Unable to add Greek Layout after Upgrading to -current

2011-09-22 Thread Alexandr Shadchin
Option XKbOptions grp:ctrl_alt_toggle,terminate:ctrl_alt_bksp EndSection This should help. -- Alexandr Shadchin

Re: Unable to add Greek Layout after Upgrading to -current

2011-09-22 Thread Alexandr Shadchin
MatchIsKeyboard on Option XkbModel pc105 Option XkbLayout us,gr Option XKbOptions grp:ctrl_alt_toggle,terminate:ctrl_alt_bksp EndSection This should help. -- Alexandr Shadchin -- Alexandr Shadchin

Re: Synaptic Touchpad doesn't work

2011-09-12 Thread Alexandr Shadchin
On Mon, Sep 12, 2011 at 1:06 PM, patrick keshishian pkesh...@gmail.com wrote: On Sun, Sep 11, 2011 at 10:33 PM, Alexandr Shadchin alexandr.shadc...@gmail.com wrote: On Mon, Sep 12, 2011 at 6:02 AM, patrick keshishian pkesh...@gmail.com wrote: Hi, I am guessing this is just a case of user

Re: Synaptic Touchpad doesn't work

2011-09-11 Thread Alexandr Shadchin
) acceleration factor: 2.000 [1512375.310] (**) synapt: (accel) acceleration threshold: 4 -- Alexandr Shadchin

Re: Mouse0: No Device specified, looking for one.. (it's specified)

2011-06-04 Thread Alexandr Shadchin
rev 2.00/3.40 addr 2 uhidev0: iclass 3/1 ums0 at uhidev0: 3 buttons, Z dir wsmouse1 at ums0 mux 0 vscsi0 at root scsibus1 at vscsi0: 256 targets softraid0 at root root on wd0a swap on wd0b dump on wd0b -- Alexandr Shadchin

Re: Thinkpad x201 OBSD compatibility

2011-02-11 Thread Alexandr Shadchin
of problems: - don't work USB after suspend/resume - if X run - don't work switch to text consoles (blank screen) -- Alexandr Shadchin

Traceroute

2009-04-10 Thread Alexandr Shadchin
Hi! Small code cleaning :) inetname() is called with nflag = 0 In inetname() is checking nflag != 0, why? -- Best Regards Alexandr Shadchin Index: traceroute.c === RCS file: /cvs/src/usr.sbin/traceroute/traceroute.c,v retrieving

Re: Traceroute

2009-04-10 Thread Alexandr Shadchin
Alexander Hall wrote: Alexandr Shadchin wrote: Hi! Small code cleaning :) inetname() is called with nflag = 0 In inetname() is checking nflag != 0, why? Seems reasonable to me, but also change the comment above the function. /Alexander . Yes, forgot about the comment ( inetname