Gentoo Archives: gentoo-desktop

From: Space Cakex <spacecakex@×××××.com>
To: gentoo-desktop@l.g.o
Subject: Re: [gentoo-desktop] Xorg / Intel VGA and multiple display
Date: Thu, 19 Nov 2009 22:03:42
Message-Id: 4B05B02D.1010608@gmail.com
In Reply to: Re: [gentoo-desktop] Xorg / Intel VGA and multiple display by "Norman Rieß"
1 Thank you. As I see this is the perfect and the only working solution at
2 this moment
3
4 KDE-4-3 monitor settings applet has a section "dual display" or
5 something similar, but thinks I don't have a dual capable hardware :) so
6 maybe sometimes in the future someone will implement this feature better
7 and makes it more user friendly.
8
9 Laszlo
10
11 > Hello,
12 >
13 > you can achieve this with xrandr.
14 > I have a similar setup and i run the following comand to set things up.
15 >
16 > xrandr --output HDMI1 --auto --left-of LVDS1 --output LVDS1 --auto
17 >
18 > You get an overview over your devices and their names by typing xrandr
19 > as user.
20 > I also do not have a xorg.conf but let xorg do the config by itself.
21 >
22 > So when i am on laptop only, xorg finds the right settings for me. If i
23 > am at home using the second screen, i wrote that command and some other
24 > stuff in a small script and linked that in a bin directory. So i type
25 > "dualscreen" and the script sets things up for me.
26 >
27 > #!/bin/bash
28 > xrandr --output HDMI1 --auto --left-of LVDS1 --output LVDS1 --auto
29 > display -window root /home/smash/wallpaper/Feuersbrunst_dual.jpg
30 >
31 > So the result looks like this:
32 > http://www.smash-net.org/bilder/loki_20091010.png
33 >
34 > Regards,
35 > Norman
36 >
37 >
38 >
39 >

Replies

Subject Author
[gentoo-desktop] Re: Xorg / Intel VGA and multiple display Duncan <1i5t5.duncan@×××.net>