Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
resolution of the console
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
_mikec_
Guru
Guru


Joined: 22 May 2004
Posts: 386

PostPosted: Wed Feb 02, 2005 3:40 pm    Post subject: resolution of the console Reply with quote

How can i make my screen resolution bigger?
i have recently installed gentoo so the resolution is 600x480@60.. i have configured the kernel to be 1280x1024@85 but i am still in front of the small screen. I am about to install KDE so hopefully i wont get any errors.

regards.
_________________
(8 Mars 2005 - 07:52:46)
(18 September 2017 - 11:25:35)


Last edited by _mikec_ on Wed Feb 02, 2005 4:46 pm; edited 3 times in total
Back to top
View user's profile Send private message
nyteryda
Guru
Guru


Joined: 26 Jul 2003
Posts: 337
Location: London

PostPosted: Wed Feb 02, 2005 3:49 pm    Post subject: Re: X windows size Reply with quote

_mikec_ wrote:
How can i make my screen resolution bigger?
i have recently installed gentoo so the resolution is 600x480@60.. i have configured the kernel to be 1280x1024@85 but i am still in front of the small screen.

regards.


Are you talking about When the system is booting or when using xorg ?

1) The kernel Config is for the console, that when you boot, and you need to set the resolution in your grub.conf with the vga option as well as the settings in there kernel

2) For X window you need to set up your /etc/xorg.conf or /etc/X86Config (I think thats what it was called I forget now) doesn't really have anything todo with the kernel. depending on which X server you use (xorg or Xfree) you will need to run the setup programs and there is documentaion on how todo that here for xorg

if you are using xfree try typeing xf86config
_________________
Code:
#include "forums.h"
     int main() {while (bollox) postcount++;}
Back to top
View user's profile Send private message
_mikec_
Guru
Guru


Joined: 22 May 2004
Posts: 386

PostPosted: Wed Feb 02, 2005 3:54 pm    Post subject: Reply with quote

i am not using xf86config nor xorg, i am using lilo as the boot loader. I haven't compiled any X related packages yet. i try to find grub.conf xorg.conf and xf86config on the system just to make sure without sucess..

i have vga=795 in my lilo.conf though.

i guess i fixed the problem, i just had to remove the image=kernel<version> settings and replace it with image=bzImage
and run /sbin/lilo
_________________
(8 Mars 2005 - 07:52:46)
(18 September 2017 - 11:25:35)
Back to top
View user's profile Send private message
nyteryda
Guru
Guru


Joined: 26 Jul 2003
Posts: 337
Location: London

PostPosted: Wed Feb 02, 2005 4:21 pm    Post subject: Reply with quote

_mikec_ wrote:
i am not using xf86config nor xorg, i am using lilo as the boot loader. I haven't compiled any X related packages yet. i try to find grub.conf xorg.conf and xf86config on the system just to make sure without sucess..

i have vga=795 in my lilo.conf though.

i guess i fixed the problem, i just had to remove the image=kernel<version> settings and replace it with image=bzImage
and run /sbin/lilo


Fair enough but this has nothing todo with X window. (the title of this thread) what you are talking about is the resolution of the console.
_________________
Code:
#include "forums.h"
     int main() {while (bollox) postcount++;}
Back to top
View user's profile Send private message
_mikec_
Guru
Guru


Joined: 22 May 2004
Posts: 386

PostPosted: Wed Feb 02, 2005 4:47 pm    Post subject: Reply with quote

i had to reopen this issue:

I got this at boot:

You passed an undefined number for VESA VGA

then i had to choose from a number on 1 to 5?
here's my lilo.conf

boot=/dev/hda
prompt
timeout=50
default=Gentoo
image=/boot/bzImage
label=Gentoo
read-only
root=/dev/hda3
vga=792

the reason why i am getting is because vga=<number> setting? i was using pretend="vga=792" before, not working.
_________________
(8 Mars 2005 - 07:52:46)
(18 September 2017 - 11:25:35)
Back to top
View user's profile Send private message
nyteryda
Guru
Guru


Joined: 26 Jul 2003
Posts: 337
Location: London

PostPosted: Wed Feb 02, 2005 7:41 pm    Post subject: Reply with quote

er do you mean append="vga=792" ? (try that instead)

you could try smaller resolutions and work your way up.
If none of that works i would susspect u have missed something when configuing your kernel.
(I use grub so don't know too much about lilo config)
_________________
Code:
#include "forums.h"
     int main() {while (bollox) postcount++;}
Back to top
View user's profile Send private message
_mikec_
Guru
Guru


Joined: 22 May 2004
Posts: 386

PostPosted: Fri Feb 04, 2005 3:22 am    Post subject: Reply with quote

i try the option append="vga=792" but when i run /sbin/lilo it says there something wrong with lilo.conf so i wrote vga=792 along and did /sbin/lilo and got no error, i guess i was suppose to do that.
_________________
(8 Mars 2005 - 07:52:46)
(18 September 2017 - 11:25:35)
Back to top
View user's profile Send private message
tryn
Guru
Guru


Joined: 21 Dec 2002
Posts: 325
Location: 39.885° N. -88.913° W.

PostPosted: Fri Feb 04, 2005 4:10 am    Post subject: Reply with quote

This first part is copied from the ( man lilo.conf ) Yours could look something like this.

# lilo.conf
#
# global options:
boot=/dev/hda
prompt
timeout=150
lba32
compact
vga=normal
root=/dev/hda1
read-only

This second part is some of an old lilo.conf that I have. I now use Grub for a loader. This worked for me. Hope that it helps you.

# lilo.conf
# Start LILO global section
boot=/dev/hda

install=/boot/boot-menu.b
map=/boot/map
vga=normal
default=2.6Gentoo
lba32
prompt
delay=50
timeout=300
menu-scheme=wr:bw:wr:Yr
#My New Gentoo system
image=/boot/bzImage-2.6.4-gentoo-r1
root=/dev/hda4
label=2.6Gentoo
append=" gentoo=nodevfs hdc=ide-cd ide0=ata66 ide1=ata66"
read-only
Back to top
View user's profile Send private message
_mikec_
Guru
Guru


Joined: 22 May 2004
Posts: 386

PostPosted: Fri Feb 04, 2005 5:30 am    Post subject: Reply with quote

ok cool, i'll check the options out over at http://www.rt.com/man/lilo.5.html

this is my BINARY post 8) (101)
_________________
(8 Mars 2005 - 07:52:46)
(18 September 2017 - 11:25:35)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum