[问题]我的“ubuntu菜单->系统->首选项->屏幕分辨率”里改的刷新率不能保存?

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

[问题]我的“ubuntu菜单->系统->首选项->屏幕分辨率”里改的刷新率不能保存?

#1

帖子 jimmin » 2006-10-29 3:43

我想在“ubuntu菜单->系统->首选项->屏幕分辨率”里改刷新率75为60。

当时看着是60了,但重启后再看又变回75了,这是怎么搞的?
jimmin
帖子: 2138
注册时间: 2006-09-24 4:37

#2

帖子 jimmin » 2006-10-29 15:28

顶一下。
头像
latteye
帖子: 218
注册时间: 2006-08-13 2:04

#3

帖子 latteye » 2006-10-29 16:16

http://www.linuxblog.cn/archives/88

按照此文手动修改即可
jimmin
帖子: 2138
注册时间: 2006-09-24 4:37

#4

帖子 jimmin » 2006-10-29 16:24

latteye 写了:http://www.linuxblog.cn/archives/88

按照此文手动修改即可
这个里面改的没用,而且我是想知道“ubuntu菜单->系统->首选项->屏幕分辨率”里改的刷新率为什么重启后就失效了。
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#5

帖子 eexpress » 2006-10-29 17:01

看xorg.conf里面是不是设置的太少了。刷新率按照显示器后面的铭牌的参数设置。
● 鸣学
jimmin
帖子: 2138
注册时间: 2006-09-24 4:37

#6

帖子 jimmin » 2006-10-29 17:52

eexpress 写了:看xorg.conf里面是不是设置的太少了。刷新率按照显示器后面的铭牌的参数设置。

代码: 全选

gksudo gedit /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"
	FontPath	"/usr/share/fonts/X11/misc"
	# 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"	"pc105"
	Option		"XkbLayout"	"us"
	Option		"XkbOptions"	"lv3:ralt_switch"
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	"Silicon Integrated Systems (SiS) 300/305 PCI/AGP VGA Display Adapter"
	Driver		"sis"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"LCD-MONITOR"
	Option		"DPMS"
	HorizSync	29-61
	VertRefresh	55-75
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Silicon Integrated Systems (SiS) 300/305 PCI/AGP VGA Display Adapter"
	Monitor		"LCD-MONITOR"
	DefaultDepth	24
	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

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
XMAN
帖子: 57
注册时间: 2006-10-21 4:30

#7

帖子 XMAN » 2006-10-29 17:52

sudo gedit /etc/X11/xorg.conf

把里面的诸如1024x768 改成 1024x768_60
就OK了
jimmin
帖子: 2138
注册时间: 2006-09-24 4:37

#8

帖子 jimmin » 2006-10-29 17:55

XMAN 写了:sudo gedit /etc/X11/xorg.conf

把里面的诸如1024x768 改成 1024x768_60
就OK了
能不能不这样硬性保存,我想知道“ubuntu菜单->系统->首选项->屏幕分辨率”里改的刷新率为什么重启后就失效了。
如果不能用“ubuntu菜单->系统->首选项->屏幕分辨率”改,那还要“ubuntu菜单->系统->首选项->屏幕分辨率”干什么。
pipago
帖子: 131
注册时间: 2006-07-14 21:04

#9

帖子 pipago » 2006-10-29 18:03

jimmin 写了:
XMAN 写了:sudo gedit /etc/X11/xorg.conf

把里面的诸如1024x768 改成 1024x768_60
就OK了
能不能不这样硬性保存,我想知道“ubuntu菜单->系统->首选项->屏幕分辨率”里改的刷新率为什么重启后就失效了。
如果不能用“ubuntu菜单->系统->首选项->屏幕分辨率”改,那还要“ubuntu菜单->系统->首选项->屏幕分辨率”干什么。
也可以直接把上限设为60
Section "Monitor"
Identifier "LCD-MONITOR"
Option "DPMS"
HorizSync 29-61
VertRefresh 55-60
EndSection
这个不是linux的错,是驱动不到位造成的,这也是linux上的一个老问题了。
不过,linux的一个乐趣就在于直接设置和修改个中参数。 :lol: :lol:
jimmin
帖子: 2138
注册时间: 2006-09-24 4:37

#10

帖子 jimmin » 2006-10-29 18:06

pipago 写了:这个不是linux的错,是驱动不到位造成的,这也是linux上的一个老问题了。
不过,linux的一个乐趣就在于直接设置和修改个中参数。 :lol: :lol:
可你看我的显卡是集成的SiS300/305,这么老的版本了,而且官方也没看到说SiS300/305要Linux驱动。
Linux对其应该是完美支持的。
XMAN
帖子: 57
注册时间: 2006-10-21 4:30

#11

帖子 XMAN » 2006-10-29 19:12

代码: 全选

SubSection "Display" 
      Depth      24 
      Modes      "1024x768_60" "832x624_60" "800x600_60" "720x400_60" "640x480_60" 
   EndSubSection
Enjoy:)
jimmin
帖子: 2138
注册时间: 2006-09-24 4:37

#12

帖子 jimmin » 2006-10-29 19:18

代码: 全选

Depth      1 
Depth      4
Depth      8
Depth      15 
Depth      16 
Depth      24 
这个Depth后面的数字是什么意思?
pipago
帖子: 131
注册时间: 2006-07-14 21:04

#13

帖子 pipago » 2006-10-29 21:22

jimmin 写了:

代码: 全选

Depth      1 
Depth      4
Depth      8
Depth      15 
Depth      16 
Depth      24 
这个Depth后面的数字是什么意思?
这些是色深的参数,最低1位色,最高24位色。
高速你,我用的也是集成的sis315显卡,比你好一点点。 :lol: :lol: :lol:
一直都很正常。
并不是越老的硬件就支持越好,最好是既不太老,也不太新的硬件。
头像
latteye
帖子: 218
注册时间: 2006-08-13 2:04

#14

帖子 latteye » 2006-10-29 23:14

jimmin 写了:
latteye 写了:http://www.linuxblog.cn/archives/88

按照此文手动修改即可
这个里面改的没用,而且我是想知道“ubuntu菜单->系统->首选项->屏幕分辨率”里改的刷新率为什么重启后就失效了。
这个里面改有用的阿…………
头像
mapserver
帖子: 115
注册时间: 2006-10-06 16:43

#15

帖子 mapserver » 2006-10-29 23:48

把选项的
“只对此计算机设为默认”选中看看。
回复