[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[pygame] Pygame in Linux without X Windows
- To: pygame-users@xxxxxxxx
- Subject: [pygame] Pygame in Linux without X Windows
- From: "Scott Sumner" <scottinthebooth@xxxxxxxxx>
- Date: Tue, 6 Jan 2009 01:04:26 -0600
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Tue, 06 Jan 2009 02:04:30 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=KFJSmF1P3jWs958MI9yu76H4CgaRuc6BKloPIjchhbI=; b=mFwfOZ+ELZUXcraxl3Q+y9sJTetO/StHCCJrEpq5Il+8wOOWTcyqEyZ6916DX5Cfxe uG2RQB9nSBlFZW53SPiue9q+iM0lD0ZNTUW9JiLdtmarmiT6gIE+RTKnZTKxmVWljd33 JZEVcX6UVNmzJgrtDUnwChS1HwKBNmG4gZ2AQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=rEoZMp7j1JTPuNPze6vw8mAQQt0TjVlD1EZpzLVZ9u9LR7LOwjMoiHlpeVWL4ssU40 Bx5mnftIZUk5eUl9R8zmuFL44a1Zdzp+LvOgVvlnE0qW1n+n0tUyg/tEwOUwSkapQvVY 3F/Kl+0TXj4m3MfrPogI1tGVea561nFF4j54c=
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
Hello all,
I've got a Debian Linux system that I'm working with and I wondered if its possible for Pygame to do graphics without X-Windows installed? The system is being designed to run on a serial or network console but I'd still like to output select things to the monitor. Can Pygame do this without X-Windows installed? I thought it might be as simple as selecting the right mode for the video card and enabling full screen but I haven't had a chance to sit down and try it.
Scott