ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Vlad Gousev <VladGousev@gmx.net>
To: community@altlinux.ru
Subject: Re: [Comm] mplayer vs xine
Date: Sun, 21 Dec 2003 17:54:41 +0300
Message-ID: <200312211754.41818.VladGousev@gmx.net> (raw)
In-Reply-To: <20031219212832.GA2207@pasha.alkorn.net>


[-- Attachment #1.1: body text --]
[-- Type: text/plain, Size: 1280 bytes --]

В сообщении от Суббота 20 Декабрь 2003 00:28 Pavel Tsybulin 
написал(a):

>>  Я бы конечно мог смотреть DVD с помощью xine, но не знаю как
>> добиться от него вывода изображения на телевизор (то, что
>> mplayer делает опцией -display :0.1).
>
>~/.xine/config
>gui.xinerama_use_screens:1
>
>Запускать с опцией -F или жать F для перехода в full-screen
> mode с поддержкой xinerama

Пробовал, не получается. 
xine -F жалуется, что "Display is not using Xinerama", хотя "cat 
/var/log/XFree86.0.log |grep -i Xinerama" даёт:
(**) Option "Xinerama" "off" 
## это я отключаю встроенную поддержку "рамы" в XFree86
(II) Initializing built-in extension XINERAMA
## это включается поддержка "рамы" драйвером nvidia

Не сочтите за труд посмотрите мой XF86Config-4. Может я чего не 
допонял, читая по ...надцатому разу 
/usr/share/doc/NVIDIA_GLX-1.0.4191/README и man XF86Config.
Не дайте помереть дураком.

Спасибо.

-- 
Meneg Suilaid,                   [Team Sberbank ] [Team Philips ]
 Vlad Gousev                     [Team Niva21213] [Team Linux   ]
                                 [      Freedom for Tibet       ]
to verify pgp:
   http://stinkfoot.org:11371/pks/lookup?op=get&search=0x318369E5
--- KMail 1.5 / ALT Linux Junior 2.2
*Origin:OM-MANI-PADME-HUNG (VladGousev at gmx dot net)

[-- Attachment #1.2: XF86Config-4 --]
[-- Type: text/plain, Size: 8583 bytes --]

##########################################################################
# Sample XF86Config file for NVIDIA XFree86 drivers.
#
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
#
# Be sure to replace the monitor values with correct values for your
# monitor!
##########################################################################


Section "Files"

    RgbPath	"/usr/X11R6/lib/X11/rgb"
    FontPath   "unix/:-1"

EndSection


##########################################################################
# Server flags section.
##########################################################################

Section "ServerFlags"

    # Uncomment this to cause a core dump at the spot where a signal is
    # received.  This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    #NoTrapSignals

    # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    #DontZap

    # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
    # sequences.  This allows clients to receive these key events.
    #DontZoom

    # This  allows  the  server  to start up even if the
    # mouse device can't be opened/initialised.
    AllowMouseOpenFail
    
    Option "Xinerama" "off"

EndSection


##########################################################################
# Input devices
##########################################################################

#
# Keyboard section
#
Section "InputDevice"

    Identifier "Keyboard1"
    Driver     "Keyboard"
    Option     "AutoRepeat"  "250 30"

    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "ru"
    Option "XkbVariant" "winkeys"
    Option "XkbOptions" "grp:ctrl_shift_toggle"

EndSection


#
# Pointer section
#
Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"
    Option      "Protocol"     "IMPS/2"
    Option      "Device"       "/dev/mouse"
    Option "ZAxisMapping" "4 5"

EndSection


##########################################################################
# Module section
##########################################################################

Section "Module"

    Load        "dbe"

    # Load the glx module.
    Load        "/usr/X11R6/lib/modules/extensions/libglx.so"

    SubSection	"extmod"
	#Option	"omit xfree86-dga"

    EndSubSection

    Load	"type1"
    Load	"freetype"
EndSection


##########################################################################
# Monitor section
##########################################################################

Section "Monitor"

    Identifier "Daewoo 1509B"
    VendorName "Daewoo"
    ModelName  "Unknown"

    # be sure to replace these values with values appropriate for your
    # monitor!
    HorizSync  30.0-69.0
    VertRefresh 50.0-120.0

#ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
#ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
#ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616

EndSection

Section "Monitor"

    Identifier "Philips"
    VendorName "Philips"
    ModelName  "Unknown"

    HorizSync  30.0-50.0
    VertRefresh 60.0

EndSection

##########################################################################
# Graphics device section(s)
##########################################################################

Section "Device"
    Identifier  "NV"
    VendorName  "Manli"
    BoardName   "Unknown"
    Driver      "nvidia"
    # update this with the PCI id of your card.  Consult the output
    # of the 'lspci' command.
    BusID       "PCI:1:0:0"
    Option      "DPMS"                          "on"
    Option      "NvAGP"                         "1"
    Option      "CursorShadow"                  "on"
    Option      "TwinView"                      "on"
    Option      "TwinViewOrientation"           "Clone"
    Option      "SecondMonitorHorizSync"        "30-50"
    Option      "SecondMonitorVertRefresh"      "60"
    Option      "MetaModes"                     "1024x768,640x480 @1024x768; 800x600,640x480 @800x600; 640x480,640x480"
    Option      "TVStandard"                    "PAL-I"
    Option      "TVOutFormat"                   "COMPOSITE"
EndSection
#    Option      "MetaModes"                     "1024x768,800x600 @1024x768; 800x600,800x600; 640x480,640x480"

Section "Device"
    Identifier  "NV0"
    VendorName  "Manli"
    BoardName   "Unknown"
    Driver      "nvidia"
    BusID       "PCI:1:0:0"
    Option      "DPMS"                          "on"
    Option      "NvAGP"                         "1"
    Option      "CursorShadow"                  "on"
    Screen      0
EndSection

Section "Device"
    Identifier  "NV1"
    VendorName  "Manli"
    BoardName   "Unknown"
    Driver      "nvidia"
    BusID       "PCI:1:0:0"
    Option      "DPMS"                          "off"
    Option      "NvAGP"                         "1"
    Option      "CursorShadow"                  "on"
    Screen      1
EndSection

Section "Device"
    Identifier  "NV3"
    VendorName  "Manli"
    BoardName   "Unknown"
    Driver      "nvidia"
    # update this with the PCI id of your card.  Consult the output
    # of the 'lspci' command.
    BusID       "PCI:1:0:0"
    Option      "DPMS"                          "on"
    Option      "NvAGP"                         "1"
    Option      "CursorShadow"                  "on"
    Option      "TwinView"                      "on"
    Option      "TwinViewOrientation"           "RightOf"
    Option      "SecondMonitorHorizSync"        "30-50"
    Option      "SecondMonitorVertRefresh"      "60"
    Option      "MetaModes"                     "1024x768,800x600 @1024x768; 800x600,800x600; 640x480,640x480"
    Option      "TVStandard"                    "PAL-I"
    Option      "TVOutFormat"                   "COMPOSITE"
EndSection

##########################################################################
# Screen sections
##########################################################################

Section "Screen"
    Identifier "Screen NV"
    Device      "NV"
    Monitor     "Daewoo 1509B"
    DefaultColorDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection

EndSection

Section "Screen"
    Identifier "Screen NV0"
    Device      "NV0"
    Monitor     "Daewoo 1509B"
    DefaultColorDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection

EndSection

Section "Screen"
    Identifier "Screen NV1"
    Device      "NV1"
    Monitor     "Philips"
    Option      "TVStandard"            "PAL-I"
    Option      "TVOutFormat"           "COMPOSITE"
    Option      "ConnectedMonitor"      "TV"
    DefaultColorDepth 24
    Subsection "Display"
        Depth       24
        Modes       "800x600" "640x480"
        ViewPort    0 0
    EndSubsection

EndSection

Section "Screen"
    Identifier "Screen NV3"
    Device      "NV3"
    Monitor     "Daewoo 1509B"
    DefaultColorDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

##########################################################################
# ServerLayout sections
# (invoke using the '-layout' option of 'startx'.
##########################################################################

#
# MULTIPLE X SCREENS ON ONE CARD
#
Section "ServerLayout"
    Identifier  "scr"
    Screen      0 "Screen NV0" 
    Screen      1 "Screen NV1" rightOf "Screen NV0"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

#
# just one agp twinview card
#
Section "ServerLayout"
    Identifier  "clone"
    Screen      "Screen NV"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

#
# just one agp twinview card
#
Section "ServerLayout"
    Identifier  "right"
    Screen      "Screen NV3"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2003-12-21 14:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-19 19:19 Vlad Gousev
2003-12-19 21:28 ` Pavel Tsybulin
2003-12-21 14:54   ` Vlad Gousev [this message]
2003-12-21 17:47     ` Pavel Tsybulin
2003-12-21 18:33       ` Vlad Gousev
2003-12-22 10:31         ` some_x
2003-12-23 19:26           ` Vlad Gousev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200312211754.41818.VladGousev@gmx.net \
    --to=vladgousev@gmx.net \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git