Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird font on Ubuntu 22.04 Virtual Machine (with software rendering) #6257

Closed
PiotrNap opened this issue May 9, 2023 · 1 comment
Closed
Labels

Comments

@PiotrNap
Copy link

PiotrNap commented May 9, 2023

Describe the bug
There seem to be an issue with how characters are rendered. First I saw this issue. Which is exactly what I'm seeing however I do have software rendering already enabled. That's why I decided to create a new issue hoping you may have an idea what could be wrong.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new Ubuntu 22.04 VM with VirtualBox
  2. Enable software rendering (in my case VMSVGA) and 3d acceleration
  3. Install Kitty
  4. See error

Screenshots
image

image

Environment details

kitty 0.21.2 created by Kovid Goyal
Linux bob-VirtualBox 5.19.0-41-generic #42~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 18 17:40:00 UTC 2 x86_64
Ubuntu 22.04.2 LTS \n \l
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.2 LTS"
Running under:Wayland
Loaded config files:
  /etc/xdg/kitty/kitty.conf
  /home/bob/.config/kitty/kitty.conf

Config options different from defaults:
background            Color(red=29, green=32, blue=33)
background_image      /home/bob/Pictures/ravi-pinisetti-1zikZJVXSfA-unsplash-min.png
background_tint       0.9
cursor                Color(red=241, green=241, blue=241)
enable_audio_bell     False
font_family           Hack
font_size             10.4
foreground            Color(red=247, green=247, blue=247)
selection_background  Color(red=235, green=219, blue=178)
selection_foreground  Color(red=146, green=131, blue=116)
update_check_interval 0.0
Added shortcuts:
	alt+, KeyAction('set_tab_title')
	alt+1 KeyAction('goto_tab', (1,))
	alt+2 KeyAction('goto_tab', (2,))
	alt+3 KeyAction('goto_tab', (3,))
	alt+4 KeyAction('goto_tab', (4,))
	alt+5 KeyAction('goto_tab', (5,))
	alt+6 KeyAction('goto_tab', (6,))
	alt+7 KeyAction('goto_tab', (7,))
	alt+8 KeyAction('goto_tab', (8,))
	alt+9 KeyAction('goto_tab', (9,))
	alt+[ KeyAction('previous_window')
	alt+] KeyAction('next_window')
	alt+b KeyAction('move_window_backward')
	alt+c KeyAction('launch', ('--cwd=current', '--type=tab'))
	alt+f KeyAction('move_window_forward')
	alt+h KeyAction('previous_tab')
	alt+l KeyAction('next_tab')
	alt+n KeyAction('new_os_window')
	alt+q KeyAction('close_os_window')
	alt+r KeyAction('start_resizing_window')
	alt+w KeyAction('close_tab')
	ctrl+/ KeyAction('launch', ('--allow-remote-control', 'kitty', '+kitten', 'kitty_search/search.py', '@active-kitty-window-id'))
	alt+ctrl+, KeyAction('move_tab_backward')
	alt+ctrl+. KeyAction('move_tab_forward')
	alt+ctrl+c KeyAction('launch', ('--cwd=current', '--type=window'))
	alt+ctrl+l KeyAction('next_layout')
	alt+ctrl+w KeyAction('close_window')

Additional context
Try to reproduce the problem with kitty --config NONE... yep, this didn't helped neither.

Thanks in advance

@PiotrNap PiotrNap added the bug label May 9, 2023
@kovidgoyal
Copy link
Owner

This will be an issue with the GPU drivers, you will need to either fix
them or use software rendering. If that is not working then youa re out
of luck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants