LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-27-2020, 04:35 PM   #1
jstich
Member
 
Registered: Jan 2020
Posts: 43

Rep: Reputation: Disabled
mint resolution problem


After restarting with my preferred resolution I restart and it gives me a warning regarding no accelerators and my system may run slow with high cpu usage. It builds a cache and then lists an open source driver or the recommended nvidia driver.The display resolution is 640 x 480 (4:3) and says its a laptop default screen res.I was once able to scroll down to where my 1366 x 768 resolution should be but it doesn't drop down so I get no other resolution choices.Now the right side of the screen on the display page doesn't show the bar that indicates you can go lower on the page. I've tried the open source and the recommended nvidia driver with the same result.I read the other posts suggested by the forum but it doesn't address this problem.My computer is unusable in this state.

Last edited by jstich; 01-27-2020 at 04:42 PM.
 
Old 01-27-2020, 05:32 PM   #2
jmc1987
Member
 
Registered: Sep 2009
Location: Oklahoma
Distribution: Debian, CentOS, windows 7/10
Posts: 893

Rep: Reputation: 119Reputation: 119
Tell us your computer specs?

Laptop, desktop, video card?

Desktop software (XFCE, Cinnamon, Mate) ?


When you goto "Menu > Setting > Display" can you adjust your resolution to what you want?
 
1 members found this post helpful.
Old 01-27-2020, 06:09 PM   #3
jstich
Member
 
Registered: Jan 2020
Posts: 43

Original Poster
Rep: Reputation: Disabled
Sorry, rookie mistake. It's a dell 537s desktop with 32 bit vista as stock os. The video card is a nvidia gt 430 1gb vram,2gb system ram., pentium dual core cpu.I have the cinnamon desktop. Before it was defaulting to a 1080p resolution and I could adjust it to the proper resolution, now when I re-start the system I get a laptop 640x 480 resolution that I can't adjust. The drop menu doesn't have any other res options.It has a battery icon on the bottom of the screen even though its a desktop computer.The screen is so big it usually only shows the resolution options and it doesn't allow me to scroll down to see if the other resolutions choices have dropped down. I was able to scroll down once but the 640x 480 res is the only choice it gives me.The res setting doesn't drop down like it's supposed to.

Last edited by jstich; 01-27-2020 at 06:11 PM.
 
Old 01-27-2020, 06:34 PM   #4
jmc1987
Member
 
Registered: Sep 2009
Location: Oklahoma
Distribution: Debian, CentOS, windows 7/10
Posts: 893

Rep: Reputation: 119Reputation: 119
Sounds like you are running on the open source driver. Use the driver manager and install nvidia driver, it should be the 390 that supports your card. If your resolution is stopping you, then do some research on how to use xrandr. xrandr will allow you to change your resolution or add customer resolutions that your monitor supports.
 
1 members found this post helpful.
Old 01-27-2020, 06:49 PM   #5
jstich
Member
 
Registered: Jan 2020
Posts: 43

Original Poster
Rep: Reputation: Disabled
It immediately opens driver manager,then builds cache then ,driver manager then shows the device is using the recommended driver-390.It shows 2 other choices for the driver.
 
Old 01-27-2020, 07:01 PM   #6
jstich
Member
 
Registered: Jan 2020
Posts: 43

Original Poster
Rep: Reputation: Disabled
The update manager showed a newer nvidia driver update but I installed it with no difference. I'm going to try the older 340 nvidia driver.EDIT:My attempt to use older driver failed.

Last edited by jstich; 01-27-2020 at 07:07 PM.
 
Old 01-27-2020, 07:33 PM   #7
jstich
Member
 
Registered: Jan 2020
Posts: 43

Original Poster
Rep: Reputation: Disabled
I tried setting the res through xrandr.Only errors. If it's this god damn hard to get a simple rsolution to work maybe linux isnt for me.
 
Old 01-27-2020, 08:18 PM   #8
jstich
Member
 
Registered: Jan 2020
Posts: 43

Original Poster
Rep: Reputation: Disabled
I tried the 4 other kernels via advanced settings on the boot menu. Two of them let me set a pseudo 1024x600(?) resolution and it does give more visible options in that mode. I say pseudo since it's connected to a 720p/1080i TV. The tv shows the res at 1929 x 1080 @ 60 hz.I don't know if this will burn out my tv. I think the tv is supposed to run at 60 hz but I'm not sure.
 
Old 01-28-2020, 01:09 AM   #9
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,868
Blog Entries: 1

Rep: Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074
Please do
Code:
pastebinit /var/log/Xorg.0.log
and paste here the resulting URL so that we can see what X has to report about what it is doing and any errors. If you get a file not found error, do pastebinit .local/share/xorg/Xorg.0.log instead.
 
1 members found this post helpful.
Old 01-28-2020, 02:37 AM   #10
jstich
Member
 
Registered: Jan 2020
Posts: 43

Original Poster
Rep: Reputation: Disabled
I put both of those pieces of code in and it says pastebinit not found but can be installed with sudo apt install pastebin.After that command is input it reads package lists ,builds dependency tree, and reads state information.Then it says E: unable to locate package pastebin. I put the code you listed after that and it again says not found but can be installed with the sudo apt install pastebin command again. I looked at my updates and there is nothing relevant to this problem.
 
Old 01-28-2020, 02:49 AM   #11
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,868
Blog Entries: 1

Rep: Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074
Try
Code:
sudo apt update; sudo apt install pastebinit; pastebinit /var/log/Xorg.0.log
Normally pastebinit is part of a standard installation of each Debian derivative. Mint is based on Ubuntu, which is based on Debian.
 
1 members found this post helpful.
Old 01-28-2020, 03:14 AM   #12
jstich
Member
 
Registered: Jan 2020
Posts: 43

Original Poster
Rep: Reputation: Disabled
I'll try the code you newly put but now I'm getting a notification of a broken package.EDIT: I just did the longer bits of code you posted and it lists 8 hits then reads lists ,builds dependencies,reads state information. It says 3 packages can be upgraded. and suggests some code to run to correct these. Then it has some packages. Two have nvidia in the name and 1 is listed that have unmet dependencies as E: .Then it says command pastebinit not found,etc. I'm going to try to fix my broken install.
 
Old 01-28-2020, 03:49 AM   #13
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,868
Blog Entries: 1

Rep: Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074
The function of pastebinit can be accomplished by visiting http://pastebin.com/ (or equivalent) and uploading the file /var/log/Xorg.0.log. Pastebinit is a simple facilitator for the process of temporarily sharing large files. Other locations for such file sharing include:
 
1 members found this post helpful.
Old 01-28-2020, 04:12 AM   #14
jstich
Member
 
Registered: Jan 2020
Posts: 43

Original Poster
Rep: Reputation: Disabled
I tried to download chromium and got the message the software index is broken and lists ways to check for broken packages, etc.Not good.
 
Old 01-28-2020, 05:32 AM   #15
jstich
Member
 
Registered: Jan 2020
Posts: 43

Original Poster
Rep: Reputation: Disabled
I restored via timeshift.I am able to adjust the resolution to 1360 x 768. Now I have 71 updates and no idea which I should install. I installed all of them last time.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SOLVED MINT 18.3 Mint Mate No sound in Firefox after stealthy upgrade to 64.0 - mint 1.0 version lax luthier Linux - Desktop 1 04-11-2019 04:23 AM
Screen resolution problem under XFCE on Linux Mint manorina Linux - Newbie 14 10-16-2009 08:17 AM
Mint 6 Screen Resolution problem kenc3 Linux - Newbie 1 03-18-2009 08:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration