LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Closed Thread
  Search this Thread
Old 10-16-2006, 11:13 AM   #346
Eternal_Newbie
Member
 
Registered: Jun 2005
Location: The Pudding Isles
Distribution: Slackware
Posts: 573

Rep: Reputation: 59
Smile


I think I have managed to FINALLY get 3d working on my ATI card Using the standard 2.4.33 kernel too. Thanks for all the useful info in this thread

Code:
bash-3.1$ fglrxinfo     
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 XT Generic
OpenGL version string: 2.0.6065 (8.29.6)

bash-3.1$ fgl_glxgears
Using GLX_SGIX_pbuffer
3237 frames in 5.0 seconds = 647.400 FPS
3581 frames in 5.0 seconds = 716.200 FPS
3824 frames in 5.0 seconds = 764.800 FPS
3829 frames in 5.0 seconds = 765.800 FPS
3822 frames in 5.0 seconds = 764.400 FPS
3826 frames in 5.0 seconds = 765.200 FPS
3818 frames in 5.0 seconds = 763.600 FPS
3822 frames in 5.0 seconds = 764.400 FPS
3813 frames in 5.0 seconds = 762.600 FPS
3815 frames in 5.0 seconds = 763.000 FPS
3826 frames in 5.0 seconds = 765.200 FPS
3819 frames in 5.0 seconds = 763.800 FPS

bash-3.1$ glxinfo | grep direct
direct rendering: Yes
bash-3.1$ glxinfo | grep glx   
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
EDIT: used the ati-driver-installer-8.29.6.run drivers
EDIT2: I'll finally be able to play NWN under linux
EDIT3: I followed tronayne's lead about the moniter section, very useful - got a 'signal of range' message before that.
EDIT4: NWN works beautifully

Last edited by Eternal_Newbie; 10-17-2006 at 03:35 PM.
 
Old 10-20-2006, 06:41 PM   #347
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
tronayne:

Added that to top post.

Thanks.
 
Old 10-20-2006, 08:00 PM   #348
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Rep: Reputation: 63
@tronayne

just thought you might like this so you can add this to your linux notebook regarding custom resolutions.

just in case you want a special resolution (widescreen) let's say, or you decide to use an nvidia card or some other manufacturer's card.

http://www.linuxquestions.org/questi...t=modeline+gtf

i've done it on suse (tho sax2 really is "supposed" to do this for you) and ubuntu, tho ubuntu also wants info near the log in splash section of the xorg file too.

I'm actually running 1280 by 960 on a 19" monitor, oh it is so sweet

Glad you got your card going.
 
Old 10-22-2006, 12:04 PM   #349
ArmOrAttAk
Member
 
Registered: May 2005
Location: NYC
Distribution: Slackware, Gentoo
Posts: 30

Rep: Reputation: 15
I could use some ideas. The nvidia drivers keep locking up my screen shortly after startx.

I had a tnt 32 mb in this machine using nvidia just fine. Just put in a geforce 5500 fx 256 mb. First off the installer wouldn't run because slack 11 upgraded gcc and my kernel was compiled with the previous. Although there didn't seem to be any problems with the previous 1.07xxx compiled with the previous gcc. So anyway I recompiled the kernel with the new, then nvidia compiles.

KDE, Fluxbox, and Xfce all lock up on me. I've since tried so many combinations of kernel compile options and always the same. Building modules, static, leaving this out, putting that in, etc. All possible options with xorg.cfg too.

I can ssh to the machine after the screen locks and ps aux shows startx using high 90s memory. I can kill the process but the keyboard connected to the machine also gets locked out and I have to reboot.

nvidnvidia 4542932 0
agpgart 27312 1 nvidia

VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5500] (rev a1)

Linux he 2.6.17.4 #9 Sun Oct 22 03:46:02 EDT 2006 i686 athlon-4 i386 GNU/Linux

Section "Device"
Identifier "NVIDIA GeForce"
Driver "nv"
EndSection

Yes the driver is nv now. The only option that matters there is changing it to "nvidia" for the lockup feature.

