Any auxilliary files and paths that have been configured, including the RGBPath
and FontPath.
7. Any modules loaded. Some of these are specified in the Modules section of the
configuration file, some are loaded by other modules, and some are loaded by
default.
8. Extension initialization. Note that both built-in and module-based extensions
are initialized.
9. InputDevice initialization results.
During device initialization, the video driver will go through all of the possible
modes??”the built-in VESA modes plus any added by the configuration file??”and test
them to see whether they can be used with the hardware configuration. Most will be
discarded for one reason or another. Here is a log excerpt showing five modes being
rejected for various reasons:
(II) NVIDIA(0): Not using default mode "2560x1600"
(bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1280x800"
(hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440"
(width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1024x768"
(vrefresh out of range)
(WW) NVIDIA(0): Not using mode "960x720"
(height 1440 is larger than EDID-specified maximum 1050)
3.16
64 Chapter 3: Basic X.
Pages:
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126