Hi
I'd appreciate help regarding following issue: I've moved from Windows to Mandrakelinux 10.0 (some 250 re-installations/10 days ago :) ; worst problem I have with drivers is problem with nVidia FX 5200 (with tv-out). After I had downloaded new drivers from their site (nv 5336) and installed them, card seems to work just fine, but I cannot get tv-out function. Here's XF86Config-4:
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "/usr/X11R6/lib/modules/extensions/libglx.so"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "en_US"
Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Philips"
ModelName "Philips 107B(17inch/CM6800)"
HorizSync 30.0-69.0
VertRefresh 50.0-130.0
# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
VendorName "NVidia"
BoardName "NVIDIA GeForce FX (generic)"
Driver "nvidia"
Option "DPMS"
Option "IgnoreEDID" "1"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Virtual 1152 864
EndSubsection
Subsection "Display"
Depth 15
Virtual 1152 864
EndSubsection
Subsection "Display"
Depth 16
Virtual 1152 864
EndSubsection
Subsection "Display"
Depth 24
Virtual 1152 864
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
Kernels shoud match, no problems reported while the nVidia installer was building and installing a custom one (for 2.6.3-7mdkenterprise).
I've crashed down X so many times playing with these drivers; it makes me feel like i'm running WXP in the box, again :)
Anyway, i'd appreciate an idea where to start from in order to have my tv displaying DivX again. Thanks