Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-06 Thread Jerry Geis
Ok so I re-installed CentOS 8 from scratch. and compared the two. C7 and C8 X log files. As 7 loaded Intel drivers and 8 does not. grep LoadModule Xorg.0.log on CentOS 7 [22.856] (II) LoadModule: "glx" [22.863] (II) LoadModule: "intel" [22.878] (II) LoadModule: "dri3" [22.878]

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-06 Thread Jonathan Billings
On Fri, Mar 06, 2020 at 01:20:23PM -0500, Jerry Geis wrote: > > > module_blacklist=nouveau,amdgpu,radeon i915.alpha_support=1 > > ok I did that - regen that file and verified with cat /proc/cmdline > This is not a dual monitor situation. I also removed all that other > "legacy" stuff I had in

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-06 Thread Jerry Geis
> module_blacklist=nouveau,amdgpu,radeon i915.alpha_support=1 ok I did that - regen that file and verified with cat /proc/cmdline This is not a dual monitor situation. I also removed all that other "legacy" stuff I had in there. no difference. Jerry

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-06 Thread Leon Fauster via CentOS
Am 06.03.20 um 15:23 schrieb Jerry Geis: This is my /proc/cmdline BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-4.18.0-147.5.1.el8_1.x86_64 root=UUID=c1bef884-0180-4955-a669-c99a8c64f75a ro crashkernel=auto resume=UUID=0fe1a972-9912-4803-b5ec-265a13a888c1 biosdevname=0 net.ifnames=0 rhgb quiet rd.driver.

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-06 Thread Jerry Geis
This is my /proc/cmdline BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-4.18.0-147.5.1.el8_1.x86_64 root=UUID=c1bef884-0180-4955-a669-c99a8c64f75a ro crashkernel=auto resume=UUID=0fe1a972-9912-4803-b5ec-265a13a888c1 biosdevname=0 net.ifnames=0 rhgb quiet rd.driver. blacklist=nouveau nomodeset

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-05 Thread Leon Fauster via CentOS
Am 05.03.20 um 18:30 schrieb Jerry Geis: Thanks here is the kernel I'm running on C8 and the files listing. 4.18.0-147.5.1.el8_1.x86_64 #1 SMP Wed Feb 5 02:00:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux ./4.18.0-147.el8.x86_64/kernel/drivers/gpu/drm/i915

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-05 Thread Jerry Geis
Thanks here is the kernel I'm running on C8 and the files listing. 4.18.0-147.5.1.el8_1.x86_64 #1 SMP Wed Feb 5 02:00:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux ./4.18.0-147.el8.x86_64/kernel/drivers/gpu/drm/i915 ./4.18.0-147.el8.x86_64/kernel/drivers/gpu/drm/i915/i915.ko.xz

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-05 Thread Stephen John Smoogen
On Thu, 5 Mar 2020 at 12:04, Jerry Geis wrote: > C7: lspci | grep VGA > > 00:02.0 VGA compatible controller: Intel Corporation Device 3185 (rev 03) > grep Driver /var/log/Xorg.0.log > [24.374] (**) | |-->Device "Intel Graphics" > [24.610] (II) intel: Driver for Intel(R) Integrated

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-05 Thread Jerry Geis
C7: lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation Device 3185 (rev 03) grep Driver /var/log/Xorg.0.log [24.374] (**) | |-->Device "Intel Graphics" [24.610] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets: [24.614] (II) intel: Driver for Intel(R)

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-05 Thread Stephen John Smoogen
On Wed, 4 Mar 2020 at 16:28, Jerry Geis wrote: > I found this site > https://www.linux-hardware.org/index.php?id=pci:8086-3185-8086-2212 > Says the Intel UHD 605 graphics chip is supported in kernel > 4.11 > > centos 8 comes with 4.18 but I am not getting X on CentOS 8 with this chip. > > When I

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-05 Thread Jerry Geis
Ok - I went back to CentOS 7. In the same box. CentOS 7 has this same file: Section "Device" Identifier "Intel Graphics" Driver "intel" EndSection /var/log/Xorg.0.log has the Driver being Intel i915 version 1.6.0 but in CentOS 8 - it does not work and uses the generic driver.

[CentOS] Support for Intel Graphics 605 UHD

2020-03-04 Thread Jerry Geis
I found this site https://www.linux-hardware.org/index.php?id=pci:8086-3185-8086-2212 Says the Intel UHD 605 graphics chip is supported in kernel > 4.11 centos 8 comes with 4.18 but I am not getting X on CentOS 8 with this chip. When I put this: Section "Device" Identifier "Intel Graphics"