← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 452907] Re: [PM800] No terminal (Ctrl+Alt+F1, ...) after suspend to RAM (cunfused screen now)

 

Steps to install without patch:

THE FIRST TIME:
sudo apt-get install build-essential subversion autoconf automake1.9 libtool
sudo apt-get build-dep xserver-xorg-video-openchrome
mkdir openc
cd openc
svn checkout http://svn.openchrome.org/svn/trunk openchrome
cd openchrome
./autogen.sh --prefix=/usr --enable-debug --enable-xv-debug
make
sudo apt-get remove --purge xserver-xorg-video-openchrome
sudo checkinstall

THE SECOND TIME (when new driver is online or patch available):
sudo apt-get install build-essential subversion autoconf automake1.9 libtool
sudo apt-get build-dep xserver-xorg-video-openchrome
mkdir openc
cd openc
svn checkout http://svn.openchrome.org/svn/trunk openchrome
cd openchrome
./autogen.sh --prefix=/usr --enable-debug --enable-xv-debug
make
sudo apt-get remove --purge openchrome
sudo checkinstall

-- 
[PM800] No terminal (Ctrl+Alt+F1, ...) after suspend to RAM (cunfused screen now)
https://bugs.launchpad.net/bugs/452907
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-openchrome in ubuntu.