|
|
#1 | |
|
Registered User
Join Date: Nov 2006
Posts: 38
|
I have a 1440x900 19" widescreen monitor.
When I do Code:
xdpyinfo | grep dimensions when It should be 411x263 millimeters. when I play a 4:3 aspect dvd with xine it is stretched. Seems that even when I specify in xorg.conf the right displaySize, it gets ignored. So is this an X server problem , or an nVidia driver problem? I have the latest nvidia drivers and 7100 GS card. Code:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Proview"
DisplaySize 411 263
HorizSync 30.0 - 80.0
VertRefresh 60.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 7100 GS"
BusID "PCI:1:0:0"
Option "DPMS" "TRUE"
Option "UseEvents" "false"
Option "RenderAccel" "true"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "1440x900_75 +0+0; 1440x900 +0+0"
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection
|
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NVIDIA Responds to Reports of Kepler V-Sync Stuttering Issue | Rieper | NVIDIA GeForce 600 Series | 13 | 03-03-13 10:56 PM |
| Russian Masterpieces Put on Display Using NVIDIA GPU Technology | News | Latest Tech And Game Headlines | 0 | 06-25-12 04:10 PM |
| 302.07 (beta) for Linux x86/x86_64 released | AaronP | NVIDIA Linux | 0 | 05-02-12 09:55 AM |
| Glx | mrbig1344 | NVIDIA Linux | 7 | 09-30-02 06:45 AM |