Fedora Linux Support Community & Resources Center
  #1  
Old 13th September 2009, 03:09 AM
nafnaf Offline
Registered User
 
Join Date: Sep 2009
Posts: 4
linuxfedorafirefox
ATI Mobility Radeon X700 3D Acceleration Problem

Hi guys,

I am new to fedora 11. I have acer aspire 1690 laptop.
I wanted to try fedora on that. So installed and everything works fine.

I have installed radeon driver for my ATI Mobility Radeon X700 video card.
But 3D acceleration is not enabled in this drive.

Please help me to enable it.


Thanks guy's
Reply With Quote
  #2  
Old 13th September 2009, 05:15 AM
David Batson Offline
Registered User
 
Join Date: Jul 2009
Posts: 1,158
linuxopera
Your card is not supported by the propriatary driver in F11. I believe what I wrote in the following post should work for you, however I would leave out the Option "AGPMode" "4" line, as I do not believe that applies to your X700.

http://forums.fedoraforum.org/showpo...07&postcount=3
__________________
Fedora 18 Gnome on a ThinkPad X220, i5-2540M CPU, Intel HD Graphics 3000, Intel N 6205 wireless, and Sierra Wireless 754S Mobile Hotspot (AT&T)
Reply With Quote
  #3  
Old 13th September 2009, 06:03 AM
nafnaf Offline
Registered User
 
Join Date: Sep 2009
Posts: 4
linuxfedorafirefox
Hi David,

Thanks for your time, But still I am getting the same error.
3D acceleration not enabled.

my xorg.conf file is,

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"

# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105+inet"
Option "XkbLayout" "us"
EndSection

Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1024x768"
HorizSync 31.5 - 48.0
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "ATI Mobility Radeon X700"
Option "AccelMethod" "XAA"
Option "GARTSize" "64"
Option "EnablePageFlip" "on"
Option "DPMS" "on"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "freetype"
Load "int10"
Load "type1"
Load "vbe"
Load "dri"
Load "extmod"
Load "glx"
Load "GLcore"
EndSection



Thanks
Reply With Quote
  #4  
Old 13th September 2009, 06:30 AM
David Batson Offline
Registered User
 
Join Date: Jul 2009
Posts: 1,158
linuxopera
I believe you should reboot after changes.

Try Option "AccelMethod" "EXA" instead of Option "AccelMethod" "XAA".

You could also try commenting out the last section. Just guessing here.

Code:
# Section "Module"
# Load "i2c"
# Load "bitmap"
# Load "ddc"
# Load "freetype"
# Load "int10"
# Load "type1"
# Load "vbe"
# Load "dri"
# Load "extmod"
# Load "glx"
# Load "GLcore"
# EndSection
__________________
Fedora 18 Gnome on a ThinkPad X220, i5-2540M CPU, Intel HD Graphics 3000, Intel N 6205 wireless, and Sierra Wireless 754S Mobile Hotspot (AT&T)
Reply With Quote
  #5  
Old 13th September 2009, 06:51 AM
nafnaf Offline
Registered User
 
Join Date: Sep 2009
Posts: 4
linuxfedorafirefox
Hi David,

Still same error.

glxinfo | grep direct
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
Reply With Quote
  #6  
Old 13th September 2009, 07:22 AM
David Batson Offline
Registered User
 
Join Date: Jul 2009
Posts: 1,158
linuxopera
What do you get by running the following command in terminal? modinfo radeon

Some info:
http://dri.freedesktop.org/wiki/ATIR...oryHardware%29

http://xorg.freedesktop.org/wiki/RadeonFeature
__________________
Fedora 18 Gnome on a ThinkPad X220, i5-2540M CPU, Intel HD Graphics 3000, Intel N 6205 wireless, and Sierra Wireless 754S Mobile Hotspot (AT&T)
Reply With Quote
  #7  
Old 13th September 2009, 08:59 AM
nafnaf Offline
Registered User
 
Join Date: Sep 2009
Posts: 4
linuxfedorafirefox
Hi David,

I gone through all these sites but stil I couldnt figure out whats wrong.
result,

filename: /lib/modules/2.6.30.5-43.fc11.i686.PAE/kernel/drivers/gpu/drm/radeon/radeon.ko
license: GPL and additional rights
description: ATI Radeon
author: Gareth Hughes, Keith Whitwell, others.
license: GPL
srcversion: E40736AFCE7B63DFCB6C1B0
alias: pci:v00001002d00009616sv*sd*bc*sc*i*
alias: pci:v00001002d00009615sv*sd*bc*sc*i*
alias: pci:v00001002d00009614sv*sd*bc*sc*i*
........
........
........
.........
alias: pci:v00001002d00004967sv*sd*bc*sc*i*
alias: pci:v00001002d00003152sv*sd*bc*sc*i*
alias: pci:v00001002d00003150sv*sd*bc*sc*i*
depends: drm,i2c-core,i2c-algo-bit
vermagic: 2.6.30.5-43.fc11.i686.PAE SMP mod_unload 686
parm: no_wbisable AGP writeback for scratch registers (int)
parm: modeset:int
parm: dynclksisable/Enable dynamic clocks (int)
parm: r4xx_atom:Enable ATOMBIOS modesetting for R4xx (int)
parm: agpmode:AGP Mode (-1 == PCI) (int)
parm: vramzero:Zero VRAM for new objects (int)
parm: gartsize:Size of PCIE/IGP gart to setup in megabytes (32,64, etc)
(int)
parm: vramlimit:Restrict VRAM vfor testing (int)
parm: no_gart_wb:avoid using GART for moves from VRAM to GTT (int)
Reply With Quote
  #8  
Old 13th September 2009, 03:57 PM
David Batson Offline
Registered User
 
Join Date: Jul 2009
Posts: 1,158
linuxopera
Sorry this isn't working. Not sure what the problem is. This is all I have left.
https://fedoraproject.org/wiki/Commo...phics_adapters

You can check bugzilla and google your adapter and maybe find the solution to your problem. Maybe if there is an Acer forum they could help. You could search the phoronix forums.
http://www.phoronix.com/forums/forumdisplay.php?f=46
__________________
Fedora 18 Gnome on a ThinkPad X220, i5-2540M CPU, Intel HD Graphics 3000, Intel N 6205 wireless, and Sierra Wireless 754S Mobile Hotspot (AT&T)
Reply With Quote
Reply

Tags
acceleration, ati, mobility, problem, radeon, x700

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
ATI Mobility Radeon X700 on FC5 overboard Hardware & Laptops 4 6th May 2006 06:36 AM
FC5 - ATI Radeon Mobility X700 kama Hardware & Laptops 3 23rd March 2006 05:43 PM
ATI Radeon Mobility X700 - noise kama Hardware & Laptops 4 20th January 2006 01:42 PM
3D acceleration in ATI Mobility Radeon X700 (Acer Aspire 1694WLMi) Formy Hardware & Laptops 7 13th November 2005 01:50 AM


Current GMT-time: 08:14 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat