Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems with NVIDIA 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
nkalle
n00b
n00b


Joined: 23 Aug 2004
Posts: 59

PostPosted: Sat Aug 27, 2005 4:24 pm    Post subject: Problems with NVIDIA TV-Out Reply with quote

Hi Forum.
I have a Problem with the NVIDIA TV-Out of my GeForce MX4000:

This is my xorg.conf (IMHO the most important Part):

Section "Monitor"
Identifier "My TFT[0]"
HorizSync 31.5 - 64.3
VertRefresh 50-70
EndSection

Section "Monitor"
Identifier "TV[1]"
HorizSync 60
VertRefresh 30-150
EndSection

Section "Device"
Identifier "TV[0]"
Driver "nvidia"
Screen 0
EndSection

Section "Device"
Identifier "NVIDIA GeForce"
Driver "nvidia"
Screen 1
Option "TVOutFormat" "Composite" #or S-VIDEO etc
Option "TVStandard" "PAL-G" #or NTSC etc
Option "ConnectedMonitor" "TV[1]" # TV unter Monitor definiert
VideoRam 65536
EndSection

Section "Screen"
Identifier "Screen 0"
Device "Device[0]"
Monitor "TV[1]"
EndSection

Section "Screen"
Identifier "Screen 1"
Device "NVIDIA GeForce"
Monitor "My Monitor[0]"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "usbmouse" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen 0"
Screen 1 "Screen 1" RightOf "Screen 0"
# InputDevice "Mouse1" "CorePointer"
#InputDevice "Keyboard1" "CoreKeyboard"
EndSection

This is the Error Message from /var/log/X11/X11.0.log:

(EE) Screen 0 deleted because of no matching config section.
Symbol fbCloseScreen from module /usr/X11R6/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbWinPrivateIndex from module /usr/X11R6/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbWinPrivateIndex from module /usr/X11R6/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbCreateWindow from module /usr/X11R6/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbCreateGC from module /usr/X11R6/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbGCPrivateIndex from module /usr/X11R6/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbValidateGC from module /usr/X11R6/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbPictureInit from module /usr/X11R6/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbWinPrivateIndex from module /usr/X11R6/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbWinPrivateIndex from module /usr/X11R6/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol fbWinPrivateIndex from module /usr/X11R6/lib/modules/drivers/nvidia_drv.o is unresolved!
Symbol __glXgetActiveScreen from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
Symbol __glXgetActiveScreen from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved!

*** If unresolved symbols were reported above, they might not
*** be the reason for the server aborting.

Fatal server error:
Caught signal 11. Server aborting

Any Help is welcome

Best Regards

Niels
Back to top
View user's profile Send private message
Reikinio
Apprentice
Apprentice


Joined: 14 Aug 2005
Posts: 203
Location: Uruguay

PostPosted: Sat Aug 27, 2005 11:17 pm    Post subject: Reply with quote

How about a little description of your setup ?
How did you build this configuration? Did you followed the guide?
Did you manually configured xorg? semi-manually? automatically?
Try configuring xorg.conf again
It doesn't make much sense the identifiers you posted.
Back to top
View user's profile Send private message
nkalle
n00b
n00b


Joined: 23 Aug 2004
Posts: 59

PostPosted: Sun Aug 28, 2005 11:17 am    Post subject: Reply with quote

Hi Reikinio.
I have copied my xorg.conf File from one of my other Machines, it was without TV-Out configuration because there is no TV-Out.
The setup on this Machine was semi-automatic with a few changes for my mouse and yes I followed the Guide as I did it.
I have already tried to reconfigure xorg.conf but this leaves me with my X-Server broken.
My Graphic-Card and TFT work correctly but TV-Out does not.
TV-Out is exporting the Display for the console but not for KDE and fluxbox.

Thanks for your Answer

Niels
Back to top
View user's profile Send private message
Chaos
Tux's lil' helper
Tux's lil' helper


Joined: 22 Sep 2002
Posts: 103
Location: NJ

PostPosted: Sun Sep 11, 2005 5:17 pm    Post subject: Reply with quote

It looks like you're trying to configure tv-out in a non-nVidia way. Remove all these sections below:
Code:
Section "Monitor"
Identifier "TV[1]"
HorizSync 60
VertRefresh 30-150
EndSection

Section "Device"
Identifier "TV[0]"
Driver "nvidia"
Screen 0
EndSection

Section "Screen"
Identifier "Screen 0"
Device "Device[0]"
Monitor "TV[1]"
EndSection

Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen 0"
Screen 1 "Screen 1" RightOf "Screen 0"
# InputDevice "Mouse1" "CorePointer"
#InputDevice "Keyboard1" "CoreKeyboard"
EndSection


The Nvidia driver handles all Tv out stuff itself using Twinview. Your device section should probably look something like this:
Code:

Section "Device"
Identifier "NVIDIA GeForce"
Driver "nvidia"
Option "Twinview" "TRUE"
Option "SecondMonitorHorizSync"     "30-90"
Option "SecondMonitorVertRefresh"   "60"
# this below sets the resolution; I've only used one res on my machine for a while
# but I think the format is "screen1res, screen2res; screen12ndres, screen22ndres"
Option "MetaModes"  "800x600, 800x600"
# I don't have either of these set, but I think they may still be valid
Option "TVOutFormat" "Composite" #or S-VIDEO etc
Option "TVStandard" "PAL-G" #or NTSC etc

Option "TwinViewOrientation"        "LeftOf" # values are Clone, LeftOf, RightOf...I think you want LeftOf
# This below manually sets what outputs rather than letting it autodetect
# options are CRT-0, CRT-1, LCD-0, LCD-1, TV...only use this if it can't
#autodetect what's connect because as it's set here it will output ONLY to the TV
Option "ConnectedMonitor" "TV"
VideoRam 65536
EndSection


Hopefully this will work. Good luck!
Back to top
View user's profile Send private message
-Craig-
Guru
Guru


Joined: 03 Jun 2004
Posts: 333

PostPosted: Wed Nov 30, 2005 10:50 am    Post subject: Reply with quote

https://forums.gentoo.org/viewtopic-t-381673-highlight-symbol+fbwinprivateindex+module+modules+drivers+nvidiadrv+o+unresolved.html
http://www.nvnews.net/vbulletin/archive/index.php/t-46822.html
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