История изменений
Исправление yars068, (текущая версия) :
Для начала дам ссылку, которая должна была быть в моём посте выше: https://www.x.org/releases/current/doc/man/man5/xorg.conf.5.xhtml
И дам выдержку оттуда:
The ServerLayout sections are at the highest level. They bind together the input and output devices that will be used in a session.
The input devices are described in the InputDevice sections. Output devices usually consist of multiple independent components (e.g., a graphics board and a monitor). These multiple components are bound together in the Screen sections, and it is these that are referenced by the ServerLayout section. Each Screen section binds together a graphics board and a monitor. The graphics boards are described in the Device sections, and the monitors are described in the Monitor sections.
И, чуть ниже:
In addition to options specific to this section (described below), the ServerFlags section is used to specify some global Xorg server options. All of the entries in this section are Options, although for compatibility purposes some of the old style entries are still recognised. Those old style entries are not documented here, and using them is discouraged. The ServerFlags section is optional, as are the entries that may be specified in it.
Какая версия иксов используется? В итоге, признаю, я несколько неправ, что надо использовать именно ServerFlags, более правильным будет использовать ServerLayout, как-то так:
Section "ServerLayout"
Identifier "My cool X.org configuration"
Screen 0 "Screen 0" 0
InputDevice "Mouse 0" "CorePointer"
InputDevice "Keyboard 0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Mouse 0"
Driver "evdev"
Option "Protocol" "auto"
Option "Device" "/dev/input/event1"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "evdev"
Option "Device" "/dev/input/event0"
EndSection
P.S. Насчёт CorePointer и CoreKeyboard не уверен – устарели.
Исправление yars068, :
Для начала дам ссылку, которая должна была быть в моём посте выше: https://www.x.org/releases/current/doc/man/man5/xorg.conf.5.xhtml
И дам выдержку оттуда:
The ServerLayout sections are at the highest level. They bind together the input and output devices that will be used in a session.
The input devices are described in the InputDevice sections. Output devices usually consist of multiple independent components (e.g., a graphics board and a monitor). These multiple components are bound together in the Screen sections, and it is these that are referenced by the ServerLayout section. Each Screen section binds together a graphics board and a monitor. The graphics boards are described in the Device sections, and the monitors are described in the Monitor sections.
И, чуть ниже:
In addition to options specific to this section (described below), the ServerFlags section is used to specify some global Xorg server options. All of the entries in this section are Options, although for compatibility purposes some of the old style entries are still recognised. Those old style entries are not documented here, and using them is discouraged. The ServerFlags section is optional, as are the entries that may be specified in it.
Какая версия иксов используется? В итоге, признаю, я несколько неправ, что надо использовать именно ServerFlags, более правильным будет использовать ServerLayout, как-то так:
Section "ServerLayout"
Identifier "My cool X.org configuration"
Screen 0 "Screen 0" 0
InputDevice "Mouse 0" "CorePointer"
InputDevice "Keyboard 0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Mouse 0"
Driver "evdev"
Option "Protocol" "auto"
Option "Device" "/dev/input/event1"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "evdev"
Option "Device" "/dev/input/event0"
EndSection
P.S. Насчёт CorePointer и CoreKeyboard не уверен – устарели.
Исправление yars068, :
Для начала дам ссылку, которая должна была быть в моём посте выше: https://www.x.org/releases/current/doc/man/man5/xorg.conf.5.xhtml
И дам выдержку оттуда:
The ServerLayout sections are at the highest level. They bind together the input and output devices that will be used in a session.
The input devices are described in the InputDevice sections. Output devices usually consist of multiple independent components (e.g., a graphics board and a monitor). These multiple components are bound together in the Screen sections, and it is these that are referenced by the ServerLayout section. Each Screen section binds together a graphics board and a monitor. The graphics boards are described in the Device sections, and the monitors are described in the Monitor sections.
И, чуть ниже:
In addition to options specific to this section (described below), the ServerFlags section is used to specify some global Xorg server options. All of the entries in this section are Options, although for compatibility purposes some of the old style entries are still recognised. Those old style entries are not documented here, and using them is discouraged. The ServerFlags section is optional, as are the entries that may be specified in it.
Какая версия иксов используется? В итоге, признаю, я несколько неправ, что надо использовать именно ServerFlags, более правильным будет использовать ServerLayout, как-то так:
Section "ServerLayout"
Identifier "My cool X.org configuration"
Screen 0 "Screen 0" 0 0
InputDevice "Mouse 0" "CorePointer"
InputDevice "Keyboard 0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Mouse 0"
Driver "evdev"
Option "Protocol" "auto"
Option "Device" "/dev/input/event1"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "evdev"
Option "Device" "/dev/input/event0"
EndSection
P.S. Насчёт CorePointer и CoreKeyboard не уверен – устарели.
Исправление yars068, :
Для начала дам ссылку, которая должна была быть в моём посте выше: https://www.x.org/releases/current/doc/man/man5/xorg.conf.5.xhtml
И дам выдержку оттуда:
The ServerLayout sections are at the highest level. They bind together the input and output devices that will be used in a session.
The input devices are described in the InputDevice sections. Output devices usually consist of multiple independent components (e.g., a graphics board and a monitor). These multiple components are bound together in the Screen sections, and it is these that are referenced by the ServerLayout section. Each Screen section binds together a graphics board and a monitor. The graphics boards are described in the Device sections, and the monitors are described in the Monitor sections.
И, чуть ниже:
In addition to options specific to this section (described below), the ServerFlags section is used to specify some global Xorg server options. All of the entries in this section are Options, although for compatibility purposes some of the old style entries are still recognised. Those old style entries are not documented here, and using them is discouraged. The ServerFlags section is optional, as are the entries that may be specified in it.
Какая версия иксов используется? В итоге, признаю, я несколько неправ, что надо использовать именно ServerFlags, более правильным будет использовать SererLayout, как-то так:
Section "ServerLayout"
Identifier "My cool X.org configuration"
Screen 0 "Screen 0" 0 0
InputDevice "Mouse 0" "CorePointer"
InputDevice "Keyboard 0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Mouse 0"
Driver "evdev"
Option "Protocol" "auto"
Option "Device" "/dev/input/event1"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "evdev"
Option "Device" "/dev/input/event0"
EndSection
P.S. Насчёт CorePointer и CoreKeyboard не уверен – устарели.
Исходная версия yars068, :
Для начала дам ссылку, которая должна была быть в моём посте выше: https://www.x.org/releases/current/doc/man/man5/xorg.conf.5.xhtml
И дам выдержку оттуда:
The ServerLayout sections are at the highest level. They bind together the input and output devices that will be used in a session.
The input devices are described in the InputDevice sections. Output devices usually consist of multiple independent components (e.g., a graphics board and a monitor). These multiple components are bound together in the Screen sections, and it is these that are referenced by the ServerLayout section. Each Screen section binds together a graphics board and a monitor. The graphics boards are described in the Device sections, and the monitors are described in the Monitor sections.
И, чуть ниже:
In addition to options specific to this section (described below), the ServerFlags section is used to specify some global Xorg server options. All of the entries in this section are Options, although for compatibility purposes some of the old style entries are still recognised. Those old style entries are not documented here, and using them is discouraged. The ServerFlags section is optional, as are the entries that may be specified in it.
Какая версия иксов используется? В итоге, признаю, я несколько неправ, что надо использовать именно ServerFlags, более правильным будет использовать SererLayout, как-то так:
Section "ServerLayout"
Identifier "My cool X.org configuration"
Screen 0 "Screen 0" 0 0
InputDevice "Mouse 0" "CorePointer"
InputDevice "Keyboard 0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Mouse 0"
Driver "evdev"
Option "Protocol" "auto"
Option "Device" "/dev/input/event1"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "evdev"
Option "Device" "/dev/input/event0"
EndSection