LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-03-2018, 06:37 PM   #1
adriv
Member
 
Registered: Nov 2005
Location: Diessen, The Netherlands
Distribution: Slackware 15
Posts: 700

Rep: Reputation: 43
No screens found


Hi, got a new computer with Windows 10 and made a dual boot with Slackware.
Had a bit of hassle with UEFI, but all went well and booted into Slack with X a few times (!).
Now the system still boots, but there's a problem with X.
/var/log/Xorg.0.log:
Code:
ll unloadmodule: "vesa"
ll unloadsubmodule: "int10"
ll unloading int10
ll unloadsubmodule: "vbe"
ll unloading vbe
EE Screens found, but none have a usable configuration.
EE
Fatal Server error
no screens found
What is going on?
Can I fix this?

Last edited by adriv; 11-03-2018 at 06:38 PM.
 
Old 11-03-2018, 06:40 PM   #2
adriv
Member
 
Registered: Nov 2005
Location: Diessen, The Netherlands
Distribution: Slackware 15
Posts: 700

Original Poster
Rep: Reputation: 43
Oh, and it's an Asus mobo with Intel chips.
And Windows works OK, so it's not a hardware problem.

Last edited by adriv; 11-03-2018 at 06:44 PM.
 
Old 11-03-2018, 09:22 PM   #3
rinaldij
Member
 
Registered: May 2011
Location: Oklahoma
Distribution: Slackware64 current
Posts: 55

Rep: Reputation: 10
# lspci | grep -i vga might tell you which module you should be loading for your video card. Did this problem start after a kernel update?
 
Old 11-04-2018, 02:08 AM   #4
adriv
Member
 
Registered: Nov 2005
Location: Diessen, The Netherlands
Distribution: Slackware 15
Posts: 700

Original Poster
Rep: Reputation: 43
Thanks for your answer.
lspci | grep -i vga
Code:
00:02.0 VGA compatible controller: Intel corporation device 3e92
It was a fresh install, so no kernel-upgrades.
I installed Refind (from SBO), but wasn't happy with it, so I uninstalled it.
Even reinstalled Slackware, but no luck.

It booted into X at least 4 times.
 
Old 11-04-2018, 04:41 AM   #5
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Looks like you have a newer system that isn't properly supported by 14.2. The easiest way around this is to install -current, however, that is a development version of Slackware that may or may not break on you.

If you want to stick with 14.2, the first thing you'd want to do is upgrade the kernel, but I imagine you would also need to upgrade at least the xf86-video-intel driver.
 
3 members found this post helpful.
Old 11-04-2018, 07:16 AM   #6
rinaldij
Member
 
Registered: May 2011
Location: Oklahoma
Distribution: Slackware64 current
Posts: 55

Rep: Reputation: 10
Agree with bassmadrigal. Lack of CONFIG_DRM_I915_ALPHA_SUPPORT appears to be the problem with the 14.2 kernel. I'd also agree with the upgrade to current.
 
2 members found this post helpful.
Old 11-04-2018, 09:05 AM   #7
adriv
Member
 
Registered: Nov 2005
Location: Diessen, The Netherlands
Distribution: Slackware 15
Posts: 700

Original Poster
Rep: Reputation: 43
How stable is -current?
I also need this computer for my work.
*shivers*
 
Old 11-04-2018, 09:24 AM   #8
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
Quote:
Originally Posted by adriv View Post
How stable is -current?
I also need this computer for my work.
*shivers*
This is a common question. The bottom line is that -current is not recommended for production machines. That said, a lot of users here say it's OK for a work machine.

I think really it depends on your knowledge of *nix and if you are able to sort out problems when, or if, they arise. One thing I will say is that, from a cursory glance, there are a lot more threads here for issues in -current than stable.

Further reading:

About Slackware -current
How stable is current compared to stable?
Is Slackware current worth it?
How stable is Slackware current?

Basically, bass sums it up nicely:

Quote:
Usually the software included in Slackware will be stable in -current. However, -current can and will break your 3rd-party packages when core components in Slackware are updated (which still tends to not be very common). All that is required is to recompile those packages to use the new core libraries.

You may also run into issues with 3rd-party scripts, like SBo's in that they are only tested for the stable version and some require changes when updated software is introduced in Slackware.

I wouldn't suggest -current if you're not very familiar with SlackBuilds, dependencies, and how to work through any problems that come up.

Last edited by Lysander666; 11-04-2018 at 09:29 AM.
 
2 members found this post helpful.
Old 11-04-2018, 09:27 AM   #9
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
I believe someone on here provides custom made kernels. You should look into that I think.
 
1 members found this post helpful.
Old 11-04-2018, 09:28 AM   #10
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Quote:
How stable is -current?
Generally very stable, but there have been exceptions. Recently there was an update in -current to the icu4c package that required rebuilding many third party software packages. Alien_Bob released updated Libreoffice packages in a few days and I had a compile fest rebuilding my R installation.

If you depend on your machine, I advise keeping a working installation and have a second installation for testing upgrades.
 
2 members found this post helpful.
Old 11-04-2018, 09:39 AM   #11
adriv
Member
 
Registered: Nov 2005
Location: Diessen, The Netherlands
Distribution: Slackware 15
Posts: 700

Original Poster
Rep: Reputation: 43
-current is not really my cup of tea...
I never thought I'd ever say this, but I'm thinking about putting another distro on it until Slackware reaches a new stable version.

Any suggestions?
 
Old 11-04-2018, 09:43 AM   #12
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Put on -current and enjoy!
 
Old 11-04-2018, 09:48 AM   #13
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
Quote:
Originally Posted by allend View Post
Put on -current and enjoy!
Really I would imagine how much time a] adriv has to dedicate to a major issue if it happens and b] it's nice not having to worry about issues on a stable release.

In my own case, I don't run -current since I am very busy and if there is a major issue, I may not have time to sort it out. It could get in the way of time-sensitive work. I wouldn't want to miss a deadline because I had to sort out some library issue.

OP, to answer your points about distros with newer kernels, you could consider Devuan stable [4.9.82], antiX [4.9.126] or maybe Alpine stable [4.14.69]. Not to deter you from using Slackware, of course.

Last edited by Lysander666; 11-04-2018 at 09:53 AM.
 
Old 11-04-2018, 09:56 AM   #14
adriv
Member
 
Registered: Nov 2005
Location: Diessen, The Netherlands
Distribution: Slackware 15
Posts: 700

Original Poster
Rep: Reputation: 43
Quote:
Originally Posted by Lysander666 View Post
Really I would imagine how much time a] adriv has to dedicate to a major issue if it happens and b] it's nice not having to worry about issues on a stable release.

In my own case, I don't run -current since I am very busy and if there is a major issue, I may not have time to sort it out. It could get in the way of time-sensitive work. I wouldn't want to miss a deadline because I had to sort out some library issue.

OP, to answer your points about distros with newer kernels, you could consider Devuan stable [4.9.82] or maybe Alpine stable [4.14.69]. Not to deter you from using Slackware, of course.
10 Years ago I would've jumped into it probably, but just don't have the time anymore (and energy) to tinker with computers night after night. Been there, done that.
 
1 members found this post helpful.
Old 11-04-2018, 11:35 AM   #15
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,900

Rep: Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050
Quote:
Originally Posted by RadicalDreamer View Post
I believe someone on here provides custom made kernels. You should look into that I think.
You can find various kernels from David Spencer's (idlemoor) web site and give a newer kernel a shot.

https://dusk.idlemoor.tk/

In most cases there is no "tinerking" required.
 
2 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Xorg, no screens found; no devices found (after Virtualbox install) Archytas Linux - General 6 03-06-2013 03:41 PM
No Screens Found jrock SUSE / openSUSE 5 12-20-2006 02:05 AM
No screens found spoody_goon Linux - Hardware 10 10-10-2004 04:36 PM
Please Help, No Screens Found! FuriousGibbon Linux - Newbie 25 03-16-2004 04:39 AM
x - 'no screens found' stilez Linux - Newbie 2 02-13-2004 02:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration