PDA

View Full Version : [kubuntu] nvidia-settings and saving them to apply at boot



namutnubuk
December 3rd, 2010, 03:26 AM
hello fellow linux lovers, i must say linux is the best thing that has happened to me since emerging from my mothers vajin. i have a question though, i have been looking for a solution to getting nvidia-settings to apply the antialising, anisotropic, and digital vibrance settings for some time and havent found anything that works for me, nearly compromised my installation a few times but managed to rescue it. i was wondering if anyone can help me with this. below are copies of my files.

/etc/X11/xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 260.19.06 (buildmeister@builder101) Mon Sep 13 07:06:38 PDT 2010

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection


/etc/X11/xorg.nvidia-settings-rc

#
# /etc/X11/xorg.nvidia-settings-rc
#
# Configuration file for nvidia-settings - the NVIDIA X Server Settings utility
# Generated on Thu Dec 2 19:22:44 2010
#

# ConfigProperties:

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

# Attributes:

MeanComputingMachine:0.0/CursorShadow=0
MeanComputingMachine:0.0/CursorShadowAlpha=64
MeanComputingMachine:0.0/CursorShadowRed=0
MeanComputingMachine:0.0/CursorShadowGreen=0
MeanComputingMachine:0.0/CursorShadowBlue=0
MeanComputingMachine:0.0/CursorShadowXOffset=4
MeanComputingMachine:0.0/CursorShadowYOffset=2
MeanComputingMachine:0.0/SyncToVBlank=1
MeanComputingMachine:0.0/LogAniso=4
MeanComputingMachine:0.0/FSAA=12
MeanComputingMachine:0.0/TextureSharpen=1
MeanComputingMachine:0.0/AllowFlipping=1
MeanComputingMachine:0.0/FSAAAppControlled=0
MeanComputingMachine:0.0/LogAnisoAppControlled=0
MeanComputingMachine:0.0/OpenGLImageSettings=0
MeanComputingMachine:0.0/FSAAAppEnhanced=1
MeanComputingMachine:0.0/RedBrightness=0.000000
MeanComputingMachine:0.0/GreenBrightness=0.000000
MeanComputingMachine:0.0/BlueBrightness=0.000000
MeanComputingMachine:0.0/RedContrast=0.000000
MeanComputingMachine:0.0/GreenContrast=0.000000
MeanComputingMachine:0.0/BlueContrast=0.000000
MeanComputingMachine:0.0/RedGamma=1.000000
MeanComputingMachine:0.0/GreenGamma=1.000000
MeanComputingMachine:0.0/BlueGamma=1.000000
MeanComputingMachine:0.0/DigitalVibrance[CRT-0]=1023
MeanComputingMachine:0.0/OverscanCompensation[CRT-0]=0
MeanComputingMachine:0.0/XVideoTextureBrightness=0
MeanComputingMachine:0.0/XVideoTextureContrast=0
MeanComputingMachine:0.0/XVideoTextureHue=0
MeanComputingMachine:0.0/XVideoTextureSaturation=0
MeanComputingMachine:0.0/XVideoTextureSyncToVBlank=1
MeanComputingMachine:0.0/XVideoSyncToDisplay=1


i am lost here, can i somehow merge these files, refer one to another, or perhaps refer something else to these?

namutnubuk
December 4th, 2010, 04:04 AM
nvm, i sovled it and didnt realize it as i was posting this thread, for anyone haviing the same problem, save .nvidia-settings-rc to /etc/X11, but be sure to give it a name before the extension, this was my biggest mistake, example: xorg.nvidia-settings-rc. works as smooth as poop now