<---- template headericclude ----->
[SOLVED] Video issues (Intel HD graphics) driver related
FedoraForum.org - Fedora Support Forums and Community
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2007
    Location
    Russia, Moscow <-> USA, Raleigh, NC
    Age
    47
    Posts
    78
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Video issues (Intel HD graphics) driver related

    Hi guys

    I bought a new small nettop with "everything integrated" and got it connected via HDMI to my Dell 25'' monitor
    After installing Fedora 24 on it I have realized that both Gnome and KDE works with very weird graphical artifacts like on the video below.

    What could cause this (driver or hardware) ?

    https://www.youtube.com/watch?v=PzXmZESV-wI

    lspci output:
    Code:
    00:00.0 Host bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SoC Transaction Register (rev 21)
    00:02.0 VGA compatible controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller (rev 21)
    00:10.0 SD Host controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series MMC Controller (rev 21)
    00:13.0 SATA controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SATA Controller (rev 21)
    00:14.0 USB controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series USB xHCI Controller (rev 21)
    00:1a.0 Encryption controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Trusted Execution Engine (rev 21)
    00:1b.0 Audio device: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series High Definition Audio Controller (rev 21)
    00:1c.0 PCI bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Express Port #1 (rev 21)
    00:1c.1 PCI bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Express Port #2 (rev 21)
    00:1c.3 PCI bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Express Port #4 (rev 21)
    00:1f.0 ISA bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCU (rev 21)
    00:1f.3 SMBus: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx SMBus Controller (rev 21)
    01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader (rev 01)
    02:00.0 Network controller: Intel Corporation Wireless 3160 (rev 83)
    03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
    Thanks for paying attention to this

  2. #2
    Join Date
    May 2007
    Location
    Russia, Moscow <-> USA, Raleigh, NC
    Age
    47
    Posts
    78
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Video issues (Intel HD graphics) driver related

    For those who faced the same the below helped:

    1. Create a new text file called /etc/X11/xorg.conf.d/20-intel.conf with your favorite text editor containing the following text.
    Since this file resides in the /etc folder and not your home directory, you need root or sudo access to create or
    edit this file:
    Code:
    Section "Device"
        Identifier  "card0"
        Driver  "intel"
        Option  "AccelMethod"  "uxa"
        EndSection
    2. If the section for Intel card is already present, just add the following line:
    Code:
     Option   "AccelMethod"   "uxa"
    3. Save the file and reboot.

    (Source is "Alternative Workaround" from here https://fedoramagazine.org/solution-...ets-fedora-22/ )

  3. #3
    Join Date
    May 2016
    Location
    Fayetteville, Arkansas, USA
    Posts
    261
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Video issues (Intel HD graphics) driver related

    Glad you got it fixed, but I must say that the video was very cool.

  4. #4
    Join Date
    May 2007
    Location
    Russia, Moscow <-> USA, Raleigh, NC
    Age
    47
    Posts
    78
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Video issues (Intel HD graphics) driver related

    Quote Originally Posted by Madtiger
    Glad you got it fixed, but I must say that the video was very cool.
    Yeah, hot n ardent video artifacts
    Last edited by Ujeen; 9th August 2016 at 05:55 AM.

Similar Threads

  1. Replies: 4
    Last Post: 30th December 2009, 05:43 PM
  2. Replies: 2
    Last Post: 5th December 2009, 01:49 PM
  3. Replies: 0
    Last Post: 17th March 2009, 12:38 AM
  4. Fedora Core 10 intel graphics driver issues
    By lromerodl157 in forum Installation, Upgrades and Live Media
    Replies: 12
    Last Post: 29th January 2009, 09:09 PM
  5. Replies: 1
    Last Post: 18th July 2005, 05:42 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]