Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Software] A line by height of 1 pixel appears on my screen since 2 days ago

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Hadi_Lovelorn
Posts: 60
Joined: 2022-05-02 23:12
Been thanked: 1 time

[Software] A line by height of 1 pixel appears on my screen since 2 days ago

#1 Post by Hadi_Lovelorn »

Hello , Since 2 days ago until now a graphical line appears on my screen ( desktop , firefox , photos , videos etc ) on the same place . Shall I report it to Kernel team of Debian ? Or it can be solved ?

Here Are Examples :

https://pasteboard.co/Vf2WgyVnFhA5.png

https://pasteboard.co/r2oUrx8RF33d.png

If You zoom in the 2 photos , You can see the line

System Info :

Debian GNU/Linux 12.5 Bookworm amd64
GNOME 3.43.9
Intel Pentium G3220
GPU : Intel HD Graphics

mrmazda
Posts: 357
Joined: 2023-06-02 02:22
Has thanked: 11 times
Been thanked: 45 times

Re: [Software] A line by height of 1 pixel appears on my screen since 2 days ago

#2 Post by mrmazda »

Did you just upgrade to 12.5 2 days ago, or change anything else in the past 2 days?

What you describe is a possible result of a display failure.

It's possible a driver switch could make a difference. Please paste output from:

Code: Select all

inxi -GSaz --vs
Note: I could see neither image, as your image host requires JS be enabled. Were they attached here I could.

Hadi_Lovelorn
Posts: 60
Joined: 2022-05-02 23:12
Been thanked: 1 time

Re: [Software] A line by height of 1 pixel appears on my screen since 2 days ago

#3 Post by Hadi_Lovelorn »

mrmazda wrote: 2024-04-27 05:23 Did you just upgrade to 12.5 2 days ago, or change anything else in the past 2 days?

What you describe is a possible result of a display failure.

It's possible a driver switch could make a difference. Please paste output from:

Code: Select all

inxi -GSaz --vs
Note: I could see neither image, as your image host requires JS be enabled. Were they attached here I could.
I upgraded my Kernel , 3 or 4 days ago ........ But I didn't change any thing
The image host is safe , You can enable Your JS on it
Your code didn't work , bash : command not found
Should I run it as sudo ? is it safe ?

arzgi
Posts: 1203
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 35 times

Re: [Software] A line by height of 1 pixel appears on my screen since 2 days ago

#4 Post by arzgi »

Hadi_Lovelorn wrote: 2024-04-27 06:10
Your code didn't work , bash : command not found
Should I run it as sudo ? is it safe ?
You have to install it first, as root or with sudo

Code: Select all

apt install inxi

Hadi_Lovelorn
Posts: 60
Joined: 2022-05-02 23:12
Been thanked: 1 time

Re: [Software] A line by height of 1 pixel appears on my screen since 2 days ago

#5 Post by Hadi_Lovelorn »

I installed , Here's the report :

Code: Select all

inxi 3.3.26-00 (2023-03-28)
System:
  Kernel: 6.1.0-20-amd64 arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
    parameters: BOOT_IMAGE=/vmlinuz-6.1.0-20-amd64
    root=UUID=9d89f1c3-09b1-4be4-9480-97fcc27cd6d0 ro quiet splash
  Desktop: GNOME v: 43.9 tk: GTK v: 3.24.38 wm: gnome-shell dm: GDM3 v: 43.0
    Distro: Debian GNU/Linux 12 (bookworm)
