Ubuntu Linux
  • MerlinW
    #4377
    Alternatív megoldás ubuntuforums-ról.

    Miután törölted az általam előbb írt displays.xml-t:


    #!/bin/sh
    # turn off laptop display
    /usr/bin/xrandr --output LVDS1 --off
    # set resolution/refresh rate
    /usr/bin/xrandr -s 1440x900 -r 60

    I saved the above as xrandr.sh in my home space and made it executable:

    chmod u+x xrandr.sh

    Using these commands after I login I get my desktop setup and the displays.xml doesn't exist or change, so I can login to XFCE next time.