Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Oct 2011 18:31:47 -0600 (MDT)
From:      Warren Block <wblock@wonkity.com>
To:        Johannes Dieterich <dieterich.joh@googlemail.com>
Cc:        freebsd-x11@freebsd.org
Subject:   Re: xorg-dev ATI X1550 drm problem
Message-ID:  <alpine.BSF.2.00.1110171807270.18458@wonkity.com>
In-Reply-To: <4E9C7AC6.1060505@gmail.com>
References:  <4E9C7AC6.1060505@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 17 Oct 2011, Johannes Dieterich wrote:

> At first, the update seems to work as I can start and run KDE w/o a xorg.conf 
> as usual w/o problem. Unfortunately, games like nexuiz/warzone crash the 
> server immediately when starting them (leaving me with a hanging screen, 
> typically black) and I would assume this holds also true for other openGL 
> intensive codes. This is a regression compared to the stock X11.

Do you have WITHOUT_NOUVEAU=yes set in /etc/make.conf?

nexuiz is not playable on a Radeon HD4650 without reducing the settings 
and works only at default settings or less on a 4850.  openarena or 
ioquake3 work well.

This is a generic xorg.conf that works for me on various systems with 
various brands of video cards and even in VMs.

----
Section "ServerLayout"
 	Identifier   "X.org Configured"
 	Option       "DontZap" "Off"
 	Option	     "AIGLX" "On"
 	InputDevice  "Mouse0" "CorePointer"
 	InputDevice  "Mouse1"
#	InputDevice  "Keyboard0" "CoreKeyboard"
 	Option       "AutoAddDevices" "Off"
 	#Option       "Log" "sync"
EndSection

Section "Files"
 	ModulePath "/usr/local/lib/xorg/modules"
EndSection

Section "DRI"
 	Group 0
 	Mode  0660
EndSection

Section "Module"
 	Disable "record"
EndSection

Section "Extensions"
 	Option       "Composite" "Enable"
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 "InputDevice"
 	Identifier "Mouse1"
 	Driver "vboxmouse"
EndSection
----



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