分页: 1 / 2
刷新率,高手快救我!(多谢大家,已搞定)
发表于 : 2005-11-14 9:28
由 水滴石穿
我的配置是845g+LCD philips 150s4,以前5.04的时候很正常的用1024*768*75,可装的5.10后,显示器就不能正常显示了,能上1024但刷新率不正常,闪啊闪的,显示器也报错。xorg改了又改都不起作用,现在只能用800*600
先是加了这两行:
HorizSync 28-51
VertRefresh 43-60 但没作用。
后在论坛上又看到都改为零,也不起作用。和没改一样
后又加了ModeLine那行,也没用,还删了没用的分辨率也是没用,
我改了一两天了,除了偶尔X起不来,其他的好像都没反应,我快疯掉了。
发表于 : 2005-11-14 15:17
由 eexpress
hoary: modprobe xxxx(nv)
breezy: xresprobe xxxx
后面是驱动名字。
发表于 : 2005-11-14 16:53
由 水滴石穿
root@ubuntu:~# xresprobe i845
id: Philips 150S
res: 1024x768 832x624 800x600 720x400 640x480
freq: 30-63 56-76
disptype: crt
我以前也用过,是这个样子,请然后呢.
发表于 : 2005-11-14 17:09
由 eexpress
freq: 30-63 56-76就是刷新的
发表于 : 2005-11-14 17:26
由 水滴石穿
明白,可就是不能正常显示啊.我的xorg.conf是这样的,为什么不起作用
Section "Monitor"
Identifier "Philips 150S"
Option "DPMS"
HorizSync 56-70
VertRefresh 31-60
无论如何改1024*768都能是75,真让人受不了!
发表于 : 2005-11-14 20:39
由 eexpress
代码: 全选
exp@exp-ubuntu:~$ sudo xresprobe mga
Password:
id: FLATRON L151
res: 1024x768 832x624 800x600 720x400 640x480
freq: 30-63 56-75
disptype: crt
exp@exp-ubuntu:~$ cat /etc/X11/xorg.conf |grep Horiz
HorizSync 30-63
exp@exp-ubuntu:~$ cat /etc/X11/xorg.conf |grep Vert
VertRefresh 56-75
发表于 : 2005-11-15 9:02
由 水滴石穿
@ubuntu:~$ sudo xresprobe mga
Password:
id: Philips 150S
res: 1024x768 832x624 800x600 720x400 640x480
freq: 30-63 56-76
disptype: crt
@ubuntu:~$ cat /etc/X11/xorg.conf |grep Horiz
HorizSync 28-49
@ubuntu:~$ cat /etc/X11/xorg.conf |grep Ver
VertRefresh 43-72
xorg.conf 是我改小的,想降低刷新率,可是没效果
发表于 : 2005-11-15 19:04
由 catinsnow
发表于 : 2005-11-16 8:39
由 水滴石穿
谢了,改了,刷新率里还是只有75HZ,还是闪啊闪的,真心疼我的液晶显示器呀.这是我的xorg.conf
似乎读的不是这里面的配置,有点迷了
代码: 全选
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
VideoRam 64000
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "LCD"
Option "DPMS"
HorizSync 30-63
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "LCD"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
发表于 : 2005-11-18 18:22
由 longmjshen
我的:默认是76
baoyu@ubuntu:~$ sudo xresprobe mga
Password:
id: Philips 170B
res: 1280x1024 1280x960 1152x864 1024x768 832x624 800x600 720x400 640x480
freq: 30-82 56-76
disptype: lcd/tmds
baoyu@ubuntu:~$
发表于 : 2005-11-18 18:34
由 longmjshen
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "LCD"
DefaultDepth 24
SubSection "Display"
把DefaultDepth 24 改成16试试
发表于 : 2005-11-19 17:39
由 laborer
好像HSync和VRef都偏小了,改大点,没关系,显示器没那么脆的。
为了测试方便,你在文本模式下改,改好执行/etc/X11/X,如果不爽就Ctrl-Alt-Backspace,继续改。
另,我用的配置,供参考,烧机不赔
代码: 全选
HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
VertRefresh 50.0 - 75.0 # Very conservative. May flicker.
发表于 : 2005-11-19 19:34
由 longmjshen
是105s还是150s?我没找到105s的,只看到个150s3
基本参数 TOP
产品名称 飞利浦 150S3
接口类型 15针 D-Sub
面板尺寸 15英寸
点距(mm) 0.297
平均亮度(cd/m2) 250
对比度 400:1
最大色彩 16.7M彩色
响应时间 25ms
技术参数 TOP
水平扫描频率(KHz) 30-61
垂直扫描频率(Hz) 56-75
带宽(MHz) 80MHz
可视角度(水平/垂直) 80MHz
分辨率 1024x768
耗电 23W
其他功能 TOP
USB HUB 无
安全标准 TCO99/MPRII
无线遥控 不支持
信号输入 RGB模拟信号
音箱 无
外观参数 TOP
宽度(mm) 343mm
高度(mm) 310mm
厚度(mm) 170mm
重量(Kg) 3.7kg
发表于 : 2005-11-21 11:52
由 水滴石穿
我的是150s4,我还在努力中 ....
发表于 : 2005-11-21 14:07
由 水滴石穿
我又改啊改的,然后升级了系统,然后
dpkg-reconfigure xserver-xorg重设了一次(以前设过n次没作用),居然好了.
现在显示器运行在1024*768*60HZ.xorg.conf是这个样子的
代码: 全选
Section "Monitor"
Identifier "LCD"
Option "DPMS"
HorizSync 28-49
VertRefresh 43-72
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "LCD"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection