Results 1 to 2 of 2
For a while I've been trying to get video driver for my toshiba satellite m40x. I've found one that works nicely, the i810 driver. With this driver I noticed that ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-04-2005 #1Linux Newbie
- Join Date
- Jan 2005
- Location
- Quebec, Canada
- Posts
- 100
s-video out xorg i810
For a while I've been trying to get video driver for my toshiba satellite m40x. I've found one that works nicely, the i810 driver. With this driver I noticed that if I try to use the s-video out I do get an output, but it's not my desktop, also the mouse doesn't seem to work on the tv.
Here's what my desktop looks like:

Here's what it looks like on the tv:

This is my present xorg.conf file:
How can I get my desktop to display properly on my tv?Code:# Xorg configuration created by system-config-display Section "ServerLayout" # Option "Xinerama" "on" # Option "Clone" "on" Identifier "MultiheadLayout" Screen 0 "Screend0" LeftOf "Screend1" Screen 1 "Screend1" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerLayout" # Option "Xinerama" "on" # Option "Clone" "on" Identifier "TVLayout" Screen 0 "Screentvd0" LeftOf "TV1" Screen 1 "TV1" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "freetype" Load "type1" Load "dri" EndSection Section "ServerFlags" Option "DefaultServerLayout" "TVLayout" Option "DefaultServerLayout" "DefaultLayout" # Option "DefaultServerLayout" "MultiheadLayout" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "LCD Panel 1280x800" HorizSync 31.5 - 90.0 VertRefresh 60.0 - 60.0 ModeLine "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828 Option "dpms" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "LCD Panel 1280x1024" HorizSync 31.5 - 67.0 VertRefresh 50.0 - 75.0 Option "dpms" EndSection Section "Monitor" Identifier "TVm1" VendorName "Monitor Vendor" ModelName "TV" Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "i810" VendorName "Videocard vendor" BoardName "Intel 852" EndSection Section "Device" Identifier "Videocardd0" Driver "i810" VendorName "Videocard Vendor" BoardName "Intel 852" Option "MonitorLayout" "CRT,LFP" BusID "PCI:0:2:0" EndSection Section "Device" Identifier "Videocardd1" Driver "i810" VendorName "Videocard Vendor" BoardName "Intel 852" Option "MonitorLayout" "CRT,LFP" BusID "PCI:0:2:0" Screen 1 EndSection Section "Device" Identifier "Videocardtvd0" Driver "i810" VendorName "Videocard Vendor" BoardName "Intel 852" Option "MonitorLayout" "TV,LFP" BusID "PCI:0:2:0" EndSection Section "Device" Identifier "Videocardtvd1" Driver "i810" VendorName "Videocard Vendor" BoardName "Intel 852" Option "MonitorLayout" "TV,LFP" BusID "PCI:0:2:0" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "640x480" EndSubSection EndSection Section "Screen" Identifier "Screend0" Device "Videocardd0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screend1" Device "Videocardd1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screentvd0" Device "Videocardtvd0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "TV1" Device "Videocardtvd1" Monitor "TVm1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection
Thank you,
-->Nikosapi
- 12-06-2005 #2Linux Newbie
- Join Date
- Jan 2005
- Location
- Quebec, Canada
- Posts
- 100
Ok, I now understand what's going on. My laptop is using dual-head, so the mouse does work after all and the video output is great.
One final question. Is it possible to turn off the s-video output when the computer boots because right now I have to press Fn + F5 to make sure it's off. It's not a big thing but it would be nice.
thanks,
nikosapi


Reply With Quote
