안녕하세요
저는 노트북 삼보드림북 라이트를 산 사람입니다.
kldp에 주옥같은 임영규님의 글을 보고 첨에 넘 기뻤습니다.
그런데 따라해보니 잘 안됩니다.
일단 ln ?s /dev/fb0 /dev/fbcurrent에서부터 막힙니다.
그러니까 ln으로 시작되는 설명은 몽땅 안됩니다.
ln: when making multiple links, last arguement must bo a directory
라고 나오면서 안되네요
그래서 ln으로 하는거는 다빼고 나머지
XF86Config도 복사해주고, 다 햇는데,
다시 껐다 키니까
펭귄모양 나오구요 글씨도 조그맣게 되면서 뜨더니만
시디롬찾고 그 다음부터인가 그냥 가만히 있어여
다운인가봐요
도와주세요.
X설정해야 합니다.
이것만 가지고 얼마나 많은 시간을 들였는지 몰라요
더 자세히 좀 설명좀 해주세요
부탁입니다.
그분 설명은 다음과 같습니다.
작성자 : 임영규 (honny70 at mail.linuxer.co.kr)
=========================================================
### 삼보 컴퓨터 드림북 라이트 모델 X window 설정하기 ###
먼저 정상적으로 리눅스가 install 되었다면
login 후에 다음과 같이 합니다
cd ~/ [Enter]
rm /dev/fb0 [Enter]
mknod /dev/fb0 c 29 0 [Enter]
ln ?s /dev/fb0 /dev/fbcurrent [Enter]
그리고
cd /etc [Enter]
vi lilo.conf [Enter]
그리고
vga=788[Enter]
[ESC 키]
shift + z를 빠르게 두번(저장합니다)
그리고
lilo [Enter]
그리고
cd /etc/X11 [Enter]
rm X [Enter]
아래를 수행하기전에
ll /usr/X11R6/bin/XF86*
해 봅니다
XF86_DBDev file이 있어야 합니다
If (없으면)
{
mount /mnt/cdrom
mc를 수행하면 과거 Dos의 Norton Command, Mdir과 같은 화면이 나타나는데
CD-ROM의 RPMS directory아래에 가서 XF86_FBDev file을
/usr/X11R6/bin directory에 복사하세요
그리고 아래 내용을 계속 합니다
}
ln ?s /usr/X11R6/bin/XF86_FBDev /usr/X11R6/bin/X
ln ?s /usr/X11R6/bin/XF86_FBDev /etc/X11/X
합니다
그리고 첨부된 file(XF86Config file입니다)을 copy 해야 하는데
mcopy a:XF* [Enter]
합니다
여기까지는 모두 /etc/X11 directory입니다
cd ~/ [Enter]
그리고 reboot [Enter]
하면 됩니다
그러면 부팅시 펭귄 모양이 화면에 나타납니다.
그리고 중요한 것은 root로 login하여 사용자 계정을 한번 만듭니다
Linux Control Panel을 실행해서 사용자를 추가 합니다
그리고 다시 부팅하여 등록한 사용자로 login합니다
그리고 startx를 실행하면 됩니다.
- 이상 -
인터넷을 하기 위해선 통신프로그램이 있어야 합니다
그리고 해당 ISP에 접속 후 ppp를 수행합니다
이때 종요한 file이 있습니다
vi /etc/ppp/options
하면 locked라고 나오는데 지우고
/dev/cua2 (당신의 modem이 COM3이면 3-1=2 따라서 /dev/cua2라고 해야 겠지요)
115200 (Speed 입니다)
defaultroute
라는 내용을 기록합니다.
그리고 /etc/resolv.conf 를 만들어야 합니다
cd /etc
vi resolv.conf
nameserver X.X.X.X (해당 ISP의 인터넷 접속 IP주소)
예, 저는 에듀를 사용하는데
nameserver 210.102.100.1로 했어요
그리고 저장합니다.
그리고 pppd & [Enter] 합니다, 반드시 BACKGround로 합니다, 그래서 & 붙어요
그리고 Netscape를 실행합니다
- 이상 -
아래 내용을 XF86Config로 저장해도 됩니다
# XF86Config auto-generated by XF86Setup
# modified by <gerald at esi.ac.at>
#
# Copyright (c) 1996 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#
# See 'man XF86Config' for info on the format of this file
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:-1"
EndSection
Section "ServerFlags"
EndSection
Section "Keyboard"
Protocol "Standard"
AutoRepeat 500 30
LeftAlt Meta
RightAlt Meta
ScrollLock Compose
RightCtl Control
XkbKeycodes "xfree86"
XkbTypes "default"
XkbCompat "default"
XkbSymbols "us(pc101)"
XkbGeometry "pc"
XkbRules "xfree86"
XkbModel "pc104"
XkbLayout "us"
EndSection
Section "Pointer"
# Protocol "MouseSystems"
# Device "/dev/gpmdata"
Protocol "PS/2"
Device "/dev/mouse"
Emulate3Timeout 50
Resolution 100
Buttons 3
Emulate3Buttons
EndSection
Section "Monitor"
Identifier "LCD Display"
VendorName "ASUS"
ModelName "Unkown"
HorizSync 31.5-48.5
VertRefresh 55-90
Modeline "1024x768" 65.00 1024 1048 1192 1340 768 771 777 806 -hsync
-vsync
EndSection
Section "Device"
Identifier "Primary Card"
EndSection
Section "Screen"
Driver "FBDev"
Device "Primary Card"
Monitor "LCD Display"
SubSection "Display"
Modes "default"
Depth 16
EndSubSection
EndSection
Depth를 8로 하면 8bit로 되겠지요
참고로 vga=791, 792로 하면 16bit color로 됩니다(/etc/lilo.conf)에서요
--
꾸~~~욱