![]() |
obs: fedora环境下AOC I2367f 显示器分辨率设置 - Printable Version +- Rigorous and Reliable (RAR) (http://rar.shufangkeji.com:60380) +-- Forum: 技术 (/forumdisplay.php?fid=242) +--- Forum: Lunix (/forumdisplay.php?fid=244) +--- Thread: obs: fedora环境下AOC I2367f 显示器分辨率设置 (/showthread.php?tid=8013) |
obs: fedora环境下AOC I2367f 显示器分辨率设置 - xwcwt - 04-01-2019 05:31 PM Move to http://tab.d-thinker.org/showthread.php?tid=13598 . 1 操作系统环境 OS:Fedora 19 64 bit GPU: i5-3470 with Intel HD 4000 Graphics 2 /etc/X11/xorg.conf 文件配置 在google上查阅了相关资料后得到的回答都是在 Screen 这个段中的 SubScreen 子段中 增加 Modes 这一参数来控制分辨率,但经测试发现都是无效,最后是通过在Monitor 段中增加 Modeline 这一相关参数 ,xorg.conf文件配置如下 Code: Section "Files" Code: gtf 1920 1080 60 Code: Modeline "1920x1680_60.00" 275.30 1920 2072 2280 2640 1680 1681 1684 1738 -HSync +Vsync RE: fedora环境下AOC I2367f 显示器分辨率设置 - lingu - 04-23-2019 04:37 PM Pls mv this out of the Linux board. Almost everything can be placed in the Linux board and nobody can find anything here if it has 1000 threads. RE: fedora环境下AOC I2367f 显示器分辨率设置 - xwcwt - 04-23-2019 07:14 PM (04-23-2019 04:37 PM)lingu Wrote: Pls mv this out of the Linux board. Almost everything can be placed in the Linux board and nobody can find anything here if it has 1000 threads. Move to http://tab.d-thinker.org/showthread.php?tid=13598 first since I feel this is related the OS setting with the GPU card and can be under OS/Device. RE: obs: fedora环境下AOC I2367f 显示器分辨率设置 - dyim - 08-03-2019 12:04 PM 我是设置前分辨率前先xrandr,查看当前分辨率,和最大分辨率,然后按照你的命令进行设置。 |