Re: [Flightgear-devel] Textures bug - Solved

2013-02-19 Thread mermar
Hi,
described problem is common according to forums:
http://www.flightgear.org/forums/viewtopic.php?f=37&t=19124
http://www.flightgear.org/forums/viewtopic.php?f=37&t=18921
http://www.flightgear.org/forums/viewtopic.php?f=37&t=18964

I found solution in topic about another bug:
http://www.flightgear.org/forums/viewtopic.php?f=37&t=18331

So this makes Flightgear usable in my case:
--prop:/sim/rendering/texture-compression=off

I don't know what was changed in Flightgear but maybe it would be great idea to 
make this default setting.

Cheers Martin M.

__
> Od: mer...@centrum.cz
> Komu: FlightGear developers discussions 
> 
> Datum: 16.02.2013 09:33
> Předmět: Re: [Flightgear-devel] Textures bug
>
>__
>> Od: "Arnt Karlsen" 
>> Komu: 
>> Datum: 31.01.2013 02:15
>> Předmět: Re: [Flightgear-devel] Textures bug
>>
>>On Sat, 26 Jan 2013 16:18:14 +0100, mer...@centrum.cz wrote in message 
>><20130126161814.7b021...@centrum.cz>:
>>
>>> Hello,
>>> with current Git version of Flightgear, i'm experiencing textures
>>> bug. See screenshots. http://www.imagehosting.cz/?v=fgfsscreen.jpg
>>> http://www.imagehosting.cz/?v=fgfsscumu.jpg
>>> http://www.imagehosting.cz/?v=fgfsscxcx.jpg
>>> http://www.imagehosting.cz/?v=fgfssccic.jpg
>>> 
>>> I tried many combinations of Rendering options and some commandline
>>> options without success.
>>> 
>>> I'm running Ubuntu 12.10 with radeon driver.
>>
>>..first verify you have _all_ the firmware this driver needs,
>>on Debian we need firmware-linux-nonfree for the KMS stuff,
>>Ubuntu is similar. E.g. dpkg -l |grep firmware-linux
>
>I don't think I need this. But:
>$ dpkg -l | grep firmware 
>ii  linux-firmware  1.95  all  Firmware for Linux kernel drivers
>$ sudo apt-get install linux-firmware-nonfree
>
>It didn't make any difference.
>
>>..later, you are also able to test with the radeonhd and fglrx 
>>drivers and post the output and pix of FG runs with those 
>>drivers, to help pinpoint the bug you found.  These latter 2
>>drivers require you disable KMS, and possibly even a reboot.
>
>I cannot use fglrx because none of my cards is supported by current version of 
>this driver. Gnome Shell didn't work with it in previous version. I don't like 
>binary blob, made my computer unstable.
>
>>> I tried two different graphic cards with the same result.
>>> RV630 [Radeon HD 3600 Series]
>>> Cape Verde PRO [Radeon HD 7700 Series]
>>> 
>>> $ ./run_fgfs.sh --version
>>> FlightGear version: 2.11.0
>>> Revision: 11f15a9b36ef3ca8e1bdc53b52e9e7f316ccc102
>>> Build-Id: none
>>> FG_ROOT=/media/mermar/aaa/fgfs/install/fgfs/fgdata
>>> FG_HOME=/home/mermar/.fgfs
>>> FG_SCENERY=
>>> SimGear version: 2.11.0
>>> PLIB version: 185
>>> 
>>> There are no error messages in the console.
>>> 
>>> With version 2.6 from Ubuntu repository, I'v got the same wrong
>>> output.
>>>
>>> Version 2.4 worked fine.
>>
>>..does it (FG-2.4) _still_ work fine?
>>
>>..if you no longer have it installed, you should be able to 
>>install it adding a deb line from whichever older version 
>>Ubuntu you had when you had FG-2.4, and install FG-2.4 with 
>>e.g. "aptitude -t experimental install flightgear" (modify 
>>as you see fit, experimental -> your old Ubuntu version), 
>>and test it with your current Ubuntu's radeon, radeonhd 
>>and fglrx drivers.
>
>I didn't manage to install version 2.4, but e.g. 0ad seems to run just fine.
>
>>> Is there something I can do to fix this? Or can someone please help
>>> me?
>>
>>..first, the exact commandline you use to start FG,
>>then the output from that commandline in that xterm.
>>If this is a radeon bug, the radeon team will have 
>>a bunch of things they want you to do.  
>>Do you have reportbug installed?  If not, install 
>>it now, e.g. "reportbug radeon" gives you a nice 
>>intro guide on writing bug reports.
>
>Don't know what is and what to do with reportbug.
>
>Exact commandline with current git:
>
>$ ./run_fgfs.sh 
>Enabling ATI viewport hack
>KMA20 audio panel initialized
>KI266 dme indicator #0 initialized
>loading scenario 'nimitz_demo'
>  Trim Results: 
>  Altitude AGL:4.4  wdot:  2.00e-04 Tolerance: 1e-03  Passed
>   

Re: [Flightgear-devel] Textures bug

2013-02-16 Thread mermar
__
> Od: "Arnt Karlsen" 
> Komu: 
> Datum: 31.01.2013 02:15
> Předmět: Re: [Flightgear-devel] Textures bug
>
>On Sat, 26 Jan 2013 16:18:14 +0100, mer...@centrum.cz wrote in message 
><20130126161814.7b021...@centrum.cz>:
>
>> Hello,
>> with current Git version of Flightgear, i'm experiencing textures
>> bug. See screenshots. http://www.imagehosting.cz/?v=fgfsscreen.jpg
>> http://www.imagehosting.cz/?v=fgfsscumu.jpg
>> http://www.imagehosting.cz/?v=fgfsscxcx.jpg
>> http://www.imagehosting.cz/?v=fgfssccic.jpg
>> 
>> I tried many combinations of Rendering options and some commandline
>> options without success.
>> 
>> I'm running Ubuntu 12.10 with radeon driver.
>
>..first verify you have _all_ the firmware this driver needs,
>on Debian we need firmware-linux-nonfree for the KMS stuff,
>Ubuntu is similar. E.g. dpkg -l |grep firmware-linux

I don't think I need this. But:
$ dpkg -l | grep firmware 
ii  linux-firmware  1.95  all  Firmware for Linux kernel drivers
$ sudo apt-get install linux-firmware-nonfree

It didn't make any difference.

>..later, you are also able to test with the radeonhd and fglrx 
>drivers and post the output and pix of FG runs with those 
>drivers, to help pinpoint the bug you found.  These latter 2
>drivers require you disable KMS, and possibly even a reboot.

I cannot use fglrx because none of my cards is supported by current version of 
this driver. Gnome Shell didn't work with it in previous version. I don't like 
binary blob, made my computer unstable.

>> I tried two different graphic cards with the same result.
>> RV630 [Radeon HD 3600 Series]
>> Cape Verde PRO [Radeon HD 7700 Series]
>> 
>> $ ./run_fgfs.sh --version
>> FlightGear version: 2.11.0
>> Revision: 11f15a9b36ef3ca8e1bdc53b52e9e7f316ccc102
>> Build-Id: none
>> FG_ROOT=/media/mermar/aaa/fgfs/install/fgfs/fgdata
>> FG_HOME=/home/mermar/.fgfs
>> FG_SCENERY=
>> SimGear version: 2.11.0
>> PLIB version: 185
>> 
>> There are no error messages in the console.
>> 
>> With version 2.6 from Ubuntu repository, I'v got the same wrong
>> output.
>>
>> Version 2.4 worked fine.
>
>..does it (FG-2.4) _still_ work fine?
>
>..if you no longer have it installed, you should be able to 
>install it adding a deb line from whichever older version 
>Ubuntu you had when you had FG-2.4, and install FG-2.4 with 
>e.g. "aptitude -t experimental install flightgear" (modify 
>as you see fit, experimental -> your old Ubuntu version), 
>and test it with your current Ubuntu's radeon, radeonhd 
>and fglrx drivers.

I didn't manage to install version 2.4, but e.g. 0ad seems to run just fine.

>> Is there something I can do to fix this? Or can someone please help
>> me?
>
>..first, the exact commandline you use to start FG,
>then the output from that commandline in that xterm.
>If this is a radeon bug, the radeon team will have 
>a bunch of things they want you to do.  
>Do you have reportbug installed?  If not, install 
>it now, e.g. "reportbug radeon" gives you a nice 
>intro guide on writing bug reports.

Don't know what is and what to do with reportbug.

Exact commandline with current git:

$ ./run_fgfs.sh 
Enabling ATI viewport hack
KMA20 audio panel initialized
KI266 dme indicator #0 initialized
loading scenario 'nimitz_demo'
  Trim Results: 
  Altitude AGL:4.4  wdot:  2.00e-04 Tolerance: 1e-03  Passed
   Pitch Angle:  0.047  qdot:  7.59e-05 Tolerance: 1e-04  Passed

  Trim Statistics: 
Total Iterations: 61
Sub-iterations:
wdot: 219 average: 3.5902  successful:  0  stability: 2
qdot: 131 average: 2.1475  successful:  61  stability: 2
Run Count: 1322
Electrical system initialized
KAP140 power up
$ 

