URN Logo
UNIX Resources » Linux » Linux Forum » Linux Games » Page.1 » Wanted A Free Flight Simulator On A P2 450mhz
announcement The content of this page is collected from Linux Forum, All copyrights and other associated rights are reserved by the original authors of the articles.
Resources
China Linux Forum(finished)
Linux Forum(finished)
FreeBSD China(finished)
linuxforum.com
  LinuxForum General Chat
  Linux Advocacy
  LinuxForum Polls
  Introductions
  Linux Kernel Support
  Patch Management
  Development Release
  Linux Programming
  Linux Security
  Linux Software
  Linux Hardware Problems
    Linux Video Problems
    Linux Sound Problems
  Linux Networking Support
  Linux Printing Support
  Linux Human Interface Devices Support
  Linux Data Storage Support
  Linux Applications Support
  Linux Installation Support
  Linux Laptops Support
  Linux Motherboard, Chipsets, CPU, Memory
  Miscellaneous
  Debian Linux Support
  Ubuntu Linux Support
  LiveCD Discussions
  Gentoo Linux Support
  Mandrake Linux Support
  Redhat / Fedora Linux Support
  Slackware Linux Support
  SuSE Linux Support
  CentOS Linux Support
  Linux Web Servers
  Linux DNS Servers
  Linux Database Servers
  Linux Email Servers
  Linux FTP Servers
  Linux Squid Proxy Server
  Linux Samba Help
  Linux cPanel Help
  Linux Ensim Help
  Linux Plesk Help
  Linux Webmin / Usermin Help
  Qmail Toaster Help
  Linux Games
  Windows Game Emulation
  Linux Discussions
  General Linux Discussions
  Red Hat Linux Discussions
  More Red Hat Linux Discussions
  Mandrake Linux Discussions
  Slackware Linux Discussions
  SuSE Linux Discussions
  Debian Discussions
  Samba Help
  Linux Security
  Linux Networking
  Gentoo Help
  Operating System Rant Forum
  Hardware Rants
   
Wanted A Free Flight Simulator On A P2 450mhz
Subject: Wanted A Free Flight Simulator On A P2 450mhz
Author: rob.rice    Posted: 2006-02-22 22:17:28    Length: 280 byte(s)
[Original] [Print] [Top]
my main computer is a P2 450mhz 128MB ram slack 10.2
I can't get any version of f86 saber to compile and none of the pre built versions run eather
flight gear just dosen't work
this is about the only computer game I realy want is a linux flight simulator
[Original] [Print] [Top]
Subject: Wanted A Free Flight Simulator On A P2 450mhz
Author: TrickyRic    Posted: 2006-02-23 08:39:58    Length: 159 byte(s)
[Original] [Print] [Top]
what errors do you recieve during compile/execution of either the above? chances are your simply missing some dependancies or havn't yet configured opengl.
----
Laptop: 2GHz Acer Aspire 9301AWSMi, 1GB DDR2, 17" TFT, 256MB GeForce Go 6100
Sold Development System:
2GHz AMD Opteron 246, Socket 940 Asus K8N-DL
Server System: 1.2GHz AMD Athlon, Socket 462 Apollo KT133 VT82C686
[Original] [Print] [Top]
Subject: Wanted A Free Flight Simulator On A P2 450mhz
Author: rob.rice    Posted: 2006-02-25 18:15:08    Length: 538 byte(s)
[Original] [Print] [Top]
here is a copy of the crash report (no pun inteded)
opening file: /usr/share/FlightGear/Navaids/carrier_nav.dat
/usr/share/FlightGear/Navaids/TACAN_freq.dat
Failed to find runway 28R at airport 0Q3
X Error of failed request:  GLXUnsupportedPrivateRequest
  Major opcode of failed request:  144 (GLX)
  Minor opcode of failed request:  16 (X_GLXVendorPrivate)
  Serial number of failed request:  3932
  Current serial number in output stream:  3934
