[PATCH] linux: Clean up filenames used in Linux VT init.

2011-05-14 Thread Cody Maloney
According to the comment in the Linux kernel source file drivers/tty/vt/vt_ioctl.c /dev/tty0 points to /dev/console, so we should just go to /dev/console, and virtual terminals are always labeled /dev/ttyN where N is 1..MAX_NR_CONSOLES, so only check /dev/ttyN. Signed-off-by: Cody Maloney

Re: [PATCH] linux: Clean up filenames used in Linux VT init.

2011-05-14 Thread Cody Maloney
s/documentation I could find I believe that /dev/vc/* is legacy from devfs, in udev only /dev/tty* is used. Cody On Sat, May 14, 2011 at 12:49 PM, Julien Cristau wrote: > > On Sat, May 14, 2011 at 13:38:27 -0700, Cody Maloney wrote: > > > According to the comment in the Linux kern

Re: [PATCH] linux: Clean up filenames used in Linux VT init.

2011-05-14 Thread Cody Maloney
, while it conflicts itself about /dev/console. Cody On Sat, May 14, 2011 at 2:09 PM, Cody Maloney wrote: > I'm not an expert in this in any way, but looking at > http://www.kernel.org/doc/Documentation/devices.txt > it states under the terminal devices section, "The console device,

[PATCH] linux: Clean up filenames used in Linux VT init.

2011-05-14 Thread Cody Maloney
According to the kernel documentation doc/Documentation/serial-console.txt and doc/Documentation/devices.txt we should use /dev/ttyN. /dev/tty0 for the VT ioctls, and /dev/ttyN for all the virtual terminals. Checking /dev/vc is therefore unnecessary. Signed-off-by: Cody Maloney --- hw/xfree86

Re: [PATCH] linux: Clean up filenames used in Linux VT init.

2011-05-16 Thread Cody Maloney
On Mon, May 16, 2011 at 5:27 AM, Timothy Meade wrote: > > On May 14, 2011 3:39 PM, "Cody Maloney" > wrote: >> >> According to the comment in the Linux kernel source file >> drivers/tty/vt/vt_ioctl.c /dev/tty0 points to /dev/console, >> so we should jus

[PATCH] xcursorgen: Upgraded to work with libpng14

2010-03-12 Thread Cody Maloney
A trivial first patch but hopefully useful nonetheless. Cody From: Cody Maloney setjmp(png_ptr->jmpbuf) is depreceated so removed it and bumped the version number in configure.ac ---  configure.ac |    2 +-  xcursorgen.c |    2 +-  2 files changed, 2 insertions(+), 2 deletions(-) diff --gi

Re: [PATCH] xcursorgen: Upgraded to work with libpng14

2010-03-14 Thread Cody Maloney
Thanks for the comments. Here's an updated patch. It looks like png_jmpbuf has actually been available since libpng 1.0.6 or before when png_ptr->jmpbuf was first deprecated. From: Cody Maloney setjmp(png_ptr->jmpbuf) is depreceated so removed it and changed the configure.ac versio

Re: [PATCH] xcursorgen: Upgraded to work with libpng14

2010-03-24 Thread Cody Maloney
Hi, Could someone with commit privileges please push this? I think it has been sitting around long enough. Cody Maloney On Sun, Mar 14, 2010 at 12:07 AM, Cody Maloney wrote: > Thanks for the comments. Here's an updated patch. It looks like > png_jmpbuf has actually been available s

Re: helping organize x.org documentation

2010-03-25 Thread Cody Maloney
For a somewhat organized collection so far there's also: http://www.x.org/releases/X11R7.5/doc/index.html Cody On Thu, Mar 25, 2010 at 7:21 AM, Tiago Vignatti wrote: > Hi, > > On Thu, Mar 25, 2010 at 02:18:57PM +0100, ext Matt Dew wrote: >>   I want to help organize the X.org documentation.   Is

GSoC Idea: Adding support for DMX screens to dix

2010-03-29 Thread Cody Maloney
appen (Removing MAXSCREENS?). Sincerely, Cody Maloney ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: GSoC Idea: Adding support for DMX screens to dix

2010-03-30 Thread Cody Maloney
end). If I end up with time left in the summer after implementing the hooks, then I'd work implementing the udev hooks. Thanks, Cody Maloney On Mon, Mar 29, 2010 at 12:32 PM, Jamey Sharp wrote: > On Mon, Mar 29, 2010 at 12:10 PM, Cody Maloney > wrote: >> Currently the DMX X serv

Re: GSoC Idea: Adding support for DMX screens to dix

2010-04-05 Thread Cody Maloney
r own GSoC application, or work on any independently. These are some features I'd really like to see make it into X. They would eliminate a lot of redundant code and add some cool new functionality. Thanks, Cody Maloney On Tue, Mar 30, 2010 at 3:41 PM, Cody Maloney wrote: > Thanks for your comme

Re: [PATCH] xcursorgen: Upgraded to work with libpng14

2010-05-18 Thread Cody Maloney
Thanks, Cody On Tue, May 18, 2010 at 6:14 PM, Alan Coopersmith wrote: > Looks like no one else got to this yet, so I finally pushed it.   Sorry > for the delay - we're working on better patch tracking so fewer fall > through the cracks like this. > >        -alan- > >