LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-28-2007, 02:13 AM   #1
projekthosting
LQ Newbie
 
Registered: Aug 2007
Location: Washington
Distribution: OpenSUSE 10.2
Posts: 5

Rep: Reputation: 0
Xorg unable to configure Sharp TV


Hi I am Alex. Here is my problem.

I have a Sharp X Flat 32' TV (S-Video Input) that I am trying to configure as a clone monitor in Xorg. I am using an S-Video output on a Geforce FX 5200. I have also tried this on my main graphic card Geforce 7900 GT, but both come up with the same result. All that shows up when I configure it with sax2 -r or manually is either random black and white squares that twitch, or a faint line that runs slowly upward.

after troubleshooting for a few hours I believe the problem is the graphic card stops producing the S-Video output after a few seconds when it starts. I am pretty sure this is the problem because every time I restart the X server the TV shows the Shell Console for a short moment.

Information
OS: OpenSUSE 10.2 i586
Works on Windows XP with Nvidia Driver (Only one screen at a time though)
Configured Xorg / manually / With sax2 / By a tutorials on the web

Any kind of help would be nice. Thank you.
 
Old 08-29-2007, 12:59 PM   #2
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
This is what works fine for me with an Nvidia 7600. This does double X, i.e. it operates the LCD and the TV independently from each other so that I can work on my computer while I'm watching TV. If this is not what you want, you'll need something involving TwinView and Xinerama.

Code:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "Module"
    Load        "i2c"
    Load           "bitmap"
    Load       "dbe"
    Load           "ddc"
    Load           "extmod"
    Load       "evdev"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load       "record"
    Load       "type1"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "be"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ImPS/2"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "Device"
    Identifier    "nVidia Corporation G70 [GeForce 7600 GS]"
    Driver        "nvidia"
    Screen        0
    BusID        "PCI:1:0:0"
    Option        "AddARGBVisuals"    "True"
    Option        "AddARGBGLXVisuals"    "True"
    Option          "RenderAccel" "true" #Compiz
    Option          "AllowGLXWithComposite" "true"    #Compiz
    Option        "UseFBDev"        "true"
EndSection

Section "Device"
        Identifier      "Device1"
        Driver "nvidia"
        Screen 1
        BusID   "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "Acer AL1951"
    Option        "DPMS"
    HorizSync    30-83
    VertRefresh    55-75
EndSection

Section "Monitor"
        Identifier "Television" #TV
    HorizSync 30-50
        VertRefresh 60
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "nVidia Corporation G70 [GeForce 7600 GS]"
    Monitor        "Acer AL1951"
    Option        "DynamicTwinView" "False"
    Option          "DisableGLXRootClipping" "true" #required by Compiz
    DefaultDepth    24
    SubSection "Display"
        Modes        "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device          "Device1"
        Monitor         "Television"
    DefaultDepth    24
        Option  "TVOutFormat" "SVIDEO"
        Option  "TVStandard" "PAL-B"
        Option  "ConnectedMonitor" "TV"
        SubSection "Display"
                Depth 24
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen 0    "Default Screen"
    Screen 1        "Screen1" leftof "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "DRI"
    Mode    0666
EndSection

Section "Extensions"
    Option "Composite" "Enable"
EndSection
Concentrate on the secondary Device, Monitor and Screen sections as well as the ServerLayout. Don't forget that you may need a different TV-standard.

Last edited by jay73; 08-29-2007 at 01:04 PM.
 
Old 08-30-2007, 01:32 AM   #3
projekthosting
LQ Newbie
 
Registered: Aug 2007
Location: Washington
Distribution: OpenSUSE 10.2
Posts: 5

Original Poster
Rep: Reputation: 0
Thank you for your reply. I did exactly as yours was setup just different refresh rates/ TV-standard (NTSC-M), and it would not load the x server. I also tried it just on one graphic card, but the same result accrued. One other thing I did was change the bus id to "PCI:6:7:0", but it made no difference. I just tried about ten more ways and non seemed to work...

Default Xorg
Quote:
# /.../
# SaX generated X11 config file
# Created on: 2007-08-28T11:56:17-0700.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "Files"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/URW"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/PEX"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/latin2/misc:unscaled"
FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
FontPath "/usr/share/fonts/latin2/Type1"
FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
FontPath "/usr/share/fonts/baekmuk:unscaled"
FontPath "/usr/share/fonts/japanese:unscaled"
FontPath "/usr/share/fonts/kwintv"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/uni:unscaled"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/ucs/misc:unscaled"
FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/misc:unscaled"
FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/Type1"
FontPath "/usr/share/fonts/misc/sgi:unscaled"
FontPath "/usr/share/fonts/xtest"
FontPath "/opt/kde3/share/fonts"
FontPath "unix/:7100"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
EndSection

Section "Module"
Load "v4l"
Load "dbe"
Load "glx"
Load "type1"
Load "freetype"
Load "extmod"
EndSection

Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "us"
Option "XkbModel" "pc104"
Option "XkbRules" "xfree86"
EndSection


Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "7"
Option "Device" "/dev/input/mice"
Option "Name" "Chic USB Device"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
DisplaySize 338 270
HorizSync 29-83
Identifier "Monitor[0]"
ModelName "LG ELECTRONICS L1750S"
Option "DPMS"
VendorName "GSM"
VertRefresh 43-75
UseModes "Modes[0]"
EndSection

Section "Monitor"
DisplaySize 305 230
HorizSync 29-50
Identifier "Monitor[1]"
ModelName "TV Sharp"
VendorName "800x600"
VertRefresh 60
UseModes "Modes[1]"
EndSection


Section "Modes"
Identifier "Modes[0]"
Modeline "1280x1024" 106.97 1280 1360 1496 1712 1024 1025 1028 1059
Modeline "1280x1024" 87.75 1280 1328 1360 1440 1024 1027 1034 1053 +HSync -Vsync
Modeline "1280x960" 107.32 1280 1360 1496 1712 960 961 964 995
Modeline "1280x960" 88.25 1280 1328 1360 1440 960 963 967 989 +HSync -Vsync
Modeline "1280x800" 107.21 1280 1360 1496 1712 800 801 804 835
Modeline "1280x800" 98.89 1280 1352 1488 1696 800 801 804 833
Modeline "1280x800" 91.61 1280 1352 1488 1696 800 801 804 831
Modeline "1280x800" 88.25 1280 1328 1360 1440 800 803 809 829 +HSync -Vsync
Modeline "1280x800" 83.46 1280 1344 1480 1680 800 801 804 828
Modeline "1152x864" 104.99 1152 1224 1352 1552 864 865 868 902
Modeline "1152x864" 96.77 1152 1224 1344 1536 864 865 868 900
Modeline "1152x864" 89.56 1152 1224 1344 1536 864 865 868 897
Modeline "1152x864" 86.75 1152 1200 1232 1312 864 867 871 895 +HSync -Vsync
Modeline "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895
Modeline "1280x768" 102.98 1280 1360 1496 1712 768 769 772 802
Modeline "1280x768" 94.98 1280 1352 1488 1696 768 769 772 800
Modeline "1280x768" 87.97 1280 1352 1488 1696 768 769 772 798
Modeline "1280x768" 84.75 1280 1328 1360 1440 768 771 778 796 +HSync -Vsync
Modeline "1280x768" 80.14 1280 1344 1480 1680 768 769 772 795
Modeline "1024x768" 81.80 1024 1080 1192 1360 768 769 772 802
Modeline "1024x768" 76.16 1024 1080 1192 1360 768 769 772 800
Modeline "1024x768" 69.71 1024 1080 1184 1344 768 769 772 798
Modeline "1024x768" 69.50 1024 1072 1104 1184 768 771 775 796 +HSync -Vsync
Modeline "1024x768" 64.11 1024 1080 1184 1344 768 769 772 795
Modeline "1280x600" 79.00 1280 1344 1480 1680 600 601 604 627
Modeline "1280x600" 72.80 1280 1336 1472 1664 600 601 604 625
Modeline "1280x600" 66.74 1280 1336 1464 1648 600 601 604 623
Modeline "1280x600" 66.25 1280 1328 1360 1440 600 603 613 622 +HSync -Vsync
Modeline "1280x600" 61.50 1280 1336 1464 1648 600 601 604 622
Modeline "1024x600" 63.20 1024 1080 1184 1344 600 601 604 627
Modeline "1024x600" 58.10 1024 1072 1176 1328 600 601 604 625
Modeline "1024x600" 54.25 1024 1072 1104 1184 600 603 613 622 +HSync -Vsync
Modeline "1024x600" 53.78 1024 1072 1176 1328 600 601 604 623
Modeline "1024x600" 48.96 1024 1064 1168 1312 600 601 604 622
Modeline "800x600" 48.91 800 840 920 1040 600 601 604 627
Modeline "800x600" 45.50 800 840 920 1040 600 601 604 625
Modeline "800x600" 44.00 800 848 880 960 600 603 607 622 +HSync -Vsync
Modeline "800x600" 42.11 800 840 920 1040 600 601 604 623
Modeline "800x600" 38.22 800 832 912 1024 600 601 604 622
Modeline "768x576" 45.51 768 808 888 1008 576 577 580 602
Modeline "768x576" 41.66 768 800 880 992 576 577 580 600
Modeline "768x576" 40.75 768 816 848 928 576 579 583 597 +HSync -Vsync
Modeline "768x576" 38.56 768 800 880 992 576 577 580 598
Modeline "768x576" 34.96 768 792 872 976 576 577 580 597
Modeline "640x480" 30.72 640 664 728 816 480 481 484 502
Modeline "640x480" 29.25 640 688 720 800 480 483 487 497 +HSync -Vsync
Modeline "640x480" 28.56 640 664 728 816 480 481 484 500
Modeline "640x480" 25.95 640 656 720 800 480 481 484 499
Modeline "640x480" 23.86 640 656 720 800 480 481 484 497
EndSection

