<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I feel like a newbie. :-)<br>
<br>
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:<br>
<br>
$ python netrek.py<br>
Netrek Client Pygame<br>
Copyright (C) 2007 James Cameron <a class="moz-txt-link-rfc2396E" href="mailto:quozl@us.netrek.org">&lt;quozl@us.netrek.org&gt;</a><br>
<br>
This program comes with ABSOLUTELY NO WARRANTY; for details see source.<br>
This is free software, and you are welcome to redistribute it under
certain<br>
conditions; see source for details.<br>
<br>
ALSA lib confmisc.c:769:(parse_card) cannot find card ''<br>
ALSA lib conf.c:3510:(_snd_config_evaluate) function
snd_func_card_driver returned error: No such device<br>
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings<br>
ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_concat
returned error: No such device<br>
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name<br>
ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_refer
returned error: No such device<br>
ALSA lib conf.c:3982:(snd_config_expand) Evaluate error: No such device<br>
ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM default<br>
Traceback (most recent call last):<br>
&nbsp; File "netrek.py", line 3125, in &lt;module&gt;<br>
&nbsp;&nbsp;&nbsp; ph_login = PhaseLogin(screen)<br>
&nbsp; File "netrek.py", line 2654, in __init__<br>
&nbsp;&nbsp;&nbsp; self.cycle()<br>
&nbsp; File "netrek.py", line 2511, in cycle<br>
&nbsp;&nbsp;&nbsp; self.display_sink()<br>
&nbsp; File "netrek.py", line 2484, in display_sink<br>
&nbsp;&nbsp;&nbsp; self.display_sink_event(event)<br>
&nbsp; File "netrek.py", line 2475, in display_sink_event<br>
&nbsp;&nbsp;&nbsp; self.kb(event)<br>
&nbsp; File "netrek.py", line 2734, in kb<br>
&nbsp;&nbsp;&nbsp; self.tab()<br>
&nbsp; File "netrek.py", line 2663, in tab<br>
&nbsp;&nbsp;&nbsp; self.password = Field("password ? ", "", 500, 800)<br>
&nbsp; File "netrek.py", line 2348, in __init__<br>
&nbsp;&nbsp;&nbsp; self.pg = screen.subsurface(self.pr).copy()<br>
ValueError: subsurface rectangle outside surface area<br>
<br>
<br>
Does everybody have 1000 pixel tall screens now, and I'm behind? :-)<br>
<br>
I'll fiddle with it later tonight.<br>
<br>
Thanks,<br>
mark<br>
<br>
<br>
James Cameron wrote:
<blockquote cite="mid:20070821070231.GA16460@us.netrek.org" type="cite">
  <pre wrap="">A Netrek client, using pygame, usable on any operating system supported
by python and pygame, including Microsoft Windows, MAC OS X, and Linux.

<a class="moz-txt-link-freetext" href="http://quozl.linux.org.au/netrek-client-pygame/">http://quozl.linux.org.au/netrek-client-pygame/</a>

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.

  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
netrek-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:netrek-dev@us.netrek.org">netrek-dev@us.netrek.org</a>
<a class="moz-txt-link-freetext" href="http://mailman.us.netrek.org/mailman/listinfo/netrek-dev">http://mailman.us.netrek.org/mailman/listinfo/netrek-dev</a>
  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Mark Mielke <a class="moz-txt-link-rfc2396E" href="mailto:mark@mielke.cc">&lt;mark@mielke.cc&gt;</a>
</pre>
</body>
</html>