Graphics:
  Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics
    vendor: ASUSTeK driver: i915 v: kernel arch: Gen-7.5 process: Intel 22nm
    built: 2013 ports: active: VGA-1 empty: HDMI-A-1 bus-ID: 00:02.0
    chip-ID: 8086:0402 class-ID: 0300
  Display: x11 server: X.Org v: 1.21.1.7 with: Xwayland v: 22.1.9
    compositor: gnome-shell driver: X: loaded: modesetting unloaded: fbdev,vesa
    dri: crocus gpu: i915 display-ID: :0 screens: 1
  Screen-1: 0 s-res: 1366x768 s-dpi: 96 s-size: 361x203mm (14.21x7.99")
    s-diag: 414mm (16.31")
  Monitor-1: VGA-1 model: Samsung SA300/SA350 serial: <filter> built: 2010
    res: 1366x768 hz: 60 dpi: 85 gamma: 1.2 size: 410x230mm (16.14x9.06")
    diag: 470mm (18.5") ratio: 16:9 modes: max: 1366x768 min: 720x400
  API: OpenGL v: 4.6 Mesa 22.3.6 renderer: Mesa Intel HD Graphics (HSW GT1)
    direct-render: Yes

mrmazda
Posts: 357
Joined: 2023-06-02 02:22
Has thanked: 11 times
Been thanked: 45 times

Re: [Software] A line by height of 1 pixel appears on my screen since 2 days ago

#6 Post by mrmazda »

Hadi_Lovelorn wrote: 2024-04-27 10:51

Code: Select all

...
Display: x11 server: X.Org v: 1.21.1.7 with: Xwayland v: 22.1.9
    compositor: gnome-shell driver: X: loaded: modesetting unloaded: fbdev,vesa
    dri: crocus
This suggests the xserver-xorg-video-intel .deb is not installed. Usually if it is, then where "modesetting" appears in inxi output you would instead see "intel" and "modesetting" would instead appear in the "unloaded" group. The modesetting DIX is actually the preferred display driver, but you may try this switch to see if it makes any difference to use the intel DDX. I suspect it will not.

To make the switch it should be sufficient to simply install the .deb and restart X or reboot. If that does not happen you may need a config file to specify its use in /etc/X11/xorg.conf.d./, or to alter an existing one to not specify modesetting.

CwF
Global Moderator
Global Moderator
Posts: 2741
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 45 times
Been thanked: 206 times

Re: [Software] A line by height of 1 pixel appears on my screen since 2 days ago

#7 Post by CwF »

Does the line appear during boot, viewable in an OEM logo or the bios screen or even grub, to determine if it's a hardware defect?

Hadi_Lovelorn
Posts: 60
Joined: 2022-05-02 23:12
Been thanked: 1 time

Re: [Software] A line by height of 1 pixel appears on my screen since 2 days ago

#8 Post by Hadi_Lovelorn »

mrmazda wrote: 2024-04-27 16:08
Hadi_Lovelorn wrote: 2024-04-27 10:51

Code: Select all

...
Display: x11 server: X.Org v: 1.21.1.7 with: Xwayland v: 22.1.9
    compositor: gnome-shell driver: X: loaded: modesetting unloaded: fbdev,vesa
    dri: crocus
This suggests the xserver-xorg-video-intel .deb is not installed. Usually if it is, then where "modesetting" appears in inxi output you would instead see "intel" and "modesetting" would instead appear in the "unloaded" group. The modesetting DIX is actually the preferred display driver, but you may try this switch to see if it makes any difference to use the intel DDX. I suspect it will not.

To make the switch it should be sufficient to simply install the .deb and restart X or reboot. If that does not happen you may need a config file to specify its use in /etc/X11/xorg.conf.d./, or to alter an existing one to not specify modesetting.
It is installed Sir , 2.99.917+git2021 version is installed , But if I should configure a file tell me what should I write ( is it safe ? )

Hadi_Lovelorn
Posts: 60
Joined: 2022-05-02 23:12
Been thanked: 1 time

Re: [Software] A line by height of 1 pixel appears on my screen since 2 days ago

#9 Post by Hadi_Lovelorn »

CwF wrote: 2024-04-27 16:25 Does the line appear during boot, viewable in an OEM logo or the bios screen or even grub, to determine if it's a hardware defect?
No Sir , It doesn't appear until the Debian starts up , I guess You are right ; It's not a Kernel problem ...... But one day after Kernel upgrade ( and after I shut down system and boot it after day ) it appeared , so I suspected if it's Kernel problem . Thanks ....

mrmazda
Posts: 357
Joined: 2023-06-02 02:22
Has thanked: 11 times
Been thanked: 45 times

Re: [Software] A line by height of 1 pixel appears on my screen since 2 days ago

#10 Post by mrmazda »

If /etc/X11/xorg.conf does not exist, and no files currently exist in /etc/X11/xorg.conf.d/, or if any that exist contain no uncommented line that contains 'Section "Device"', then you may create a file named 15-intel.conf with the following content:

Code: Select all

Section "Device"
  Identifier "DDX"
	Driver "intel"
#	Driver "modesetting"
EndSection
The modesetting line is an unnecessary comment (indicated by #). It's presence makes it simple to switch between using modesetting driver and intel driver simply by moving the "#" to the line not to be applied, then restarting X. Of course, removing the file will also restore former behavior.

Hadi_Lovelorn
Posts: 60
Joined: 2022-05-02 23:12
Been thanked: 1 time

Re: [Software] A line by height of 1 pixel appears on my screen since 2 days ago

#11 Post by Hadi_Lovelorn »

mrmazda wrote: 2024-04-28 04:04 If /etc/X11/xorg.conf does not exist, and no files currently exist in /etc/X11/xorg.conf.d/, or if any that exist contain no uncommented line that contains 'Section "Device"', then you may create a file named 15-intel.conf with the following content:

Code: Select all

Section "Device"
  Identifier "DDX"
	Driver "intel"
#	Driver "modesetting"
EndSection
The modesetting line is an unnecessary comment (indicated by #). It's presence makes it simple to switch between using modesetting driver and intel driver simply by moving the "#" to the line not to be applied, then restarting X. Of course, removing the file will also restore former behavior.
Hello Sir

I created the file in X11 directory with the name You said and copy-pasted the config script ..... I logged out and logged in to X.org but the line still exist

mrmazda
Posts: 357
Joined: 2023-06-02 02:22
Has thanked: 11 times
Been thanked: 45 times

Re: [Software] A line by height of 1 pixel appears on my screen since 2 days ago

#12 Post by mrmazda »

Hadi_Lovelorn wrote: 2024-04-28 11:40I created the file in X11 directory with the name You said and copy-pasted the config script ..... I logged out and logged in to X.org but the line still exist
That suggests it's likely not a software issue. Nevertheless, it may yet be possible to remove. Please find file Xorg.0.log. It should be in /var/log/ or in ~/.local/share/xorg/. Copy it to Xorg0log.text, then either attach it to a reply here for our analysis, or use the pastebinit command to upload it to Debian's pastebin and give us here the link to it. The file, if created by X11 rather than Wayland, is too large for pasting into a reply.

My G3220 using Bookworm does not produce any such line on any of my 3 displays:

Code: Select all

# inxi -CGSxxz --vs --zl --hostname
inxi 3.3.34-00 (2024-04-13)
System:
  Host: ab85m Kernel: 6.1.0-20-amd64 arch: x86_64 bits: 64 compiler: gcc
    v: 12.2.0
  Desktop: TDE (Trinity) v: R14.1.1 tk: Qt v: 3.5.0 wm: Twin dm: 1: TDM
    2: XDM Distro: Debian GNU/Linux 12 (bookworm)
CPU:
  Info: dual core model: Intel Pentium G3220 bits: 64 type: MCP arch: Haswell
    rev: 3 cache: L1: 128 KiB L2: 512 KiB L3: 3 MiB
  Speed (MHz): avg: 1299 high: 1800 min/max: 800/3000 cores: 1: 798 2: 1800
    bogomips: 11972
  Flags: ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Graphics:
  Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics
    vendor: ASUSTeK driver: i915 v: kernel arch: Gen-7.5 ports:
    active: DP-1,HDMI-A-2,HDMI-A-3 empty: HDMI-A-1,VGA-1 bus-ID: 00:02.0
    chip-ID: 8086:0402
  Display: x11 server: X.Org v: 1.21.1.7 compositor: Twin v: 3.0 driver: X:
    loaded: modesetting unloaded: fbdev,vesa dri: crocus gpu: i915
    display-ID: :0 screens: 1
  Screen-1: 0 s-res: 3600x2640 s-dpi: 120
  Monitor-1: DP-1 pos: primary,bottom-l model: Acer K272HUL res: 2560x1440
    dpi: 109 diag: 686mm (27")
  Monitor-2: HDMI-A-2 mapped: HDMI-2 pos: top-right model: Dell P2213
    res: 1680x1050 dpi: 90 diag: 558mm (22")
  Monitor-3: HDMI-A-3 mapped: HDMI-3 pos: top-left model: NEC EA243WM
    res: 1920x1200 dpi: 94 diag: 612mm (24.1")
  API: EGL v: 1.5 platforms: device: 0 drv: crocus device: 1 drv: swrast
    gbm: drv: crocus surfaceless: drv: crocus x11: drv: crocus inactive: wayland
  API: OpenGL v: 4.6 vendor: intel mesa v: 22.3.6 glx-v: 1.4 es-v: 3.2
    direct-render: yes renderer: Mesa Intel HD Graphics (HSW GT1)
    device-ID: 8086:0402
# cat /etc/debian*
12.5
#

Hadi_Lovelorn
Posts: 60
Joined: 2022-05-02 23:12
Been thanked: 1 time

Re: [Software] A line by height of 1 pixel appears on my screen since 2 days ago

#13 Post by Hadi_Lovelorn »

mrmazda

I don't know where is Debian Pastebin , But I pasted to another site :

https://www.toptal.com/developers/paste-gd/7I6j6a6J

mrmazda
Posts: 357
Joined: 2023-06-02 02:22
Has thanked: 11 times
Been thanked: 45 times

Re: [Software] A line by height of 1 pixel appears on my screen since 2 days ago

#14 Post by mrmazda »

Possibly you can eliminate the problem by using a digital monitor connection (HDMI, DisplayPort, DVI, USB-C) instead of analog (VGA). Digital display connections generally omit two digital⇔analog conversion steps in getting an original image onto a computer display.

Your choice of pastebin doesn't allow me full access as would an attachment to the thread, or using the pastebinit command, or a pastebin site offering to show paste in raw mode instead of hiding most of the paste under unnecessary whitespace. Debian's pastebin site can be found among the following:

Hadi_Lovelorn
Posts: 60
Joined: 2022-05-02 23:12
Been thanked: 1 time

Re: [Software] A line by height of 1 pixel appears on my screen since 2 days ago

#15 Post by Hadi_Lovelorn »

I don't think it's a Monitor problem ; since it works well before GNOME starts up ....

Here's the config info :

http://paste.debian.net/1315514/

mrmazda
Posts: 357
Joined: 2023-06-02 02:22
Has thanked: 11 times
Been thanked: 45 times

Re: [Software] A line by height of 1 pixel appears on my screen since 2 days ago

#16 Post by mrmazda »

Hadi_Lovelorn wrote: 2024-04-29 15:13 I don't think it's a Monitor problem ; since it works well before GNOME starts up ....
Video mode switches at various times between POST and reaching your login screen.
Here's the config info :
http://paste.debian.net/1315514/
Do you plan to try a HDMI cable? If your PC's display has no HDMI port, use a TV to test, a good idea in any event anyway.

Hadi_Lovelorn
Posts: 60
Joined: 2022-05-02 23:12
Been thanked: 1 time

Re: [Software] A line by height of 1 pixel appears on my screen since 2 days ago

#17 Post by Hadi_Lovelorn »

mrmazda

If it was my monitor problem , Then the line wouldn't be visible in the photos ..... Nice advise , but I haven't HDMI cable .......

mrmazda
Posts: 357
Joined: 2023-06-02 02:22
Has thanked: 11 times
Been thanked: 45 times

Re: [Software] A line by height of 1 pixel appears on my screen since 2 days ago

#18 Post by mrmazda »

Hadi_Lovelorn wrote: 2024-04-30 16:10I haven't HDMI cable .......
If you wish to determine what your problem is, find a way to get one long enough to test. I've seen them for sale for as little as $2US.

Post Reply