I feel like a newbie. :-) My notebook that I regularly use for everything has a resolution of 1280x800. Without a fullscreen mode for this application, this gets trimmed by about 30 pixels top and bottom due to control panels. So, 1280x740. I was unable to see the bottom of the screen to login under the 1000x1000 resolution that netrek.py seems configured to use. I tried setting it to 1000x740, but this resulted in: $ python netrek.py Netrek Client Pygame Copyright (C) 2007 James Cameron <quozl at us.netrek.org> This program comes with ABSOLUTELY NO WARRANTY; for details see source. This is free software, and you are welcome to redistribute it under certain conditions; see source for details. ALSA lib confmisc.c:769:(parse_card) cannot find card '' ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_concat returned error: No such device ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_refer returned error: No such device ALSA lib conf.c:3982:(snd_config_expand) Evaluate error: No such device ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM default Traceback (most recent call last): File "netrek.py", line 3125, in <module> ph_login = PhaseLogin(screen) File "netrek.py", line 2654, in __init__ self.cycle() File "netrek.py", line 2511, in cycle self.display_sink() File "netrek.py", line 2484, in display_sink self.display_sink_event(event) File "netrek.py", line 2475, in display_sink_event self.kb(event) File "netrek.py", line 2734, in kb self.tab() File "netrek.py", line 2663, in tab self.password = Field("password ? ", "", 500, 800) File "netrek.py", line 2348, in __init__ self.pg = screen.subsurface(self.pr).copy() ValueError: subsurface rectangle outside surface area Does everybody have 1000 pixel tall screens now, and I'm behind? :-) I'll fiddle with it later tonight. Thanks, mark James Cameron wrote: > A Netrek client, using pygame, usable on any operating system supported > by python and pygame, including Microsoft Windows, MAC OS X, and Linux. > > http://quozl.linux.org.au/netrek-client-pygame/ > > This release fixes a missing image file, which was present in the source > repository and the Debian style package build, but not in the tar.gz > build. > > > ------------------------------------------------------------------------ > > _______________________________________________ > netrek-dev mailing list > netrek-dev at us.netrek.org > http://mailman.us.netrek.org/mailman/listinfo/netrek-dev > -- Mark Mielke <mark at mielke.cc> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.us.netrek.org/pipermail/netrek-dev/attachments/20070821/a311c3ad/attachment-0001.htm