Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux

2004-11-14 Thread Martin Spott
Ampere K. Hardraade wrote:
 On November 13, 2004 01:40 pm, Martin Spott wrote:
  Do you find something similar to this in your /var/log/messages ?
 
  Nov 13 19:28:04 quickstep kernel: [drm:radeon_unlock] *ERROR* Process 1000
  using kernel context 0

 Yes.  I keep getting that among other errors when I was trying to get fglrx 
 working, but I don't think that line is much of an issue.

Well, at least it's an indicator that your DRI driver and the kernel
DRM don't match - which is the reason why you don't get OpenGL hardware
acceleration.
Could you please post a sample of corrensponding logs from your setup ?

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux

2004-11-13 Thread Martin Spott
Ampere K. Hardraade wrote:

 I have finally got direct rendering working by apt-getting xlibmesa-dri.  
 glxgears only runs at ~200 fps though. :-/

Do you find something similar to this in your /var/log/messages ?

Nov 13 19:28:04 quickstep kernel: [drm:radeon_unlock] *ERROR* Process 1000 
using kernel context 0


Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux

2004-11-13 Thread Ampere K. Hardraade
Yes.  I keep getting that among other errors when I was trying to get fglrx 
working, but I don't think that line is much of an issue.

Ampere

On November 13, 2004 01:40 pm, Martin Spott wrote:
 Do you find something similar to this in your /var/log/messages ?

 Nov 13 19:28:04 quickstep kernel: [drm:radeon_unlock] *ERROR* Process 1000
 using kernel context 0


 Martin.

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux

2004-11-08 Thread Martin Spott
Ampere K. Hardraade wrote:
 Still no luck with direct rendering.  If I use the one from XFree86, direct 
 rendering will get enabled, but the framerate is so poor that even my i810 
 can beat it.  If I use the one from fglrx, it is error after error after 
 error.  Sigh... and I thought ATI is supposed to be Linux-friendly?!

Things have changed a bit these days, but the r200 chip is still one of
the best supported GPU's in the OpenSource world. The problem on _your_
computer is not ATI's fault:

 [EMAIL PROTECTED]:~$ LIBGL_DEBUG=verbose glxinfo
 name of display: :0.0
 libGL error: XF86DRIQueryDirectRenderingCapable returned falselibGL [...]
   ^^
And:

 Also, in the XFree86.0.log, this keeps coming up:
 (EE) fglrx(0): [agp] could not determine AGP since mode=0x
   ^
As Fred already posted: You still appear to have different flavours of
OpenGL libaries as well as different DRI drivers on your box. You still
try to use the 'fglrx' and apparently you have libGL that doesn't match
your DRI driver - whichever you try to use.

You'd probably want to clean up all the fglrx/DRI stuff and reinstall
the necessary parts,

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux

