LinuxQuestions.org
Visit Jeremy's Blog.
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 05-04-2006, 03:26 PM   #166
Hyakutake
Member
 
Registered: Apr 2004
Location: Portugal
Distribution: Slackware
Posts: 154

Rep: Reputation: 19

Thanks for reply cwwilson721

I've commented out
Code:
Section "Device"
    Identifier	"Standard VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"
    Driver     "vga"
EndSection
and no result, it still needs ro startx twice. Do you have any idea why this happens? It used to work with kernel 2.6.14 and some older drivers (i believe 8.20.8). I guess i'll try that again.

Look's like your right
Quote:
Sometimes, CUTTING EDGE DOES NOT WORK
 
Old 05-04-2006, 07:46 PM   #167
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 Hyakutake
It used to work with kernel 2.6.14 and some older drivers (i believe 8.20.8). I guess i'll try that again.

Look's like your right
The drivers come from the kernel or from ATI/NVidia. Xorg is just the framework for a GUI. Changing Xorg throws a huge wrench into the works. Try the latest kernel, too. And make sure your chipset is enabled, etc...

Look at this post, it demonstrates why kernel updates can be a huge boost (But ATI experience can/does/will vary...lol)

Last edited by cwwilson721; 05-04-2006 at 07:52 PM.
 
Old 05-04-2006, 07:47 PM   #168
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Rep: Reputation: 63
Quote:
Originally Posted by Old_Fogie
Funny we got on topic of upgrading Xorg...as now there is a security fix for xorg in slack 10.2 and I lost 3d rendering off to troubleshooting.

Uninstalling video and re-installing w/this upgraded Xorg did restore my DRI.
 
Old 05-05-2006, 08:23 PM   #169
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
BTW, everybody, thanks for the votes! Much appreciated.
 
Old 05-05-2006, 09:22 PM   #170
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Rep: Reputation: 63
Quote:
Originally Posted by cwwilson721
BTW, everybody, thanks for the votes! Much appreciated.
Ok so I voted...now where is my paypal for doing so LOL
 
Old 05-09-2006, 08:08 AM   #171
Hyakutake
Member
 
Registered: Apr 2004
Location: Portugal
Distribution: Slackware
Posts: 154

Rep: Reputation: 19
Hi.
Still can't make ati's driver work. I still need to startx twice.
But this is what i've found (more like stumbled upon).
I've messed up the kernel and reinstalled 10.2 again.
During boot process agp reports this

Code:
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: Detected SiS 648 chipset
agpgart: AGP aperture is 256M @ 0xa0000000
After compiling and installing kernel 2.6.14.3 with AGP and ATI as modules (no DRI) on boot agp only reports

Code:
Linux agpgart interface v0.101 (c) Dave Jones
Is this some error on loading agp?
 
Old 05-09-2006, 11:40 AM   #172
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
No error. That's the normal output.
 
Old 05-09-2006, 09:27 PM   #173
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
Update: Disaster, maybe not...

Had a small boo-boo happen to me last night:

I was testing fan settings in my laptop and had to go do things with the kids. By the time I got back, the hdd was too hot to be considered anything but a doorstop. Luckily, I had another identical drive, so....

Previously, I made a mirror of 'current' on my nfs server, which turned out that I needed, because the only copy of 10.2 I had left the kids turned into modern art with a screwdriver... So, I booted up a 10.0 cd, started setup, an installed 'current' from the nfs server.

Yes, dear reader, I went to the 'dark side'

The results? Well, since I did it as a coherant install (not as a willy-nilly 'upgrade'), everything seemd to be working ok.

xorg is now 6.9, kde 3.5, etc. No issues so far.

DRI? OK, here is a excerpt from a previous post using 2.6.15 and 6.8:
Code:
root@toaster:~# glxgears
10365 frames in 5.0 seconds = 2073.000 FPS
12701 frames in 5.0 seconds = 2540.200 FPS
12712 frames in 5.0 seconds = 2542.400 FPS
12496 frames in 5.0 seconds = 2499.200 FPS
12536 frames in 5.0 seconds = 2507.200 FPS
12668 frames in 5.0 seconds = 2533.600 FPS
Which, since at the beginning of this thread, I was happy with 750fps.

