From: Yusuke T. <yus...@ai...> - 2006-09-21 03:11:24
Attachments:
autodmx.conf
|
Hello, I am trying to use Chromium to display GoogleEarth on a 2x3 tiled display. Though I can run the GoogleEarth but the image is a kind of terribly jagged or zig-zag outline. I met the same problem when I tried glplanet with chromium v1.7 but glplanet with chromium 1.8 (Rocks viz) doesn't have the problem anymore. The GoogleEarth still has the problem even with chromium v.1.9. Each node runs CentOS 4.2 and each screen is 1600x1200. I am not sure if my chromium is configured well. I attach autodmx.conf which I am using. Does anyone have any idea or have any experiences to run the GoogleEarth with Chromium? Any comments will be greatly appreciated. Best regards, --- Yusuke Tanimura Grid Technology Research Center National Institute of AIST, Japan |
From: James S. <arr...@gm...> - 2006-09-21 04:39:19
|
"Though I can run the GoogleEarth but the image is a kind of terribly jagged or zig-zag outline." What image are we talking about? Is the jagged zig-zag outline around the entire output window for GoogleEarth, or is it around each monitor? Thank you for your time, James Steven Supancic III |
From: Yusuke T. <yus...@ai...> - 2006-09-21 07:11:31
|
Hi, James, > "Though I can run the GoogleEarth but the image is a kind of terribly > jagged or zig-zag outline." > > What image are we talking about? Is the jagged zig-zag outline around > the entire output window for GoogleEarth, or is it around each > monitor? Not entire output. The view panel which shows the earth is jagged. The left panel and navigation panel in the Google Earth window are fine. > Thank you for your time, > James Steven Supancic III --- Yusuke Tanimura Grid Technology Research Center National Institute of AIST, Japan |
From: Brian P. <bri...@tu...> - 2006-09-21 16:21:14
|
Yusuke Tanimura wrote: > Hello, > > I am trying to use Chromium to display GoogleEarth on a 2x3 > tiled display. Though I can run the GoogleEarth but the image > is a kind of terribly jagged or zig-zag outline. > > I met the same problem when I tried glplanet with chromium > v1.7 but glplanet with chromium 1.8 (Rocks viz) doesn't have > the problem anymore. The GoogleEarth still has the problem > even with chromium v.1.9. > > Each node runs CentOS 4.2 and each screen is 1600x1200. > I am not sure if my chromium is configured well. I attach > autodmx.conf which I am using. > > Does anyone have any idea or have any experiences to run > the GoogleEarth with Chromium? Any comments will be > greatly appreciated. I think I tried this a while back. I recall having to put an 'array' SPU in front of the 'tilesort' SPU. -Brian |
From: Joseph P. <j-...@no...> - 2006-09-21 21:08:20
|
I was able to get that working fairly well, the problem is getting a custom view size in Google Earth to match the resolution of a tiled chromium application. Does anyone know of a hack to set GoogleEarths view size to something resembling a TWD's resolution? 640x480 isn't cutting it ;-) --Joe On Sep 21, 2006, at 11:21 AM, Brian Paul wrote: > Yusuke Tanimura wrote: >> Hello, >> >> I am trying to use Chromium to display GoogleEarth on a 2x3 >> tiled display. Though I can run the GoogleEarth but the image >> is a kind of terribly jagged or zig-zag outline. >> >> I met the same problem when I tried glplanet with chromium >> v1.7 but glplanet with chromium 1.8 (Rocks viz) doesn't have >> the problem anymore. The GoogleEarth still has the problem >> even with chromium v.1.9. >> >> Each node runs CentOS 4.2 and each screen is 1600x1200. >> I am not sure if my chromium is configured well. I attach >> autodmx.conf which I am using. >> >> Does anyone have any idea or have any experiences to run >> the GoogleEarth with Chromium? Any comments will be >> greatly appreciated. > > I think I tried this a while back. I recall having to put an 'array' > SPU in front of the 'tilesort' SPU. > > -Brian > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys -- and earn > cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Chromium-users mailing list > Chr...@li... > https://lists.sourceforge.net/lists/listinfo/chromium-users |
From: Brian P. <bri...@tu...> - 2006-09-27 14:03:02
|
Yusuke Tanimura wrote: > Hi, Brian and Joseph, > > Thanks for your reply. > > I added 'array' spu to clientnode in my autodmx.conf but the image is > still not clear. I attached a capture image of my screens. > > clientnode = CRApplicationNode( ) > clientnode.SetApplication( program ) > + clientnode.AddSPU( SPU('array') ) > clientnode.AddSPU( tilesortspu ) > clientnode.Conf('track_window_size', 1) > clientnode.Conf('track_window_position', 1) > > Is this a resoluation problem? I'd guess it's a bug in the tilesort SPU. Maybe related to texture level of detail bias. I don't have time to investigate, sorry. -Brian |
From: Yusuke T. <yus...@ai...> - 2006-09-29 12:40:24
|
Hi, Brian, > Yusuke Tanimura wrote: > > Hi, Brian and Joseph, > > > > Thanks for your reply. > > > > I added 'array' spu to clientnode in my autodmx.conf but the image is > > still not clear. I attached a capture image of my screens. > > > > clientnode = CRApplicationNode( ) > > clientnode.SetApplication( program ) > > + clientnode.AddSPU( SPU('array') ) > > clientnode.AddSPU( tilesortspu ) > > clientnode.Conf('track_window_size', 1) > > clientnode.Conf('track_window_position', 1) > > > > Is this a resoluation problem? > > I'd guess it's a bug in the tilesort SPU. Maybe related to texture > level of detail bias. > > I don't have time to investigate, sorry. > > -Brian Thanks for your reply. I will keep watching this issue and let you know if I can solve the problem. --- Yusuke Tanimura Grid Technology Research Center National Institute of AIST, Japan |