Community gatherings on Freenode at #tinycorelinux (webchat)
... but freerdp still asking for "libnettle.so.7"
... so i downloaded the old one from V11.x/armv7 ...
... but freerdp still asking for "libnettle.so.7"sudo ldconfig will not effect which libraries freerdp will look for.
... and the libs copied into the root filesystem.
You also need to load the extension.If you overwrite your existing nettle extension with the the old version, you need to reboot to load it.
after all the freerdp didn't work with the "/Multimon:force" optionCode: [Select]xfreerdp /sec:rdp /drive:USB-Stick,/mnt/ /multimon:force +multitransport +auto-reconnect -themes -wallpaper /cert-ignore /bpp:15 /kbd:0x00000407 /d:domain /v:server:port /fCode: [Select][10:31:04:365] [5420:5421] [INFO][com.freerdp.core] - freerdp_connect:freerdp_set_last_error_ex resetting error state[10:31:04:365] [5420:5421] [INFO][com.freerdp.client.common.cmdline] - loading channelEx rdpdr[10:31:04:365] [5420:5421] [INFO][com.freerdp.client.common.cmdline] - loading channelEx rdpsnd[10:31:04:365] [5420:5421] [INFO][com.freerdp.client.common.cmdline] - loading channelEx cliprdr[10:31:04:787] [5420:5421] [INFO][com.freerdp.primitives] - primitives autodetect, using optimized[10:31:04:795] [5420:5421] [INFO][com.freerdp.core] - freerdp_tcp_is_hostname_resolvable:freerdp_set_last_error_ex resetting error state[10:31:04:796] [5420:5421] [INFO][com.freerdp.core] - freerdp_tcp_connect:freerdp_set_last_error_ex resetting error state[10:31:04:807] [5420:5421] [ERROR][com.freerdp.core.gcc] - WARNING: true multi monitor support was not advertised by server![10:31:04:807] [5420:5421] [ERROR][com.freerdp.core.gcc] - Sending multi monitor information anyway (may break connectivity!)[10:31:05:912] [5420:5421] [INFO][com.freerdp.gdi] - Local framebuffer format PIXEL_FORMAT_BGRX32[10:31:05:912] [5420:5421] [INFO][com.freerdp.gdi] - Remote framebuffer format PIXEL_FORMAT_RGB16[10:31:05:048] [5420:5421] [INFO][com.winpr.clipboard] - initialized POSIX local file subsystem[10:31:05:146] [5420:5442] [INFO][com.freerdp.channels.rdpdr.client] - Loading device service drive [USB-Stick] (static)[10:31:05:147] [5420:5421] [INFO][com.freerdp.channels.rdpsnd.client] - [static] Loaded fake backend for rdpsndit says that the multi monitor support was not advertised by server, but it actually works with TinyCore with the same freerdp version.
In the link you posted they give an Xorg conf snippet to get two monitors with fbturbo - did you try it?
Section "Device" Identifier "HDMI-1" Driver "fbturbo" Option "fbdev" "/dev/fb0" Option "SwapbuffersWait" "true"EndSectionSection "Device" Identifier "HDMI-2" Driver "fbturbo" Option "fbdev" "/dev/fb1" Option "SwapbuffersWait" "true"EndSectionSection "Monitor" Identifier "HDMI-1" Option "PreferredMode" "1920x1080" Option "Primary" "true" Option "DPMS" "false"# Option "Position" "0 0"EndSectionSection "Monitor" Identifier "HDMI-2" Option "PreferredMode" "1280x1024" Option "DPMS" "false" Option "LeftOf" "HDMI1"# Option "Position" "1280 1024"EndSectionSection "Screen" Identifier "screen0" Device "HDMI-1" Monitor "HDMI-1"EndSectionSection "Screen" Identifier "screen1" Device "HDMI-2" Monitor "HDMI-2"EndSectionSection "ServerLayout" Identifier "default" Option "Xinerama" "off"# Option "Clone" "off" ===> this option is not to find in Xorg.conf website ( https://www.x.org/releases/current/doc/man/man5/xorg.conf.5.xhtml#heading16 ) Screen 0 "screen0" Screen 1 "screen1" RightOf "screen0"EndSection
You say hdmi 2 is left of hdmi 1, but you also say screen 1 is right of screen 0?
Section "Device" Identifier "HDMI-1" Driver "fbturbo" Option "fbdev" "/dev/fb0" Option "SwapbuffersWait" "true"EndSectionSection "Device" Identifier "HDMI-2" Driver "fbturbo" Option "fbdev" "/dev/fb1" Option "SwapbuffersWait" "true"EndSectionSection "Monitor" Identifier "HDMI-1" Option "PreferredMode" "1920x1080" Option "Primary" "true" Option "Enable" "true" Option "DPMS" "false"# Option "Position" "0 0"EndSectionSection "Monitor" Identifier "HDMI-2" Option "PreferredMode" "1280x1024" Option "DPMS" "false" Option "Enable" "true"# Option "LeftOf" "HDMI1"# Option "Position" "1280 1024"EndSectionSection "Screen" Identifier "screen0" Device "HDMI-1" Monitor "HDMI-1"EndSectionSection "Screen" Identifier "screen1" Device "HDMI-2" Monitor "HDMI-2"EndSectionSection "ServerLayout" Identifier "default" Screen "screen0" Screen "screen1" RightOf "screen0"EndSection
... Hier ist my xorg.conf:Code: [Select] ----- Snip -----Section "Monitor" Identifier "HDMI-2" Option "PreferredMode" "1280x1024" Option "DPMS" "false" Option "LeftOf" "HDMI1"# Option "Position" "1280 1024"EndSection ----- Snip -----
----- Snip -----Section "Monitor" Identifier "HDMI-2" Option "PreferredMode" "1280x1024" Option "DPMS" "false" Option "LeftOf" "HDMI1"# Option "Position" "1280 1024"EndSection ----- Snip -----