검색페이지: http://www.google.com 검색어: 솔로 cn530 리눅스
검색을 통해 다음과 같은 사이트를 찾았습니다.
http://seminar.klug.or.kr/pds/source/2nd/html/c.html CN530인데 1G407이 아니라 2G407이군요. 같은 것인지?
아니면 다른 것인지 잘 모르겠습니다.
다음은 내용입니다.
solo cn530
trident cyber9385 그래픽 칩셋을 사용한 노트북이며, svga 로 설정한후
다음 셋팅화일을 덮어써준다.
나우누리 리눅스동 게시판에서 발췌.
-------------------
#*******************************************
#이것은 대우 solo cn530의 x설정입니다.
#*******************************************
# **********************************************************************
# files section. this allows default font and rgb paths to be set
# **********************************************************************
section "files"
rgbpath "/usr/x11r6/lib/x11/rgb"
fontpath "/usr/x11r6/lib/x11/fonts/misc/"
fontpath "/usr/x11r6/lib/x11/fonts/75dpi/:unscaled"
fontpath "/usr/x11r6/lib/x11/fonts/100dpi/:unscaled"
fontpath "/usr/x11r6/lib/x11/fonts/type1/"
fontpath "/usr/x11r6/lib/x11/fonts/speedo/"
fontpath "/usr/x11r6/lib/x11/fonts/75dpi/"
fontpath "/usr/x11r6/lib/x11/fonts/100dpi/"
endsection
# **********************************************************************
# keyboard section
# **********************************************************************
section "keyboard"
protocol "standard"
autorepeat 500 5
leftalt meta
rightalt modeshift
# rightctl compose
# scrolllock modelock
# to disable the xkeyboard extension, uncomment xkbdisable.
xkbdisable
xkbkeymap "xfree86(us)"
endsection
# **********************************************************************
# pointer section
# **********************************************************************
section "pointer"
protocol "ps/2"
device "/dev/mouse"
emulate3buttons
emulate3timeout 50
endsection
section "monitor"
identifier "12.1' tft"
vendorname "deawoo"
modelname "solo cn530"
horizsync 31.5 - 80
vertrefresh 50-90
# 800x600 @ 85 hz, 55.84 khz hsync
modeline "800x600" 60.75 800 864 928 1088 600 616 621 657 -hsync -vsync
endsection
# graphics device section
# **********************************************************************
# any number of graphics device sections may be present
# standard vga device:
section "device"
identifier "generic vga"
vendorname "unknown"
boardname "unknown"
chipset "generic"
videoram 2048
#clocks 25.2 28.3
endsection
# svga device:
section "device"
identifier "trident cyber9385-1"
vendorname "deawoo"
boardname "deawoo"
chipset "cyber938x"
clockchip "tgui"
videoram 2048
option "noaccel"
endsection
# **********************************************************************
# screen sections
# **********************************************************************
# the colour svga server
section "screen"
driver "svga"
device "trident cyber9385-1"
monitor "12.1' tft"
subsection "display"
depth 16
modes "800x600"
viewport 0 0
endsubsection
endsection--아.지.사.바