Solved Need help to configure intel graphics on Wayland.

I needed to add the following in the configuration file in Xorg to make my intel integrated graphics work,
Code:
Section "Device"
        Identifier  "Card0"
        Driver      "modesetting"
        BusID       "PCI:0:2:0"

        Option      "AccelMethod" "glamor"
EndSection

Section "Module"
       Load "dri2"
       Load "glamoregl"
EndSection
My laptop also has Nvidia card with Optimus. I tried following the handbook for Wayland, but it never worked on KDE or Gnome. How can I add this specification in the Wayland. Any help would be appreciated. Thank you.

Solution: Wayfire is working perfectly.
 
Last edited:
Back
Top