LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 05-02-2006, 04:38 PM   #1
clarinetJWD
LQ Newbie
 
Registered: May 2006
Location: Houston, TX
Distribution: SuSE 10.0 Professional
Posts: 2

Rep: Reputation: 0
S-Video out on a Dell Inspiron 1100 not working in SuSE 10.0


I just reformatted my laptop and installed SuSE 10.0, and was planning on using it to send my various movies and audio to my home theater system (i.e. a mediacenter pc). I have the correct drivers installed (Motherboard Intel 845, graphics 845gm) but I can't find any way to output video to the S-Video out on the computer.

A second, but non-essential problem I have is that the [Fn] commands do not work in SuSE. I am quite new to Linux, so bear with me. Thanks!
 
Old 05-05-2006, 09:34 AM   #2
spindles
Member
 
Registered: May 2005
Location: New Zealand
Distribution: Now Ubuntu 16.04
Posts: 154

Rep: Reputation: 15
Hi clarinetJWD,
I don't know about laptops and what might be different about them compared to a desktop machine, but you should tell us what video card you have and what drivers you have for it. For example, there are some well-knowm issues with nvidia cards and S-video output.
Also, if you connect to a TV with your S-video cable what happens? Any picture at all? Perhaps a picture when you first boot up and then no picture when the video mode changes.

Also people here who can help you will want to know what's in your XF86config or xorg config file.
 
Old 05-06-2006, 05:25 PM   #3
suselapper
LQ Newbie
 
Registered: Nov 2004
Posts: 22

Rep: Reputation: 15
xorg configuration for s-video/TV output

It sounds like your system has a similar situation to mine, which means that you will have to configure a custom xorg config file that allows output to video. As you said in your message, the Fn-keys that switch output modes in WinXP don't work here (presumably because they rely on interaction with running Windows programs).

This is probably not a trivial operation. For my system I got it to work when I include the following in /etc/X11/xorg.conf:

Code:
Section "Screen"
  Identifier   "LCDwithTV"
  Device       "i915TV0"
  Monitor      "LaptopLCD"
  DefaultDepth 16
  SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1280x800" "1024x768"
 EndSubsection
EndSection

Section "Screen"
    Identifier  "TV"
    Device      "i915TV1"
    Monitor     "Television"
    DefaultDepth 16

    Subsection "Display"
        Depth   16
        Modes   "800x600" "640x480"
        ViewPort 0 0
    EndSubsection
EndSection

Section  "Device"
#secondary screen setup:
  Identifier "i915TV0"
  Driver     "i810"
  BoardName  "915 GM"
  BusID      "0:2:0"
  Screen     0
  Option     "MonitorLayout" "TV,LFP"
EndSection

Section  "Device"
#secondary screen setup:
  Identifier "i915TV1"
  Driver     "i810"
  BoardName  "915 GM"
  BusID      "0:2:0"
  Screen     1
  Option     "MonitorLayout" "TV,LFP"
EndSection

Section "ServerLayout"
#testing TV layout
  Identifier   "TVLayout"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  InputDevice  "Mouse[3]" "SendCoreEvents"
  Option       "Clone" "off"
  Option       "Xinerama" "on"
  Screen   0    "LCDwithTV"
  Screen   1    "TV" RightOf "LCDwithTV"
EndSection
================================================

NOTE that if you decide to try this you really should make sure to make a backup copy of the original xorg.conf file. Also, the driver that I use is not necessarily appropriate for your system (mine has Intel 915 graphics). What you'd have to do is modify the file to look like the above, then restart X and if it works, you will get some output to your S-video port. Remember that you can use a text terminal (hint: Ctl-Alt-F2)), if the X-reset fails badly

As you might be able to tell, with this scheme, you'd have to switch between different xorg.conf files to enable or disable TV output.
 
Old 05-07-2006, 10:13 AM   #4
clarinetJWD
LQ Newbie
 
Registered: May 2006
Location: Houston, TX
Distribution: SuSE 10.0 Professional
Posts: 2

Original Poster
Rep: Reputation: 0
Thanks a ton! I'm not sure how to "include" things like that in Linux, as I said, I am brand new to the OS. I should be fine with a bit of googling, though. I'll let you guys know if it works!
 
Old 05-07-2006, 11:26 AM   #5
suselapper
LQ Newbie
 
Registered: Nov 2004
Posts: 22

Rep: Reputation: 15
Yes, give that a try and let us know. One comment: this method bypasses/overrides the settings that yast2/sax2 implements. What this means is that configuring X through yast2 after making this manual change is likely to mess everything up again. Of course, once you have it figured out, you should have no need to do further fiddling
and aside from that - a detailed customization of a linux laptop probably would include more editing of the file anyway (e.g. for editing mouse/touchpad settings).
 
  


Reply

Tags
svideo



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Have a Dell Inspiron 1100 with slow video or 640x480 video resolution? Solution here! beatupbilly Fedora 3 05-11-2007 10:44 AM
Dell inspiron 1100 display not ok on Suse 9.1 murho Linux - Hardware 2 08-21-2005 05:53 PM
problem with suse sels8 and DELL inspiron 1100 prince amir SUSE / openSUSE 10 11-09-2004 04:29 AM
SuSE 9.0 installed on a Dell Inspiron 1100-NEWBIE TheLoves Linux - Laptop and Netbook 3 02-12-2004 02:51 AM
Linksys WPC11, SuSE 8.2, Dell Inspiron 1100 bhtooefr Linux - Networking 3 11-04-2003 08:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 06:02 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration