[Bug 1299499]

2014-06-19 Thread gneman
I have a doubt regarding this bug:

I was one of the users who had this problem and with the first patch
proposed (that got into Arch Linux fast) it got fixed. However, there's
something strange:

I use KDE with desktop effects turned on. For maybe a year or more
before this bug happened I was using them with OpenGL 3.1 (in the System
Setting - Desktop effects - Advanced you can choose that). When I
upgraded to kernel 3.14 the desktop effects stopped working. Downgrading
to 3.13 fixed it (and 3.14 + patch the same), but only if I selected
OpenGL 2.0 instead of 3.1. Which is strange, because before upgrading it
worked with OpenGL 3.1 normally, but after downgrading it didn't.

Since then always the same, each time I try OpenGL 3.1 it breaks. And
other users who suffered from this bug reported the same, OpenGL 3.1
didn't work for them either.

I know it is a DIFFERENT BUG from this one, but I still wanted to ask if
after kernel 3.14 OpenGL 3.1 works for anyone. And is there any other
way of testing if it actually works other than in kwin?

My graphics are Ironlake based (Gen 4?).

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1299499

Title:
  kwin crashes on desktop startup with wobbly windows enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1299499/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1041790]

2013-02-24 Thread gneman
I subscribed to this bug because I was seeing this hang too. It happened
randomly several times, without a specific cause or way to reproduce it.

This was around December, and it happened maybe 4-5 times along a month.
The GPU would hang with that error in dmesg, and everything continued to
work, though very slowly.

However, I must say that since then it didn't happen again for almost 2
months maybe. I use Arch Linux, which means I always update to the
latest stable packages of everything, so it seems that for me it got
solved at some point (or at least much harder to reproduce).

This is an Ironlake / HD 2000 based Dell laptop. I did update the BIOS
when I found this bug report, but it didn't solve the problem, the hang
happened after updating it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1041790

Title:
  [sandybridge-m-gt2] GPU lockup  IPEHR: 0x0b160001 IPEHR: 0x0b140001

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1041790/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318942] Re: no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)

2009-04-26 Thread gneman
I've just tried 9.04 final and this is not fixed. The thing is:

With a vanilla kernel 2.6.28 sound doesn't work on this laptop (upstream
problem). With a vanilla 2.6.29 sound works. So the fixes need to be
backported. For example, openSUSE (and SLED) have backported the fixes
to 2.6.27. I'll attach that big patch with all the fixes in case it's
useful for anyone in charge of solving this (it is openSUSE's patch for
2.6.27, just for reference!).

** Attachment added: alsa-post-ga-hda-sigmatel-update
   http://launchpadlibrarian.net/25999024/alsa-post-ga-hda-sigmatel-update

-- 
no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)
https://bugs.launchpad.net/bugs/318942
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318942] Re: no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)

2009-04-26 Thread gneman
Ah, I missed that post with the built kernels.

Tried the kernel, sound works out of the box with it. But I still
couldn't get the mic to work.

Thanks.

-- 
no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)
https://bugs.launchpad.net/bugs/318942
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 70773] Re: Automatic spell check must always be reset.

2006-11-27 Thread gneman
Yes, this has been also reported in KDE's bugzilla:

http://bugs.kde.org/show_bug.cgi?id=136193

It affects ICQ and MSN accounts, but not Yahoo or Jabber (don't know
about the others).

-- 
Automatic spell check must always be reset.
https://launchpad.net/bugs/70773

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59331] Network problem since kernel-2.6.17

2006-09-07 Thread gneman
Public bug reported:

Some changes made in kernel-2.6.17 makes it behave really strange for
many users regarding their network connection. It's related to
window_scaling and you can find more information here:

http://kerneltrap.org/node/6723

The result is that MANY users won't be able to access most sites on the
net, including the Ubuntu repositories, unless they disable
tcp_window_scaling. This can be done with the command echo 0 
/proc/sys/net/ipv4/tcp_window_scaling as root, or by adding the line
net.ipv4.tcp_window_scaling = 0 to /etc/sysctl.conf

Ok, here the problem: I'm one of those users (and in Spain there will be
a whole lot of them) who can't access most sites. So when with Ubuntu
Edgy (as live-cd) it happens that when I try to use that command with
sudo I get permission denied. I can edit /etc/sysctl.conf though, but
I'd need to reboot the computer which is useless as a live CD.

So when I try to install it, it freezes while scanning the mirror to
configure apt and stays there forever (because it can't access the
repository).

Conclusion: I can't use it as live-cd and I can't install it either to
solve the problem.

Suggestions:

1 - Disable tcp_window_scaling by default in /etc/sysctl.conf. This is
the most user-friendly but most technically intrusive one.

2- Allow users to run the command sudo echo 0 
/proc/sys/net/ipv4/tcp_window_scaling without getting permission
denied. This is not very user friendly, but it should work.

3 - Set some tipe of time-out so that if during install it can't access
the repository it will continue with the installation. Then the user can
solve the problem after installing the system by adding that line to
/etc/sysctl.conf. Not really user-friendly, but it could be a good
option.

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

-- 
Network problem since kernel-2.6.17
https://launchpad.net/bugs/59331

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs