vmware 무엇이 문제인지 모르겠습니다.

kknd345의 이미지

진짜로 X-window 띄우고 싶은데요 ..

XF86Config 설정을 이렇게 수동으로 잡고
(중요한것만)

Section "Device" 
    Identifier  "VMware SVGA" 
    Driver      "vmware" 
    BUSID        "PCI:0:15:0" 
EndSection 
...... 
Section "Screen" 
    Device        "VMware SVGA" 
    DefaultDepth  16                        
...... 
  SubSection "Display" 
    Depth 16                                   
    Modes      "800x600" "1024x768" "640x480"

재부팅을 하니

Server Authorization directory(daemon/ServAuthDir) is set to 
/var/lib/gdm but this does not exist. Please correct gdm 
configuration /etc/X11/gdm/gdm.conf and restart gdm.

이렇게 뜨네요..

XF86Config 가 잘 못 되도 저렇게 뜰수 있나요?

emerge gdm하고 rc.conf 에 DISPLAYMANAGER="gdm"이라고 수정했는
데도 그렇네요 . 물론 rc-update add xdm default 는 했습니다.

제가 무엇을 잘못 한걸까요?

(참고로 메뉴의 VM - VMware Tools install 클릭 했습니다.
그런데도 밑에 You do not have VMware Tools installed.
라고 떠 있습니다. 안 사라지네요.. )

kknd345의 이미지

Server Authorization directory(daemon/ServAuthDir) is set to 
/var/lib/gdm but this does not exist. Please correct gdm 
configuration /etc/X11/gdm/gdm.conf and restart gdm.

아 제가 var/lib/gdm 폴더를 안 만들어 줬더군요...
로그파일 들어가는 곳 같은데.. 맞나요?

그리고 이제 다른 문제가 ㅜㅜ.. XF86Config 에 문제가 있다고 하네요..

Section "Device" 
    Identifier  "VMware SVGA" 
    Driver      "vmware" 
    BUSID        "PCI:0:15:0" 
EndSection 
...... 
Section "Screen" 
    Device        "VMware SVGA" 
    DefaultDepth  16                        
...... 
  SubSection "Display" 
    Depth 16                                    
    Modes      "800x600" "1024x768" "640x480"

Screen 부분에 문제가 있다고 하는데요.

아무래도 vmware tools install 때문인듯 한데..

쓰고 계신 분들은 부팅하고 나서

install Vmware tools 누르면 밑에 상태창에
You do not have Vmware tools install. 이 사라지나요?
전 안 사라지거든요.. 제가 무엇을 잘못한걸까요?

1%의 가능성이면 충분하다!
최선을 다하자!

kknd345의 이미지

제가 자문자답 다 하네요 ^^;; ㅋㅋㅋㅋ

다시 XF86Config -configure 해서

이렇게 고치니 아무문제없이 실행 되네요..

Section "Device" 
    Identifier  "Card0" 
    Driver      "vmware" 
    BUSID        "PCI:0:15:0" 
EndSection 
...... 
Section "Screen" 
    Identifier  "Card0" 
    Device        "VMware SVGA" 
    DefaultDepth  16                        
...... 
  SubSection "Display" 
    Depth 16                                    
    Modes      "800x600" "1024x768" "640x480"

그런데 .. 저는 vmware 화면이 매우 작거든요..

이거 키우는 방법 아시나요?

1%의 가능성이면 충분하다!
최선을 다하자!