public inbox for gentoo-laptop@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-laptop] Projector on my laptop
@ 2006-12-11  4:05 Felipe Ribeiro
  2006-12-11  4:50 ` Andrew Randles
       [not found] ` <loom.20061211T170827-427@post.gmane.org>
  0 siblings, 2 replies; 7+ messages in thread
From: Felipe Ribeiro @ 2006-12-11  4:05 UTC (permalink / raw
  To: gentoo-laptop, gentoo-user

Hi,

I have an Acer Aspire 5002 WLMI laptop running gentoo.

I use my display on 1280x800 and i want to use a projector to give a
speech and show slides and live coding. What do i have to configure?
My xorg.conf? what do I have to change?

Best regards,

-- 
Felipe Ribeiro
felipernb@gmail.com
83 9979-3161
-- 
gentoo-laptop@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-laptop] Projector on my laptop
  2006-12-11  4:05 [gentoo-laptop] Projector on my laptop Felipe Ribeiro
@ 2006-12-11  4:50 ` Andrew Randles
       [not found] ` <loom.20061211T170827-427@post.gmane.org>
  1 sibling, 0 replies; 7+ messages in thread
From: Andrew Randles @ 2006-12-11  4:50 UTC (permalink / raw
  To: gentoo-laptop

My quick suggestion is to try it out and see how it works.  If you get
nothing on the screen I would post back here with some more detailed
information (what information I am not sure).

If you do get something but it is blurry it might be because the
projector can't handle your resolution.  If this is the case check out
the command xrandr

Here the output from my computer,

$ xrandr
 SZ:    Pixels          Physical       Refresh
*0   1400 x 1050   ( 404mm x 303mm )  *50
 1   1280 x 1024   ( 404mm x 303mm )   50
 2   1152 x 864    ( 404mm x 303mm )   50
 3   1024 x 768    ( 404mm x 303mm )   50
 4    800 x 600    ( 404mm x 303mm )   50
 5    640 x 480    ( 404mm x 303mm )   50
 6    640 x 400    ( 404mm x 303mm )   50
 7    640 x 350    ( 404mm x 303mm )   50
 8    512 x 384    ( 404mm x 303mm )   50
 9    400 x 300    ( 404mm x 303mm )   50
 10   320 x 240    ( 404mm x 303mm )   50
 11   320 x 200    ( 404mm x 303mm )   50
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none

This is a  list of possible screen resolutions currently supported by
my X configuration.  For the projector you will probably want
something like 800x600 or 1024x768.  To select a different resolution
just do,

xrandr -s #

where # corresponds to the number of the line from xrandr.  In my case
I typically use xrandr  -s 3.

I hope this helps,
Andrew

On 12/11/06, Felipe Ribeiro <felipernb@gmail.com> wrote:
> Hi,
>
> I have an Acer Aspire 5002 WLMI laptop running gentoo.
>
> I use my display on 1280x800 and i want to use a projector to give a
> speech and show slides and live coding. What do i have to configure?
> My xorg.conf? what do I have to change?
>
> Best regards,
>
> --
> Felipe Ribeiro
> felipernb@gmail.com
> 83 9979-3161
> --
> gentoo-laptop@gentoo.org mailing list
>
>
-- 
gentoo-laptop@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-laptop] Re: [gentoo-user] Re: Projector on my laptop
       [not found] ` <loom.20061211T170827-427@post.gmane.org>
@ 2006-12-11 17:23   ` Felipe Ribeiro
  2006-12-11 18:25     ` Hélder Máximo Botter Ribas
  0 siblings, 1 reply; 7+ messages in thread
From: Felipe Ribeiro @ 2006-12-11 17:23 UTC (permalink / raw
  To: gentoo-user, gentoo-laptop

I tried with an ordinary CRT monitor, and it didn't work. Do i need to
have anything installed? Is xinerama necessary?

Thanks

On 12/11/06, James <wireless@tampabay.rr.com> wrote:
> Felipe Ribeiro <felipernb@...> writes:
>
>
> > I have an Acer Aspire 5002 WLMI laptop running gentoo.
>
> > I use my display on 1280x800 and i want to use a projector to give a
> > speech and show slides and live coding. What do i have to configure?
> > My xorg.conf? what do I have to change?
>
>
> IN /etc/X11/xorg.conf   look that the file. Near the bottom,
> you'll find a  screen section:
>
> <snip>
> Section "Screen"
>         Identifier      "Screen0"
>         Device  "Card0"
>         Monitor "Monitor0"
>         DefaultColorDepth 24
>         SubSection "Display"
>                 Depth   1
>                 Modes  "1440x900" "1024x768"
>         EndSubSection
>         SubSection "Display"
>                 Depth   4
>                 Modes "1440x900" "1024x768"
>         EndSubSection
> <end/snip>
>
> You may have to revisit some of your drivers in your kernel, depending
> on how your kernel is configured, but may not also.....
>
> I'd save an old copy of anything you modify, so as to make
> recovery from mistakes, easy....
>
>
>
> James
>
>
>
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
Felipe Ribeiro
felipernb@gmail.com
83 9979-3161
-- 
gentoo-laptop@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-laptop] Re: [gentoo-user] Re: Projector on my laptop
  2006-12-11 17:23   ` [gentoo-laptop] Re: [gentoo-user] " Felipe Ribeiro
@ 2006-12-11 18:25     ` Hélder Máximo Botter Ribas
  2006-12-11 18:44       ` Felipe Ribeiro
  0 siblings, 1 reply; 7+ messages in thread
From: Hélder Máximo Botter Ribas @ 2006-12-11 18:25 UTC (permalink / raw
  To: gentoo-laptop

hum

can you send your video card name/specs??

[]'s

helder

On 12/11/06, Felipe Ribeiro <felipernb@gmail.com> wrote:
> I tried with an ordinary CRT monitor, and it didn't work. Do i need to
> have anything installed? Is xinerama necessary?
>
> Thanks
>
> On 12/11/06, James <wireless@tampabay.rr.com> wrote:
> > Felipe Ribeiro <felipernb@...> writes:
> >
> >
> > > I have an Acer Aspire 5002 WLMI laptop running gentoo.
> >
> > > I use my display on 1280x800 and i want to use a projector to give a
> > > speech and show slides and live coding. What do i have to configure?
> > > My xorg.conf? what do I have to change?
> >
> >
> > IN /etc/X11/xorg.conf   look that the file. Near the bottom,
> > you'll find a  screen section:
> >
> > <snip>
> > Section "Screen"
> >         Identifier      "Screen0"
> >         Device  "Card0"
> >         Monitor "Monitor0"
> >         DefaultColorDepth 24
> >         SubSection "Display"
> >                 Depth   1
> >                 Modes  "1440x900" "1024x768"
> >         EndSubSection
> >         SubSection "Display"
> >                 Depth   4
> >                 Modes "1440x900" "1024x768"
> >         EndSubSection
> > <end/snip>
> >
> > You may have to revisit some of your drivers in your kernel, depending
> > on how your kernel is configured, but may not also.....
> >
> > I'd save an old copy of anything you modify, so as to make
> > recovery from mistakes, easy....
> >
> >
> >
> > James
> >
> >
> >
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
>
>
> --
> Felipe Ribeiro
> felipernb@gmail.com
> 83 9979-3161
> --
> gentoo-laptop@gentoo.org mailing list
>
>


-- 
------------------------------------
helder maximo botter ribas
Intermidia - ICMC - USP
msn/gtalk: helderribas (at) gmail (dot) com
hmbr (at) gentoobr (dot) org
------------------------------------
eu apoio:
www.sancalivre.org.br
www.gentoobr.org
-- 
gentoo-laptop@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-laptop] Re: [gentoo-user] Re: Projector on my laptop
  2006-12-11 18:25     ` Hélder Máximo Botter Ribas
@ 2006-12-11 18:44       ` Felipe Ribeiro
  2006-12-11 21:29         ` Jon Schlueter
  0 siblings, 1 reply; 7+ messages in thread
From: Felipe Ribeiro @ 2006-12-11 18:44 UTC (permalink / raw
  To: gentoo-laptop

It's a SISM760GX :-(


On 12/11/06, Hélder Máximo Botter Ribas <helderribas@gmail.com> wrote:
> hum
>
> can you send your video card name/specs??
>
> []'s
>
> helder
>
> On 12/11/06, Felipe Ribeiro <felipernb@gmail.com> wrote:
> > I tried with an ordinary CRT monitor, and it didn't work. Do i need to
> > have anything installed? Is xinerama necessary?
> >
> > Thanks
> >
> > On 12/11/06, James <wireless@tampabay.rr.com> wrote:
> > > Felipe Ribeiro <felipernb@...> writes:
> > >
> > >
> > > > I have an Acer Aspire 5002 WLMI laptop running gentoo.
> > >
> > > > I use my display on 1280x800 and i want to use a projector to give a
> > > > speech and show slides and live coding. What do i have to configure?
> > > > My xorg.conf? what do I have to change?
> > >
> > >
> > > IN /etc/X11/xorg.conf   look that the file. Near the bottom,
> > > you'll find a  screen section:
> > >
> > > <snip>
> > > Section "Screen"
> > >         Identifier      "Screen0"
> > >         Device  "Card0"
> > >         Monitor "Monitor0"
> > >         DefaultColorDepth 24
> > >         SubSection "Display"
> > >                 Depth   1
> > >                 Modes  "1440x900" "1024x768"
> > >         EndSubSection
> > >         SubSection "Display"
> > >                 Depth   4
> > >                 Modes "1440x900" "1024x768"
> > >         EndSubSection
> > > <end/snip>
> > >
> > > You may have to revisit some of your drivers in your kernel, depending
> > > on how your kernel is configured, but may not also.....
> > >
> > > I'd save an old copy of anything you modify, so as to make
> > > recovery from mistakes, easy....
> > >
> > >
> > >
> > > James
> > >
> > >
> > >
> > > --
> > > gentoo-user@gentoo.org mailing list
> > >
> > >
> >
> >
> > --
> > Felipe Ribeiro
> > felipernb@gmail.com
> > 83 9979-3161
> > --
> > gentoo-laptop@gentoo.org mailing list
> >
> >
>
>
> --
> ------------------------------------
> helder maximo botter ribas
> Intermidia - ICMC - USP
> msn/gtalk: helderribas (at) gmail (dot) com
> hmbr (at) gentoobr (dot) org
> ------------------------------------
> eu apoio:
> www.sancalivre.org.br
> www.gentoobr.org
> --
> gentoo-laptop@gentoo.org mailing list
>
>


-- 
Felipe Ribeiro
felipernb@gmail.com
83 9979-3161

-- 
gentoo-laptop@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-laptop] Re: [gentoo-user] Re: Projector on my laptop
  2006-12-11 18:44       ` Felipe Ribeiro
@ 2006-12-11 21:29         ` Jon Schlueter
  2006-12-11 22:33           ` Felipe Ribeiro
  0 siblings, 1 reply; 7+ messages in thread
From: Jon Schlueter @ 2006-12-11 21:29 UTC (permalink / raw
  To: gentoo-laptop

did you hit the function+F5  or the equivalent to switch where the
video is displayed, LCD/external/both ?

Jon Schlueter
-- 
gentoo-laptop@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-laptop] Re: [gentoo-user] Re: Projector on my laptop
  2006-12-11 21:29         ` Jon Schlueter
@ 2006-12-11 22:33           ` Felipe Ribeiro
  0 siblings, 0 replies; 7+ messages in thread
From: Felipe Ribeiro @ 2006-12-11 22:33 UTC (permalink / raw
  To: gentoo-laptop

yeah, i tried.

On 12/11/06, Jon Schlueter <jon.schlueter@gmail.com> wrote:
> did you hit the function+F5  or the equivalent to switch where the
> video is displayed, LCD/external/both ?
>
> Jon Schlueter
> --
> gentoo-laptop@gentoo.org mailing list
>
>


-- 
Felipe Ribeiro
felipernb@gmail.com
83 9979-3161
-- 
gentoo-laptop@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-12-11 22:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-11  4:05 [gentoo-laptop] Projector on my laptop Felipe Ribeiro
2006-12-11  4:50 ` Andrew Randles
     [not found] ` <loom.20061211T170827-427@post.gmane.org>
2006-12-11 17:23   ` [gentoo-laptop] Re: [gentoo-user] " Felipe Ribeiro
2006-12-11 18:25     ` Hélder Máximo Botter Ribas
2006-12-11 18:44       ` Felipe Ribeiro
2006-12-11 21:29         ` Jon Schlueter
2006-12-11 22:33           ` Felipe Ribeiro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox