ASUS EAH4350 and windows7 x64
25 aprile 2010
There is a bug in ASUS OSD. The problem is that Aero doesn’t work, the solution is to remove ASUS OSD.
There is a bug in ASUS OSD. The problem is that Aero doesn’t work, the solution is to remove ASUS OSD.
If kde panel override vlc’s fullscreen, you need to install vlc 1.0.4.
How to install vlc-1.0.4 in debian squeeze (64b) from sid packages:
Remove old version:
apt-get remove vlc-nox
Get packages:
wget http://ftp.dk.debian.org/debian/pool/main/v/vlc/vlc-nox_1.0.4-2_amd64.deb
wget http://ftp.hu.debian.org/debian/pool/main/v/vlc/vlc_1.0.4-2_amd64.deb
Install dependencies:
apt-get install libxcb-keysyms1
Install new packages:
dpkg -i vlc-nox_1.0.4-2_amd64.deb vlc_1.0.4-2_amd64.deb