1LINUX-DRIVER-MANAGEMENT(1)                          LINUX-DRIVER-MANAGEMENT(1)
2
3
4

NAME

6       linux-driver-management - Query and manage drivers
7

SYNOPSIS

9       linux-driver-management [options?] [subcommand]
10

DESCRIPTION

12       linux-driver-management  is  the  main introspection and control binary
13       provided with the linux-driver-management library and project.  Primar‐
14       ily  it  is  used to query system devices and status, and also provides
15       configuration options for X11 for certain drivers.
16

SUBCOMMANDS

18       The following subcommands are understood by linux-driver-management(1).
19
20       configure [gpu]
21
22
23
24           Attempt configuration of the GPU specific details for X11. For
25           "simple" devices configurations, this will invariably just configure
26           the main X11 configuration file.
27
28           For hybrid GPU configurations (such as Optimus), when used in
29           conjunction with the proprietary drivers, specialist support will
30           be enabled to ensure that X11 sessions will set the primary output
31           provider to the discrete GPU.
32
33           The result is that `ldm-session-init` will be invoked at the
34           start of the session by the display manager. This can be added
35           to your `xinitrc` file if you are not using a display manager.
36
37
38
39       version
40
41
42
43           Print the program version, and exit.
44
45
46
47       help
48
49
50
51           Print the help message, displaying all supported options, and exit.
52
53
54
55       status
56
57
58
59           List the GPU configuration and any devices with known providers.
60
61
62

OPTIONS

64       The following options are applicable to linux-driver-management(1).
65
66       ·   -v, --version
67
68           Print the linux-driver-management version and exit.
69
70       ·   -h, --help
71
72           Print the help message, displaying all supported options, and exit.
73
74
75

EXIT STATUS

77       On success, 0 is returned. A non-zero return code signals a failure.
78
80       ·   Copyright © 2017-2018 Linux  Driver  Management  Developers,  Solus
81           Project, License: CC-BY-SA-3.0
82
83
84

SEE ALSO

86       ·   https://github.com/solus-project/linux-driver-management
87
88       ·   mkmodaliases(1)
89
90       ·   ldm-session-init(1)
91
92
93

NOTES

95       Creative Commons Attribution-ShareAlike 3.0 Unported
96
97       ·   http://creativecommons.org/licenses/by-sa/3.0/
98
99
100
101
102
103
104                                 January 2018       LINUX-DRIVER-MANAGEMENT(1)
Impressum