[gentoo] startx 시 에러 메세지..
글쓴이: kjho5728 / 작성시간: 월, 2005/01/24 - 2:21오후
startx치며 이같은 에러가 나옵니다. 왜 그런가여 설명 좀
Fatal server error:
failed to initialize core devices
Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional informati
on.
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
사양은
p4 1.6
256 ram
asus p4p800se
내장랜 카드
내장 사운드 카드
nvidia geforce4 mx440
입니다 환경 설정을 잘 못해서 인가여
환경 설정 법 좀 가르쳐 주세요.. 지금 아무것도 못하고 있는 중입니다. ㅜㅜ
Forums:


Re: [gentoo] startx 시 에러 메세지..
failed to initialize core devices즉 입력장치가 제대로 구성되지 않은 겁니다. 보통 키보드는 잘 인식 되므로... 마우스에 이상이 있는 것이겠지요. Xorg.conf 파일을 열어 mouse 부근을 찾아 마우스 장치 파일의 경로 (/dev/input/mice 라든지 /dev/mouse 라든지)를 이리저리 바꿔보세요. 여러가지 상황에 따라 마우스가 잡히는 경로가 달라지거든요... cat /dev/input/mice 를 치고 마우스를 움직임으로써 그 경로에 마우스가 실제로 있는지 확인해 볼 수 있습니다.----
블로그 / 위키 / 리눅스 스크린샷 갤러리
일단 참고 문서 하나...[url]http://www.gentoo
일단 참고 문서 하나...
http://www.gentoo.or.kr/wiki/moin.cgi/GentooInstall
여기나
http://www.joinc.co.kr/modules/moniwiki/wiki.php/mz_gentoo
를 참조하시고요, 위의 문서에서 1.4.81.1 Gnome 의 설치 부분을 보면 ...
이런 부분이 나오는데요, 젠투는 특별한 경우가 아니면 XFree86 이 아니라 Xorg 를 쓰기때문에, XF86Config 대신에 xorg.conf 라고 생각하시면 됩니다. 마찬가지로 /usr/X11R6/bin/XFree86 이 아니라/usr/X11R6/bin/Xorg(?) 일 겁니다. - 지금 집이 아니라 확답은 못하겠습니다. 저게 맞을 겁니다.
즉, Xorg -configure 라고 치면 ... 그 자리에 xorg.conf 라는 파일이 생기는데, 이걸 /etc/X11 디렉터리에 복사해 넣으면 된다는 얘깁니다.
그리고 조금만 더 손 보면 됩니다. 가장 많이 틀리는 게 VGA 카드 설정, 모니터 설정, 마우스 설정입니다. 마우스의 경우 휠마우스인데, 휠이 안 잡힌다라거나, 아니면 제대로 동작 안하는 건데요. 이건 /dev/mice 가 제대로 안되어 있거나 커널에서 마우스 설정이 안 되어 있거나 하는 경우입니다.
마우스 설정이 맞는데, X 가 안 뜬다면 보통 모니터 부분이 조금 틀어져서 그런 경우가 있는데, 조금만 손 보면 됩니다. 참고삼아서 제 xorg.conf 파일을 적습니다.
제일 아래쪽을 보면 mga 라고 되어 있는데, 이건 제 vga 카드가 G400 이기 때문이고, 중간쯤에 보면 Monitor 섹션이 나오는데, 거기에 있는 주파수는 모니터 마다 조금씩 다릅니다. Xorg -configure 는 저 부분과 VGA 카드를 찾아내는 거죠.
Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/ko/" FontPath "/usr/share/fonts/alee-fonts/" FontPath "/usr/share/fonts/baekmuk-fonts/" FontPath "/usr/share/fonts/unfonts/" FontPath "/usr/share/fonts/unfonts/extra/" EndSection Section "Module" Load "extmod" Load "dri" Load "dbe" Load "record" Load "xtrap" Load "glx" Load "type1" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection Section "Monitor" #DisplaySize 320 240 # mm Identifier "Monitor0" VendorName "SAM" ModelName "SyncMaster" HorizSync 30.0 - 96.0 VertRefresh 50.0 - 160.0 Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "PciRetry" # [<bool>] #Option "SyncOnGreen" # [<bool>] #Option "NoAccel" # [<bool>] #Option "ShowCache" # [<bool>] #Option "Overlay" # [<str>] #Option "MGASDRAM" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "UseFBDev" # [<bool>] #Option "ColorKey" # <i> #Option "SetMclk" # <freq> #Option "OverclockMem" # [<bool>] #Option "VideoKey" # <i> #Option "Rotate" # [<str>] #Option "TexturedVideo" # [<bool>] #Option "Crtc2Half" # [<bool>] #Option "Crtc2Ram" # <i> #Option "Int10" # [<bool>] #Option "AGPMode" # <i> #Option "AGPSize" # <i> #Option "DigitalScreen1" # [<bool>] #Option "DigitalScreen2" # [<bool>] #Option "TV" # [<bool>] #Option "TVStandard" # [<str>] #Option "CableType" # [<str>] #Option "NoHal" # [<bool>] #Option "SwappedHead" # [<bool>] #Option "DRI" # [<bool>] #Option "MergedFB" # [<bool>] #Option "Monitor2HSync" # [<str>] #Option "Monitor2VRefresh" # [<str>] #Option "Monitor2Position" # [<str>] #Option "MetaModes" # [<str>] Identifier "Card0" Driver "mga" VendorName "Matrox Graphics, Inc." BoardName "MGA G400 AGP" BusID "PCI:2:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1400x1050" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection---------
귓가에 햇살을 받으며 석양까지 행복한 여행을...
웃으며 떠나갔던 것처럼 미소를 띠고 돌아와 마침내 평안하기를...
- 엘프의 인사, 드래곤 라자, 이영도
즐겁게 놀아보자.
댓글 달기