|
在启动参数中设置了如下参数: vga=0x36a splash=silent
在grub界面时分辨率是800X600,然后选择启动项,此时分辨率变为1280X800。引导过程结束,*出gnome登录界面,测试分辨率又变为1280X768,登录进入,分辨率又变为1280X800,这是为啥呢?
这是x11.conf中的相关配置参数:
DisplaySize 287 215
HorizSync 30-82
Identifier "Monitor[0]"
ModelName "1280X800@75HZ"
Option "DPMS"
Option "referredMode" "1280x800"
VendorName "--> LCD"
VertRefresh 58-75
UseModes "Modes[0]"
EndSection
Section "Modes"
Identifier "Modes[0]"
EndSection
Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1280x800" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection |
|