[06:59] I'm trying to write a script that sets the preferred mode to 1024x768 for a number of computers, i.e. it puts something like this in xorg.conf: [06:59] Section "Monitor" Identifier "VGA-1" Option "PreferredMode" "1280x720" EndSection [06:59] My problem is that it won't always be "VGA-1", and my question is, does it accept wildcards there? If not, how can I detect the monitor name before xorg has started? [07:56] probably can't, and no idea [08:26] Thank you tjaalton.... hacks it is then :D [08:27] Maybe I'll put an early xsession script that just runs xrandr -s 1024x768 before the DM greeter gets launched === JanC is now known as Guest38161 === JanC_ is now known as JanC