Reply
 
Thread Tools Display Modes
  #1  
Old 10-10-2007, 09:14 AM
jaxmalta jaxmalta is offline
Junior Member
 
Join Date: Oct 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Intel 82852 TV-Out
Hello,

I am evaluating some OSes because I want to move away from windows and I must say that I like BSD. I am not an expert but I know how to find my way round in Unix.

One glitch I found with PC-BSD and other Linux systems I tried (Kubuntu, OpenSuse, PCLOS) is that I cannot enable my TV-Out (svideo) on my laptop Travelmate 4050. My graphics card is Intel 82852/855GM. I found this entry on the ubuntu forums and I played around with xorg.conf. With my current configuration (see below) I can log into X but only my laptop monitor shows the image. However on when I boot in windows it works (extended desktop & clone) so it is not a HW/cable problem. Is there anyone who can help me please?

Section "Monitor"
Identifier "LapMon"
VendorName "Generic Monitor"
ModelName "Generic"
EndSection

Section "Monitor"
Identifier "TVMon"
HorizSync 30-50
VertRefresh 60
EndSection

Section "Device"
### Available Driver options are:-
### Values: [i]: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" "True" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # [i]
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # [i]
#Option "FPScale" # [<bool>]
#Option "FPTweak" # [i]
Option "NoDDC" "Yes"
Identifier "LapDev"
Driver "i810"
VendorName "Intel Video Driver"
Screen 0
BusID "PCI:0:2:0"
EndSection

Section "Device"
Identifier "TVDev"
Driver "i810"
Option "MonitorLayout" "TV,LFP"
Option "TVStandard" "NTSC"
Option "TVOutFormat" "SVIDEO" # "COMPOSITE"
Option "ConnectedMonitor" "TVMon"
Screen 1
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "LapScr"
Device "LapDev"
Monitor "LapMon"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection

SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "TVScr"
Device "TVDev"
Monitor "TVMon"
DefaultDepth 24

SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "LapOnly"
Screen 0 "LapScr" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
Identifier "LapTV"
Screen 0 "LapScr"
Screen 1 "TVScr" RightOf "LapScr"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

# Section "ServerLayout"
# Identifier "XFree86 Configured"
# Screen 0 "LapScr" 0 0
# InputDevice "Mouse0" "CorePointer"
# InputDevice "Keyboard0" "CoreKeyboard"
# Option "Clone" "off"
# EndSections

Section "ServerFlags"
Option "DefaultServerLayout" "LapTV"
EndSection


Thanks
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
intel clinton Tips and Tricks 0 10-15-2008 06:48 PM
intel video driver (xf86-video-intel 2.4.97.0) Dr_VOLAND Graphics Cards 1 10-06-2008 07:32 PM
Intel 945gm chipset x11 won't start sees it as intel i810 ezcomputers Graphics Cards 2 02-15-2007 11:56 AM
Intel 810 chipset ggordon Tips and Tricks 2 11-11-2006 07:16 PM
Intel Wireless tko0383 FreeBSD Help 20 05-25-2006 02:56 AM


All times are GMT. The time now is 07:49 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.