AOA AOA AOA Folding For Team 45 AOA Files Home Front Page Become an AOA Subscriber! UserCP Calendar Memberlist FAQ Search Forum Home


Go Back   AOA > Software > OS, Software, Firmware, and BIOS

Reply
 
LinkBack Thread Tools Rate Thread
  #21 (permalink)  
Old 10th January, 2008, 02:00 PM
Daniel ~'s Avatar
Chief BBS Administrator
 
Join Date: September 2001
Location: Seattle Wa.
Posts: 40,420

Ok, giving it a go!... be back when I can! ":O}
__________________
"Though all men live in ignorance before mystery,
they need not live in darkness...
Justice is foundation and ETERNAL
."
DKE

"All that we do is touched by Ocean
Yet we remain on the shore of what we know."
Richard Wilbur


Subscribers! Ask Pitch about a Custom Sig Graphic

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22 (permalink)  
Old 10th January, 2008, 02:07 PM
Daniel ~'s Avatar
Chief BBS Administrator
 
Join Date: September 2001
Location: Seattle Wa.
Posts: 40,420

Rebooting:

#GPUOverclockingState=1
GPU2DClockFreqs=513,792
GPU3DClockFreqs=513,792 =
# /home/Daniel/.nvidia-settings-rc
#
# Configuration file for nvidia-settings - the NVIDIA X Server Settings utility
# Generated on Wed Jan 9 13:55:53 2008
#

# ConfigProperties:

RcFileLocale = C
ToolTips = Yes
DisplayStatusBar = Yes
SliderTextEntries = Yes
IncludeDisplayNameInConfigFile = Yes
ShowQuitDialog = No
Timer = PowerMizer_Monitor_(GPU_0),Yes,1000
Timer = Thermal_Monitor_(GPU_0),Yes,1000

# Attributes:

dhcppc1:0.0/DigitalVibrance[DFP-1]=0
dhcppc1:0.0/SyncToVBlank=0
dhcppc1:0.0/AllowFlipping=1
dhcppc1:0.0/LogAniso=0
dhcppc1:0.0/FSAA=0
[ Read 55 lines ]
^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell
__________________
"Though all men live in ignorance before mystery,
they need not live in darkness...
Justice is foundation and ETERNAL
."
DKE

"All that we do is touched by Ocean
Yet we remain on the shore of what we know."
Richard Wilbur


Subscribers! Ask Pitch about a Custom Sig Graphic

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23 (permalink)  
Old 10th January, 2008, 02:56 PM
Daniel ~'s Avatar
Chief BBS Administrator
 
Join Date: September 2001
Location: Seattle Wa.
Posts: 40,420

Had a problem else where. I use a re-writable DVD with Roxio software (Hold over from W2K) The formated disks work fine in Fedora as rewriteable storage; it's where I save my Linux stuff in case of disaster. But must be Formated under W2K.

Disk went Foobar (They do in W2K from time to time as well) when I tried to add my latest on Sudo. So now I'm stuck in W2K re formatting the disk, nothing lost, just a 90 min pita before I can return to Linux and re copy my linux commands back over to it.

Say.... lol you would happen to know of an app that can handel formatting re-wrightable DVD's under Fedora now would you?

As far sudo... I think I just snapped to! I'm suppose to set my O/c in Nclock...THEN use sudo to save it?

You see I was thinking the O/C was changed by changeing the NUMBERS

GPU2DClockFreqs=513,792
GPU3DClockFreqs=513,792

Wanted you to tell me how you arrive at 513,792 as the default and what Numbers to replace them with to clock up... are you begining to see who your dealing with here? ":O}
__________________
"Though all men live in ignorance before mystery,
they need not live in darkness...
Justice is foundation and ETERNAL
."
DKE

"All that we do is touched by Ocean
Yet we remain on the shore of what we know."
Richard Wilbur


Subscribers! Ask Pitch about a Custom Sig Graphic


Last edited by Daniel ~; 10th January, 2008 at 03:02 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24 (permalink)  
Old 10th January, 2008, 04:30 PM
Member
 
Join Date: April 2005
Location: AZ
Posts: 2,171

revised how to: We'll work as root to avoid having to type sudo everytime..

Open Terminal

Code:
 su (root passwd)
Code:
nano -w .nvidia-settings-rc
Delete the lines:
GPUOverclockingState=1
GPU2DClockFreqs=513,792
GPU3DClockFreqs=513,792

CTRL+x, then "y" then "enter"

Next we will enable coolbits in xorg.conf

Code:
 nano -w /etc/X11/xorg.conf
Add the line Option "Coolbits" "1" as seen in the example below

Code:
Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        Option      "AddARGBGLXVisuals" "True"
        Option      "Coolbits"          "1"
EndSection
CTRL+x then "y" then "enter"

Now we will restart the X-server by hitting CTRL+ALT+Backspace. Log back in..

Go to Applications --> System Tools --> nVidia Display Settings, click on the overclocking tab on the left and it will bring up this screen.. check the box to enable overclocking. Go to 3D Clock frequencies and bump each 20 or so, I don't have Quake4 so I I can't tell you what can be used as a benchmark, so just play a little quake. Once you reach a comfortable OC, then you would want to edit the .nvidia-settings-rc file with those clocks so that it will boot with those settings from that point on. Coolbits will still allow clock changes on the fly..

Nvclock 0.8B3 released, with Geforce 8 support-snapshot6.png
__________________
Biostar TForce X58 - Core i7 920 - 6GB Corsair Dominator DDR3 - XFX 9800GTX 512MB - PCP&C 750W - 1 X 36GB Raptor, 1 X 200GB Sata2, 3 X 320GB Sata2 - Dual boot, Gentoo Linux/WinXP

Last edited by ccperf721p; 10th January, 2008 at 05:32 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25 (permalink)  
Old 10th January, 2008, 04:35 PM
Daniel ~'s Avatar
Chief BBS Administrator
 
Join Date: September 2001
Location: Seattle Wa.
Posts: 40,420

I'll have to pick this up tomorrow... Many thanks Cliff!
__________________
"Though all men live in ignorance before mystery,
they need not live in darkness...
Justice is foundation and ETERNAL
."
DKE

"All that we do is touched by Ocean
Yet we remain on the shore of what we know."
Richard Wilbur


Subscribers! Ask Pitch about a Custom Sig Graphic

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #26 (permalink)  
Old 10th January, 2008, 05:08 PM
Member
 
Join Date: April 2005
Location: AZ
Posts: 2,171

I have booted to fedora and will revise the above post to make it a little clearer.

Edit: Other post cleaned up, should be easier to follow..

Edit#2: For Gnome I have used GnomeBaker for DVD formatting, didn't seem to bad.. Still seems to me some of the better apps are under KDE.. I use K3B under KDE for all of my burning.. Otherwise there is always the command line option.. We'll save that for later, but I find it faster to just type the command in than opening and navigating an app just to format..
__________________
Biostar TForce X58 - Core i7 920 - 6GB Corsair Dominator DDR3 - XFX 9800GTX 512MB - PCP&C 750W - 1 X 36GB Raptor, 1 X 200GB Sata2, 3 X 320GB Sata2 - Dual boot, Gentoo Linux/WinXP

Last edited by ccperf721p; 11th January, 2008 at 12:32 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27 (permalink)  
Old 11th January, 2008, 02:17 PM
Daniel ~'s Avatar
Chief BBS Administrator
 
Join Date: September 2001
Location: Seattle Wa.
Posts: 40,420

I just know ths is something really stupid...but I can't seem to delete yestudays entries...?
Attached Thumbnails
Nvclock 0.8B3 released, with Geforce 8 support-sudo-screenshot.png  
__________________
"Though all men live in ignorance before mystery,
they need not live in darkness...
Justice is foundation and ETERNAL
."
DKE

"All that we do is touched by Ocean
Yet we remain on the shore of what we know."
Richard Wilbur


Subscribers! Ask Pitch about a Custom Sig Graphic

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28 (permalink)  
Old 11th January, 2008, 03:37 PM
Member
 
Join Date: April 2005
Location: AZ
Posts: 2,171

The only reason I can think it would not save changes is not having root priveleges..
__________________
Biostar TForce X58 - Core i7 920 - 6GB Corsair Dominator DDR3 - XFX 9800GTX 512MB - PCP&C 750W - 1 X 36GB Raptor, 1 X 200GB Sata2, 3 X 320GB Sata2 - Dual boot, Gentoo Linux/WinXP
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #29 (permalink)  
Old 11th January, 2008, 04:31 PM
Daniel ~'s Avatar
Chief BBS Administrator
 
Join Date: September 2001
Location: Seattle Wa.
Posts: 40,420

Sorry, I don't "not save", I highlite and backspace, da nada, I highlight and hit del, same same, I just try to backspace, I can't del the three lines I added..

Just rechecked, I'm root...I see at the bottom keystrokes to Cut but have tried different things and can't seem to figer out quite what they want me to do in order to...?
__________________
"Though all men live in ignorance before mystery,
they need not live in darkness...
Justice is foundation and ETERNAL
."
DKE

"All that we do is touched by Ocean
Yet we remain on the shore of what we know."
Richard Wilbur


Subscribers! Ask Pitch about a Custom Sig Graphic


Last edited by Daniel ~; 11th January, 2008 at 04:33 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #30 (permalink)  
Old 11th January, 2008, 04:38 PM
Member
 
Join Date: April 2005
Location: AZ
Posts: 2,171

Now I get it.. nano is a very basic text editor. just navigate to the line you want to delete using the arrow keys and the use the DEL key to get rid of the lines. nano is the red-headed step child of text editors..
__________________
Biostar TForce X58 - Core i7 920 - 6GB Corsair Dominator DDR3 - XFX 9800GTX 512MB - PCP&C 750W - 1 X 36GB Raptor, 1 X 200GB Sata2, 3 X 320GB Sata2 - Dual boot, Gentoo Linux/WinXP
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #31 (permalink)  
Old 11th January, 2008, 05:01 PM
Daniel ~'s Avatar
Chief BBS Administrator
 
Join Date: September 2001
Location: Seattle Wa.
Posts: 40,420

Sooooo.... ^ meant, up arrow...(smacks forehead on keyboard)...I kept trying to use the ^/6 key and shift to get it and hit the other key...didn't work...
so don't bother trying....":O}

I'm Dl'ing Free stuff for steam in W2K at the moment, as soon as that finishes I'll give it another try...Thanks Cliff! ":O}
__________________
"Though all men live in ignorance before mystery,
they need not live in darkness...
Justice is foundation and ETERNAL
."
DKE

"All that we do is touched by Ocean
Yet we remain on the shore of what we know."
Richard Wilbur


Subscribers! Ask Pitch about a Custom Sig Graphic


Last edited by Daniel ~; 11th January, 2008 at 05:03 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #32 (permalink)  
Old 11th January, 2008, 05:32 PM
Redroar's Avatar
Member
Space Invaders Champion, Takion Champion
 
Join Date: January 2006
Posts: 813

Personally, I'm more of a vim man. That's still in Fedora, right? I prefer it to nano.

However, I've never really NEEDED to use vim even. Gedit seems to do all the same tricks with a GUI, and may be a little more Daniel ~ friendly. Just replace anywhere ccperf says to use 'nano -w' with 'gedit' and it should be nice and friendly.

Sometimes you have to use nano or vim, though, so don't get afraid to use them.
__________________
"this happened to me once, only i kept wiping my nose in my sleep, so it was my hands that were covered in blood when i woke up. i saw my hands, and was like, "dear diary, all i remember is watching half a movie and falling asleep on the couch?" -Ryan North
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #33 (permalink)  
Old 11th January, 2008, 05:49 PM
Member
 
Join Date: April 2005
Location: AZ
Posts: 2,171

Thanks Redroar, a perspective from another linux user is always welcome. I feel bad sometimes when I have to tell people to do things the way I am comfortable with because I know there are easier ways but I have not used them so cannot be of much use. I want Daniel to find the things he is comfortable with as well..
__________________
Biostar TForce X58 - Core i7 920 - 6GB Corsair Dominator DDR3 - XFX 9800GTX 512MB - PCP&C 750W - 1 X 36GB Raptor, 1 X 200GB Sata2, 3 X 320GB Sata2 - Dual boot, Gentoo Linux/WinXP
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #34 (permalink)  
Old 11th January, 2008, 05:55 PM
Daniel ~'s Avatar
Chief BBS Administrator
 
Join Date: September 2001
Location: Seattle Wa.
Posts: 40,420

Didn't get resuts I expected, Am I to add the entire section, or find the section and add ther coolbits line?
Attached Thumbnails
Nvclock 0.8B3 released, with Geforce 8 support-edit-nclock-screenshot.png  
__________________
"Though all men live in ignorance before mystery,
they need not live in darkness...
Justice is foundation and ETERNAL
."
DKE

"All that we do is touched by Ocean
Yet we remain on the shore of what we know."
Richard Wilbur


Subscribers! Ask Pitch about a Custom Sig Graphic

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #35 (permalink)  
Old 11th January, 2008, 05:56 PM
Daniel ~'s Avatar
Chief BBS Administrator
 
Join Date: September 2001
Location: Seattle Wa.
Posts: 40,420

Quote:
Originally Posted by Redroar View Post
Personally, I'm more of a vim man. That's still in Fedora, right? I prefer it to nano.

However, I've never really NEEDED to use vim even. Gedit seems to do all the same tricks with a GUI, and may be a little more Daniel ~ friendly. Just replace anywhere ccperf says to use 'nano -w' with 'gedit' and it should be nice and friendly.

Sometimes you have to use nano or vim, though, so don't get afraid to use them.
My thanks as well...Will switch over to Gedit, have used it befor a bit, Thanks!
__________________
"Though all men live in ignorance before mystery,
they need not live in darkness...
Justice is foundation and ETERNAL
."
DKE

"All that we do is touched by Ocean
Yet we remain on the shore of what we know."
Richard Wilbur


Subscribers! Ask Pitch about a Custom Sig Graphic

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #36 (permalink)  
Old 11th January, 2008, 06:06 PM
Member
 
Join Date: April 2005
Location: AZ
Posts: 2,171

Just add the coolbits line to the device section.. Everyones xorg.conf will be a little different.
__________________
Biostar TForce X58 - Core i7 920 - 6GB Corsair Dominator DDR3 - XFX 9800GTX 512MB - PCP&C 750W - 1 X 36GB Raptor, 1 X 200GB Sata2, 3 X 320GB Sata2 - Dual boot, Gentoo Linux/WinXP
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #37 (permalink)  
Old 11th January, 2008, 06:27 PM
Daniel ~'s Avatar
Chief BBS Administrator
 
Join Date: September 2001
Location: Seattle Wa.
Posts: 40,420

Ok.
__________________
"Though all men live in ignorance before mystery,
they need not live in darkness...
Justice is foundation and ETERNAL
."
DKE

"All that we do is touched by Ocean
Yet we remain on the shore of what we know."
Richard Wilbur


Subscribers! Ask Pitch about a Custom Sig Graphic

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #38 (permalink)  
Old 11th January, 2008, 06:36 PM
Daniel ~'s Avatar
Chief BBS Administrator
 
Join Date: September 2001
Location: Seattle Wa.
Posts: 40,420

Sorry to be such a pita...but I don't seem to have a Device sdection...? Sorry for dsome reason the "Imagefailed" to upload, same same as before, don't know why, tried again with new screen shot, failed again!. Here"s output:


#
# /home/Daniel/.nvidia-settings-rc
#
# Configuration file for nvidia-settings - the NVIDIA X Server Settings utility
# Generated on Wed Jan 9 13:55:53 2008
#

# ConfigProperties:

RcFileLocale = C
ToolTips = Yes
DisplayStatusBar = Yes
SliderTextEntries = Yes
IncludeDisplayNameInConfigFile = Yes
ShowQuitDialog = No
Timer = PowerMizer_Monitor_(GPU_0),Yes,1000
Timer = Thermal_Monitor_(GPU_0),Yes,1000

# Attributes:

dhcppc1:0.0/DigitalVibrance[DFP-1]=0
dhcppc1:0.0/SyncToVBlank=0
dhcppc1:0.0/AllowFlipping=1
dhcppc1:0.0/LogAniso=0
dhcppc1:0.0/FSAA=0
dhcppc1:0.0/TextureSharpen=1
dhcppc1:0.0/ForceGenericCpu=0
dhcppc1:0.0/GammaCorrectedAALines=1
dhcppc1:0.0/CursorShadow=1
dhcppc1:0.0/CursorShadowXOffset=4
dhcppc1:0.0/CursorShadowYOffset=2
dhcppc1:0.0/CursorShadowAlpha=64
dhcppc1:0.0/CursorShadowRed=0
dhcppc1:0.0/CursorShadowGreen=0
dhcppc1:0.0/CursorShadowBlue=0
dhcppc1:0.0/FSAAAppControlled=1
dhcppc1:0.0/LogAnisoAppControlled=1
dhcppc1:0.0/GPUScaling[DFP-1]=131073
dhcppc1:0.0/FSAAAppEnhanced=0
dhcppc1:0.0/RedBrightness=0.000000
dhcppc1:0.0/GreenBrightness=0.000000
dhcppc1:0.0/BlueBrightness=0.000000
dhcppc1:0.0/RedContrast=0.000000
dhcppc1:0.0/GreenContrast=0.000000
dhcppc1:0.0/BlueContrast=0.000000
dhcppc1:0.0/RedGamma=1.000000
dhcppc1:0.0/GreenGamma=1.000000
dhcppc1:0.0/BlueGamma=1.000000
dhcppc1:0.0/OpenGLImageSettings=0
dhcppc1:0.0/XVideoTextureBrightness=0
dhcppc1:0.0/XVideoTextureContrast=4096
dhcppc1:0.0/XVideoTextureSyncToVBlank=1
dhcppc1:0.0/XVideoSyncToDisplay=131072
__________________
"Though all men live in ignorance before mystery,
they need not live in darkness...
Justice is foundation and ETERNAL
."
DKE

"All that we do is touched by Ocean
Yet we remain on the shore of what we know."
Richard Wilbur


Subscribers! Ask Pitch about a Custom Sig Graphic


Last edited by Daniel ~; 11th January, 2008 at 06:44 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #39 (permalink)  
Old 11th January, 2008, 06:52 PM
Member
 
Join Date: April 2005
Location: AZ
Posts: 2,171

I should have noticed this in your previous post. The file you will want to add the coolbits line to is: /etc/X11/xorg.conf

If you are more comfortable with Gedit use it to do your text editing instead of nano..
__________________
Biostar TForce X58 - Core i7 920 - 6GB Corsair Dominator DDR3 - XFX 9800GTX 512MB - PCP&C 750W - 1 X 36GB Raptor, 1 X 200GB Sata2, 3 X 320GB Sata2 - Dual boot, Gentoo Linux/WinXP
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #40 (permalink)  
Old 11th January, 2008, 07:05 PM
Daniel ~'s Avatar
Chief BBS Administrator
 
Join Date: September 2001
Location: Seattle Wa.
Posts: 40,420

ah....I don't have one of those either...LOL Really I don't!
__________________
"Though all men live in ignorance before mystery,
they need not live in darkness...
Justice is foundation and ETERNAL
."
DKE

"All that we do is touched by Ocean
Yet we remain on the shore of what we know."
Richard Wilbur


Subscribers! Ask Pitch about a Custom Sig Graphic

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ECS GeForce 8800 GT, MSI GeForce 8600 GT Gizmo Graphics and Sound cards; Speakers and other Peripherals 0 12th December, 2007 11:07 PM
DivX support coming to PlayStation 3, Xbox 360 support in the works Daniel ~ Graphics and Sound cards; Speakers and other Peripherals 1 13th November, 2007 11:03 AM
Geforce 8 drivers now support TurboCache danrok Graphics and Sound cards; Speakers and other Peripherals 0 3rd May, 2007 03:04 PM
New nTune released, where's Epox support nosferatu666 EPoX MotherBoards 31 9th February, 2005 04:44 PM
ET: Support 8K7a+ CPU and BIOS support HakMe2Deth EPoX MotherBoards 3 11th March, 2003 04:36 PM


All times are GMT -5. The time now is 06:51 PM.


Copyright ©2001 - 2009, AOA Forums

Search Engine Friendly URLs by vBSEO 3.3.0