Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
gnome-shell
gnome-shell
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,310
    • Issues 1,310
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 108
    • Merge Requests 108
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • gnome-shellgnome-shell
  • Issues
  • #12

Closed
Open
Opened Jan 31, 2018 by Marcus Husar@marcus.husar

Gnome-shell on wayland can’t handle non RGB8 configs

Recently I tried to run gnome-shell on wayland (Fedora 27) with mesa-18.0.0-rc2. I wasn’t able to perform a single mouse click. Eventually I bisected this bug to a certain commit in mesa. After I filed a bug in the freedesktop bugzilla, I learned that it’s not a mesa bug. Instead it’s a bug in gnome-shell or one of its dependencies. This also applies for GDM.

see: https://bugs.freedesktop.org/show_bug.cgi?id=104808

In a commit message of Mario Kleiner I found a great explanation: https://patchwork.freedesktop.org/patch/175106/

Workaround:

.drirc:

<driconf> <device screen="0" driver="radeonsi"> <application name="gnome-shell"> <option name="allow_rgb10_configs" value="false" /> </application> </device> </driconf>

/etc/drirc:

<driconf> <device driver="radeonsi"> <application name="gdm"> <option name="allow_rgb10_configs" value="false" /> </application> </device> </driconf>

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/gnome-shell#12