vesa module's name for its exposed video port?
mail at crcomp.net
mail at crcomp.net
Thu Sep 6 16:39:20 UTC 2018
Greetings,
A grep of Xorg.0.log [1] seems to indicate that only the vesa driver is
loaded and then used by X on my PC.
On the other hand, when the intel driver loads on my laptop with an
external VGA port, the intel driver uses VGA as the name for the exposed
port. You can then use Identifier "VGA" [2] to override the EDID, which
the X probe returns.
What's the name that the vesa module uses for its exposed video
port? (It's the vesa port name that needs to appear in xorg.conf in
order to force a mode.)
Note.
1.
$ grep oadModule Xorg.0.log
[ 23.960] (II) LoadModule: "glx"
[ 24.181] (II) LoadModule: "intel"
[ 24.195] (II) UnloadModule: "intel"
[ 24.195] (II) LoadModule: "modesetting"
[ 24.230] (II) LoadModule: "scfb"
[ 24.232] (II) LoadModule: "vesa"
[ 24.718] (II) UnloadModule: "modesetting"
[ 24.718] (II) LoadModule: "vbe"
[ 24.751] (II) LoadModule: "int10"
[ 24.830] (II) LoadModule: "ddc"
[ 25.515] (II) LoadModule: "shadow"
[ 25.540] (II) LoadModule: "fb"
[ 25.562] (II) UnloadModule: "scfb"
[ 25.562] (II) LoadModule: "int10"
[ 28.960] (II) LoadModule: "kbd"
[ 29.671] (II) LoadModule: "mouse"
2.
$ cat xorg.conf
Section "Monitor"
Identifier "VGA"
Modeline "1920x1080" 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
EndSection
Thank you,
--
Don
There was a young lady named Bright, Whose speed was far faster than light;
She set out one day, In a relative way, And returned on the previous night.
More information about the xorg
mailing list