You are not logged in.

#1 2013-05-05 21:17:09

larspensjo
Member
Registered: 2013-05-04
Posts: 2

Failure to downgrade Xorg

I want to downgrade to Xorg 1.13. I added the following to /etc/pacman.conf before any other repo:

[xorg113]
Server = http://catalyst.wirephire.com/repo/xorg113/$arch

And then I get:

$ sudo pacman-key --keyserver pgp.mit.edu --recv-keys 0xabed422d653c3094
gpg: requesting key 653C3094 from hkp server pgp.mit.edu
gpg: key 653C3094: public key "Vi0L0 <vi0l093@gmail.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
==> Updating trust database...
gpg: next trustdb check due at 2014-01-22
$ sudo pacman-key --lsign-key 0xabed422d653c3094
  -> Locally signing key 0xabed422d653c3094...
==> ERROR: 0xabed422d653c3094 could not be locally signed.

What am I doing wrong? Looking around, I found the suggestion:

$ sudo pacman-key --lsign D653C3094
  -> Locally signing key D653C3094...
==> Updating trust database...
gpg: next trustdb check due at 2014-01-22

Something was signed, though I don't know what. I don't know how this works. Anyway, when I now try to update:

$ sudo pacman -Syu
error: xorg113: signature from "Vi0L0 <vi0l093@gmail.com>" is unknown trust
:: Synchronizing package databases...
 xorg113 is up to date
 cinnarch-repo is up to date
 cinnarch-core is up to date
 core                     105.0 KiB   664K/s 00:00 [#####################] 100%
 extra                   1516.5 KiB  1444K/s 00:01 [#####################] 100%
 community               1944.8 KiB  1699K/s 00:01 [#####################] 100%
 multilib                 106.9 KiB   668K/s 00:00 [#####################] 100%
error: database 'xorg113' is not valid (invalid or corrupted database (PGP signature))

Any advice is welcome. The reason I am doing this is that I want to install the Catalyst drivers.

Offline

#2 2013-05-05 22:34:28

ubunchu
Member
Registered: 2012-05-01
Posts: 181

Re: Failure to downgrade Xorg

sudo pacman-key --populate archlinux
sudo pacman-key --keyserver pgp.mit.edu --recv-keys 0xabed422d653c3094; sudo pacman-key --lsign-key 0xabed422d653c3094
sudo pacman -Syyu
--if you need to downgrade xorg, when the previous works properly--
sudo pacman -Rdd xorg-server; sudo pacman -S xorg-server

Good luck.


Don't forget to mark as [SOLVED].

Offline

#3 2013-05-06 16:19:16

larspensjo
Member
Registered: 2013-05-04
Posts: 2

Re: Failure to downgrade Xorg

Thank you, that solved the issue!

Offline

#4 2013-05-06 16:41:04

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Failure to downgrade Xorg

please mark your thread solved


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

Board footer

Powered by FluxBB