Hey, I hope someone here at LinuxQuestions will be able to solve this problem... I tried...
Alright, my basic setup is Slackware 10 with Xorg. I'm using the NVidia 1.0-5336 drivers because their latest (1.0-6106) doesn't support TV-out with the res 1024x768. I use the TwinView setup to get a clone image of my main monitor to my TV. I got TV-out working, but theres a catch.. when TwinView is enabled, windows do not properly redraw themselves. For example when I work in gnome-terminal, the becomes unreadable unless I move the window offscreen. Or when I maximize Totem (or better yet full screen it) I get part of the old window next to the video (say I have a video and there are bars at the side, when I maximize it with TwinView on, instead of getting black spaces I get part of the window, once again this can be cleared by moving the window off screen).
Anyone have a solution to this problem?
Review specs:
Slackware 10
Xorg
Using TwinView to Clone the one monitor to the next (in my case: Monitor -> TV)
Using NVidia driver: 1.0-5336
My xorg.conf:
Code:
Section "Module"
Load "dbe" # Double buffer extension
Load "fbdevhw"
Load "record"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "speedo"
Load "glx"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "microsoft"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2" #"IMPS/2"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
EndSection
Section "Monitor"
Identifier "My Monitor"
HorizSync 30 - 96
VertRefresh 50-160
EndSection
Section "Device"
Identifier "NVidia GeForce FX 5200"
Driver "nvidia"
VideoRam 131072
EndSection
Section "Screen"
Identifier "Screen 1"
Device "NVidia GeForce FX 5200"
Monitor "My Monitor"
Option "NvAGP" "1"
Option "NoLogo" "true"
Option "TwinView"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "1024x768, 1024x768"
Option "TwinViewOrientation" "Clone"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Any help on this would be greatly appreciated!
Thanks