From: Brian P. <bri...@tu...> - 2007-12-06 00:57:52
|
Jane Ren wrote: > When we use software packages with Chromium, the display window on the > front-end screen never refreshes. It's like all the menus and boxes are > stuck on the screen after you close them. That's because there's no OpenGL rendering going to those windows. The OpenGL rendering would normally repaint the window to erase the menus/dialogs, etc. > In addition, the graphics move > very slowly when we use a large number of monitors as the compute nodes. > Any ideas? You may be hitting CPU or network limits. Sometimes it's informative to run 'top' on the various nodes to see how busy they are. -Brian |