Search found 695 matches

by akatik
Thu Dec 12, 2024 11:57 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: RPI5 graphics card
Replies: 1
Views: 8869

Re: RPI5 graphics card

In RDP h264 encoding may be used to send video.
In RPI4 there is hardware decoder for h264.
In RPI5 decoder for h264 was removed from hardware. Ask them why, not me.
By the way RPI5 CPU is faster than RPI4. So there are no visible performance losses.

If your server is not configured to compress ...
by akatik
Wed Dec 11, 2024 5:32 am
Forum: Other
Topic: Terminal's lock using Win+L
Replies: 1
Views: 106110

Re: Terminal's lock using Win+L

In 6.2.46 new option added to bypass win-l to server:

Code: Select all

win_l = remote
by akatik
Wed Dec 11, 2024 5:32 am
Forum: WTware versions
Topic: LOCK feature results in double login
Replies: 2
Views: 80275

Re: LOCK feature results in double login

In 6.2.46 new option added to bypass win-l to server:

Code: Select all

win_l = remote
by akatik
Fri Dec 06, 2024 2:52 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Raspberry Pi 5
Replies: 13
Views: 73861

Re: Raspberry Pi 5

Download this zip:

https://wtware.com/testing/202411112136.zip

Unpack file bcm2712d0.dtbo from zip into overlays/ folder on boot SD.

Will it work?
by akatik
Fri Dec 06, 2024 11:52 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: SmartCard reader doesn't work in recent builds
Replies: 5
Views: 127014

Re: SmartCard reader doesn't work in recent builds

Logs received. As soon as we have any solution, we'll send you response by e-mail
by akatik
Sat Nov 23, 2024 7:22 am
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: SmartCard reader doesn't work in recent builds
Replies: 5
Views: 127014

Re: SmartCard reader doesn't work in recent builds

Everything (card reader, card, server, user on server) it the same except wtware version? Will it work if you return back to 5.6.22?

I see no easy solution. Smart card redirection was rewritten since 5.6.x. If you have no time for long debugging, stay on old version.

If you have some time, give me ...
by akatik
Sun Nov 10, 2024 11:21 am
Forum: Plans for development. Requests
Topic: 802.1x Support for wired connection
Replies: 10
Views: 40140

Re: 802.1x Support for wired connection

Sorry for delay...

Here I made some code for 802.1x:

http://wtware.com/testing/202411100232/offline.setup.wtware.6.2.45.en.zip

1. Install on local disk. Network boot is incompatible with 802.1x, right?

2. Press Del to enter black-gray setup.

3. Switch "Network media" to "Ethernet 802.1x". Read ...
by akatik
Wed Oct 23, 2024 5:14 pm
Forum: Video cards and speed
Topic: Pi 4 Change screen Resolution
Replies: 6
Views: 24628

Re: Pi 4 Change screen Resolution

video= in kernel command line is an option for video driver in kernel.

rotate=180 is easy. It's still pixel by pixel, but in reverse direction.

rotate=90 (or =270) is much more complicated. To render one line in 1920x1080, hardware should take first pixel, then 1080th pixel, then 2*1080th pixel ...
by akatik
Wed Oct 23, 2024 5:13 pm
Forum: Video cards and speed
Topic: Clone RDP onto 2 monitors RPI4
Replies: 5
Views: 89989

Re: Clone RDP onto 2 monitors RPI4

On "Text" tab. I've just added this option, GUI editor doesn't know it yet.
by akatik
Tue Oct 15, 2024 1:26 pm
Forum: Video cards and speed
Topic: Pi 4 Change screen Resolution
Replies: 6
Views: 24628

Re: Pi 4 Change screen Resolution

You can never specify screen resolution in wtware config for pi 4. display= option only works for x86. WTware on Pi ignores display=.

The best way to set screen resolution is to use good digital display and direct digital cable. hdmi-hdmi or hdmi-dvi. Not Display Port adapter. Not ancient 15-pin ...
by akatik
Tue Sep 03, 2024 1:37 pm
Forum: WTware on Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2
Topic: Second display forced resolution not working
Replies: 2
Views: 11490

Re: Second display forced resolution not working

foc wrote: Tue Sep 03, 2024 12:35 pm The configuration line
display = 1280x1024

Works fine on the first display
Really? Show me the log please:

http://wtware.com/logs.html

Also, take a look at config.txt on boot SD. By design, Raspberry should look here to set resolution. But sometimes it does not.
by akatik
Mon Jul 22, 2024 12:01 pm
Forum: WTware versions
Topic: SSL_ERROR_SYSCALL, errno 104, on remote PC
Replies: 2
Views: 12768

Re: SSL_ERROR_SYSCALL, errno 104, on remote PC

errno 104 is "connection reset by peer". Only peer (RDP server in this case) knows why it reset connection. It does not tell us the reason. We only can change something and retry...

The most significant difference between 6.2.28 and 6.2.30 is related to TCP connection is new linux kernel. TCP stack ...
by akatik
Tue Jul 16, 2024 12:28 pm
Forum: USB Redirection via RDP
Topic: Printer is not working correctly
Replies: 4
Views: 28268

Re: Printer is not working correctly


I connected the printer on my computer, then when the PC regonized the printer I ...

Print test page, right? To test printer is recognized correctly.

If possible, enable Remote Desktop on your computer. Then connect to your computer from wtware terminal with printer connected. And try to print ...
by akatik
Mon Jul 15, 2024 12:08 pm
Forum: USB Redirection via RDP
Topic: Printer is not working correctly
Replies: 4
Views: 28268

Re: Printer is not working correctly

To use the parameter rdp_printer= properly you should copy-paste printer driver name, that is already installed, tested and works with this printer on this server.

What do you write into the parameter rdp_printer= and where did you take this text from?
by akatik
Mon Jul 08, 2024 8:44 am
Forum: Other
Topic: Lenovo Thinkpad and Synaptics Touchpad
Replies: 13
Views: 335319

Re: Lenovo Thinkpad and Synaptics Touchpad

Please try 6.2.30 version from https://wtware.com

Now it should understand:

Code: Select all

mouse_accel_mult=touch:12
For touchpad only, not for mouse.