X Reboot

Bob Bomar bob at bomar.us
Sun Aug 10 21:39:59 PDT 2003


I have a Radoen 7500 on a FreeBSD 4.8 machine
running dual head with Xinerama support just fine,
but when I remove the Xinerama option and take off
the second screen, then go to startx, the machine 
just reboots.  I can not find anything in the logs
about anything that went wrong, it just reboots.

My X conf is attached.

-- 
Bob Bomar
bob at bomar.us
-----------------------------
FreeBSD: The Power to Serve
http://www.freebsd.org

-------------- next part --------------
Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	Option "Xinerama" "on"
EndSection


Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

Section "DRI"
    Mode 0666
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
EndSection

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

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "VSC"
	ModelName    "A70f-2"
	HorizSync    30.0 - 70.0
	VertRefresh  50.0 - 160.0
	Option	    "DPMS"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "ati"
#	Driver      "radeon"
	VendorName  "ATI"
	BoardName   "Radeon 7500 QW"
	BusID       "PCI:1:0:0"
	Screen	0
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
                Depth    16 
               # Modes    "1024x768"
		 Modes	  "1152x864"
        EndSubSection
	SubSection "Display"
		Depth     24
#		Modes    "1024x768"
		 Modes	  "1152x864"
	EndSubSection
EndSection

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20030811/21dac7e7/attachment-0001.bin


More information about the freebsd-questions mailing list