Quote:
Originally posted by Rikular
Hi.
Just in the process of switching my network over from windoze to linux having recently sen the light. 2 Questions:
1.One of my computers just uses a TV as a monitor. It's running an NVIDIA GeForce4 MMX 440-SE which I managed to configure no problems using the excellent NVIDIA guide. My only problem is that the image isn't quite centered, it's very slightly down and to the right so I just miss these extremities. I wondered if there was anything I could tweak in the XF86Config-4 to amend this?
|
Absolutely, I too use a TV as a monitor and had somewhat of the same problem. You can actually give X/Y coordinates to place the screen. (I have the same card too

). Here's an example:
MetaMode 1024x768+1+0
To adjust up and down/left and right. The above should move your screen 1 (pixel?) to the right, so you would want to try something like:
MetaMode 1024x768-2+2
To move it left 2 and up 2, to see if there is any change. You can also try overlay values, see if anything works when adjusting those. Checkout the README appendix I (IIRC) for more info on tweaking TwinView (In 'Clone' mode), which is hopefully what you are using as it's the best solution I've found for TV Out working properly.
Quote:
2. What is the best software to use for DivX, avi and MPEG playback in terms of codecs, smooth playback etc?
Cheers
|
Yes, as noted, by far mplayer is the 'best' but not quite the 'user friendliest'. However, if you have a grip on any command line operations that is certainly the way to go, you also have the option of starting it into it's gui mode 'gmplayer' and being able to take advantage of many of the features it offers.
Cool