Site-wide Tags:  Linux(17) | CommandLine(12) | Ubuntu(10) | RemoteAccess(7) | Tools(7) | Vim(7) | LiftWeb(5) | SBT(5) | SoftwareDev(5) | Mac(5) | Scripts(4) | WebDev(4) | Diagrams(4) | Lifty(3) | NetworkDrives(3) | Processwire(3) | Security(3) | Fog(3) | VCS(3) | BestPractices(3) | RaspberryPi(2) | WebDesign(2) | Encryption(2) | Windows(2) | SSH(2) | WinCommandPrompt(2) | GitHubRepos(2) | Emacs(2) | PHP(2) | IDE(2) | ErrorMsgs(2) | JVM(2) | Hardware(2) | Bash(2) | Networks(2) | Graphviz(2) | Cloning | Cygwin | Graphics | Java | SystemRecovery | lessc | Maven | Python | PXE | Samba | LXDE | PackageManagement | LifeHacks | LESS |

This site has been archived and will no longer be updated.
You can find my new profile at neilpahl.com. My new blog is at 808.ninja.

Nvidea gForce GT 430 with Linux and LCD TV

Tags:  LXDE   Linux   Graphics   Hardware   
Created on Fri, 02 Dec 2011.
Last Modified on Thu, 05 Apr 2012.

Motivation Behind This Cheatsheet

When I tried my Nvidea gForce GT 430 with Linux (Mint 10 LXDE), the resolution did not match the edge of my screen (TV).

The Cheatsheet

method 1: GUI: 

Adjust the OverscanCompensation. I could change it by dragging the bar within the nvidia-settings gui.


(recomended) method 2: Command Line:

Not found in the "nvidia-settings --help" output, exists an OverscanCompensation option. Use the the '-d all' option which will let you see all the settable attributes. There you will see the OverscanCompensation value. I used

nvidia-settings -a [gpu:0]/OverscanCompensation[DFP-1]=100

to fix the edge cut-off problem. [DFP-1] maybe different depending on your setup (see the format for using '-a' and use the information given to you through '-d all'


Problem: The Setting change doesn't stay after x reset. Since I was using LXDE, I needed to create a startup script using a .Desktop file like this guy did in his blog:

http://linux.koolsolutions.com/2009/...-lxde-startup/

or as described in

http://wiki.lxde.org/en/Autostart

Further Discussion

if the above didn't work, try to explore the --tv-over-scan option for nvidia-xconfig using nvidia-settings --help or nvidia-xconfig -A or the man page

Sources:

my original post at: http://www.linuxquestions.org/questions/linux-hardware-18/nvidea-gt-430-hdmi-to-lcd-tv-outer-edges-always-cut-off-outside-display-area-883420/#post4376111


PLEASE let me know if I'm doing something wrong, or if you have any suggestions or requests~

blog comments powered by Disqus