I didn't check if this problem was already posted, but I'm in hurry so don't kill me. smile

I search net and found 2 solutions:

1st: Install nspluginwrapper v1.2.2 (didn't do by myself)
2nd: remove nspluginwrapper if you install it, then add this line to  firefox.sh in /usr/lib/firefox-3.5.2

export LD_PRELOAD=/usr/lib/libGL.so.1

Restart firefox and enjoy fullscreen video.

But the problem with 2nd solution is firefox upgrade, because this line need to be re-added to new script.

I can confirm that multimedia led keys also work with Sonata, with adding keybinding in  rc.xml.

    <keybind key="XF86AudioLowerVolume">
      <action name="Execute">
        <execute>amixer -c 0 set Master 5%- unmute</execute>
      </action>
    </keybind>
    <keybind key="XF86AudioRaiseVolume">
      <action name="Execute">
        <execute>amixer -c 0 set Master 5%+ unmute</execute>
      </action>
    </keybind>
    <keybind key="XF86AudioMute">
      <action name="Execute">
        <execute>amixer -c 0 set Master mute</execute>
      </action>
      <action name="Execute">
        <execute>amixer -c 0 set Master unmute</execute>
      </action>
    </keybind>

3

(63 replies, posted in WM/DE Talk)

Thanks omns and david. Transparency works like charm.

I've been looking for good, fast, lite distro... and #! is AMAZING...
I've been using ubuntu, xubuntu, arch for long time but crunch is all that in one. Ubuntu stability + lightweight openbox + arch configurability  = perfect solution and it's #! !!!

You've got one passionate crunch user here! yikes

Best regards to all #! users.