설치는 했는데 ximtool 쳐서 실행하려는데 depth 를 8로 고쳐야 된데여.. 시작할때.. startx -- -depth 8 머 이런식으로 하라는데 안되네여 다른 방법은 없을까여? 부탁드립니다.
/etc/X11/XF86Config-4(레드헷기준...) 파일을 열면 맨 아래쪽에
Section "Screen" Identifier "Screen0" Device "NVIDIA GeForce 2 MX (generic)" Monitor "Monitor0" DefaultDepth 24
Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" # Virtual 1600 1200 EndSubsection EndSection 와 같은 항목이 보일겁니다. EndSubsection다음에 다음과 같이 넣고
Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" # Virtual 1600 1200 EndSubsection Subsection "Display" Depth 8 Modes "1280x1024" "1024x768" # Virtual 1600 1200 EndSubsection
DefaultDepth 24를 DefaultDepth 8로 수정하면 될겁니다. Console로 Login을 한다면 DefaultDepth를 수정하지 않아도
# startx -- -depth 8
하시면 됩니다. 요즘은 대부분 X에서 Login을 하기때문에 DefaultDepth를 수정해주는 것이 좋습니다. DefaultDepth를 수정했을때는 [Ctrl]+[Alt]+[BackSpace]를 눌러서 X를 다시 실행시킬 수도 있습니다.
.
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
Re: ximtool 사용하려는데여 ..depth 때문에..
/etc/X11/XF86Config-4(레드헷기준...) 파일을 열면
맨 아래쪽에
Section "Screen"
Identifier "Screen0"
Device "NVIDIA GeForce 2 MX (generic)"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768"
# Virtual 1600 1200
EndSubsection
EndSection
와 같은 항목이 보일겁니다.
EndSubsection다음에 다음과 같이 넣고
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768"
# Virtual 1600 1200
EndSubsection
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768"
# Virtual 1600 1200
EndSubsection
DefaultDepth 24를 DefaultDepth 8로
수정하면 될겁니다.
Console로 Login을 한다면 DefaultDepth를 수정하지 않아도
# startx -- -depth 8
하시면 됩니다.
요즘은 대부분 X에서 Login을 하기때문에 DefaultDepth를
수정해주는 것이 좋습니다.
DefaultDepth를 수정했을때는 [Ctrl]+[Alt]+[BackSpace]를
눌러서 X를 다시 실행시킬 수도 있습니다.
설명 감솨함다. ^^ (냉무)
.
댓글 달기