I tried the lastest git and can report that:
1) Audio changing works fine, thanks a lot!
2) F11 has no effect on my setup, bear in mind I do not use a window manager, just X with mms (mymediasystem)
I launch enigma2-openpli from within mms with the following script:
#!/bin/sh #/usr/local/share/enigma2/BrushedAlu-HD/skin.xml edit for 1920x1080 /usr/bin/svdrpsend -p 6419 -d 127.0.0.1 REMO OFF sudo rc.d stop vdr sudo rc.d stop cccam sleep 1 /usr/local/bin/irxevent --daemon /etc/lirc/config/enigma2.openpli sudo /sbin/insmod /lib/modules/`uname -r`/kernel/drivers/dvbsoftwareca.ko sudo /var/bin/CCcam sleep 1 cd /usr/local/e2/bin/ sudo /usr/local/e2/bin/enigma2 # adding --geometry 1920x1080+0+0 to the previous line has no effect sudo killall CCcam irxevent sudo /sbin/rmmod dvbsoftwareca.ko sleep 1 sudo rc.d start cccam sudo rc.d start vdr /usr/bin/svdrpsend -p 6419 -d 127.0.0.1 REMO OFF
I have a feeling that if there was a genuine HD skin (1920x1080) it would just work fine, but all the ´HD´ skins I found are really 1280x780
I edited skin.xml a little bit more in order to fix the size and position of the info bar, and that looks quite acceptable but when I press the menu button it is hard to read as only 1280x780 are used
3) adding --geometry 1920x1080+0+0 to the enigma2 command line makes no difference
4) If I set the skin to the default one then I get a smaller window and the remote no longer works (I guess something crashes when trying to upscale the skin from SD) So to get around that I edited settings so that the BlushedAluHD would be started (that is the one with the screenshots)