I was able to successfully install the fglrx driver in 12.1 using the atiupgrade script. However, I am getting no direct rendering. GLXINFO reports direct rendering: No and WARNING: Direct Rendering is NOT enabled. The reported OpenGl renderer and version is
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 4250
OpenGL version string: 1.4 (2.1 (3.3.11251 Compatibility Profile Context))
According to Xorg.log, fglrx is loading successfully. Here is the relevant excerpt:
Here is my xorg.conf:Code:[11.136] (II) LoadModule: "fglrx" [ 11.138] (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so [ 11.440] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc." [ 11.449] compiled for 1.4.99.906, module version = 8.91.4 [ 11.449] Module class: X.Org Video Driver [ 11.458] (II) Loading sub module "fglrxdrm" [ 11.458] (II) LoadModule: "fglrxdrm" [ 11.458] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so [ 11.479] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc." [ 11.480] compiled for 1.4.99.906, module version = 8.91.4 [ 11.480] (II) ATI Proprietary Linux Driver Version Identifier:8.91.4 [ 11.480] (II) ATI Proprietary Linux Driver Release Identifier: 8.911 [ 11.480] (II) ATI Proprietary Linux Driver Build Date: Oct 25 2011 21:24:13 [ 11.480] (++) using VT number 7 [ 11.495] (WW) Falling back to old probe method for fglrx [ 11.546] (II) Loading PCS database from /etc/ati/amdpcsdb [ 11.552] (--) Chipset Supported AMD Graphics Processor (0x9715) found
My graphics card is the Radeon HD4250. From an extensive Google search, I know the card does support acceleration. How do I get it to work.Code:Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 EndSection Section "Module" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:1:5:0" EndSection Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection



Reply With Quote


Bookmarks