Re: [PATCH] linux: Fix error message when /dev/tty0 fails to open

2012-01-14 Thread Cyril Brulebois
Chad Versace chad.vers...@linux.intel.com (13/01/2012): When attempting to open the console device during initialization, X first tries to open /dev/tty0 in write-only mode, and if that fails it attempts to open /dev/vc/0. If both attempts fail, the error message below is logged. The message

Re: [PATCH sis] Untangle XF86DRI from the driver-specific DRI define

2012-01-14 Thread Tormod Volden
On Wed, Jan 4, 2012 at 5:14 AM, Peter Hutterer peter.hutte...@who-t.net wrote: XF86DRI is defined by xorg-server.h, so --disable-dri in the sis driver itself does exactly nothing other than not fill in the CFLAGS and thus stop the driver from compiling. Signed-off-by: Peter Hutterer

Re: [PATCH] linux: Fix error message when /dev/tty0 fails to open

2012-01-14 Thread Julien Cristau
On Fri, Jan 13, 2012 at 16:12:25 -0800, Chad Versace wrote: When attempting to open the console device during initialization, X first tries to open /dev/tty0 in write-only mode, and if that fails it attempts to open /dev/vc/0. If both attempts fail, the error message below is logged. The