Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

[100526] xorg-server-1.8.0 final: udev kills hal

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
216 posts
  • Page 9 of 9
    • Jump to page:
  • Previous
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
Author
Message
asturm
Developer
Developer
Posts: 9496
Joined: Thu Apr 05, 2007 4:07 pm

  • Quote

Post by asturm » Thu May 13, 2010 3:02 pm

You mean, work as in...?

Couldn't get 1.8.0.902 to compile, 1.8.1 though did but didn't bring any cure for the xrandr issue at least.
Top
darkbasic
Tux's lil' helper
Tux's lil' helper
Posts: 133
Joined: Wed Sep 06, 2006 1:22 pm
Contact:
Contact darkbasic
Website

  • Quote

Post by darkbasic » Fri May 14, 2010 3:07 pm

genstorm wrote:1.8.1 though did but didn't bring any cure for the xrandr issue at least.
:(
Computers are like air conditioners:
they stop working properly when you open Windows...

Coltiva Linux, Windows si pianta da solo.


http://www.linuxsystems.it/
Top
Shining Arcanine
Veteran
Veteran
Posts: 1110
Joined: Thu Sep 24, 2009 9:08 pm

  • Quote

Post by Shining Arcanine » Fri May 14, 2010 5:51 pm

How did you install x11-base/xorg-server-1.8.1?
Top
asturm
Developer
Developer
Posts: 9496
Joined: Thu Apr 05, 2007 4:07 pm

  • Quote

Post by asturm » Sat May 15, 2010 8:52 am

Personal overlay, modified 1.8.0 ebuild (removed two patches that went upstream).

If you're curious, look here for the ebuild.
Top
Shining Arcanine
Veteran
Veteran
Posts: 1110
Joined: Thu Sep 24, 2009 9:08 pm

  • Quote

Post by Shining Arcanine » Sat May 15, 2010 12:25 pm

Thanks for the information. I am installing xorg-server 1.8.1 now. :)
Top
andorreJr
n00b
n00b
Posts: 44
Joined: Wed Nov 05, 2008 7:54 pm
Location: Italy

  • Quote

Post by andorreJr » Sat May 22, 2010 9:58 am

Just switched to the new xorg, removed hal use flag and all is working great (I have to keep hal running at least for battery widget)
Finally I also have alt+Fkey VT switch back (lost with xorg-server 1.7 when started using precompiled ati-drivers) and, thanks to Odysseus, the touchpad now is working again in the right way.
Odysseus wrote: To resolve the Alps touchpad issue was simple. I removed all vestiges of any input drivers from my xorg.conf and deleted my /etc/hal/fdi/policy/11-x11-synaptics file. Then I opened konsole and started experimenting with synclient. I ran synclient -l to see what options were active. I experimented turning on and off different synclient options until I got it working the way I wanted. Then I edited my /etc/X11/xorg.conf.d/20-synaptics.conf file.

All I needed to do was add the following lines:

Code: Select all

	Option "TapButton1" "1"
	Option "VertEdgeScroll" "1"
	Option "HorizEdgeScroll" "1"
	Option "CircularScrolling" "1"
So that my /etc/X11/xorg.conf.d/20-synaptics.conf file now looks like this:

Code: Select all

Section "InputClass"
	Identifier "touchpad catchall"
	MatchIsTouchpad "on"
	MatchDevicePath "/dev/input/event*"
	Driver "synaptics"
	Option "TapButton1" "1"
	Option "VertEdgeScroll" "1"
	Option "HorizEdgeScroll" "1"
	Option "CircularScrolling" "1"
EndSection
I'm using x11-drivers/ati-drivers-10.4-r1 and x11-base/xorg-server-1.8.1-r1 from gentoo-quebec overlay

Thanks to all
Top
Jazz-KP
n00b
n00b
User avatar
Posts: 38
Joined: Fri Jul 04, 2008 5:33 pm

  • Quote

Post by Jazz-KP » Mon May 31, 2010 3:32 pm

Which version of udev is required to build 1.8.x? I tried 151-r3 and upgraded to 154, though couldn't build xorg-server 1.8.0 or 1.8.1-r1:
In file included from udev.c:30:
/usr/local/include/libudev.h:28:2: error: #error "#define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE is needed to use this experimental library version"
udev.c: In function 'config_udev_init':
udev.c:224: error: too many arguments to function 'udev_monitor_new_from_netlink'
make[1]: *** [udev.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
mv -f .deps/config.Tpo .deps/config.Plo
make[1]: Leaving directory `/var/tmp/portage/x11-base/xorg-server-1.8.1-r1/work/xorg-server-1.8.1/config'
make: *** [all-recursive] Error 1
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Tue Jun 01, 2010 2:31 pm

Jazz-KP wrote:Which version of udev is required to build 1.8.x? I tried 151-r3 and upgraded to 154, though couldn't build xorg-server 1.8.0 or 1.8.1-r1:
In file included from udev.c:30:
/usr/local/include/libudev.h:28:2: error: #error "#define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE is needed to use this experimental library version"
udev.c: In function 'config_udev_init':
udev.c:224: error: too many arguments to function 'udev_monitor_new_from_netlink'
make[1]: *** [udev.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
mv -f .deps/config.Tpo .deps/config.Plo
make[1]: Leaving directory `/var/tmp/portage/x11-base/xorg-server-1.8.1-r1/work/xorg-server-1.8.1/config'
make: *** [all-recursive] Error 1
echo "sys-fs/udev extras" >> /etc/portage/package.use
might do the trick - try to re-emerge it afterwards
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
Shining Arcanine
Veteran
Veteran
Posts: 1110
Joined: Thu Sep 24, 2009 9:08 pm

  • Quote

Post by Shining Arcanine » Wed Jun 02, 2010 12:43 am

Since around the xorg-server upgrade, I have been having trouble where some times KDE would freeze on login for several seconds until KDE detected an issue and disabled compositing. Through the course of troubleshooting, I downgraded to x11-apps/xinit-1.2.0-r3, x11-base/xorg-drivers-1.7 and x11-base/xorg-server-1.7.7. This did not fix the issue, so I tried downgrading to x11-drivers/nvidia-drivers-190.53-r1 and so far, so good. I have been heavily leaning torward the nvidia drivers as being the cause of the issue. If this turns out to be the case (i.e. I go a few weeks without issues), what are the oldest x11-drivers/nvidia-drivers I can use with x11-base/xorg-server-1.8.1?
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Wed Jun 02, 2010 8:06 pm

anyone managed to get ctrl + alt + backspace aka "zap"

working with 1.8* xorg-servers ?
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
Shining Arcanine
Veteran
Veteran
Posts: 1110
Joined: Thu Sep 24, 2009 9:08 pm

  • Quote

Post by Shining Arcanine » Thu Jun 03, 2010 1:12 am

kernelOfTruth wrote:anyone managed to get ctrl + alt + backspace aka "zap"

working with 1.8* xorg-servers ?
Let me know if you get it working with 1.7.x xog-servers. That is one feature from Ubuntu that I would like to have on Gentoo.
Top
rahulthewall
Veteran
Veteran
User avatar
Posts: 1264
Joined: Thu Nov 01, 2007 11:28 pm
Location: Zürich
Contact:
Contact rahulthewall
Website

  • Quote

Post by rahulthewall » Thu Jun 03, 2010 6:15 am

Shining Arcanine wrote:
kernelOfTruth wrote:anyone managed to get ctrl + alt + backspace aka "zap"

working with 1.8* xorg-servers ?
Let me know if you get it working with 1.7.x xog-servers. That is one feature from Ubuntu that I would like to have on Gentoo.
Those with KDE can enable it in the Keyboard Settings in System Settings - I do not know what to add to xorg.conf to get it working.
Who shall guard the guards?
Top
amade
n00b
n00b
Posts: 8
Joined: Mon Mar 30, 2009 5:13 pm

  • Quote

Post by amade » Thu Jun 03, 2010 7:21 am

kernelOfTruth wrote:anyone managed to get ctrl + alt + backspace aka "zap"

working with 1.8* xorg-servers ?
X.Org X Server 1.8.1

Section "InputClass"
Identifier "keyboard"
Option "XkbLayout" "pl"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Thu Jun 03, 2010 11:09 am

rahulthewall wrote:
Shining Arcanine wrote:
kernelOfTruth wrote:anyone managed to get ctrl + alt + backspace aka "zap"

working with 1.8* xorg-servers ?
Let me know if you get it working with 1.7.x xog-servers. That is one feature from Ubuntu that I would like to have on Gentoo.
Those with KDE can enable it in the Keyboard Settings in System Settings - I do not know what to add to xorg.conf to get it working.
yeah - and Gnome,

but that often isn't enough:

add
/etc/hal/fdi/policy/10-x11-input.fdi wrote:<match key="info.capabilities" contains="input.keys">
      <merge key="input.xkb.rules" type="string">xorg</merge>
      <!-- Option "XkbModel" "pc105" -->
      <merge key="input.xkb.model" type="string">evdev</merge>
      <merge key="input.xkb.layout" type="string">de</merge>
      <merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge>
    </match>
maybe you'll also need

/etc/X11/xorg.conf wrote:Option "XkbOptions" "terminate:ctrl_alt_bksp"
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
Jazz-KP
n00b
n00b
User avatar
Posts: 38
Joined: Fri Jul 04, 2008 5:33 pm

  • Quote

Post by Jazz-KP » Sat Jun 05, 2010 11:00 am

kernelOfTruth wrote:might do the trick - try to re-emerge it afterwards
Well, thanks. Though, the problem was with cruft in my system left after emergency manual udev installation. File included was from /local/ and it was quite old :oops:

UPD: Sigh. I found quite annoying bug (?) in 1.8.1, if I connect removable device, Xorg just crashes...
UPD2: That was, again, my fault. I cleaned up all udev cruft and everything seems to work fine now
Top
foofoo
n00b
n00b
User avatar
Posts: 29
Joined: Wed Jul 28, 2004 8:36 am

  • Quote

Post by foofoo » Fri Mar 16, 2012 10:42 am

amade wrote:
kernelOfTruth wrote:anyone managed to get ctrl + alt + backspace aka "zap"

working with 1.8* xorg-servers ?
X.Org X Server 1.8.1

Section "InputClass"
Identifier "keyboard"
Option "XkbLayout" "pl"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
I know this is an ancient post but I had a rough time finding the answer to this on any G-Forum. Had to resort to crawling the Ubuntu forums.. gasp! :o
In any case xorg 1.5 (?) and up (I'm on 1.10) doesn't do zap via ctrl + alt + backspace anymore, too dangerous for n00bz like me. And with various prescribed methods for restoring it (HAL/xorg.conf/xinitrc), your mileage may vary. It is now..

Code: Select all

ALT+SysRq+K
which on my system is right alt + print screen + k. Now, if y'all dead people who aren't reading this thread anymore will excuse me I'm going to merrily zap my xserver and log out..
Top
Post Reply

216 posts
  • Page 9 of 9
    • Jump to page:
  • Previous
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy