You are not logged in.
I'm completely new to any Linux platforms and after some research I decided too get crunchbang and I am really liking it so far. One issue I am having so far is with the display settings. I have 2 monitors and I can use the display settings so it is a continuous display but once I reboot it reverts back to just mirroring the first monitor. Any information to get the display settings to save after rebooting well be grateful. Also I set a different wallpaper on each monitor and after I reboot it sometimes picks 1 of the 2 wallpapers and sometimes picks a default wallpaper if this makes a difference
Thanks for the help.
Last edited by nickwalt10 (2012-05-17 07:30:18)
Offline
Happens to me all the time. You can use the xrandr command that does the same like the grandr GUI interface, and add the xrandr command line to the ~/.config/openbox/autostart
i don't use two screens, but maybe you want to post the output of xrandr and somebody will surely assist you.
Offline
Offline
thx for the help guys, like i said before i am brand new with linux plantforms. can i please get a more detailed tutorial of what exactly to type and where because im not understanding how to add xrandr to auto start. thank you very much and here is the output of xrandr after i change the settings to extended view
Screen 0: minimum 320 x 200, current 2880 x 900, maximum 8192 x 8192
DVI-I-1 connected 1440x900+0+0 (normal left inverted right x axis y axis) 410mm x 256mm
1440x900 59.9*+
1280x1024 60.0
1280x960 60.0
1280x800 59.8
1152x864 75.0
1280x720 60.0
1024x768 70.1 60.0
800x600 75.0 60.3 56.2
640x480 72.8 75.0 60.0
720x400 70.1
DVI-I-2 connected 1440x900+1440+0 (normal left inverted right x axis y axis) 410mm x 256mm
1440x900 59.9*+
1280x1024 60.0
1280x960 60.0
1280x800 59.8
1152x864 75.0
1280x720 60.0
1024x768 70.1 60.0
800x600 75.0 60.3 56.2
640x480 72.8 75.0 60.0
720x400 70.1
Offline
Ok after spending a few hours roaming around google and the forums here i finally figured out adding these 2 lines would fix my problem and they did. They are in the autostart file, thx for pointing me in the right direction guys.
xrandr --output DVI-I-1 --mode 1440x900
xrandr --output DVI-I-2 --mode 1440x900 --right-of DVI-I-1
Offline
That's how we love it - self-solved and posted a solution! Well done!
Can you mark it as [solved] by editing your first entry and adding [solved] to the subject line? Thanks!
Offline
xrandr --output DVI-I-1 --mode 1440x900
xrandr --output DVI-I-2 --mode 1440x900 --right-of DVI-I-1
You can also run these from the command line if, for example you're using a laptop that is only sometimes connected to the external monitor.
Offline
^ that's exactly what i do with my hdmi-setup. i just got an alias called 'hdmi' in my ~/.bashrc
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.