글 수 426
| File: /etc/X11/xorg.conf |
Section "Module" Load "vnc" Load "freetype" Load "type1" Section "Screen" #This tells X where to locate the VNC password file Option "PasswordFile" "/home/your_user_name/.vnc/passwd" Section "Files"
ModulePath "/usr/lib/modules/extensions"
ModulePath "/usr/lib/xorg/modules"
|
VNC 설정할때 Emerge 시키고 이후, 반드시 해야할것이 있다.
위의 내용처럼 Load 모듈에 VNC를 포함시키고 Files에 모듈 경로를 입력후
Screen에 패스워드 파일이 어디 있는지 위치를 잡아줘야 한다.