请教双屏幕设置问题

CPU/显卡/打印机/USB设备等硬件问题
回复
头像
dustin.xu
帖子: 75
注册时间: 2007-10-14 11:51

请教双屏幕设置问题

#1

帖子 dustin.xu » 2008-09-22 2:24

本本是14寸的,集成显卡,60hz的刷新
外接LCD是18寸的

但是目前问题是外接的显示器总是闪的厉害,有波纹从屏幕下方滚到屏幕上方,请问这个是设置的原因吗?如果是的话,能不能设置让它不闪,现在已经不用了,因为感觉眼睛都要瞎了

附上我的xorg.conf文件

代码: 全选

# xorg.conf (X.Org 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 "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"cn"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizEdgeScroll"	"0"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
		Modes	"1024x768@60"   "800x600@60"   "800x600@56"
		Virtual  2048 1536
   	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Synaptics Touchpad"
EndSection
头像
dustin.xu
帖子: 75
注册时间: 2007-10-14 11:51

Re: 请教双屏幕设置问题

#2

帖子 dustin.xu » 2008-09-24 10:38

:em06
回复