Announcement

Collapse
No announcement yet.

tv-out

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    tv-out

    This is my xorg file


    # /etc/X11/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 /etc/X11/xorg.conf manual page.
    # (Type "man /etc/X11/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 "ServerLayout"
    Identifier "Default Layout"
    Screen 0 "LVDS Screen[0]" 0 0
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    EndSection

    Section "Files"

    # path to defoma fonts
    FontPath "/usr/share/X11/fonts/misc"
    FontPath "/usr/share/X11/fonts/cyrillic"
    FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath "/usr/share/X11/fonts/Type1"
    FontPath "/usr/share/X11/fonts/100dpi"
    FontPath "/usr/share/X11/fonts/75dpi"
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection

    Section "Module"
    Load "i2c"
    Load "bitmap"
    Load "ddc"
    Load "dri"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "type1"
    Load "vbe"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "us"
    EndSection

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

    Section "Monitor"
    #LCD
    Identifier "LVDS Monitor[0]"
    HorizSync 28.0 - 84.0
    VertRefresh 43.0 - 60.0
    Option "DPMS"
    EndSection

    Section "Monitor"
    #TV
    Identifier "TV Monitor[1]"
    HorizSync 30.0 - 95.0
    VertRefresh 60.0 - 60.0
    Option "DPMS"
    EndSection

    Section "Device"
    Identifier "LCD on a ATI Radeon Mobility X700[0]"
    Driver "fglrx"
    Option "MonitorLayout" "LVDS,TV"
    Option "MetaModes" "1680x1050"
    Option "EnableMonitor" "lvds,tv"
    BusID "PCI:1:0:0"
    EndSection

    Section "Device"
    Identifier "TV on a ATI Radeon Mobility X700[1]"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection

    Section "Screen"
    Identifier "LVDS Screen[0]"
    Device "LCD on a ATI Radeon Mobility X700[0]"
    Monitor "LVDS Monitor[0]"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1680x1050"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1680x1050"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1680x1050"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1680x1050"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1680x1050"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1680x1050"
    EndSubSection
    EndSection

    Section "Screen"
    Identifier "TV Screen[1]"
    Device "TV on a ATI Radeon Mobility X700[1]"
    Monitor "TV Monitor[1]"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "800x600"
    EndSubSection
    EndSection

    Section "DRI"
    Mode 0666
    EndSection



    now when i run this command I get this error

    morikaweb@Dark-Wind:~$ sudo aticonfig --tv-standard-type=VIDEO --desktop-setup=clone --resolution=0,1680x1050 --resolution=1,800x600 --force-monitor=lvds,tv
    error at set screen resolution : screen0 does not exist
    aticonfig: parsing the command-line failed.
    morikaweb@Dark-Wind:~$

    But screen0 is there, any help would be appreciated...

    #2
    Re: tv-out

    You specified screen 1 in the tv card definition, but not screen 0 in the vga card definition.

    Comment


      #3
      Re: tv-out

      Originally posted by Teppic
      You specified screen 1 in the tv card definition, but not screen 0 in the vga card definition.
      Can you please show me the lines to change.
      Thank you

      Comment

      Working...
      X