Section "Modes"
Identifier "Modes[1]"
Modeline "1024x768" 64.11 1024 1080 1184 1344 768 769 772 795
Modeline "1024x600" 48.96 1024 1064 1168 1312 600 601 604 622
Modeline "800x600" 38.22 800 832 912 1024 600 601 604 622
Modeline "768x576" 34.96 768 792 872 976 576 577 580 597
Modeline "640x480" 23.86 640 656 720 800 480 481 484 497
EndSection


Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection

Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1024x768" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
Device "Device[1]"
Identifier "Screen[1]"
Monitor "Monitor[1]"
Option "TVStandard" "NTSC-M"
Option "TVOutFormat" "SVIDEO"
EndSection


Section "Device"
BoardName "GeForce 7900 GT"
BusID "1:0:0"
Driver "nv"
Identifier "Device[0]"
Screen 0
VendorName "NVidia"
EndSection

Section "Device"
BoardName "GeForce FX 5200 (0x0322)"
BusID "6:7:0"
Driver "nvidia"
Identifier "Device[1]"
Option "HorizSync" "tv: 30-50"
Option "VertRefresh" "tv: 60"
Option "TwinViewOrientation" "clone"
Option "ConnectedMonitor" "dfp, tv"
Screen 0
VendorName "NVidia"
Option "TwinView"
Option "MetaModes" "tv: 800x600 @1280x1024, dfp: 1280x1024; tv: 800x600 @1024x768, dfp: 1024x768; tv: 800x600, dfp: 800x600; tv: 640x480, dfp: 640x480"
EndSection


Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "on"
Option "Xinerama" "on"
Screen "Screen[1]"
Screen "Screen[0]"
EndSection


Section "DRI"
Group "video"
Mode 0660
EndSection

Section "Extensions"
EndSection

 
Old 08-30-2007, 02:54 AM   #4
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
How exactly does X fail to start? Is it just on the TV or on your computer as well? Have you checked whether /var/log/Xorg.0.log shows any warnings or errors?

By the way, I wonder if the TV wouldn't get picked up if you reinstalled the driver.
 
Old 08-30-2007, 04:56 PM   #5
projekthosting
LQ Newbie
 
Registered: Aug 2007
Location: Washington
Distribution: OpenSUSE 10.2
Posts: 5

Original Poster
Rep: Reputation: 0
Fancy That. It was the driver... Thank you for your support.

Last edited by projekthosting; 08-30-2007 at 06:18 PM.
 
  


Reply



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
Xorg-6.9 .0 Built, won't configure business_kid Linux - Software 2 01-17-2006 04:53 AM
Configure xorg failed binary Debian 4 12-21-2005 08:52 AM
Xorg, Xorg -configure fail kupek85 Linux - Software 3 08-05-2004 08:09 PM
Configure xorg iotc247 Slackware 1 05-30-2004 01:39 PM
Unable to configure terminal application in a Sharp Zaurus PDA [NoR]Archangel Linux - Laptop and Netbook 1 01-27-2004 12:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:17 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