[elrepo] FW: ATI Radeon HD 2600 Pro Driver
Phil Perry
phil at elrepo.org
Wed Jul 24 08:14:11 EDT 2013
On 24/07/13 04:40, Daniel Pierce wrote:
> Phil,
>
> Thank you for your response.
>
> I have decided to Down-grade Xorg to the previous version in el6.3 based on
> your recommendation.
>
> I verified that kmod-fglrx-12.4 drivers are installed on the system.
>
> When I list the configuration with lspci -k it still looks like the drives
> that are part of the standard distribution are being used.
>
> 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
> RV630 PRO [Radeon HD 2600 PRO] (prog-if 00 [VGA controller])
> Subsystem: Hightech Information System Ltd. Device 2002
> Flags: bus master, fast devsel, latency 0, IRQ 24
> Memory at c0000000 (64-bit, prefetchable) [size=256M]
> Memory at fea20000 (64-bit, non-prefetchable) [size=64K]
> I/O ports at e000 [size=256]
> Expansion ROM at fea00000 [disabled] [size=128K]
> Capabilities: [50] Power Management version 3
> Capabilities: [58] Express Legacy Endpoint, MSI 00
> Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
> Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1
> Len=010
> <?>
> Kernel modules: radeon
>
> When if do a $ xrandr the system displays:
>
> Screen 0: minimum 320 x 200, current 1360 x 768, maximum 1360 x 1360
> DVI-1 connected 1360x768+0+0 (normal left inverted right x axis y axis) 0mm
> x
> 0mm
> 1360x768 60.0*
> 1280x800 59.8
> 1280x768 59.9
> 1024x768 60.0
> 800x600 60.3
> 848x480 60.0
> 640x480 59.9
> DVI-0 disconnected (normal left inverted right x axis y axis)
>
> I checked the Xorg.0.log file and it looks like there wasn't any errors, but
> does not identify the driver that is being used.
>
> HOW do I validate that the system is using the kmod-fglrx-12.4 drivers?
> Do I need to do something special to force the system to use the
> kmod-fglrx-12.4 drivers in addition the the yum install?
>
> Thanks for the help.
> Pierce
>
You shouldn't need to do anything other than install the package.
If it doesn't appear to be working, firstly I would try uninstalling the
fglrx package, reboot, (re)install the fglrx package, reboot and look
again. A reboot is ALWAYS required after installing/updating etc. You
will need to (re)install the package AFTER you have sorted out the xorg
downgrade. The reason I recommend uninstalling fglrx first, rebooting,
then reinstalling and rebooting is that the uninstall will clean up any
remnants of the old failed installation and the reinstall should then
have a clean system to work on.
Running 'lsmod | grep fglrx' should show you if the module is loaded.
Checking your xorg.conf should show the driver as fglrx, not radeon (or
whatever the default kernel driver is called). Running glxgears and
noting the FPS score is also a good way to confirm OpenGL 3D
acceleration is working as expected.
Below I will provide details of what the script within the package does
on install so you can check this has happened correctly:
1. Backup and move existing xorg.conf if it exists and recreate fresh
xorg.conf by running 'aticonfig --initial'
2. Make sure there is a "Files" section in xorg.conf.
3. For each compatible kernel listed in /boot/grub/grub.conf, add the
following kernel argument to disable the old radeon driver:
'radeon.modeset=0'
4. Run 'ati-config-display enable' to enable the driver
5. Create /etc/ld.so.conf.d/ati.conf and run ldconfig
If you are unsure, please post copies of your xorg.conf and grub.conf files.
More information about the elrepo
mailing list