고진샤 sa시리즈에 리눅스설치 했는어요
글쓴이: siddl / 작성시간: 월, 2009/11/16 - 3:06오후
리눅스는 쿠분투 넷북 9.10버젼입니다.
그런데 하드웨어 드라이버가 안잡혀 있군요.
우선 모니터에 xwindow화면이 않나와요? 케이블로 다른 모니터에 연결해야 나오네요..
무선랜이 잡혀 있질 않네요?
이문제 어떻게 해야 하죠.
알려 주세요.
참고로 저는 리눅스 왕초보입니다.
Forums:
저도 고생좀 했습니다. ㅠㅠ
아래와 같이 vesa 로 넣으면 화면은 보일거에요 ^^
$ sudo vim /etc/X11/xorg.conf
Section "Device"
Identifier "Geode"
Driver "vesa"
EndSection
Section "Monitor"
Identifier "Default Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Geode"
Device "Default Monitor"
EndSection
댓글 달기