sway
sway copied to clipboard
Extreme graphical glitch on old thinkpad T60. Text wraps around the screen, not readable.
Please read the following before submitting:
- Please do NOT submit bug reports for questions. Ask questions on IRC at #sway on Libera Chat.
- Proprietary graphics drivers, including nvidia, are not supported. Please use the open source equivalents, such as nouveau, if you would like to use Sway.
- Please do NOT submit issues for information from the github wiki. The github wiki is community maintained and therefore may contain outdated information, scripts that don't work or obsolete workarounds. If you fix a script or find outdated information, don't hesitate to adjust the wiki page.
Please fill out the following:
-
Sway Version:
-
swaymsg -t get_version
orsway -v
- sway version 1.7
-
-
Debug Log:
- Run
sway -d 2> ~/sway.log
from a TTY and upload it to a pastebin, such as gist.github.com. - This will record information about sway's activity. Please try to keep the reproduction as brief as possible and exit sway.
- Attach the full file, do not truncate it.
- gist
- Run
-
Configuration File:
- Please try to produce with the default configuration.
- If you cannot reproduce with the default configuration, please try to find the minimal configuration to reproduce.
- Upload the config to a pastebin such as gist.github.com.
-
Stack Trace:
- This is only needed if sway crashes.
- If you use systemd, you should be able to open the coredump of the most recent crash with gdb with
coredumpctl gdb sway
and thenbt full
to obtain the stack trace. - If the lines mentioning sway or wlroots have
??
for the location, your binaries were built without debug symbols. Please compile both sway and wlroots from source and try to reproduce.
-
Description:
- The steps you took in plain English to reproduce the problem.
- Bought an old thinkpad T60 with resolution 1400*1050, and GPU AMD ATI Mobility Radeon X1400 to try Arch Linux for the first time. Used the archinstall script do the work of installing sway with the right open-source ATI drivers and all the needed packages, also install xorg-xwayland on my own. (altought I have the same issue when installing arch manually.)
Can't run sway before also installing polkit.
Finally when I run sway I can use mod + return and run commands in the terminal without issue. The PROBLEM is that everything wraps around the screen, text is unreadable, the curser is a
bunch of dots on multple lines, and can't figure out what to do. Provided pictures below describing the problem.
short video showing the problem https://user-images.githubusercontent.com/90414834/202855137-e3492d81-52cb-4b3f-bca3-fb9489950978.mp4
here pictures with various steps before I could run sway including neofetch, polkit ...
![sway without polkit](https://user-images.githubusercontent.com/90414834/202854771-4d92f62e-65f2-4122-8270-9b
Thank you for your work on sway !
Your bug report is missing debug logs. Please add a link to the full debug log file.
sway -d >sway.log 2>&1
It's not a debug log, it's a regular log. Also it's a screenshot.
Ah, nvm it's a debug log, but who knows what part was truncated because of the VT stuff. Please redirect to a file and upload.
Nope. The Vulkan renderer is not supported on older hardware and is still experimental.
Fwiw using the pixman renderer would be more suited if the card is too old to have an opengl driver.
Please! Fix this problem!