ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] ASUS v9570/TD
@ 2004-06-03 10:14 Andrey Rogovsky
  2004-06-03 10:41 ` Mike Lykov
  2004-06-03 16:54 ` Alexander Kubatkin
  0 siblings, 2 replies; 5+ messages in thread
From: Andrey Rogovsky @ 2004-06-03 10:14 UTC (permalink / raw)
  To: Sisyphus

Хочу взять себе сабж GF 5700 с видеовыходм.
Вопрос - будет ли оно работать под альтом? Видеовыход.

У кого есть такая карточка, бросте в меня конфигом.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] ASUS v9570/TD
  2004-06-03 10:14 [sisyphus] ASUS v9570/TD Andrey Rogovsky
@ 2004-06-03 10:41 ` Mike Lykov
  2004-06-03 16:54 ` Alexander Kubatkin
  1 sibling, 0 replies; 5+ messages in thread
From: Mike Lykov @ 2004-06-03 10:41 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от Четверг 03 Июнь 2004 15:14 Andrey Rogovsky написал:
> Хочу взять себе сабж GF 5700 с видеовыходм.
> Вопрос - будет ли оно работать под альтом? Видеовыход.
> У кого есть такая карточка, бросте в меня конфигом.

такие вопросы хороши для hardware@

-- 
Mike Lykov
Samara, "Vesna" parfum company, System administrator 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] ASUS v9570/TD
  2004-06-03 10:14 [sisyphus] ASUS v9570/TD Andrey Rogovsky
  2004-06-03 10:41 ` Mike Lykov
@ 2004-06-03 16:54 ` Alexander Kubatkin
  2004-06-07 14:56   ` Andrey Rogovsky
  2004-06-15 15:49   ` Alexey Lubimov
  1 sibling, 2 replies; 5+ messages in thread
From: Alexander Kubatkin @ 2004-06-03 16:54 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list


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

В сообщении от 3 Июнь 2004 14:14 Andrey Rogovsky написал(a):
> Хочу взять себе сабж GF 5700 с видеовыходм.
> Вопрос - будет ли оно работать под альтом? Видеовыход.
>
> У кого есть такая карточка, бросте в меня конфигом.

у меня ASUS V9950ULTRA Deluxe с перепрошитым биосом от V9980ULTRA
вот мой конфиг.
для mplayer'а в ~/.bashrc сделал следующее:

alias mplayertv='DISPLAY=:0.1  mplayer'
alias mplayertvmc='DISPLAY=:0.1  mplayer -vo xvmc -vc ffmpeg12mc -vf vo'

mplayertv file.avi
или
mplayertv -alang ru dvd://
все выводится на телевизоре

>
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@altlinux.ru
> https://lists.altlinux.ru/mailman/listinfo/sisyphus

-- 
__________________________________________________
Alexander Kubatkin

[-- Attachment #1.2: XF86Config.nvidia --]
[-- Type: text/plain, Size: 9477 bytes --]



# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************

Section "Files"

    RgbPath	"/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.

    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

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Keyboard section
# **********************************************************************

Section "InputDevice"

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

    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us,ru"
    Option "XkbVariant"  ",winkeys"
    Option "XkbOptions"  "grp:rctrl_toggle"
#    Option "XkbOptions"  "grp:ctrl_shift_toggle"


EndSection

# **********************************************************************
# Pointer section
# **********************************************************************

Section "InputDevice"

    Identifier "Mouse1"
    Driver      "mouse"
#    Option "Protocol"    "PS/2"
    Option "Protocol"    "IMPS/2"
#    Option "Device"      "/dev/mouse"
    Option "Device" "/dev/input/mice"
    Option "Buttons"     "5"
    Option "ZAxisMapping" "4 5"
    Option "Resolution"   "800"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"
    Option "Emulate3Buttons" "no"

EndSection

Section "InputDevice"
        Identifier  	"IR-Mouse"
        Driver      	"mouse"
        Option      	"Device" "/dev/input/event2"
        Option      	"Protocol" "auto"
#        Option "Buttons"     "5"
#        Option "Buttons"     "3"
#	Option "Emulate3Timeout"    "50"
#	Option      "EmulateWheel" "true"
#        Option      "EmulateWheelButton" "2"
#	Option "YAxisMapping" "4 5"
#	Option 		"Emulate3Buttons" "true"
#
EndSection
						



Section "Module"

# This loads the DBE extension module.

 										

    Load	"dbe"
    Load	"type1"
    Load	"freetype"
    Load  	"xie"
    Load  	"/usr/X11R6/lib/modules/extensions/libglx.so"
    Load  	"fbdevhw"
    Load  	"v4l"
    Load  	"record"
    Load  	"extmod"

			

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.

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

# This loads the Type1 and FreeType font modules

EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
    Identifier "Monitor1"
    VendorName "ViewSonic"
    ModelName  "P95f"
#    DisplaySize 1280 1024

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync  30-117
#    HorizSync  30-126


# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-180


# Start of generated XFree86 Modelines
# 1600x1200 @ 100Hz
#Modeline "1600x1200"     261.07 1600    1616    1960    2072    1200    1200    1221    1253

# 1600x1200 @ 93 Hz
#Modeline "1600x1200"     242.42 1600    1616    1960    2072    1200    1200    1218    1253
# End of generated XFree86 Modelines


EndSection


Section "Monitor"
    Identifier "TV1"
    VendorName "Panasonic"
    ModelName  "29GF85T"
    HorizSync 30 - 50
    VertRefresh 60 - 60
EndSection
			        



# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
	Option      "DPMS" "on"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        Identifier  "Card0"
##        Driver      "nv"
        Driver      "nvidia"
        VendorName  "NVidia"
        BoardName   "GeForceFX 5950 ULTRA"
        BusID       "PCI:1:0:0"
	Option "IgnoreEDID" "on"
	Option "NoLogo" "1"
##	Option "NvAgp" "1"  	# use NVAGP, if possible
##	Option "NvAgp" "2" 	# use AGPGART, if possible
	Option "NvAgp" "3" 	# use any agp support (try AGPGART, then NVIDIA's AGP)
	Option 	"RenderAccel" "on"
	Option 	"Backingstore" "on"
#	Option  "XvMCSurfaces"  "6"
	Option 	"HWCursor" "True"
        Option	"CursorShadow"  "1"
        Option 	"CursorShadowAlpha" "64"
        Option 	"CursorShadowXOffset" "2"
        Option 	"CursorShadowYOffset" "4"
#	 
#    Option      "TwinView" "1"
#    Option      "TwinViewOrientation" "Clone"
#    Option      "MetaModes" "1600x1200, 1024x768; 1024x768, 1024x768; 640x480, 640x480; 512x384,512x384; 320x240,320x240"
#    Option      "ConnectedMonitor" "CRT, TV"
#    Option      "TVStandard" "PAL-B"
#    Option      "TVOutFormat" "SVIDEO"
#    Option	"TVOverScan" "1.0"
#    Option 	"SecondMonitorHorizSync"   "30-50"
#    Option 	"SecondMonitorVertRefresh" "60"
	     
							      
	
	
	
	Option "ConnectedMonitor"         "crt"
	Screen 0
#	Option "IgnoreDisplayDevices" "TV"
EndSection

Section "Device"
	Option      "DPMS" "on"
#        ### Available Driver options are:-
#        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
#        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
#        ### [arg]: arg optional
        Identifier  "NVTV"
        Driver      "nvidia"
        VendorName  "Panasonic"
        BoardName   "29GF85T"
        BusID       "PCI:1:0:0"
	Option "IgnoreEDID" "on"
	Option "NoLogo" "1"
##	Option "NvAgp" "1"  	# use NVAGP, if possible
##	Option "NvAgp" "2" 	# use AGPGART, if possible
	Option "NvAgp" "3" 	# use any agp support (try AGPGART, then NVIDIA's AGP)
	Option "RenderAccel" "on"
	Option "Backingstore" "on"
#	Option  "XvMCSurfaces"  "6"
	Option "TVStandard" "PAL-B"
	Option "TVOutFormat" "SVIDEO"
	Option "ConnectedMonitor"         "tv"
	Screen 1
#		     
EndSection



# **********************************************************************
# Screen sections
# **********************************************************************


Section "Screen"
    Identifier "CRT"
    Device      "Card0"
    Monitor     "Monitor1"
    DefaultColorDepth 24
    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x400"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       15
        Modes       "1024x768" "800x600" "640x480" "1280x1024" 
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480" "1280x1024" 
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
#	Virtual	   1280 1024
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" "512x384" "320x240"
        ViewPort    0 0
    EndSubsection
EndSection


Section "Screen"
    Identifier "TV"
    Device      "NVTV"
    Monitor     "TV1"
    DefaultColorDepth 24
    Subsection "Display"
        Depth       24
        Modes      "1024x768" "800x600" "640x480" "584x432" "320x240"
        ViewPort    0 0
    EndSubsection
EndSection


Section "ServerLayout"
        Identifier     "layout1"
        Screen      0  "CRT"
	Screen      1  "TV" RightOf "CRT"
        InputDevice    "Mouse1" "CorePointer"
#	InputDevice    "IR-Mouse" "SendCoreEvents"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection
				

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] ASUS v9570/TD
  2004-06-03 16:54 ` Alexander Kubatkin
@ 2004-06-07 14:56   ` Andrey Rogovsky
  2004-06-15 15:49   ` Alexey Lubimov
  1 sibling, 0 replies; 5+ messages in thread
From: Andrey Rogovsky @ 2004-06-07 14:56 UTC (permalink / raw)
  To: _kaa_, ALT Linux Sisyphus discussion list

Alexander Kubatkin пишет:

>у меня ASUS V9950ULTRA Deluxe с перепрошитым биосом от V9980ULTRA
>  
>

Спасибо, идею понял :)



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sisyphus] ASUS v9570/TD
  2004-06-03 16:54 ` Alexander Kubatkin
  2004-06-07 14:56   ` Andrey Rogovsky
@ 2004-06-15 15:49   ` Alexey Lubimov
  1 sibling, 0 replies; 5+ messages in thread
