Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Twinview and different resolutions - at wits end
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
grantonstar
n00b
n00b


Joined: 07 Feb 2007
Posts: 16

PostPosted: Sat Feb 24, 2007 7:54 am    Post subject: Twinview and different resolutions - at wits end Reply with quote

Hi,

I've been trying to get my TV connected to my Dell laptop (GeForce 7900S) using TwinView. My desktop resolution is at 1920x1200 and my TV is at 1024x768. The problem is no matter what I do I cannot seem to get the TV ton run at 1024x768 so the TV only displays a partial view of the screen.

The relevant section of my xorg.conf is:

Code:



Section "Monitor"
        Identifier   "Monitor0"
        HorizSync    28.0 - 96.0
        VertRefresh  50.0 - 75.0
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VideoRam    262144
        VendorName  "All"
        BoardName   "All"
        Option      "RenderAccel" "true"
        Option      "CursorShadow" "on"
        Option      "TwinView"
        Option      "TwinViewOrientation" "DFP-0 RightOf TV-0"
        Option      "MetaModes" "1920x1200,1024x768"
        Option      "TVStandard" "PAL-G"
        Option      "TVOutFormat" "SVIDEO"
        Option      "TVOverScan" "0.6"
        Option      "ConnectedMonitor" "DFP-0, TV-0"
#       BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device  "Card0"
        Monitor "Monitor0"
        DefaultDepth 24
        DefaultColorDepth 24
        SubSection "Display"
                Depth   24
                Modes "1920x1200" "1600x1200" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth   32
                Modes "1920x1200" "1600x1200" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection


The relevant lines from Xorg.0.log are:

Code:


(II) Module glx: vendor="NVIDIA Corporation"
(II) Module nvidia: vendor="NVIDIA Corporation"
(II) NVIDIA dlloader X Driver  1.0-9746  Fri Dec 15 10:21:43 PST 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(--) Chipset NVIDIA GPU found
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "ConnectedMonitor" "DFP-0, TV-0"
(**) NVIDIA(0): Option "TVStandard" "PAL-G"
(**) NVIDIA(0): Option "TVOutFormat" "SVIDEO"
(**) NVIDIA(0): Option "RenderAccel" "true"
(**) NVIDIA(0): Option "CursorShadow" "on"
(**) NVIDIA(0): Option "TwinView"
(**) NVIDIA(0): Option "TwinViewOrientation" "DFP-0 RightOf TV-0"
(**) NVIDIA(0): Option "MetaModes" "1920x1200,1024x768"
(**) NVIDIA(0): Option "TVOverScan" "0.6"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): Forcing SVIDEO output
(**) NVIDIA(0): Enabling cursor shadow
(**) NVIDIA(0): TV Standard string: "PAL-G"
(**) NVIDIA(0): TwinView enabled
(**) NVIDIA(0): ConnectedMonitor string: "DFP-0, TV-0"
(II) NVIDIA(0): NVIDIA GPU GeForce Go 7900 GS at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.71.22.16.13
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce Go 7900 GS at
(--) NVIDIA(0):     PCI:1:0:0:
(--) NVIDIA(0):     NVIDIA TV Encoder (TV-0)
(--) NVIDIA(0):     Seiko (DFP-0)
(--) NVIDIA(0): NVIDIA TV Encoder (TV-0): 400.0 MHz maximum pixel clock
(--) NVIDIA(0): TV encoder: NVIDIA
(II) NVIDIA(0): Assigned Display Devices: DFP-0, TV-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1920x1200,1024x768"
(II) NVIDIA(0): Virtual screen size determined to be 2944 x 1200
(II) NVIDIA(0): Primary V_BIOS segment is: 0xc000
(--) NVIDIA(0): DPI set to (131, 132); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(II) NVIDIA(0): Setting mode "1920x1200,1024x768"
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled


I've been going back and forth with different configuration settings for hours now. Is there anything that I am missing? I am using KDE but do not yet have it compiled with xinerama support though from my understanding this shouldn't affect the screen resolution of the TV?

grantonstar
Back to top
View user's profile Send private message
glide87th
n00b
n00b


Joined: 21 Oct 2004
Posts: 9
Location: Winnipeg

PostPosted: Sat Feb 24, 2007 2:54 pm    Post subject: try just twinview by itself Reply with quote

See if having twinview by itself sorts things out.

eg.

Code:
Section "Device"
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "GeForce 7950 GT"
   BusID       "PCI:7:0:0"
        Option      "RenderAccel"
   Option      "HWcursor"
   Option      "CursorShadow"
   Option      "CursorShadowAlpha"   "32"
   Option      "CursorShadowXOffset"   "3"
   Option      "CursorShadowYOffset"   "3"
#   Option      "TwinView"   "1"
#   Option      "MetaModes"  "1600x1200,1440x900; 1280x1024,1280x1024; 1280x1024; 1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
#   Option      "TwinViewOrientation"      "RightOf"
#   Option      "SecondMonitorHorizSync"   "UseEdidFreqs"
#   Option      "SecondMonitorVertRefresh" "UseEdidFreqs"
#   Option      "ConnectedMonitor"   "DFP,DFP"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1680+0"
    SubSection     "Display"
        Depth       24
        Modes      "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

_________________
There's no such thing as time; we invented it.
Back to top
View user's profile Send private message
Devrethman
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jan 2005
Posts: 141
Location: Phoenix, AZ

PostPosted: Sat Feb 24, 2007 10:42 pm    Post subject: Reply with quote

I've never heard of a TV that displays 1024x768... Are you sure your TV supports that resolution?
_________________
Signature is out for lunch. Feel free to talk to its empty desk.
Back to top
View user's profile Send private message
grantonstar
n00b
n00b


Joined: 07 Feb 2007
Posts: 16

PostPosted: Mon Feb 26, 2007 5:16 am    Post subject: Reply with quote

Building xinerama support into KDE and X seems to have solved the problem. Although not all applications are playing nicely with the second screen. VLC maximises to full screen on the first screen (DFP-0) and not the TV even after building in ximerama.

Video playback on the TV is also a little choppy using Kaffeine, mplayer and vlc (and any other media player I've tried). Is this normal? I'd be surprised if it had anything to do with my PC as it plays back video perfectly when using Windows and is relatively high spec.

grantonstar
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