[问题]为什么我的Xorg.conf里面没有关于字体路径的项啊?

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

[问题]为什么我的Xorg.conf里面没有关于字体路径的项啊?

#1

帖子 garry » 2007-11-20 8:34

代码: 全选

# xorg.conf 

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	"ATI Technologies Inc RV410 [Radeon X700 (PCIE)]"
	Driver		"fglrx"
	Busid		"PCI:1:0:0"
	Option      	"XaaNoOffscreenPixmaps"
EndSection

Section "Monitor"
	Identifier	"Philips 107S6"
	Option		"DPMS"
	Horizsync	28-69
	Vertrefresh	43-85
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc RV410 [Radeon X700 (PCIE)]"
	Monitor		"Philips 107S6"
	Defaultdepth	24
	SubSection "Display"
		Modes		"1024x768"	"800x600"	"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
Section "Module"
	Load		"glx"
EndSection
上次由 garry 在 2007-11-20 8:37,总共编辑 2 次。
yjwork
帖子: 422
注册时间: 2006-10-24 11:46
系统: debian

#2

帖子 yjwork » 2007-11-20 8:35

我用jeos装的也这样,还不能3D
garry
帖子: 57
注册时间: 2007-08-23 8:05
联系:

#3

帖子 garry » 2007-11-20 8:39

运行sudo dpkg-reconfigure xserver-xorg也没有用,不知道怎么回事啊
但是我可以开3D界面哦,我用的ATI官方驱动8.42.3
现在wine里面全部是乱码,郁闷哦
回复