Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
This post has been edited 1 times, last edit by "DocViper" (Mar 8th 2011, 12:06pm)
This post has been edited 1 times, last edit by "kaminkehrer" (Mar 8th 2011, 4:36pm)
This post has been edited 1 times, last edit by "Hemingway" (Mar 9th 2011, 11:06am)
Quoted
Hat einer von euch noch nen anderen Receiver, mit dem Ihr das ausprobieren könnt??
Ich meinte den Fernseher, damit ich z.B. den PC im PIP und VDR im Hintergrund haben kann.
Quoted
Original von henfri
Yavdr kann pip.
Quoted
# LG 32LD450
# Ausgabedevice vdr-frontend,xbmc
#
# 1920x1080
# Horizontal Bildwiederhol
# frequenz (kHz) frequenz (Hz)
# 33,72/33,75 59,94/60
# 28,125 50
# 26,97/27 23,97/24
# 33,716/33,75 29,976/30,00
# 56,25 50
# 67,43/67,5 59,94/60
#
Section "ServerLayout"
Identifier "Layout0"
Screen "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "LG"
ModelName "32LD450"
HorizSync 14.0 - 91.0
VertRefresh 48.0 - 80.0
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "ION VGA"
Screen 0
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "ExactModeTimingsDVI" "True"
Option "FlatPanelProperties" "Scaling = Native"
Option "OnDemandVBlankinterrupts" "on"
Option "ModeValidation" "AllowNon60HzDFPModes, NoDFPNativeResolutionCheck"
Option "UseEvents" "True"
Option "ColorSpace" "DFP:YCbCr444"
Option "metamodes" "DFP:1920x1080_50+0+0,1920x1080+0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
Quoted
HorizSync 14.0 - 91.0
VertRefresh 48.0 - 80.0
This post has been edited 1 times, last edit by "kaminkehrer" (Mar 9th 2011, 1:48pm)
This post has been edited 1 times, last edit by "kaminkehrer" (Mar 9th 2011, 8:31pm)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
pcm.!default {
type plug
slave {
pcm "both"
}
}
pcm.both {
type route
slave {
pcm multi
channels 4
}
ttable.0.0 1.0
ttable.1.1 1.0
ttable.0.2 1.0
ttable.1.3 1.0
}
pcm.multi {
type multi
slaves.a {
pcm "tv"
channels 2
}
slaves.b {
pcm "receiver"
channels 2
}
bindings.0.slave a
bindings.0.channel 0
bindings.1.slave a
bindings.1.channel 1
bindings.2.slave b
bindings.2.channel 0
bindings.3.slave b
bindings.3.channel 1
}
pcm.tv {
type hw
card 0
device 3
channels 2
}
pcm.receiver {
type hw
card 0
device 0
channels 2
}
|