[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg lockup on ultra 5



hi folks,

i got an ultra 5 that i recently upgraded from stable to testing, now X
doesn't work anmore. i followed the instructions on the XorgOnSparc page
of the wiki, everything went fine so far. if i do a startx, the screen
goes blank, the machine emits a continuous beep and locks up hard. no
keypressing makes it switch to console or kill the xserver. i can't say
for sure how hard it actually locks up as i have no other computer
around to check over the network, but if i redirect stdout and stderr to
a file, i find nothing on the disc after the reboot (btw: the beeping
doesn't happen if i redirect the oputput). the graphics card is an
"ATI Technologies Inc 3D Rage Pro 215GP (rev 5c)" (lspci), xorg is at
version 7.0.22 and the kernel (if that is of any interest) is a 2.6.7
(self-compiled from upstream sources). the xorg.conf is attached, the
bits that are commented out are stuff i tried, the problem also appears
with them in.

has anybody seen this before? any pointers? hints where i could lokk?
what i could try?

thanks  robert

-- 
Robert Lemmen                               http://www.semistable.com 
# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86
Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/CID"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
#	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"vbe"
EndSection
Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"sun"
	Option		"XkbModel"	"type5"
	Option		"XkbLayout"	"de"
EndSection
Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/sunmouse"
	Option		"Protocol"		"BusMouse"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection
Section "Device"
	Identifier	"Generic Video Card"
	Driver		"ati"
#	BusID		"PCI:01:02:0"
EndSection
Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	71.91,72.24,73.29
	VertRefresh	70-85
#	Modeline 	"1152x864" 100.0 1152 1156 1196 1392 864 865 868 892 +hsync +vsync
#	Modeline	"1152x900"  108.0   1152 1184 1312 1504   900 902 906 937 Composite +hsync +vsync
#	Modeline  "1152x900b" 106.8 1152 1184 1312 1488 900 902 906 937  Composite +hsync +vsync
EndSection
Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"640x480"
	EndSubSection
#	SubSection "Display"
#		Depth		16
#		Modes		"800x600" "640x480"
#	EndSubSection
#	SubSection "Display"
#		Depth		24
#		Modes		"1152x864" "1024x768" "800x600" "640x480"
#	EndSubSection
EndSection
Section "ServerLayout"
	Identifier	"Default"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Generic Mouse"
EndSection
#Section "DRI"
#	Mode	0666
#EndSection

Attachment: signature.asc
Description: Digital signature


Reply to: