https://bugzilla.novell.com/show_bug.cgi?id=404874 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=404874#c13 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #13 from Stefan Dirsch <sndirsch@novell.com> 2008-06-30 06:27:36 MDT --- Thanks, Seife. Jan, it's unlikely that I can still fix this issue for i810 driver and upstream development for i810 driver has been abandonned already some time ago. So I suggest to workaround this issue by a resume script, which you copy to /usr/lib/pm-utils/sleep.d. Similar to this: 81fixresolution: ---------------- #!/bin/bash case $1 in thaw) chvt 1; chvt 7 ;; esac exit 0 Then you only need to use krandrtray tool to fix the resolution. If you manage to figure out, how to find the displaymanager's authorization file (each displaymanager handles the location and filename differently), you can do it even already in the script that way. XAUTHORITY=<xauth-file> xrandr -s <....> XAUTHORITY=<xauth-file> xrandr -s <....> [...] Additionally I suggest to open an upstream bugreport for the issues with the intel driver on bugs.freedeskop.org. You can add me to Cc. I would appreciate this. Hope this helps. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.