Skip to content

Instantly share code, notes, and snippets.

View minusInfinite's full-sized avatar

Ashley minusInfinite

View GitHub Profile
@mlongval
mlongval / gdm-external-display.md
Created March 9, 2026 19:38
GDM greeter on external display — mutter 49+ correct monitors.xml path (seat0/config)

GDM Greeter on External Display (mutter 49+ / GNOME 47+)

The Problem

On modern GNOME systems (mutter 49+), the GDM login greeter ignores external displays and always appears on the internal laptop panel, even when an external monitor is connected and configured correctly in the user session.

Why the Common Fix Doesn't Work

@miloandmilk
miloandmilk / app.js
Last active September 9, 2022 00:22 — forked from hagino3000/app.js
/**
* Module dependencies.
*/
var express = require('express');
var rpcMethods = require('./methods.js');
var app = module.exports = express.createServer();
// Configuration