GTX 1050TI Unknown Display

Issues related to hardware problems
Post Reply
lucasgvarela
Posts: 5
Joined: 2019/11/02 14:49:40

GTX 1050TI Unknown Display

Post by lucasgvarela » 2019/11/02 14:59:13

Hello,

So, after a newly and fresh install, I'm can't change my resolution.
I never used CentOS as Workstation before, so my knowledge to displays/graphical cards are almost 0...

My resolution is setted as 800 x 600 using Displays I can see a message: Unknown Display and I don't have any other resolutions options.

My computer is an Avell A52-5 BS using a GTX 1050TI.

[root@localhost ~]# lshw -numeric -C display

Code: Select all

  *-display UNCLAIMED       
       description: VGA compatible controller
       product: GP107M [GeForce GTX 1050 Mobile] [10DE:1C8D]
       vendor: NVIDIA Corporation [10DE]
       physical id: 0
       bus info: pci@0000:01:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vga_controller bus_master cap_list
       configuration: latency=0
       resources: memory:a4000000-a4ffffff memory:90000000-9fffffff memory:a0000000-a1ffffff ioport:5000(size=128) memory:a5000000-a507ffff
  *-display UNCLAIMED
       description: VGA compatible controller
       product: UHD Graphics 630 (Mobile) [8086:3E9B]
       vendor: Intel Corporation [8086]
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress msi pm vga_controller bus_master cap_list
       configuration: latency=0
       resources: memory:a3000000-a3ffffff memory:80000000-8fffffff ioport:6000(size=64) memory:c0000-dffff
vi /var/log/Xorg.0.log

Code: Select all

[     8.857] (EE) open /dev/dri/card0: No such file or directory
[     8.857] (WW) Falling back to old probe method for modesetting
[     8.857] (EE) open /dev/dri/card0: No such file or directory
[     8.857] (II) Loading sub module "fbdevhw"
[     8.857] (II) LoadModule: "fbdevhw"
[     8.860] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[     8.861] (II) Module fbdevhw: vendor="X.Org Foundation"
[     8.861]    compiled for 1.20.3, module version = 0.0.2
[     8.861]    ABI class: X.Org Video Driver, version 24.0
[     8.861] (EE) Unable to find a valid framebuffer device
[     8.861] (WW) Falling back to old probe method for fbdev
[     8.861] (II) Loading sub module "fbdevhw"
[     8.861] (II) LoadModule: "fbdevhw"
[     8.861] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[     8.861] (II) Module fbdevhw: vendor="X.Org Foundation"
[     8.861]    compiled for 1.20.3, module version = 0.0.2
[     8.861]    ABI class: X.Org Video Driver, version 24.0
[     8.861] (II) FBDEV(2): using default device
[     8.861] vesa: Refusing to run on UEFI
[     8.861] (EE) Screen 0 deleted because of no matching config section.
[     8.861] (II) UnloadModule: "modesetting"
[     8.861] (EE) Screen 0 deleted because of no matching config section.
[     8.861] (II) UnloadModule: "fbdev"
[     8.861] (II) UnloadSubModule: "fbdevhw"
If more infos are needed I will be glad in provide them.

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: GTX 1050TI Unknown Display

Post by TrevorH » 2019/11/02 16:11:22

What's the output from lspci -nn | grep -i vga.
Check /var/log/messages for mentions on 'nouveau'.
What is the output from uname -a - if the kernel version is less than 3.10.0-1062.4.1.el7 then you need to run yum update and reboot to get up to date.
What is the contents of /proc/cmdline
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

lucasgvarela
Posts: 5
Joined: 2019/11/02 14:49:40

Re: GTX 1050TI Unknown Display

Post by lucasgvarela » 2019/11/02 16:23:14

lspci -nn | grep -i vga

Code: Select all

00:02.0 VGA compatible controller [0300]: Intel Corporation UHD Graphics 630 (Mobile) [8086:3e9b]
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP107M [GeForce GTX 1050 Mobile] [10de:1c8d] (rev a1)
/var/log/messages only contains one entrie with nouveau:

Code: Select all

Nov  2 10:34:55 localhost dbus-daemon[950]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service' requested by ':1.705' (uid=0 pid=11084 comm="sudo yum install xorg-x11-drv-nouveau.x86_64 " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
uname -a

Code: Select all

Linux localhost.localdomain 4.18.0-80.11.2.el8_0.x86_64 #1 SMP Tue Sep 24 11:32:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
cat /proc/cmdline

Code: Select all

BOOT_IMAGE=(hd0,gpt2)/vmlinuz-4.18.0-80.11.2.el8_0.x86_64 root=/dev/mapper/cl-root ro crashkernel=auto resume=/dev/mapper/cl-swap rd.lvm.lv=cl/root rd.lvm.lv=cl/swap nomodeset rhgb quiet

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: GTX 1050TI Unknown Display

Post by TrevorH » 2019/11/02 16:31:39

nomodeset rhgb quiet
Remove all of those from the grub kernel command line. Both nouveau and intel drivers require modesetting and the rhgb quiet parameters just hide useful debugging information.

Since you have two graphics cards, you may also need to code an xorg.conf file to tell it which one to use. You may also need to look at using bumblebee though I have no idea if that works on el8.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

lucasgvarela
Posts: 5
Joined: 2019/11/02 14:49:40

Re: GTX 1050TI Unknown Display

Post by lucasgvarela » 2019/11/02 16:49:58

Based on https://wiki.centos.org/HowTos/Grub2 I have done:

Changed the /etc/default/grub GRUB_CMDLINE_LINUX option to (removed the nomodeset rhgb quiet):
GRUB_CMDLINE_LINUX="crashkernel=auto resume=/dev/mapper/cl-swap rd.lvm.lv=cl/root rd.lvm.lv=cl/swap"

Regenerated the grub.cfg file
# grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
Generating grub configuration file ...
Adding boot menu entry for EFI firmware configuration
done

1 - Should I restart the machine right now or do you think I need to create the xorg.conf first?
2 - About the xorg.conf, how should I create this file (there is a template for that?), do you have an official documentation so I can follow?
3 - And sorry about that question, what is bumblebee?

And thank you for all the help until now :D

Post Reply