Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2007 14:09:27 -0700 (PDT)
From:      Fred Cox <sailorfred@yahoo.com>
To:        freebsd-x11@freebsd.org
Subject:   Infinite loop on startup with Xorg 7.2 radeon driver with X300SE
Message-ID:  <549764.26314.qm@web33602.mail.mud.yahoo.com>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
I have a
(--) PCI: (1:0:1) ATI Technologies Inc RV370 [Radeon
X300SE] rev 0, Mem @ 0xefdf0000/16

on a dual core:

CPU: Intel(R) Pentium(R) D CPU 2.80GHz (2793.09-MHz
K8-class CPU)

FreeBSD speedy.fcox.org 6.2-RELEASE-p3 FreeBSD
6.2-RELEASE-p3 #12: Wed Apr 25 00:40:20 PDT 2007    
root@speedy.fcox.org:/usr/obj/usr/src/sys/SPEEDY 
amd64

When I tried using the radeon driver after upgrading
to 7.2, I got an infinite loop using 103% of a CPU,
which was not kill -9'able. I couldn't switch
consoles.  I had to log in through ssh and attempt to
killl it.  Eventually I rebooted it, and change the
driver to vesa.

I am attaching my xorg.conf.

Any tips on capturing where it's looping?

BTW, should I be able to run the vesa driver in
1680x1050 mode?


 
____________________________________________________________________________________
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121
[-- Attachment #2 --]
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/local/share/X11/rgb"
	ModulePath   "/usr/local/lib/xorg/modules"
	FontPath     "/usr/local/lib/X11/fonts/misc/"
	FontPath     "/usr/local/lib/X11/fonts/TTF/"
	FontPath     "/usr/local/lib/X11/fonts/OTF"
	FontPath     "/usr/local/lib/X11/fonts/Type1/"
	FontPath     "/usr/local/lib/X11/fonts/100dpi/"
	FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "record"
	Load  "dbe"
	Load  "glx"
	Load  "GLcore"
	Load  "xtrap"
	Load  "dri"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "DefaultRefresh"     	# [<bool>]
        #Option     "ModeSetClearScreen" 	# [<bool>]
	Identifier  "Card0"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "RV370 5B60 [Radeon X300 (PCIE)]"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?549764.26314.qm>