windows에서 ssh로 접속 후 x를 띄우는 중에 오류가 납니다.

hanpedro의 이미지

windows에서 ssh로 접속 후 x를 띄우는 중에 오류가 납니다.

[terauser@terauser ~]$ startx
xauth: creating new authority file /home/terauser/.serverauth.12113
 
 
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.18-308.24.1.el5 i686 Red Hat, Inc.
Current Operating System: Linux terauser 2.6.18-238.12.1.el5 #1 SMP Tue May 31 13:23:01 EDT 2011 i686
Build Date: 09 January 2013
Build ID: xorg-x11-server 1.1.1-48.100.el5
Before reporting problems, check <a href="http://wiki.x.org" rel="nofollow">http://wiki.x.org</a>
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 10 15:11:01 2013
(==) Using config file: "/etc/X11/xorg.conf"
(WW) ATI(0): Failed to set up write-combining range (0xf6000000,0x800000)
(WW) ATI(0): Failed to set up write-combining range (0xf6000000,0x800000)
FATAL: Module mach64 not found.
[drm] failed to load kernel module "mach64"
(EE) ATI(0): [dri] DRIScreenInit Failed
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Multiple symbols for level 1/group 1 on key <I5F>
> Using XF86Sleep, ignoring XF86Standby
> Warning: Symbol map for key <I5F> redefined
> Using last definition for conflicting fields
Errors from xkbcomp are not fatal to the X server
Could not init font path element unix/:7100, removing from list!
localuser:terauser being added to access control list

mtrr입니다.

[root@terauser ~]# cat /proc/mtrr
reg00: base=0x00000000 ( 0MB), size= 512MB: write-back, count=1
reg01: base=0x400020000 (16384MB), size= 64KB: uncachable, count=1
reg02: base=0x400040000 (16384MB), size= 64KB: uncachable, count=1
reg03: base=0x400060000 (16384MB), size= 64KB: uncachable, count=1
reg04: base=0x400080000 (16384MB), size= 64KB: uncachable, count=1
reg05: base=0x4000a0000 (16384MB), size= 64KB: uncachable, count=1
reg06: base=0x4000c0000 (16384MB), size= 64KB: uncachable, count=1
reg07: base=0x4000e0000 (16384MB), size= 64KB: uncachable, count=1

xorg.conf입니다.

# Xorg configuration created by pyxf86config
 
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
 
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
 
Section "Device"
Identifier "Videocard0"
Driver "ati"
EndSection
 
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection 

익명 사용자의 이미지

당연히 Windows용 X서버는 설치해놓고 ssh로 X용 프로그램을 불러야 할텐데 말입니다.
혹시 그런 과정은 다 생략하고 안된다고 하는건 아니겠죠?

ssh는 아마도 퓨티를 사용중일테니
윈도우용 X서버와 퓨티를 연동하는 방법부터 찾아보는 것이 순서입니다.

tweedledum의 이미지

.

hanpedro의 이미지

Windows용 X서버로 Xmanager를 설치했습니다.

자료는 저장하자!
저장해서 정리하지 않은 지식은 쓸모가 없다.