[SOLVED] Line of text fuzzes out on forum

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Ozo

[SOLVED] Line of text fuzzes out on forum

Post by Ozo »

I have noticed that once in a while a line of text (just one) will fuzz out (difficult to see) when viewing the forum but when I click on the post it cleans right up. I will try to get a photo.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Pjotr
Level 24
Level 24
Posts: 20142
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: Line of text fuzzes out on forum

Post by Pjotr »

Please generate an overview of your system like this:
- Launch a terminal window (this is how to launch a terminal window);
- make the terminal window full screen, to avoid chopped lines;
- Copy/paste this command into the terminal:

Code: Select all

inxi -Fxz
(if you type: the letter F is a capital letter)

Press Enter.

Copy/paste the output in your next message.
Tip: 10 things to do after installing Linux Mint 21.3 Virginia
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
Ozo

Re: Line of text fuzzes out on forum

Post by Ozo »

Pjotr wrote:Copy/paste this command into the terminal:

Code: Select all

inxi -Fxz

Code: Select all

ser@Bott9 ~ $ inxi -Fxz
System:    Host: Bott9 Kernel: 4.13.0-32-generic x86_64 (64 bit gcc: 5.4.0)
           Desktop: Cinnamon 3.6.7 (Gtk 3.18.9-1ubuntu3.3)
           Distro: Linux Mint 18.3 Sylvia
Machine:   System: MICRO-STAR product: MS-B09611
           Mobo: MICRO-STAR model: MS-B0961 v: 1.0
           Bios: American Megatrends v: EB096IMS V1.2 date: 03/30/2015
CPU:       Dual core Intel Celeron 3205U (-MCP-) cache: 2048 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 5985
           clock speeds: max: 1500 MHz 1: 1496 MHz 2: 1496 MHz
Graphics:  Card: Intel Broadwell-U Integrated Graphics bus-ID: 00:02.0
           Display Server: X.Org 1.18.4 drivers: intel (unloaded: fbdev,vesa)
           Resolution: 1920x1080@60.00hz
           GLX Renderer: Mesa DRI Intel Broadwell GT1
           GLX Version: 3.0 Mesa 17.0.7 Direct Rendering: Yes
Audio:     Card-1 Intel Wildcat Point-LP High Definition Audio Controller
           driver: snd_hda_intel bus-ID: 00:1b.0
           Card-2 Intel Broadwell-U Audio Controller
           driver: snd_hda_intel bus-ID: 00:03.0
           Sound: Advanced Linux Sound Architecture v: k4.13.0-32-generic
Network:   Card-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           driver: r8169 v: 2.3LK-NAPI port: e000 bus-ID: 02:00.0
           IF: enp2s0 state: down mac: <filter>
           Card-2: Intel Wireless 3160 driver: iwlwifi bus-ID: 03:00.0
           IF: wlp3s0 state: up mac: <filter>
Drives:    HDD Total Size: 60.0GB (49.9% used)
           ID-1: /dev/sda model: OCZ size: 60.0GB
Partition: ID-1: / size: 51G used: 24G (50%) fs: ext4 dev: /dev/dm-0
           ID-2: /boot size: 472M used: 243M (55%) fs: ext2 dev: /dev/sda1
           ID-3: swap-1 size: 4.19GB used: 0.00GB (0%) fs: swap dev: /dev/dm-1
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 29.8C mobo: 27.8C
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 188 Uptime: 2:50 Memory: 2160.5/3827.8MB
           Init: systemd runlevel: 5 Gcc sys: 5.4.0
           Client: Shell (bash 4.3.481) inxi: 2.2.35 
User avatar
Pjotr
Level 24
Level 24
Posts: 20142
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: Line of text fuzzes out on forum

Post by Pjotr »

Try a graphical driver switch:
https://sites.google.com/site/easylinux ... l-graphics
(item 6, left column)
Tip: 10 things to do after installing Linux Mint 21.3 Virginia
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
Ozo

Re: Line of text fuzzes out on forum

Post by Ozo »

Pjotr wrote:Try

Code: Select all

user@Bott9 ~ $ inxi -G
Graphics:  Card: Intel Broadwell-U Integrated Graphics
           Display Server: X.Org 1.18.4 drivers: (unloaded: fbdev,vesa)
           Resolution: 1920x1080@60.00hz
           GLX Renderer: Mesa DRI Intel Broadwell GT1
           GLX Version: 3.0 Mesa 17.0.7
user@Bott9 ~ $ grep modesetting /var/log/Xorg.0.log
[    10.567] (==) Matched modesetting as autoconfigured driver 2
[    10.568] (II) LoadModule: "modesetting"
[    10.568] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    10.568] (II) Module modesetting: vendor="X.Org Foundation"
[    10.569] (==) Matched modesetting as autoconfigured driver 2
[    10.569] (II) LoadModule: "modesetting"
[    10.569] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    10.569] (II) Module modesetting: vendor="X.Org Foundation"
[    10.569] (II) UnloadModule: "modesetting"
[    10.569] (II) Unloading modesetting
[    10.569] (II) Failed to load module "modesetting" (already loaded, 0)
[    10.570] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    10.584] (WW) Falling back to old probe method for modesetting
user@Bott9 ~ $ 

Ozo

Re: Line of text fuzzes out on forum

Post by Ozo »

Here is the result of "grep modesetting /var/log/Xorg.0.log" after the switch. I will mark this solved barring any more screen tearing.

Code: Select all

  ser@Bott9 ~ $ grep modesetting /var/log/Xorg.0.log
[    10.567] (==) Matched modesetting as autoconfigured driver 2
[    10.568] (II) LoadModule: "modesetting"
[    10.568] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    10.568] (II) Module modesetting: vendor="X.Org Foundation"
[    10.569] (==) Matched modesetting as autoconfigured driver 2
[    10.569] (II) LoadModule: "modesetting"
[    10.569] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    10.569] (II) Module modesetting: vendor="X.Org Foundation"
[    10.569] (II) UnloadModule: "modesetting"
[    10.569] (II) Unloading modesetting
[    10.569] (II) Failed to load module "modesetting" (already loaded, 0)
[    10.570] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    10.584] (WW) Falling back to old probe method for modesetting
user@Bott9 ~ $ 

 
Locked

Return to “Other topics”