LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Screen Distortion On xfce (https://www.linuxquestions.org/questions/debian-26/screen-distortion-on-xfce-4175688323/)

ThatGuyNewt 01-10-2021 02:32 PM

Screen Distortion On xfce
 
This is my first time installing Debian, Iv encountered a screen distortion when I login after screen lock.

Im a little new to Linux please help.

Images of the distortion :: https://www.reddit.com/r/debian/comm...talled_debian/

heathcliff36 01-11-2021 05:41 AM

Quote:

Originally Posted by ThatGuyNewt (Post 6206154)
This is my first time installing Debian, Iv encountered a screen distortion when I login after screen lock.

Im a little new to Linux please help.

Images of the distortion :: https://www.reddit.com/r/debian/comm...talled_debian/

This is probably a driver issue.
What CPU and GPU is on your computer?

Brains 01-11-2021 02:46 PM

It appears the resolution is down to 800x600 or something.
That's what my Debian looked like the other day after I upgraded the Motherboard firmware. Upgrading the firmware reset all settings to default including enabling Secure Boot. Perhaps you need to disable Secure Boot in computer settings or boot with the other Debian entry. In my computer's boot menu, I have two entries for Debian, one for Secure boot disabled and one for enabled.

ThatGuyNewt 01-14-2021 09:38 PM

Quote:

Originally Posted by heathcliff36 (Post 6206325)
This is probably a driver issue.
What CPU and GPU is on your computer?


CPU: Dual Core AMD Turion II Mobile M500 (-MCP-)

I ran inxi -G and got this::

Code:

Device-1: Advanced Micro Devices [AMD/ATI] RS880M [Mobility Radeon HD 4100] driver: N/A
          Display: x11 server: X.Org 1.20.4 driver: ati,vesa unloaded: fbdev,modesetting,radeon
          resolution: 1152x864~N/A
          OpenGL: renderer: llvmpipe (LLVM 7.0 128 bits) v: 3.3 Mesa 18.3.6


heathcliff36 01-15-2021 06:10 AM

Quote:

Originally Posted by ThatGuyNewt (Post 6207840)
CPU: Dual Core AMD Turion II Mobile M500 (-MCP-)

I ran inxi -G and got this::

Code:

Device-1: Advanced Micro Devices [AMD/ATI] RS880M [Mobility Radeon HD 4100] driver: N/A
          Display: x11 server: X.Org 1.20.4 driver: ati,vesa unloaded: fbdev,modesetting,radeon
          resolution: 1152x864~N/A
          OpenGL: renderer: llvmpipe (LLVM 7.0 128 bits) v: 3.3 Mesa 18.3.6


Since it's an AMD cpu - it's likely your OS will need non-free firmware installed onto it.

What is the output of:
Code:

dmesg | fgrep direct-loading
This will show if firmware files have loaded or failed to load.

ThatGuyNewt 01-15-2021 07:56 PM

Quote:

Originally Posted by heathcliff36 (Post 6207935)
Since it's an AMD cpu - it's likely your OS will need non-free firmware installed onto it.

What is the output of:
Code:

dmesg | fgrep direct-loading
This will show if firmware files have loaded or failed to load.

Ran it and got this::
Code:

[  13.806314] usb 1-2: firmware: direct-loading firmware carl9170-1.fw
Also I tried to add the non-free source to my sorces.list text file but I cant edit it without root and when i run su su my system passphrase dosent work.

am i just dumb??

ondoho 01-16-2021 04:04 AM

You're going to have to take a closer look at dmesg.
Try this:
Code:

dmesg|grep -iE 'direct-loading|firmware|amd|radeon|unloaded'

heathcliff36 01-19-2021 11:50 AM

Quote:

Originally Posted by ThatGuyNewt (Post 6208196)
Ran it and got this::
Code:

[  13.806314] usb 1-2: firmware: direct-loading firmware carl9170-1.fw

The output seems to be usb-related and shows no problems with loading the firmware

Quote:

Also I tried to add the non-free source to my sorces.list text file but I cant edit it without root and when i run su su my system passphrase dosent work.
I don't think you need to bother with changing /etc/apt/sources.list.
This is because your machine seems to be able to run a 'pure' version of Debian 10 - even if you do have an AMD cpu.

If you do want to make changes to /etc/apt/sources.list, then open a text editor as root.
For example:
Code:

su
Hit enter and input your root password.
I always use gedit so:
Code:

gedit /etc/apt/sources.list
This will open your sources.list file on gedit.
Make your necessary changes, press save and close gedit.

I don't think you have a driver issue.
Why does your pic show package aptitude from the debian page?
This package comes pre-installed with Debian.

What desktop environment are you using?
Consider changing the desktop environment on the initial debian login menu - and see if that makes a difference.
Also refer to ondoho's post.

ThatGuyNewt 01-19-2021 03:42 PM

Quote:

Originally Posted by heathcliff36 (Post 6209630)
I don't think you have a driver issue.
Why does your pic show package aptitude from the debian page?
This package comes pre-installed with Debian.

What desktop environment are you using?
Consider changing the desktop environment on the initial debian login menu - and see if that makes a difference.
Also refer to ondoho's post.

I Belive i was just exploreing the Debian site at the time to learn about the os.

Im useing xfc as my environment.

Also i seem to recall some one saying some where that my system is loading from my cpu? whats THAT mean?

I I used you advice and can now use nano to edit my sources, Thank You


All times are GMT -5. The time now is 11:59 AM.