LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-28-2017, 05:37 AM   #1
msv
LQ Newbie
 
Registered: Feb 2017
Posts: 16

Rep: Reputation: Disabled
Question HP Omni 120-1101es graphical glitches


Hello everybody!,

The other day I was trying to install GNU/Linux on the HP Omni 120 (its a AIO PC) of a friend.
I tried several distros (ubuntu,debian,arch...) and all, on the live cd and installation, ended up with graphical glitch: purple horizontal lines moving up and down and blinking (didn't take screenshot sorry).

I install/update intel drivers but nothing happen.

The only workaround I was able to do was adding nomodeset to the grub configuration but that ended up in a crappy resolution (800x600).

I am going to try to reinstall this weekend (he is using Windows until I manage to fix the driver problem).

Specs:
http://h20564.www2.hp.com/hpsc/doc/p...r_na-c03263626
http://ark.intel.com/products/53483/...Cache-2_70-GHz

thank you!

Edit:
Video of the problem:
https://goblinrefuge.com/mediagoblin...phical-glitch/
  • Does this problem occur when you load X and a desktop environment as well, or just at the command line interface?
    Both,start glitching when kernel/system is loading
  • I have tried 4.9.x 3.12.x kernels on DEBIAN
  • On Debian graphical installation process (3.12 kernel) I didn't suffer any problem
  • I have tried Arch and Debian
  • Have you tried the "nomodeset" kernel option at boot ? It seems to be suggested that this option would return the kernel to previous display management functionality, leaving the pre-desktop-environment to BIOS as in the past. Then the Intel X-driver (xf86-video-intel ?) could take over once X and your DE are loaded. This may be worth a try.
    I have tried nomodeset and X-intel-driver but since I have been touching other things I didn't manage to get it work correctly but I am pretty sure doing will fix the problem. I will try Antix and Puppy with nomodeset and xf86-video-intel.

lspci output:
Code:
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b5)
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation H61 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
02:00.0 Network controller: Ralink corp. RT5390 Wireless 802.11n 1T/1R PCIe
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)

Last edited by msv; 03-11-2017 at 04:38 AM. Reason: Added information
 
Old 03-01-2017, 12:38 AM   #2
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
Is this your friends machine?

https://www.cnet.com/products/hp-omni-120/specs/
 
1 members found this post helpful.
Old 03-01-2017, 12:54 AM   #3
msv
LQ Newbie
 
Registered: Feb 2017
Posts: 16

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
Is this:

http://h20564.www2.hp.com/hpsc/doc/p...ocId=c03282048

There are various omni 120 models mine is 1101es
 
Old 03-01-2017, 01:16 AM   #4
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:
Originally Posted by msv View Post
Is this:

http://h20564.www2.hp.com/hpsc/doc/p...ocId=c03282048

There are various omni 120 models mine is 1101es
OK. I found it in english-
http://h20564.www2.hp.com/hpsc/doc/p...r_na-c03263626

Looks like you are going to need a member that is good with Intel graphics.
I'm sorry I only have experience with ATI/AMD Radeon cards.

In the meantime maybe try a Linux distro that is more lightweight it may run better for you w/o the graphics issue you are having. OR try the open source driver.

Our group will need to know what chipset you have so when you have time post the output of:
Code:
lspci
You can use any Linux Live CD to run that command.

http://lubuntu.net/
http://antix.mepis.org/index.php?title=Main_Page

https://www.x.org/archive/X11R7.5/doc/intel.html
https://01.org/linuxgraphics
http://www.intel.com/content/www/us/...000005520.html
 
1 members found this post helpful.
Old 03-02-2017, 03:59 PM   #5
msv
LQ Newbie
 
Registered: Feb 2017
Posts: 16

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
OK. I found it in english-
http://h20564.www2.hp.com/hpsc/doc/p...r_na-c03263626

Looks like you are going to need a member that is good with Intel graphics.
I'm sorry I only have experience with ATI/AMD Radeon cards.

In the meantime maybe try a Linux distro that is more lightweight it may run better for you w/o the graphics issue you are having. OR try the open source driver.

Our group will need to know what chipset you have so when you have time post the output of:
Code:
lspci
You can use any Linux Live CD to run that command.

http://lubuntu.net/
http://antix.mepis.org/index.php?title=Main_Page

https://www.x.org/archive/X11R7.5/doc/intel.html
https://01.org/linuxgraphics
http://www.intel.com/content/www/us/...000005520.html
Code:
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b5)
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation H61 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
02:00.0 Network controller: Ralink corp. RT5390 Wireless 802.11n 1T/1R PCIe
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
Video of the issue:
https://goblinrefuge.com/mediagoblin...phical-glitch/

Thanks for the help
 
Old 03-02-2017, 06:23 PM   #6
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
msv - Just looked at the video capture of your problem ... Am I right in deducing that you are experiencing this odd display behaviour BEFORE you load a desktop environment or even X ? This may be something other than a display driver problem ...
 
1 members found this post helpful.
Old 03-02-2017, 11:29 PM   #7
msv
LQ Newbie
 
Registered: Feb 2017
Posts: 16

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Rickkkk View Post
msv - Just looked at the video capture of your problem ... Am I right in deducing that you are experiencing this odd display behaviour BEFORE you load a desktop environment or even X ? This may be something other than a display driver problem ...
Yes,it happen on kernel boot also...

