LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-25-2015, 12:47 PM   #1
taylorkh
Senior Member
 
Registered: Jul 2006
Location: North Carolina
Distribution: CentOS 6, CentOS 7 (with Mate), Ubuntu 16.04 Mate
Posts: 2,127

Rep: Reputation: 174Reputation: 174
Configuration utility for Intel integrated graphics?


Recently I have acquired a couple of Dell Inspiron 3050 Micro computers. The ones about the footprint of a CD/DVD box and about 2" tall. Great little machines - especially when you zap Windoze and install Linux. I am running Ubuntu Mate 15.10 on one - my dedicated download machine (only draws about 6 watts) and I am using the other one to test Ubuntu Mate 16.04 alpha. Which brings me to my question...

The default Monitor Preferences application provides very little in the way of configuration options - especially with two monitors. My LARGE desktop PCs are running Nvidia cards and have the nvidia-settings tool which allows for example setting up two monitors as Separate X Screens. I do not find any "additional drivers" in the Ubuntu repositories for Intel graphics.

I did find an "Intel Graphics Installer for Linux" for Ubuntu 15.10 on the Intel site. I have installed it on the 15.10 machine (does not work on 16.04 yet). It performed a bunch of gyrations and downloaded some packages from the Ubuntu repository. However, I can not find that it installed any sort of a configuration utility. Nor do I find any documentation with the installed package(s) not on the Intel web site.

Does anyone know if there are additional tools/utilities for CONFIGURING Intel integrated graphics?

TIA,

Ken

p.s. lspci reports the video controller as follows:
Code:
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0e) (prog-if 00 [VGA controller])
        Subsystem: Dell Device 0703
        Flags: bus master, fast devsel, latency 0, IRQ 91
        Memory at d0000000 (32-bit, non-prefetchable) [size=4M]
        Memory at c0000000 (32-bit, prefetchable) [size=256M]
        I/O ports at f080 [size=8]
        Expansion ROM at <unassigned> [disabled]
        Capabilities: <access denied>
        Kernel driver in use: i915
Not sure why it says Atom Processor - one machine is a Celeron J1800 and the other a Pentium J2900.
 
Old 12-26-2015, 05:55 AM   #2
ugjka
Member
 
Registered: May 2015
Location: Latvia
Distribution: Arch, Centos
Posts: 368
Blog Entries: 5

Rep: Reputation: 264Reputation: 264Reputation: 264
I don't think there are any gui tools for intel graphics

https://wiki.archlinux.org/index.php/Intel_graphics
 
Old 12-26-2015, 07:29 AM   #3
taylorkh
Senior Member
 
Registered: Jul 2006
Location: North Carolina
Distribution: CentOS 6, CentOS 7 (with Mate), Ubuntu 16.04 Mate
Posts: 2,127

Original Poster
Rep: Reputation: 174Reputation: 174
Thanks ugjka,

I think you are correct. I had come across that Arch Linux page before and the Intel page to which it links. I guess I need to learn how to manually build an xorg.conf file.

Ken
 
Old 12-30-2015, 10:03 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,369

Rep: Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335
Slackware offers intel-gpu-tools, which claim
Code:
intel-gpu-tools: intel-gpu-tools (Intel DRM Driver Testing Tools)
intel-gpu-tools:
intel-gpu-tools: This is a collection of tools for development and testing of the
intel-gpu-tools: Intel DRM driver.  There are many macro-level test suites including
intel-gpu-tools: xtest, rendercheck, piglit, and oglconform.
Not sure if they're useful to the average mortal.
 
Old 12-30-2015, 11:56 AM   #5
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Not sure if they're useful to the average mortal.
LOL!

Maybe for the sub-genius:-

Are you feeling better?
 
Old 12-30-2015, 04:33 PM   #6
taylorkh
Senior Member
 
Registered: Jul 2006
Location: North Carolina
Distribution: CentOS 6, CentOS 7 (with Mate), Ubuntu 16.04 Mate
Posts: 2,127

Original Poster
Rep: Reputation: 174Reputation: 174
Thanks business_kid,

Many years ago I recall an opinion stated by one of the columnists for InfoWorld that if you wanted to do multi-tasking... get more than one computer. There seems to be some truth to that with respect to multiple X screens It is easy to do with an Nvidia card - sometimes it even works. As to the Intel integrated graphics... I am not yet close.

Ken
 
Old 12-30-2015, 05:33 PM   #7
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
I use nvidia and I'm not using their tools, command below in my .xinitrc sets up the displays for me the way I want.
Code:
xrandr --auto --output DVI-I-3 --left-of DVI-I-2
 
Old 12-30-2015, 06:02 PM   #8
taylorkh
Senior Member
 
Registered: Jul 2006
Location: North Carolina
Distribution: CentOS 6, CentOS 7 (with Mate), Ubuntu 16.04 Mate
Posts: 2,127

Original Poster
Rep: Reputation: 174Reputation: 174
Thanks Emerson,

