PDA

View Full Version : External Display problem.



samtzu1968
2022-09-27, 13:21
Installed from kali-linux-2022.3-live-amd64.iso

I made the mistake of thinking that Debian/Kali can safely be upgraded with "apt upgrade". Clearly it can not! After reboot my external display looked like an old VGA monitor.

I have googled this a lot and all I find is feeble attempts to do this and that with X11 or Xrandr or other such blind endeavors to fix the symptoms. Nobody seems to know what the actual source of the problem is i.e. what actually broke.
Was it the upgraded linux-firmware or Grub or what? I'm pretty sure it was not the kernel because I tried booting with the old kernel and I still only get 1900x1080px on the secondary display.

Can someone wiser tell me what was broken? Maybe then I can fix it.

Update: I'm not using any 3rd party drivers and both displays are correctly identified.
Update: Only error I could find in Xorg log.

[47.317] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[47.317] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Sep 22 09:34:02 2022
[47.319] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[47.319] (==) No Layout section. Using the first Screen section.
[47.319] (==) No screen section available. Using defaults.
[47.319] (**) |-->Screen "Default Screen Section" (0)
[47.319] (**) | |-->Monitor "<default monitor>"
[47.320] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration.

Update: I removed '/usr/share/X11/xorg.conf.d/10-radeon.conf' but it did nothing.
Update: By scaling the external 'AOC International' display x2 I can get what looks like very blurry 4K screen.

Fred Sheehan
2022-10-07, 17:41
First look at the docs;

https://wiki.debian.org/Xorg

you don't say if its a desktop with an external display(s);

https://www.instructables.com/How-to-set-up-multiple-monitors-in-linux/

or if your using an external display with a laptop;

https://9to5linux.com/how-to-connect-your-laptop-to-an-external-monitor-on-linux-fix-for-hdmi-no-signal-issue

lina145
2022-11-01, 10:53
1-Your laptop's BIOS, Windows packages, and drivers should all be updated to the most recent version.
2-Examine the wires and hardware components of your external monitors.
3-Reset the display's configurations.
4-Intense reset (EC reset)

rokytnji
2022-11-08, 22:20
I installed inxi in Kali.


sudo apt install inxi

So I could show what my graphics chip is and what driver it is using for threads like this.


$ inxi -G
Graphics:
Device-1: Intel Atom Processor Z36xxx/Z37xxx Series Graphics & Display
driver: i915 v: kernel
Device-2: Suyin Integrated_Webcam_HD type: USB driver: uvcvideo
Display: x11 server: X.Org v: 1.21.1.4 driver: X: loaded: modesetting
unloaded: fbdev,vesa dri: crocus gpu: i915 resolution: 1366x768~60Hz
API: OpenGL v: 4.2 Mesa 22.2.0 renderer: Mesa Intel HD Graphics (BYT)


https://manpages.debian.org/testing/inxi/inxi.1.en.html

Might want to look through


dmesg

and see if anything shows on maybe why.