Monday, June 23, 2008

Script to get 1280x1024 screen resolution in Kurumin

I created this script

#!/bin/bash
xrandr 1280x1024

made it executable and then symbolically linked it to ~/.kde/Autostart
This worked fine in getting Kurumin to boot to a 1280x1024 resolution.

No comments:

Post a Comment