LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 08-02-2003, 09:10 AM   #1
jon_k
Member
 
Registered: Jul 2003
Location: Fort Worth, Texas
Distribution: Mepis Linux 2004
Posts: 547

Rep: Reputation: 30
Radeon Help - Newbie - !!!!!!!!!!!1


Hello. I posted in the software forum but I got people bragging about how better their card was then mine. -- Yeah, thanks, that really solved my problem jerk!! Heh

Anways, so... I have Wine-X and open up say Tribes 1 or Warcraft.

The framerate blows goats.... I'm on a Radeon 2 (i believe, i'd have to check...) and the graphics look great, but its so laggy that the mouse curser barely even responds in the games. (The games work great in software mode though, but any attempt at acceleration is slow)

Anyways, heres some info that may help....
[jon@Uberleet-Terminal jon]$ glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: No
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: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_lod_bias
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x23 24 tc 1 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
0x24 24 tc 1 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
0x25 24 tc 1 24 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x26 24 tc 1 24 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x27 24 dc 1 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
0x28 24 dc 1 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
0x29 24 dc 1 24 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x2a 24 dc 1 24 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None


As I said, I'd be greatly appriciative if you can HELP me, not say 'HA MY STUFFS BETTER' K? Thx.
 
Old 08-02-2003, 09:13 AM   #2
jon_k
Member
 
Registered: Jul 2003
Location: Fort Worth, Texas
Distribution: Mepis Linux 2004
Posts: 547

Original Poster
Rep: Reputation: 30
[jon@Uberleet-Terminal sbin]$ ./lspci
00:00.0 Host bridge: Intel Corp. 82850 850 (Tehama) Chipset Host Bridge (MCH) (rev 02)
00:01.0 PCI bridge: Intel Corp. 82850 850 (Tehama) Chipset AGP Bridge (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB PCI Bridge (rev 04)
00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 04)
00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 04)
00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #1) (rev 04)
00:1f.3 SMBus: Intel Corp. 82801BA/BAM SMBus (rev 04)
00:1f.4 USB Controller: Intel Corp. 82801BA/BAM USB (Hub #2) (rev 04)
00:1f.5 Multimedia audio controller: Intel Corp. 82801BA/BAM AC'97 Audio (rev 04)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon VE QY
02:02.0 Ethernet controller: Linksys Network Everywhere Fast Ethernet 10/100 model NC100 (rev 11)
02:04.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
02:04.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 07)
02:06.0 Unknown mass storage controller: Triones Technologies, Inc. HPT366/368/370/370A/372 (rev 04)
[jon@Uberleet-Terminal sbin]$

[jon@Uberleet-Terminal sbin]$ uname -r
2.4.20-8
[jon@Uberleet-Terminal sbin]$

Extra info if needed
 
Old 08-02-2003, 10:10 AM   #3
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
see that direct rendering "no" there? that will explain everything. that means that hardware accel. w/ dri and opengl is not installed. can you go to /usr/X11R6/include and see if you have a directory named GL? list its contents at the forum. by the way, what is your specific video card model?
 
Old 08-02-2003, 10:54 AM   #4
jon_k
Member
 
Registered: Jul 2003
Location: Fort Worth, Texas
Distribution: Mepis Linux 2004
Posts: 547

Original Poster
Rep: Reputation: 30
[root@Uberleet-Terminal include]# pwd
/usr/X11R6/include
[root@Uberleet-Terminal include]# ls
DPS Mrm uil X11 Xaw3d Xbae xf86Optrec.h xf86Parser.h Xlt Xm
[root@Uberleet-Terminal include]#

It's a ATI Radeon 7000 64mb
 
Old 08-02-2003, 11:00 AM   #5
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
ok, the radeon 7000 doesnt have linux drivers, so youll have to improvise. can you see if you have mesa installed? try removing it and look at the dependencies, but dont actually remove it. tell me the dependencies first.
 
Old 08-02-2003, 11:09 AM   #6
jon_k
Member
 
Registered: Jul 2003
Location: Fort Worth, Texas
Distribution: Mepis Linux 2004
Posts: 547

Original Poster
Rep: Reputation: 30
>can you see if you have mesa installed? try removing it and >look at the dependencies, but dont actually remove it. tell me >the dependencies first.

I don't know how to do that, can you explain?

(PS if all this for this card fails... will a geforce 2 mx 200/300 be able to pull it off? i have one of those too)

Last edited by jon_k; 08-02-2003 at 11:13 AM.
 
Old 08-04-2003, 06:55 AM   #7
mylothshipper
LQ Newbie
 
Registered: Jul 2003
Posts: 16

Rep: Reputation: 0
Radeon

Any easy answers on this subject I have an AVR200 64mb and have tried Mandrake9.1 and RD9.Both load a bogus driver good for 2d only I tried using the DRI drivers in RD with no luck.In RD I tried the Gatos with the same results what am I missing.With the Gatos I downloaded and installed the ati.2: XFree86 4.3.0 driver.Will becoming adept at recompling one's kernel be the only answer?I'm typing this on win2k because I need my Q3 and NWN!Any tips would be appreciated.I do know this it's ATI's fault as they have passed the proverbeal buck on this one!My Tnt2 worked great in Mandrake 9.1 with the Nvidia drivers.



Athlon Xp1.7ghz
256mb
40gig UDMA100 Maxtor
Sound Blaster Live!
Intel Pro100 NIC
Win2k Pro
And hopefully RD 9!

Last edited by mylothshipper; 08-04-2003 at 06:57 AM.
 
  


Reply



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
RHEL 3 - X Windows not working - ATI Radeon Card...(Newbie Here) joemullins Red Hat 4 05-16-2005 09:45 AM
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
I am a newbie to SUSE9.1. Need help with installing ATI Radeon 340M. Please help. mesh7 Linux - Laptop and Netbook 6 06-08-2004 11:26 PM
Newbie install w/Mandrake 9.2 + Radeon 9600 cooneytj Linux - Laptop and Netbook 2 02-12-2004 01:28 PM
redhat 8 and ATI Radeon agp 320m (aka Radeon Mobility U1) nelsonnery Linux - Hardware 11 11-06-2003 06:24 AM

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

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