The optimal screen resolution for my monitor does not exist by default. To fix it I use the following 3 xrandr commands
$ xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
$ xrandr --addmode VGA1 "1280x1024_60.00"
$ xrandr --output VGA1 "1280x1024_60.00"
Now I would like to save this commands so that the resolution become persistent after reboot. In Ubuntu, iv'e read, this could bee done in /etc/gdm/PreSession/default.
My question is: Where and how could I save this in Kubuntu 9.10?
$ xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
$ xrandr --addmode VGA1 "1280x1024_60.00"
$ xrandr --output VGA1 "1280x1024_60.00"
Now I would like to save this commands so that the resolution become persistent after reboot. In Ubuntu, iv'e read, this could bee done in /etc/gdm/PreSession/default.
My question is: Where and how could I save this in Kubuntu 9.10?
Comment