preload
十二月 02

MAC OS 10.5 中X11 修正redraw 的問題. (PS: 解決了我用cutecom 的顯示問題)

原文參考於http://ubb.frostyplace.com/viewtopic.php?p=169173

10.5底下Redraw問題解決辦法,參考 http://www.x.org/wiki/XDarwin 的Binary installation
開啟Terminal,一行行拷貝底下指令,每換一行記得按enter
1.替代掉原來的XQuzrtz
curl -LO http://people.freedesktop.org/~bbyer/x11app/xorg-server-1.2a11/Xquartz-1.2a11.bz2
bunzip2 Xquartz-1.2a11.bz2
sudo install -b Xquartz-1.2a11 /usr/X11/bin/Xquartz

2.更新libX11
curl -LO http://people.freedesktop.org/~bbyer/x11app/libX11.6.dylib.bz2
bunzip2 libX11.6.dylib.bz2
sudo install -b libX11.6.dylib /usr/X11/lib

3.更新/Applications/Utilities/X11.app
curl -LO http://people.freedesktop.org/~bbyer/x11app/X11_launcher.bz2
bunzip2 X11_launcher.bz2
install -b X11_launcher /Applications/Utilities/X11.app/Contents/MacOS/X11

4.更新xterm
curl -LO http://people.freedesktop.org/~bbyer/x11app/xterm.bz2
bunzip2 xterm.bz2
sudo install -b xterm /usr/X11/bin

Comments are closed.