PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > How to specify primary display with intel and xrandr
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

How to specify primary display with intel and xrandr

Réponse
 
LinkBack Outils de la discussion
Vieux 05/08/2007, 09h50   #1
David Purton
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut How to specify primary display with intel and xrandr

Hi all,

I have been playing with xrandr to get multi monitor support working on
my intel i915 mobile card. I running unstable.

It works ok, except the primary monitor gets set to the external vga
screen!

How can I get the primary display to be the laptop panel and the
secondary display to be the external vga screen?

The current default behaviour seems really stupid and I can't believe
that there isn't a way to do it, though google has only turned up people
with the same problem and no one with a solution.

cheers

dc

--
David Purton
dcpurton@marshwiggle.net

For the eyes of the LORD range throughout the earth to
strengthen those whose hearts are fully committed to him.
2 Chronicles 16:9a

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGtYCFFtfqMu4ICewRAu6MAKCGXMF0XFF7coxn8rKzzz FuCcUFAgCeMqlh
5QAkOJ0DEIXIMNKXwLmrrNA=
=V6Kd
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 05/08/2007, 10h20   #2
Andrei Popescu
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to specify primary display with intel and xrandr

On Sun, Aug 05, 2007 at 05:17:17PM +0930, David Purton wrote:
> Hi all,
>
> I have been playing with xrandr to get multi monitor support working on
> my intel i915 mobile card. I running unstable.
>
> It works ok, except the primary monitor gets set to the external vga
> screen!
>
> How can I get the primary display to be the laptop panel and the
> secondary display to be the external vga screen?


Do you mean this?

# This is for getting the video on the LCD
xvattr -a XV_PIPE -v 1

I have this in my .icewm/startup. If you don't use IceWM you have to put
it somewhere else where it's executed after start of X.

> The current default behaviour seems really stupid and I can't believe
> that there isn't a way to do it, though google has only turned up people
> with the same problem and no one with a solution.


The default behaviour is not so stupid if you consider many people would
need this for an external projector, TV-out, whatever.

Regards,
Andrei
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGtYZoqJyztHCFm9kRAugNAJoCT5tW98c3HATxNIiH4Q jLbzCQkACePrGs
XbuSvhVhwTauIfWdyIoupsA=
=k9s6
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 05/08/2007, 10h20   #3
Andrei Popescu
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to specify primary display with intel and xrandr

On Sun, Aug 05, 2007 at 05:17:17PM +0930, David Purton wrote:
> Hi all,
>
> I have been playing with xrandr to get multi monitor support working on
> my intel i915 mobile card. I running unstable.
>
> It works ok, except the primary monitor gets set to the external vga
> screen!
>
> How can I get the primary display to be the laptop panel and the
> secondary display to be the external vga screen?


Do you mean this?

# This is for getting the video on the LCD
xvattr -a XV_PIPE -v 1

I have this in my .icewm/startup. If you don't use IceWM you have to put
it somewhere else where it's executed after start of X.

> The current default behaviour seems really stupid and I can't believe
> that there isn't a way to do it, though google has only turned up people
> with the same problem and no one with a solution.


The default behaviour is not so stupid if you consider many people would
need this for an external projector, TV-out, whatever.

Regards,
Andrei
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGtYZoqJyztHCFm9kRAugNAJoCT5tW98c3HATxNIiH4Q jLbzCQkACePrGs
XbuSvhVhwTauIfWdyIoupsA=
=k9s6
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 06/08/2007, 05h10   #4
David Purton
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to specify primary display with intel and xrandr

On Sun, Aug 05, 2007 at 11:12:24AM +0300, Andrei Popescu wrote:
> On Sun, Aug 05, 2007 at 05:17:17PM +0930, David Purton wrote:
> > I have been playing with xrandr to get multi monitor support working on
> > my intel i915 mobile card. I running unstable.
> >
> > It works ok, except the primary monitor gets set to the external vga
> > screen!
> >
> > How can I get the primary display to be the laptop panel and the
> > secondary display to be the external vga screen?

>
> Do you mean this?
>
> # This is for getting the video on the LCD
> xvattr -a XV_PIPE -v 1


Ahhh. So it is related to xv maybe. I'll give it a whirl. Don't have a
second screen at the moment.

> > The current default behaviour seems really stupid and I can't believe
> > that there isn't a way to do it, though google has only turned up people
> > with the same problem and no one with a solution.

>
> The default behaviour is not so stupid if you consider many people would
> need this for an external projector, TV-out, whatever.
>


Maybe, but it would be better to get accelrated video on both outputs.
Windows manages to do this somehow (although you tend not to be able to
drag a video between windows once it's started.)

The hassle is with different sizes of screens. Sure, you can drag the
gnome panel around so it's where you want, but if you're projecting on to
a narrower resolution than the laptop panel, the location of launchers
and other stuff in the panel gets screwed up when it gets shifted to the
external screen. Plus, during presentations, I'd rather be certain that
the primary display where random windows might appear was not the one
being projected to everyone...

Thanks for your .

dc


--
David Purton
dcpurton@marshwiggle.net

For the eyes of the LORD range throughout the earth to
strengthen those whose hearts are fully committed to him.
2 Chronicles 16:9a

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGtpAbFtfqMu4ICewRAgRdAJ9FoXUecO6Pf2PVUKKOxv fPtYzqqACgpBM3
tAaEp1FxrRn1aHcmbWgHzM0=
=YEG8
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 06/08/2007, 05h10   #5
David Purton
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to specify primary display with intel and xrandr

On Sun, Aug 05, 2007 at 11:12:24AM +0300, Andrei Popescu wrote:
> On Sun, Aug 05, 2007 at 05:17:17PM +0930, David Purton wrote:
> > I have been playing with xrandr to get multi monitor support working on
> > my intel i915 mobile card. I running unstable.
> >
> > It works ok, except the primary monitor gets set to the external vga
> > screen!
> >
> > How can I get the primary display to be the laptop panel and the
> > secondary display to be the external vga screen?

>
> Do you mean this?
>
> # This is for getting the video on the LCD
> xvattr -a XV_PIPE -v 1


Ahhh. So it is related to xv maybe. I'll give it a whirl. Don't have a
second screen at the moment.

> > The current default behaviour seems really stupid and I can't believe
> > that there isn't a way to do it, though google has only turned up people
> > with the same problem and no one with a solution.

>
> The default behaviour is not so stupid if you consider many people would
> need this for an external projector, TV-out, whatever.
>


Maybe, but it would be better to get accelrated video on both outputs.
Windows manages to do this somehow (although you tend not to be able to
drag a video between windows once it's started.)

The hassle is with different sizes of screens. Sure, you can drag the
gnome panel around so it's where you want, but if you're projecting on to
a narrower resolution than the laptop panel, the location of launchers
and other stuff in the panel gets screwed up when it gets shifted to the
external screen. Plus, during presentations, I'd rather be certain that
the primary display where random windows might appear was not the one
being projected to everyone...

Thanks for your .

dc


--
David Purton
dcpurton@marshwiggle.net

For the eyes of the LORD range throughout the earth to
strengthen those whose hearts are fully committed to him.
2 Chronicles 16:9a

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGtpAbFtfqMu4ICewRAgRdAJ9FoXUecO6Pf2PVUKKOxv fPtYzqqACgpBM3
tAaEp1FxrRn1aHcmbWgHzM0=
=YEG8
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 06/08/2007, 08h10   #6
Andrei Popescu
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to specify primary display with intel and xrandr

On Mon, Aug 06, 2007 at 12:36:03PM +0930, David Purton wrote:
> On Sun, Aug 05, 2007 at 11:12:24AM +0300, Andrei Popescu wrote:
> > On Sun, Aug 05, 2007 at 05:17:17PM +0930, David Purton wrote:
> > > I have been playing with xrandr to get multi monitor support working on
> > > my intel i915 mobile card. I running unstable.
> > >
> > > It works ok, except the primary monitor gets set to the external vga
> > > screen!
> > >
> > > How can I get the primary display to be the laptop panel and the
> > > secondary display to be the external vga screen?

> >
> > Do you mean this?
> >
> > # This is for getting the video on the LCD
> > xvattr -a XV_PIPE -v 1

>
> Ahhh. So it is related to xv maybe. I'll give it a whirl. Don't have a
> second screen at the moment.


I'm not sure if this is your problem, but my panel was working fine, but
I couldn't see any videos (blue screen). This is how I found that
solution.

Regards,
Andrei
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGtrnrqJyztHCFm9kRAvMuAJ9NxH5hd13GRSfrMXyoV/c2rFsHSACfT4IV
7UKFkRXHkyF4UpfjDnZKoP4=
=jet8
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 06/08/2007, 08h10   #7
Andrei Popescu
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to specify primary display with intel and xrandr

On Mon, Aug 06, 2007 at 12:36:03PM +0930, David Purton wrote:
> On Sun, Aug 05, 2007 at 11:12:24AM +0300, Andrei Popescu wrote:
> > On Sun, Aug 05, 2007 at 05:17:17PM +0930, David Purton wrote:
> > > I have been playing with xrandr to get multi monitor support working on
> > > my intel i915 mobile card. I running unstable.
> > >
> > > It works ok, except the primary monitor gets set to the external vga
> > > screen!
> > >
> > > How can I get the primary display to be the laptop panel and the
> > > secondary display to be the external vga screen?

> >
> > Do you mean this?
> >
> > # This is for getting the video on the LCD
> > xvattr -a XV_PIPE -v 1

>
> Ahhh. So it is related to xv maybe. I'll give it a whirl. Don't have a
> second screen at the moment.


I'm not sure if this is your problem, but my panel was working fine, but
I couldn't see any videos (blue screen). This is how I found that
solution.

Regards,
Andrei
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGtrnrqJyztHCFm9kRAvMuAJ9NxH5hd13GRSfrMXyoV/c2rFsHSACfT4IV
7UKFkRXHkyF4UpfjDnZKoP4=
=jet8
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 08/08/2007, 01h30   #8
David Purton
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to specify primary display with intel and xrandr

On Mon, Aug 06, 2007 at 09:04:27AM +0300, Andrei Popescu wrote:
> On Mon, Aug 06, 2007 at 12:36:03PM +0930, David Purton wrote:
> > On Sun, Aug 05, 2007 at 11:12:24AM +0300, Andrei Popescu wrote:
> > > On Sun, Aug 05, 2007 at 05:17:17PM +0930, David Purton wrote:
> > > > I have been playing with xrandr to get multi monitor support working on
> > > > my intel i915 mobile card. I running unstable.
> > > >
> > > > It works ok, except the primary monitor gets set to the external vga
> > > > screen!
> > > >
> > > > How can I get the primary display to be the laptop panel and the
> > > > secondary display to be the external vga screen?
> > >
> > > Do you mean this?
> > >
> > > # This is for getting the video on the LCD
> > > xvattr -a XV_PIPE -v 1

> >
> > Ahhh. So it is related to xv maybe. I'll give it a whirl. Don't have a
> > second screen at the moment.

>
> I'm not sure if this is your problem, but my panel was working fine, but
> I couldn't see any videos (blue screen). This is how I found that
> solution.
>


Yeah. It didn't work. But your comment is useful to know. Hopefully the
driver and xrandr will continue to improve.

cheers

dc



--
David Purton
dcpurton@marshwiggle.net

For the eyes of the LORD range throughout the earth to
strengthen those whose hearts are fully committed to him.
2 Chronicles 16:9a

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGuP57FtfqMu4ICewRAjFyAKCrQC5Cn1e42GIE1yOO+0 O66ra43ACfYrhQ
IGXESyVxj73DbjppdQN27hA=
=nHLf
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 08/08/2007, 01h30   #9
David Purton
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to specify primary display with intel and xrandr

On Mon, Aug 06, 2007 at 09:04:27AM +0300, Andrei Popescu wrote:
> On Mon, Aug 06, 2007 at 12:36:03PM +0930, David Purton wrote:
> > On Sun, Aug 05, 2007 at 11:12:24AM +0300, Andrei Popescu wrote:
> > > On Sun, Aug 05, 2007 at 05:17:17PM +0930, David Purton wrote:
> > > > I have been playing with xrandr to get multi monitor support working on
> > > > my intel i915 mobile card. I running unstable.
> > > >
> > > > It works ok, except the primary monitor gets set to the external vga
> > > > screen!
> > > >
> > > > How can I get the primary display to be the laptop panel and the
> > > > secondary display to be the external vga screen?
> > >
> > > Do you mean this?
> > >
> > > # This is for getting the video on the LCD
> > > xvattr -a XV_PIPE -v 1

> >
> > Ahhh. So it is related to xv maybe. I'll give it a whirl. Don't have a
> > second screen at the moment.

>
> I'm not sure if this is your problem, but my panel was working fine, but
> I couldn't see any videos (blue screen). This is how I found that
> solution.
>


Yeah. It didn't work. But your comment is useful to know. Hopefully the
driver and xrandr will continue to improve.

cheers

dc



--
David Purton
dcpurton@marshwiggle.net

For the eyes of the LORD range throughout the earth to
strengthen those whose hearts are fully committed to him.
2 Chronicles 16:9a

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGuP57FtfqMu4ICewRAjFyAKCrQC5Cn1e42GIE1yOO+0 O66ra43ACfYrhQ
IGXESyVxj73DbjppdQN27hA=
=nHLf
-----END PGP SIGNATURE-----

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 02h54.


Édité par : vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,17566 seconds with 17 queries