Re: [Flightgear-users] Radeon 7000 configuration

2005-04-08 Thread Jorge Van Hemelryck
On Thu, 07 Apr 2005 20:04:06 -0600
Ralph Jones wrote:

 I've just done a rebuild on my Linux box, with Fedora Core 3 and a
 Radeon 7000 video card. In trying to get it configured for FG, I've
 been unable to get the card to run accelerated. glxgears runs about
 500 fps, and glxinfo reports direct rendering off.
 
 I've downloaded and installed the Livna ati-fglrx driver, to no
 effect, and haven't found much help on the Fedora fora. My xorg.conf
 and the output of glxinfo are below. Suggestions? Thanks...

ATI says that their proprietary driver supports Radeon 8500 and above,
and if you have an older board you should use one of the open-source
drivers. Arnt is going to be happy ! :-)

 Section Device
  Identifier  Videocard0
  Driver  radeon
  VendorName  Videocard vendor
  BoardName   ATI Radeon 7000
 EndSection

Looks like you're not actually using the fglrx driver anyway...

The problem is somewhere else. As Arnt already pointed out, maybe you'll
have to examine and/or post a few logs.

-- 
Jorge Van Hemelryck

___
Flightgear-users mailing list
Flightgear-users@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-users] Re: Joystick detection help

2005-03-06 Thread Jorge Van Hemelryck
There's another solution, if you want the module loaded when some
application asks for it, you just have to add a few lines to
/etc/modprobe.conf (taken from
/usr/src/linux/Documentation/input/joystick.txt):

alias tty-ldisc-2 serport
alias char-major-13 input
above input joydev ns558 analog
options analog map=gamepad,none,2btn

That's just an example, in your case, you might not want the options
line, or the ns558 modules. It can be adapted to your needs. The
serport module is only necessary for serial port joysticks. the
char-major-13 line refers to the joystick device, major number 13
(type ls -l /dev/input/js0). After the input module has been loaded,
the line above tells the system to load other modules as well, maybe
you only need analog...

-- 
Jorge Van Hemelryck

___
Flightgear-users mailing list
Flightgear-users@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-users] help with ATI fglrx

2005-03-03 Thread Jorge Van Hemelryck

Taken from this page, paragraph 31.1, the part about lsmod output:

http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/ch-kernel-modules.html

For each line, the first column is the name of the module, the second
column is the size of the module, and the third column is the use
count.

Not a user id.

-- 
Jorge Van Hemelryck

___
Flightgear-users mailing list
Flightgear-users@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-users] Mandrake 10.1 build

2005-02-24 Thread Jorge Van Hemelryck
On Thu, 24 Feb 2005 01:46:32 -0600
Dave Culp wrote:

 Has anyone out there done a build of SimGear in Mandrake 10.1?My Mandrake 
 system is almost nearly out of the box, and I've succesfully compiled the 
 mm3d CAD application, as well as openal and plib, but I get this with SimGear 
 ( both 0.3.8 and CVS ):
 
 gcc  -g -O2 -D_REENTRANT  -L/usr/X11R6/lib -o tabbed_value_test  
 tabbed_values_test.o ../../simgear/misc/libsgmisc.a 
 ../../simgear/xml/libsgxml.a ../../simgear/debug/libsgdebug.a
 tabbed_values_test.o(.text+0x35): In function `main':
 /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.1/../../../../include/c++/3.4.1/bits/basic_string.h:2115:
  
 undefined reference to `std::basic_stringchar, std::char_traitschar, 
 std::allocatorchar ::compare(char const*) const'
 
 ...  and lots more
 
 
 Any Ideas?  Am I missing a library, or have a bad symlink?

Mandrake 10.1 here, nearly out of the box (I like the way you say it)...

As far as I recall, SimGear always compiled right away. I seem to
remember having a problem like yours though, but I can't say exactly in
what context.

Missing devel package somewhere ? lisbtdc++ (one of them) missing ?

-- 
Jorge Van Hemelryck

___
Flightgear-users mailing list
Flightgear-users@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-users] 3D Rendering Problem

2005-01-28 Thread Jorge Van Hemelryck
On Wed, 26 Jan 2005 08:28:49 -0500
Josh (Norm) Audette wrote:

 Ampere K. Hardraade wrote:
 My computer is a ThinkPad X31 with Pentium-M 1.4G CPU and ATI Radeon
 Mobility M6 LY. 
 
 The frame rate for glxgears is 225 fps with rather
 low CPU usage.
  
  What I was told is that slow framerate on ATI cards in Linux is a driver 
  issue.  About the only thing people like you and I can do is wait for a fix 
  from the DRI developers.
 
 My ATI 9100 IGP gets 2500 frames in 5 sec / 518 FPS.  That's with the
 Linux Xorg drivers.
 
 A friend of mine who has an ATI Mobility M9 in his machine gets over
 6000 frames in 5 sec (over 1200fps) using the Linux ATI proprietary drivers.

On my laptop, I have an ATI Radeon Mobility M9 as well, I'm using the
Xorg drivers (6.7.0) and a kernel 2.4.22, and I get around 2160 fps with
glxgears. With fgfs, I have about 25 fps, and it sometimes drops to 4 or
5 for certain ranges of view angles.

-- 
Jorge Van Hemelryck


___
Flightgear-users mailing list
Flightgear-users@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-users] Crash using system.fgfsrc file

2005-01-23 Thread Jorge Van Hemelryck
On Sat, 22 Jan 2005 00:33:22 -0500
Paul Parisi wrote:

 After running C:\FlightGear\bin\Win32fgfs off of the command prompt, I get
 the following error:
 
 Unknown option
 '{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fmodern\fprq1\fchars
 et0
 Courier New;}}'
 Config file parse error: /FlightGear/data/system.fgfsrc
 '{rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fmodern\fprq1\fcharset0
 Courier New;}}'

Looks like you saved your system.fgfsrc file in RTF format. If you try
and open it with notepad, you'll see why FlightGear had a problem. You
can either go to the text editor you used and save the file in plain
text format, or copy and paste the text itself into notepad.

After that, maybe we'll see what happens with your joystick...

Actually, the best way to define joystick bindings is now through XML
configuration files (joysticks.xml has a list of joystick names, and
points to the most appropriate file for the name returned by the
driver). You will probably want to use this option as well in your
system.fgfsrc file:

--log-level=info

so that you can actually see what is happening.

-- 
Jorge Van Hemelryck


___
Flightgear-users mailing list
Flightgear-users@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-users] fgrun install problem

2004-12-25 Thread Jorge Van Hemelryck
On Fri, 24 Dec 2004 20:52:27 -0800 (PST)
Don Oliver wrote:

 I am having problems installing fgrun.
 So far, all have been solved except that './configure'
 now shows some no answers in checking (don't know
 the significance of these), and 'make' gives an error
 message.
 Attached are the results of these two commands.

Looks like you are missing fltk, the graphic toolkit used by fgrun. You
should have those installed :

libfltk1.1
libfltk1.1-devel

As root, you could type:

urpmi libfltk1.1-devel

-- 
Jorge Van Hemelryck


___
Flightgear-users mailing list
Flightgear-users@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-users] [from AVSIM] Config file parse error: C:/Program Files/FlightGear/data/system.fgfsrc '--prop: encountered in XP

2004-12-13 Thread Jorge Van Hemelryck
On Sun, 12 Dec 2004 13:27:39 -0500
Ampere K. Hardraade wrote:

 On December 12, 2004 03:52 am, Erik Hofman wrote:
   http://forums.avsim.net/dcboard.php?az=show_topicforum=198topic_id=442;
  mode=full
  
   Changing the content inside fgfsrc didn't work.  I am out of idea. =(
 
  I think he's using fgrun. That utility will always overwrite the
  contents of the .fgfsrc file on Unix. Maybe the same thing happens on
  Windows with the system.fgfsrc file?
 
 How would he fix the problem then?

Ok, I checked how fgrun could add those lines to the .fgfsrc (or
system.fgfsrc), and how to remove them. Actually, this user probably
explored all the tabs and menus and advanced options in fgrun. If you
click on Advanced..., then select the Properties dialog, and click
on New without entering anything in the Property field, the line
--prop: is appended to .fgfsrc. The same thing happens in the
Debugging dialog, with --trace-read= and --trace-write=. The
(user) fix is to select all these empty lines (the first line in each
empty list: Properties, Trace-Read Properties, Trace-Write Properties),
and each time click on the appropriate Delete Button. Another solution
might be to simply delete the .fltk/flightgear.org/fgrun.prefs file, or
one of the directories above altogether. I just thought that the first
solution would be cleaner and would allow to retain all the other
settings.

Feel free to forward this answer to the forum. I was too lazy to try and
register tonight on AVSIM.

If you give me some time, I might even come up with a fix in fgrun.
Unless someone does it before me (I can't assure you of any deadline).



-- 
Jorge Van Hemelryck


___
Flightgear-users mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-users] NASA Worldwind

2004-12-11 Thread Jorge Van Hemelryck
On Wed, 8 Dec 2004 22:02:02 +0200
Paul Surgeon wrote:

 Just out of interest has anyone ever done a poll to find out who uses what OS 
 for FG?
 It would be interesting and possibly useful info to see what OS's are the 
 most 
 popular for FG especially amongst the developer community.

Mandrake Linux 10.0 at home. At work, it's been tested on Windows 2000,
but might be used on a Mandrake Linux as well.

-- 
Jorge Van Hemelryck


___
Flightgear-users mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-users
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-users] Joysticks - again

2004-06-29 Thread Jorge Van Hemelryck
On Wed, 30 Jun 2004 11:04:55 +1200
Andrew O'Gorman wrote:

 I was also looking at the Thrustmaster Afterburner 2 joystick and
 throttle, USB of course, which is slightly cheaper...any thoughts on this??

Well, it works. And I particularly like it. It's sturdy, and I like the
way it feels. Then again, I've had mostly Thrustmaster joysticks
lately... The only drawback I can see is that you can't use at the same
time joystick twisting and the two-button rudder control on the
throttle. It's either one or the other. For everything else, it's a very
nice product.

-- 
Jorge Van Hemelryck

___
Flightgear-users mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-users


Re: [Flightgear-users] X freezes (ATI Radeon 7000 on Linux)

2004-04-10 Thread Jorge Van Hemelryck
On Fri, 9 Apr 2004 04:21:43 -0700 (PDT)
Ahsan A. [EMAIL PROTECTED] wrote:

 I installed flightgear 0.9.4 a few days ago on a Red Hat 9 machine
 with 512 mb ram, a P4 2.4ghz processor, and a 64 MB ATI Volcano
 Radeon 7000 3D graphics accelerator. The driver installed for Radeon
 is the standard driver that Red Hat bundles. It has 3D Hardware
 acceleration enabled.
 The problem is this: barely minutes into flightgear, the display
 freezes, and I cannot change terminals or even ctrl+alt+bkspc to stop
 X. I have to restart the machine.

Is the display really freezed ? I mean, Can you still move the mouse
pointer around ?

I've experienced the same kind of freeze a few times, and solved it by
connecting to my machine from the network, and killing either X or the
graphically intensive application. I've experienced it with both
FlightGear and PrettyPoly Editor, particularly when using a complex
aircraft 3D model.

-- 
Jorge Van Hemelryck

___
Flightgear-users mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-users


Re: [Flightgear-users] FG (from CVS) fails to build - Second query.

2003-08-14 Thread Jorge Van Hemelryck
On Wed, 30 Jul 2003 12:16:49 -0700
Victoria Welch [EMAIL PROTECTED] wrote:

 On Wednesday 30 July 2003 11:54, Erik Hofman wrote:
 
  I think you should switch over to flightgear-devel when you
  compile the CVS version. The same question has been asked there
   yesterday.
 
 Ah, I thought I did have the development stuff, obviously confused 
 being new to this.  Also starting to wonder if I am getting all the 
 mail as I do not remember seeing anything on this yesterday (stuck 
 with comcast and paranoid about it :( ).

Sorry to be the one who breaks it to you, but... I think Erik was
referring to the flightgear-devel *mailing-list*...

Enjoy the CVS version... I find it fascinating to just update the source,
compile, and discover whole new wonders each time.

-- 
Jorge Van Hemelryck

___
Flightgear-users mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-users