Wayland works outside of X on ATI/AMD and Nvidia
Darxus at chaosreigns.com
Darxus at chaosreigns.com
Wed Feb 16 22:02:35 PST 2011
On 02/17, Darxus at chaosreigns.com wrote:
> need a 2.6.38 kernel to get page flip support. Nvidia needs a kernel
> built from the Nouveau git repo, and an additional patch:
That just got committed, so you can skip the patching steps in my
instructions, which leaves:
git clone --depth 1 git://anongit.freedesktop.org/nouveau/linux-2.6
cd linux-2.6
cp /boot/config-`uname -r` .config # use .config of currently running kernel
yes "" | make oldconfig # use defaults for new options
make clean && make && make modules && sudo make modules_install && sudo make install
mkinitramfs -o initrd.img `make kernelversion`+
sudo mv initrd.img /boot/initrd.img-`make kernelversion`+
sudo update-grub
--
"I refuse to tip toe through life only to arrive safely at death."
http://www.ChaosReigns.com
More information about the wayland-devel
mailing list