[Bug 1826151] Re: Can someone help me out and explain or point me in the right direction on how to check video drivers and see if my video card running okay

2019-04-24 Thread Nowres Rafid
There was a good tool called jockey, but I don't know why it was removed
and what replaced it.

For you graphics card, you have 2 options:
- Nouveau: Free opensource driver for nvidia cards
- Proprietary driver from Nvidia

I recommend you use the proprietary driver for maximum performance. For
better compatibility and integration, use nouveau the opensource one.

 To check if the proprietary driver is installed run:
ubuntu-drivers debug

at the bottom it will list each compatible proprietary driver and
whether it's installed or not.

Other tools that may help you:
nvidia-smi
nvidia-settings
glxinfo | egrep "OpenGL vendor|OpenGL renderer*"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1826151

Title:
  Can someone help me out and explain or point me in the right direction
  on how to check video drivers and see if my video card running okay

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1826151/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1826151] Re: Can someone help me out and explain or point me in the right direction on how to check video drivers and see if my video card running okay

2019-04-24 Thread Nowres Rafid
This is a question

** Changed in: xorg (Ubuntu)
   Status: New => Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/xorg/+question/680421

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1826151

Title:
  Can someone help me out and explain or point me in the right direction
  on how to check video drivers and see if my video card running okay

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1826151/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1826223] [NEW] lvm not detected in initramfs after upgrade to 19.04

2019-04-24 Thread Nowres Rafid
Public bug reported:

Hello,

After upgrading to 19.04, I was unable to boot into linux 5.0 kernel, I got an 
lvm not found message after providing my luks passphrase
I fell back to an older kernel version to be able to boot into my system

Here is my grub entry:

```
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os 
$menuentry_id_option 'gnulinux-simple-a895fab8-6c63-4707-ace2-eaf1f4f3e02a' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 
--hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  
7fc86ec8-e5ac-4a11-9153-622e7a9ace07
else
  search --no-floppy --fs-uuid --set=root 
7fc86ec8-e5ac-4a11-9153-622e7a9ace07
fi
linux   /vmlinuz-5.0.0-13-generic root=/dev/mapper/vg00-root ro  
nosplash
initrd  /initrd.img-5.0.0-13-generic
}
```

Nowres

** Affects: lvm2 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: regression-release

** Tags added: regression-release

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1826223

Title:
  lvm not detected in initramfs after upgrade to 19.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/1826223/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs