On Wed, 2014-08-20 at 14:39 +0100, Hazel Russman wrote: > On Tue, 19 Aug 2014 17:59:37 +0200 > "Armin K." <[email protected]> wrote: > > > > > Reinstall xinit using blfs systemd instructions. It uses different > > xinitdir and creates xserverrc file which fixes that error. > > > No, that actually makes it worse! You get the same error about failing > to take over the console but then it clears the hurdle it fell at before > (not finding the device) and carries on for a while. AIGLX and DRI2 get > set up and then suddenly you get this: > > 394.685] (EE) intel(0): [intel] Failed to become DRM master > [ 394.685] (EE) > [ 394.685] (EE) Backtrace: > [ 394.686] (EE) 0: /usr/libexec/Xorg.bin (xorg_backtrace+0x48) > [0x5863e8] > [ 394.686] (EE) 1: /usr/libexec/Xorg.bin > (0x400000+0x18a0d9) [0x58a0d9] > [ 394.686] (EE)2: /lib/libpthread.so.0 (0x7f4741f33000+0xf800) > [0x7f4741f4280 0] > [ 394.686] (EE) 3: /usr/lib/xorg/modules/drivers/intel_drv.so > (0x7f473d2ce000+0x1f3e1) [0x7f473d2ed3e1] > [ 394.686] (EE)4: /usr/lib/xorg/modules/drivers/intel_drv.so > (0x7f473d2ce000+0x51cfb)[0x7f473d31fcfb] > [ 394.686] (EE) 5: /usr/libexec/Xorg.bin(0x400000+0xaa91e) [0x4aa91e] > [ 394.686] (EE) 6: /usr/libexec/Xorg.bin (0x400000+0x3acb6)[0x43acb6] > [ 394.686] (EE) 7: /lib/libc.so.6 (__libc_start_main+0xf5) > [0x7f473fda1ad5] > [ 394.686] (EE) 8: /usr/libexec/Xorg.bin (0x400000+0x265de) > [0x4265de] > [ 394.686] (EE) > [ 394.686] (EE) Segmentation fault at address 0x10 > > The segfault leaves the console in an unusable state and I had to > switch the machine off and on again. > > Once again "sudo startx" works. > > If you want to take it further, I'm quite willing to do the legwork but > my instinct is to drop it and wait for the next stable LFS version. > Hazel
Hello Hazel, If you do go back to using the previous version of xorg, I found the following on archwiki: For convenience, you can add these aliases to your user's ~/.bashrc if you have it enabled (or to /etc/bash.bashrc for system-wide settings): alias reboot="sudo systemctl reboot" alias poweroff="sudo systemctl poweroff" alias halt="sudo systemctl halt" Those alias's will allow you to issue the commands without having to do the extra step. You should also be able to edit the menu entry for fluxbox and add those commands there as well. Regards, Christopher. -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
