News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

13.12 GUI redrawing problem on Ubuntu 14.04

Started by nghiaho12, May 29, 2014, 05:34:47 AM

Previous topic - Next topic

nghiaho12

I'm having really bad GUI redrawing problems every time I compile my project. Attached is the screenshot. I've tried using the deb package and compiling from source but no improvements. What's interesting is I can still use the IDE if I click blindly guessing where the buttons are for most parts.

I can help debug if someone can point me in the right direction.

[attachment deleted by admin]

oBFusCATed

Is this problem present with other wxGTK based programs?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

nghiaho12

The only wxGTK apps under Linux I have are hugin, gnuplot, wxmaxima and they don't seem to show any symptoms of redrawing problems.

oBFusCATed

Can you describe the steps needed to reproduce the issue? It seems that you've tried to move the panels around.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

nghiaho12

The steps are pretty simple and consistent. Load my project, hit build. And that's it!

A co-worker is experiencing similar problems on an Ubuntu 12.04 install. The problem doesn't happen on my home computer, which is an identical setup to my Ubuntu at work. I'm wondering if its either a bad GTK theme or something weird about our project at work. I Won't be back at work for another week though so won't get a chance to muck around. But when I do I'll update this thread with my findings.

Jenna

Quote from: nghiaho12 on May 29, 2014, 10:49:13 AM
The steps are pretty simple and consistent. Load my project, hit build. And that's it!

A co-worker is experiencing similar problems on an Ubuntu 12.04 install. The problem doesn't happen on my home computer, which is an identical setup to my Ubuntu at work. I'm wondering if its either a bad GTK theme or something weird about our project at work. I Won't be back at work for another week though so won't get a chance to muck around. But when I do I'll update this thread with my findings.
Might also be a grephics driver problem.

ToApolytoXaos

Quote from: jens on May 29, 2014, 02:02:36 PM
Might also be a grephics driver problem.
It reminded me the issue with nvidia drivers I had with my graphics card (FX 5200, 256MB) on my old PC; nouveau drivers would behave like this, but not with proprietary drivers.

Could it possibly be this?

nghiaho12

So I upgraded the Nvidia driver to 331 and it's still exhibiting the same problem. Maybe it's GTK playing up?