Re: [gentoo-user] uvesafb and screen resolution

2008-03-27 Thread Peter Humphrey
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



Re: [gentoo-user] uvesafb and screen resolution

2008-03-27 Thread Ale
2008/3/27, Peter Humphrey [EMAIL PROTECTED]:

 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!


Re: [gentoo-user] uvesafb and screen resolution

2008-03-27 Thread Chris Brennan

-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
| [EMAIL PROTECTED] wrote:
| On Tue, Mar 25, 2008 at 4:42 PM, Sergey Kobzar [EMAIL PROTECTED]
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



Re: [gentoo-user] uvesafb and screen resolution

2008-03-27 Thread Ricardo Saffi Marques
On Thu, Mar 27, 2008 at 1:43 PM, Chris Brennan [EMAIL PROTECTED] 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


Re: [gentoo-user] uvesafb and screen resolution

2008-03-26 Thread Alexander Meinke

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.



signature.asc
Description: OpenPGP digital signature


[gentoo-user] uvesafb and screen resolution

2008-03-25 Thread Ricardo Saffi Marques
On Tue, Mar 25, 2008 at 4:42 PM, Sergey Kobzar [EMAIL PROTECTED] 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: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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


Re: [gentoo-user] uvesafb and screen resolution

2008-03-25 Thread Alexander Meinke

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.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] uvesafb and screen resolution

2008-03-25 Thread Ale
2008/3/25, Alexander Meinke [EMAIL PROTECTED]:*
*

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


Re: [gentoo-user] uvesafb and screen resolution

2008-03-25 Thread Alexander Meinke

Ale wrote:

2008/3/25, Alexander Meinke [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]:
*
*

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.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] uvesafb and screen resolution

2008-03-25 Thread Ricardo Saffi Marques
On Tue, Mar 25, 2008 at 5:37 PM, Alexander Meinke [EMAIL PROTECTED] 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


Re: [gentoo-user] uvesafb and screen resolution

2008-03-25 Thread Ian Lee

Ricardo Saffi Marques wrote:
On Tue, Mar 25, 2008 at 5:37 PM, Alexander Meinke [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] 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



Re: [gentoo-user] uvesafb and screen resolution

2008-03-25 Thread Ricardo Saffi Marques
On Tue, Mar 25, 2008 at 7:53 PM, Ian Lee [EMAIL PROTECTED] 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


Re: [gentoo-user] uvesafb and screen resolution

2008-03-25 Thread Chuanwen Wu
On Wed, Mar 26, 2008 at 3:55 AM, Ricardo Saffi Marques
[EMAIL PROTECTED] wrote:
 On Tue, Mar 25, 2008 at 4:42 PM, Sergey Kobzar [EMAIL PROTECTED] 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