public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] 回复: [gentoo-user] Why can't I set the resolution of console ?
@ 2011-10-20  6:28 Lavender
  2011-10-20  6:48 ` [gentoo-user] " Andrey Moshbear
  0 siblings, 1 reply; 4+ messages in thread
From: Lavender @ 2011-10-20  6:28 UTC (permalink / raw
  To: gentoo-user

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

I just checked my system and found that there is no V86d utility.
 It is wired because I remember the vesa option was chosen
 by default  :-(  . What should I do now? Should I rebuild my kernel or
 compiled vesa into module ?
   
  
  ------------------ 原始邮件 ------------------
  发件人: "Andrey Moshbear"<andrey.vul@gmail.com>;
 发送时间: 2011年10月20日(星期四) 下午2:06
 收件人: "gentoo-user"<gentoo-user@lists.gentoo.org>; 
 
 主题: Re: [gentoo-user] Why can't I set the resolution of console ?

  
On Thu, Oct 20, 2011 at 02:05, Lavender <448463782@qq.com> wrote:
> I edit the command line of grub at boot time .
> I passed some parametres to kernel like below:
>
> root=/dev/sda6 video=atyfb:1024x768@60m
>
> and I also tried another one:
>
> root=/dev/sda6 video=aty128fb:1024x768@60m
>
> Both of them didn't show any error messages and the system
> can start up, but the resolution still no changed.
>
> There is an issue happened in my buiding kernel : I hadn't found
> the driver for my video card. I'm not sure whether it has anything
> to do with this issue?
>
> BTW, my video card information is below:
>
> ATI Technologies Inc M92 LP  (ATI Radeon 4330 series)

Is vesafb/uvesafb* compiled in?

*needs v86d and initrd with /sbin/v86d in it

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

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

* [gentoo-user] Re: [gentoo-user] 回复: [gentoo-user] Why can't I set the resolution of console ?
  2011-10-20  6:28 [gentoo-user] 回复: [gentoo-user] Why can't I set the resolution of console ? Lavender
@ 2011-10-20  6:48 ` Andrey Moshbear
  0 siblings, 0 replies; 4+ messages in thread
