View previous topic :: View next topic |
Author |
Message |
CaptainMorgan n00b

Joined: 20 Oct 2005 Posts: 2
|
Posted: Thu Oct 20, 2005 8:15 pm Post subject: X/nvidia/MX440/tv-out |
|
|
When running X (xorg 6.8.2-r4) in dual head, with the nvidia (1.0.6629-r4) driver I can not get a high resolution. I am using the twinview setup, to tv-out, on the nvidvia driver. I have it for 1248x1024 in the xorg.conf, but it looks more like 800x600.
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV18 [GeForce4 MX 440 AGP 8x]"
BusID "PCI:1:0:0"
Option "NoLogo"
Screen 0
EndSection
Section "Device"
Identifier "Card1"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce FX (generic)"
Option "NoLogo"
Option "TwinView"
Option "SecondMonitorHorizSync" "30.0-50.0"
Option "SecondMonitorVertRefresh" "60"
Option "TVStandard" "NTSC-M"
Option "TVOutFormat" "COMPOSITE"
Option "TwinViewOrientation" "Clone"
Option "ConnectedMonitor" "TV"
Option "MetaModes" "1024x768, 1024x768; 800x600, 800x600; 640x480, 640x480
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
ViewPort 0 0
Modes "1600x1200" "1024x768" "800x600"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 16
SubSection "Display"
Depth 16
ViewPort 0 0
Modes "1600x1200" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
ViewPort 0 0
EndSubSection
EndSection |
|
Back to top |
|
 |
ribx Apprentice

Joined: 20 Nov 2003 Posts: 219 Location: germany
|
Posted: Thu Oct 20, 2005 9:05 pm Post subject: |
|
|
i think your confuguration is not nvidia driver conform.
check the nvidia readme: Code: | /usr/share/doc/nvidia-kernel-*/README.gz |
and maybe this wiki:3d linux _________________ The adopt an unanswered post initiative |
|
Back to top |
|
 |
2lt.chronic n00b


Joined: 02 Feb 2005 Posts: 52 Location: york.on.ca
|
Posted: Thu Oct 27, 2005 11:53 pm Post subject: |
|
|
I used to have that card before upgrading, it only supports low resolutions and looks absolutley terrible on any TV i've ever hooked up to it. |
|
Back to top |
|
 |
CaptainMorgan n00b

Joined: 20 Oct 2005 Posts: 2
|
Posted: Fri Oct 28, 2005 12:03 am Post subject: |
|
|
Well, on the TV it looks fine. And when I am using the nv driver I can get the higher resolution, but no tv-out |
|
Back to top |
|
 |
aethyr Veteran


Joined: 06 Apr 2003 Posts: 1085 Location: NYC
|
Posted: Fri Oct 28, 2005 3:10 am Post subject: Re: X/nvidia/MX440/tv-out |
|
|
CaptainMorgan wrote: | Code: | Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection
....
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
ViewPort 0 0
Modes "1600x1200" "1024x768" "800x600"
EndSubSection
EndSection |
|
You still need to add 1280x1024 to the Modes section for it to work. |
|
Back to top |
|
 |
|