음.. 안녕하세요.. xwindows때문에 이렇게 또 질문을 올립니다.

음.. 제가 실력이 허접하여 이렇게 또 질문을 올리네요..
현재 데비안을 네트웍으로 깔아쓰고 있는데요. fluxbox가 잘 안되네요..
fluxbox메세지를 보면 다음과 같습니다.
BaseDisplayBaseDisplay connection to X server failed.
pure virtual method called
Aborted
이렇게 현재 뜨는데요.. 디스플레이가 잘못된거 같아서
XF86config-4파일을 수정하러 가봣지만.. 잘못된거 없어 보이더라고
여..
잘못된게 있겠지만요.. 그 파일도 올릴께요.
Section "Files"
FontPath "unix/7100" # local font
server
# if the local font server has problems, we can fall back
on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "xie"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "neomagic"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-54
VertRefresh 50-85
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
그럼 매일 질문만 올려서 죄송합니다. 고수님들의 답변 기다릴께요.. ^^
Re: 음.. 안녕하세요.. xwindows때문에 이렇게 또 질문을 올립니
X 서버가 지정이 안되었거나 없거나 잘못지정되었을 경우에 발생하는
메시지 같군요.
보통 대부분의 비디오카드는 XFree86으로 처리가 가능합니다.
데비안은 어디에 있는 X를 참조하는지 모르겠지만 일단
$ cd /usr/X11R6/bin
$ ln -sf XFree86 X
로 X를 XFree86으로 연결 시키면 됩니다.
여담이지만 제가 어디에서본 DirectFB인가 하는 것을 설치하려다가
실패를 했는데 이 DirectFB는 비디오 카드의 종류가 한정되어 있더군요.
그때 님과 비슷한 에러가 발생하더군요.
댓글 달기