Now?
Code:
carl@toaster:~$ glxgears
17878 frames in 5.0 seconds = 3575.517 FPS
19251 frames in 5.0 seconds = 3850.047 FPS
19364 frames in 5.0 seconds = 3872.777 FPS
19350 frames in 5.0 seconds = 3869.981 FPS
19401 frames in 5.0 seconds = 3880.005 FPS
19370 frames in 5.0 seconds = 3873.861 FPS

carl@toaster:~$
Yes. I would say it is a bit snappier.

Now, I have to do alot of tweaking, getting bookmarks, etc.

Have fun, all
 
Old 05-09-2006, 09:38 PM   #174
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,519

Rep: Reputation: 63
WOWOWOWOWOWOWO! Holy Cow, That's insane FPS jump!

I wish:
1. I knew how to make a mirror of current.
2. I knew how to do NFS
3. I knew how to install slack over a network.
4. How to get the kids to stop messing up my stuff LOL

I can't wait for Slack 11. Nice job.
 
Old 05-09-2006, 09:45 PM   #175
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
Send me an email, fogie, to my yahoo account (My other server is down while I switch server software), I'll help walk you through doing that stuff
 
Old 05-10-2006, 09:26 AM   #176
Hyakutake
Member
 
Registered: Apr 2004
Location: Portugal
Distribution: Slackware
Posts: 154

Rep: Reputation: 19
Hey all.
Great news, finally i've got it. ATI's driver finally is working out.

Kernel 2.6.14.7
Ati driver 8.24.8

Kernel (agp section) is configured like this:

Code:
CONFIG_AGP=m
CONFIG_AGP_ATI=m
CONFIG_AGP_SIS=m

CONFIG_DRM=m
CONFIG_DRM_RADEON=m
CONFIG_DRM_SIS=m
Installed ati's driver, rebooted, used some old xorg.conf i had as a backup and now it works.
No need to startx twice, glxgears gives 3000+ FPS
Could this be because of the SiS on agp report cwwilson? I've only used agp/dri and ati as modules. Added SiS and it's working.

Thanks all of you for your time and effort.

By the way nice going last night cwwilson
 
Old 05-10-2006, 11:40 AM   #177
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 Hyakutake
Added SiS and it's working.
Now that is interesting...
 
Old 05-10-2006, 11:42 AM   #178
stitchman
Member
 
Registered: Dec 2005
Distribution: Slackware 13.1
Posts: 82

Rep: Reputation: 15
Hey I just got my nvidia card working on my laptop using the nvidia binary on the site. I tried it twice before when i first installed slack but for some reason it destroyed X11. About 5 installs later, now that I am happy with my install (i have sound working, along with cpu frequency stepping) I figured I might as well try again.

It worked like a charm this time, the only thing I did diffrently as far as the binary goes, was saying not to look for it on the website. I don't know how much of a diffrence that could make but thats what I did.

Also I eliminated about 5 steps I was doing while compiling my custom kernel after install. The steps involving making modules and installing them. I found they were destroying my alsa. Apparently they screw up nvidia drivers too? I'm not sure of the details obviously but now I have 3d!

Just a few questions. Now that I can run GL what can I do besides games and nice screen savers? Is there ways to enhance regular old computer using? Like REAL transparency for windows instead of the "fake" kind used for Aterm? Does using the nvidia card really take that much work load off of my CPU?

I am sure I have more questions but I can't think of any right now. Thanks for making this post, it gave me the courage to try again where I failed before.
 
Old 05-10-2006, 11:45 AM   #179
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 stichman
It worked like a charm this time, the only thing I did diffrently as far as the binary goes, was saying not to look for it on the website. I don't know how much of a diffrence that could make but thats what I did.
I think it states EXACTLY that in the first post....

Last edited by cwwilson721; 05-10-2006 at 11:47 AM.
 
Old 05-10-2006, 11:54 AM   #180
stitchman
Member
 
Registered: Dec 2005
Distribution: Slackware 13.1
Posts: 82

Rep: Reputation: 15
Quote:
Originally Posted by cwwilson721
I think it states EXACTLY that in the first post....
Yeah thats why I choose that option this time
 
  


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 09:06 AM.

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