[Bug 1301601] Re: [Dell Latitude E7440] suspend sometimes freezes when lock screen activates

2015-05-15 Thread Martin Grewe
After some research I found errors related to i915 module (see some
output attached).

I tried some kernel module parameters without success, but the solution that 
seems to work for me is disabling of SNA acceleration-backend following:
https://wiki.archlinux.org/index.php/Intel_graphics#SNA_issues

Would be great, if someone could confirm.


** Attachment added: sleep_err_output.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1301601/+attachment/4397940/+files/sleep_err_output.txt

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

Title:
  [Dell Latitude E7440] suspend sometimes freezes when lock screen
  activates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1301601/+subscriptions

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


[Bug 1301601] Re: [Dell Latitude E7440] suspend sometimes freezes when lock screen activates

2015-04-23 Thread Martin Grewe
I can confirm this bug on kernel 3.19.3-3 in  arch linux using systemd
and laptop-mode-tools. Workaround 2 helps in most cases but I still got
freezes sometimes. So this certainly is not ubuntu-specific.

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

Title:
  [Dell Latitude E7440] suspend sometimes freezes when lock screen
  activates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1301601/+subscriptions

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


[Bug 302087] [NEW] c program does not compile because of bug in /usr/include/bits/resource.h:161

2008-11-25 Thread Martin Grewe
Public bug reported:

first: sorry about this message but its my first bugreport and maybe you
find it awful but i done it in a good faith!

os: ubuntu ibex. package: glibc

tried to compile a program. compilerflags are:
gcc -Wall -Werror -pedantic-errors -g   -c test.c

the source in test.c:
qoute
#include stdlib.h
#include sys/wait.h


int main(){
return EXIT_SUCCESS;
}
/qoute

error was:
quote
In file included from /usr/include/sys/resource.h:25,
 from /usr/include/sys/wait.h:32,
 from test.c:2:
/usr/include/bits/resource.h:161: Fehler: Komma am Ende der Aufzählungsliste
/quote


the error is in german and deals with the comma. i think its about the #ifdef 
in resource.h:161. i repleaced with:

qoute
/* Whose usage statistics do you want?  */
enum __rusage_who
{
  /* The calling process.  */
  RUSAGE_SELF = 0,
#define RUSAGE_SELF RUSAGE_SELF

#ifndef __USE_GNU
  /* All of its terminated child processes.  */
  RUSAGE_CHILDREN = -1
#define RUSAGE_CHILDREN RUSAGE_CHILDREN
#endif

#ifdef __USE_GNU
  /* All of its terminated child processes.  */
  RUSAGE_CHILDREN = -1,
#define RUSAGE_CHILDREN RUSAGE_CHILDREN


  /* The calling thread.  */
  RUSAGE_THREAD = 1
# define RUSAGE_THREAD RUSAGE_THREAD
  /* Name for the same functionality on Solaris.  */
# define RUSAGE_LWP RUSAGE_THREAD
#endif
};
/qoute


maybe this can help.

thanks for all your work


best regards,
martin grewe

** Affects: glibc (Ubuntu)
 Importance: Undecided
 Status: New

-- 
c program does not compile because of bug in /usr/include/bits/resource.h:161
https://bugs.launchpad.net/bugs/302087
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