[求助]启用双显示器以后,compiz fusion就无法启动了,有什么解决的办法吗?

各种窗口管理器和美化相关
回复
hookilah
帖子: 117
注册时间: 2006-02-26 19:04

[求助]启用双显示器以后,compiz fusion就无法启动了,有什么解决的办法吗?

#1

帖子 hookilah » 2007-10-09 19:18

启用双显示器以后,compiz fusion就无法启动了,有什么解决的办法吗?
终端里提示@iToy:~$ compiz --replace
/usr/bin/compiz: line 775: 11190 段错误 (core dumped) $*

我用的是ubuntu 7.04, 以下是我的xorg.conf配置文件
显卡是nv 6600 256m

代码: 全选


Section "Files"
	Fontpath	"/usr/share/fonts/X11/misc"
	Fontpath	"/usr/share/fonts/X11/cyrillic"
	Fontpath	"/usr/share/fonts/X11/100dpi/:unscaled"
	Fontpath	"/usr/share/fonts/X11/75dpi/:unscaled"
	Fontpath	"/usr/share/fonts/X11/Type1"
	Fontpath	"/usr/share/fonts/X11/100dpi"
	Fontpath	"/usr/share/fonts/X11/75dpi"
	# path to defoma fonts
	Fontpath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/usr/share/fonts/wenquanyi/wqy-zenhei/"
	FontPath	"/usr/share/fonts/wenquanyi/wqy-bitmapfont/"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen     0  "Screen0" 0 0				
    	Screen     1  "Screen1" LeftOf "Screen0"		
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Configured Mouse"
    	Option "Xinerama" "on"					
    	Option "Clone" "off"					
EndSection

Section "Module"
	Load		"i2c"
	Load		"bitmap"
	Load		"ddc"
	Load		"extmod"
	Load		"freetype"
	Load		"glx"
	Load		"int10"
	Load		"vbe"
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 "Monitor"
    	Identifier     "Monitor0"
    	VendorName     "Unknown"
    	ModelName      "Philips 170S"
    	HorizSync       30.0 - 83.0
    	VertRefresh     56.0 - 76.0
    	Option         "DPMS"
EndSection

Section "Monitor"
    	Identifier     "Monitor1"
    	VendorName     "Unknown"
    	ModelName      "Chimei CMV946D"
    	HorizSync       30.0 - 82.0
    	VertRefresh     56.0 - 76.0
    	Option         "DPMS"
EndSection

Section "Device"
	Identifier	"Port0"
	Driver	"nvidia"
	BoardName	"GeForce 6600"
	Busid		"PCI:5:0:0"
	Option	"AddARGBVisuals"	"True"				
	Option	"AddARGBGLXVisuals"	"True"			
	Option	"NoLogo"	"True"
	Option 	"ConnectedMonitor" "Monitor0"				
    	Screen	0
EndSection

Section "Device"
	Identifier	"Port1"
	Driver	"nvidia"
	BoardName	"GeForce 6600"
	Busid		"PCI:5:0:0"
	Option	"AddARGBVisuals"	"True"				
	Option	"AddARGBGLXVisuals"	"True"			
	Option	"NoLogo"	"True"
	Option 	"ConnectedMonitor" "Monitor0"				
	Screen	1
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"Port0"
	Monitor		"Monitor0"
	Defaultdepth	24
	Option         "metamodes" "DFP: 1280x800 +0+0"
	SubSection "Display"
		Depth	1
		Modes		"1280x800" "1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	4
		Modes		"1280x800" "1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	8
		Modes		"1280x800" "1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	15
		Modes		"1280x800" "1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	16
		Modes		"1280x800" "1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	24
		Modes		"1280x800" "1024x768"	"800x600"	"640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen1"
	Device		"Port1"
	Monitor		"Monitor1"
	Defaultdepth	24
	Option         "metamodes" "DFP: 1024x768 +0+0"
	SubSection "Display"
		Depth	1
		Modes		"1280x800" "1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	4
		Modes		"1280x800" "1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	8
		Modes		"1280x800" "1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	15
		Modes		"1280x800" "1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	16
		Modes		"1280x800" "1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	24
		Modes		"1280x800" "1024x768"	"800x600"	"640x480"
	EndSubSection
EndSection

Section "DRI"
	Mode	0666
EndSection

回复