I found two forum topics with the same problem:
http://flightgear.org/forums/viewtopic.php?f=37&t=18921
http://flightgear.org/forums/viewtopic.php?f=37&t=18964

So the problem persists, but thanks for your help.
Martin M.

>-- 
>..med vennlig hilsen = with Kind Regards from Arnt Karlsen
>...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.
>
>--
>Everyone hates slow websites. So do we.
>Make your web apps faster with AppDynamics
>Download AppDynamics Lite for free today:
>http://p.sf.net/sfu/appdyn_d2d_jan
>___
>Flightgear-devel mailing list
>Flightgear-devel@lists.sourceforge.net
>https://lists.

Re: [Flightgear-devel] Textures bug

2013-01-30 Thread Arnt Karlsen
On Sat, 26 Jan 2013 16:18:14 +0100, mer...@centrum.cz wrote in message 
<20130126161814.7b021...@centrum.cz>:

> Hello,
> with current Git version of Flightgear, i'm experiencing textures
> bug. See screenshots. http://www.imagehosting.cz/?v=fgfsscreen.jpg
> http://www.imagehosting.cz/?v=fgfsscumu.jpg
> http://www.imagehosting.cz/?v=fgfsscxcx.jpg
> http://www.imagehosting.cz/?v=fgfssccic.jpg
> 
> I tried many combinations of Rendering options and some commandline
> options without success.
> 
> I'm running Ubuntu 12.10 with radeon driver.

..first verify you have _all_ the firmware this driver needs,
on Debian we need firmware-linux-nonfree for the KMS stuff,
Ubuntu is similar. E.g. dpkg -l |grep firmware-linux

..later, you are also able to test with the radeonhd and fglrx 
drivers and post the output and pix of FG runs with those 
drivers, to help pinpoint the bug you found.  These latter 2
drivers require you disable KMS, and possibly even a reboot.

> I tried two different graphic cards with the same result.
> RV630 [Radeon HD 3600 Series]
> Cape Verde PRO [Radeon HD 7700 Series]
> 
> $ ./run_fgfs.sh --version
> FlightGear version: 2.11.0
> Revision: 11f15a9b36ef3ca8e1bdc53b52e9e7f316ccc102
> Build-Id: none
> FG_ROOT=/media/mermar/aaa/fgfs/install/fgfs/fgdata
> FG_HOME=/home/mermar/.fgfs
> FG_SCENERY=
> SimGear version: 2.11.0
> PLIB version: 185
> 
> There are no error messages in the console.
> 
> With version 2.6 from Ubuntu repository, I'v got the same wrong
> output.
>
> Version 2.4 worked fine.

..does it (FG-2.4) _still_ work fine?

..if you no longer have it installed, you should be able to 
install it adding a deb line from whichever older version 
Ubuntu you had when you had FG-2.4, and install FG-2.4 with 
e.g. "aptitude -t experimental install flightgear" (modify 
as you see fit, experimental -> your old Ubuntu version), 
and test it with your current Ubuntu's radeon, radeonhd 
and fglrx drivers.

> Is there something I can do to fix this? Or can someone please help
> me?

..first, the exact commandline you use to start FG,
then the output from that commandline in that xterm.
If this is a radeon bug, the radeon team will have 
a bunch of things they want you to do.  
Do you have reportbug installed?  If not, install 
it now, e.g. "reportbug radeon" gives you a nice 
intro guide on writing bug reports.

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...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.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Textures bug

2013-01-26 Thread mermar
Hello,
with current Git version of Flightgear, i'm experiencing textures bug. See 
screenshots.
http://www.imagehosting.cz/?v=fgfsscreen.jpg
http://www.imagehosting.cz/?v=fgfsscumu.jpg
http://www.imagehosting.cz/?v=fgfsscxcx.jpg
http://www.imagehosting.cz/?v=fgfssccic.jpg

I tried many combinations of Rendering options and some commandline options 
without success.

I'm running Ubuntu 12.10 with radeon driver.

I tried two different graphic cards with the same result.
RV630 [Radeon HD 3600 Series]
Cape Verde PRO [Radeon HD 7700 Series]

$ ./run_fgfs.sh --version
FlightGear version: 2.11.0
Revision: 11f15a9b36ef3ca8e1bdc53b52e9e7f316ccc102
Build-Id: none
FG_ROOT=/media/mermar/aaa/fgfs/install/fgfs/fgdata
FG_HOME=/home/mermar/.fgfs
FG_SCENERY=
SimGear version: 2.11.0
PLIB version: 185

There are no error messages in the console.

With version 2.6 from Ubuntu repository, I'v got the same wrong output.

Version 2.4 worked fine.

Is there something I can do to fix this? Or can someone please help me?

Thanks Martin M.

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel