Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > System76 Support
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

System76 Support
Support for System76 Ubuntu Laptops and Desktops.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 2 Weeks Ago   #10
HotShotDJ
Fresh Brewed Ubuntu
 
HotShotDJ's Avatar
 
Join Date: Nov 2006
Location: Conn., United States
Beans: 1,489
Ubuntu 9.10 Karmic Koala
Re: Desktop Effects inconsistant performance (PanP6)

Quote:
Originally Posted by samh785 View Post
The last little bothersome thing about this is saving that setting. When I turn the computer off the setting resets back to adaptive scaling.
I honestly don't know if it can save those settings. For me, I wouldn't want to save such a setting, since I sometimes use my PanP5 on battery power, and the time it will last on a full charge is already just under 2 hours... I don't want to make it worse by defaulting the graphics card to its most power-hungry state.

Having said that (hopefully to dissuade you from wanting to do something like that ) you can try the following:

1) Open a terminal and type
Code:
sudo nvidia-xconfig
This will produce an xorg.conf file that NVidia X Server Settings understands.

2) Restart X (Log out, log back in... no need to reboot).

3) Now, you need to edit your new xorg.conf:
Code:
gksudo gedit /etc/X11/xorg.conf
Find the "Device" section -- it will look something like this:
Code:
Section "Device"
	Identifier     "Device0"
	VendorName     "NVIDIA Corporation"
	BoardName      "GeForce G 105M"
	Driver	"nvidia"
	Option	"NoLogo"	"True"
EndSection
Add the following to this section (the line in red is what you add):
Code:
Section "Device"
	Identifier     "Device0"
	VendorName     "NVIDIA Corporation"
	BoardName      "GeForce G 105M"
	Driver	"nvidia"
	Option	"NoLogo"	"True"
        Option  "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x3322; PowerMizerDefaultAC=0x1"

EndSection
Using the line in red, we have told your G105M card to use regular adaptive scaling of the GPU whilst on battery power and Maximum Performance when plugged in. To make it use Maximum Power all the time whether plugged in or not (NOT RECOMMENDED), use
Code:
Option  "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x2222; PowerMizerDefault=0x1; PowerMizerDefaultAC=0x1"
__________________
"When you dual-boot Windows, Windows exists along side of Ubuntu. When you use VirtualBox, Windows exists at the pleasure of Ubuntu." -- ThomasAaron @ System76

Last edited by HotShotDJ; 2 Weeks Ago at 06:12 PM.. Reason: Better instructions
HotShotDJ is offline   Reply With Quote
 

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:59 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry