intel hd graphic driver installation
sudo add-apt-repository ppa:glasen/intel-driver
sudo add-apt-repository ppa:kernel-ppa/ppa
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install linux-image-generic-lts-backport-natty linux-headers-generic-lts-backport-natty
docky installation
sudo add-apt-repository ppa:docky-core/stable
sudo apt-get update
sudo apt-get install docky
globalmenu
sudo add-apt-repository ppa:globalmenu-team/ppa
sudo apt-get update
sudo apt-get install gnome-globalmenu
synapse
- sudo add-apt-repository ppa:synapse-core/ppa
- sudo apt-get update && sudo apt-get install synapse
sudo add-apt-repository ppa:libreoffice/ppa
sudo nvidia-settings 해서 오류 나더라도
xorg.conf 에 저장을 꽉 눌러준뒤 재부팅하면 twin-view가 적용된다.
아래 명령어를 터미널에서 입력하면 셋팅되어 있는 값이 나온다.
- $> gsettings get com.canonical.Unity.Panel systray-whitelist
- ['JavaEmbeddedFrame', 'Wine', 'scp-dbus-service', 'Update-notifier']
여기에 값을 추가하려면 get 부분을 set 으로 바꾸고, 위에 있던 기본 내용들을 모두 똑같이 적은 다음, Nabi 를 추가해야 한다.
- $> gsettings set com.canonical.Unity.Panel systray-whitelist "['JavaEmbeddedFrame', 'Wine', 'scp-dbus-service', 'Update-notifier', 'Nabi']"
이렇게 해주면 nabi 가 추가되고, 다시 로그인하면 정상적으로 트레이로 들어가 있는 것을 볼 수 있다.
'예전것 > Linux Basic' 카테고리의 다른 글
vmware tool 설치 팁. (0) | 2010.06.03 |
---|---|
vi setting (0) | 2010.04.02 |
SetUID를 이용한 해킹 (0) | 2009.09.07 |
find 옵션에 +,- 붙은것들 (0) | 2009.09.07 |
SETSUID에 대하여 (0) | 2009.09.07 |