Re: [PATCH] xfree86: always switch console to raw mode on vt switch (#41146)

2012-03-08 Thread Peter Hutterer
On Thu, Mar 08, 2012 at 04:50:28PM +0100, walter harms wrote: > > > Am 08.03.2012 05:21, schrieb Peter Hutterer: > > Alt+SysReq+R sets the console to raw mode. Re-enable raw mode when > > VT-switching back to the server. > > > > X.Org Bug 41146

Re: [PATCH] xfree86: always switch console to raw mode on vt switch (#41146)

2012-03-08 Thread walter harms
Am 08.03.2012 05:21, schrieb Peter Hutterer: > Alt+SysReq+R sets the console to raw mode. Re-enable raw mode when > VT-switching back to the server. > > X.Org Bug 41146 > > Signed-off-by: Peter Hutterer > --- > hw/xfree86/os-support/linux/Ma

Re: [PATCH] xfree86: always switch console to raw mode on vt switch (#41146)

2012-03-07 Thread Peter Hutterer
On Wed, Mar 07, 2012 at 08:40:08PM -0800, Jamey Sharp wrote: > On Wed, Mar 7, 2012 at 8:21 PM, Peter Hutterer > wrote: > > Alt+SysReq+R sets the console to raw mode. Re-enable raw mode when > > VT-switching back to the server. > > This commit message is confusing me. When VT-switching to the ser

Re: [PATCH] xfree86: always switch console to raw mode on vt switch (#41146)

2012-03-07 Thread Jamey Sharp
On Wed, Mar 7, 2012 at 8:21 PM, Peter Hutterer wrote: > Alt+SysReq+R sets the console to raw mode. Re-enable raw mode when > VT-switching back to the server. This commit message is confusing me. When VT-switching to the server, you want to set the console to the same mode it might have been set t

Re: [PATCH] xfree86: always switch console to raw mode on vt switch (#41146)

2012-03-07 Thread Peter Hutterer
On Thu, Mar 08, 2012 at 02:21:48PM +1000, Peter Hutterer wrote: > Alt+SysReq+R sets the console to raw mode. Re-enable raw mode when > VT-switching back to the server. > > X.Org Bug 41146 > > Signed-off-by: Peter Hutterer > --- > hw/xfree86/os

[PATCH] xfree86: always switch console to raw mode on vt switch (#41146)

2012-03-07 Thread Peter Hutterer
Alt+SysReq+R sets the console to raw mode. Re-enable raw mode when VT-switching back to the server. X.Org Bug 41146 Signed-off-by: Peter Hutterer --- hw/xfree86/os-support/linux/Makefile.am|2 +- hw/xfree86/os-support/linux/lnx_init.c