Discussion:
[Fluxbox-users] dual monitors and dual desktops
Kfir Lavi
2012-10-25 12:42:22 UTC
Permalink
Hi,
I have a laptop and an external monitor.
I would like to have both monitors showing different desktops.
My aim is to have IRC and Email client on one side, and my shell and
programming stuff on the other side.
Currently I managed to do a big virtual workspace with XRANDR, but it
stretches the browser and it is hard to setup correctly.
I'm a Fluxbox user, and didn't find a way to define that starching the
window, will not stretch outside of the monitor I'm on.
This is why I would like each monitor have it's own desktop.

Thanks,
Kfir

virtual dual monitors:
xrandr --output LVDS1 --primary --mode 1280x800 --pos 0x0 --auto --output
VGA1 --mode 1920x1080 --pos 448x0 --primary
Antonio Paiva
2012-10-25 12:48:38 UTC
Permalink
Try arandr.
I have the same setup and arandr does the job perfectly. Moreover, it
saves the settings as script that you can call upon boot.

Regards,
Antonio
Post by Kfir Lavi
Hi,
I have a laptop and an external monitor.
I would like to have both monitors showing different desktops.
My aim is to have IRC and Email client on one side, and my shell and
programming stuff on the other side.
Currently I managed to do a big virtual workspace with XRANDR, but it
stretches the browser and it is hard to setup correctly.
I'm a Fluxbox user, and didn't find a way to define that starching the
window, will not stretch outside of the monitor I'm on.
This is why I would like each monitor have it's own desktop.
Thanks,
Kfir
xrandr --output LVDS1 --primary --mode 1280x800 --pos 0x0 --auto --output
VGA1 --mode 1920x1080 --pos 448x0 --primary
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Fluxbox-users mailing list
https://lists.sourceforge.net/lists/listinfo/fluxbox-users
Kfir Lavi
2012-10-25 13:08:29 UTC
Permalink
Thanks for your reply.
This program does just what xrandr does.
I didn't find a way to separate screens. It seems to define by default a
virtual workspace, and let you just put both screens in this virtual
workspace.
The command at the bottom of this mail does just that.

I want that the monitors will not show the same workspace. Both should show
different desktops.
It is like running xorg twice.

Kfir
Post by Antonio Paiva
Try arandr.
I have the same setup and arandr does the job perfectly. Moreover, it
saves the settings as script that you can call upon boot.
Regards,
Antonio
Post by Kfir Lavi
Hi,
I have a laptop and an external monitor.
I would like to have both monitors showing different desktops.
My aim is to have IRC and Email client on one side, and my shell and
programming stuff on the other side.
Currently I managed to do a big virtual workspace with XRANDR, but it
stretches the browser and it is hard to setup correctly.
I'm a Fluxbox user, and didn't find a way to define that starching the
window, will not stretch outside of the monitor I'm on.
This is why I would like each monitor have it's own desktop.
Thanks,
Kfir
xrandr --output LVDS1 --primary --mode 1280x800 --pos 0x0 --auto --output
VGA1 --mode 1920x1080 --pos 448x0 --primary
------------------------------------------------------------------------------
Post by Kfir Lavi
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Fluxbox-users mailing list
https://lists.sourceforge.net/lists/listinfo/fluxbox-users
Jonathan Reed
2012-10-25 15:24:38 UTC
Permalink
Do you have an nvidia video card? If so I would recommend running
nvidia-setting to configure your displays. This is what I use after
trying {a,x,g}randr. I found it a little easier to use with an on-screen
view of how my monitors would display. Look under the "X Server Display
Configuration" section. It should be fairly easy to set up. I launch it
from my startup file because writing out the config to xorg.conf after I
change my display layout doesnt succeed for reasons i cant remember.
Post by Kfir Lavi
Thanks for your reply.
This program does just what xrandr does.
I didn't find a way to separate screens. It seems to define by default a
virtual workspace, and let you just put both screens in this virtual
workspace.
The command at the bottom of this mail does just that.
I want that the monitors will not show the same workspace. Both should
show different desktops.
It is like running xorg twice.
Kfir
Post by Antonio Paiva
Try arandr.
I have the same setup and arandr does the job perfectly. Moreover, it
saves the settings as script that you can call upon boot.
Regards,
Antonio
Post by Kfir Lavi
Hi,
I have a laptop and an external monitor.
I would like to have both monitors showing different desktops.
My aim is to have IRC and Email client on one side, and my shell and
programming stuff on the other side.
Currently I managed to do a big virtual workspace with XRANDR, but it
stretches the browser and it is hard to setup correctly.
I'm a Fluxbox user, and didn't find a way to define that starching the
window, will not stretch outside of the monitor I'm on.
This is why I would like each monitor have it's own desktop.
Thanks,
Kfir
xrandr --output LVDS1 --primary --mode 1280x800 --pos 0x0 --auto
--output
Post by Kfir Lavi
VGA1 --mode 1920x1080 --pos 448x0 --primary
------------------------------------------------------------------------------
Post by Kfir Lavi
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Fluxbox-users mailing list
https://lists.sourceforge.net/lists/listinfo/fluxbox-users
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Fluxbox-users mailing list
https://lists.sourceforge.net/lists/listinfo/fluxbox-users
Kfir Lavi
2012-10-25 16:14:20 UTC
Permalink
Hi,
I have i915 and its compiled in with kms support

