Unable to set Screen Resolution to 1920x1080

Cubifyy

New Member
Joined
Jan 6, 2023
Messages
12
Reaction score
1
Credits
78
For some reason I am unable to set Linux Mint to my monitor's native resolution of 1920x1080 and have been forced to use 1600x900, I used CVT to create a custom resolution of 1920x1080, but when I tried to set the resolution to 1080p, there is just a brief black screen, it says that 1080p is applied when it still is in 900p
I doubt that it's the VGA cable that I use (yes, vga.) since Windows had no trouble with having my screen at 1080p

If anyone could give me a solution to this issue it would be much appreciated

1673050052957.png
 


KGIII

Super Moderator
Staff member
Gold Supporter
Joined
Jul 23, 2020
Messages
10,666
Reaction score
9,161
Credits
88,563
I don't have an answer, but what kinda GPU are you working with and which drivers are you using to power it?
 
OP
Cubifyy

Cubifyy

New Member
Joined
Jan 6, 2023
Messages
12
Reaction score
1
Credits
78
Intel HD Graphics 4400 not using any specific drivers, was told that linux would handle the drivers
I currently do not know how to install any such driver if it exists, since I cannot find a proper download for one let alone instructions to get it through terminal.
 
Last edited:
OP
Cubifyy

Cubifyy

New Member
Joined
Jan 6, 2023
Messages
12
Reaction score
1
Credits
78
I already tried that, and this is the error it shows (same when trying to change in display config)
1673062770606.png
 

osprey

Well-Known Member
Joined
Apr 15, 2022
Messages
1,120
Reaction score
1,090
Credits
10,669
What is the graphics driver? To find out run:
Code:
lspci -nnk | grep -i vga -A3
If it's i915, do you have the package: firmware-misc-nonfree, installed?
 
OP
Cubifyy

Cubifyy

New Member
Joined
Jan 6, 2023
Messages
12
Reaction score
1
Credits
78
It is i915, how would I find out if I have that package or not?
 

wizardfromoz

Administrator
Staff member
Gold Supporter
Joined
Apr 30, 2017
Messages
9,186
Reaction score
8,138
Credits
39,448
G'day @Cubifyy and welcome to linux.org :)

In Terminal type and enter

Code:
apt policy firmware-misc-nonfree

If it shows as available and installed, you already have it. If it shows as available but not installed, then

Code:
sudo apt -y install firmware-misc-nonfree

Chris Turner
wizardfromoz
 

f33dm3bits

Gold Member
Gold Supporter
Joined
Dec 11, 2019
Messages
6,403
Reaction score
4,859
Credits
47,054
@wizardfromoz AFAIK Intel's graphics drivers are opensource, why OP need non-free?
 

osprey

Well-Known Member
Joined
Apr 15, 2022
Messages
1,120
Reaction score
1,090
Credits
10,669
@wizardfromoz AFAIK Intel's graphics drivers are opensource, why OP need non-free?
If you inspect the contents of firmware-misc-nonfree package you will find:
Code:
<snip>
firmware-misc-nonfree: /lib/firmware/i915/adlp_dmc_ver2_09.bin
firmware-misc-nonfree: /lib/firmware/i915/adlp_dmc_ver2_10.bin
firmware-misc-nonfree: /lib/firmware/i915/adlp_guc_62.0.3.bin
firmware-misc-nonfree: /lib/firmware/i915/adls_dmc_ver2_01.bin
firmware-misc-nonfree: /lib/firmware/i915/bxt_dmc_ver1.bin
.
.
.
<snip>
There are about 80 firmware/i915 files there and they can make a difference. The issue is whether they do in this case.
 

f33dm3bits

Gold Member
Gold Supporter
Joined
Dec 11, 2019
Messages
6,403
Reaction score
4,859
Credits
47,054
If you inspect the contents of firmware-misc-nonfree you will find:
There are about 80 firmware/i915 files there and they can make a difference.
Yeah you are right, I forgot the fact that drivers can be opensource but that the the firmware in a lot if cases is still closed source.
 
OP
Cubifyy

Cubifyy

New Member
Joined
Jan 6, 2023
Messages
12
Reaction score
1
Credits
78
I will try those commands tomorrow as it is currently 11:12pm, thank you very much.
 
OP
Cubifyy

Cubifyy

New Member
Joined
Jan 6, 2023
Messages
12
Reaction score
1
Credits
78
G'day @Cubifyy and welcome to linux.org :)

In Terminal type and enter

Code:
apt policy firmware-misc-nonfree

If it shows as available and installed, you already have it. If it shows as available but not installed, then

Code:
sudo apt -y install firmware-misc-nonfree

Chris Turner
wizardfromoz
I did both commands and this is the output
1673122201851.png
 

osprey

Well-Known Member
Joined
Apr 15, 2022
Messages
1,120
Reaction score
1,090
Credits
10,669
Cubifyy reported output:
Code:
Package 'firmware-misc-nonfree' has no installation candidate.
This output likely because your sources.list doesn't include "non-free".
You could add "contrib" and "non-free" to your repository lines in the /etc/apt/sources.list, and run the command again.

Another thing you may try is to run as root:
Code:
dmesg | grep -i firmware
which may let you know what firmware you are missing.

Another thing you might look at is the isenkram program. It can be installed, after which one runs as root:
Code:
isenkram-autoinstall-firmware
and it will try and install all missing firmware.
 
OP
Cubifyy

Cubifyy

New Member
Joined
Jan 6, 2023
Messages
12
Reaction score
1
Credits
78
Here is the output, I also ran
Code:
dmesg | grep -i firmware
in root but there wasn't any difference, I also tried reinstalling Mint but there still isn't any change
1673226561781.png
 

Alexzee

Well-Known Member
Joined
Jun 1, 2019
Messages
3,385
Reaction score
1,753
Credits
19,661
What is the output of:

Code:
dpkg -L firmware-misc-nonfree

How to install firmware-misc-nonfree on Ubuntu​


 
Last edited:

osprey

Well-Known Member
Joined
Apr 15, 2022
Messages
1,120
Reaction score
1,090
Credits
10,669
Cubiffy, it's not clear whether you have included the non-free repository in your sources.list in /etc/apt/sources.list file. The output of your command: apt-get install firmware-misc-nonfree, reports:
Code:
Package firmware-misc-nonfree is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
It's likely that the reference to "another source" means the non-free repository. To find out, one needs to add the "non-free" option to the repositories in the sources.file, (mentioned in post #14) and run the update and installation commands again, if you haven't already done that.
 

Members online


Top