I booted up my PC with Ubuntu 18.04 and noticed how resolution got lower. I tried to change it back in settings but there's no other options except current one.Display settings screenshot
Then I tried to change my Nvidia driver to X.Org driver but it didn't work as well.
My specs are this, GPU is GT630.
And also there's this
Please help, I'm new to Ubuntu.
Nvidia GPU seems like to be installed. dkms status output:
nvidia, 390.116: added
Upd:
I ran sudo dkms install nvidia/390.116 -k 5.3.0-26-generic
and got this output:
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area...
unset ARCH; env NV_VERBOSE=1 'make' -j4 NV_EXCLUDE_BUILD_MODULES='' KERNEL_UNAME=5.3.0-26-generic IGNORE_XEN_PRESENCE=1 IGNORE_CC_MISMATCH=1 SYSSRC=/lib/modules/5.3.0-26-generic/build LD=/usr/bin/ld.bfd modules.........(bad exit status: 2)
ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/nvidia-dkms-390.0.crash'
Error! Bad return status for module build on kernel: 5.3.0-26-generic (x86_64)
Consult /var/lib/dkms/nvidia/390.116/build/make.log for more information.
UPD2: https://ubuntuforums.org/showthread.php?t=2397701&p=13797330#post13797330
/var/lib/dkms/nvidia/390.116/build/make.log
and see maybe why it crashed. – Terrance Jan 19 '20 at 15:44cd /usr/src/linux-headers-5.3.0-26-generic
then runsudo make oldconfig && sudo make prepare
then try running thedkms
install again. – Terrance Jan 19 '20 at 16:09graphics-drivers ppa
? – Terrance Jan 19 '20 at 16:24Yes, I got last Nvidia driver via
– SeneX Jan 19 '20 at 16:34Softwave and Updates
appgraphics-drivers
setup.sudo add-apt-repository ppa:graphics-drivers
. I have had great success with the 440 drivers right now. After it is added it issudo apt install nvidia-drivers-440
– Terrance Jan 19 '20 at 16:38E: Unable to locate package nvidia-drivers-440
, same goes withnvidia-440
. – SeneX Jan 19 '20 at 16:47sudo apt update
before trying to install after adding the repo. Those are exactly the steps I have taken and it should work. If it is not working, something is missing like seeing an error on your screen. Please pay full attention to anything that appears. – Terrance Jan 19 '20 at 16:50nvidia-driver-440
and that's what I got https://pastebin.com/8xqJyMeY And right after that Update-notifier popped up sayingSystem program problem detected
with choice of sending report or not – SeneX Jan 19 '20 at 16:58dkpg-divert
, did you remove the 390 driver after it was fixed? Once it is gone, you should be able to install the 440 driver after that one. I did help someone before with thedivert
answer as well. https://askubuntu.com/a/1067214/231142 – Terrance Jan 19 '20 at 19:09