본문 바로가기

카테고리 없음

Fedora 10 설치~

Fedora 10이 D-0 (발표일)에 받아서 바로 설치했습니다.

기존 Fedora 9을 사용할때와 틀린 몇가지 알려 드립니다.

1. 한글 폰트가 상당히 가늘고 볼품없이 보입니다.
   - 시스템>기본설정>모양새>모양새
   - 글꼴 탭에서 "자세히"를 눌러, 힌팅을 "없음" 으로 설정해야 한다.

2. nabi를 사용할 경우 Shift-Space를 통해 한영 전환이 제대로 되지 않는다.
   이는 Fedora 10에서 imsetting이라는 새로운 환경이 추가되면서 그렇게 되었는데
   이를 무시해야 제대로 nabi를 통해 입력이 가능하다.
[symlink@localhost ~]$ cat /etc/X11/xinit/xinput.d/nabi
XIM=nabi
XIM_PROGRAM=/usr/bin/nabi
ICON=/usr/share/nabi/nabi.svg
GTK_IM_MODULE=xim
QT_IM_MODULE=xim
DISABLE_IMSETTINGS=yes
   를 설정해 주어야 제대로 된다.

   PS.  Fedora11에서는 nabi가 제대로 구동되지 않습니다 ㅠㅠ (아직 방법을 찾지 못했어요)

3. flash-plugin에서 x86_64를 사용할 경우 사운드 재생에 문제가 있다.
   기존 adobe에서 배포되는 i386 flash-plugin을 사용할 경우 생기는데.. 이를 해결하기 위해서는
# http://labs.adobe.com/downloads/flashplayer10.html

rpm -e flash-plugin
rpm -e nspluginwrapper

wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz
tar -zxf libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz

chown root:root libflashplayer.so
chmod 755 libflashplayer.so
mv libflashplayer.so /usr/lib64/mozilla/plugins/
를 통해 설치해야 제대로 재생이 가능하다.

Code:
su
yum erase flash-plugin nspluginwrapper*
wget http://www.dfm.uninsubria.it/compiz/fusion-testing/flashplayer.x86_64/flash-plugin-10.0.22.87-1.x86_64.rpm
yum --nogpgcheck install flash-plugin-10.0.22.87-1.x86_64.rpm

4. gnome설정 몇가지 TIP

The GNOME splash screen has been disabled upstream intentionally. To enable it, use gconf-editor or the following command:

gconftool-2 --set /apps/gnome-session/options/show_splash_screen --type bool true 

The lock screen dialog theme is not connected to the selected screensaver in this release. To enable it, use gconf-editor or the following command:

gconftool-2 --set  --type string /apps/gnome-screensaver/lock_dialog_theme  "system"  

Blinking cursors are enabled by default in this release, and are centrally managed via a gconf setting. To turn it off, run the following command:

gconftool-2 --type bool --set /desktop/gnome/interface/cursor_blink false
5. Thinkpad의 Touchpad 설정

# Xorg configuration created by livna-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Synaptics" "CorePointer"
EndSection

Section "Files"
    ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"
    ModulePath   "/usr/lib64/xorg/modules"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbModel" "pc105"
    Option      "XkbLayout" "us+inet"
EndSection

Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "auto-dev"
        Option      "Emulate3Buttons" "yes"
        Option      "SHMConfig" "on"
EndSection

Section "ServerFlags"
    Option      "AIGLX" "on"
EndSection

Section "Device"
    Identifier  "Videocard0"
    Driver      "nvidia"
    Option      "AddARGBGLXVisuals" "True"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Modes   "1400x1050"
        Depth     24
    EndSubSection
EndSection

Section "Extensions"
    Option      "Composite" "Enable"
EndSection

을 해주어야 한다.

Fedora10에서 가장 마음에 드는건 부팅속도가 상당히 빨라졌다는겁니다.. 여러분 즐~