fedora xorg configure screen resolution

来源:互联网 发布:jd软件 编辑:程序博客网 时间:2024/06/06 20:09
[hxz@bogon xorg.conf.d]$ cat 30-graphic.conf
Section "Device"
    Identifier      "Intel Integrated"
    Driver          "intel"
EndSection
[hxz@bogon xorg.conf.d]$ cat 40-monitor.conf
Section "Monitor"
  Identifier  "VGA-1-2"
  Option      "PreferredMode" "1366x768"
EndSection
[hxz@bogon xorg.conf.d]$ cat 50-screen.conf
Section "Screen"
    Identifier      "Default Screen"
    DefaultDepth  24
    SubSection "Display"
            Depth          24
            Modes         "1366x768"  "800x600"   "640x480"
    EndSubSection
EndSection


[hxz@bogon xorg.conf.d]$ xrandr Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192LVDS-0 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 309mm x 174mm   1366x768      59.99*+   1024x768      60.00     800x600       60.32    56.25     640x480       59.94  VGA-0 disconnected (normal left inverted right x axis y axis)HDMI-0 disconnected (normal left inverted right x axis y axis)DP-0 disconnected (normal left inverted right x axis y axis)


0 0
原创粉丝点击