LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-29-2020, 04:55 PM   #1
MeCrumbly429
LQ Newbie
 
Registered: Jul 2020
Location: East hill-meridian, Renton, WA
Distribution: Arch Linux, Slackware -current, CRUX Linux
Posts: 26

Rep: Reputation: Disabled
Cant find Intel 5500 display drivers


I am once again asking for support with my broken arch linux install. I am new to arch, as I have only been using it for a couple months now. But back then, I was installing Arch by means of the anarchy installer and some bash scripts. Recently, I installed Arch manually. The system I have installed it on is a Dell Inspiron 15 3558. So, when I first booted up my new arch system, I went to work on installing Xorg and openbox. I downloaded the required software and attempted to start openbox, but I got an error akin to the following: could not set DISPLAY varible. At first, I thought it was a problem with openbox, so I reinstalled it, but then got the same error. I attempted to get other window managers to run, but all of them responded with errors saying things like "Can't connect to display" or "Failed to start x11". Xinit works, but I dont like having an Xterm window open at all times. Finally, I looked this problem up on the Arch Wiki. I soon found out that I needed to install display drivers. lspci identified my graphics card as follows: 00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09). After some more digging, I found I needed to install the mesa package, so I did. I also installed the xf86-video-intel package, variations of the mesa package, and others that the Arch Wiki reccomended. But somehow, I still can't start any of my window managers (except Enlightenment20, for some strange reason). Now, I don't know what to do. I can't find anything about identifying what package to install for intel i3 5500 drivers, mesa doesn't do a thing, and most of all, I can't find anything about the 5500u in general. What do I do? Have I installed the wrong package? Is there another package I need to install? If not, what do I do next? I seriously need some help.
 
Old 08-29-2020, 05:12 PM   #2
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,151
Blog Entries: 6

Rep: Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835
How are you installing software? No partial updating? How are you starting X?
What does your .xinitrc look like?

Here is some info on that.

https://en.wikipedia.org/wiki/List_o...ocessing_units
https://wiki.archlinux.org/index.php/intel_graphics
https://wiki.archlinux.org/index.php/Xorg
https://www.google.com/search?sxsrf=...and+intel+5500
 
Old 08-30-2020, 02:02 AM   #3
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,872
Blog Entries: 1

Rep: Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076
Last official release of xf86-video-intel (DDX) was over 5 years ago. It's an optional package. Intel's X devs focus their effort on the default DDX, Modesetting, which is a component of the X server rather than a separate package. I have a slightly older Intel GPU (Haswell). Hopefully the following may be of help figuring out what's missing from your Arch installation:
Code:
# inxi -SGay
System:
  Host: 00srv Kernel: 4.12.14-lp151.28.59-default x86_64 bits: 64
  compiler: gcc v: 7.5.0
  parameters: root=redacted noresume mitigations=auto  video=1440x900@60 5
  Console: tty 0 wm: kwin Distro: openSUSE Leap 15.1
