Advertisement
MarshNello

otdfedorainfo

Jul 22nd, 2022
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Additional instructions for OTD on Fedora:
  2.  
  3. if some libXrandr error pops out when using OTD, try with
  4.  
  5. sudo dnf install -y libXrandr-devel
  6.  
  7. but if that appears to be already installed,
  8. (example:
  9. Package libXrandr-devel-1.5.2-8.fc36.i686 is already installed.
  10. Dependencies resolved.
  11. Nothing to do.
  12. Complete!)
  13.  
  14. just copy the package name and replace i686 with x86_64
  15.  
  16. sudo dnf install -y libXrandr-devel-1.5.2-8.fc36.x86_64
  17.  
  18. Restart otd and you should be good e.e
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement