老问题:i865G+15液晶的刷新率问题

OOo,TeX,KO,ABI,GIMP,Picasa,ProE,QCAD,Inkscape,Kicad,Eagle
回复
buaacse
帖子: 19
注册时间: 2005-08-22 11:07

老问题:i865G+15液晶的刷新率问题

#1

帖子 buaacse » 2005-08-22 11:14

我的机器是865G的集成显卡,BIOS里的共享显存设的8m
用的KDE桌面系统,15寸液晶三星153v
在控制中心,分辨率可以选为1024*768 800*600 640*480三种
但是刷新率只有75
想降为60
在论坛里查了很多帖子,也没有搞定

我在/etc/X11/xorg.conf里面的相关设定:

Section "Device"
Identifier "Intel Corporation 82865G Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
HorizSync 0-0
VertRefresh 0-0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82865G Integrated Graphics Device"
Monitor "SyncMaster"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
# SubSection "Display"
# Depth 24
# Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
# EndSubSection
EndSection
buaacse
帖子: 19
注册时间: 2005-08-22 11:07

#2

帖子 buaacse » 2005-08-23 19:45

真的没人理吗??大家没有遇到相同情况的吗?
yongyi
帖子: 3025
注册时间: 2005-05-07 23:57
联系:

#3

帖子 yongyi » 2005-08-23 20:12

主要是你说得很确定了,论坛的方法都试过了。


这里看过?
http://www.ubuntu.org.cn/support/docume ... chterm=分辨率
用类似:
Modeline "640x480_75.00" 30.72 640 664 728 816 480 481 484 502 -HSync +Vsync
的也不可以?
独自看一看大海
总想起身边走在路上的朋友
Lenovo E290-420[Celeron-M420/256M/60G/Intel GMA950]
buaacse
帖子: 19
注册时间: 2005-08-22 11:07

#4

帖子 buaacse » 2005-08-23 20:30

我用 sudo xresprobe i810
返回了如下信息

id: SyncMaster
res: 1024x768 832x624 800x600 720x400 640x480
freq: 30-61 56-75
disptype: crt


怎么把显示器认成了 crt 了??
yongyi
帖子: 3025
注册时间: 2005-05-07 23:57
联系:

#5

帖子 yongyi » 2005-08-23 20:41

:lol: :lol: 不清楚了。
你试过把
HorizSync 0-0
VertRefresh 0-0
改为:
30-61 56-75
没有?
独自看一看大海
总想起身边走在路上的朋友
Lenovo E290-420[Celeron-M420/256M/60G/Intel GMA950]
buaacse
帖子: 19
注册时间: 2005-08-22 11:07

#6

帖子 buaacse » 2005-08-23 20:48

这个试过了
我曾经到三星的网站上把我这款显示器的指标抄下来写了进去
HorizSync 30-61
VertRefresh 56-75

还用过gtf 1024 768 60

然后填入
# 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
Modeline "1024x768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync

都不行

现在想知道如何告诉ubuntu我的显示器是液晶的?
就是在Section "Monitor"段让它认出来
yongyi
帖子: 3025
注册时间: 2005-05-07 23:57
联系:

#7

帖子 yongyi » 2005-08-23 21:43

试试这方法:
http://www.ubuntuforums.org/showthread. ... light=60Hz

在Section "Device" 里加。

不知会不会令X启动不了的啊,所以先备份一个,不行就恢复就好了。


还有,为什么注释了Depth 24
能用
DefaultDepth 24
吗?
独自看一看大海
总想起身边走在路上的朋友
Lenovo E290-420[Celeron-M420/256M/60G/Intel GMA950]
buaacse
帖子: 19
注册时间: 2005-08-22 11:07

#8

帖子 buaacse » 2005-08-23 22:14

哦 ,我看我的显示器似乎只支持到16点几的色深
刚装好的时候默认是24位
但是kde下分辨率只有640*480
把16的设为默认的才可以

好了,我去试试你的方法
回来报告
buaacse
帖子: 19
注册时间: 2005-08-22 11:07

在执行dpke-reconfigure xserver-xorg时候

#9

帖子 buaacse » 2005-08-24 10:30

图片

说液晶显示器用特殊的方法来设定
没搞明白具体是什么[/code]
附件
pic1.png
yongyi
帖子: 3025
注册时间: 2005-05-07 23:57
联系:

#10

帖子 yongyi » 2005-08-24 10:34

配置过程中,有三种模式让你选择:simple medium advanced
独自看一看大海
总想起身边走在路上的朋友
Lenovo E290-420[Celeron-M420/256M/60G/Intel GMA950]
buaacse
帖子: 19
注册时间: 2005-08-22 11:07

#11

帖子 buaacse » 2005-08-24 11:06

yongyi 写了:配置过程中,有三种模式让你选择:simple medium advanced
即使在advanced中也没有选择液晶显示器的选项
只是让你手工填上HorizSync和VertRefresh
yongyi
帖子: 3025
注册时间: 2005-05-07 23:57
联系:

#12

帖子 yongyi » 2005-08-24 11:10

这我就不大清楚了。我一直只用simple的,懒 :P

所以其它的就。。
独自看一看大海
总想起身边走在路上的朋友
Lenovo E290-420[Celeron-M420/256M/60G/Intel GMA950]
回复