[问题]这么高的分辨率,眼睛被闪得快不行了!假的吧?

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

[问题]这么高的分辨率,眼睛被闪得快不行了!假的吧?

#1

帖子 shaning » 2007-10-29 16:40

系统很顺利安装完成,碰到了一个问题很郁闷

装好后系统默认就是
分辨率 1024*768 刷新律 85

看看这个分辨率和刷新率!分辨率可以选择,但是刷新率不可以选择,只有85这个,其实我电脑75最合适,反正在xp下面是这样的!

但是屏幕有点闪,感觉就跟60HZ似,我在怀疑这个85是不是系统蒙我阿?
我的xorg.conf是这样的,我没有修改过

代码: 全选

# 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 xorg.conf manual page.
# (Type "man 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"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

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

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

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

Section "Device"
	Identifier	"通用显示卡"
	Driver		"vesa"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"SyncMaster"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"通用显示卡"
	Monitor		"SyncMaster"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"

# Uncomment if you have a wacom tablet
#	InputDevice     "stylus"	"SendCoreEvents"
#	InputDevice     "cursor"	"SendCoreEvents"
#	InputDevice     "eraser"	"SendCoreEvents"
EndSection
我没有显卡,全部是集成的
附件
看看这个分辨率和刷新率!分辨率可以选择,但是刷新率不可以选择,只有85这个,其实我电脑75最合适,反正在xp下面是这样的!
看看这个分辨率和刷新率!分辨率可以选择,但是刷新率不可以选择,只有85这个,其实我电脑75最合适,反正在xp下面是这样的!
shaning
帖子: 33
注册时间: 2007-08-19 10:04

#2

帖子 shaning » 2007-10-29 17:52

自己顶一下
头像
lll9p
帖子: 1806
注册时间: 2007-07-18 18:56
联系:

#3

帖子 lll9p » 2007-10-29 18:47

Section "Monitor"那里把这个粘贴进去看看?

代码: 全选

Section "Monitor"
	Identifier	"SyncMaster"
	Option		"DPMS"
	HorizSync	28-80
	VertRefresh	50-200
EndSection
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#4

帖子 skyx » 2007-10-29 18:53

显示器应是三星的,显卡型号居然是中文的,第一次在xorg.conf中见到中文,特标记下。
no security measure is worth anything if an attacker has physical access to the machine
头像
BigSnake.NET
帖子: 12522
注册时间: 2006-07-02 11:16
来自: 廣州
联系:

#5

帖子 BigSnake.NET » 2007-10-29 19:14

7.10 的本地化做得有点过了..

x.org读入配置时支持中文否?..
^_^ ~~~
要理解递归,首先要理解递归。

地球人都知道,理论上,理论跟实际是没有差别的,但实际上,理论跟实际的差别是相当大滴。
shaning
帖子: 33
注册时间: 2007-08-19 10:04

#6

帖子 shaning » 2007-10-29 21:54

skyx 写了:显示器应是三星的,显卡型号居然是中文的,第一次在xorg.conf中见到中文,特标记下。
显示器是三星的,很一般
显卡 是华硕主板上面集成的VIA的显卡
系统安装好后默认就是中文名称,我也很郁闷
shaning
帖子: 33
注册时间: 2007-08-19 10:04

#7

帖子 shaning » 2007-10-29 21:57

BigSnake.NET 写了:7.10 的本地化做得有点过了..

x.org读入配置时支持中文否?..
xorg读入时是否支持中文?不知道怎么看,要不我把这里中文名称修改成英文看看?
我现在在家用的笔记本电脑上面,明天去公司看看,修改一下可以不可以!
shaning
帖子: 33
注册时间: 2007-08-19 10:04

#8

帖子 shaning » 2007-10-29 21:59

lll9p 写了:Section "Monitor"那里把这个粘贴进去看看?

代码: 全选

Section "Monitor"
	Identifier	"SyncMaster"
	Option		"DPMS"
	HorizSync	28-80
	VertRefresh	50-200
EndSection
明天到公司看看先,谢谢
lucagiani
帖子: 15
注册时间: 2007-10-29 21:38
来自: SISE of CSU, Hunan
联系:

#9

帖子 lucagiani » 2007-10-29 22:10

My Ubuntu works normally under 1024x768x85Hz with my Video Card of GeForce2MX400 and an old 17' EMC CRT monitor.
头像
speme
帖子: 723
注册时间: 2005-10-02 8:22
联系:

#10

帖子 speme » 2007-10-29 22:16

vesa的能支持1024x768x85 or 1024x768x75 ?
子曰,三人行,必有我师,吾曰,世间万物,皆为我师.
shaning
帖子: 33
注册时间: 2007-08-19 10:04

#11

帖子 shaning » 2007-10-29 22:54

speme 写了:vesa的能支持1024x768x85 or 1024x768x75 ?
vesa 和 via 到底有什么区别,我的电脑是vesa,我按照另外一种方法来处理,结果还是不行,完了之后重启,分辨率最好只能到800*600 了

http://blog.chinaunix.net/u1/33533/showart_383279.html
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#12

帖子 skyx » 2007-10-29 23:23

shaning 写了: 显卡 是华硕主板上面集成的VIA的显卡
用VIA的显卡,都会流眼泪的。



https://help.ubuntu.com/community/OpenChrome



viewtopic.php?t=31231&postdays=0&postorder=asc&start=0
no security measure is worth anything if an attacker has physical access to the machine
回复