Giter VIP home page Giter VIP logo

Comments (9)

jontyrudman avatar jontyrudman commented on July 29, 2024 2

@ianporter Add Server=https://archive.archlinux.org/repos/2016/01/10/$repo/os/$arch to your /etc/pacman.d/mirrorlist and temporarily comment out the others. This will tell pacman to use the repositories from that date. Use pacman -Syy to update the database to the new mirror.

Then (after uninstalling any xf86- packages you have) you can use pacman -S xorg and select the whole group apart from xf86- packages, because which the video packages will cause conflicts. Install an xf86-input- package from the list though, you'll need one, probably libinput.
This will downgrade all xorg packages to the latest versions from the 10th of January 2016, which should include xorg-server 1.18*.

To use arch normally again after the install, you'll need to add IgnoreGroup=xorg to your /etc/pacman.conf, uncomment the servers you commented out in the mirrorlist, delete the server you added to the mirrorlist and run pacman -Syy again to update the database. This tells pacman to not upgrade xorg (which would break this driver version) but switch back to the new repositories.

The whole xorg group should now be downgraded successfully and you may install the driver. To update it in the future if need be, remove the IgnoreGroup=xorg line from pacman.conf.

Good luck :)

from archlinux-amdgpu-pro.

jontyrudman avatar jontyrudman commented on July 29, 2024

I ran into the same PGP problem with ncurses5-compat-libs. I fixed it with the suggested method in the top comment on that package info page:

To import the necessary key execute the following:
gpg --recv-keys <KEYID - See 'validpgpkeys' variable in PKGBUILD>

I actually tried out sddm shortly after installing AMDGPU-Pro 16.60 and it worked, so I'd imagine getting those dependencies down for 16.60 would solve your issue. Other than that, make sure your xorg-server and xorg-server-common are 1.18.

from archlinux-amdgpu-pro.

ianporter avatar ianporter commented on July 29, 2024

thanks very much for getting back to me so quickly.. I am at work, but shall try that out later :)

from archlinux-amdgpu-pro.

brainpower avatar brainpower commented on July 29, 2024

To solve the PGP issue somewhat permanently, one could also add/enable

# auto-key-retrieve : automatically fetch keys as needed from the keyserver
keyserver-options auto-key-retrieve

in ~/.gnupg/gpg.conf

from archlinux-amdgpu-pro.

jontyrudman avatar jontyrudman commented on July 29, 2024

Thanks @brainpower, TIL.

from archlinux-amdgpu-pro.

ianporter avatar ianporter commented on July 29, 2024

Thanks for the update.

I am getting this error upon trying to install the pro packages

:: xf86-video-amdgpu-pro and xorg-server are in conflict (X-ABI-VIDEODRV_VERSION). Remove xorg-server? [y/N]

I would assume that I require xorg-server ?

from archlinux-amdgpu-pro.

corngood avatar corngood commented on July 29, 2024

@ianporter You probably just need to downgrade to xorg-server 1.18? Did you do that already?

from archlinux-amdgpu-pro.

ianporter avatar ianporter commented on July 29, 2024

Nope, I have not that :(

I was reading here : https://wiki.archlinux.org/index.php/AMD_Catalyst#Xorg_repositories but their is not a xorg-server 1.18 version..

Is there any recommendations on how to downgrade via pacman ? (if possible) that will always keep in line with the AMDGPU-PRO version ?

thanks very much for getting back to myself.

from archlinux-amdgpu-pro.

ianporter avatar ianporter commented on July 29, 2024

@JontySR : thanks very much, that sorted it.

from archlinux-amdgpu-pro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.