当前位置:网站首页>Introduction to X Window System
Introduction to X Window System
2020-11-06 01:28:00 【itread01】
What is X Window System?
Unix Like Under the system GUI Windows System . An interface layer above the hardware , It is an application on the operating system , And it contains the network communication protocol . Now most of the distribution The use of X It's all by Xorg From the foundation X11 Software . So look at the common Linux The system can see X11 and Xorg Run the program .
Main components
X Window System It is a set of graphics user interface software which adopts network architecture , It mainly includes X Server and X Client Two components .X Server Managing hardware , Responsible for input and output display, etc .X Client Be responsible for accepting X Server The input and are for X Server Provide information . Note that it is different from the common client server structure ,X Server It's the hardware that manages the client , Including keyboard mouse and other devices input and graphics to the screen , It usually runs on the client ,X Client Provide X Server Information to be displayed , It is generally run on clients and remote servers . This is not the same as the general web Of CS The architecture is different .
1.X Server
Its main task is to manage hardware devices on client hosts , Including the keyboard 、 Mouse 、 Display and corresponding drivers etc . It tells you the action of the client input device X Client,X Client Is responsible for handling these actions .
2.X Client
It will Server The incoming input device acts to generate data and return the data to Server,X Server Show it on your own screen according to the returned information .X Client It is also called X Application. And there can be more than one X Client, They are independent of each other , So there may be overlap when it is displayed .X Client You don't need to know X Server Hardware configuration and operating system of , Just follow the network protocol .
3.X Window Manager
It's a special kind of X Client, Responsible for managing all the X Client. The ones mentioned above X Client Overlap may occur when displayed , So a tool to manage them , That is to say X Window Manager 了 . Responsible for managing the desktop , Window size , Overlap , Windows move equal arguments .Linux The common ones are :
GNOME(GNU Network Object Model Environment)
KDE(K Desktop Environment)
twm(Tab Window Manager)
XFCE(XForms Common Environment)
With CentOS Of GNOME For example , Need to be in CentOS There is Xorg Of X Server The core , Responsible for the screen drawing , And then for the convenience of Windows Management , Need GNOME This window manager, For your own convenience , stay GNOME Add more windows application software on it , Such as Firefox、 Input method, etc , So we build X WIndow System. These elements often exist in one at the same time Linux On the mainframe .
4.Display Manager
The graphics login interface of the operating system , Its task is to provide login environment , And load the user selected Window Manager And language family and so on . stay CentOS On GNOME Provides GNOME Display Manager(gdm) The graphical interface login of .
X Window Start up process
Starting X Window System When , You must start the management hardware and drawing first X Server, And then load X Client. Basically , At present, they are all using WIndow Manager To manage the windows interface style . You can log in to the text interface of this machine after , Input startx To start X Windows ; It can also be done by diplay manager The login screen provided will enter the password of the account to log in to start X Windows . Starting from the command line entry is described below X The process of .
startx
After logging into the system from the command line , Input startx(shell Instruction code ), Its task is to find the user or system preset X Server And X Client Configuration file of , It can also be in startx This is followed by a configuration argument , The format is as follows
startx [X client Arguments ] -- [X server Arguments ] # Such as startx -- -depth 16
Note that the argument follows with -- Separate , The front is client Settings for , And then server Settings for .
xinit
Actually startx It will start xinit,startx To help it find the set argument .
Grammar format
xinit [client option] -- [server or display option]
The system preset startx, Equal to
xinit /etc/X11/xinit/xinitrc -- /etc/X11/xinit/xserverrc
if xserverrc non-existent , It is
xinit /etc/X11/xinit/xinitrc -- /usr/bin/X
Simple execution xinit, The default of the system X client and X server It's like this
xinit xterm -geometry +1+1 -n login -display :0 -- X :0
X server Arguments
startx The following argument
If not , Then ~/.xserverrc
If not , Then /etc/X11/xinit/xserverrc
If not , Then simply execute /usr/bin/X
X client Arguments
startx The following argument
If not , Then ~/.xinitrc
If not , Then /etc/X11/xinit/xinitrc
If not , Then simply execute xterm
It will eventually load KDE perhaps GNOME,X Client Two commands in search of ,startkde and gnome-session, This is CentOS There are two main aspects of presupposition WIndow Manager.
In a nutshell , Start in command line mode X When , Use it directly startx find X Server And X Client Argument or configuration file of , And then turn on xinit Start X Windows System .xinit Load first X Server Find the default :0 This reality interface , And then load X Client To this X On the reality interface . and X Client It's usually GNOME perhaps KDE. In addition, use ctrl+alt+Fn Can switch different terminal screen .
X Start the process test
stay tty1 in , Start the first one X stay :1 The picture
X :1 &
return tty1 in
xterm -display :1 &
Again in tty1 in
xterm -display :1 &
xclock -display :1 &
xeyes -display :1 &
stay tty1 in , Start Window Manager
twm -display :1 &
&n
版权声明
本文为[itread01]所创,转载请带上原文链接,感谢
边栏推荐
- Jetcache buried some of the operation, you can't accept it
- NLP model Bert: from introduction to mastery (2)
- Network security engineer Demo: the original * * is to get your computer administrator rights! 【***】
- keras model.compile Loss function and optimizer
- 一篇文章带你了解CSS对齐方式
- Natural language processing - wrong word recognition (based on Python) kenlm, pycorrector
- Analysis of etcd core mechanism
- Recommendation system based on deep learning
- Python基础数据类型——tuple浅析
- Pattern matching: The gestalt approach一种序列的文本相似度方法
猜你喜欢
华为云“四个可靠”的方法论
Mongodb (from 0 to 1), 11 days mongodb primary to intermediate advanced secret
一篇文章带你了解CSS3圆角知识
在大规模 Kubernetes 集群上实现高 SLO 的方法
ES6学习笔记(四):教你轻松搞懂ES6的新增语法
MeterSphere开发者手册
助力金融科技创新发展,ATFX走在行业最前列
零基础打造一款属于自己的网页搜索引擎
Word segmentation, naming subject recognition, part of speech and grammatical analysis in natural language processing
Recommendation system based on deep learning
随机推荐
Filecoin主网上线以来Filecoin矿机扇区密封到底是什么意思
With the advent of tensorflow 2.0, can pytoch still shake the status of big brother?
The road of C + + Learning: from introduction to mastery
Tool class under JUC package, its name is locksupport! Did you make it?
Using NLP and ml to extract and construct web data
What is the side effect free method? How to name it? - Mario
In order to save money, I learned PHP in one day!
What is the difference between data scientists and machine learning engineers? - kdnuggets
Wow, elasticsearch multi field weight sorting can play like this
Analysis of react high order components
What to do if you are squeezed by old programmers? I don't want to quit
仅用六种字符来完成Hello World,你能做到吗?
Summary of common algorithms of binary tree
至联云分享:IPFS/Filecoin值不值得投资?
Filecoin的经济模型与未来价值是如何支撑FIL币价格破千的
IPFS/Filecoin合法性:保护个人隐私不被泄露
零基础打造一款属于自己的网页搜索引擎
Natural language processing - wrong word recognition (based on Python) kenlm, pycorrector
一篇文章带你了解CSS对齐方式
NLP model Bert: from introduction to mastery (2)