/ ext3 500M 첫번째파티션으로 함(?), 첫번째파티션에서는 ext4 안됨
swap 1024M
/var ext4 2000M
/tmp ext4 2000M
/usr ext4 8000M
/home ext4 나머지
처음 설치하여 부팅하면 800x600 화면으로 부팅된다.
최조 /etc/X11/ 폴더에 xorg.conf파일이 없다.
관리 -> 화면설정 에서 해상도를 변경 해야 하는데 해당 메뉴가 없다.
그래서
시스텝 -> 관리 -> add/remove software 에서 system-config-display 를 찾아서 설치한다.
의존성에 의해 Python library 같이 설치한다.
설치를 마치고 나면
시스템 -> 관리 -> 화면 설정 메뉴가 나타난다.
화면설정 -> 하드웨어 -> 모니터유형 : 설정
에서 CRT >1600x1200 선택하고 적용 후 재부팅한다. (화살표를 클릭하여 확장을 해야 하는 것을 몰라 os를 여러번 재 설치 했다. 인터넷 검색에도 없고.)
(한글도 잘 된다.
윈도우에서와 같이 PriScr, Alt + PriScr 키로 다른 유틸리티 없이 캡쳐 화면을 저장할 수 있다. 편리하다.)
시스템 -> 기본 설정 -> 디스플레이 에서 원하는 해상도를 선택한다.
넗은 화면을 사용할 수 있다.
나의 경우
모니터: 19인치 CRT(TopSync 990E plus),
그래픽카드: Intel Corporation 82865G Integrated Graphics Controller 환경에서
1280x1024, 1152x864 해상도 화면이 잘 나온다.
또한, /etc/X11/xorg.conf 파일이 생성되어 있다.
[h1skies@h1skies X11]$ cat xorg.conf
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105+inet"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "Monitor 1600x1200"
HorizSync 31.5 - 107.5
VertRefresh 50.0 - 85.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "intel"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
참고로 인터넷 검색에서 다음 명령을 실행하면 /root/xorg.conf.sample 파일이 생성되고 이것을
/etc/X11/xorg.conf 파일로 복사하여 SubSection 내의 Depth 24 다음줄에
Modes "1152x864", "1024x768" 등을 입력하면 원하는 해상도를 얻을 수 있다고 하였으나 이전에 설치하였을 때 실패했고, 오늘 설치에서 명령어만 실행하고 /root/xorg.conf 파일의 유무만 확인.
[root@h1skies h1skies]# Xorg -configure :1
X.Org X Server 1.6.3.901 (1.6.4 RC 1)
Release Date: 2009-8-25
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.18-164.el5 i686
Current Operating System: Linux h1skies.surim.com 2.6.30.9-96.fc11.i686.PAE #1 SMP Tue Nov 3 23:41:33 EST 2009 i686
Kernel command line: ro root=UUID=1afa9386-e93c-4381-927b-846397f07c2c rhgb quiet
Build Date: 09 September 2009 11:25:24AM
Build ID: xorg-x11-server 1.6.4-0.1.fc11
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.1.log", Time: Mon Nov 9 16:21:18 2009
List of video drivers:
vmware
trident
tdfx
rendition
r128
intel
sis
radeon
nv
amd
ztv
dummy
openchrome
voodoo
i128
neomagic
siliconmotion
nouveau
ast
v4l
savage
apm
s3virge
glint
mga
cirrus
geode
mach64
sisusb
i740
ati
fbdev
vesa
(++) Using config file: "/root/xorg.conf.new"
Xorg detected your mouse at device /dev/input/mice.
Please check your config if the mouse is still not
operational, as by default Xorg tries to autodetect
the protocol.
Your xorg.conf file is /root/xorg.conf.new
To test the server, run 'X -config /root/xorg.conf.new'
참고: 오늘 배운 명령어
gnome 터미널에서
# init 3 콘솔 화면으로 나간다.
콘솔 화면에서
# init 5 x-window 로 복귀한다.
댓글 없음:
댓글 쓰기