Kodi Community Forum

Full Version: nvidia ion & nvidia-settings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a Asus asrock 330 that I use to my lg lh4000.
ubuntu 9.10 installed with nvidia 185 driver.

Every time I restart the os I have to open nvidia-settings and quit to get 100hz, then truemotion etc working great. But if I don't I get poor quality.

Any ideas?

Here is my xorg.conf

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

Section "Module"
Load "glx"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
EndSection

Section "InputDevice"
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"
ModelName "LG TV"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "ION"
Option "NoLogo" "True"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo" "True"
Option "TwinView" "0"
Option "FlatPanelProperties" "scaling=native"
Option "metamodes" "1024x768 +0+0"
Option "SWCursor" "on"
Option "HWCursor" "off"
SubSection "Display"
Depth 24
Option "DynamicTwinView" "false"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Disable"
EndSection