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

How do tell if X is using acceleration...?...



I am thinking that my machine is not using acceleration. It is an athlon 600 with a voodoo3500. Graphics seem to be slow and take the CPU to over 75%. This even happens when moving an opaque window. My XFConifg-4 file is pasted below. Could someone help me with understanding what could be tweeked? Is it running accelerated? how can this be determined..?

Thanks.

------------------
Section "ServerLayout"
	Identifier     "XFree86 Configured"
# Screen 0 "Screen0" 0 0
	Screen         "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
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/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

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

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Protocol" "MouseSystems"
	Option      "Device" "/dev/gpmdata"
	Option      "Emulate3Buttons"       "true"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "MEL"
	ModelName    "NFL9905"
	Option       "DPMS"
	HorizSync    30.0 - 96.0
	VertRefresh  50.0 - 140.0
# ModeLine "1920x1440@62" 234.0 1920 1956 2164 2536 1440 1441 1444 1492 -hsync +vsync # ModeLine "1920x1440@62" 234.0 1920 1956 2164 2536 1440 1441 1444 1492 -hsync +vsync
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "tdfx"
	VendorName  "3dfx Interactive"
	BoardName   "Voodoo3"
	BusID       "PCI:1:5:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth	24
	SubSection "Display"
		Depth     8
		Modes     "1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes     "1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth     24
# Modes "1280x1024" "1024x768" "800x600"
		Modes     "1600x1200" "1280x1024" "1024x768" "800x600"
	EndSubSection
EndSection



Reply to: