LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   A Guide: Enabling 3D Acceleration in X11 (https://www.linuxquestions.org/questions/slackware-14/a-guide-enabling-3d-acceleration-in-x11-402003/)

stormtracknole 05-16-2006 02:04 PM

Quote:

Originally Posted by evilDagmar
Hmm... That card should be fine with the 8756 driver at least. I just had to buy one of those for my MythTV box (since it was actually cheaper than replacing the demolished fan on my 5200).

Ooopppsss...I'm actually using the old 5336 driver. I'm going to install the new driver when I get home from work. Thanks for pointing that out. BTW, I'll make sure to word my post better, just to make sure it doesn't sound like I'm hijacking! ;)

cwwilson721 05-16-2006 02:32 PM

Quote:

Originally Posted by evilDagmar
No need to bother with that first part. In /usr/src/linux there will be a .config file. This is the kernel config as you last saved it. Copy this somewhere. Do a `make mrproper` to clean everything out...

Good advice, except use 'make mrproper' can remove some files (particularly Symlink.module) that others programs need/require to compile. By all means, use it if you wish, but I do not (anymore). I don't mind starting a fresh compile. But that is just me. Just remeber that there are as many ways to compile a kernel as there are Linux installations out there.

Just remember, all advice in this thread, from myself or others, is just that:

ADVICE

If you try anything anybody tells you, and things mess up, well...... We are all trying, so remember that.

Dagmars advice is great. Mine is so-so. Remember that you are the boss of your system.

cwwilson721 05-16-2006 02:35 PM

Quote:

Originally Posted by stormtracknole
Ooopppsss...I'm actually using the old 5336 driver. I'm going to install the new driver when I get home from work. Thanks for pointing that out. BTW, I'll make sure to word my post better, just to make sure it doesn't sound like I'm hijacking! ;)

I never thought you were. There are many questions asked in this thread, and by and large, alot get added to the main post.

I WANT people to ask questions. That's how this whole deal started. And that is how it will improve.

stormtracknole 05-16-2006 02:51 PM

Quote:

Originally Posted by cwwilson721
I never thought you were. There are many questions asked in this thread, and by and large, alot get added to the main post.

I WANT people to ask questions. That's how this whole deal started. And that is how it will improve.

Your thread is very, very helpful!!! I have another question, I don't think it was been covered yet, but if I'm compiling my own kernel, what are the things that I need enabled to get the NVIDIA script to work correctly? I have done it before, but for the life of me I can't remember. Is it to make sure that DRI is not enabled as module?

cwwilson721 05-16-2006 02:57 PM

I have it enabled as a module. Read post 1 in the i810 section, it will help. Also, with nvidia, it makes it's own stuff anyways. I never had any issue with nvidia just plain working, unless it's a new kernel/older driver type thing, but those are rare, because those guys/girls/wizards/ogres are ON THE BALL.

stormtracknole 05-16-2006 03:01 PM

Quote:

Originally Posted by cwwilson721
I have it enabled as a module. Read post 1 in the i810 section, it will help. Also, with nvidia, it makes it's own stuff anyways. I never had any issue with nvidia just plain working, unless it's a new kernel/older driver type thing, but those are rare, because those guys/girls/wizards/ogres are ON THE BALL.

I remember not having much problems when I compiled the kernel. I'm sure I'll figure it out. Thanks again!

stormtracknole 05-16-2006 08:29 PM

Well, the good news is that the new drivers worked. The bad news is that I can't display anything on my monitor less than 1280x1024. When I do 1024x768, the screen comes in bigger than the monitor. I've played around with the settings, but no luck. The 1280x1024 setting is ok, but my monitor is not that big. Any ideas? :scratch:

cwwilson721 05-16-2006 09:12 PM

Edit your xorg.conf for resolution and monitor. You'll have to google and search around for better info, sorry.

stormtracknole 05-16-2006 09:37 PM

Quote:

Originally Posted by cwwilson721
Edit your xorg.conf for resolution and monitor. You'll have to google and search around for better info, sorry.

Well, I ran xorgsetup instead of running xorgconfig, and that did the trick. Not sure what happened, but it worked. I'm finally bringing new life to this old machine.

cwwilson721 05-16-2006 09:40 PM

Run the nvidia installer again. It will modify and add to your xorg.conf. (Right now, you're using the generic nvidia drivers.)

stormtracknole 05-16-2006 11:19 PM

Quote:

Originally Posted by cwwilson721
Run the nvidia installer again. It will modify and add to your xorg.conf. (Right now, you're using the generic nvidia drivers.)

I modified the xorg.conf file after running xorgsetup to make sure the correct drivers were being loaded. I did glxinfo and glxgears after, and it all worked good. That was a good catch though.

XavierP 05-17-2006 02:24 PM

The last few posts have been removed. This is not in any way because I have an issue with what was being said, but because it was wildly off-topic.

I would suggest that you either deal with the issues raised in those posts off-line or start a new thread to thrash them out.

cwwilson721 05-17-2006 02:55 PM

Quote:

Originally Posted by stormtracknole
I modified the xorg.conf file after running xorgsetup to make sure the correct drivers were being loaded. I did glxinfo and glxgears after, and it all worked good. That was a good catch though.

Cool. Glad to hear that straightened it out.

The weird thing is that it seems xorgsetup makes a 'snappier' system, but can, and does, miss some stuff. What I usually do is run xorgsetup, backup that file, then run xorgconfig , then compare. It can get fustrating, but after awhile you just 'know' what looks right....

Another tip:

When you get xorg.conf exactly the way you want it, make a copy on a cd with other config files (lilo.conf, for example). That way, when/if your install decides it wants to join the ranks of Windows users everywhere, you can restore alot of functionality a bit quicker. I not only do that, but also backup to a nfs server here at the house. I like the 'belt and suspenders' approach. It came in real handy yesterday when I decided to repartition/reinstall on my laptop.

stormtracknole 05-17-2006 03:05 PM

Quote:

Originally Posted by cwwilson721
Cool. Glad to hear that straightened it out.

The weird thing is that it seems xorgsetup makes a 'snappier' system, but can, and does, miss some stuff. What I usually do is run xorgsetup, backup that file, then run xorgconfig , then compare. It can get fustrating, but after awhile you just 'know' what looks right....

Another tip:

When you get xorg.conf exactly the way you want it, make a copy on a cd with other config files (lilo.conf, for example). That way, when/if your install decides it wants to join the ranks of Windows users everywhere, you can restore alot of functionality a bit quicker. I not only do that, but also backup to a nfs server here at the house. I like the 'belt and suspenders' approach. It came in real handy yesterday when I decided to repartition/reinstall on my laptop.

Those are some good tips. I'll make sure to back them up this time around. I'll be compiling my own kernel again soon on that box. I'll see if that makes a difference. Right now, I'm getting about 1200 fps at 24 bit. If I run it at 16 bit, it jumps up to 1450 fps. But, I really don't notice a difference. So I just leave it a 24 bit. I did notice that the nvidia-xconfig script does very well too.

cwwilson721 05-17-2006 03:07 PM

Backup your new config too. That way, next 'fresh' recompile, you'll be starting with a config closer to what you want, as long as you're not trying to use a 2.4 config on a 2.6 kernel. That's BADDD JUJU.

Seems like you have everything well in hand. Keep jammin' on it.


All times are GMT -5. The time now is 01:02 AM.