Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 267 Bytes

nvidia.md

File metadata and controls

9 lines (6 loc) · 267 Bytes

Virtual ssh -X from old ati to new nvidia

We need to enable two Options for allowing indirect GLX so we need that xorg.conf looks like this:

Section "SeverFlags"
    Option "AllowIndirectGLX" "on"
    Option "IndirectGLX" "on"
EndSection