Both sides previous revisionPrevious revisionNext revision | Previous revision |
ubuntu_mini12 [2009/08/14 03:53] – suapapa | ubuntu_mini12 [2013/08/03 05:04] (current) – external edit 127.0.0.1 |
---|
http://ftp.daum.net/ubuntu/ | http://ftp.daum.net/ubuntu/ |
</code> | </code> |
| ====== 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 ======= |
| <code bash> |
| 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" |
*[[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|9종 테마팩]] | Option "DontZap" "False" |
*[[http://www.ubuntumini.com/2009/05/dark-human-gtk-theme.html|Dark Human]] | EndSection |
xfce theme example | </code> |
*[[http://xubuntublog.wordpress.com/2008/02/10/design-your-own-desktop-with-xfce-44/|xfce that looks like WinXP]] | *[[https://wiki.ubuntu.com/X/Config/Resolution|해상도 추가 modeline 수정 법]] |
*[[http://xubuntublog.wordpress.com/2008/02/15/design-your-own-desktop-with-xfce-44-part-2/|xfce that looks like Mac]] | *[[http://intellinuxgraphics.org/dualhead.html|dualhead in intel]] |
| <code> |
| $ gtf 1280 1024 60 |
| </code> |
| *[[http://ubuntuforums.org/showthread.php?t=1130582|HOWTO: Jaunty Intel Graphics Performance Guide]] |
| |
| ====== grub ====== |
| <code> |
| sudo vi /boot/grub/menu.lst |
| </code> |
| <code> |
| 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 |
| </code> |
| |
====== compiz ====== | ====== compiz ====== |
*[[http://resa.linux-hardcore.com/?p=66|xfce with compiz]] | *[[http://resa.linux-hardcore.com/?p=66|xfce with compiz]] |
<code bash> | <code bash> |
$ sudo apt-get install compiz fusion-icon | $ sudo apt-get install compiz compizconfig-settings-manager fusion-icon |
</code> | </code> |
| |
*윈도키+n : 현재 창 고대비 | *윈도키+n : 현재 창 고대비 |
*윈도키+e : 작업공간 펼치기 | *윈도키+e : 작업공간 펼치기 |
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 | |
| |
====== xorg.conf ======= | ====== 꾸미기 ====== |
<code bash> | ===== 바탕화면 ===== |
Section "Monitor" | * 바탕화면 path : /usr/share/backgrounds |
Identifier "Configured Monitor" | * xfce 바탕화면 path : /usr/share/xfce4/backdrops |
EndSection | |
| |
Section "Screen" | ===== 테마 ===== |
Identifier "Default Screen" | 9종 테마팩 |
Monitor "Configured Monitor" | *[[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|미리보기(한글)]] |
Device "Configured Video Device" | *[[http://www.ubuntumini.com/2009/05/dark-human-gtk-theme.html|Dark Human]] |
EndSection | 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]] |
| |
Section "Device" | ===== font ===== |
Identifier "Configured Video Device" | *[[http://crizin.net/entry/%EC%97%90%EB%94%94%ED%84%B0%EC%9A%A9-%EA%B8%80%EA%BC%B4|crizin 폰트]] |
Option "AccelMethod" "EXA" | *[[http://doraki.net/161?category=40|우분투 굴림체 설치]] |
Option "DRI" "on" | |
Option "MigrationHeuristic" "greedy" | |
EndSection | |
| |
Section "ServerFlags" | |
Option "DontZap" "False" | |
EndSection | |
</code> | |
| |
====== application twiks ====== | ====== 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 ===== | ===== firefox ===== |
*[[http://www.ubuntumini.com/2009/05/have-firefox-use-ubuntus-notification.html|Firefox 알람을 우분투 알람으로 대치]] | *[[http://www.ubuntumini.com/2009/05/have-firefox-use-ubuntus-notification.html|Firefox 알람을 우분투 알람으로 대치]] |
===== mplayer ===== | ===== mplayer ===== |
*[[http://www.splitted-desktop.com/~gbeauchesne/mplayer-vaapi/|mplayer-vaapi]] | *[[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]] | *[[http://ubuntuforums.org/showpost.php?p=6630583&postcount=224|mplayer-vaapi]] |
| |
===== touchpad ===== | ===== touchpad ===== |
아래 내용의 파일 생성 | 아래 내용의 파일 생성 |
*[[http://embraceubuntu.com/2006/03/24/disable-synaptics-touchpad/|Disable Touchpad Temporarily When Typing]] | *[[http://embraceubuntu.com/2006/03/24/disable-synaptics-touchpad/|Disable Touchpad Temporarily When Typing]] |
====== test ====== | ====== test ====== |
====== 2D ====== | ===== 2D ===== |
<code bash> | <code bash> |
$ x11perf --aa10text | $ x11perf --aa10text |
</code> | |
EAX? | |
<code txt> | |
Sync time adjustment is 0.1700 msecs. | |
48000 reps @ 0.1280 msec ( 7810.0/sec): Char in 80-char aa line (Charter 10) | |
48000 reps @ 0.1002 msec ( 9980.0/sec): Char in 80-char aa line (Charter 10) | |
48000 reps @ 0.0902 msec ( 11100.0/sec): Char in 80-char aa line (Charter 10) | |
48000 reps @ 0.1153 msec ( 8670.0/sec): Char in 80-char aa line (Charter 10) | |
48000 reps @ 0.1208 msec ( 8280.0/sec): Char in 80-char aa line (Charter 10) | |
240000 trep @ 0.1109 msec ( 9020.0/sec): Char in 80-char aa line (Charter 10) | |
</code> | |
with "AccelMethod" "XXA" | |
<code txt> | |
Sync time adjustment is 0.2255 msecs. | |
80000 reps @ 0.0875 msec ( 11400.0/sec): Char in 80-char aa line (Charter 10) | |
80000 reps @ 0.1045 msec ( 9570.0/sec): Char in 80-char aa line (Charter 10) | |
80000 reps @ 0.0652 msec ( 15300.0/sec): Char in 80-char aa line (Charter 10) | |
80000 reps @ 0.0596 msec ( 16800.0/sec): Char in 80-char aa line (Charter 10) | |
80000 reps @ 0.0570 msec ( 17500.0/sec): Char in 80-char aa line (Charter 10) | |
400000 trep @ 0.0748 msec ( 13400.0/sec): Char in 80-char aa line (Charter 10) | |
</code> | |
<code txt> | |
Sync time adjustment is 0.2049 msecs. | 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.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.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) | 2000000 trep @ 0.0153 msec ( 65500.0/sec): Char in 80-char aa line (Charter 10) |
| </code> |
| ===== 3D ===== |
| with compiz |
| <code bash> |
| $ 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 |
</code> | </code> |
| |
====== suspend resume error fix ====== | ====== suspend resume error fix ====== |
*[[http://ubuntuforums.org/showpost.php?p=7553281&postcount=681|modified acpi parameters]] | *[[http://ubuntuforums.org/showpost.php?p=7553281&postcount=681|modified acpi parameters]] |
| |
====== 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|우분투 굴림체 설치]] | |
| |
====== 운용팁 ====== | ====== 운용팁 ====== |
| |
====== references ====== | ====== references ====== |
*[[http://zzzik.net/540|AWN 설치]] | |
*[[http://jocker.tistory.com/tag/compiz|xubuntu + compiz]] | |
*[[http://opensea.egloos.com/5003455|gnome-do]] | *[[http://opensea.egloos.com/5003455|gnome-do]] |
*[[http://www.ubuntumini.com/|ubuntu for dell mini9]] | *[[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=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 | *[[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 |
| |