* Re: [gentoo-amd64] Re: I took the plunge with kde
@ 2009-09-05 23:26 Dmitri Pogosyan
0 siblings, 0 replies; 5+ messages in thread
From: Dmitri Pogosyan @ 2009-09-05 23:26 UTC (permalink / raw
To: gentoo-amd64
Sorry guys for duplicated messages, something is off in my mailer.
The tool to find the VESA codes for the modes your card supports
is vbespy from the bottom of
http://en.wikipedia.org/wiki/VESA_BIOS_Extensions
run it as
./vbetest 2> /dev/null
Note that the codes for non-standard VESA modes can vary from card to card.
For example on my laptop mode 361 is 1440x900x8, while on desktop
the same code refers to 1680x1050x32.
You need to convert the VESA codes vbetest reports to kernel codes passed
as vga=. The rule is to add 512 and optionally convert to hex.
i.e 361+512=873 (decimal)=0x369 hex
> > On 09/05/2009 02:43 PM, Paul Stear wrote:
> > > By the way does anybody know how to use a smaller font for the boot up
screen?
> >
> > What monitor do you have? If it's a TFT, use its native resolution in
> > the kernel parameters. Though some widescreen resolutions aren't
> > supported by some graphics cards' VESA BIOSes, sadly.
>
> actually, most of them are. I happily run with vesafb 1440x900x16 laptop
> display (vga=0x36a) and 1680x1050x32 monitor (kernel parameter vga=0x369 )
> I had a tool that detects all VESA modes your card supports, but somehow
> can't recall what was its name.
>
> >
> > Another solution is to change the kernel font (in the kernel
> > configuration, somewhere in the console framebuffer settings) and
> > console font (/etc/conf.d/consolefont) since the kernel font will be
> > replaced after the kernel has booted an init is run.
>
> --
> Dmitri Pogosyan Department of Physics
> Professor University of Alberta
> tel 1-780-492-2150 11322 - 89 Avenue
> fax 1-780-492-0714 Edmonton, AB, T6G 2G7, CANADA
--
Dmitri Pogosyan Department of Physics
Professor University of Alberta
tel 1-780-492-2150 11322 - 89 Avenue
fax 1-780-492-0714 Edmonton, AB, T6G 2G7, CANADA
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-amd64] Re: I took the plunge with kde
@ 2009-09-05 23:10 Dmitri Pogosyan
0 siblings, 0 replies; 5+ messages in thread
From: Dmitri Pogosyan @ 2009-09-05 23:10 UTC (permalink / raw
To: gentoo-amd64
> On 09/05/2009 02:43 PM, Paul Stear wrote:
> > By the way does anybody know how to use a smaller font for the boot up screen?
>
> What monitor do you have? If it's a TFT, use its native resolution in
> the kernel parameters. Though some widescreen resolutions aren't
> supported by some graphics cards' VESA BIOSes, sadly.
Actually, most of them are, but may have non-standard codes.
I run laptop 1440x900x16 (vga=0x36a) and desktop monitor at 1680x1050x32
(vga=0x369).
vbespy from the bottom of
http://en.wikipedia.org/wiki/VESA_BIOS_Extensions
allows the detection of supported VESA modes on your card.
Be careful to convert VESA mode codes reported by vbespy to kernel codes
that vga= parameter takes. Transformation is to add 512, and, optionally
convert to hex.
i.e for me vbespy reports 1680x1050 (8,8,8) vesa mode as 361 (decimal). Kernel
mode is 361+512=873=0x369 in hex
>
> Another solution is to change the kernel font (in the kernel
> configuration, somewhere in the console framebuffer settings) and
> console font (/etc/conf.d/consolefont) since the kernel font will be
> replaced after the kernel has booted an init is run.
--
Dmitri Pogosyan Department of Physics
Professor University of Alberta
tel 1-780-492-2150 11322 - 89 Avenue
fax 1-780-492-0714 Edmonton, AB, T6G 2G7, CANADA
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-amd64] Re: I took the plunge with kde
@ 2009-09-05 22:57 Dmitri Pogosyan
0 siblings, 0 replies; 5+ messages in thread
From: Dmitri Pogosyan @ 2009-09-05 22:57 UTC (permalink / raw
To: gentoo-amd64
> On 09/05/2009 02:43 PM, Paul Stear wrote:
> > By the way does anybody know how to use a smaller font for the boot up screen?
>
> What monitor do you have? If it's a TFT, use its native resolution in
> the kernel parameters. Though some widescreen resolutions aren't
> supported by some graphics cards' VESA BIOSes, sadly.
actually, most of them are. I happily run with vesafb 1440x900x16 laptop
display (vga=0x36a) and 1680x1050x32 monitor (kernel parameter vga=0x369 )
I had a tool that detects all VESA modes your card supports, but somehow
can't recall what was its name.
>
> Another solution is to change the kernel font (in the kernel
> configuration, somewhere in the console framebuffer settings) and
> console font (/etc/conf.d/consolefont) since the kernel font will be
> replaced after the kernel has booted an init is run.
--
Dmitri Pogosyan Department of Physics
Professor University of Alberta
tel 1-780-492-2150 11322 - 89 Avenue
fax 1-780-492-0714 Edmonton, AB, T6G 2G7, CANADA
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-amd64] Re: I took the plunge with kde
@ 2009-09-05 22:46 Dmitri Pogosyan
0 siblings, 0 replies; 5+ messages in thread
From: Dmitri Pogosyan @ 2009-09-05 22:46 UTC (permalink / raw
To: gentoo-amd64
> On 09/05/2009 02:43 PM, Paul Stear wrote:
> > By the way does anybody know how to use a smaller font for the boot up screen?
>
> What monitor do you have? If it's a TFT, use its native resolution in
> the kernel parameters. Though some widescreen resolutions aren't
> supported by some graphics cards' VESA BIOSes, sadly.
actually, most of them are. I happily run with vesafb 1440x900x16 laptop
display (vga=0x36a) and 1680x1050x32 monitor (kernel parameter vga=0x369 )
I had a tool that detects all VESA modes your card supports, but somehow
can't recall what was its name.
>
> Another solution is to change the kernel font (in the kernel
> configuration, somewhere in the console framebuffer settings) and
> console font (/etc/conf.d/consolefont) since the kernel font will be
> replaced after the kernel has booted an init is run.
--
Dmitri Pogosyan Department of Physics
Professor University of Alberta
tel 1-780-492-2150 11322 - 89 Avenue
fax 1-780-492-0714 Edmonton, AB, T6G 2G7, CANADA
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-amd64] I took the plunge with kde
@ 2009-09-05 11:43 Paul Stear
2009-09-05 20:23 ` [gentoo-amd64] " Nikos Chantziaras
0 siblings, 1 reply; 5+ messages in thread
From: Paul Stear @ 2009-09-05 11:43 UTC (permalink / raw
To: gentoo-amd64
Well I now have kde 4.3.1 installed and apart from a few issues the update from
3.5.10 went well.
***Well done*** to all the developers who have brought kde this far. I just
need to get use to working slightly different now <grin>.
By the way does anybody know how to use a smaller font for the boot up screen?
Well thanks again to all who helped with kde4.3.1
Paul
--
This message has been sent using kmail with gentoo linux
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-amd64] Re: I took the plunge with kde
2009-09-05 11:43 [gentoo-amd64] " Paul Stear
@ 2009-09-05 20:23 ` Nikos Chantziaras
0 siblings, 0 replies; 5+ messages in thread
From: Nikos Chantziaras @ 2009-09-05 20:23 UTC (permalink / raw
To: gentoo-amd64
On 09/05/2009 02:43 PM, Paul Stear wrote:
> By the way does anybody know how to use a smaller font for the boot up screen?
What monitor do you have? If it's a TFT, use its native resolution in
the kernel parameters. Though some widescreen resolutions aren't
supported by some graphics cards' VESA BIOSes, sadly.
Another solution is to change the kernel font (in the kernel
configuration, somewhere in the console framebuffer settings) and
console font (/etc/conf.d/consolefont) since the kernel font will be
replaced after the kernel has booted an init is run.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-09-05 23:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-05 23:26 [gentoo-amd64] Re: I took the plunge with kde Dmitri Pogosyan
-- strict thread matches above, loose matches on Subject: below --
2009-09-05 23:10 Dmitri Pogosyan
2009-09-05 22:57 Dmitri Pogosyan
2009-09-05 22:46 Dmitri Pogosyan
2009-09-05 11:43 [gentoo-amd64] " Paul Stear
2009-09-05 20:23 ` [gentoo-amd64] " Nikos Chantziaras
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox