I've got XFree86 4.2 running on my Radeon 7500 under the Linux 2.4.9-31
kernel.
One site that helped me finally get DRI Acceleration working is:
http://dri.sourceforge.net/download.phtml
It looks like it's not uploaded yet, so check here:
http://dri.sourceforge.net/snapshots/
My config file is attached.
Paul
On Wed, 2002-04-03 at 11:06, Benjamin Franks wrote:
I'm running FreeBSD 4.5 and want to upgrade from XFree86 3.x to XFree86
4.2 because I recently picked up a ATI Radeon 7500 AGP card (support by
X4.2). After upgrading using the Xinstall.sh script, I tried to configure
my XF86Config file. The "XFree86 -configure" option didn't work for me as
it generated a XF86Config file that resulted in out-of-frequency ranges
for my monitor. I tried to use the xf86config utility but don't see the
ATI Radeon 7500 card listed in the video card listing...? Is the ATI
Radeon 7500 compatible with another ATI card that is in the listing?
Anyone had success configuring XFree86 4.2 with the ATI 7500?
Thanks,
--Ben
# XFree86 4.0 configuration generated by Xconfigurator
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
# By default, Red Hat Linux 6.0 and later use xfs
Section "Files"
FontPath "unix/:7100"
EndSection
# Module loading section
Section "Module"
Load "dbe" # Double-buffering
Load "GLcore" # OpenGL support
Load "dri" # Direct rendering infrastructure
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extensions
Load "v4l" # Video4Linux
# Load "pex5" # PHIGS for X 3D environment (obsolete)
# Load "record" # X event recorder
# Load "xie" # X Image Extension (obsolete)
# You only need the following two modules if you do not use xfs.
# Load "freetype" # TrueType font handler
Load "type1" # Adobe Type 1 font handler #AbiWord needs this
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "off"
Option "ZAxisMapping" "6 7"
Option "Buttons" "7"
EndSection
Section "Monitor"
Identifier "AOC SPECTRUM 7Vlr & 7VlrA & 7Vlr+ & 7VlrA+"
VendorName "AOC"
ModelName "SPECTRUM 7Vlr"
HorizSync 30.0-70.0
VertRefresh 50.0-130.0
Option "dpms"
EndSection
Section "Device"
Identifier "Radeon"
Driver "radeon"
BusID "PCI:1:0:0"
Option "AGPMode" "4"
# Option "ChipId 0x5159" # Properly detected
# Option "AGPSize" "64" # Properly detected
# Videoram 65536 # Properly detected
EndSection
Section "Screen"
Identifier "Screen0"
Device "Radeon"
Monitor "AOC SPECTRUM 7Vlr & 7VlrA & 7Vlr+ & 7VlrA+"
DefaultDepth 24
# DefaultDepth 32 # 32-bit color is a no-go, unknown reason
Subsection "Display"
Depth 24
# Depth 32 # 32-bit color is a no-go, unknown reason
Modes "1280x1024" "1024x768" "800x600" "640x480" "512x384"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection