LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 12-11-2009, 09:15 AM   #1
sumeet inani
Member
 
Registered: Oct 2008
Posts: 908
Blog Entries: 26

Rep: Reputation: 49
change screen resolution at login prompt


hi I am using ubuntu 8.04.
At login prompt my screen resolution is 1024x768 which makes letters look so small how can I change it 800x600.In my user account I have set it to 800x600 using system>preferences>screen resolution.
 
Old 12-11-2009, 03:36 PM   #2
jiobo
Member
 
Registered: Nov 2008
Posts: 180

Rep: Reputation: 36
You could try a kernel boot parameter. Perhaps "vga=0x314", but it will depend on what your kernel has built into it.
 
Old 12-13-2009, 11:02 PM   #3
sumeet inani
Member
 
Registered: Oct 2008
Posts: 908

Original Poster
Blog Entries: 26

Rep: Reputation: 49
I tried the option by editing kernel line in GRUB but still login prompt still has resolution of 1024x768.this option of 'vga=0x314' is for screen during booting i.e when you see OS logo but login prompt appears after that.
I think somebody told me to edit X configuration file.Can you tell what is exact file name with absolute path address?
 
Old 12-14-2009, 08:06 AM   #4
sumeet inani
Member
 
Registered: Oct 2008
Posts: 908

Original Poster
Blog Entries: 26

Rep: Reputation: 49
As I was saying that I want that login prompt should have screen resolution 800x600 & giving parameter to kernel does not work.Does anybody know about which X configuration file to edit ?
 
Old 12-14-2009, 08:44 AM   #5
cola
Senior Member
 
Registered: Sep 2007
Posts: 1,045

Rep: Reputation: 65
Quote:
Originally Posted by sumeet inani View Post
As I was saying that I want that login prompt should have screen resolution 800x600 & giving parameter to kernel does not work.Does anybody know about which X configuration file to edit ?
Is there any file named xorg.conf in /etc/X11 ?
If it it post cat /etc/X11/xorg.conf.
 
Old 12-14-2009, 08:46 AM   #6
cola
Senior Member
 
Registered: Sep 2007
Posts: 1,045

Rep: Reputation: 65
Quote:
Originally Posted by sumeet inani View Post
As I was saying that I want that login prompt should have screen resolution 800x600 & giving parameter to kernel does not work.Does anybody know about which X configuration file to edit ?
You can get information from here:
http://ubuntuforums.org/showpost.php...9&postcount=21
 
Old 12-15-2009, 01:42 AM   #7
sumeet inani
Member
 
Registered: Oct 2008
Posts: 908

Original Poster
Blog Entries: 26

Rep: Reputation: 49
Here is my /etc/X11/xorg.conf
Code:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
EndSection
I read the link it says to append output of to monitor section
gtf 800 600 60
But do I have to comment the lines in monitor section ?

Last edited by sumeet inani; 12-15-2009 at 01:44 AM.
 
Old 12-17-2009, 04:57 AM   #8
sumeet inani
Member
 
Registered: Oct 2008
Posts: 908

Original Poster
Blog Entries: 26

Rep: Reputation: 49
Hi,
I have posted my /etc/x11/xorg.conf.Now can anybody suggest lines to be edited for 800x600 resolution at login prompt in GNOME ?
 
Old 12-31-2009, 08:18 AM   #9
sumeet inani
Member
 
Registered: Oct 2008
Posts: 908

Original Poster
Blog Entries: 26

Rep: Reputation: 49
NOTE:-i have similiar post in thread for ion3
this is for benefit of other users
Changing GDM resolution
I added following line in /etc/gdm/Init/Default
xrandr --output VGA --mode 640x480
before the line
sysmodmap...(something something)
Changing ion3 resolution
i have noticed that if i select in ubuntu my screen resolution as 800x600 then no effect of editing xrandr line in ~/.xinit.
But the line in .xinit helps if you use ion3 window manager.
i also think metacity is window manager of GNOME.
am i right ?
find current screen resolution
run
Code:
xdpyinfo | grep -i 'dimension'
Or
xrandr | grep '*'
If you find this post useful then thank me by pressing thumbs up button.Thank you.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
change screen resolution at login prompt sumeet inani Ubuntu 3 12-12-2009 01:18 PM
change screen resolution of xdm login screen in suse linux anon104 Linux - Desktop 2 04-02-2007 09:26 AM
FC3 - Can't change resolution on signon screen or root login with riva128 video card mackayr Fedora 2 02-07-2005 12:06 PM
Text Resolution, Graphic resolution. Change from prompt dlublink SUSE / openSUSE 2 01-28-2005 11:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration