Author Topic: 13.12 GUI redrawing problem on Ubuntu 14.04  (Read 7047 times)

Offline nghiaho12

  • Single posting newcomer
  • *
  • Posts: 4
13.12 GUI redrawing problem on Ubuntu 14.04
« on: May 29, 2014, 05:34:47 am »
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]

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: 13.12 GUI redrawing problem on Ubuntu 14.04
« Reply #1 on: May 29, 2014, 09:50:29 am »
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!]

Offline nghiaho12

  • Single posting newcomer
  • *
  • Posts: 4
Re: 13.12 GUI redrawing problem on Ubuntu 14.04
« Reply #2 on: May 29, 2014, 09:59:21 am »
The only wxGTK apps under Linux I have are hugin, gnuplot, wxmaxima and they don't seem to show any symptoms of redrawing problems.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: 13.12 GUI redrawing problem on Ubuntu 14.04
« Reply #3 on: May 29, 2014, 10:31:28 am »
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!]

Offline nghiaho12

  • Single posting newcomer
  • *
  • Posts: 4
Re: 13.12 GUI redrawing problem on Ubuntu 14.04
« Reply #4 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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: 13.12 GUI redrawing problem on Ubuntu 14.04
« Reply #5 on: May 29, 2014, 02:02:36 pm »
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

  • Guest
Re: 13.12 GUI redrawing problem on Ubuntu 14.04
« Reply #6 on: May 29, 2014, 03:11:25 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?

Offline nghiaho12

  • Single posting newcomer
  • *
  • Posts: 4
Re: 13.12 GUI redrawing problem on Ubuntu 14.04
« Reply #7 on: June 10, 2014, 06:07:41 am »
So I upgraded the Nvidia driver to 331 and it's still exhibiting the same problem. Maybe it's GTK playing up?