[Original] [Print] [Top]
Subject: Wanted A Free Flight Simulator On A P2 450mhz
Author: TrickyRic    Posted: 2006-02-26 12:50:10    Length: 803 byte(s)
[Original] [Print] [Top]
[div class='quotetop']QUOTE[/div][div class='quotemain']
X Error of failed request: GLXUnsupportedPrivateRequest
Major opcode of failed request: 144 (GLX)
Minor opcode of failed request: 16 (X_GLXVendorPrivate)
[/quote]

...looks like you have no glx drivers, which you'll need for all software that uses opengl graphics acceleration, including 3d (and most 2d) games or screensavers. simplest test to check this is to run glxgears:

Code:
br /]glxgears

...an opengl enabled system will result in a 3d gears animation window and fps output to the terminal. any other result means you need to install the opengl drivers for your graphics card. what card do you have?
----
Laptop: 2GHz Acer Aspire 9301AWSMi, 1GB DDR2, 17" TFT, 256MB GeForce Go 6100
Sold Development System:
2GHz AMD Opteron 246, Socket 940 Asus K8N-DL
Server System: 1.2GHz AMD Athlon, Socket 462 Apollo KT133 VT82C686
[Original] [Print] [Top]
Subject: Wanted A Free Flight Simulator On A P2 450mhz
Author: rob.rice    Posted: 2006-02-26 15:42:03    Length: 616 byte(s)
[Original] [Print] [Top]
glxgears runs I get a small window with 3 gears spinning in it
I also get 112.0000 fps and 93.3333 fps
from /proc/ioports I get
"ATI Technologies Inc 3D Rage Pro AGP 1X/2X"
this is also the device setting I have in /etc/X11/xorg.config
and this is what dell says is the built in video adpter
is there a module I need to load in xorg.config

I have GTK+2.2.10 installed I thought it covered opengl
so what do I need to install to fix it

I installed the slackware package from the flight gear web site
so should I try installing from source ?
[Original] [Print] [Top]
Subject: Wanted A Free Flight Simulator On A P2 450mhz
Author: TrickyRic    Posted: 2006-02-27 07:40:54    Length: 897 byte(s)
[Original] [Print] [Top]
lower fps reading from glxgears often suggests the use of mesa drivers, thus you do indeed have minimal glx support but this support isn't nearly as reliable or optimised as that provided by either ati or nvidia drivers. unforunately i've never used ati cards and cannot guide you through an install, but i expect ati has doc's on there site for linux drivers.

your xorg.conf already references the device, which should make things easier, but as the docs will likely state you'll need to edit the driver reference to that of the ati drivers you install, and possibly add/remove some module references. this should all be documented in the docs for your specific card.

gtk is a framework providing various graphical libraries and widgets. its basically an interface for programmers to make gui development more intuitive. gtk and opengl are seperate entities.
----
Laptop: 2GHz Acer Aspire 9301AWSMi, 1GB DDR2, 17" TFT, 256MB GeForce Go 6100
Sold Development System:
2GHz AMD Opteron 246, Socket 940 Asus K8N-DL
Server System: 1.2GHz AMD Athlon, Socket 462 Apollo KT133 VT82C686
[Original] [Print] [Top]
Subject: Wanted A Free Flight Simulator On A P2 450mhz
Author: rob.rice    Posted: 2006-02-27 19:52:33    Length: 578 byte(s)
[Original] [Print] [Top]
I went to ati.com  thay have a link to glx-utah where there is a link for this adpter that points to an ati page with a link that points to glx-utah
I emailed ati and thay sed we stoped supporting that adapter for linux when the XFree86 driver was included in XFree

I spent 4 hours at google.com/linux and as close as I came was other people who were having the same problem that I was having

Well thanks for your effort

and I'm still looking for a flight simulator I doubt there is any way around this to get flight gear working
[Original] [Print] [Top]
« Previous thread
Games...
Linux Games
Page. 1
Next thread »
Doom3 Hang On Startup
     

Copyright © 2007 UNIX Resources Network, All Rights Reserved.      About URN | Privacy & Legal | Help | Contact us
Powered by FreeBSD    webmaster: webmaster@unixresources.net
This page created on 2007-08-01 12:08:35, cost 0.02883505821228 ms.