XFree86 4.1.0, Radeon VE unresolved symbols

Patrick Cole z at amused.net
Sat Sep 1 05:16:55 EST 2001


Fri, Aug 31, 2001 at 12:46:22AM +1000, Mark Hummel wrote:

> The problem I'm having appears to be a bit of chestnut, but the solutions
> described seemed to assume the existence of a configuration file, when I
> am in fact trying to write one. 
> 
> Problems with unresolved symbols begin from "VMware Guest X Server
> 10.4.0" in the output from XFree86 -configure. The modules that cannot
> be resolved included vgaHwSetStdFuncs, etc. I have the radeon drm driver
> (from kernel version 2.4.2) loaded as a module. I thought perhaps
> something was missing, but the resolution errors don't suggest anything
> immediately. 
> 
> Does anyone have any suggestions about how to resolve this problem? 

I've attached my XF86Config-4 from my machine at work which has a Radeon
VE. This problem may be the least of your worries though. Notice I'm
using the noaccel option, this is because there are problems with the
Radeon VE currently such that if you run it in accelereated mode under
certain hardware (namely AMD 760/761 chipsets) it locks the machine
up solid.  See how you go though.

-- 
Patrick Cole - Debian Developer <ltd at debian.org>
             - John Curtin, ANU <Patrick.Cole at anu.edu.au>
             - Linux.com Helper <z at linux.com>
             - PGP 1024R/60D74C7D C8E0BC7969BE7899AA0FEB16F84BFE5A   
-------------- next part --------------
# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "ServerFlags"
EndSection

Section "Module"
	Load	"ddc"
	Load	"GLcore"
	Load	"dbe"
	Load	"dri"
	Load	"extmod"
	Load	"glx"
	Load	"pex5"
	Load	"record"
	Load	"xie"
	Load	"bitmap"
	Load	"freetype"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
	Load	"int10"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	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"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"ati"
	Option "noaccel"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	30-130
	VertRefresh	48-170
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection

# end of XF86Config


More information about the linux mailing list