I've put the tnt in another machine and loaded the nvidia just fine. That machine also shows no video modules with lsmod like this one does. I've recently upgradpkg from slack 10.2 to 11. I think that's all the relative information.

What else can I do?
 
Old 10-22-2006, 12:19 PM   #350
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
Quote:
Originally Posted by ArmOrAttAk
First off the installer wouldn't run because slack 11 upgraded gcc and my kernel was compiled with the previous......
What else can I do?
Recompile the kernel.

Then run the installer again.

When you update Slackware with the new gcc, you HAVE TO RECOMPILE THE KERNEL. Otherwise, you get errors just like you have.

The issue is that the 'old' kernel was compiled with the 'old' gcc. Since gcc changed, anything that tries to make a kernel module needs the same gcc version the kernel was compiled with. Since gcc is now new, the easiest way to resolve the issue is recompile the kernel.
 
Old 10-22-2006, 12:26 PM   #351
ArmOrAttAk
Member
 
Registered: May 2005
Location: NYC
Distribution: Slackware, Gentoo
Posts: 30

Rep: Reputation: 15
That was the first thing I did recompile the kernel and another 7 times during
 
Old 10-22-2006, 12:28 PM   #352
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
What exact errors are you getting from the nvidia installer?
 
Old 10-22-2006, 01:46 PM   #353
ArmOrAttAk
Member
 
Registered: May 2005
Location: NYC
Distribution: Slackware, Gentoo
Posts: 30

Rep: Reputation: 15
No errors just a lockup.

So brainstorming with cwwilson721. removed the nvidia drivers with nvidia-installer --uninstall, then x wouldn't even start with the regular nv driver. libGL.so.1 no such file. So we grep-ed it out of /var/log/packages.

root@he.ra /x > installpkg x11-6.9.0-i486-11.tgz
Installing package x11-6.9.0-i486-11 ([required])...
PACKAGE DESCRIPTION:
x11: x11 (X11 base package)
x11:
x11: This is the base package for X11, and provides the required binaries,
x11: shared libraries, and support files (except fonts) to run X on Linux.
x11:
/sbin/ldconfig: /usr/X11R6/lib/libXvMCNVIDIA.so.1.0.7182 is not an ELF file - it has the wrong magic bytes at the start.

/sbin/ldconfig: /usr/lib/libGL.so.1.0.7182 is not an ELF file - it has the wrong magic bytes at the start.

/sbin/ldconfig: /usr/lib/libGLcore.so.1.0.7182 is not an ELF file - it has the wrong magic bytes at the start.

/sbin/ldconfig: /usr/lib/libGLcore.so.1.0.7184 is not an ELF file - it has the wrong magic bytes at the start.

Executing install script for x11-6.9.0-i486-11...

root@he.ra /x > rm /usr/X11R6/lib/libXvMCNVIDIA.so.1.0.7182
root@he.ra /x > rm /usr/lib/libGL.so.1.0.7182
root@he.ra /x > rm /usr/lib/libGLcore.so.1.0.7182
root@he.ra /x > rm /usr/lib/libGLcore.so.1.0.7184
root@he.ra /x > installpkg x11-6.9.0-i486-11.tgz
Installing package x11-6.9.0-i486-11 ([required])...
PACKAGE DESCRIPTION:
x11: x11 (X11 base package)
x11:
x11: This is the base package for X11, and provides the required binaries,
x11: shared libraries, and support files (except fonts) to run X on Linux.
x11:
Executing install script for x11-6.9.0-i486-11...

root@he.ra /x >

I can run glxgears now when I couldn't before. I'm now going to try reinstalling the nvidia drivers wish me luck.
 
Old 10-24-2006, 11:15 PM   #354
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
Any luck with the nvidia drivers, ArmOrAttAk?
 
Old 10-25-2006, 02:28 AM   #355
duryodhan
Senior Member
 
Registered: Oct 2006
Distribution: Slackware 12 Kernel 2.6.24 - probably upgraded by now
Posts: 1,054

