amartapple 发表于 2004-11-3 14:22:07

液晶显示器linux桌面不能扑满屏幕,怎么解决

刚刚装好rf4.1desktop,可是我把分辨率调整到了最大,还是不能扑满屏幕,只是在屏幕中间很小的地方显示,看着很累,基本就是无法使用,请问如何调整,谢谢

cobranail 发表于 2004-11-3 18:33:38

多大的显示器?17?19?21?23?
驱动装了没有?

amartapple 发表于 2004-11-3 18:37:15

15的,dell inprise8200的笔记本

cobranail 发表于 2004-11-3 18:39:12

BB就不知道了……

amartapple 发表于 2004-11-4 07:53:21

真的没有人知道么

justlook 发表于 2004-11-6 13:39:06

我刚刚调过,下面是我的方法(我的是在CRT上,安装了WINXP和REDHAT):在终端下输入xvidtune会弹出软件的使用窗口,点Auto后点Left,Right等按钮来调整你的屏幕,然后点击Show按钮会有类似下面的输出:"1024x768"   94.50   1024 1088 1184 1376    768769772808 +hsync +vsync ,然后退出软件,修改/etc/X11/XF86config文件,
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Acer 76e"
        HorizSync    30.0 - 72.0
        VertRefresh50.0 - 110.0
        Option          "dpms"
EndSection



Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Acer 76e"
        HorizSync    30.0 - 72.0
        VertRefresh50.0 - 110.0
        Modeline "1024x768"   94.50   1024 1088 1184 1376    768769772808 +hsync +vsync
        Option          "dpms"
EndSection

xiaoyuduo 发表于 2004-11-7 00:07:28

我的也是dell的,原来也不能,我在xp下的显示设置里设置了一下!可以满屏!
你试试看行不行!控制面板--intel(R) ExtremeGraphics2--设备--全屏幕选定!

loading 发表于 2004-11-24 16:42:11

我输入xvidtune为什么弹出来这个对话框呢?
--------------------------------------------------
Video modes are not tunable on this chip.
--------------------------------------------------
确定之后就没了 ,我怎么才能输出 Modeline啊?

终端显示为:# xvidtune
Vendor: Monitor Vendor, Model: Dell E151FPb
Num hsync: 1, Num vsync: 1
hsync range 0:31.00 -60.00
vsync range 0:56.00 -76.00
Video are not settable on this chip
页: [1]
查看完整版本: 液晶显示器linux桌面不能扑满屏幕,怎么解决