#Monitor not being picked up in linux mint
1 messages · Page 1 of 1 (latest)
Try inxi -G
This will show information about your graphics card and drivers.
If you see nouveau and have an NVIDIA GPU, installing proprietary drivers might help.
Go to Menu Driver Manager and check if a proprietary driver is available. u can also try xrandr to see if ur monitor is detected if it is but not configured as u wished then u can do cvt (your res) (refresh rate) so for me it would be 2560x1440 144 this is going to output a Modeline copy everything after modeline and then do xrandr --newmode "(resolution of ur screen)(refresh rate)" (paste the Modeline here)
xrandr --addmode HDMI-1 "(resolution of ur screen)(refresh rate)"
xrandr --output HDMI-1 --mode "(resolution of ur screen)_(refresh rate)" replace HDMI-1 by your correct display name from xrandr
or u can also see cat /var/log/Xorg.0.log | grep -iE "error|warning" to see if there is any errors or unormal things
when i run inxi -G it shows device 1 (my gpu)
and device 2: my facecam
and when i do xrandr it says this:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 4096 x 4096
None-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1920x1080 60.00*+
t looks like your system is not correctly detecting your display. The None-1 output in xrandr suggests that Xorg is not recognizing your monitor properly, which is why you can't change resolution or refresh rate.
hmm
hm
can u try inxi -Gxx
sure
to see if ur GPU drivers are installed
Device-1: NVIDIA GA106 [GeForce RTX 3060 Lite Hash Rate] vendor: Gigabyte
driver: N/A arch: Ampere pcie: speed: 16 GT/s lanes: 16 bus-ID: 01:00.0
chip-ID: 10de:2504
Display: x11 server: X.Org v: 21.1.11 with: Xwayland v: 23.2.6
compositor: xfwm4 v: 4.18.0 driver: X: loaded: modesetting,nouveau
unloaded: fbdev,vesa dri: swrast gpu: N/A display-ID: :0.0 screen
yeah
do echo -e "blacklist nouveau\noptions nouveau modeset=0" | sudo tee /etc/modprobe.d/blacklist-nouveau.conf
in a terminal
what would that do?
disable "Nouveau"
ok
done ?
it just says
blacklist nouveau
options nouveau modeset=0
ok
says this
update-initramfs: Generating /boot/initrd.img-6.8.0-52-generic
nothing else

wait that it finishes and then u can reboot
yeah now it shows the line be fore u put in a command
with sudo reboot
once u have done this u can do nvidia-smi
and it should give u information about ur nvidia gpu
ok i just rebooted, lemme test it out
which one should i do first
nvidia-smi and then glxinfo | grep "OpenGL version"
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
but i have the most recent driver installed
has anyone else had an issue like this before?
alot of people
i havent tried the xrandr newmode thing yet
try xrandr to see if ur monitor is detected
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 4096 x 4096
None-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1920x1080 60.00*+
should i disconnect my hdmi and reconnect it and see if that does anything?
i don't know
should i try cvt?
i guess yea
cvt 1920x1080 144 right?
if ur screen is 1920x1080 and has 144HZ than yes
ok it said this: # 1920x144 56.64 Hz (CVT) hsync: 9.06 kHz; pclk: 21.75 MHz
Modeline "1920x144_60.00" 21.75 1920 1976 2160 2400 144 147 157 160 -hsync +vsync
i have an idea
btw just to let u know i have an msi g2712 144hz monitor
yes
says: # 1920x1080 143.88 Hz (CVT) hsync: 169.35 kHz; pclk: 452.50 MHz
Modeline "1920x1080_144.00" 452.50 1920 2088 2296 2672 1080 1083 1088 1177 -hsync +vsync
NICE now do xrandr --newmode "1920x1080_144.00" 452.50 1920 2088 2296 2672 1080 1083 1088 1177 -hsync +vsync
ok, didnt do anything just did a new line
now do xrandr again and see if its HDMI-1 or something around this or it could be for example edp1
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 4096 x 4096
None-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1920x1080 60.00*+
1920x1080_144.00 (0x2a0) 452.500MHz -HSync +VSync
h: width 1920 start 2088 end 2296 total 2672 skew 0 clock 169.35KHz
v: height 1080 start 1083 end 1088 total 1177 clock 143.88Hz
oh yeah i forgot then do xrandr --listmonitors
Monitors: 1
0: +*None-1 1920/508x1080/286+0+0 None-1
you might reinstall the nvidia drivers ill help u dont worry
ok
do sudo apt-get purge nvidia-*
sudo apt install nvidia-driver-530 (i dont remember if 530 is the latest version but before when i had this issue it functionned quite well)
oh thx now sudo apt install nvidia-driver-550 is good and driver manager maybe i never tested
so: sudo apt install nvidia-driver-550
yes
ok done
then u can reboot your machine
oh my days wait i never ran t he cmd "sudo apt update" should i run it quickly
u can
ok, should i run sudo reboot now?
yees
nice, then do sudo nvidia-settings
and go to X Server Display Configuration" section
where's that
in nvidia settings
all i see is: Application Profiles and nvidia-settings Configuration
do nvidia-smi
uhh hold on
ERROR: NVIDIA driver is not loaded
(nvidia-settings:3382): GLib-GObject-CRITICAL **: 15:29:35.951: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
** (nvidia-settings:3382): CRITICAL **: 15:29:35.952: ctk_powermode_new: assertion '(ctrl_target != NULL) && (ctrl_target->h != NULL)' failed
ERROR: nvidia-settings could not find the registry key file or the X server is
not accessible. This file should have been installed along with this
driver at
/usr/share/nvidia/nvidia-application-profiles-key-documentation. The
application profiles will continue to work, but values cannot be
prepopulated or validated, and will not be listed in the help text.
Please see the README for possible values and descriptions.
** Message: 15:29:35.967: PRIME: No offloading required. Abort
** Message: 15:29:35.967: PRIME: is it supported? no
can u do cat /etc/modprobe.d/blacklist-nouveau.conf
it should say blacklist nouveau
options nouveau modeset=0
cat /etc/modprobe.d/blacklist-nouveau.conf ?
yes
yeah it says that
blacklist nouveau
options nouveau modeset=0 ?
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
do lsmod | grep -E 'nvidia|nouveau'
exit the terminal and open another one
did the same
try to put sudo with it
yeah nothing again
dpkg -l | grep -i nvidia do this
update-initramfs: Generating /boot/initrd.img-6.8.0-52-generic
try echo $XDG_SESSION_TYPE
and tell me if it says wayland
it says x11
go on driver manager and make sure that you select the NVIDIA proprietary driver (not Nouveau or open-source).
im sorry but i dont know what to do anymore
i tried everything that i possibly could
try installing an older version such as 535
what effect would that have?
ur nvidia card is better in a 535 version
so what should i do to go to 535 version? go to driver manager and select 535 and apply changes?
i guess so
how can i delete all nvidia packages and reinstall them for 535?
do sudo apt-get purge nvidia*
.
is there something i did wrong ?
does the - matter?
in the end of nvidia no
I would consider not to blacklist nouveau. that could make it so no display is usable at all
ie - undo that blacklist
what is the cmd? im new to linux sorry
u can delete the file of it im not sure
so sudo rm /etc/modprobe.d/blacklist-nouveau.conf
if i am not wrong
sudo nano /etc/modprobe.d/blacklist-nouveau.conf
or remove it as mentioned
rm = remove aka delete
nano = a terminal based text editor
or use kate if u are really unfamilliar with terminal based text editor but u need to install it i think
yeah i changed to the 535 version and nothing changed, what is going on
xed is included in Mint Cinnamon. so if u need to edit something with root perms, sudo xed
i dont use cinnamon
whaat ?
what desktop?
u seem to have a good pc
xfce
alr, but how do i get 144hz for my pc then
but anyway, did u reboot?
yes i rebooted
check now inxi -Gxx
Graphics:
Device-1: NVIDIA GA106 [GeForce RTX 3060 Lite Hash Rate] vendor: Gigabyte
driver: N/A arch: Ampere pcie: speed: 16 GT/s lanes: 16 bus-ID: 01:00.0
chip-ID: 10de:2504
Device-2: Elgato Systems GmbH Facecam MK.2 driver: uvcvideo type: USB
rev: 3.0 speed: 5 Gb/s lanes: 1 bus-ID: 2-10.2.4:4 chip-ID: 0fd9:0094
Display: x11 server: X.Org v: 21.1.11 with: Xwayland v: 23.2.6
compositor: xfwm4 v: 4.18.0 driver: X: loaded: modesetting,nouveau
unloaded: fbdev,vesa dri: swrast gpu: N/A display-ID: :0.0 screens: 1
Screen-1: 0 s-res: 1920x1080 s-dpi: 96
Monitor-1: Unknown-1 mapped: None-1 res: 1920x1080 size: N/A
API: EGL v: 1.5 platforms: device: 0 drv: swrast surfaceless: drv: swrast
x11: drv: swrast inactive: gbm,wayland
API: OpenGL v: 4.5 vendor: mesa v: 24.2.8-1ubuntu1~24.04.1 glx-v: 1.4
direct-render: yes renderer: llvmpipe (LLVM 19.1.1 256 bits)
device-ID: ffffffff:ffffffff
is the nvidia driver applied, and it should show good info for ur monnitors, their brands etc
u must have secure boot turned on
yeah ido#
i remember enabling secure boot because i put a password for it
how do i do that
then reboot to BIOS, turn off secure boot, then boot back to Mint, and switch to proprietary 535, and then reboot again
ok
there's some difficult way to have nvidia support drivers with it on, but no one I know knows it. easier to turn off SB in BIOS
did u apply the 535 and reboot?
no u cant do that
now my monitor is being detected
well
"microstep 27 inch"
ok so w/e it worrked
i am useless i fear
check in inxi -Gxx
yeah
ur nvidia should show the driver version, and the monitors should show names
now it says display 1: HMDI-0
alright ur all set now
well thx @loud merlin
can i keep this tho? just incase i ever need it again
yeah u can book mark it in ur browser
wait, will disabling secure boot do anything bad?
if u sign in onto discord via browser, then bookmark the post. and no it's not gonna affect linux
just dont download drivers off the 'net
alr
enjoy linux mint <3
thank you guys
wait one other question, doesnt secureboot disabled make my pc more prone to malware?
i mean
linux is already way safer than windows
so you dont need to worry unlesss u download some "any game free cheats 2025" with wine lol
is wine pre-installed with linux mint?