Webconverger / webc

Webconverger's curated chroot from which updates originate
https://webconverger.org/upgrade/
73 stars 37 forks source link

Introduce an Xorg= API? #159

Open kaihendry opened 11 years ago

kaihendry commented 11 years ago

For unfortunate cases such as these: https://bugs.freedesktop.org/show_bug.cgi?id=63595#c10

Section "Device"
  Identifier "Device0"
  Driver "intel"
 Option "AccelMethod" "sna"
EndSection
kaihendry commented 11 years ago

/etc/X11/xorg.conf.d can be used

kaihendry commented 11 years ago

This is tricky. Since there only thing persistent in Webconverger is the cached config.

This is why hidecursor can only work in install mode https://github.com/Webconverger/webc/blob/master/home/webc/.xserverrc

Since the config is cached and not downloaded before applying the changes to Xorg upon startup.