2004-11-08 Thread Ampere K. Hardraade
Well, the r200 driver did work, but for some reason it only gave me ~200 fps 
at the most. =(

Ampere

On November 8, 2004 03:28 am, Martin Spott wrote:
 Things have changed a bit these days, but the r200 chip is still one of
 the best supported GPU's in the OpenSource world. The problem on _your_
 computer is not ATI's fault:

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux

2004-11-08 Thread Ampere K. Hardraade
Fresh Linux installation, but I'm still getting this:

(II) fglrx(0): [agp] AGP v1/2 disable mask 0x
(II) fglrx(0): [agp] AGP v3 disable mask   0x
(EE) fglrx(0): [agp] could not determine AGP since mode=0x
(EE) fglrx(0): cannot init AGP

Ampere

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux

2004-11-08 Thread Martin Spott
Ampere K. Hardraade wrote:
 Fresh Linux installation, but I'm still getting this:

 (II) fglrx(0): [agp] AGP v1/2 disable mask 0x
   ^
Your fault - isn't it ? If you need support for a closed source driver,
then please call the vendor and stop annoying people on an OpenSource
mailing list !
If you insist on being so stupid not to follow the advice we already
gave you, then there's nothing we can do for you anymore,

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux

2004-11-07 Thread Ampere K. Hardraade
Still no luck with direct rendering.  If I use the one from XFree86, direct 
rendering will get enabled, but the framerate is so poor that even my i810 
can beat it.  If I use the one from fglrx, it is error after error after 
error.  Sigh... and I thought ATI is supposed to be Linux-friendly?!

Any idea what the following means?

[EMAIL PROTECTED]:~$ LIBGL_DEBUG=verbose glxinfo
name of display: :0.0
libGL error: XF86DRIQueryDirectRenderingCapable returned falselibGL error: 
XF86D
RIQueryDirectRenderingCapable returned falsedisplay: :0  screen: 0
direct rendering: No

Also, in the XFree86.0.log, this keeps coming up:
(EE) fglrx(0): [agp] could not determine AGP since mode=0x

I did some googlings but I couldn't find anything related to this problem that 
I am having.

Thanks in advance,
Ampere

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux

2004-11-06 Thread Frederic Bouvier
Ampere K. Hardraade wrote:

 Any idea what the first few lines are saying?

 Ampere

 [EMAIL PROTECTED]:~$ LIBGL_DEBUG=verbose glxinfo
 name of display: :0.0
 libGL: XF86DRIGetClientDriverName: 4.0.1 r200 (screen 0)
 libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
 libGL error: dlopen /usr/X11R6/lib/modules/dri/r200_dri.so failed
 (/usr/X11R6/lib/modules/dri/r200_dri.so: undefined symbol:
 _glapi_noop_enable_warnings)
 libGL error: unable to find driver: r200_dri.so
 libGL: XF86DRIGetClientDriverName: 4.0.1 r200 (screen 0)
 libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
 libGL error: dlopen /usr/X11R6/lib/modules/dri/r200_dri.so failed
 (/usr/X11R6/lib/modules/dri/r200_dri.so: undefined symbol:
 _glapi_noop_enable_warnings)
 libGL error: unable to find driver: r200_dri.so
 display: :0  screen: 0
 direct rendering: No

[...]

 OpenGL version string: 1.3 Mesa 4.0.4
[...]

I would say that your dri driver doesn't match you libGL
It seems that r200_dri.so is a driver for XFree 4.0.1, and you
have Mesa 4.0.4

-Fred



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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux

2004-11-06 Thread Martin Spott
Ampere K. Hardraade wrote:
 Any idea what the first few lines are saying?

 Ampere

 [EMAIL PROTECTED]:~$ LIBGL_DEBUG=verbose glxinfo
 name of display: :0.0
 libGL: XF86DRIGetClientDriverName: 4.0.1 r200 (screen 0)
 libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
 libGL error: dlopen /usr/X11R6/lib/modules/dri/r200_dri.so failed 
 (/usr/X11R6/lib/modules/dri/r200_dri.so: undefined symbol: 
 _glapi_noop_enable_warnings)
 libGL error: unable to find driver: r200_dri.so

This looks like you forgot to install the X server modules package or
the package is not complete,

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux

2004-11-05 Thread Ampere K. Hardraade
On November 4, 2004 06:26 am, Martin Spott wrote:
 Ampere K. Hardraade wrote:
  Section Device
  Identifier  Generic Video Card
  Driver  radeon
  EndSection

 This is not very much, although it _might_ work. You'd be better done
 with adding a BusID and a Screen.

 Ampere K. Hardraade wrote:
  If I keep the radeon in the driver section, the config file isn't read
  at all.  Therefore, I changed it back to ati.

 This shouldn't make any difference.
 Did you enable glx and dri in the Module-section ?

 Martin.

I have finally got direct rendering working by apt-getting xlibmesa-dri.  
glxgears only runs at ~200 fps though. :-/

Ampere

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux

2004-11-05 Thread Ampere K. Hardraade
Any idea what the first few lines are saying?

Ampere

[EMAIL PROTECTED]:~$ LIBGL_DEBUG=verbose glxinfo
name of display: :0.0
libGL: XF86DRIGetClientDriverName: 4.0.1 r200 (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
libGL error: dlopen /usr/X11R6/lib/modules/dri/r200_dri.so failed 
(/usr/X11R6/lib/modules/dri/r200_dri.so: undefined symbol: 
_glapi_noop_enable_warnings)
libGL error: unable to find driver: r200_dri.so
libGL: XF86DRIGetClientDriverName: 4.0.1 r200 (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
libGL error: dlopen /usr/X11R6/lib/modules/dri/r200_dri.so failed 
(/usr/X11R6/lib/modules/dri/r200_dri.so: undefined symbol: 
_glapi_noop_enable_warnings)
libGL error: unable to find driver: r200_dri.so
display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_ATI_pixel_format_float,
GLX_ATI_render_texture
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_lod_bias
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
--
0x23 24 tc  0 24  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  1 0 None
0x24 24 tc  0 24  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  1 0 None
0x25 24 tc  0 24  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  1 0 Slow
0x26 24 tc  0 24  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  1 0 Slow
0x27 24 tc  0 24  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  1 0 None
0x28 24 tc  0 24  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  1 0 None
0x29 24 tc  0 24  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  1 0 Slow
0x2a 24 tc  0 24  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  1 0 Slow
0x2b 24 dc  0 24  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  1 0 None
0x2c 24 dc  0 24  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  1 0 None
0x2d 24 dc  0 24  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  1 0 Slow
0x2e 24 dc  0 24  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  1 0 Slow
0x2f 24 dc  0 24  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  1 0 None
0x30 24 dc  0 24  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  1 0 None
0x31 24 dc  0 24  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  1 0 Slow
0x32 24 dc  0 24  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  1 0 Slow

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux

2004-11-04 Thread Martin Spott
Ampere K. Hardraade wrote:
 Section Device
 Identifier  Generic Video Card
 Driver  radeon
 EndSection

This is not very much, although it _might_ work. You'd be better done
with adding a BusID and a Screen.

Ampere K. Hardraade wrote:
 If I keep the radeon in the driver section, the config file isn't read at 
 all.  Therefore, I changed it back to ati.

This shouldn't make any difference.
Did you enable glx and dri in the Module-section ?

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux

2004-11-03 Thread Martin Spott
Ampere K. Hardraade wrote:

 it seem agpgart is still seeing the i810 and not the ATI card.

Did you already give the OpenSource drivers a try ?

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux

2004-11-03 Thread Ampere K. Hardraade
No.

How do I do so?

Ampere

On November 3, 2004 12:41 pm, Martin Spott wrote:
 Ampere K. Hardraade wrote:
  it seem agpgart is still seeing the i810 and not the ATI card.

 Did you already give the OpenSource drivers a try ?

 Martin.

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux

2004-11-03 Thread Martin Spott
Ampere K. Hardraade wrote:
 On November 3, 2004 12:41 pm, Martin Spott wrote:
  Ampere K. Hardraade wrote:
   it seem agpgart is still seeing the i810 and not the ATI card.
 
  Did you already give the OpenSource drivers a try ?

 No.
 
 How do I do so?

Install XFree86 or better XOrg from your favorite Linux distribution
and adjust your 'XF86Config' or 'xorg.conf' according the exaple I've
pointed at in my posting on tuesday,

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux

2004-11-03 Thread Ampere K. Hardraade
If you are referring the radeon driver, itI am using it at the moment and it 
doesn't give me direct rendering either.

Ampere

On November 3, 2004 03:15 pm, Martin Spott wrote:
 Install XFree86 or better XOrg from your favorite Linux distribution
 and adjust your 'XF86Config' or 'xorg.conf' according the exaple I've
 pointed at in my posting on tuesday,

 Martin.

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux

2004-11-03 Thread Martin Spott
Ampere K. Hardraade wrote:
 If you are referring the radeon driver, itI am using it at the moment and it 
 doesn't give me direct rendering either.

I have to guess what you're meaning   Could you post the Device
and the DRI section of your XF86Config ? Simply use cut 'n paste so I
don't have to fiddle with attachments,

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux

2004-11-03 Thread Ampere K. Hardraade
Section Device
Identifier  Generic Video Card
Driver  radeon
EndSection

Section Monitor
Identifier  SyncMaster
HorizSync   30-60
VertRefresh 56-75
Option  DPMS
EndSection

Section Screen
Identifier  Default Screen
Device  Generic Video Card
Monitor SyncMaster
DefaultDepth24
SubSection Display
Depth   1
Modes   1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   4
Modes   1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   8
Modes   1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   15
Modes   1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   16
Modes   1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   24
Modes   1024x768 800x600 640x480
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Generic Keyboard
InputDevice Configured Mouse
InputDevice Generic Mouse
EndSection

Section DRI
Mode0666
EndSection


On November 3, 2004 03:57 pm, Martin Spott wrote:
 I have to guess what you're meaning   Could you post the Device
 and the DRI section of your XF86Config ? Simply use cut 'n paste so I
 don't have to fiddle with attachments,

 Martin.

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux

2004-11-03 Thread Ampere K. Hardraade
If I keep the radeon in the driver section, the config file isn't read at 
all.  Therefore, I changed it back to ati.

Ampere

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux (was

2004-11-02 Thread Martin Spott
Martin Spott wrote:

 I could 'lend' you my 'xorg.conf' that I use on a customers's PeeCee if
 you are ready to wait until tuesday,

  http://document.ihg.uni-duisburg.de/Misc/xorg.conf.r200

I states SaX generated but most of the stuff is the result of manual
editing  :-)

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux (was AI Carrier)

2004-11-01 Thread Arnt Karlsen
On Sun, 31 Oct 2004 01:49:53 -0400, Ampere wrote in message 
[EMAIL PROTECTED]:
 On October 30, 2004 10:32 pm, Arnt Karlsen wrote:
  On Sat, 30 Oct 2004 19:39:42 -0400, Ampere wrote in message
 
  [EMAIL PROTECTED]:
   On October 30, 2004 04:11 pm, Arnt Karlsen wrote:
..according to your lspci -v, you have both an ATI card and
an Intel 82845G/GL[Brookdale-G] integrated card, and AFAICT, a
propeller head driver from ATI telling your box fairy tales on
seeing your Intel card.
   
..lose that ATI driver, use a fresh kernel, they have the DRI
drivers, and retry X setup.
  
   I have removed fglrx completely and use the driver from XFree86
   instead.  The good news is that I have stopped getting errors in
   XFree86.0.log.  The bad news is that I still don't have direct
   rendering.
 
  ..and the logs says?
 
 The entire log is too big to put in here, so I put attached it as a
 Zip archive.
 
 There is no error or warning message regarding video driver.  X also
 stopped crashing when I logout.

..and your log mentions Acceleration enabled.  ;-)

-- 
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.



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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux (was AI Carrier)

2004-11-01 Thread Ampere K. Hardraade
When I type glxinfo | grep rendering, I got:
direct rendering: No

Ampere

On November 1, 2004 02:23 pm, Arnt Karlsen wrote:
 ..and your log mentions Acceleration enabled.  ;-)

 --
 ..med vennlig hilsen = with Kind Regards from Arnt... ;-)
 ...with a number of polar bear hunters in his ancestry...
   Scenarios always come in sets of three:
   best case, worst case, and just in case.

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux (was

2004-10-30 Thread Martin Spott
Ampere K. Hardraade wrote:

 Thanks for helping me out on this problem.  So far, I have tried:

I believe you want to dump the commercial ATI driver for the Radeon9200
i favour of the OpenSource alternative. I realize that I should
overhaul the chapter on ATI cards in the manual 
A typical Radeon9200 works perfectly with the DRM driver from a current
(2.6.8/2.6.9) kernel and the DRI driver from either a current XFree86
(4.3 and above) or XOrg (presumably 6.8.1 - 6.8.2 is in the works but
we'll have to wait some more weeks).

I could 'lend' you my 'xorg.conf' that I use on a customers's PeeCee if
you are ready to wait until tuesday,

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux (was AI Carrier)

2004-10-30 Thread Arnt Karlsen
On Sat, 30 Oct 2004 01:51:52 -0400, Ampere wrote in message 
[EMAIL PROTECTED]:

 Thanks for helping me out on this problem.  So far, I have tried:
 - compiling agpgart as builtin and as a module
 - compiling with and without DRM
 - enabling and disabling the useinternalagpart in XF86Config-4
 - using either XF86Config-4 generated by fglrxconfig, or that
 generated by dpkg-reconfigure xserver-xfree86
 - removing xlibmesa and reinstalling it
 - removing xserver-xfree86 and reinstalling it
 - removing and recompiling the fglrx modules
 - removing and reinstalling the fglrx drivers
 (There is no enabling/disabling USB loading for DOS in my BIOS)
 
 This is the order at which I load the modules in /etc/modules:
 rtc
 agpgart
 intel-agp
 fglrx
 
 Other information:
 
 I think I am using unstable right now.  Originally, I installed Debian
 as Sarge.  But I have changed the apt sources to use unstable/main and
 ran apt-get dist-upgrade.
 
 [EMAIL PROTECTED]:~$ uname -a
 Linux localhost 2.6.8 #1 Sat Oct 23 11:48:00 EDT 2004 i686 GNU/Linux
 
 XFree86 Version 4.3.0.1
 
 I have attached the output from dmesg | grep fglrx, lsmod, lspci
 -, XFree86.0.log as well as my current Kernel Config in a Zip
 file.

..according to your lspci -v, you have both an ATI card and an Intel
82845G/GL[Brookdale-G] integrated card, and AFAICT, a propeller head
driver from ATI telling your box fairy tales on seeing your Intel card.

..lose that ATI driver, use a fresh kernel, they have the DRI drivers,
and retry X setup.

-- 
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.


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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux (was AI Carrier)

2004-10-30 Thread Ampere K. Hardraade
I have removed fglrx completely and use the driver from XFree86 instead.  The 
good news is that I have stopped getting errors in XFree86.0.log.  The bad 
news is that I still don't have direct rendering.

Ampere

On October 30, 2004 04:11 pm, Arnt Karlsen wrote:
 ..according to your lspci -v, you have both an ATI card and an Intel
 82845G/GL[Brookdale-G] integrated card, and AFAICT, a propeller head
 driver from ATI telling your box fairy tales on seeing your Intel card.

 ..lose that ATI driver, use a fresh kernel, they have the DRI drivers,
 and retry X setup.

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux (was

2004-10-30 Thread Ampere K. Hardraade
Sure.  Every little bit helps.

Ampere

On October 30, 2004 01:17 pm, Martin Spott wrote:
 I could 'lend' you my 'xorg.conf' that I use on a customers's PeeCee if
 you are ready to wait until tuesday,

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


Re: [Flightgear-devel] ATI 9200 Direct Rendering problem on Linux (was AI Carrier)

2004-10-30 Thread Arnt Karlsen
On Sat, 30 Oct 2004 19:39:42 -0400, Ampere wrote in message 
[EMAIL PROTECTED]:

 On October 30, 2004 04:11 pm, Arnt Karlsen wrote:
  ..according to your lspci -v, you have both an ATI card and an
  Intel 82845G/GL[Brookdale-G] integrated card, and AFAICT, a
  propeller head driver from ATI telling your box fairy tales on
  seeing your Intel card.
 
  ..lose that ATI driver, use a fresh kernel, they have the DRI
  drivers, and retry X setup.
 
 I have removed fglrx completely and use the driver from XFree86
 instead.  The good news is that I have stopped getting errors in
 XFree86.0.log.  The bad news is that I still don't have direct
 rendering.

..and the logs says? 

-- 
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.



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