Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X/nvidia/MX440/tv-out
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
CaptainMorgan
n00b
n00b


Joined: 20 Oct 2005
Posts: 2

PostPosted: Thu Oct 20, 2005 8:15 pm    Post subject: X/nvidia/MX440/tv-out Reply with quote

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
View user's profile Send private message
ribx
Apprentice
Apprentice


Joined: 20 Nov 2003
Posts: 219
Location: germany

PostPosted: Thu Oct 20, 2005 9:05 pm    Post subject: Reply with quote

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
View user's profile Send private message
2lt.chronic
n00b
n00b


Joined: 02 Feb 2005
Posts: 52
Location: york.on.ca

PostPosted: Thu Oct 27, 2005 11:53 pm    Post subject: Reply with quote

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
View user's profile Send private message
CaptainMorgan
n00b
n00b


Joined: 20 Oct 2005
Posts: 2

PostPosted: Fri Oct 28, 2005 12:03 am    Post subject: Reply with quote

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
View user's profile Send private message
aethyr
Veteran
Veteran


Joined: 06 Apr 2003
Posts: 1085
Location: NYC

PostPosted: Fri Oct 28, 2005 3:10 am    Post subject: Re: X/nvidia/MX440/tv-out Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum