LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-28-2004, 01:33 AM   #16
chodviolin
LQ Newbie
 
Registered: Mar 2004
Location: Cleveland, OH
Distribution: Gentoo
Posts: 7

Rep: Reputation: 0
same problem


Same problem here....I've been working on this for a week.......
I have an ATI 8500 and I'm running Gentoo on a 2.6.4 kernel.

I compiled support for DRM into the kernel because the drm project doesn't seem to support a module for the 2.6.4 kernel.

See my other post:
http://www.linuxquestions.org/questi...hreadid=163095
 
Old 03-28-2004, 09:42 AM   #17
guzugi
LQ Newbie
 
Registered: Mar 2004
Distribution: Fedora Core 1/2
Posts: 22

Rep: Reputation: 15
looks like i've gotten it working! I blame the nvidia drivers for messing it up! I assume they removed something having to do with DRI. In order to fix this, I killed x, (init 3) and force removed the following packages:

fglrx
XFree86
Xfree86-Mesa-libGL
XFree86-Mesa-libGLU

Then i simply reinstalled them. After that, i reinstalled them all in reverse order, ran fglrxconfig, and bam! It was all working! YAY! glxgears is pulling 2500 fps! Thanks to all for you helpful posts. I'm going to go play UT2K4 now
 
Old 03-28-2004, 10:52 PM   #18
Mr_C
Member
 
Registered: Jan 2004
Location: Trinidad & Tobago
Distribution: Slackware
Posts: 317

Rep: Reputation: 30
heck I'm gonna try it !!!!
 
Old 04-09-2004, 01:32 AM   #19
atapi103
LQ Newbie
 
Registered: Dec 2003
Posts: 13

Rep: Reputation: 0
My Solution

I also have Radeon 9200SE on Fedora Core 1 and was experinceing slow 3D. I fixed mine simply by adding Load = "dri" in the modules section under /etc/X11/XF86Config

I went from a 111 FPS (beofre) to 1000 FPS (after)

Thought I would post incase anyone reading this forum also has the same problem.
 
Old 04-09-2004, 02:15 AM   #20
iceeey
LQ Newbie
 
Registered: Apr 2004
Distribution: Slackware 9.1
Posts: 9

Rep: Reputation: 0
I have a 9700 Pro and A7N8X nForce2 mobo, running the 2.6.5 kernel.

glxinfo says:

Code:
direct rendering: Yes
.
.
.
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9700 PRO Generic
OpenGL version string: 1.3 (X4.3.0-3.7.6)
lsmod shows that fglrx and nvidia_agp are loaded.

but I still get 70fps @ 1280x1024 in glxgears.

Could anyone point me in the right direction as to which DRI to use (if at all?).
I've read so many posts that I'm thoroughly confused.
Right now I'm trying the 20040208 snapshot, and I have the whole Direct Rendering Manager section disabled in the kernel config.

Thanks
 
Old 04-20-2004, 12:57 PM   #21
poo smoker
LQ Newbie
 
Registered: Apr 2004
Location: usa
Posts: 1

Rep: Reputation: 0
Talking i have a radeon 7000 working 3d accellerated in all modes

here is my xf86config file enjoy everyone...tell me how to get all my sysinfo in a little space easily and ill post it hope this helps


Section "Module"
Load "dbe" # Double buffer extension

SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

# This loads the Type1 and FreeType font modules
Load "type1"
Load "speedo"
Load "freetype"
Load "xtt"
Load "glx"
Load "v4l"
Load "dri"
Load "GLcore"

EndSection


Section "Files"



RgbPath "/usr/X11R6/lib/X11/rgb"


FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"

EndSection

Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"

EndSection


Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"


EndSection


Section "Monitor"

Identifier "HP90"

HorizSync 31.5 - 64.3

VertRefresh 50-90

EndSection

Section "ServerFlags"

EndSection

Section "Device"
Identifier "radeon 7000VE"
Driver "radeon"
#VideoRam 65536
# Insert Clocks lines here if appropriate
EndSection

Section "Screen"
Identifier "Screen 1"
Device "radeon 7000VE"
Monitor "HP90"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection


Section "ServerLayout"

Identifier "Simple Layout"

Screen "Screen 1"

InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Section "DRI"
Mode 0666
EndSection
 
Old 05-28-2004, 02:42 PM   #22
esi-eric
Member
 