Last edited by msv; 03-02-2017 at 11:30 PM.
 
Old 03-03-2017, 05:57 AM   #8
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
Maybe a kernel bug?

What kernel are you running?

Running the command below will tell you.

Code:
uname -r
 
1 members found this post helpful.
Old 03-03-2017, 06:06 AM   #9
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:
This may be something other than a display driver problem ...
What is the something other that are you suspicious of?

Here's the specs on the Pentium G630 in that machine.

http://ark.intel.com/products/53483/...Cache-2_70-GHz
 
1 members found this post helpful.
Old 03-03-2017, 06:06 AM   #10
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
nomodeset is a recent "addition" to the kernel for Skylake? chipsets, I thought?

I'd nomodeset to a desktop and install an older kernel.
What desktop? No Matter. Try Xfce.
Cinnamon (very popular) is a beast. Try Xfce.

If it were me....

Last edited by Habitual; 03-03-2017 at 06:09 AM.
 
2 members found this post helpful.
Old 03-03-2017, 06:14 AM   #11
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
Intel graphics and Sky Lake are discussed in this thread and according to post #4 you may need kernel 4.4.

https://ubuntuforums.org/showthread.php?t=2307528

Thanks for the info. Habitual-
 
1 members found this post helpful.
Old 03-03-2017, 10:35 AM   #12
msv
LQ Newbie
 
Registered: Feb 2017
Posts: 16

Original Poster
Rep: Reputation: Disabled
Okey guys, I am on Debian graphical install (kernel 3.16.0-4-amd64) and no glitches on boot nor during installation...
The last time I boot Debian installer there where glitches.

After installation and update kernel to 4.9(jessie-backports) glitch continue...

Edit: with systemRescueCD 4.4.4 kernel glitch continue
It start glitching when kernel modules start loading...
I am gonna try livecd FreeBSD and see what happens...

Last edited by msv; 03-03-2017 at 10:46 AM.
 
Old 03-03-2017, 11:37 AM   #13
msv
LQ Newbie
 
Registered: Feb 2017
Posts: 16

Original Poster
Rep: Reputation: Disabled
its SandyBridge not Skylake...
FreeBSD not even boots

Quote:
nomodeset

The newest kernels have moved the video mode setting into the kernel. So all the programming of the hardware specific clock rates and registers on the video card happen in the kernel rather than in the X driver when the X server starts.. This makes it possible to have high resolution nice looking splash (boot) screens and flicker free transitions from boot splash to login screen. Unfortunately, on some cards this doesnt work properly and you end up with a black screen. Adding the nomodeset parameter instructs the kernel to not load video drivers and use BIOS modes instead until X is loaded.
Attached Thumbnails
Click image for larger version

Name:	Captura de pantalla - 030317 - 18:35:42.png
Views:	33
Size:	70.6 KB
ID:	24380  
Attached Files
File Type: txt dmesgNOMODESET.txt (45.3 KB, 18 views)
File Type: txt dmseg.txt (87.7 KB, 16 views)

Last edited by msv; 03-03-2017 at 11:39 AM.
 
Old 03-03-2017, 12:53 PM   #14
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
Looking at the dmseg log it's very clear that the firmware is failing to load.

It's a bug-
https://bugzilla.redhat.com/show_bug.cgi?id=1222343

https://lists.debian.org/debian-user.../msg00211.html

Last edited by Ztcoracat; 03-03-2017 at 01:23 PM.
 
1 members found this post helpful.
Old 03-03-2017, 01:10 PM   #15
msv
LQ Newbie
 
Registered: Feb 2017
Posts: 16

Original Poster
Rep: Reputation: Disabled
Lightbulb

Quote:
Originally Posted by Ztcoracat View Post
Intel graphics and Sky Lake are discussed in this thread and according to post #4 you may need kernel 4.4.

https://ubuntuforums.org/showthread.php?t=2307528

Thanks for the info. Habitual-
Quote:
Originally Posted by Habitual View Post
nomodeset is a recent "addition" to the kernel for Skylake? chipsets, I thought?

I'd nomodeset to a desktop and install an older kernel.
What desktop? No Matter. Try Xfce.
Cinnamon (very popular) is a beast. Try Xfce.

If it were me....
Quote:
Originally Posted by Ztcoracat View Post
Looking at the dmseg log it's very clear that the firmware is failing to load.
Thats wireless firmware...
looking at xorg.log...
I am gona try vesa driver (I dont know if that would help, I am too noob)

Edit:I think is kernel related. It start glitching when kernel its in a certain moment of loading. I don't know if I can see it on dmesg or I would need other tools to log it.
Attached Files
File Type: txt xorg.txt (26.8 KB, 12 views)
File Type: txt dmesgWITHFIRMWARE.txt (46.7 KB, 14 views)

Last edited by msv; 03-03-2017 at 05:29 PM.
 
1 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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Graphical glitches on boot with PowerMac G5 UltrasonicMadness Linux - Newbie 2 01-21-2017 04:40 AM
Graphical glitches quachtridat Ubuntu 15 12-28-2015 06:01 AM
[SOLVED] Elementary OS Luna - graphical glitches DKnight009 Linux - Distributions 4 04-26-2014 07:59 PM
[SOLVED] Xubuntu, graphical glitches LightSeeker Ubuntu 5 12-20-2013 12:52 PM
Graphical glitches in firefox mcnalu Slackware 7 08-05-2010 02:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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