<span class="gmail_quote"></span>Guys, I need help setting my LCD to output native 1280x768 or 1366x768 is even better. I tried Jarod's Powerstrip method, I can get 1280x768 in Windows (albeit black bars on the side) and 1366x768 looks horrible so I gave up on try that. So I copied the modeline for 1280x768 into
xorg.conf, but it's being ignore for some reason, I can only get 1024x768.<br><br>I attached my xorg.conf and Xorg.0.log if any kind soul would diagnose for me.<br><br>Specs:<br>FC5/MythDora 3.2 Front/BackEnd<br>P4 3.0G
/1G RAM<br>PNY GeForce 6200 256MB<br>2x Kworld ASTC 110<br>1x Hauppuage PVR-150<br>Sharp LC26GA5U DVI -> DVI<br clear="all"><br> <br><br>
<br clear="all"><br clear="all"><br># Xorg configuration created by system-config-display<br><br>Section "ServerLayout"<br> Identifier "single head configuration"<br> Screen 0 "Screen0" 0 0
<br> InputDevice "Mouse0" "CorePointer"<br> InputDevice "Keyboard0" "CoreKeyboard"<br>EndSection<br><br>Section "Files"<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><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 "dri"<br> Load "v4l"<br>
EndSection<br><br>Section "InputDevice"<br># Specify which keyboard LEDs can be user-controlled (eg, with xset(1))<br># Option "Xleds" "1 2 3"<br><br># To disable the XKEYBOARD extension, uncomment XkbDisable.
<br># Option "XkbDisable"<br><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> Identifier "Monitor0"<br>
VendorName "Sharp"<br> ModelName "LC-26GA5U"<br> ### Comment all HorzSync and VertSync values to use DDC:<br> HorizSync 48.1<br> VertRefresh 60.0<br> Option "dpms"
<br> # My 1280x768p mode<br> Mode "1280x768p"<br> DotClock 81.000<br> HTimings 1280 1328 1440 1688<br> VTimings 768 769 772 802<br> Flags "+HSync" "-VSync"<br>
EndMode<br>EndSection<br><br>Section "Device"<br> Identifier "Videocard0"<br> Driver "nv"<br> VendorName "Videocard vendor"<br> BoardName "nVidia Corporation GeForce 6200"
<br> Option "NoDDC"<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 24<br> Modes "1280x768p"<br> EndSubSection<br>EndSection<br><br>Section "DRI"<br> Group 0<br>
Mode 0666<br>EndSection<br><br>(II) NV(0): Mode "1280x768p" is larger than BIOS programmed panel size of 1024 x 768. Removing.<br>(II) NV(0): Not using mode "1280x768p" (unknown reason)<br>
<br><br><br>II) NV(0): Not using mode "1280x768p" (no mode of this name)<br>(--) NV(0): Virtual size is 1024x768 (pitch 1024)<br>(**) NV(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz<br>(II) NV(0): Modeline "1024x768"
65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync<br>(==) NV(0): DPI set to (75, 75)<br>(II) Loading sub module "fb"<br>(II) LoadModule: "fb"<br>(II) Loading /usr/lib/xorg/modules/libfb.so<br>(II) Module fb: vendor="
X.Org Foundation"<br> compiled for 7.0.0, module version = 1.0.0<br> ABI class: X.Org ANSI C Emulation, version 0.2<br>