[en_US locale]
Can someone explain how to get the framebuffer vttys to use the same font rpm
distro kernels use by default for framebuffer bootup messages? All rpm distros
AFAIK use the same one. AFAICT, no rpm distros use anything directly
corresponding to Debian's console-setup, and
> In my (limited) reading of grub2 docs and a few tests, gfxmode changes
> the video mode only for grub[1], it does not replicate the behaviour of
> the "old" vga= variable.
> [1] this is also nice as it allows use of highres images for the grub
> background
OK. Thanks.
>> avoided it almost imm
>> What I found interesting about this thread is that the OP found a
>> non-grub2 way of restoring his boot-up look in spite of using grub2...
> Actually, what I did was to de-install grub (as referred to by Squeeze,
> grub2 as referred to by Lenny) and install lilo instead. I thought
> about goin
On Mon,28.Dec.09, 21:52:26, Tom H wrote:
> Thanks for the link. If I understand correctly, its purpose is to add
> a grub_gfxpayload line to /etc/default/grub so that the /etc/grub.d
> scripts have a value to plug in to grub.cfg. I edit my grub.cfg
Yep
> manually so it does not really matter to
>> I think that you mean "set gfxpayload=keep". I did not mention it
>> because it has not worked for me (my boot-up stops with a black
>> screen) but I have seen various sites that recommend it.
> That would (should?) work if you also set $GRUB_GFXMODE to the desired
> mode (which resulted in str
On Thu,24.Dec.09, 20:29:19, Tom H wrote:
>
> > Sorry for the vagueness, but as I'm at work I can't look into
> > /etc/grub/default or /etc/grub.d/debian-05 ... hopefully its enough to
> > google the exact commands.
>
> I think that you mean "set gfxpayload=keep". I did not mention it
> because it
(or "terminal console" in /boot/grub/grub.cfg")
> when he made the "/etc/default/console-setup" changes that he posted
> earlier, rather than go the "terminal gfxterm", etc way.
Actually, what I did was to de-install grub (as referred to by Squeeze,
grub2
but I have only come across
http://wiki.debian.org/GrubTransition as a Debian-specific, -sourced
grub2 instruction.
What I found interesting about this thread is that the OP found a
non-grub2 way of restoring his boot-up look in spite of using grub2...
I assume that he has set "GRUB_
On 2009-12-27 at 09:38:46 +0800, Jerome BENOIT wrote:
> Hello Stephen,
>
> have fill a bug report ?
>
> Cheers,
> Jerome
If I were going to file a bug report against console-setup,
it would be for missing or poor documentation,
or for incomplete configuration options via dp
Tom H wrote:
|> vga 1: even though it is deprecated, you can still use "vga=" in
|> the "linux" line.
|>
|> vga 2: if you would rather not use "vga=", you can set the
|> resolution with "set gfxmode="
|>
|> font: you need to use "pf2" fonts and set them with "loadfont
|> (hd0,X)/boot/gr
Hello Stephen,
have fill a bug report ?
Cheers,
Jerome
Stephen Powell wrote:
On 2009-12-23 at 22:01:49 -0500, Dave Witbrodt wrote:
What did the 'console-setup' documentation say about setting fonts?
Did you at least read the comments in '/etc/default/console-setup'
On 2009-12-23 at 22:01:49 -0500, Dave Witbrodt wrote:
> What did the 'console-setup' documentation say about setting fonts?
>
> Did you at least read the comments in '/etc/default/console-setup'?
I configured the package with
dpkg-reconfigure console-setup
On Wed, Dec 23, 2009 at 09:26:24PM -0500, Stephen Powell wrote:
> Things have changed in the area of text-mode console fonts between
> Lenny and Squeeze. And I'm not happy about it.
http://www.debian.org/intro/help.en.html
--
Chris.
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debia
>> Summary of OP rather than complicated snip:
>>
>> What is the grub2 equivalent of setting "vga=" in the grub1 "kernel"
>> line and of setting "SCREEN_FONT=" or "CONSOLE_FONT=" in
>> "/etc/console-tools/config" or "/etc/kbd/config" respectively?
>>
>> vga 1: even though it is deprecated, you
Summary of OP rather than complicated snip:
What is the grub2 equivalent of setting "vga=" in the grub1 "kernel"
line and of setting "SCREEN_FONT=" or "CONSOLE_FONT=" in
"/etc/console-tools/config" or "/etc/kbd/config" respectively?
vga 1: even though it is deprecated, you can still use "vga="
On Wed, 2009-12-23 at 21:26 -0500, Stephen Powell wrote:
> And the new grub doesn't support the vga option. To get vga to
> work I had to install a different boot loader.
The vga option is deprecated but it works, just add it to
GRUB_CMDLINE_LINUX in /etc/default/grub (then run 'update-grub').
Stephen Powell wrote:
Things have changed in the area of text-mode console fonts between
Lenny and Squeeze. And I'm not happy about it.
[snip: that was long!]
By running "dpkg-reconfigure console-setup" I can get a VGA font of
the right point size (as long as what I need
I went back to lilo, which also
supports the vga option. OK, that problem is now "solved". But
setting the font is a problem too. There is a new package in Squeeze
called console-setup, which does not replace either console-tools
or kbd. If kbd is installed, it recognizes that console-se
On Thu,21.May.09, 18:31:03, David Baron wrote:
> I got the insserv. I am really afraid to use this thing.
Works for me fine on two sid machines and on my brother's lenny machine.
And it speeds up the boot by a few seconds too (especially with
CONCURRENCY=shell).
Regards,
Andrei
--
If you ca
On Thursday 21 May 2009 00:33:23 debian-user-digest-requ...@lists.debian.org
wrote:
> > The new console-setup from Sid providing uniform console properties to
> > Xorg and elsewhere places init scripts:
> >
> > ~$ locate console | grep rcS
> > /etc/rcS.d/S48co
On Thursday 21 May 2009 00:33:23 debian-user-digest-requ...@lists.debian.org
wrote:
> > The new console-setup from Sid providing uniform console properties to
> > Xorg and elsewhere places init scripts:
> >
> > ~$ locate console | grep rcS
> > /etc/rcS.d/S48co
On Tue,19.May.09, 20:09:18, David Baron wrote:
> The new console-setup from Sid providing uniform console properties to Xorg
> and elsewhere places init scripts:
>
> ~$ locate console | grep rcS
> /etc/rcS.d/S48console-screen.sh
> /etc/rcS.d/S49console-setup
>
> These ge
The new console-setup from Sid providing uniform console properties to Xorg
and elsewhere places init scripts:
~$ locate console | grep rcS
/etc/rcS.d/S48console-screen.sh
/etc/rcS.d/S49console-setup
These get run fairly late on the bootup sequence. This is OK but can yield a
funny screen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 8-Mar-08, at 12:32 PM, Tzafrir Cohen wrote:
On Wed, Mar 05, 2008 at 09:15:12AM -0500, Brian McKee wrote:
Hi All,
The tn5250 package has an add on keymap us5250.map that defines F21
thru F24, and a few other odds and ends, on the console
On Wed, Mar 05, 2008 at 09:15:12AM -0500, Brian McKee wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> Hi All,
>
> The tn5250 package has an add on keymap us5250.map that defines F21
> thru F24, and a few other odds and ends, on the console keyboard.
>
> I'm trying t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi All,
The tn5250 package has an add on keymap us5250.map that defines F21
thru F24, and a few other odds and ends, on the console keyboard.
I'm trying to use this keymap on gutsy and etch. I gather both of
them have converted to the cons
Michael Biebl wrote the following on 05.10.2007 18:17
<<-snip->>
> I noticed that this happpened since the upgrade of xserver-xorg.
> Can you confirm that?
I can´t confirm it is because of xserver-xorg since there were to much
updates at that time here.
But i can confirm this bug and allready su
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Fri, 05 Oct 2007 18:17:18 +0200
Michael Biebl <[EMAIL PROTECTED]> wrote:
> Frank McCormick schrieb:
> >
> >
> > Installed the console setup package tonight - ran dpkg-reconfigure, and was
> > told
> &g
Frank McCormick schrieb:
>
>
> Installed the console setup package tonight - ran dpkg-reconfigure, and was
> told
>
> " undefined kernel key code 214, 216,216 and 217"
>
> Anybody have an idea what's wrong ?
>
http://bugs.debian.org/cgi-bin/bug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Installed the console setup package tonight - ran dpkg-reconfigure, and was
told
" undefined kernel key code 214, 216,216 and 217"
Anybody have an idea what's wrong ?
Cheers
Frank
- --
Change the world one loan at
On 2007-05-31, Tyler Smith <[EMAIL PROTECTED]> wrote:
> On 2007-05-31, Florian Kulzer <[EMAIL PROTECTED]> wrote:
>>
>> I think that in the end console-setup uses the definitions in
>> /etc/default/console-setup, which have a syntax similar to the keyb
On 2007-05-31, Florian Kulzer <[EMAIL PROTECTED]> wrote:
>
> I think that in the end console-setup uses the definitions in
> /etc/default/console-setup, which have a syntax similar to the keyboard
> section in xorg.conf, e.g.
>
> XKBMODEL=""
> XKBLAYOUT="
On Wed, May 30, 2007 at 19:34:10 +, Tyler Smith wrote:
> On 2007-05-30, Mumia W..
> wrote:
> > On 05/30/2007 11:26 AM, Tyler Smith wrote:
> >>
> >> [...] I copied the custom keymap to /etc/console-setup/ and
> >> rebooted, but it still doesn't
On 2007-05-30, Mumia W.. <[EMAIL PROTECTED]> wrote:
> On 05/30/2007 11:26 AM, Tyler Smith wrote:
>>
>> [...] I copied the custom keymap to /etc/console-setup/ and
>> rebooted, but it still doesn't load. It works when I run
>> /etc/console-setup/boottime.k
On 05/30/2007 11:26 AM, Tyler Smith wrote:
[...] I copied the custom keymap to /etc/console-setup/ and
rebooted, but it still doesn't load. It works when I run
/etc/console-setup/boottime.kmap.gz, but I have to do that manually
for each boot.
Thanks,
Tyler
Perhaps you could cre
> keymap should be loaded from
>
> /etc/console-setup/boottime.kmap.gz
> ^^
>
> and it should be possible to customize it; see the comments at the end
> of /etc/default/console-setup.
>
No dice. I copied the custom keymap to /etc/console-setup/ and
reboote
and running just fine. I tried to modify
> /etc/init.d/keymap.sh to load it automatically, but this fails. I
> think it's because I've got console-setup / setupcon loaded. I looked
> through the readme for console-setup, but it's not clear to me if I
> need to put my custom
g loaded.
I never actually tried to play around with this myself, but I think the
keymap should be loaded from
/etc/console-setup/boottime.kmap.gz
^^
and it should be possible to customize it; see the comments at the end
of /etc/default/console-setup.
--
Regards,| ht
* Tyler Smith <[EMAIL PROTECTED]> [070530 08:28]:
> On 2007-05-30, Russell L. Harris <[EMAIL PROTECTED]> wrote:
> >
> > Before "dvorak-classic" became a standard offering in Debian, the
> > approach which I used was to execute the command:
> >
> > # install-keymap dvorak-classic.kmap.gz
> >
> >
I wrote:
+--+
Ok, so I ran
install-keymap /usr/share/keymaps/i386/qwerty/custom.kmap
and then rebooted.
The keymap was not installed, and I got the same problems as usual.
However, I then ran
loadkeys /usr/share/keymaps/i386/qwerty/custom.kmap
and got the proper keymap goi
On 2007-05-30, Russell L. Harris <[EMAIL PROTECTED]> wrote:
>
> Before "dvorak-classic" became a standard offering in Debian, the
> approach which I used was to execute the command:
>
> # install-keymap dvorak-classic.kmap.gz
>
> sometime during installation and configuration of the system --
>
and running just fine. I tried to modify
> /etc/init.d/keymap.sh to load it automatically, but this fails. I
> think it's because I've got console-setup / setupcon loaded. I looked
> through the readme for console-setup, but it's not clear to me if I
> need to put my cus
s fails. I
think it's because I've got console-setup / setupcon loaded. I looked
through the readme for console-setup, but it's not clear to me if I
need to put my custom keymap somewhere special, or if I can just point
to it from a config file. Google points to some conflicting advice,
Hi,
I need to set up a Debian 2.2 for serial
console. Please let me know if there are
any docs online or how it can be done.
Thanks for your help/suggestions.
-Shane
--== Sent via Deja.com http://www.deja.com/ ==--
Share what you know. Learn what you don't.
On Sun, 6 Apr 1997 [EMAIL PROTECTED] wrote:
> I have trouble geting linux to understand my keyboard. I want to map a
> swedish keyboard. I get the impression that the swedish map in the
> base installation pack should be enough but its not. It's almost
> working so far I miss only three characters
I have trouble geting linux to understand my keyboard. I want to map a
swedish keyboard. I get the impression that the swedish map in the
base installation pack should be enough but its not. It's almost
working so far I miss only three characters.
if you can read mime this is the characters I miss
I get the same thing but I don't worry about it and everything seems to
work.
Hello all ...
I'm getting the following information upon bootup of my debian box.
The console seems to work fine... Can anyone tell me if I should be
concerned with the information below - and how to fix it ???
Console setup:
Linking /dev/conso
48 matches
Mail list logo