1

Ever since installing Ubuntu 17.10 I've had issues. The most dramatic is in Blender, the panels, (for example, the text editor,) reverts to the previous version after editing when moving the mouse cursor to another panel. In other words, I can't see the text I just edited, I see the unedited text, even though the text has changed.

So when I move the mouse around all the different panels are flashing back and forth between most recent and last recent. Other programs like Atom and KolourPaint have completely lost their menu options like Save, Save As, etc.

Is there something universally wrong with 17.10 that can be tweaked, or does everything need debugging, in which case can I restore a previous version of Ubuntu? Both 14 and 16 version worked perfectly for me.

NIMISHAN
  • 1,575
  • 4
  • 19
  • 28
  • 2
    I think it's got something to do with the default Wayland session. Switch to an Xorg session and see what happens. – pomsky Dec 01 '17 at 17:32
  • 1
    @pomsky I think so too, I have Atom and Blender running on my 17.10 and no problems at all. (running pure Xorg) – Videonauth Dec 01 '17 at 18:54
  • This didn't work. I switched between Ubuntu and Ubuntu Xorg several times to be sure. I even tried Unity, which I didn't even know I had. I posted a video capture: https://youtu.be/_Ki3RJLQyE4 -- and thanks for the edit @NIMISHAN – quazipseudo Dec 02 '17 at 17:27

1 Answers1

1

Don't know if you figured it out or not, but for others who may be looking for a fix, I have the same exact issue. Searching around through Google, I was able to find this thread which seems to indicate it's an issue with Blender and XWayland (I don't fully understand the issue though)

After a bit more searching I found this question / solution for a little different problem.

Basically, in Blender, go to File -> User Preferences -> System and set Window Draw Method to Triple Buffer. So far it's working pretty good for me.

Note: I'm using and AMD Radeon HD 7950 with the open source driver.

Brandon Q
  • 11
  • 1