1 2 3 4 5 6 7 8 | (II) dmx: ===== End of Summary ===== (!!) dmx: The default visual for screen #0 does not match any of the (!!) dmx: consolidated visuals from Xinerama (listed above) (!!) dmx: The default visual for screen #1 does not match any of the (!!) dmx: consolidated visuals from Xinerama (listed above) (Fatal Error) dmx: dmxConnectionBlockCallback: invalid screen(s) found XIO: fatal IO error 104 (Connection reset by peer) on X server ":1.0" after 0 requests (0 known processed) with 0 events remaining. |
1 2 3 4 5 6 7 | startx `which twm` -- \ /usr/bin/X11R6/Xdmx :1 \ -display control_node_ip:0 \ -display client_node_1_ip:0 \ -ignorebadfontpaths \ +xinerama \ -noglxproxy |
1 2 3 4 5 6 7 8 | startx `which twm` -- \ /usr/bin/X11R6/Xdmx :1 \ -display control_node_ip:0 \ -display client_node_1_ip:0 \ -display client_node_2_ip:0 \ -ignorebadfontpaths \ +xinerama \ -noglxproxy |
1 2 3 4 5 6 7 8 | # xdmx.conf - Xdmx configuration file # quad config setup 2x2 virtual quad_config { display "client_node_upper_left_ip:0" @0x0; display "client_node_upper_right_ip:0" @1024x0; display "client_node_lower_left_ip:0" @0x768; display "client_node_lower_right_ip:0" @1024x768; } |
1 2 3 4 5 | startx `which twm` -- /usr/bin/X11R6/Xdmx :1 \ -configfile xdmx.conf \ -config quad_config \ -ignorebadfontpaths \ -noglxproxy |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |