Welcome to our community

Be apart of something great, join today!

Linux Help with bash file to change screen resolution

maggot

Inactive User
Hi Guys

I'm in need of some basic Linux Help, for whatever reason Backtrack 5 defaults to the same screen res after each reboot, I have changed the settings in the XORG.conf file but this has not helped.

what I need is to create a bash file and stick it in the Linux startup folder so that after typing in STARTX to log in my bash file is then ran

so if someone can tell me where I can put the file and help me to create the file that would be awesome, thanks

this is what I have so far ???


#!/bin/bash
xrandr --size 1440x900
 
Back
Top