Re: [dev] slock - cannot log in

2009-12-17 Thread Tony Lainson
> anyone have any more ideas other than > power button? The power button sounds a bit drastic. Can't you press Ctrl-Alt-F2 to switch to virtual console 2, then log in and kill slock from there?

Re: [dev] slock - cannot log in

2009-12-17 Thread Tony Lainson
>> Can't you press Ctrl-Alt-F2 to >> switch to virtual console 2, then log in and kill slock from there? > > No. A screen locker locks the system completely (apart from remote logins). I can do it here, using hg tip. Odd.

Re: [dev] Fullscreen troubles.

2010-03-20 Thread Tony Lainson
SDL fullscreen works in xmonad, which IIRC doesn't reparent windows either. Another (small) problem with SDL I've been unable to track down: there's a race that sometimes prevents programs from noticing that dwm didn't give them the size they wanted[1]. [1]: http://lists.libsdl.org/pipermail/sdl-

Re: [dev] Looking for simple, alpha supporting image format

2014-07-17 Thread Tony Lainson
> Is there an image format that's simpler than PPM and that supports > alpha transparency? If you want a format that works with existing tools, TGA can be simple. Just don't use run-length encoding or indexed colour or extension information (colour correction table, gamma field, premultiplied alp