The current version of the X protocol is the 11 edition that MIT made in September This is the origin of X11, the latest edition is the x11r7. The server receives the client's request drawing window and passes the input from the mouse, keyboard, and other devices to the client. Novice x users are often described how to remotely use the Linux GUI environment of documents confused: The application on the Linux host is called the client, and the user terminal computer is called the server, it seems that the reverse.
In fact, X is described from the perspective of the program structure rather than the user or hardware environment, and X server working on the user terminal serves the application, so it is considered a server, and the application on the Linux host receives the service, so it is considered a client.
X server and client can reside on the same computer, such as a desktop environment such as KDE, which is used on a Linux host. X server can also communicate with the client through homogeneous networks, heterogeneous networks, or the Internet.
The communication between X server and client is not encrypted, and this problem can be solved by SSH. Having said a bunch of concepts, you can now pull up your sleeves and work. Linux hosts A, ip X server I chose Xming, which is a free x server on the Windows platform. Need to install two components, main program and font. Run Xlaunch configuration xming X Server and save the configuration as a. You can use the default settings. The application on the Linux host establishes a connection to the Xming X server through this port.
Save the configuration as Xming. Double-click on this file to start X server, with a xming icon in the system bar. This article is an English version of an article which is originally in the Chinese language on aliyun.
This website makes no representation or warranty of any kind, either expressed or implied, as to the accuracy, completeness ownership or reliability of the article or any translations thereof.
If you have any concerns or complaints relating to the article, please send an email, providing a detailed description of the concern or complaint, to info-contact alibabacloud. A staff member will contact you within 5 working days. Once verified, infringing content will be removed immediately.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.
Run mkfontscale , from the Xming install directory, to create a fonts. Additionally you have to tell Xming to use a font directory not in the default font path i. Font size Altering the font path search order can sometimes be used to alter font size, e.
You can also play with the -dpi parameter e. Plus the -dpi auto option matches the xserver to the native Windows resolution dots per inch. Hint: use xdpyinfo to examine actual screen resolutions. It is however better to adjust font size in the client application. Now execute the X server and the X11 programs. This reddit thread also helps. Skip to content vcxsrv windows 10 windows-subsystem-for-linux xming Is there a way to fix blurry fonts in linux GUI applications when being run from WSL Ubuntu Tried using VcXsrv, has the same issue.
Gnome-Terminal blurry on Xming : Doesn't have anything helpful in particular either other than a suggestion to disable scaling and using something else than Xming. Best Answer. Here is the screenshot looks like after changing the settings: Also do the above steps for xlaunch. Related Question.
0コメント