Yes, the fglrx <=15.201 driver generally crashes the 4.2 kernel.
Another report (2015-08-21):
http://ati.cchtml.com/show_bug.cgi?id=1189
** Bug watch added: ATi Linux Platform Bugs #1189
http://ati.cchtml.com/show_bug.cgi?id=1189
--
You received this bug notification because you are a member
Note: the glibc original is already fixed.
http://sourceware.org/bugzilla/show_bug.cgi?id=15339
** Bug watch added: Sourceware.org Bugzilla #15339
http://sourceware.org/bugzilla/show_bug.cgi?id=15339
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subsc
The best way to fix this (worked well for me for several years)
is to append the needed module parameters to the kernel command line.
sudo vi /etc/default/grub
and change
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash hid_apple.fnmode=2"
or
GRUB_CMDLINE_LINU
@timo thank's for the tip!
sudo rm /usr/lib/gnome-settings-daemon-3.0/wacom.gnome-settings-plugin
fixes the regression
@alex even this seems to be broken - try it after waking up from a
suspend
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed t
This is really annoying (but still better than the overlay monstrosity
:-)
It can be simply fixed by editing:
/usr/share/themes/Ambiance
gtk-2.0/gtkrc and gtk-3.0/gtk-widgets.css
My current "orange" quick-fix is (I didn't bother to invert the white
gtk3 border):
diff --git a/gtk-2.0/gtkrc b/gtk-
I can confirm that Gustavo's Maverick amd64 ppa packages
https://launchpad.net/~niemeyer/+archive/ppa/+packages
fixed the go os test issue that I filled here
http://code.google.com/p/go/issues/detail?id=1508#c1
=== RUN os_test.TestSeek
--- PASS: os_test.TestSeek (0.0 seconds)
Thanks for pushing