Rep: Reputation: 46
Hey,
First off How Do I recompile the kernel?
Is this the correct method? or this ?
Then,
which drivers should I use ? I have a 128 MB GMA 900 on INTEL 915P. Should I use the i810 drivers that came with X or download the drivers from intel.com.
Thanks

Last edited by duryodhan; 10-25-2006 at 02:30 AM.
 
Old 10-25-2006, 03:18 AM   #356
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
Your question of two parts:
  1. I would use Eric's excellent guide on compiling your kernel.
  2. I, personally, have no experience with that chip. But make sure the driver from Intel is for the version of Xorg that your version of Slackware has. (Slackware 11 uses 6.9, while the driver from Intel for my chipset, the i830, is for 7.0+. It won't compile correctly, and I have never gotten much out of it.)
As for other things on the Intel downloads:
  • DO NOT MESS WITH MESA FROM INTEL UNLESS YOU ARE PREPARED FOR MAJOR TWEAKS AND WORKAROUNDS.
    I am not saying that it cannot be done. It is just that the amount of work and effort involved may not be worth the potential increase in speed. Read one of my posts in this thread about the time I had. A .5% increase was not worth the effort.
  • DRM is ok.
  • agpgart is also usable.
  • Look elsewhere on how to compile these components.Google and a forum search are huge friends.
 
Old 10-25-2006, 04:17 AM   #357
duryodhan
Senior Member
 
Registered: Oct 2006
Distribution: Slackware 12 Kernel 2.6.24 - probably upgraded by now
Posts: 1,054

Rep: Reputation: 46
Quote:
Originally Posted by cwwilson721
[*] DO NOT MESS WITH MESA FROM INTEL UNLESS YOU ARE PREPARED FOR MAJOR TWEAKS AND WORKAROUNDS.
What is MESA?
 
Old 10-25-2006, 09:29 AM   #358
raska
Member
 
Registered: Aug 2004
Location: Aguascalientes, AGS. Mexico.
Distribution: Slackware 13.0 kernel 2.6.29.6
Posts: 816

Rep: Reputation: 31
Quote:
Originally Posted by duryodhan
What is MESA?
The Mesa 3D library is a software implementation of OpenGL. It can run on nigh any machine but is pretty slow and doesn't offer the proper hardware accel for OpenGL.
 
Old 10-25-2006, 01:48 PM   #359
duryodhan
Senior Member
 
Registered: Oct 2006
Distribution: Slackware 12 Kernel 2.6.24 - probably upgraded by now
Posts: 1,054

Rep: Reputation: 46
Hey thanks a lot!
Direct Rendering is working. ..
Now only if I could get XGL working..
 
Old 10-25-2006, 02:35 PM   #360
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649

Original Poster
Blog Entries: 1

Rep: Reputation: 67
Quote:
Originally Posted by duryodhan
Hey thanks a lot!
Direct Rendering is working. ..
Now only if I could get XGL working..
And thank you right back. Thats's why I started this post.
You should have seen all the disparate info out there...

Imagine 30,000 posts on this forum asking "How do I get DRI working on my foo card?". I. prefer one thread, lotsa views.

As far as XGL goes, good luck. Do a search on the forum, see if that gets you anything useful. But that is way off topic on this thread.
 
  


Closed Thread

Tags
3d, acceleration, ati, enabling, fglrx, glx, intel, nvidia, s3, savage, slackware, via, video, x11, xorg



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
enabling hardware acceleration PennyroyalFrog Linux - Newbie 5 02-26-2010 11:21 AM
xorg-x11 7.0 and exa acceleration jtshaw Linux - Software 0 12-19-2005 07:42 AM
3d acceleration and X11 bspus Linux - Newbie 3 09-06-2005 06:05 AM
Problem Enabling 3D Hardware acceleration. mir_sheely Linux - Hardware 0 06-14-2004 12:37 PM
Audigy Sound card and enabling 3D acceleration for GeoForce3 ti 500 heavyarmor4ever Linux - Newbie 1 01-03-2003 09:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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