Graphics:
  Device-1: Intel 4th Generation Core Processor Family Integrated Graphics
  vendor: Micro-Star MSI driver: i915 v: kernel bus ID: 00:02.0
  chip ID: 8086:041e
  Display: server: X.Org 1.20.3 driver: modesetting unloaded: fbdev,vesa
  alternate: intel display ID: :0 screens: 1
  Screen-1: 0 s-res: 1920x1200 s-dpi: 120 s-size: 406x254mm (16.0x10.0")
  s-diag: 479mm (18.9")
  Monitor-1: HDMI-1 res: 1920x1200 hz: 60 dpi: 94 size: 518x324mm (20.4x12.8")
  diag: 611mm (24.1")
  OpenGL: renderer: Mesa DRI Intel Haswell v: 4.5 Mesa 18.3.2 compat-v: 3.0
  direct render: Yes
# zypsei intel | grep -v 32b
i  | intel-gpu-tools     | package | 1.23-lp151.1.3        | x86_64 | OSS
i  | intel-vaapi-driver  | package | 2.2.0-lp151.1.2       | x86_64 | OSS
i  | libdrm_intel1       | package | 2.4.97-lp151.2.3.1    | x86_64 | Update
i  | ucode-intel         | package | 20200616-lp151.2.27.1 | x86_64 | Update
i+ | intel-media-driver  | package | 18.3.0-lp151.1.1      | x86_64 | OSS
# zypsei Mesa | grep -v 32b
i  | Mesa-dri             | package | 18.3.2-lp151.23.11.1 | x86_64 | Update
i  | Mesa-gallium         | package | 18.3.2-lp151.23.11.1 | x86_64 | Update
i  | Mesa-libGL1          | package | 18.3.2-lp151.23.11.1 | x86_64 | Update
i+ | Mesa                 | package | 18.3.2-lp151.23.11.1 | x86_64 | Update
i+ | Mesa-demo-x          | package | 8.3.0-lp151.2.3      | x86_64 | OSS
i+ | Mesa-libEGL1         | package | 18.3.2-lp151.23.11.1 | x86_64 | Update
i+ | Mesa-libGLESv2-2     | package | 18.3.2-lp151.23.11.1 | x86_64 | Update
i+ | Mesa-libglapi0       | package | 18.3.2-lp151.23.11.1 | x86_64 | Update
i+ | Mesa-libva           | package | 18.3.2-lp151.23.11.1 | x86_64 | Update
 
Old 08-30-2020, 03:09 AM   #4
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,998
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
MeCrumbly429,

Alternatively, you may find EndeavourOS, an Arch-based distro, much more user-friendly.

I certainly have.

https://endeavouros.com/
 
1 members found this post helpful.
Old 09-01-2020, 04:27 PM   #5
MeCrumbly429
LQ Newbie
 
Registered: Jul 2020
Location: East hill-meridian, Renton, WA
Distribution: Arch Linux, Slackware -current, CRUX Linux
Posts: 26

Original Poster
Rep: Reputation: Disabled
where is this .Xinitrc file located? Mine doesn't appear to be located at either /usr/lib/X11 (as there is no xinit directory there) or /home/[username]/.config. Also, I am perfectly aware on how to show hidden files. And beachboy2, I certainly won't switch to EndeavourOS.

Last edited by MeCrumbly429; 09-01-2020 at 04:39 PM. Reason: modifications and editing
 
Old 09-01-2020, 05:11 PM   #6
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,151
Blog Entries: 6

Rep: Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835
Quote:
where is this .Xinitrc file located?
~/.xinitrc not .Xinitrc

Also
/etc/X11/xinit/xinitrc

See:
man find
man locate

Number one stop for an arch question is the wiki.
https://wiki.archlinux.org/index.php/Xinit
 
Old 09-01-2020, 08:28 PM   #7
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,872
Blog Entries: 1

Rep: Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076
Quote:
Originally Posted by MeCrumbly429 View Post
where is this .Xinitrc file located?
Spelled correctly, it's an optional file. If one does not exist, you didn't create it, and neither did your distro. A global one may exist as /etc/X11/xinit/xinitrc, /etc/X11/xinit/xinitrc.common or /etc/X11/xinit/xinitrc.d/.
 
Old 01-04-2021, 12:19 PM   #8
MeCrumbly429
LQ Newbie
 
Registered: Jul 2020
Location: East hill-meridian, Renton, WA
Distribution: Arch Linux, Slackware -current, CRUX Linux
Posts: 26

Original Poster
Rep: Reputation: Disabled
Teckk, I am starting X using the command xinit [window manager/DE]
It's been a while since I've been on this thread, so far I just quit and began nOObing it with KDE on Wayland instead of x11 (yes, plasma, make fun of me all you want). I have absolutely no idea what any of you have suggested (I said I was new to Arch) and I am beginning to panic. Is there a simple solution?
 
Old 01-04-2021, 01:44 PM   #9
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,151
Blog Entries: 6

Rep: Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835
https://en.wikipedia.org/wiki/List_o...ocessing_units

Read the wiki.
https://wiki.archlinux.org/index.php/intel_graphics

Quote:
I am starting X using the command xinit
You should be using startx
Post your ~/.xintrc

Read the wiki
https://wiki.archlinux.org/index.php/Xinit

Read the man page
https://jlk.fjfi.cvut.cz/arch/manpages/man/startx.1

Also post
Code:
lspci -k
Read post #2 and #3
 
Old 03-02-2021, 12:32 PM   #10
MeCrumbly429
LQ Newbie
 
Registered: Jul 2020
Location: East hill-meridian, Renton, WA
Distribution: Arch Linux, Slackware -current, CRUX Linux
Posts: 26

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by teckk View Post
https://en.wikipedia.org/wiki/List_o...ocessing_units

Read the wiki.
https://wiki.archlinux.org/index.php/intel_graphics


You should be using startx
Post your ~/.xintrc

Read the wiki
https://wiki.archlinux.org/index.php/Xinit

Read the man page
https://jlk.fjfi.cvut.cz/arch/manpages/man/startx.1

Also post
Code:
lspci -k
Read post #2 and #3
Thanks. Never realized this until Now. God, I feel like an idiot.
I should probably recompile my kernel [don't worry, I've done this before, it's been a while since I've last posted]

Last edited by MeCrumbly429; 03-02-2021 at 12:38 PM.
 
Old 05-03-2021, 01:26 PM   #11
MeCrumbly429
LQ Newbie
 
Registered: Jul 2020
Location: East hill-meridian, Renton, WA
Distribution: Arch Linux, Slackware -current, CRUX Linux
Posts: 26

Original Poster
Rep: Reputation: Disabled
On second thought, I shouldn't be starting X from the terminal at all. When I posted this, I didn't have the guts to install a friggin display manager.
 
Old 05-04-2021, 10:36 PM   #12
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by MeCrumbly429 View Post
I shouldn't be starting X from the terminal at all.
Not true.
Many do it. You don't need a displaymanager.
 
Old 05-05-2021, 02:22 AM   #13
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,872
Blog Entries: 1

Rep: Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076Reputation: 2076
Quote:
Originally Posted by ondoho View Post
You don't need a displaymanager.
Many do not, most do. How do you know OP does not?
 
Old 05-05-2021, 01:53 PM   #14
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Quote:
Originally Posted by MeCrumbly429 View Post
I am once again asking for support with my broken arch linux install. I am new to arch, as I have only been using it for a couple months now. But back then, I was installing Arch by means of the anarchy installer and some bash scripts. Recently, I installed Arch manually. The system I have installed it on is a Dell Inspiron 15 3558.
...........
Is there another package I need to install? If not, what do I do next? I seriously need some help.
A seriously long and confusing paragraph?? with no breaks to let the reader know when the subject changes or different info is given!

With that said, and a request made for you to please attempt to at least break the discourse into readable paragraphs;

Please do some searching for where you might find the driver for that video card and how to install it. Others have made suggestions as well.
 
Old 05-05-2021, 11:59 PM   #15
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by mrmazda View Post
Many do not, most do. How do you know OP does not?
It is still the correct answer to what OP posed.
It is not wrong or even potentially harmful (as "shouldn't" implies, I believe) to start X directly without a display manager.
 
  


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
Laptop screen washed out - Fedora 22 - Intel 5500 video card csdba Linux - Laptop and Netbook 3 09-22-2015 01:05 PM
[SOLVED] Intel HD Graphics 5500 - startx problems tamb Slackware 2 01-17-2015 12:58 PM
Conexant audio (HD-5500) conflict with on board intel audio propofol Linux - Hardware 0 12-04-2007 12:12 AM
Dual DIsplay Issues GeForce FX 5500 w/ New Nvidia Drivers Ubuntu Dapper 6.06 pr0gr4mm3r Ubuntu 14 08-22-2006 08:07 AM
Have MSI NVIDEA FX 5500 TD256 card works good but I cant get the TV out stargazer121 Linux - Newbie 1 06-17-2005 09:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:27 PM.

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