Hallo,
ich möchte ein 7" TFT am VDR ansible betreiben. Meine Hardware: ASRock Q1900M Pro, NVidia GT1030. Das 7"-TFT soll an den VGA-Anschluss des Mainboards und das TV an die NVidia angeschlossen werden.
Wie bekomme ich o2b2web auf dem 7"-TFT ans Laufen?
sudo -H ansible-playbook yavdr07.yml -b -i 'localhost_inventory' --connection=local --tags="yavdr-xorg"
bringt folgende xorg.conf:
Code
- #
- # *** ANSIBLE MANAGED FILE ***
- # template: /usr/src/yavdr-ansible/roles/yavdr-xorg/templates/xorg.conf.j2
- #
- Section "ServerLayout"
- Identifier "Layout0"
- Screen 0 "Screen0" 0 0
- #InputDevice "Keyboard0" "CoreKeyboard"
- #InputDevice "Mouse0" "CorePointer"
- Option "Xinerama" "0"
- EndSection
- Section "InputClass"
- Identifier "exclude eventlircd devices"
- MatchTag "eventlircd"
- Option "Ignore" "True"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- VendorName "YKT"
- ModelName "GEMCOLOR-14A"
- Option "DPMS"
- Option "ExactModeTimingsDVI" "True"
- EndSection
- Section "Device"
- Identifier "Device0"
- Driver "nvidia"
- VendorName "NVIDIA Corporation"
- Option "NoLogo" "true"
- BoardName "GeForce GT 1030"
- BusID "PCI:2@0:0:0"
- Screen 0
- Option "ConnectedMonitor" "VGA-1"
- Option "CustomEDID" "VGA-1:/etc/X11/edid.VGA-1.bin"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Device0"
- Monitor "Monitor0"
- DefaultDepth 24
- Option "nvidiaXineramaInfoOrder" "VGA-1"
- Option "UseDisplayDevice" "VGA-1"
- Option "metamodes" "VGA-1: 1024x768_60 +0+0 {ForceCompositionPipeline=Off, ForceFullCompositionPipeline=Off}"
- Option "AllowIndirectGLXProtocol" "off"
- Option "TripleBuffer" "on"
- Option "SLI" "Off"
- Option "MultiGPU" "Off"
- Option "BaseMosaic" "off"
- SubSection "Display"
- Depth 24
- EndSubSection
- EndSection
- Section "Extensions"
- Option "Composite" "Disable"
- EndSection
Viele Grüße
Frank