====== mirrors ====== http://ftp.daum.net/ubuntu/ ====== 10.04 with gma500 ====== *[[https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoulsbo#Lucid%20(10.04)|ppa for psb!]] *[[http://git.moblin.org/cgit.cgi/?q=psb|psb in moblin git]] *[[https://launchpad.net/~ubuntu-mobile|ubunto mobile ppa]] *[[http://ubuntuforums.org/showthread.php?t=1453445&page=5|10.04용 psb 패키지 햌]] *[[http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/x11-driver-video-psb/current/|위 패키지의 소스]] ====== xorg.conf ======= Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" EndSection Section "Device" Identifier "Configured Video Device" Option "AccelMethod" "EXA" Option "DRI" "on" Option "MigrationHeuristic" "greedy" EndSection Section "ServerFlags" Option "DontZap" "False" EndSection *[[https://wiki.ubuntu.com/X/Config/Resolution|해상도 추가 modeline 수정 법]] *[[http://intellinuxgraphics.org/dualhead.html|dualhead in intel]] $ gtf 1280 1024 60 *[[http://ubuntuforums.org/showthread.php?t=1130582|HOWTO: Jaunty Intel Graphics Performance Guide]] ====== grub ====== sudo vi /boot/grub/menu.lst title Ubuntu 9.04, kernel 2.6.28-14-generic uuid ... kernel /boot/vmlinuz-2.6.28-14-generic root=UUID=... ro quiet quiet nosplash mem=786mb initrd /boot/initrd.img-2.6.28-14-generic ====== compiz ====== *[[http://resa.linux-hardcore.com/?p=66|xfce with compiz]] $ sudo apt-get install compiz compizconfig-settings-manager fusion-icon add psb to compiz whitelist $ sudo vi /usr/bin/compiz ... # Driver whitelist WHITELIST="psb nvidia intel ati radeon i810 fglrxi" ... 단축키 모음 *윈도키+휠 : 화면 확대 축소 *윈도키+m : 전체화면 고대비 *윈도키+n : 현재 창 고대비 *윈도키+e : 작업공간 펼치기 ====== 꾸미기 ====== ===== 바탕화면 ===== * 바탕화면 path : /usr/share/backgrounds * xfce 바탕화면 path : /usr/share/xfce4/backdrops ===== 테마 ===== 9종 테마팩 *[[https://launchpad.net/~bisigi/+archive/ppa|PPA for Bisigi]], [[http://myubuntu.tistory.com/entry/%ED%94%84%EB%9E%91%EC%8A%A4%EC%A0%9C-%EB%AA%85%ED%92%88-%EC%9A%B0%EB%B6%84%ED%88%AC-%ED%85%8C%EB%A7%88-9%EC%A2%85|미리보기(한글)]] *[[http://www.ubuntumini.com/2009/05/dark-human-gtk-theme.html|Dark Human]] xfce theme example *[[http://xubuntublog.wordpress.com/2008/02/10/design-your-own-desktop-with-xfce-44/|xfce that looks like WinXP]] *[[http://xubuntublog.wordpress.com/2008/02/15/design-your-own-desktop-with-xfce-44-part-2/|xfce that looks like Mac]] ===== font ===== *[[http://crizin.net/entry/%EC%97%90%EB%94%94%ED%84%B0%EC%9A%A9-%EA%B8%80%EA%BC%B4|crizin 폰트]] *[[http://doraki.net/161?category=40|우분투 굴림체 설치]] ====== application twiks ====== ===== 그놈2 환경에서 compiz twik ===== compiz 환경 설정; gconf-editor */apps/compiz/plugins/decoration/allscreens/options/shadow_match : "!type=dock&any" */apps/panel/toplevels/top_panel_screen0/auto_hide_size : 0 compiz 없이 AWN 쓰기 위해 */apps/metacity/general/compositing_manager : true ===== firefox ===== *[[http://www.ubuntumini.com/2009/05/have-firefox-use-ubuntus-notification.html|Firefox 알람을 우분투 알람으로 대치]] ===== mplayer ===== *[[http://lethean.pe.kr/2009/07/13/x-window-video-acceleration-api-overview/|X 윈도우 비디오 가속(VA) API]] *[[http://www.splitted-desktop.com/~gbeauchesne/mplayer-vaapi/|mplayer-vaapi]] 패치와 빌드 스크립트 제공 *[[http://ubuntuforums.org/showpost.php?p=6630583&postcount=224|mplayer-vaapi]] ===== touchpad ===== 아래 내용의 파일 생성 sudo vi /etc/hal/fdi/policy/shmconfig.fdi True ~/bin/ToggleTouchpad 를 아래 내용으로 생성 후 적당한 단축키에 bind #!/bin/bash STATE=`synclient -l | grep TouchpadOff | awk '{ print $3 }'` if [ "$STATE" == "0" ] then synclient TouchpadOff=1 | notify-send -i "touchpad" "터치패드" "터치패드를 껏습니다." else synclient TouchpadOff=0 | notify-send -i "touchpad" "터치패드" "터치패드를 켰습니다." fi *[[https://help.ubuntu.com/community/SynapticsTouchpad#shmconfig|SynapticsTouchpad]] *[[http://embraceubuntu.com/2006/03/24/disable-synaptics-touchpad/|Disable Touchpad Temporarily When Typing]] ====== test ====== ===== 2D ===== $ x11perf --aa10text Sync time adjustment is 0.2049 msecs. 400000 reps @ 0.0153 msec ( 65200.0/sec): Char in 80-char aa line (Charter 10) 400000 reps @ 0.0152 msec ( 66000.0/sec): Char in 80-char aa line (Charter 10) 400000 reps @ 0.0154 msec ( 65100.0/sec): Char in 80-char aa line (Charter 10) 400000 reps @ 0.0153 msec ( 65500.0/sec): Char in 80-char aa line (Charter 10) 400000 reps @ 0.0152 msec ( 66000.0/sec): Char in 80-char aa line (Charter 10) 2000000 trep @ 0.0153 msec ( 65500.0/sec): Char in 80-char aa line (Charter 10) ===== 3D ===== with compiz $ glxgears 1116 frames in 5.0 seconds = 223.110 FPS 1457 frames in 5.0 seconds = 291.243 FPS 1317 frames in 5.0 seconds = 263.272 FPS ====== suspend resume error fix ====== *[[http://ubuntuforums.org/showpost.php?p=7553281&postcount=681|modified acpi parameters]] ====== 운용팁 ====== [[http://www.ubuntumini.com/2008/12/reboot-or-shutdown-ubuntu-safley-when.html|시스템이 멈췄을때의 대처법]] * Alt + Fn + F7를 누른 상태로 R E I S U B를 차례로 누름. -> 재부팅 ====== references ====== *[[http://opensea.egloos.com/5003455|gnome-do]] *[[http://www.ubuntumini.com/|ubuntu for dell mini9]] *[[http://ubuntuforums.org/showthread.php?p=7589740#post7589740|Jaunty on mini12]] from Ubuntu forum *[[http://ubuntuforums.org/showthread.php?p=7666874|Guide to Get Ubuntu/Kubuntu/Xubuntu 9.04 Display to work on Mini 10/12 (Not the 10v)]] from Ubuntu forum