[radeon] iMac a1311 is split into four screens
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux-hwe-6.2 (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
mutter (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I apologize for any grammar issues, but I can barely see what I am typing. Essentially, when I installed Ubuntu, I had to do so in safe graphics mode, as the screen would otherwise split itself into four different displays that had small amounts of resolution and are rather pale. I managed to install it, but once that happend, and it restarted, it went back to being four screens. I am not sure what to do, as I cannot really read any lines of code. Thank you for your help. I am using an iMac a1311, with an HDD and installed from a flashed usb.
ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xorg 1:7.7+23ubuntu2
ProcVersionSign
Uname: Linux 6.2.0-33-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckR
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Sep 25 20:33:11 2023
DistUpgraded: Fresh install
DistroCodename: jammy
DistroVariant: ubuntu
ExtraDebuggingI
GraphicsCard:
Advanced Micro Devices, Inc. [AMD/ATI] RV730/M96-XT [Mobility Radeon HD 4670] [1002:9488] (prog-if 00 [VGA controller])
Subsystem: Apple Inc. RV730/M96-XT [Mobility Radeon HD 4670] [106b:00b6]
InstallationDate: Installed on 2023-09-24 (1 days ago)
InstallationMedia: Ubuntu 22.04.3 LTS "Jammy Jellyfish" - Release amd64 (20230807.2)
MachineType: Apple Inc. iMac10,1
ProcEnviron:
PATH=(custom, no user)
XDG_RUNTIME_
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/14/2019
dmi.bios.release: 0.1
dmi.bios.vendor: Apple Inc.
dmi.bios.version: 215.0.0.0.0
dmi.board.
dmi.board.name: Mac-F2268CC8
dmi.board.vendor: Apple Inc.
dmi.chassis.
dmi.chassis.type: 13
dmi.chassis.vendor: Apple Inc.
dmi.chassis.
dmi.modalias: dmi:bvnAppleInc
dmi.product.family: Mac
dmi.product.name: iMac10,1
dmi.product.sku: System SKU#
dmi.product.
dmi.sys.vendor: Apple Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.113-
version.
version.
version.
version.
version.
version.
version.
information type: | Private Security → Public |
affects: | xorg (Ubuntu) → linux-hwe-6.2 (Ubuntu) |
tags: | added: radeon |
summary: |
- Four Screens + [radeon] iMac a1311 is split into four screens |
I can't think of a good solution here, but if you would like the same "safe graphics" mode that also happens to disable the GPU, then you can edit /etc/default/grub and change:
GRUB_ CMDLINE_ LINUX_DEFAULT= "quiet splash"
to
GRUB_ CMDLINE_ LINUX_DEFAULT= "quiet splash nomodeset"
and then run:
sudo update-grub
and reboot. Though performance will be poor.