Your post gives me an idea. I have started reading up on xorg.conf etc. I suspect that some of the latest issue I am having are due to the fact that I have moved my system somewhat into the modern age with one monitor an the HDMI port and the other on the DisplayPort of the video card. I had used VGA and HDMI before I updated my card (Quadro K420) and two Dell Ultrasharp 24" monitors. I need to look at the xorg.conf created by nvidia-config on Ubuntu 15.10 and see if it is specifying which monitor is on which wire. Of course something about the latest Ubuntu release has an issue with the CPU fan. About every 10 seconds it runs up to max speed and then back down. Sounds like the PC is breathing. I am currently moving things around to free up an SSD so I can start a test build of CentOS 7 with the Mate desktop. I have done pieces of it and it works well so far.

Ken
 
Old 12-30-2015, 07:45 PM   #9
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Actually all methods of generating xorg.conf are obsolete. Up to date Xorg works best without xorg.conf, unless tweaking is required for non-us keyboard or for some reason default settings do not work for you. Also, Device section is required for proprietary driver.
 
Old 12-30-2015, 08:07 PM   #10
taylorkh
Senior Member
 
Registered: Jul 2006
Location: North Carolina
Distribution: CentOS 6, CentOS 7 (with Mate), Ubuntu 16.04 Mate
Posts: 2,127

Original Poster
Rep: Reputation: 174Reputation: 174
Thanks again Emerson,

I have seen the comment about xorg.conf being depreciated or obsoleted but have not been able to find what has replaced it. For single monitor setups I have had no problems. Dual monitors setup as a mirrored display seems to be the default but is basically worthless unless on is being used to run the computer and the other is a projector or similar. I have also been able to configure the monitors to work as a single large screen. The downside to this configuration is that if I open a program and drag it to the second monitor I cannot switch the workplace on the primary monitor without loosing sight of my parked program.

My preferred mode is to run two separate X screens. Each one allows me a large number of permutations of what is running on one monitor vs. the other. I have not found any documentation about how to do that with Nouveau nor with whatever controls the monitors on an Intel integrated graphics machine.

I suppose it would be possible to run two virtual machines, one dragged to the second monitor and one maximized on the primary monitor. Just never use the host OS. However, that sounds like a waste of CPU cycles.

Ken
 
Old 12-31-2015, 04:10 AM   #11
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,369

Rep: Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335
/etc/X11/xorg.conf.d/ has replaced xorg.conf. You can put any number of files in there. I have one for keyboard/mouse and one for video. - the section contents out of xorg.conf that are not defaults.
 
Old 12-31-2015, 08:21 AM   #12
taylorkh
Senior Member
 
Registered: Jul 2006
Location: North Carolina
Distribution: CentOS 6, CentOS 7 (with Mate), Ubuntu 16.04 Mate
Posts: 2,127

Original Poster
Rep: Reputation: 174Reputation: 174
Thanks business_kid,

I take it that /etc/X11/dorg.conf.d has to be created manually. I do not find it on any of my machines. The man pages re. xorg.conf mention this directory although only as a sort of equivalent to xorg.conf. I guess old habits die hard.

Ken
 
Old 01-04-2016, 06:26 PM   #13
grapedog
LQ Newbie
 
Registered: Oct 2004
Location: Portland, Oregon
Distribution: Red Hat, SuSE
Posts: 6

Rep: Reputation: 0
Random comments:

Intel GPU tools (IGT) are test tools used to exercise new features/bugfixes added to the i915 drm driver. They don't have a connection to creating xorg.conf files.

The "Intel Graphics Installer for Linux" is a fairly straightforward way to bring a supported Ubuntu or Fedora release up to the latest graphics driver stack recipe. This "recipe" is posted quarterly. The reason for this project was that commercial Ubuntu (or Fedora, where applicable) platforms were running really old graphics driver stacks which impacted gamers, etc. The quarterly graphics stack "recipes" show a combination of all key components of the graphics stack that have been validated together by Intel. The installer for Ubuntu 16.04 will be released in Q2 of this year. Sometimes, if an OSV keeps their distros updated and fresh, we don't need to release an installer kit, which is the ultimate goal.
 
Old 01-04-2016, 06:45 PM   #14
taylorkh
Senior Member
 
Registered: Jul 2006
Location: North Carolina
Distribution: CentOS 6, CentOS 7 (with Mate), Ubuntu 16.04 Mate
Posts: 2,127

Original Poster
Rep: Reputation: 174Reputation: 174
Thanks grapedog,

The installer did in fact install the latest driver. However, it did not provide a way to tweak my setup. I need to continue studying my xorg documentation so I can try and configure the thing by hand.

Ken
 
  


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
Debian 7 and intel integrated graphics AlaricWood Linux - Hardware 2 07-11-2014 07:23 PM
Intel HD 3000 integrated graphics benp6 Linux - Hardware 4 07-16-2012 11:11 PM
Intel Integrated Graphics - Problem spandey Linux - Hardware 2 04-12-2011 07:16 PM
Kernel and X on Intel Core i5 with Integrated Graphics + Intel H55 Express Chipset icmp_request Linux - Hardware 2 08-21-2010 12:28 PM
Intel Integrated Graphics for laptops sujaylahiri Linux - Hardware 10 04-17-2006 12:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:19 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