Thursday, December 8, 2016

Commonly used sections in a typical xorg.conf file II

Commonly used sections in a typical xorg.conf file II


Next is the ServerFlags section. This section specifies global X server options. This section is
optional, and any options specified in it may be overridden by corresponding options with the same name listed in the ServerLayout section.


Here is an example of a ServerFlags section in an xorg.conf file:




Section "ServerFlags"

  Option       "AllowMouseOpenFail" "on"

EndSection




In this example, the AllowMouseOpenFail option is set to a value of on. This allows the X server
to start up even if a mouse isn’t connected or can’t be initialized.




LX0-104 Exam Objectives (H)

No comments:

Post a Comment