I have been banging my head against the wall trying to figure out why the screen will not display in full size. I have a 16:9 screen and the picture is centered.The resolution says it is set to 1280x720 I have added modlines and metamodes, but I admit I am a bit confused. I run the projector from my cable box directly it fills the whole screen.
<br><br>any help would be great I have been googling all day for the answers. below is a copy of my xorg.conf if that helps. (sorry it is a bit messy)<br><br><br># XFree86 4 configuration created by pyxf86config<br><br>Section "ServerLayout"
<br>Identifier "Default Layout"<br>Screen 0 "Screen0" 0 0<br>InputDevice "Mouse0" "CorePointer"<br>InputDevice "Keyboard0" "CoreKeyboard"<br>EndSection
<br><br>Section "Files"<br><br># Multiple FontPath entries are allowed (they are concatenated together)<br># By default, a font server independent of the X server is<br># used to render fonts.<br>ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
<br>ModulePath "/usr/lib/xorg/modules/extensions"<br>ModulePath "/usr/lib/xorg/modules"<br>FontPath "unix/:7100"<br>EndSection<br><br>Section "Module"<br>Load "dbe"
<br>Load "extmod"<br>Load "fbdevhw"<br>Load "glx"<br>Load "record"<br>Load "freetype"<br>Load "type1"<br>Load "v4l"<br>EndSection<br><br>Section "InputDevice"
<br><br># Specify which keyboard LEDs can be user-controlled (eg, with xset(1))<br>#Option"Xleds""1 2 3"<br># To disable the XKEYBOARD extension, uncomment XkbDisable.<br>#Option"XkbDisable"<br>
# To customise the XKB settings to suit your keyboard, modify the<br># lines below (which are the defaults). For example, for a non-U.S.<br># keyboard, you will probably want to use:<br>#Option"XkbModel""pc102"
<br># If you have a US Microsoft Natural keyboard, you can use:<br>#Option"XkbModel""microsoft"<br>#<br># Then to change the language, change the Layout setting.<br># For example, a german layout can be obtained with:
<br>#Option"XkbLayout""de"<br># or:<br>#Option"XkbLayout""de"<br>#Option"XkbVariant""nodeadkeys"<br>#<br># If you'd like to switch the positions of your capslock and
<br># control keys, use:<br>#Option"XkbOptions""ctrl:swapcaps"<br># Or if you just want both to be control, use:<br>#Option"XkbOptions""ctrl:nocaps"<br>#<br>Identifier "Keyboard0"
<br>Driver "kbd"<br>Option "XkbModel" "pc105"<br>Option "XkbLayout" "us"<br>EndSection<br><br>Section "InputDevice"<br>Identifier "Mouse0"<br>
Driver "mouse"<br>Option "Protocol" "IMPS/2"<br>Option "Device" "/dev/input/mice"<br>Option "ZAxisMapping" "4 5"<br>Option "Emulate3Buttons" "yes"
<br>EndSection<br><br>Section "Monitor"<br><br> ### Comment all HorizSync and VertSync values to use DDC:<br> ### Comment all HorizSync and VertSync values to use DDC:<br> ### Comment all HorizSync and VertSync values to use DDC:
<br>#Option "dpms"<br> ### Comment all HorizSync and VertSync values to use DDC:<br>Identifier "Monitor0"<br>VendorName "14152"<br>ModelName "OPTi OptomaHD70 v2"<br>DisplaySize 300 220
<br> ### Comment all HorizSync and VertSync values to use DDC:<br>HorizSync 60 - 80<br>VertRefresh 60 - 80<br>Modeline "1280x720_60" 74.18 1280 1390 1430 1650 720 725 730 750 +HSync +Vsync<br>#Option "MetaModes" "DFP-0: 1280x720_60"
<br>#Option "HorizSync" "DFP-0: 60-75"<br>#Option "VertRefresh" "DFP-0: 60-75<br>EndSection<br><br>Section "Device"<br><br>Option "UseEDIDDpi" "FALSE"<br>
<br><br>Identifier "Videocard0"<br>Driver "nvidia"<br>VendorName "Videocard vendor"<br>BoardName "nVidia Corporation NV34 [GeForce FX 5200]"<br>EndSection<br><br>Section "Screen"
<br>Identifier "Screen0"<br>Device "Videocard0"<br>Monitor "Monitor0"<br>DefaultDepth 24<br>SubSection "Display"<br>Viewport 0 0<br>Depth 16<br>Modes "1280x720" "1024x768" "800x600" "640x480"
<br>EndSubSection<br>SubSection "Display"<br>Viewport 0 0<br>Depth 24<br> Modes "1280x720_60"<br>#Modes "1280x720" "1024x768" "800x600" "640x480"<br>
EndSubSection<br>EndSection<br><br>Section "DRI"<br>Group 0<br>Mode 0666<br>EndSection<br><br>Thanks.<br><br>-Gregg<br><br><br>