LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to change the screen resolution to 1024*768 (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-change-the-screen-resolution-to-1024%2A768-663534/)

girishgld 08-18-2008 03:49 AM

how to change the screen resolution to 1024*768
 
I recetnly insatlled the ubuntu 8.04 on amd64 compaq dv6000. but while configuring screen resolution it shows only one 600*800 it appears bigger icons and menus...plz help me to change the screen resolution to 1024*768

regards,
girishgld

meglioilmarco 08-18-2008 07:10 AM

What kind of video card have you? Ati Nvidia? Model?
Did you install drivers for your video card?

raagu 08-18-2008 08:38 AM

Give dpkg-reconfigure xserver-xorg
 
In terminal give the command " dpkg-reconfigure xserver-xorg "
It will u take u to default settings.. There you will find screen resolution options.. then make necessary changes however you want..

dqiu350508 08-18-2008 09:19 AM

You can configure xorg.conf that the setting file in the /etc/X11/ .

Quote:

[root@CentOS ssh]# vi /etc/X11/xorg.conf
# Xorg configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
…………
…………

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection

Another method :

Modify menu.lst the boot of menu in the /boot/grub/menu.lst .

Quote:

boot=/dev/hdd6
default=0
timeout=5
splashimage=(hd0,5)/grub/splash.xpm.gz
nohiddenmenu
title CentOS (2.6.18-53.el5)
root (hd0,5)
kernel /vmlinuz-2.6.18-53.el5 ro root=/dev/hdd7 rhgb quiet vga=773
initrd /initrd-2.6.18-53.el5.img

girishgld 08-19-2008 07:26 AM

reply
 
Quote:

Originally Posted by dqiu350508 (Post 3251548)
You can configure xorg.conf that the setting file in the /etc/X11/ .



Another method :

Modify menu.lst the boot of menu in the /boot/grub/menu.lst .

thanks for the reply..i m having intel 945 chipset.I will do the above mentioned steps and soon get back to you..

regards,
girishgld


All times are GMT -5. The time now is 05:22 PM.