From: Andrey Moshbear @ 2011-10-20  6:48 UTC (permalink / raw
  To: gentoo-user

2011/10/20 Lavender <448463782@qq.com>:
> ------------------ 原始邮件 ------------------
> 发件人: "Andrey Moshbear"<andrey.vul@gmail.com>;
> 发送时间: 2011年10月20日(星期四) 下午2:06
> 收件人: "gentoo-user"<gentoo-user@lists.gentoo.org>;
> 主题: Re: [gentoo-user] Why can't I set the resolution of console ?
>
> On Thu, Oct 20, 2011 at 02:05, Lavender <448463782@qq.com> wrote:
>> I edit the command line of grub at boot time .
>> I passed some parametres to kernel like below:
>>
>> root=/dev/sda6 video=atyfb:1024x768@60m
>>
>> and I also tried another one:
>>
>> root=/dev/sda6 video=aty128fb:1024x768@60m
>>
>> Both of them didn't show any error messages and the system
>> can start up, but the resolution still no changed.
>>
>> There is an issue happened in my buiding kernel : I hadn't found
>> the driver for my video card. I'm not sure whether it has anything
>> to do with this issue?
>>
>> BTW, my video card information is below:
>>
>> ATI Technologies Inc M92 LP  (ATI Radeon 4330 series)
> I just checked my system and found that there is no V86d utility.
> It is wired because I remember the vesa option was chosen
> by default  :-(  . What should I do now? Should I rebuild my kernel or
> compiled vesa into module ?
>
>

Why are you using atyfb instead of (u)vesafb?

Anyhow, uvesafb's plusses over vesafb are:
"
   1. Proper blanking and hardware suspension after delay
   2. Support for custom resolutions as in the system BIOS.
" ( ArchLinux wiki)

Its minus is the requirement of adding /sbin/v86d to the initrd/initramfs.

Also, please avoid top-posting (
http://en.wikipedia.org/wiki/Posting_style#Top-posting ).
Bottom-posting increases readability.



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

* [gentoo-user] 回复: [gentoo-user] Why can't I set the resolution of console ?
@ 2011-10-20  7:13 Lavender
  0 siblings, 0 replies; 4+ messages in thread
From: Lavender @ 2011-10-20  7:13 UTC (permalink / raw
  To: gentoo-user

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

I searched the parametres though the documents in kernel source tree.
 The document shows just like what I wrote .
   
  
  ------------------ 原始邮件 ------------------
  发件人: "Bill Kenworthy"<billk@iinet.net.au>;
 发送时间: 2011年10月20日(星期四) 下午2:52
 收件人: "gentoo-user"<gentoo-user@lists.gentoo.org>; 
 
 主题: Re: [gentoo-user] Why can't I set the resolution of console ?

  
On Thu, 2011-10-20 at 14:05 +0800, Lavender wrote:
> I edit the command line of grub at boot time .
> I passed some parametres to kernel like below:
>  
> root=/dev/sda6 video=atyfb:1024x768@60m
>  
> and I also tried another one:
>  
> root=/dev/sda6 video=aty128fb:1024x768@60m
>  
> Both of them didn't show any error messages and the system
> can start up, but the resolution still no changed. 
>  
> There is an issue happened in my buiding kernel : I hadn't found
> the driver for my video card. I'm not sure whether it has anything
> to do with this issue?
>  
> BTW, my video card information is below:
>  
> ATI Technologies Inc M92 LP  (ATI Radeon 4330 series)

you have "aty" in the strings above - shouldnt it be "ati"

I dont currently have an ati card to check, but it doesnt look right ...

BillK

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

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

* [gentoo-user] 回复: [gentoo-user] Why can't I set the resolution of console ?
@ 2011-10-21  5:26 Lavender
  0 siblings, 0 replies; 4+ messages in thread
From: Lavender @ 2011-10-21  5:26 UTC (permalink / raw
  To: gentoo-user

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

I rebuild my kernel ,I chose extra options which are contact 
 with VESA :
  
 [*]VESA  VGA graphics support
 [*]Userspace VESA VGA graphics support
 [*]ATI Radeon display support
  
 I'm sure that the vesa frame buffer support option was 
 chosen by default.
 Then I write grub.conf like this:
  
 root=/dev/sda6  video=1024x768M@60m
  
 It is what the document in source tree exactly shows. The 
 system can start up and there is no error message ,but resolution
 no changed .
 Why it would be this? How can I figure it out?
   
  
    
  ------------------ 原始邮件 ------------------
  发件人: "Andrey Moshbear"<andrey.vul@gmail.com>;
 发送时间: 2011年10月20日(星期四) 下午2:06
 收件人: "gentoo-user"<gentoo-user@lists.gentoo.org>; 
 
 主题: Re: [gentoo-user] Why can't I set the resolution of console ?

  
On Thu, Oct 20, 2011 at 02:05, Lavender <448463782@qq.com> wrote:
> I edit the command line of grub at boot time .
> I passed some parametres to kernel like below:
>
> root=/dev/sda6 video=atyfb:1024x768@60m
>
> and I also tried another one:
>
> root=/dev/sda6 video=aty128fb:1024x768@60m
>
> Both of them didn't show any error messages and the system
> can start up, but the resolution still no changed.
>
> There is an issue happened in my buiding kernel : I hadn't found
> the driver for my video card. I'm not sure whether it has anything
> to do with this issue?
>
> BTW, my video card information is below:
>
> ATI Technologies Inc M92 LP  (ATI Radeon 4330 series)

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

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

end of thread, other threads:[~2011-10-21  5:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-20  6:28 [gentoo-user] 回复: [gentoo-user] Why can't I set the resolution of console ? Lavender
2011-10-20  6:48 ` [gentoo-user] " Andrey Moshbear
  -- strict thread matches above, loose matches on Subject: below --
2011-10-20  7:13 Lavender
2011-10-21  5:26 Lavender

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