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

Retina Mode not working (Ubuntu 18.04) #3471

Closed
atyshka opened this issue Jan 13, 2022 · 0 comments
Closed

Retina Mode not working (Ubuntu 18.04) #3471

atyshka opened this issue Jan 13, 2022 · 0 comments
Labels
settings Anything in the setting/create views spice Spice/CocoaSpice related
Milestone

Comments

@atyshka
Copy link

atyshka commented Jan 13, 2022

Describe the issue
Retina mode does not work in Ubuntu, even with spice-vdagent and spice-webdavd installed in the guest OS. I have enabled retina mode and fit to screen in the display settings. When fullscreened, the VM runs at 1680x1050, whereas native resolution is 2880 × 1800. In the past, I've run Ubuntu 18.04 with retina in VMWare so it shouldn't be an issue with the guest OS

Configuration

  • UTM Version: 2.4.1
  • OS Version: macOS 12.1
  • Intel or Apple Silicon? Intel

Debug log
debug.log

Upload VM

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ConfigurationVersion</key>
	<integer>2</integer>
	<key>Debug</key>
	<dict/>
	<key>Display</key>
	<dict>
		<key>ConsoleFont</key>
		<string>Menlo</string>
		<key>ConsoleFontSize</key>
		<integer>12</integer>
		<key>ConsoleOnly</key>
		<false/>
		<key>ConsoleTheme</key>
		<string>Default</string>
		<key>DisplayCard</key>
		<string>virtio-vga-gl</string>
		<key>DisplayDownscaler</key>
		<string>linear</string>
		<key>DisplayFitScreen</key>
		<true/>
		<key>DisplayRetina</key>
		<true/>
		<key>DisplayUpscaler</key>
		<string>linear</string>
	</dict>
	<key>Drives</key>
	<array>
		<dict>
			<key>DriveName</key>
			<string>drive0</string>
			<key>ImagePath</key>
			<string>disk-0.qcow2</string>
			<key>ImageType</key>
			<string>disk</string>
			<key>InterfaceType</key>
			<string>ide</string>
		</dict>
		<dict>
			<key>DriveName</key>
			<string>drive1</string>
			<key>ImageType</key>
			<string>cd</string>
			<key>InterfaceType</key>
			<string>usb</string>
			<key>Removable</key>
			<true/>
		</dict>
		<dict>
			<key>DriveName</key>
			<string>9FEECD76-C341-4ADB-A3D4-C19287BBF79D</string>
			<key>ImagePath</key>
			<string>efi_vars.fd</string>
			<key>ImageType</key>
			<string>none</string>
			<key>InterfaceType</key>
			<string></string>
		</dict>
	</array>
	<key>Info</key>
	<dict/>
	<key>Input</key>
	<dict>
		<key>InputLegacy</key>
		<false/>
	</dict>
	<key>Networking</key>
	<dict>
		<key>NetworkCard</key>
		<string>e1000</string>
		<key>NetworkCardMAC</key>
		<string>EE:55:DB:8D:CD:F6</string>
		<key>NetworkMode</key>
		<string>shared</string>
	</dict>
	<key>Printing</key>
	<dict/>
	<key>Sharing</key>
	<dict>
		<key>ClipboardSharing</key>
		<true/>
		<key>UsbRedirectMax</key>
		<integer>3</integer>
	</dict>
	<key>Sound</key>
	<dict>
		<key>SoundCard</key>
		<string>intel-hda</string>
		<key>SoundEnabled</key>
		<true/>
	</dict>
	<key>System</key>
	<dict>
		<key>Architecture</key>
		<string>x86_64</string>
		<key>BootDevice</key>
		<string></string>
		<key>BootUefi</key>
		<true/>
		<key>CPU</key>
		<string>default</string>
		<key>JITCacheSize</key>
		<integer>0</integer>
		<key>MachineProperties</key>
		<string>vmport=off</string>
		<key>Memory</key>
		<integer>8192</integer>
		<key>SystemUUID</key>
		<string>61A0FB2A-7192-4DAA-8CD6-053AD382E131</string>
		<key>Target</key>
		<string>q35</string>
	</dict>
</dict>
</plist>

@conath conath added settings Anything in the setting/create views spice Spice/CocoaSpice related labels Jan 13, 2022
@osy osy added this to the v3.0 milestone Jan 13, 2022
@osy osy closed this as completed in 36c3004 Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
settings Anything in the setting/create views spice Spice/CocoaSpice related
Projects
None yet
Development

No branches or pull requests

3 participants