屏幕刷新率太低 ...没办法设更高的 ..怎么回事?

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
leftlip
帖子: 11
注册时间: 2007-03-07 12:16

屏幕刷新率太低 ...没办法设更高的 ..怎么回事?

#1

帖子 leftlip » 2007-03-08 12:26

rt 看得我眼睛疼死了..帮帮忙阿~我都不敢看太久了..
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#2

帖子 oneleaf » 2007-03-08 12:33

sudo dpkg-reconfigure xserver-xorg

配置显示器的频率。
gegfried
帖子: 482
注册时间: 2006-06-29 17:30

#3

帖子 gegfried » 2007-03-08 13:26

液晶还是crt的?显卡是n卡还是A卡?驱动装了没有?/etc/X11/xorg.conf的内容是什么样的?
szBobby
帖子: 58
注册时间: 2007-03-08 17:02

#4

帖子 szBobby » 2007-03-09 10:14

直接修改/etc/X11/xorg.conf中的刷新率
littleUbuntu
帖子: 1103
注册时间: 2006-10-19 9:02

#5

帖子 littleUbuntu » 2007-03-09 12:15

我只用60,高了不爽。
storein
帖子: 163
注册时间: 2007-03-05 16:52

#6

帖子 storein » 2007-03-09 14:24

CRT你要是用 60 的话,那厉害了
不过液晶好像一般都用的 60
littleUbuntu
帖子: 1103
注册时间: 2006-10-19 9:02

#7

帖子 littleUbuntu » 2007-03-09 14:42

嗬嗬,你猜猜
atnet
帖子: 125
注册时间: 2006-12-02 8:58
联系:

#8

帖子 atnet » 2007-03-09 20:57

你要装驱动 具体办法 看新手入门 维基
http://www.ieager.com/
我的blog。linux学习
头像
jimhu
帖子: 1322
注册时间: 2006-01-25 22:29
来自: 上海
联系:

#9

帖子 jimhu » 2007-03-10 2:00

如果是n卡的话,不要看wiki,那里面的东西折腾不好的。。。。
试试看用aptitude命令来装nvidia-glx
头像
jimhu
帖子: 1322
注册时间: 2006-01-25 22:29
来自: 上海
联系:

#10

帖子 jimhu » 2007-03-10 2:00

如果是n卡的话,不要看wiki,那里面的东西折腾不好的。。。。
试试看用aptitude命令来装nvidia-glx
leftlip
帖子: 11
注册时间: 2007-03-07 12:16

#11

帖子 leftlip » 2007-03-13 15:18

不好意思,因为看得眼睛痛,所以没怎么上来。是 n卡 ,用那个aptitude 装glx也不行,说是命令未找到...|||
显示器 是crt的,所以 眼睛痛..
还没解决中..
头像
zmcbb30
帖子: 2717
注册时间: 2006-09-30 0:32
来自: 巴拉特星系第四行星──海尼森

#12

帖子 zmcbb30 » 2007-03-13 15:21

进去 recover mode 执行

代码: 全选

dpkg-reconfigure xserver-xorg
头可断,血可流,靓女不可不追求
相艾唔好口,够姜就只抽

BARTON 2500+/1536MDDR400
EP8RDA3G/MX4000 128M64bit 8X
DiamondPlus9-6Y080L0-ATA133
Samsung743DF
HiweedDesktop-1.0
leftlip
帖子: 11
注册时间: 2007-03-07 12:16

#13

帖子 leftlip » 2007-03-13 15:32

/etc/X11/xorg.conf上的内容
帮忙看看吧


# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

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/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
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" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Driver "nv"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "E72f-1"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Monitor "E72f-1"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection
头像
zmcbb30
帖子: 2717
注册时间: 2006-09-30 0:32
来自: 巴拉特星系第四行星──海尼森

#14

帖子 zmcbb30 » 2007-03-13 15:47

懒得跟你找硬件参数,不对的你自己负责
你下次问问题时记得提供


找到Section "Monitor"
对照格式,改成这样

代码: 全选

Section "Monitor" 
Identifier "E72f-1"
Option "DPMS" 
HorizSync 35
VertRefresh 85
EndSection
另外将过高的分辨率删除

最稳妥的就重启,进去 recover mode 执行

代码: 全选

dpkg-reconfigure xserver-xorg
头可断,血可流,靓女不可不追求
相艾唔好口,够姜就只抽

BARTON 2500+/1536MDDR400
EP8RDA3G/MX4000 128M64bit 8X
DiamondPlus9-6Y080L0-ATA133
Samsung743DF
HiweedDesktop-1.0
Cantonese
帖子: 8
注册时间: 2007-03-13 17:13

#15

帖子 Cantonese » 2007-03-13 17:15

我剛裝上Ubuntu,也遇到這個問題。請問如何安裝顯卡驅動?我用VMware裝的。
回复