Registered: May 2004
Location: Florida
Distribution: 7.2
Posts: 32

Rep: Reputation: 15
I have a radeon 7000 and cannot seem to find the correct driver. I cut and paste the above XF86Config-4 by poo smoker into a file in Windows then saved down as text and ported it into my Linux 7.2 (kernel Version 2.4) and the script did not sucessfully bring up my GUI in Linux. Do I need a new driver, do I need to go to XFree86 and download drivers from there, or where do I get a simple ".rpm" or ".run" file to load the correct driver onto my machine? Thank you very much for your time and assistance!

Eric.
 
Old 05-28-2004, 03:09 PM   #23
proudclod
Member
 
Registered: May 2004
Distribution: Fedora Core 2
Posts: 381

Rep: Reputation: 30
Given that you're running Red Hat 7.2 (which is a bit old now, i'm sorry to say), I'd suggest you upgrade the version of Xfree you're using.

As a newbie, you're probably better off getting a more recent distribution. mandrake 10 is recommended by many.
 
Old 05-28-2004, 04:07 PM   #24
karl123
LQ Newbie
 
Registered: Mar 2004
Posts: 12

Rep: Reputation: 0
Hallo,

i've also a radeon 7000. The resolution is only good if i use the vesa driver, with the radeon driver i always have a virtual desktop (the screen shows only a part of the desktop, i can scroll to see other parts of the desktop by moving the mouse in this direction). I tried all possible combinations of screen size and bits per pixel but it didn't improve anything. Has anybody experienced the same problem ? How can i solve it ?

Thanks,
Paul
 
Old 05-28-2004, 04:21 PM   #25
esi-eric
Member
 
Registered: May 2004
Location: Florida
Distribution: 7.2
Posts: 32

Rep: Reputation: 15
Proudclod,

With the same release of Linux (7.2), I was sucessful in downloading a GE Force 4 MX driver from NVIDIA's website for another computer and simply modified my XF86Config-4 appropriately. So, what would be the difference as long as I have the correct driver loaded onto my system? And, where can I obtain the correct driver for the Radeon 7000?? Thank you very much Proudclod! Have a great weekend!

Eric.
 
Old 05-28-2004, 07:38 PM   #26
proudclod
Member
 
Registered: May 2004
Distribution: Fedora Core 2
Posts: 381

Rep: Reputation: 30
Right, basically, ati's proprietary drivers aren't made to work with the Radeon 7000.

That's because the DRI open source drivers, included with recent XFree86, support all features of the 7000, including 3d acceleration.

Your problem is that you have an old version of XFree86, that doesn't (seem to) include the 'radeon' driver needed (see ttp://www.xfree86.org/4.3.0/radeon.4.html )

So your best bet is to upgrade the version of XFree86 you are running, or take a look around DRI's website: http://dri.sourceforge.net/cgi-bin/moin.cgi/ATI

EDIT: The exact link you want is here: http://dri.sourceforge.net/cgi-bin/m...057212ece700be

Last edited by proudclod; 05-28-2004 at 07:39 PM.
 
Old 06-01-2004, 08:32 AM   #27
esi-eric
Member
 
Registered: May 2004
Location: Florida
Distribution: 7.2
Posts: 32

Rep: Reputation: 15
I went to the website that you stated in your last post as follows.....


Nightly snapshots of the DRI drivers for Linux are available from http
://www.freedesktop.org/~dri/snapshots/. You need to download and install the correct snapshot for your graphics card and a "common" snapshot in order to get all new DRI features. The "common" snapshot does not need to be updated as frequently as the card-specific snapshot.

If you're running XFree86 4.3 or older then you must install the XFree86 binary from the extras directory or you will not be able to start up XFree86 with the new 2d modules. To do that, use bzip2 -d XFree86.bz2 to decompress the binary, chmod 4755 XFree86 if you don't have a setuid wrapper on your system, and replace /usr/X11R6/bin/XFree86 with the new binary.

Note: If you are using a radeon 8500 or higher (8500, 8700, 9000, 9100, 9200, etc.) choose the r200 shapshot, otherwise choose radeon (7000, 7200, 7500, etc.).


I downloaded the XFree binary from above and now, I get the error XFree86: /lib/i686/libc.so.6: Version 'GLIBC_2.3' not found (required by XFree86).

Now, what do I do about fixing this BUG??? Do I need to download a newer version of /lib/i686/libc.so.6??

Thank you so very much!!!

Eric.
 
Old 06-03-2004, 03:59 PM   #28
drbeka
LQ Newbie
 
Registered: Jun 2004
Location: Karlsruhe Germany
Posts: 3

Rep: Reputation: 0
radeon 7000 and DRI

hi,

I have an ati radeon ve (7000) working on kanotix bh4 (kernel 2.4.25).
It works in single screen mode mit dri and in dual screen mode with xinerama but without dri.


XFree 4.3

My XF86Config-4 looks like

Section "Module"
Load "ddc" # ddc probing of monitor
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "speedo"
Load "type1"
Load "freetype"
Load "record"

EndSection


Section "Device"
### Available Driver options are:-
Identifier "Card0"
BusID "PCI:1:0:0" #
Driver "radeon"
VendorFree 4.3

Section "Module"
Load "ddc" # ddc probing of monitor
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "speedo"
Load "type1"
Load "freetype"
Load "record"
# Load "v4l" # fuer kwintv ??
EndSection
Name "ATI"
BoardName "ati-radeon"
Screen 0
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "640x480"
Virtual 0 0
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024" "640x480"
Virtual 0 0
EndSubSection
EndSection

I hope this helps !

glxinfo says

display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
client glx vendor string: SGI
client glx version string: 1.2
client glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI Radeon 20020611 AGP 4x x86/MMX/3DNow! NO-TCL
OpenGL version string: 1.2 Mesa 4.0.4

glxgears shows

disabling TCL support
2285 frames in 5.0 seconds = 457.000 FPS
2296 frames in 5.0 seconds = 459.200 FPS
2290 frames in 5.0 seconds = 458.000 FPS
2288 frames in 5.0 seconds = 457.600 FPS
 
Old 06-04-2004, 03:14 AM   #29
jb_za
LQ Newbie
 
Registered: Feb 2004
Posts: 7

Rep: Reputation: 0
Hi, when I use the newest module from http://www.freedesktop.org/~dri/snapshots/ , I get
(EE) module ABI minor version (7) is newer than the server's version (6)
Is that enough to know what the problem is, or do I need to post the whole log file?
 
Old 06-04-2004, 04:02 AM   #30
mtb
Member
 
Registered: Nov 2002
Location: Italy
Distribution: Linux Mint 17 Xfce
Posts: 295

Rep: Reputation: 30
Re: radeon 7000 and DRI

Quote:
Originally posted by drbeka
hi,

I have an ati radeon ve (7000) working on kanotix bh4 (kernel 2.4.25).
It works in single screen mode mit dri and in dual screen mode with xinerama but without dri.



glxgears shows

disabling TCL support
2285 frames in 5.0 seconds = 457.000 FPS
2296 frames in 5.0 seconds = 459.200 FPS
2290 frames in 5.0 seconds = 458.000 FPS
2288 frames in 5.0 seconds = 457.600 FPS
Well, i have posted some messages about the 7000 a pair of years ago and i have noticed i was the only one. Now i'm not .

In fact i have never tried dual screen mode, but i would like to see if i have obtained the max performances from my gfx card ( i'm not at home so i don't remember exactly the results, but i try - and if someone wants the config you have only to ask )

1024x768 @ 16bpp: ~ 600 fps with glxgears.

I have just seen you're using 1280x1024 @ 24bpp, i'll try.

Btw i'm using kernel 2.4.22 ( does it count? ) and a p4 1800

And about the things i can found on source forge dri, can someone tell me if they does speed up things?

Last edited by mtb; 06-04-2004 at 04:09 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ATI Radeon 7000 _InTeNsDoWn_ Linux - Hardware 1 02-01-2005 09:56 PM
hello a new in linux and i got a big problem with my ati radeon 7000/radeon ve card AKAKAK Linux - Hardware 0 01-19-2005 09:39 AM
Radeon 7000 acceleration not working in SuSE 9.1 tbfirefox Linux - Hardware 2 08-14-2004 10:12 PM
ATI Radeon 7000 teamstatic84 Linux - Hardware 2 01-13-2004 08:58 AM
Radeon 7000 firegl and 3d acceleration Joe_Bogarde Linux - Newbie 1 09-23-2003 01:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration