public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] uvesafb and screen resolution
@ 2008-03-25 19:55 Ricardo Saffi Marques
  2008-03-25 20:37 ` Alexander Meinke
  2008-03-26  2:10 ` Chuanwen Wu
  0 siblings, 2 replies; 13+ messages in thread
From: Ricardo Saffi Marques @ 2008-03-25 19:55 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1075 bytes --]

On Tue, Mar 25, 2008 at 4:42 PM, Sergey Kobzar <tod.zullu@gmail.com> wrote:

> uvesafb works nice.


Can anyone help me with the following?
Do any of you know how to make uvesafb (that replaces the old vesafb-tng)
set to a pre-defined resolution?
What I mean is that with vesafb-tng I used to set like: "1440x900@60" as fb
settings and then, during boot, while kernel was loading, when it passed
through that "instruction", it would start using the console with those fb
settings and the penguins on the top. Then the penguins disappear and I had
a great text console @ 1440x900.
I remeber putting the exact string 1440x900@60 when building my kernel on
the vesafb page. Now with uvesafb I don't get that option and my text
console has a horrible resolution. A simple "lspci" will generate text long
enough for a line to break.
Anyone?

Regards,

Saffi

-- 
Ricardo Saffi Marques
Laboratório de Administração e Segurança de Sistemas (LAS/IC)
Universidade Estadual de Campinas (UNICAMP)
Cell: +55 (19) 8128-0435
Skype: ricardo_saffi_marques
Website: http://www.rsaffi.com

[-- Attachment #2: Type: text/html, Size: 1427 bytes --]

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

* Re: [gentoo-user] uvesafb and screen resolution
  2008-03-25 19:55 [gentoo-user] uvesafb and screen resolution Ricardo Saffi Marques
@ 2008-03-25 20:37 ` Alexander Meinke
  2008-03-25 20:42   ` Ale
  2008-03-25 21:03   ` Ricardo Saffi Marques
  2008-03-26  2:10 ` Chuanwen Wu
  1 sibling, 2 replies; 13+ messages in thread
From: Alexander Meinke @ 2008-03-25 20:37 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

Hi.

Try to determine possible resolutions by typing "hwinfo --framebuffer". Use the 
hex code 0x... and put it as kernel parameter in your grub.conf.

For 1400x1050 with kernel 2.6.24-r3 I am using the following lines:

title Gentoo GNU/Linux (gentoo-sources-2.6.24-r3)
root (hd0,1)
kernel /gentoo-sources-2.6.24-r3 root=/dev/sda5 vga=0x344


Regards,

acm.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] uvesafb and screen resolution
  2008-03-25 20:37 ` Alexander Meinke
@ 2008-03-25 20:42   ` Ale
  2008-03-25 20:46     ` Alexander Meinke
  2008-03-27 10:09     ` Peter Humphrey
  2008-03-25 21:03   ` Ricardo Saffi Marques
  1 sibling, 2 replies; 13+ messages in thread
From: Ale @ 2008-03-25 20:42 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

2008/3/25, Alexander Meinke <ameinke@online.de>:*
*

Are you guys using  uvesafb in the latest gentoo sources kernel? because i
dont have the option to choose this one..i am using vesa

[-- Attachment #2: Type: text/html, Size: 334 bytes --]

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

* Re: [gentoo-user] uvesafb and screen resolution
  2008-03-25 20:42   ` Ale
@ 2008-03-25 20:46     ` Alexander Meinke
  2008-03-27 10:09     ` Peter Humphrey
  1 sibling, 0 replies; 13+ messages in thread
From: Alexander Meinke @ 2008-03-25 20:46 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 426 bytes --]

Ale wrote:
> 2008/3/25, Alexander Meinke <ameinke@online.de <mailto:ameinke@online.de>>:
> *
> *
> 
> Are you guys using  uvesafb in the latest gentoo sources kernel? because 
> i dont have the option to choose this one..i am using vesa

Yes I am using gentoo-sources. I think since kernel 2.6.23 (or maybe 2.6.24) 
there is only uvesafb - nothing else to choose. uvesafb replaced vesafb-tng.


Greets,

acm.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] uvesafb and screen resolution
  2008-03-25 20:37 ` Alexander Meinke
  2008-03-25 20:42   ` Ale
@ 2008-03-25 21:03   ` Ricardo Saffi Marques
  2008-03-25 22:53     ` Ian Lee
  1 sibling, 1 reply; 13+ messages in thread
From: Ricardo Saffi Marques @ 2008-03-25 21:03 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1038 bytes --]

On Tue, Mar 25, 2008 at 5:37 PM, Alexander Meinke <ameinke@online.de> wrote:

> Try to determine possible resolutions by typing "hwinfo --framebuffer".
> Use the
> hex code 0x... and put it as kernel parameter in your grub.conf.


Okay, *that* I didn't know. :-)
I do know 1440x900 is a supported resolution on my machines since it's the
native resolution of their screen's.


> For 1400x1050 with kernel 2.6.24-r3 I am using the following lines:
> title Gentoo GNU/Linux (gentoo-sources-2.6.24-r3)
> root (hd0,1)
> kernel /gentoo-sources-2.6.24-r3 root=/dev/sda5 vga=0x344


So after the change from the vesafb-tng to the actual uvesafb on the kernel,
it actually IS necessary to use the "vga=something" trick on the boot line,
then?
I'll do it and tell the results.

Thanks a lot, Alexander!

Best regards,

Saffi

-- 
Ricardo Saffi Marques
Laboratório de Administração e Segurança de Sistemas (LAS/IC)
Universidade Estadual de Campinas (UNICAMP)
Cell: +55 (19) 8128-0435
Skype: ricardo_saffi_marques
Website: http://www.rsaffi.com

[-- Attachment #2: Type: text/html, Size: 1553 bytes --]

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

* Re: [gentoo-user] uvesafb and screen resolution
  2008-03-25 21:03   ` Ricardo Saffi Marques
@ 2008-03-25 22:53     ` Ian Lee
  2008-03-25 23:04       ` Ricardo Saffi Marques
  2008-03-26  9:09       ` Alexander Meinke
  0 siblings, 2 replies; 13+ messages in thread
From: Ian Lee @ 2008-03-25 22:53 UTC (permalink / raw
  To: gentoo-user

Ricardo Saffi Marques wrote:
> On Tue, Mar 25, 2008 at 5:37 PM, Alexander Meinke <ameinke@online.de 
> <mailto:ameinke@online.de>> wrote:
> 
>     Try to determine possible resolutions by typing "hwinfo
>     --framebuffer". Use the
>     hex code 0x... and put it as kernel parameter in your grub.conf.
> 
> 
> Okay, *that* I didn't know. :-)
> I do know 1440x900 is a supported resolution on my machines since it's 
> the native resolution of their screen's.
>  
> 
>     For 1400x1050 with kernel 2.6.24-r3 I am using the following lines:
>     title Gentoo GNU/Linux (gentoo-sources-2.6.24-r3)
>     root (hd0,1)
>     kernel /gentoo-sources-2.6.24-r3 root=/dev/sda5 vga=0x344
> 
> 
> So after the change from the vesafb-tng to the actual uvesafb on the 
> kernel, it actually IS necessary to use the "vga=something" trick on the 
> boot line, then?
> I'll do it and tell the results.
> 
> Thanks a lot, Alexander!
> 
> Best regards,
> 
> Saffi
> 
> -- 
> Ricardo Saffi Marques
> Laboratório de Administração e Segurança de Sistemas (LAS/IC)
> Universidade Estadual de Campinas (UNICAMP)
> Cell: +55 (19) 8128-0435
> Skype: ricardo_saffi_marques
> Website: http://www.rsaffi.

i always thought vga= was only used by the old vesafb driver
i use video=uvesafb:1024x768-32
i cant get any wide screen modes to work at all, anybody else know how??
-- 
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] uvesafb and screen resolution
  2008-03-25 22:53     ` Ian Lee
@ 2008-03-25 23:04       ` Ricardo Saffi Marques
  2008-03-26  9:09       ` Alexander Meinke
  1 sibling, 0 replies; 13+ messages in thread
From: Ricardo Saffi Marques @ 2008-03-25 23:04 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 580 bytes --]

On Tue, Mar 25, 2008 at 7:53 PM, Ian Lee <ian@leehouse.eclipse.co.uk> wrote:

> i always thought vga= was only used by the old vesafb driver
> i use video=uvesafb:1024x768-32
> i cant get any wide screen modes to work at all, anybody else know how??


Nice, new thoughts being added to the discussion. That's good!! Let's keep
the brainstorm. :-)
Any ideas?

-- 
Ricardo Saffi Marques
Laboratório de Administração e Segurança de Sistemas (LAS/IC)
Universidade Estadual de Campinas (UNICAMP)
Cell: +55 (19) 8128-0435
Skype: ricardo_saffi_marques
Website: http://www.rsaffi.com

[-- Attachment #2: Type: text/html, Size: 896 bytes --]

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

* Re: [gentoo-user] uvesafb and screen resolution
  2008-03-25 19:55 [gentoo-user] uvesafb and screen resolution Ricardo Saffi Marques
  2008-03-25 20:37 ` Alexander Meinke
@ 2008-03-26  2:10 ` Chuanwen Wu
  2008-03-27 16:43   ` Chris Brennan
  1 sibling, 1 reply; 13+ messages in thread
From: Chuanwen Wu @ 2008-03-26  2:10 UTC (permalink / raw
  To: gentoo-user

On Wed, Mar 26, 2008 at 3:55 AM, Ricardo Saffi Marques
<saffi@las.ic.unicamp.br> wrote:
> On Tue, Mar 25, 2008 at 4:42 PM, Sergey Kobzar <tod.zullu@gmail.com> wrote:
>
> > uvesafb works nice.
>
> Can anyone help me with the following?
> Do any of you know how to make uvesafb (that replaces the old vesafb-tng)
> set to a pre-defined resolution?
May be you want this guide  http://dev.gentoo.org/~spock/projects/uvesafb/



-- 
wcw
-- 
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] uvesafb and screen resolution
  2008-03-25 22:53     ` Ian Lee
  2008-03-25 23:04       ` Ricardo Saffi Marques
@ 2008-03-26  9:09       ` Alexander Meinke
  1 sibling, 0 replies; 13+ messages in thread
From: Alexander Meinke @ 2008-03-26  9:09 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 629 bytes --]

Ian Lee wrote:
> i always thought vga= was only used by the old vesafb driver
> i use video=uvesafb:1024x768-32
> i cant get any wide screen modes to work at all, anybody else know how??

Did you tried to find out what resolutions are supported by your graphic card 
(e.g. hwinfo --framebuffer)? I only know this tool to get the necessary hex code.
So I don't really know if the vga= option works with uvesafb too.
I have to correct my statement that I am using uvesafb. It seems that I am using 
vesafb. This is because I don't want either any additional userspace application 
(v86d) nor bootsplash etc.


acm.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] uvesafb and screen resolution
  2008-03-25 20:42   ` Ale
  2008-03-25 20:46     ` Alexander Meinke
@ 2008-03-27 10:09     ` Peter Humphrey
  2008-03-27 13:44       ` Ale
  1 sibling, 1 reply; 13+ messages in thread
From: Peter Humphrey @ 2008-03-27 10:09 UTC (permalink / raw
  To: gentoo-user

On Tuesday 25 March 2008 20:42:47 Ale wrote:

> Are you guys using  uvesafb in the latest gentoo sources kernel? because
> i dont have the option to choose this one..i am using vesa

You have to select Connector - unified userspace <-> kernelspace linker in 
the Device Drivers page. Then you will have uvesafb available for 
selection.

It seems that you also need v86d installed, and start with an initramfs with 
that in it, though I haven't yet finished working this out for myself.

-- 
Rgds
Peter
-- 
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] uvesafb and screen resolution
  2008-03-27 10:09     ` Peter Humphrey
@ 2008-03-27 13:44       ` Ale
  0 siblings, 0 replies; 13+ messages in thread
From: Ale @ 2008-03-27 13:44 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1193 bytes --]

2008/3/27, Peter Humphrey <peter@humphrey.ukfsn.org>:
>
> On Tuesday 25 March 2008 20:42:47 Ale wrote:
>
> > Are you guys using  uvesafb in the latest gentoo sources kernel? because
> > i dont have the option to choose this one..i am using vesa
>
>
> You have to select Connector - unified userspace <-> kernelspace linker in
> the Device Drivers page. Then you will have uvesafb available for
> selection.
>
> It seems that you also need v86d installed, and start with an initramfs
> with
> that in it, though I haven't yet finished working this out for myself.
>
> --
> Rgds
>
> Peter
>
> --
> gentoo-user@lists.gentoo.org mailing list
>
>  Yes! that was my problem. When i did this i follow gentoo wiki's
tutorial, but this part is not there, yesterday i check the official web and
i see this part, now is working great! Many thanks!.
I have a n old notebook with a intel video chipset (810) should i use the *
intelfb* instead of *uvesafb*?

BTW: Is there any chance to avoid to see my background images when the
kernel end load and just before kdm start? I get the image i choose two
times...and it would be great if i just keep a dark screen or somethinf
similar.


Many thanks,
Cheers!

[-- Attachment #2: Type: text/html, Size: 1595 bytes --]

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

* Re: [gentoo-user] uvesafb and screen resolution
  2008-03-26  2:10 ` Chuanwen Wu
@ 2008-03-27 16:43   ` Chris Brennan
  2008-03-27 16:50     ` Ricardo Saffi Marques
  0 siblings, 1 reply; 13+ messages in thread
From: Chris Brennan @ 2008-03-27 16:43 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

have you tried vga=ask ?

Chuanwen Wu wrote:
| On Wed, Mar 26, 2008 at 3:55 AM, Ricardo Saffi Marques
| <saffi@las.ic.unicamp.br> wrote:
|> On Tue, Mar 25, 2008 at 4:42 PM, Sergey Kobzar <tod.zullu@gmail.com>
wrote:
|>
|>> uvesafb works nice.
|> Can anyone help me with the following?
|> Do any of you know how to make uvesafb (that replaces the old vesafb-tng)
|> set to a pre-defined resolution?
| May be you want this guide  http://dev.gentoo.org/~spock/projects/uvesafb/
|
|
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH68698hUIAnGfls4RAj9HAJ9LdjRvAwW+DZAu5OrdbNBGO6c0tQCeMuS5
cMwBndcvDThMFz/4CngdHBI=
=wT9b
-----END PGP SIGNATURE-----
-- 
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] uvesafb and screen resolution
  2008-03-27 16:43   ` Chris Brennan
@ 2008-03-27 16:50     ` Ricardo Saffi Marques
  0 siblings, 0 replies; 13+ messages in thread
From: Ricardo Saffi Marques @ 2008-03-27 16:50 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 598 bytes --]

On Thu, Mar 27, 2008 at 1:43 PM, Chris Brennan <xaero@xaerolimit.net> wrote:

> have you tried vga=ask ?
>

I did try that. But it suggests many different things. None of them works as
I want it to  (or as vesafb-tng would when I set up the resolution by myself
on the kernel config). And worse: for me to try every option vga=ask provide
me, there are several reboots. So...

-- 
Ricardo Saffi Marques
Laboratório de Administração e Segurança de Sistemas (LAS/IC)
Universidade Estadual de Campinas (UNICAMP)
Cell: +55 (19) 8128-0435
Skype: ricardo_saffi_marques
Website: http://www.rsaffi.com

[-- Attachment #2: Type: text/html, Size: 902 bytes --]

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

end of thread, other threads:[~2008-03-27 16:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-25 19:55 [gentoo-user] uvesafb and screen resolution Ricardo Saffi Marques
2008-03-25 20:37 ` Alexander Meinke
2008-03-25 20:42   ` Ale
2008-03-25 20:46     ` Alexander Meinke
2008-03-27 10:09     ` Peter Humphrey
2008-03-27 13:44       ` Ale
2008-03-25 21:03   ` Ricardo Saffi Marques
2008-03-25 22:53     ` Ian Lee
2008-03-25 23:04       ` Ricardo Saffi Marques
2008-03-26  9:09       ` Alexander Meinke
2008-03-26  2:10 ` Chuanwen Wu
2008-03-27 16:43   ` Chris Brennan
2008-03-27 16:50     ` Ricardo Saffi Marques

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