View previous topic :: View next topic |
Author |
Message |
guido.hatzsis n00b

Joined: 10 Jul 2015 Posts: 51
|
Posted: Tue Feb 09, 2016 6:20 am Post subject: with ati-drivers installed emerge l pulling xorg-server-1.18 |
|
|
Hi
I got fed up with the lock screen not working properly so I thought I would try the flickering fglrx drivers. But, I see that even with ati-drivers-15.12. installed, emerge -vDNu world is stll pulling in the wrong xorg-server.
ie.
ati-config
RDEPEND="
<=x11-base/xorg-server-1.17.49[-minimal]
doesn't block xorg-1.18.
Is this a new feature? This doesn't seem right. |
|
Back to top |
|
 |
Fitzcarraldo Veteran


Joined: 30 Aug 2008 Posts: 1774 Location: United Kingdom
|
Posted: Tue Feb 09, 2016 3:31 pm Post subject: |
|
|
Annoying, isn't it? I had to add '>x11-base/xorg-server-1.17.4' and '>x11-base/xorg-drivers-1.17' to package.mask in my ~amd64 installation with ati-drivers-15.12-r1 installed. _________________ Clevo W230SS: amd64 nvidia-drivers & xf86-video-intel.
Compal NBLB2: ~amd64 xf86-video-ati. Dual boot Win 7 Pro 64-bit.
OpenRC eudev elogind & KDE on both.
Fitzcarraldo's blog |
|
Back to top |
|
 |
guido.hatzsis n00b

Joined: 10 Jul 2015 Posts: 51
|
Posted: Tue Feb 09, 2016 9:46 pm Post subject: |
|
|
I dug a bit deeper and found that xf86-input-evdev sucks in
RDEPEND=">=x11-base/xorg-server-1.18[udev]
actually there are a couple of versions that have this dependancy so a quick change to
1.17 makes all these problems go away.
Does evdev 2.10 really depend on 1.18 - it seems to work quite find with 1.17? |
|
Back to top |
|
 |
Fitzcarraldo Veteran


Joined: 30 Aug 2008 Posts: 1774 Location: United Kingdom
|
|
Back to top |
|
 |
guido.hatzsis n00b

Joined: 10 Jul 2015 Posts: 51
|
Posted: Sat Feb 20, 2016 5:23 am Post subject: |
|
|
Oh I live in hope that it will be fixed.
Thanks for that. |
|
Back to top |
|
 |
papu l33t

Joined: 25 Jan 2008 Posts: 605 Location: Sota algun pi o alzina...
|
Posted: Fri Apr 08, 2016 11:29 pm Post subject: |
|
|
this is frustrating ati-drivers looking for xorg-server 1.17 but xf86-input-evdev need xorg-server 1.8
then with 1.18 dosen't work ati-drives and with 1.17 don't work keyboard and mouse...
how i have to do for make working my keyboard without xf86-input-evdev?
the mouse is working but keyboard don't work well , it have a infinite looping typing bug and is unusable with this config.
Quote: | Section "InputClass"
Identifier "ratolí"
MatchIsPointer "on"
Driver "mouse"
Option "Device" "/dev/input/mouse0"
Option "Buttons" "3"
Option "Protocol" "Auto"
EndSection
Section "InputClass"
Identifier "teclat"
MatchIsKeyboard "on"
Driver "kbd"
# Option "Device" "/dev/input/event21"
MatchDevicePath "/dev/input/event20"
Option "XkbLayout" "es"
Option "XkbModel" "pc105"
Option "XkdOptions" ""
EndSection |
_________________ --Intel i5 6600 --GA-Z170-HD3P --Ripjaws V 2x8 2400 --Radeon RX 470 G1 4G --Gentoo & Windows |
|
Back to top |
|
 |
mr-simon Guru


Joined: 22 Nov 2002 Posts: 364 Location: Leamington Spa, Warks, UK
|
Posted: Mon Oct 31, 2016 4:43 pm Post subject: |
|
|
Very sorry for necro-posting but this post is the top Google search result for: "ati-drivers x11 1.18 gentoo" - Alas, this is still an issue 6 months on.
In order to fix this, I had to add the following lines to /etc/portage/package.mask:
Code: | >=x11-base/xorg-server-1.18
>=x11-base/xorg-drivers-1.18
>=x11-drivers/xf86-input-evdev-2.10.0 |
Hope this is of help to future googlers. _________________ "Pokey, are you drunk on love?"
"Yes. Also whiskey. But mostly love... and whiskey." |
|
Back to top |
|
 |
papu l33t

Joined: 25 Jan 2008 Posts: 605 Location: Sota algun pi o alzina...
|
Posted: Mon Oct 31, 2016 8:15 pm Post subject: |
|
|
mr-simon wrote: | Very sorry for necro-posting but this post is the top Google search result for: "ati-drivers x11 1.18 gentoo" - Alas, this is still an issue 6 months on.
In order to fix this, I had to add the following lines to /etc/portage/package.mask:
Code: | >=x11-base/xorg-server-1.18
>=x11-base/xorg-drivers-1.18
>=x11-drivers/xf86-input-evdev-2.10.0 |
Hope this is of help to future googlers. |
thanks but right now fglxdrivers(ati-drivers) don't exist , i have to wait for amdgpu drivers on 4.9 kernel  _________________ --Intel i5 6600 --GA-Z170-HD3P --Ripjaws V 2x8 2400 --Radeon RX 470 G1 4G --Gentoo & Windows |
|
Back to top |
|
 |
Hu Moderator

Joined: 06 Mar 2007 Posts: 14396
|
Posted: Tue Nov 01, 2016 1:31 am Post subject: |
|
|
mr-simon wrote: | In order to fix this, I had to add the following lines to /etc/portage/package.mask: | You have deferred the problem by telling Portage not to remind you of the issue, but the underlying problem remains. To use X server 1.18 or later, you need drivers that have been updated to work with it. The former developers of the ATI proprietary drivers abandoned their package and will not update it to work with the new X server. You must switch to maintained video drivers or accept not receiving any further X server updates, which may at some point include not receiving security updates. Your mask elects the latter. |
|
Back to top |
|
 |
mr-simon Guru


Joined: 22 Nov 2002 Posts: 364 Location: Leamington Spa, Warks, UK
|
Posted: Tue Nov 01, 2016 8:59 am Post subject: |
|
|
Hu wrote: | mr-simon wrote: | In order to fix this, I had to add the following lines to /etc/portage/package.mask: | You have deferred the problem by telling Portage not to remind you of the issue, but the underlying problem remains. To use X server 1.18 or later, you need drivers that have been updated to work with it. The former developers of the ATI proprietary drivers abandoned their package and will not update it to work with the new X server. You must switch to maintained video drivers or accept not receiving any further X server updates, which may at some point include not receiving security updates. Your mask elects the latter. |
Apologies for the misinformation. Had not realised that these were unmaintained. Is the performance of the open-source drivers now up to scratch? I never had much luck with them before. _________________ "Pokey, are you drunk on love?"
"Yes. Also whiskey. But mostly love... and whiskey." |
|
Back to top |
|
 |
papu l33t

Joined: 25 Jan 2008 Posts: 605 Location: Sota algun pi o alzina...
|
Posted: Tue Nov 01, 2016 10:42 am Post subject: |
|
|
mr-simon wrote: | Hu wrote: | mr-simon wrote: | In order to fix this, I had to add the following lines to /etc/portage/package.mask: | You have deferred the problem by telling Portage not to remind you of the issue, but the underlying problem remains. To use X server 1.18 or later, you need drivers that have been updated to work with it. The former developers of the ATI proprietary drivers abandoned their package and will not update it to work with the new X server. You must switch to maintained video drivers or accept not receiving any further X server updates, which may at some point include not receiving security updates. Your mask elects the latter. |
Apologies for the misinformation. Had not realised that these were unmaintained. Is the performance of the open-source drivers now up to scratch? I never had much luck with them before. |
depens of hardware and drivers
https://www.phoronix.com/scan.php?page=article&item=amdgpu-1640-open&num=1
 _________________ --Intel i5 6600 --GA-Z170-HD3P --Ripjaws V 2x8 2400 --Radeon RX 470 G1 4G --Gentoo & Windows |
|
Back to top |
|
 |
|