Opera 32 on Ubuntu bookmarks page rendering broken
-
gustavwiz last edited by 19 Sept 2015, 19:40
Start opera from the terminal with this command:
opera-beta --disable-gpu-compositing
-
peterb0309 last edited by 20 Sept 2015, 18:01
How can I get rid of this problem but still using Gpu-compositing?
-
peterb0309 last edited by 20 Sept 2015, 18:14
I realize that when I enable-gpu-accelerate >> open Opera >> bookmark rendering broken
BUT
(continuing) open New Private Window >> everything is OK!Hope this helps and somebody finds the way to fix it soon.
-
jamesisin last edited by 21 Sept 2015, 15:17
I'm not running beta so my command was "opera --disable-gpu-compositing", but that did fix the rendering issue in Opera 32.
Is there a setting I can use (perhaps under flags/) to make this permanent? I mean, at least until they fix this bug of course.
-
jamesisin last edited by 21 Sept 2015, 15:20
Also, I was able to confirm peterb0309's behavior. If you run Opera 32 normally bookmarks do not render correctly, but if you open a New Private Window and navigate that window to Show All Bookmarks it does render correctly.
-
i-am-mike last edited by 22 Sept 2015, 11:59
Same behavior on latest opera-develper 33 on arch-linux.
-
jamesisin last edited by 22 Sept 2015, 15:33
I poked through opera:flags and didn't find anything which appeared to effect this matter.
-
i-am-mike last edited by 22 Sept 2015, 17:16
I had problems with Chrome GPU rendering, which started lagging after a few minutes of browsing, until it became unusable, when used with the Hardware Acceleration option - ON.
As Opera is based on Chromium as well, it suffers from some GPU rendering problems, which caused the defective rendering in the Bookmarks menu, and when opening some extensions' menu (like adblock).The solution is to launch Opera (or Chrome), with the following command, which disables the problematic DRI3, and reverts to the old one:
LIBGL_DRI3_DISABLE=1 opera --ignore-gpu-blacklist
Hope I saved someone a few days of Trichotillomania
-
gustavwiz last edited by 22 Sept 2015, 18:03
How can I get rid of this problem but still using Gpu-compositing?
You should install the proprietary driver from your graphics card manufacturer and use that one instead of the default open-source (x.org).
If you're using Ubuntu, you can probably easily change the driver by opening "Software and Updates" -> "Additional Drivers".
-
jamesisin last edited by 22 Sept 2015, 21:31
I have confirmed that switching my video driver from xorg to the latest Nvidia proprietary driver (using Software and Updates --> Additional Drivers) does fix the rendering issue.
-
jamesisin last edited by 23 Sept 2015, 14:59
Unfortunately, my Lenovo w500 at home has no additional drivers available...
-
gustavwiz last edited by 24 Sept 2015, 10:49
Does it have amd/ati, nvidia or intel (integrated) graphics?
-
jamesisin last edited by 25 Sept 2015, 15:48
I guess it's ATI Mobility, but I can't check from here. Is there a command I can use to get that easily?
Behavior is essentially the same though: private windows do not exhibit the problem. I did notice that any window on start can render in this broken manner. A restart of the application has fixed this both times it has happened.
-
sgunhouse Moderator Volunteer last edited by 26 Sept 2015, 04:56
Does disabling "Use hardware acceleration when available" in Settings help? You'll need to enable Advanced settings (bottom of the Browser page) to see it, then it'll be right above that.
-
zluka13 last edited by 26 Sept 2015, 11:34
You should install the proprietary driver from your graphics card manufacturer and use that one instead of the default open-source (x.org).
AMD no more support graphic cards below hd5000 for linux.
Does disabling "Use hardware acceleration when available" in Settings help? You'll need to enable Advanced settings (bottom of the Browser page) to see it, then it'll be right above that.
It helps but make YouTube sucks when HD resolution used.
-
jamesisin last edited by 30 Sept 2015, 04:31
sgunhouse - Yes, disabling hardware acceleration does allow non-private windows to function as expected. (Private windows remain unaffected by this problem.)
An update came out today and I was hoping it may address this, but no luck...
-
avl Opera last edited by 2 Oct 2015, 07:50
This is very unfortunate, and due to a bug in the X.org drivers: https://bugs.freedesktop.org/show_bug.cgi?id=90264 . This bug report also contains a patch that fixes the issue.
-
A Former User last edited by 12 Oct 2015, 17:08
@avi - I'm curious... If, and only if, you have time could you elaborate on how to use those patches? I saw one at 40 and one at 45 and somebody further commented that they worked. I'd be interested in testing this but, frankly, I have no idea. So, if you don't have time then don't let me interrupt you - I might be able to figure it out on my own or Google might have an answer. :doh:
-
jamesisin last edited by 2 Nov 2015, 21:24
This appears to have been fixed in a subsequent update. I again have hardware acceleration enabled and I am able to interact with both the bookmarks page and the bookmarking menu in non-private windows. (I am now running 33.0.1990.43 in Ubuntu and elsewhere.)
-
sinjab last edited by 7 Nov 2015, 20:36
I also encountered this problem on my Ubuntu. I used what "i-am-mike" said like this:
edit this file:
sudo vi /usr/share/applications/opera.desktop
replace the first "Exec" line with this:
Exec=env LIBGL_DRI3_DISABLE=1 opera --ignore-gpu-blacklist %Ureopen opera and the problem is solved