LinuxQuestions.org
Review your favorite Linux distribution.
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


Reply
  Search this Thread
Old 07-09-2004, 02:10 PM   #31
AGilley007
Member
 
Registered: Jun 2004
Location: Eden, NC
Distribution: Various
Posts: 267

Original Poster
Rep: Reputation: 30

Should I reinstall the nvidia driver since I did the xorgconfig?
 
Old 07-09-2004, 02:24 PM   #32
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
Ok... Thats better.... Thats a pretty old monitor chief. Sorry I said to use the color depth of 24. Thats probably what is going on... Ussually your refresh rates are detected correctly. I would focus more on your "screen section"...

The "nv" driver will work fine for now... I wouldn't bother installing a new driver until you can atleast get X running smoothly...

Make it so it looks like this.

Code:
# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "** NVIDIA (generic) [nv]"
Monitor "My Monitor"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Leave your "Depth" alone for now and just change the 'modes' section for each depth like I did above. Try to 'startx'.... If it does the same thing, then get back in, leave the 'modes' to what you changed them to and change the "DefaultDepth" to 16. Try to 'startx'.... If that doesn't work, get back in and change the "DefaultDepth" to 8. Then try to 'startx'......

Everything I found on google about this monitor says that people are running it on a DefaultDepth of 8...... It's just an old monitor man...... That would be my guess.....
 
Old 07-09-2004, 02:36 PM   #33
AGilley007
Member
 
Registered: Jun 2004
Location: Eden, NC
Distribution: Various
Posts: 267

Original Poster
Rep: Reputation: 30
I did that and the monitor said out of range i am changing it back now.
 
Old 07-09-2004, 02:42 PM   #34
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
Do you practice being vauge? You did WHAT and it said out of range?... After changing all three modes sections first and leaving the DefaultDepth at 24 and then starting X it said "out of range"? If thats the case then it should have been saying "out of range" this whole time and you just didn't tell us. Did you try all 3 different "DefaultDepths" like I suggested as well? Seems like your making this unnecessarily hard on your self and us as well..... I have to get to work soon or I'm gonna get shitcanned.... Hurry up and post back or I'll post back later tonite.....
 
Old 07-09-2004, 02:53 PM   #35
AGilley007
Member
 
Registered: Jun 2004
Location: Eden, NC
Distribution: Various
Posts: 267

Original Poster
Rep: Reputation: 30
Ok thanks yall I finally got it installed I went back to when I did that xorgconfig and just changed the drivers to nvidia and deleted the dri and it worked. Thanks for all your help!!!!!!!!!
 
Old 07-09-2004, 02:56 PM   #36
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
Sigh...... Well, glad it's running now... Happy Slacking....
 
Old 07-09-2004, 02:57 PM   #37
AGilley007
Member
 
Registered: Jun 2004
Location: Eden, NC
Distribution: Various
Posts: 267

Original Poster
Rep: Reputation: 30
Thanks alot man!
 
Old 07-09-2004, 03:09 PM   #38
AGilley007
Member
 
Registered: Jun 2004
Location: Eden, NC
Distribution: Various
Posts: 267

Original Poster
Rep: Reputation: 30
It fixed the screensaver to!
 
Old 07-09-2004, 03:15 PM   #39
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
So.... Just to clarify now that I'm probably fired....

What exactally did you do? Are you still using a "DefaultDepth" of 24? Is it also running at 1024x768 res? Come on man..... Give us the low down..... Was it just installing the Nvidia Driver that did the trick? I find that hard to believe.....

I'm going to slink my way into work now, but there better be a post explaining everything when I get home tonite.... Write more than a sentence too if you could please....

Last edited by jong357; 07-09-2004 at 03:16 PM.
 
Old 07-09-2004, 03:25 PM   #40
AGilley007
Member
 
Registered: Jun 2004
Location: Eden, NC
Distribution: Various
Posts: 267

Original Poster
Rep: Reputation: 30
what I did was rerun the xorgconfig thing and from thier I inslled the nvidia driver again and that time I did not change anything but replace nv with nvidia and deleted the dri and saved and loged out and did startx and it worked.
 
Old 07-09-2004, 03:26 PM   #41
AGilley007
Member
 
Registered: Jun 2004
Location: Eden, NC
Distribution: Various
Posts: 267

Original Poster
Rep: Reputation: 30
I left the monitor like this.

Subsection "Display"
Depth 8
Modes "640x400"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection
 
Old 07-09-2004, 03:27 PM   #42
AGilley007
Member
 
Registered: Jun 2004
Location: Eden, NC
Distribution: Various
Posts: 267

Original Poster
Rep: Reputation: 30
I did notice the refresh rate is higher now too.
 
Old 07-09-2004, 03:34 PM   #43
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
And now you can open a terminal and type : nvidia-settings to fine tune your nvidia driver
 
Old 07-09-2004, 03:37 PM   #44
AGilley007
Member
 
Registered: Jun 2004
Location: Eden, NC
Distribution: Various
Posts: 267

Original Poster
Rep: Reputation: 30
That is kool i did not know it had settings.
 
Old 07-09-2004, 05:59 PM   #45
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
Remember this sugestion WAY back on page one?

Quote:
What you really need to do is run the configuration utility for the new xorg....
Geesh..... Seems like you were panicing and try to think and do things too fast. I was under the assumtion that you had done that atleast a few times and it still wasn't working.... Oh well...... Slow down next time something goes wrong. Run 'glxgears' and check out your FPS for that card..... I'm used to just a couple hundred FPS on my old card. This thing rocks. Should have gotten a 256mb card..... Oh well.....
 
  


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
changin bootsplash in suse 9.3 DropSig Linux - General 6 08-15-2005 12:27 PM
fstab changin on me LDZ420 Linux - Newbie 3 02-18-2005 04:32 PM
hostname keeps changin on reboot FlyingSmurf Mandriva 13 10-06-2003 08:09 PM
Changin HD Linux is on Selos Linux - Newbie 5 08-24-2003 11:53 PM
Changin a partition FS Thetargos Linux - Software 21 04-22-2003 08:30 PM

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

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