我有一个配置为无头运行的 Ubuntu 12.10 Box。我已经通过大量反复试验设法无头启动 X,但我仍然有一个小故障:
使用显示器启动时,一切正常,宽屏分辨率等等,当无头启动时,它将坚持 4:3 分辨率,我怀疑它与vesa驱动程序有关。
眼镜:
这是我的 /etc/X11/ xorg.conf:
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "AccelMethod" # <str>
#Option "Backlight" # <str>
#Option "DRI" # <str>
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>] …Run Code Online (Sandbox Code Playgroud)