Date: Sat, 07 Feb 2009 07:18:48 +0900 (JST) From: Maho NAKATA <chat95@mac.com> To: freebsd-x11@freebsd.org Subject: Compiz works RADEONX1650+FreeBSD7-stable+Xorg7.4 Message-ID: <20090207.071848.193785503.chat95@mac.com>
next in thread | raw e-mail | index | archive | help
Hi all, thanks kudos! http://blog.livedoor.jp/maho_nakata/archives/51115172.html ---------------------------------------------------------------- Note: it won't work with i386. Please let me know if it works for you. 1. Update to 7-stable (both kernel and userland) As drm information for RADEON X1650 (etc) are not updated, in the 7.1-RELEASE, first, update the kernel and userland to later than SVN rev 187021 (2009/1/10) version. 2. load radeon module at the boot time. add following in /boot/loader.conf radeon_load="YES" make sure that radeon drm is activated at the boot time. $ dmesg | grep radeon info: [drm] Initialized radeon 1.29.0 20080613 3. patch /etc/X11/xorg.conf --- xorg.conf 2009-02-03 19:28:25.000000000 +0900 +++ xorg.conf 2009-02-05 15:55:41.000000000 +0900 @@ -3,6 +3,7 @@ Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" + Option "AIGLX" "true" EndSection Section "Files" ---------------------------------- In my case hald somehow doesn't work well, so I added > Option "AllowEmptyInput" "false" as well. 4. install compiz portinstall x11-wm/compiz-fusion portinstall x11-wm/emerald 5. start compiz+emerald by: $ LIBGL_ALWAYS_INDIRECT=1 compiz --replace ccp & $ emerald --replace & ---------------------------------------------------------------- Best, -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090207.071848.193785503.chat95>