Phoronix Forums  

Go Back   Phoronix Forums > Linux Graphics / X.Org Drivers > AMD/ATI Linux

AMD/ATI Linux Technical support and discussion of the ATI/AMD proprietary Linux driver.

Reply
 
Thread Tools Display Modes
  #1  
Old 07-16-2008, 09:39 PM
namaste namaste is offline
Junior Member
 
Join Date: Jul 2008
Posts: 2
Default dell 6400 + x1400 mobility + ATI 8.6 = no direct rendering

Installed the x1400 mobility drivers from ATI.

# chmod +x ati-driver-installer-8-6-x86.x86_64.run
# ./ati-driver-installer-8-6-x86.x86_64.run

I can run on 1680*1050 installation. But i can't make direct rendering working. Any idea how to?

glxinfo | grep "rendering"
direct rendering: No


fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (1.5 Mesa 6.5.2)


Tried couple of things but still no go...

aticonfig --initial --input=/etc/X11/xorg.conf
aticonfig --initial -f

I can install ati drivers but somehow i am not able to make on rendering and 3d and it uses mesa.

Code:
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/share/X11/rgb"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/75dpi/:unscaled"
EndSection

Section "Module"
	Load  "xtrap"
	Load  "dri"
	Load  "record"
	Load  "glx"
	Load  "GLcore"
	Load  "extmod"
	Load  "dbe"
	Load  "type1"
	Load  "freetype"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
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"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "off"
	BusID       "PCI:1:0: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

Section "Extensions"
	Option	    "AIGLX" "off"
	Option	    "Composite" "off"
EndSectionCan some tell me how can i work around this error
Full X0rg log
http://www.mediafire.com/?rtb9tz0td5t

Why i am getting this while I modprobe:
# modprobe fglrx
FATAL: Module fglrx not found.
# modprobe -r dri radeon
FATAL: Module dri not found.

Using 2.6.21.5 Kernel.
Reply With Quote
  #2  
Old 07-17-2008, 08:40 AM
flami flami is offline
Junior Member
 
Join Date: Jan 2008
Posts: 17
Default

Quote:
Originally Posted by namaste View Post
Why i am getting this while I modprobe:
# modprobe fglrx
FATAL: Module fglrx not found.
well that basically means that the kernel module was never built.
I guess you run Ubuntu, then install the kernel headers , module-assistant.
Also you might need the packages to build the kernel.
there should be a package in the repositories called fglrx_kernel_src or similar.

once you have it all set up run:
sudo m-a prepare
sudo m-a a-i fglrx

(or module-assistant auto-install fglrx )

now if everything works right you should have the kernel module automatically installed and loaded. ( lsmod | grep fglrx )
Reply With Quote
  #3  
Old 07-21-2008, 12:47 AM
namaste namaste is offline
Junior Member
 
Join Date: Jul 2008
Posts: 2
Default

I am using backtrack3. Where can i find the kernel headers? Well it installs well on ubuntu but i am having problems on BT3.

Thanks for the help.
Reply With Quote
  #4  
Old 07-30-2008, 02:56 PM
mega_mike mega_mike is offline
Junior Member
 
Join Date: Jul 2008
Posts: 14
Default

Once you get the fglrx drivers from ati installed in Ubuntu, you need to run these commands for direct rendering

sudo mkdir -p /usr/X11R6/lib/modules/dri
sudo ln -s /usr/lib/dri/fglrx_dri.so /usr/X11R6/lib/modules/dri
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 07:35 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ©2004 - 2010 by Phoronix Media.