From kim.hawtin at adelaide.edu.au Fri Dec 14 01:58:31 2007 From: kim.hawtin at adelaide.edu.au (Kim Hawtin) Date: Fri, 14 Dec 2007 11:28:31 +1030 Subject: [sapug] python on the framebuffer Message-ID: <4761D537.2060004@adelaide.edu.au> hi guys, a project i'm working on at home requires a little graphics, and ideally i'm avoiding X and running apps on the frame buffer. so, has anyone experienced python graphics to frame buffer? i'd like to save abou 200mb of ram and not use X if i can, and a window manager, etc, etc... is it a sane thing to do? cheers, kim -- Operating Systems, Services and Operations Information Technology Services, The University of Adelaide kim.hawtin at adelaide.edu.au From twegener at fastmail.fm Fri Dec 14 02:28:19 2007 From: twegener at fastmail.fm (Tim Wegener) Date: Fri, 14 Dec 2007 11:58:19 +1030 Subject: [sapug] python on the framebuffer In-Reply-To: <4761D537.2060004@adelaide.edu.au> References: <4761D537.2060004@adelaide.edu.au> Message-ID: <20071214115819.78fb3972@redback.radnet.com.au> On Fri, 14 Dec 2007 11:28:31 +1030 Kim Hawtin wrote: > a project i'm working on at home requires a little graphics, > and ideally i'm avoiding X and running apps on the frame buffer. Sounds interesting... > so, has anyone experienced python graphics to frame buffer? > i'd like to save abou 200mb of ram and not use X if i can, > and a window manager, etc, etc... While I haven't myself... > is it a sane thing to do? Apparently yes: http://osdir.com/ml/python.pygame/2003-04/msg00075.html See also: http://www.libsdl.org/cgi/docwiki.cgi/SDL_5fenvvars Tim