From: Alexey Lubimov @ 2004-06-15 15:49 UTC (permalink / raw)
  To: _kaa_, ALT Linux Sisyphus discussion list

Alexander Kubatkin пишет:
> В сообщении от 3 Июнь 2004 14:14 Andrey Rogovsky написал(a):
> 
>>Хочу взять себе сабж GF 5700 с видеовыходм.
>>Вопрос - будет ли оно работать под альтом? Видеовыход.
>>
>>У кого есть такая карточка, бросте в меня конфигом.
> 
> 
> у меня ASUS V9950ULTRA Deluxe с перепрошитым биосом от V9980ULTRA
> вот мой конфиг.
> для mplayer'а в ~/.bashrc сделал следующее:
> 
> alias mplayertv='DISPLAY=:0.1  mplayer'
> alias mplayertvmc='DISPLAY=:0.1  mplayer -vo xvmc -vc ffmpeg12mc -vf vo'

кстати, mplayer имеет ключик -display как раз для такого случая.

alias mplayertv='mplayer -display :0.1'

В баше разница невелика, но в случае создания кнопочек, врапперов и 
фронтендов - большое подспорье.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-06-15 15:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-03 10:14 [sisyphus] ASUS v9570/TD Andrey Rogovsky
2004-06-03 10:41 ` Mike Lykov
2004-06-03 16:54 ` Alexander Kubatkin
2004-06-07 14:56   ` Andrey Rogovsky
2004-06-15 15:49   ` Alexey Lubimov

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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