Stereo: Difference between revisions

5 bytes removed ,  20 October 2019
→‎Linux: "composite" "disable" no longer works - thx Mario!
(→‎Linux: "composite" "disable" no longer works - thx Mario!)
Line 69: Line 69:
     Option        "Stereo" "10"
     Option        "Stereo" "10"
     Option        "nvidiaXineramaInfoOrder" "DFP-0"
     Option        "nvidiaXineramaInfoOrder" "DFP-0"
     Option        "metamodes" "DVI-I-1: 1920x1080_120 +0+0, DP-1: nvidia-auto-select
     Option        "metamodes" "DVI-I-1: 1920x1080_120 +0+0, DP-1: nvidia-auto-select +1920+0"
+1920+0"
     Option        "SLI" "Off"
     Option        "SLI" "Off"
     Option        "MultiGPU" "Off"
     Option        "MultiGPU" "Off"
Line 84: Line 83:
The update of RHEL7 to 7.6 broke our /etc/X11/xorg.conf . It needs now
The update of RHEL7 to 7.6 broke our /etc/X11/xorg.conf . It needs now
         Section "Extensions"
         Section "Extensions"
           Option    "COMPOSITE" "Disable"
           Option    "COMPOSITE" "Off"
         EndSection
         EndSection
instead of  
instead of  
1,328

edits