[Bug 1656988] [NEW] It broke during install

2017-01-16 Thread Daniel Parker
Public bug reported: I don't have any more details, I wasn't watching ProblemType: Bug DistroRelease: Ubuntu 16.10 Package: ubiquity 16.10.14 ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0 Uname: Linux 4.8.0-22-generic x86_64 ApportVersion: 2.20.3-0ubuntu8 Architecture: amd64

[Bug 1189696] Re: A potential fix for Intel HD 4000 graphics

2013-06-11 Thread Daniel Parker
According to the specifications for my model notebook online, I do but I apologize if I am incorrect in trusting these. The issue is getting hardware acceleration to work at all / work correctly on my system which is running 13.04. I was not aware that nomodeset made it a useless log as I'm new to

[Bug 1189696] Re: [snb] more acpi backlight woes

2013-06-11 Thread Daniel Parker
Sorry but this wasn't about the backlight. That just happened to be part of the grub entry -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1189696 Title: [snb] more acpi backlight woes To manage

[Bug 1190101] [NEW] Gnome Shell Freezes when using search function

2013-06-11 Thread Daniel Parker
Public bug reported: Typing into the Activities - search will freeze the system except the mouse. System becomes responsive about 4-5 seconds after that. Continues to happen whenever the text in the search is changed. Tried using default gnome themes as some forums suggested that it may be

[Bug 1189696] [NEW] A potential fix for Intel HD 4000 graphics

2013-06-10 Thread Daniel Parker
Public bug reported: I added: Section Device Identifier Intel Graphics Driver intel Option AccelMethod uxa EndSection to /etc/X11/xorg.conf and restarted lightdm which seems to have given me some hardware acceleration. It still isn't the same as what the laptop performs

[Bug 1189696] Re: A potential fix for Intel HD 4000 graphics

2013-06-10 Thread Daniel Parker
Another fix seems to be to install the Intel-linux-graphics-installer from https://01.org/linuxgraphics/ Seemingly this changes the /etc/X11/xorg.conf file to read: Section Device Identifier Card0 Driver intel Option AccelMethod sna EndSection It would seem that sna is

[Bug 1053218] Re: Unable to enable NEON and hardfloat

2012-10-04 Thread Daniel Parker
I'm pretty sure Debian doesn't have this regression. At least the patch doesn't appear either https://launchpad.net/debian/+archive/primary/+files/clang_3.0-6.debian.tar.gz or https://launchpad.net/debian/+archive/primary/+files/clang_3.1-8.debian.tar.gz -- You received this bug notification

[Bug 1053218] [NEW] Unable to enable NEON and hardfloat

2012-09-19 Thread Daniel Parker
Public bug reported: 26-armv7-not-neon.patch breaks enabling NEON when targetting hardfloat ABI. The offending chunk is + // FIXME: hideous hack for precise, REMOVE THIS AND FIX PROPERLY OH GOD + if (FloatABI == hard) { +CmdArgs.push_back(-target-feature); +CmdArgs.push_back(+vfp3); +