Results 1 to 4 of 4

Thread: External Display problem.

  1. #1
    Join Date
    2022-Sep
    Posts
    1

    Unhappy External Display problem.

    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.

  2. #2
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    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...tors-in-linux/

    or if your using an external display with a laptop;

    https://9to5linux.com/how-to-connect...o-signal-issue

  3. #3
    Join Date
    2022-Nov
    Posts
    1
    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)

  4. #4
    Join Date
    2022-Nov
    Location
    west texas
    Posts
    13
    I installed inxi in Kali.

    Code:
    sudo apt install inxi
    So I could show what my graphics chip is and what driver it is using for threads like this.

    Code:
    $ 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

    Code:
    dmesg
    and see if anything shows on maybe why.
    Some times I take a crooked road to get my head straight.
    Not all who wander are lost.

Similar Threads

  1. GDM display manager autostart problem
    By KoBruh in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2023-03-02, 05:14
  2. Replies: 0
    Last Post: 2021-01-14, 09:03
  3. Kali Linux Display Problem
    By mehmetkacar in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-08-03, 11:51
  4. Replies: 6
    Last Post: 2018-04-03, 18:45

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •