우분투 11.10 Oneiric Ocelot 이후 로그인화면을 관리하는 프로그램이 LightDM으로 바뀌었죠. 기존의 로그인화면과는 다르게 이미지를 바탕으로 세련된 로그인화면을 만들어줄 수 있는 매력이 있었습니다.
정확히 어떤 문제 때문인지는 모르겠지만 설정파일을 수정하거나 Simple LightDM Manager를 사용하여서 문제가 발생하는 분들이 있는 것 같아서 이번 글을 준비 했습니다.
관련 글
LightDM 배경화면을 더 쉽게 바꾸기!! - Simple LightDM Manager
로그인화면(LightDM) 배경화면 바꾸기!!
설정 초기화하기
LightDM의 설정에 관련된 것은 '/etc/lightdm/unity-greeter.conf' 파일에 저장되어 있습니다.
우선, 터미널을 열고 '/etc/lightdm' 경로로 이동합니다.
$ cd /etc/lightdm
이제 설정을 바꾸기 전에 백업파일을 만들겠습니다.
$ sudo cp unity-greeter.conf unity-greeter.conf.bak
gedit를 통해 unity-greeter.conf 파일을 실행합니다.
$ sudo gedit /etc/lightdm/unity-greeter.conf
이제 해당되는 내용을 다음과 같이 바꿉니다.
#
# background = Background file to use, either an image path or a color (e.g. #772953)
# logo = Logo file to use
# theme-name = GTK+ theme to use
# font-name = Font to use
# xft-antialias = Whether to antialias Xft fonts (true or false)
# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
# xft-hintstyle = What degree of hinting to use (hintnone, hintslight, hintmedium, or hintfull)
# xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
#
[greeter]
background=/usr/share/backgrounds/warty-final-ubuntu.png
logo=/usr/share/unity-greeter/logo.png
theme-name=Ambiance
icon-theme-name=ubuntu-mono-dark
font-name=Ubuntu 11
xft-antialias=true
xft-dpi=96
xft-hintstyle=hintslight
xft-rgba=rgb
# background = Background file to use, either an image path or a color (e.g. #772953)
# logo = Logo file to use
# theme-name = GTK+ theme to use
# font-name = Font to use
# xft-antialias = Whether to antialias Xft fonts (true or false)
# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
# xft-hintstyle = What degree of hinting to use (hintnone, hintslight, hintmedium, or hintfull)
# xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
#
[greeter]
background=/usr/share/backgrounds/warty-final-ubuntu.png
logo=/usr/share/unity-greeter/logo.png
theme-name=Ambiance
icon-theme-name=ubuntu-mono-dark
font-name=Ubuntu 11
xft-antialias=true
xft-dpi=96
xft-hintstyle=hintslight
xft-rgba=rgb
그 후 저장하고 로그아웃 합니다.
'우분투 > 기본설정' 카테고리의 다른 글
[pysdm] 파티션의 마운트 설정을 더 쉽게 해보자!! (7) | 2011.11.17 |
---|---|
[우분투 11.10] 자동로그인 설정 및 그놈으로 자동 로그인하기 (2) | 2011.11.05 |
[우분투 11.10] 마우스를 위에 올리면 창 선택하게 설정하기 (4) | 2011.11.03 |
[그놈 쉘] 최소화, 최대화 버튼 만들기 (3) | 2011.10.29 |
[우분투 11.10] 그놈쉘(GNOME Shell) 테마 설치하는 방법 (15) | 2011.10.26 |