Announcement

Collapse
No announcement yet.

OpenMandriva Is Sort Of Trying To Make It Easier To Game On Linux

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    Originally posted by Kemosabe View Post

    Currently wine does not compile with gcc >= 5 which is being shipped with arch. For gcc 4 you have to install another gcc aur package which actually do not work for me.
    Hmmm this has been fixed for a while now.
    I have no issue building wine anymore with gcc5.

    Comment


    • #12
      Originally posted by Dukenukemx View Post
      According the Tek Linux guys they tried to use PCIe Passthrough with Nvidia and the drivers just shuts down and it's deliberate. So think twice about owning Nvidia hardware.

      https://www.youtube.com/watch?v=16dbAUrtMX4
      There are ways. You have to hide KVM and Xen from the driver and disable HyperV extensions.
      Basically add something like "-cpu host,kvm=off" into the KVM commandline then remove these lines from the VM XML config file:

      <hyperv>
      <relaxed state='on'/>
      <vapic state='on'/>
      <spinlocks state='on' retries='4096'/>
      </hyperv>

      <timer name='hypervclock' present='yes'/>

      Here's a GTX 970 that someone passed into a Windows guest:
      Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

      Comment

      Working...
      X