Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X11 blank / no input after update
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
herpman
n00b
n00b


Joined: 27 Jun 2017
Posts: 5

PostPosted: Tue Jun 27, 2017 6:49 pm    Post subject: X11 blank / no input after update Reply with quote

Hi,

I've recently updated my system with intermittent reboots. After finishing
Code:

emerge -uDU --with-bdeps=y @world
dispatch-conf
revdep-rebuild
emerge @preserved-rebuild

my X server started with just a blank screen and with no input at all working (no switching to any virtual consoles possible anymore either, capslock doesn't turn on the light, ...). Only way out is shutting off manually. I'm kind of stumped since I don't see any of the usual red flags in Xorg.0.log or dmesg.
Info:
https://paste.pound-python.org/show/zx8td0tAV26q5Pmt8unW/
(binutils-libs stays in existing preserved libs after doing it again, no idea why).
Any ideas on how to get my system back to working?
Back to top
View user's profile Send private message
Syl20
l33t
l33t


Joined: 04 Aug 2005
Posts: 619
Location: France

PostPosted: Wed Jun 28, 2017 6:28 am    Post subject: Reply with quote

emerge --info ? Which packages were updated ?

To solve the binutils problem, you can use the "eselect binutils" commands to enable the last version, and then uninstall binutils-2.25.1-r1.
Back to top
View user's profile Send private message
chiefbag
Guru
Guru


Joined: 01 Oct 2010
Posts: 542
Location: The Kingdom

PostPosted: Wed Jun 28, 2017 7:48 am    Post subject: Reply with quote

Try rebuilding the x11 drivers for a start, this command should show what to rebuild.

Code:
qlist -I -C x11-drivers/


You may need to "emerge portage-utils" if you don't have it installed already


=== Edit ===

Generally something like the following list would be returned

Code:
x11-drivers/nvidia-drivers
x11-drivers/xf86-input-evdev
x11-drivers/xf86-input-keyboard
x11-drivers/xf86-input-mouse


Last edited by chiefbag on Wed Jun 28, 2017 7:54 am; edited 1 time in total
Back to top
View user's profile Send private message
chiefbag
Guru
Guru


Joined: 01 Oct 2010
Posts: 542
Location: The Kingdom

PostPosted: Wed Jun 28, 2017 7:51 am    Post subject: Reply with quote

Might be helpful to post the "/etc/X11/xorg.conf" file also
Back to top
View user's profile Send private message
herpman
n00b
n00b


Joined: 27 Jun 2017
Posts: 5

PostPosted: Wed Jun 28, 2017 6:28 pm    Post subject: Reply with quote

chiefbag wrote:
Try rebuilding the x11 drivers for a start, this command should show what to rebuild.

Code:
qlist -I -C x11-drivers/


You may need to "emerge portage-utils" if you don't have it installed already


=== Edit ===

Generally something like the following list would be returned

Code:
x11-drivers/nvidia-drivers
x11-drivers/xf86-input-evdev
x11-drivers/xf86-input-keyboard
x11-drivers/xf86-input-mouse


I've tried that, didn't help any. See paste for what got updated.

@Syl20
emerge --info is in the original paste (ctrl+f "cat ei"). Is there some way to show which packages were to be merged at some emerge?

https://paste.pound-python.org/show/m4fazShE6PpT7Bzt72ui/

EDIT:
I can still ssh into my machine after startx turns up blank with a non-blinking underscore at the top right. Killing the X server afterwards doesn't put me back into a virtual console.
Back to top
View user's profile Send private message
Syl20
l33t
l33t


Joined: 04 Aug 2005
Posts: 619
Location: France

PostPosted: Fri Jun 30, 2017 6:13 am    Post subject: Reply with quote

herpman wrote:
emerge --info is in the original paste (ctrl+f "cat ei").

That isn't the expected output. You should have something like this.

Quote:
Is there some way to show which packages were to be merged at some emerge?

You can have a look on /var/log/emerge.log, for example.
Back to top
View user's profile Send private message
JohnN
Apprentice
Apprentice


Joined: 05 Jul 2005
Posts: 158
Location: Claremont, CA

PostPosted: Sat Jul 01, 2017 1:33 am    Post subject: Reply with quote

I'm having the exact same problem today. I think I rebuilt the nouveau driver because I was getting some GL errors from xscreensaver. I get a black screen and no input. From the console everything looks fine. Xorg.0.log and sddm.log look perfect: they think they're running normally. I don't have an xorg.conf to post because I've been running without one for years.

I rebuilt all of X, including the drivers, with no change. I have absolutely no idea what to do at this point.


Last edited by JohnN on Sat Jul 01, 2017 1:48 am; edited 1 time in total
Back to top
View user's profile Send private message
JohnN
Apprentice
Apprentice


Joined: 05 Jul 2005
Posts: 158
Location: Claremont, CA

PostPosted: Sat Jul 01, 2017 1:39 am    Post subject: Reply with quote

I have done world updates several times in the past few days without rebooting. I don't think anything related to X was on the update list, but I'm not positive. It's hard to read back through the emerge log file.

One possible clue is that if I kill the X server and run startx from a user console, I get a bunch of xterm windows and no input.
Back to top
View user's profile Send private message
herpman
n00b
n00b


Joined: 27 Jun 2017
Posts: 5

PostPosted: Sun Jul 02, 2017 6:17 pm    Post subject: Reply with quote

Syl20 wrote:
herpman wrote:
emerge --info is in the original paste (ctrl+f "cat ei").

That isn't the expected output. You should have something like this.

Quote:
Is there some way to show which packages were to be merged at some emerge?

You can have a look on /var/log/emerge.log, for example.

Alright, should've looked into the result of the pipe.
https://paste.pound-python.org/show/TZXogBhwEhXocnUteHYT/
Due to the emerges being split over a few days, it's hard to get all the packages. But xf86-video-intel was among the updated packages. But I already did re-emerge that one.

I've searched a bit more and found mentions of X coming back up after waiting for 10 minutes with the frozen screen --- and it did work. But waiting 10 minutes simply for X to start up is kinda bad. I'm currently recompiling my kernel to see if that helps.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54237
Location: 56N 3W

PostPosted: Sun Jul 02, 2017 6:56 pm    Post subject: Reply with quote

herpman,

The output of dmesg and the content of /var/log/Xorg.0.log after Xorg starts may provide a few pointers.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Syl20
l33t
l33t


Joined: 04 Aug 2005
Posts: 619
Location: France

PostPosted: Mon Jul 03, 2017 7:08 am    Post subject: Reply with quote

herpman wrote:
But xf86-video-intel was among the updated packages. But I already did re-emerge that one.

Did you try to reinstall the previous version ? Perhaps there's a bug with the new one.
Back to top
View user's profile Send private message
herpman
n00b
n00b


Joined: 27 Jun 2017
Posts: 5

PostPosted: Mon Jul 03, 2017 7:44 am    Post subject: Reply with quote

NeddySeagoon wrote:
herpman,

The output of dmesg and the content of /var/log/Xorg.0.log after Xorg starts may provide a few pointers.

dmesg got nothing new, Xorg.0.log got something new:
https://paste.pound-python.org/show/9YWQ3j3I4NlbovPH2NeU/
Not sure if the error about the stylus also came before the update, but it worked before and does now (it prints more errors though when used).

Kernel update failed due to my kernel apparently growing too large for my conservative USB drive, so I'll go try emerging the old xf86-video-intel next.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54237
Location: 56N 3W

PostPosted: Mon Jul 03, 2017 11:19 am    Post subject: Reply with quote

herpman,

I need the whole logs. I'm looking for things that are missing but should be present as well as any errors.
I can't see the things that are missing but should be present if you filter your logs.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
herpman
n00b
n00b


Joined: 27 Jun 2017
Posts: 5

PostPosted: Tue Jul 04, 2017 4:57 pm    Post subject: Reply with quote

NeddySeagoon wrote:
herpman,

I need the whole logs. I'm looking for things that are missing but should be present as well as any errors.
I can't see the things that are missing but should be present if you filter your logs.

https://paste.pound-python.org/show/Sm8SkLnNOLvS75S0vYLZ/

Emerging the old xf86-video-intel didn't help either. I did get around to switching to another USB drive to get up to 4.9.16 from 4.4.6, but that doesn't help the startup time for X11 any.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum