Welcome! Log In Create A New Profile

Advanced

xf86-video-cube Crashes Xorg

Posted by Khoraski 
xf86-video-cube Crashes Xorg
September 05, 2012 11:05PM
I tried every freaking tutorial on the internet and it just won't work. .-.

If I use "Xorg -configure" to generate a .conf file, it crashes Xorg. If I use someone else's xorg.conf file, when I use "startx" I get the same errors that flash really quick on the screen and then Xorg crashes again.

When it crashes, it just clears the screen and an unblinking underscore is left at the top corner. And it just sits like that.



Edited 5 time(s). Last edit at 09/12/2012 12:25AM by Khoraski.
Re: xf86-video-cube Crashes Xorg
September 20, 2012 12:06AM
When X crashes, you can check /var/log/Xorg.0.log to see what the errors were.

This is the xorg.conf that worked for me in both Debian and Ubuntu:
Section "Module"
	Load	"dbe"
	Load	"ddc"
	SubSection  "extmod"
		Option    "omit xfree86-dga"
		Option    "omit XFree86-VidModeExtension"
	EndSubSection
	Load	"freetype"
	Load	"dri"
EndSection

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

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

Section "Device"
	Identifier	"Wii Graphics Card"
	Driver		"cube"
EndSection

Section "Monitor"
	Identifier	"Wii Monitor"
	Option		"DPMS"
	HorizSync	14-38
	VertRefresh	49-61
	Modeline "pal_50" 23.72 640 656 720 800 576 577 580 593 -HSync +Vsync
	Modeline "ntsc_60" 23.72 640 656 720 800 480 577 580 593 -HSync +Vsync
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Wii Graphics Card"
 	Monitor         "Wii Monitor"
	DefaultDepth	16
	Subsection "Display"
			Modes	"ntsc_60"
	EndSubsection
EndSection

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

Section "ServerFlags"
	Option	"IgnoreABI" "True"
EndSection

Section "DRI"
	Mode	0666
EndSection
I don't know what it all means, but it works for me.
Re: xf86-video-cube Crashes Xorg
September 22, 2012 11:53PM
Farter's fbdriver works excellent. You should try that instead of xf86-video-cube.
Sorry, only registered users may post in this forum.

Click here to login