Kfir
Post by Jonathan Reed
Do you have an nvidia video card? If so I would recommend running
nvidia-setting to configure your displays. This is what I use after
trying {a,x,g}randr. I found it a little easier to use with an on-screen
view of how my monitors would display. Look under the "X Server Display
Configuration" section. It should be fairly easy to set up. I launch it
from my startup file because writing out the config to xorg.conf after I
change my display layout doesnt succeed for reasons i cant remember.
Post by Kfir Lavi
Thanks for your reply.
This program does just what xrandr does.
I didn't find a way to separate screens. It seems to define by default a
virtual workspace, and let you just put both screens in this virtual
workspace.
The command at the bottom of this mail does just that.
I want that the monitors will not show the same workspace. Both should
show different desktops.
It is like running xorg twice.
Kfir
Post by Antonio Paiva
Try arandr.
I have the same setup and arandr does the job perfectly. Moreover, it
saves the settings as script that you can call upon boot.
Regards,
Antonio
Post by Kfir Lavi
Hi,
I have a laptop and an external monitor.
I would like to have both monitors showing different desktops.
My aim is to have IRC and Email client on one side, and my shell and
programming stuff on the other side.
Currently I managed to do a big virtual workspace with XRANDR, but it
stretches the browser and it is hard to setup correctly.
I'm a Fluxbox user, and didn't find a way to define that starching the
window, will not stretch outside of the monitor I'm on.
This is why I would like each monitor have it's own desktop.
Thanks,
Kfir
xrandr --output LVDS1 --primary --mode 1280x800 --pos 0x0 --auto
--output
Post by Kfir Lavi
VGA1 --mode 1920x1080 --pos 448x0 --primary
------------------------------------------------------------------------------
Post by Kfir Lavi
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Fluxbox-users mailing list
https://lists.sourceforge.net/lists/listinfo/fluxbox-users
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Fluxbox-users mailing list
https://lists.sourceforge.net/lists/listinfo/fluxbox-users
Mathias Gumz
2012-10-25 17:37:07 UTC
Permalink
hey,
Post by Kfir Lavi
Currently I managed to do a big virtual workspace with XRANDR, but it
stretches the browser and it is hard to setup correctly.
the "stretching" part indicates, that you don't run a fluxbox binary
with xinerama support.

$> fluxbox -info | grep -i xinerama

should not return "-XINERAMA". if it does, use the "xinerama" use-flag
on your (just a guess) gentoo system and rebuild fluxbox.

cheers,
mathias
--
[uid] mathias gumz [mail] akira at fluxbox dot org [pgp] 1024D/F6F6B18C
[www] http://www.darkshed.net/ [irc] ak|ra (#fluxbox at freenode.org)
Continue reading on narkive:
Loading...