Hardware Stuck at 640x480 on Ubuntu 18.04

MaxiBash

Your Local Random Internet Geek
OP
Member
Joined
Jul 14, 2018
Messages
1,287
Trophies
1
Website
trashbandatcootofficial.cardd.co
XP
5,011
Country
Netherlands
I'll try to help you out, friend. What I would recommend is installing the graphics drivers ppa. You could be missing the GPU's drivers.

To do this, open a terminal and enter these commands:

sudo add-apt-repository ppa:graphics-drivers/ppa

sudo apt-get update

then reboot your computer to see if there is any change. If not, let me know.
Tried that, and it said it didn't have any source software.

I even finally managed to remove the "nomodeset" command and rebooted. It shows these paterns instead with no activity after that.
20190507_190809.jpg
Yeah, there's definetly something wrong with the currently installed drivers, and I'm slowly thinking about buying a "Ubuntu for dummies", if any of them exist.
 

lucks

Well-Known Member
Member
Joined
Jul 18, 2015
Messages
412
Trophies
0
XP
1,133
Country
Canada
pacman is archlinux, debian and "sons" use apt-get.

enable modeset

see here
https://askubuntu.com/questions/68906/how-can-i-get-my-geforce-6200-working-properly

it seems that the nvidia drivers are not that good for your old card, so you may want to try nouveau first.

nouveau should be already installed, if not, sudo apt-get install xserver-xorg-video-nouveau

then edit /etc/X11/xorg.conf like this
Code:
Section "Device"
    Identifier "Nvidia card"
    Driver "nouveau"
EndSection

and reboot and try with no nomodeset
 

mbcrazed

Well-Known Member
Member
Joined
Nov 10, 2012
Messages
695
Trophies
1
Location
GBATemp
XP
2,082
Country
United States
Tried that, and it said it didn't have any source software.

I even finally managed to remove the "nomodeset" command and rebooted. It shows these paterns instead with no activity after that.
View attachment 166236
Yeah, there's definetly something wrong with the currently installed drivers, and I'm slowly thinking about buying a "Ubuntu for dummies", if any of them exist.
Alright, try what luck's said below to get it working, and if not you'll have to display the list of packages installed in safe mode and uninstall any duplicates. I would recommend trying what luck's said though.
 
  • Like
Reactions: MaxiBash and lucks

MaxiBash

Your Local Random Internet Geek
OP
Member
Joined
Jul 14, 2018
Messages
1,287
Trophies
1
Website
trashbandatcootofficial.cardd.co
XP
5,011
Country
Netherlands
The command showed this...
20190508_182648.jpg

Oddly enough, it's trying to mount drive E: (which doesn't exis5) and then it tells me that the lockout for dpkg-frontend is not availible.
Also, I don't know how to delete drivers in safe mode, which makes this even more confusing, again.
 

lucks

Well-Known Member
Member
Joined
Jul 18, 2015
Messages
412
Trophies
0
XP
1,133
Country
Canada

MaxiBash

Your Local Random Internet Geek
OP
Member
Joined
Jul 14, 2018
Messages
1,287
Trophies
1
Website
trashbandatcootofficial.cardd.co
XP
5,011
Country
Netherlands
20190509_173323.jpg

It's as if Ubuntu doesn't want me to use this OS.

This is just coming from my perspective, but how can anyone with SO MANY ISSUES, with a noob like me, use **this** as their base OS?
I'm slowly starting to scream now, any solution I try leads to an error message.
 

lucks

Well-Known Member
Member
Joined
Jul 18, 2015
Messages
412
Trophies
0
XP
1,133
Country
Canada
Linux supports almost every hardware but not oob, ancient things require some work, tests etc..

Ubuntu is perfect if you want to try linux but you are supposed to use supported hw if its your first time.

You may also want to try an older version of ubuntu, 10 or 11
You should be able to see additional drivers there by adding the nvidia ppa for that version.
 

MaxiBash

Your Local Random Internet Geek
OP
Member
Joined
Jul 14, 2018
Messages
1,287
Trophies
1
Website
trashbandatcootofficial.cardd.co
XP
5,011
Country
Netherlands
I think it's also worth mentioning now that after installing some packages in safe mode, it made a jumpcut to 1024 x 768. It still couldn't detect what the input was, but it showed it can work.
20190510_074349.jpg

Then I restarted, and it was back at 480p.
Maybe I need to search for VGA controllers?
 

lucks

Well-Known Member
Member
Joined
Jul 18, 2015
Messages
412
Trophies
0
XP
1,133
Country
Canada
You need the driver
Also why safe mode? It should boot.
Try to exit safe mode and retry the commands for dpkg

Also close every app, just leave 1 terminal and type the commands
 

MaxiBash

Your Local Random Internet Geek
OP
Member
Joined
Jul 14, 2018
Messages
1,287
Trophies
1
Website
trashbandatcootofficial.cardd.co
XP
5,011
Country
Netherlands
You need the driver
Also why safe mode? It should boot.
Try to exit safe mode and retry the commands for dpkg

Also close every app, just leave 1 terminal and type the commands
Already tried that. I wasn’t even in safe mode until I went on downloading the packages in safe mode.
 

MaxiBash

Your Local Random Internet Geek
OP
Member
Joined
Jul 14, 2018
Messages
1,287
Trophies
1
Website
trashbandatcootofficial.cardd.co
XP
5,011
Country
Netherlands
Same error?

https://www.linuxuprising.com/2018/07/how-to-fix-could-not-get-lock.html?m=1

Try to remove the locks, first /var/lib/dpkg/lock-frontend (at the bottom of the page) and follow instructions
Maybe you didn't get it, but I can't remove locks.
2 images above you saw it doesn't work and I end in an end-stat error.

Correction: I deleted 1 lock and I was already warned some packages could not be installed. It seems like some Nouveau packages got installed, but not enough to get around those weird paterns.
Here are the broken packages. It's only 2 of them.
20190510_154437.jpg
 
Last edited by MaxiBash,

lucks

Well-Known Member
Member
Joined
Jul 18, 2015
Messages
412
Trophies
0
XP
1,133
Country
Canada
Have you followed the steps there? it tells you how to fix dpkg and apt when you remove locks

Try apt-get install -f, apt-get update --fix-missing

Or uninstall the driver, make sure no other things are broken and install it again

You can also try a fresh install.
 

MaxiBash

Your Local Random Internet Geek
OP
Member
Joined
Jul 14, 2018
Messages
1,287
Trophies
1
Website
trashbandatcootofficial.cardd.co
XP
5,011
Country
Netherlands
Have you followed the steps there? it tells you how to fix dpkg and apt when you remove locks

Try apt-get install -f, apt-get update --fix-missing

Or uninstall the driver, make sure no other things are broken and install it again

You can also try a fresh install.
Uninstalling it is also just a command?
Also, I'm not going to try a fresh install all over again. If I have to do that, I'd rather just go back to Windows 7 and stay offline from time to time when it finally gets discontinued.
 

MaxiBash

Your Local Random Internet Geek
OP
Member
Joined
Jul 14, 2018
Messages
1,287
Trophies
1
Website
trashbandatcootofficial.cardd.co
XP
5,011
Country
Netherlands
Removed some drivers, still didn't work.
I gave up at this point, and one of my friends noted Pop!OS having much better nVidia compatibility. So I tried it, and I got a black screen midway during the setup. I tried the Intel drivers, and I got yet again those weird screens.

So, even after all the help you've given me, I just gave up and dropped back to Windows 7. It seems like any Linux distribution really hates this video card.
Again, thanks for the help.
 

Site & Scene News

Popular threads in this forum

Recent Content

General chit-chat
Help Users
  • No one is chatting at the moment.
    rvtr @ rvtr: Spam bots again.