Bug ID | 1023617 |
---|---|
Summary | Tumbleweed: xorg.conf missing for AMD GPUs |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | x86-64 |
OS | SUSE Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | X.Org |
Assignee | xorg-maintainer-bugs@forge.provo.novell.com |
Reporter | cygnix@openmailbox.org |
QA Contact | xorg-maintainer-bugs@forge.provo.novell.com |
Found By | --- |
Blocker | --- |
After upgrading Tumbleweed to snapshot 20170131, upon reboot, the system would fall to text mode because xorg.conf was missing in /etc/X11. Creating xorg.conf with the content below resolved the issue: Section "Device" Identifier "Radeon" Driver "radeon" EndSection For newer hardware: Section "Device" Identifier "Amdgpu" Driver "amdgpu" EndSection