Grant <emailgrant <at> gmail.com> writes:
> The TV has a native resolution of 1366x768 as stated by the
> manufacturer. If I specify that resolution in xorg.conf, it says it's
> an invalid resolution and uses 1360x768 instead.
This is common, at least for my 37" widescreen LCD/tv/monitor, too:
Here's some portions of my xorg.conf file:
Section "Monitor"
Identifier "Monitor0"
VendorName "VIZIO"
ModelName "VIZIO L32"
HorizSync 31-70
VertRefresh 50-85
DisplaySize 347 195 # display size in mm for DPI autoset
# width = 1366pix / 100pix/in -> 13.66in * 25.4mm/in -> 347 mm
# height = 768pix / 100pix/in -> 7.68 in * 25.4mm/in -> 195 mm
Mode "1366x768" # vfreq 59.815Hz, hfreq 47.553kHz
DotClock 85.500000
HTimings 1366 1494 1624 1798
VTimings 768 770 776 795
Flags "-HSync" "+VSync"
EndMode
EndSection
Section "Device"
Identifier "Card0"
#Driver "nv"
Driver "nvidia"
#Driver "NVIDIA"
#Driver "vga"
VendorName "nVidia Corporation"
BoardName "NV11 [GeForce2 MX/MX 400]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1366x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1366x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1366x768"
EndSubSection
Note:
I'm still using the SVGA port, not the HDMI port
and I do experience a little bit of "cropping"
but the numver 1360 is more correct. Everything
my setup is pretty much standard.
The model number was indicates a 32" screen, but
in fact it is a 37" screen. I do not believe this
makes a whole lot of difference. If/when you get
the HDMI interface working send me some email
with any differences in the xorg.conf file you notice.
hth,
James
This leaves a column
> of six unused pixels on the left side of the screen. If I use the
> masked version of nvidia-driver, 1366x768 also fails, but it is
> replaced with 1280x768. Strangely, the screen in then completely
> filled. If I back off to the stable driver and specify 1280x768, it
> is accepted and fills the entire screen.
>
> Is an actual resolution of 1280x768 being stretched to fill 1366? If
> so, why isn't 1360x768 stretched to 1366?
>
> - Grant
--
[email protected] mailing list