LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 01-25-2005, 11:26 AM   #16
drphibes
Member
 
Registered: Mar 2003
Posts: 34

Rep: Reputation: 15

well, you had a good thing and you broke it. my suggestion above to upgrade the mesa libs was specifically to address a system-hanging problem both the poster and myself had had with mesa 6.1 -- which comes bundled with xorg 6.8. i do not know which version is bundled with xorg 6.7, but you must have created an incompatibility with your upgarde somewhere that prevents dri from starting. check your /var/log/Xorg.0.log for clues as to why dri didn't start. you can also get more debug information from mesa by exporting this variable:

Code:
$ export LIBGL_DEBUG="verbose"
in an xterm window and running your 3d application, e.g. glxgears, in that terminal. i wouldn't hestitate to go back to the older version of mesa (rip out the new one you installed) if you're getting good performance with it.
 
Old 01-25-2005, 01:42 PM   #17
oxblood
Member
 
Registered: Jan 2004
Location: Atlanta, GA
Distribution: Slackware 12.2
Posts: 82

Rep: Reputation: 17
Oh, I must have not used a right wording. I merely upgraded to 6.2.1 to see if I can notice a performance improvment and it wasn't meant to fixed a broken system.

I know getting old Radeon cards to work is always a pain in the rear so I didn't run `make install' and, as it's documented, only ran the testing to see whether I get any benefit from this software rendering upgrade which wasn't the case. The system lib path was only set for tty and simply removed to revert back to the old settings.

Now adding to my cluelessness, my post was meant to ask you about getting 3D accelarated to work with Radeon 7500 which I did long ago but unfortunately cannot remember the procedure. I do not recall whether I obtained the driver from dri.sourceforg.com or used the one with XFree86 4.3 at the time of configuration. Again my system specifications are:

Hardware: P4 1.6 GHz, SiS mobo, ATI Radeon 7500
For now: XFree86 4.3, Slackware 9.1, kernel 2.4.26 with dri/dmr/mtrr/agpgarp enabled
What I am ultimately upgrading to in the near future: Xorg 6.7, Slackware 10.0, kernel 2.4.26 (don't know which drivers are automatically enabled by default yet)

Thank you

Last edited by oxblood; 01-25-2005 at 01:43 PM.
 
Old 01-25-2005, 03:17 PM   #18
drphibes
Member
 
Registered: Mar 2003
Posts: 34

Rep: Reputation: 15
well, you're getting terrific 3d performance out of that old card with your current setup. i have moved off of slackware in favor of gentoo. i am running xorg 6.8 on a gentoo-flavored kernel 2.6.10 with the buggy mesa 6.1 and my opengl is really poor and prone to errors with this old radeon 7000. i am using the stock xorg radeon_dri, the stock kernel driver for radeon and the stock drm.

really it's time to move on to nvidia.....and leave all these tiresome ati problems behind. good luck with your upgrade.
 
Old 01-25-2005, 09:18 PM   #19
oxblood
Member
 
Registered: Jan 2004
Location: Atlanta, GA
Distribution: Slackware 12.2
Posts: 82

Rep: Reputation: 17
Unfotunately I cannot use Nvidia card because for some strange reason my mobo has a faulty AGP slot and All three Nvidia models I tried do not mount on appropriately which causes the system not to boot properly. But on the other hand my other two ATI cards work perfectly. Beside I rather use Nvidia card on my multimedia oriented Windows machines. From a little that I remember, I didn't have much problem getting 3D accel and openGL to work once I configured Slackware 9.1 so I take it I use the stock drivers as you said.

Last edited by oxblood; 01-25-2005 at 09:31 PM.
 
Old 03-12-2005, 09:01 PM   #20
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Rep: Reputation: 78
Quote:
Originally posted by drphibes
I would try these things:

-- double-check your BIOS settings to be sure the mobo is configured properly for PCI video instead of AGP.
-- in the kernel disable any and all framebuffer support so as not to confuse the issue while you debug.
--- make sure these kernel configs are in there:

-- my xorg config Module and Device sections:
Code:
Section "Module"
        Load    "extmod"
        Load    "dbe"           # double-buffering extensions
        Load    "dri"           # direct-rendering 
        Load    "GLcore"
        Load    "glx"           # 3D layer
        Load    "record"
        Load    "xtrap"
        Load    "type1"         # fonts
        Load    "freetype"      # fonts
#       Load    "speedo"        # fonts
#       Load    "xtt"           # fonts
        Load    "v4l"           # video for linux
EndSection

Section "Device"
    Identifier  "ATI Radeon 7000"
    Driver      "radeon"
    VendorName  "ATI"
    BoardName   "Radeon VE/7000 QY"
    BusID       "PCI:1:0:0"
    Option      "AGPMode"     "4"
    Option      "AGPSize"    "64" 

    # ATI Radeon 7000 doesnt support fast-writes
    #Option      "AGPFastWrite"  "yes" #requires dri modules

    Option      "EnablePageFlip" "True" 
    Option      "RenderAccel"    "True"
EndSection
hope that helps ....

doc
This helped me out, thanks a million.
 
Old 08-10-2005, 02:20 PM   #21
nymusicman
Member
 
Registered: Jun 2004
Location: Aurora, IL
Distribution: Slackware Current
Posts: 162

Rep: Reputation: 30
I'm fairly new to linux and extremely new to working with kernel options. I was wondering if someone could teach me how to edit the kernel options for my graphics card. I'm sure it would help a lot. Thanks.
 
Old 04-21-2006, 01:10 PM   #22
dc42390
LQ Newbie
 
Registered: Dec 2005
Posts: 3

Rep: Reputation: 0
r7k with suse 10

hello, I am having the same problem, but I just installed SUSE 10.0 on my computer, and I am wondering if anything canged, because the last post in this section was made in march 2005 and it's april 2006. thanx

PS. You shopuld probably also welcome me to the club of people who tried to wrestle with a radeon card for over a mounth and just now turned to Google for help. Well, I leanrned my lesson buying old ATI cards. And to think, my mom whose biggest computer acievenent is using MSOffice told me told me not do do it, but I didn't listen...

 
  


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
Radeon 7000 no DRI slackwarefan Slackware 23 08-12-2005 02:57 PM
RHEL 4 WS and DRI Radeon VE/7000 chardingLLNL Red Hat 1 07-22-2005 03:27 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
ATI Radeon 7000 driver for Linux 7.2 esi-eric Linux - General 1 09-20-2004 10:19 PM
DRI not working on XFree86 4.0 with ATI Radeon Mobility nef Linux From Scratch 1 03-13-2004 01:24 AM

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

All times are GMT -5. The time now is 08:17 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