The new version 2.0 has been submitted to Microsoft Store and should be available soon. The following summarizes the new features and improvements added in 2.0.
▬ Consumes less memory
When X410 is launched in 'Windowed Apps' mode it now only consumes less than 10MB. More memory will be used as you open more new X-Window GUI apps but the memory is returned when you close the apps.
This new memory management scheme and usage in X410 should provide more flexibility in seamlessly integrating Linux GUI apps with Windows native apps as the overhead for always running X410 is becoming negligible; it certainly now consumes less memory than your Web browser!
▬ Runs faster
We have improved and optimized how X410 renders graphic output from X-Window GUI apps. X-Window GUI apps should now be more responsive while using less CPU cycles. Just open Windows Task Manager and check how much CPU cycles an X-Window app uses in X410! Please note that the CPU cycles shown in Task Manager is for rendering the graphic output from the app; it's not showing the CPU cycles used by the app for its own computations and management.
▬ Direct3D is now used for Desktop mode
Desktop mode in X410 now uses Direct3D. DirectDraw 4 was used in the previous versions of X410. Although DirectDraw is still supported in Windows 10, it seemed good time to upgrade the engine. The new Direct3D based rendering engine doesn't give you significantly improved performance but it opens new possibilities for future versions of X410.
The lowest version of Direct3D that X410 uses is 11. If X410 cannot find any compatible video hardware, it automatically falls back to the Windows GDI.
In case you're curious about the version of DirectX that your X-Window server uses, try using "ListDLLs" from Microsoft. After launching your X-Window server in its desktop mode, run the ListDLLs program. If you find "ddraw.dll", it's based on DircetDraw. For Direct3D 11 or 12, you should be able to find "d3d11.dll" or "d3d12.dll" respectively.
▬ Acrylic is the new black
When you launch X410 in Desktop mode, it now shows a semi-transparent acrylic background. It has no functional purpose and it'll be removed as soon as you launch your GUI desktop environment. The new acrylic background just looked better!? 🙂
▬ Improved HiDPI support
X410 now accesses raw pixels for all connected monitors. It now also has built-in DPI scaling mode. If you're using a HiDPI monitor, we recommend scaling the output from the app itself as outlined in the following post:
However, if your X-Window app doesn't have a scaling option, the newly added "DPI Scaling" setting should be handy. X410 has two options for DPI scaling: 'Default' and 'High Quality'. The 'Default' option uses a linear image scaling algorithm that's fast but the output is blurry. The 'High Quality' option uses a cubic algorithm and generates less blurry output but requires more CPU cycles.
In Desktop mode, Direct3D handles the DPI scaling and you cannot change the scaling algorithm it uses.
- DPI Scaling Mode: None (Recommended)
The following sample screenshot is captured when the scaling is done from an actual app by setting the 'GDK_SCALE' environmental variable to 2 (200% Scaling); "export GDK_SCALE=2
"
- DPI Scaling Mode: Default
X410 scales the output according to the Windows » Settings » Display » "Scale and layout" options. Please note that its blurriness cannot be completely avoided as the original output is in low resolution.
- DPI Scaling Mode: High Quality
Same as the "Default" scaling mode but uses a cubic scaling algorithm that produces less blurry output.
▬ Improved clipboard support
X410 currently only supports copying and pasting plain text. If you have a data format that you want to share via the clipboard among Windows and X-Window apps, please let us know. We'll be more than happy to look into it for possible inclusion in the future version.
▬ Improved window management
In Windowed Apps mode, X410 now properly recognizes full screen mode (F11), minimize and maximize button events. Other enhancements and fixes have been added to make X-Window apps run more seamlessly in Windows 10.
X410.dev is now live! See how you can seamlessly use Linux GUI apps in Windows 10 with X410!
/in Choung Networks, X410We'll be using X410.dev as a dedicated website for all X410 related contents. Currently available how-to guides and posts about X410 at Token2Shell.com will be moved to this new website as well.
X410.dev will also host other topics that focus on creating a work environment that seamlessly combines Windows and Linux/Unix-like operating systems. When we decide to release new apps or tools for helping such efforts, you'll definitely hear about it first from X410.dev.
We hope you like the new website!
Pull your Linux GUI apps out of Hyper-V consoles! Run them like Windows apps with X410 over VSOCK!
/in X410X410 supports VSOCK (virtual socket) for Hyper-V virtual machines. You can use this feature to open Linux GUI apps side by side with Windows apps instead of on Hyper-V consoles. We prepared a new quick guide for trying this out:
You can now seamlessly copy and paste an image between Windows and Linux GUI apps with X410
/in X410X410 version 2.7.0 is submitted to Microsoft Store and should be available soon! Here are some of its highlights.
X410 natively recognizes and transfers raw image data in BMP and PNG formats. However, Windows and Linux automatically convert many image formats such as JPG to BMP format. Hence you should be able to freely copy and paste most images between the two OS's via X410.
Please keep in mind that the clipboard sharing in X410 is utilizing network communication functions instead of system memories. So if your clipboard data is too big (ex. a high resolution BMP image) or your Linux app is running over a slow X11 forwarding, you may not be able to paste the data due to the delays and timeouts for synchronizing the two clipboards.
Linux GUI apps in Hyper-V virtual machines can now be opened on Windows with X410 via VSOCK
/in X410X410 version 2.6.0 is now available in Microsoft Store! Here are some of its highlights.
For an example of using this new feature, please read 'Using X410 with Hyper-V Linux Virtual Machines via VSOCK'.
X410 now consumes less memory and CPU cycles while still boosting its performance
/in X410The new version 2.0 has been submitted to Microsoft Store and should be available soon. The following summarizes the new features and improvements added in 2.0.
▬ Consumes less memory
When X410 is launched in 'Windowed Apps' mode it now only consumes less than 10MB. More memory will be used as you open more new X-Window GUI apps but the memory is returned when you close the apps.
This new memory management scheme and usage in X410 should provide more flexibility in seamlessly integrating Linux GUI apps with Windows native apps as the overhead for always running X410 is becoming negligible; it certainly now consumes less memory than your Web browser!
▬ Runs faster
We have improved and optimized how X410 renders graphic output from X-Window GUI apps. X-Window GUI apps should now be more responsive while using less CPU cycles. Just open Windows Task Manager and check how much CPU cycles an X-Window app uses in X410! Please note that the CPU cycles shown in Task Manager is for rendering the graphic output from the app; it's not showing the CPU cycles used by the app for its own computations and management.
▬ Direct3D is now used for Desktop mode
Desktop mode in X410 now uses Direct3D. DirectDraw 4 was used in the previous versions of X410. Although DirectDraw is still supported in Windows 10, it seemed good time to upgrade the engine. The new Direct3D based rendering engine doesn't give you significantly improved performance but it opens new possibilities for future versions of X410.
The lowest version of Direct3D that X410 uses is 11. If X410 cannot find any compatible video hardware, it automatically falls back to the Windows GDI.
In case you're curious about the version of DirectX that your X-Window server uses, try using "ListDLLs" from Microsoft. After launching your X-Window server in its desktop mode, run the ListDLLs program. If you find "ddraw.dll", it's based on DircetDraw. For Direct3D 11 or 12, you should be able to find "d3d11.dll" or "d3d12.dll" respectively.
▬ Acrylic is the new black
When you launch X410 in Desktop mode, it now shows a semi-transparent acrylic background. It has no functional purpose and it'll be removed as soon as you launch your GUI desktop environment. The new acrylic background just looked better!? 🙂
▬ Improved HiDPI support
X410 now accesses raw pixels for all connected monitors. It now also has built-in DPI scaling mode. If you're using a HiDPI monitor, we recommend scaling the output from the app itself as outlined in the following post:
https://token2shell.com/howto/x410/running-x410-on-hidpi-screens/
However, if your X-Window app doesn't have a scaling option, the newly added "DPI Scaling" setting should be handy. X410 has two options for DPI scaling: 'Default' and 'High Quality'. The 'Default' option uses a linear image scaling algorithm that's fast but the output is blurry. The 'High Quality' option uses a cubic algorithm and generates less blurry output but requires more CPU cycles.
In Desktop mode, Direct3D handles the DPI scaling and you cannot change the scaling algorithm it uses.
The following sample screenshot is captured when the scaling is done from an actual app by setting the 'GDK_SCALE' environmental variable to 2 (200% Scaling); "
export GDK_SCALE=2
"X410 scales the output according to the Windows » Settings » Display » "Scale and layout" options. Please note that its blurriness cannot be completely avoided as the original output is in low resolution.
Same as the "Default" scaling mode but uses a cubic scaling algorithm that produces less blurry output.
▬ Improved clipboard support
X410 currently only supports copying and pasting plain text. If you have a data format that you want to share via the clipboard among Windows and X-Window apps, please let us know. We'll be more than happy to look into it for possible inclusion in the future version.
▬ Improved window management
In Windowed Apps mode, X410 now properly recognizes full screen mode (F11), minimize and maximize button events. Other enhancements and fixes have been added to make X-Window apps run more seamlessly in Windows 10.
Using YubiKey for SSH public key authentication becomes easier
/in Token2Shell (Store App)Login Agent now supports manually pre-loading the public keys on PIV smart cards (ex. YubiKey 4/Neo). This can be handy when you want to test your PIV smart card without creating an Address Book entry. It can also be used to cache the PIN for your PIV smart card even when you disabled the "Cache SSH login data" option in Login Agent.
Do you want to add your YubiKey to your SSH server account? No problem! Just plug in your YubiKey and get its public key in OpenSSH format by using the "Copy Public Key to Clipboard" menu in Private Keys panel. You can then paste the public key to your server settings just like any other key, no muss, no fuss.
Got a YubiKey? Now you can seamlessly use it with Token2Shell for SSH public key authentication
/in Token2Shell (Store App)Using PIV Smart Cards for SSH Public Key Authentication
http://token2shell.com/howto/piv-smart-card
Adding "Open Token2Shell here" to File Explorer for WSL (Address Book)
http://token2shell.com/howto/wsl-open-token2shell-here
X410, your ultimate hassle free X server for Windows 10!
/in X410Want to run Linux GUI apps from Windows Subsystem for Linux (WSL)?
Try X410, our brand new X server for Windows 10!
X410 is hassle free. You can install X410 directly from Microsoft Store and get it swiftly ready for your X server needs. In X410, you don't have to deal with mysterious command-line options; X410 automatically configures itself and ready for you right out of the box!
X410 is secure. X410 is a Microsoft Store app; it's digitally signed and certified by Microsoft when it's delivered to your Windows 10. Thus you have fewer things to worry about X410 when it comes to malicious codes and viruses.
X410 is versatile. X410 has two seamless integration modes; Windowed Apps and Desktop. If you want to use your Linux GUI apps individually side by side with normal Windows apps, choose the Windowed Apps mode. If you want to experience more immersive and comprehensive Linux GUI desktop environment such as Xfce4, choose the Desktop mode.
You can now drag-and-drop private keys for adding SSH address book entries in Token2Shell
/in Token2Shell (Store App)