I found out nvidia_drm modeset parameter was not enabled correctly even
if I enabled it in a/etc/modprode.d/ config file (options nvidia-drm
modeset=1).
sudo cat /sys/module/nvidia_drm/parameters/modeset
N
But after adding nvidia_drm.modeset=1 to grub cmdline via
/etc/default/grub, now nvidia_drm
** Attachment added: "XorgLog.txt"
http://launchpadlibrarian.net/30248253/XorgLog.txt
--
[i915GM] Random laptop lockup after upgrade to 9.04
https://bugs.launchpad.net/bugs/368642
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
u
** Attachment added: "XorgConf.txt"
http://launchpadlibrarian.net/30247639/XorgConf.txt
--
[i915GM] Random laptop lockup after upgrade to 9.04
https://bugs.launchpad.net/bugs/368642
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
** Attachment added: "LsPci.txt"
http://launchpadlibrarian.net/30247500/LsPci.txt
--
[i915GM] Random laptop lockup after upgrade to 9.04
https://bugs.launchpad.net/bugs/368642
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubunt
** Attachment added: "LsMod.txt"
http://launchpadlibrarian.net/30247351/LsMod.txt
--
[i915GM] Random laptop lockup after upgrade to 9.04
https://bugs.launchpad.net/bugs/368642
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubunt
** Attachment added: "LsHal.txt"
http://launchpadlibrarian.net/30247159/LsHal.txt
--
[i915GM] Random laptop lockup after upgrade to 9.04
https://bugs.launchpad.net/bugs/368642
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubunt
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/30246511/Dependencies.txt
--
[i915GM] Random laptop lockup after upgrade to 9.04
https://bugs.launchpad.net/bugs/368642
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubun
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: xserver-xorg-video-intel
2:2.8.0+git20090808.e8f0763d-0ubuntu0sarvatt~jaunty
PackageArchitecture: i386
ProcEnviron:
SHELL=/bin/bash
PATH=(custom, no user)
LANG=en_US.UTF-8
ProcVersion: Linux version 2.6.31-020631rc5-generic (r...@zinc) (gcc
I did some workaround and it solved for me (in Gutsy).
backup all files starting with libcairo.* in /usr/local/lib and remove them
Then create links
# ln -s /usr/lib/libcairo.so.2 /usr/local/lib/libcairo.so.2
# ln -s /usr/lib/libcairo.so /usr/local/lib/libcairo.so
# ln -s /usr/lib/libcairo.a /u