LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-11-2007, 11:19 AM   #1
frisky24
LQ Newbie
 
Registered: Jul 2007
Posts: 3

Rep: Reputation: 0
screen resolution not right


hey all i just installed ubuntu 7.04 and have a 8800gts graphic card and ive done all the updates but still it wont let me adjust the resolution past 1024X768 when i need 1440x900 does anyone know a way around this ? is it a driver problem ?

ive seen some posts like this asking for xorg.config to be posted so heres mine

Code:
# /etc/X11/xorg.conf (xorg 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(5) 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 "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
EndSection

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

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"stylus"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"eraser"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"cursor"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"nVidia Corporation G80 [GeForce 8800 GTS]"
	Driver		"nv"
	BusID		"PCI:3:0:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation G80 [GeForce 8800 GTS]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus"	"SendCoreEvents"
	InputDevice     "cursor"	"SendCoreEvents"
	InputDevice     "eraser"	"SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection
can anyone help me

Last edited by frisky24; 07-11-2007 at 11:41 AM.
 
Old 07-11-2007, 11:52 AM   #2
lord-fu
Member
 
Registered: Apr 2005
Location: Ohio
Distribution: Slackware && freeBSD
Posts: 676

Rep: Reputation: 30
Hello,

Could you chnage the resolution in xorg itself?

Your old screen sections:
Code:
Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation G80 [GeForce 8800 GTS]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection
Now become :

Code:
Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation G80 [GeForce 8800 GTS]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1440x900" "1024x768" 
	EndSubSection
EndSection
Restart X ctrl+alt+backspace to kill it, startx to resume.

Hope it helps a little.
 
Old 07-11-2007, 02:23 PM   #3
cactusface
Member
 
Registered: Jun 2007
Location: Leicester. UK
Distribution: Simple-Mepis
Posts: 32

Rep: Reputation: 15
Post Wrong Res

Hi,
I too am new here! I have just had a simular problem but I wanted a lower res as 1280 has'ent doing my eyes any good. Just tring to set the res to 1024, just made the system go back to the logon screen...

Some one made a sugestion that pointed me in the right direction..

go to user/share/doc/915resolution for details and modes, etc.
then go to etc/default/915resolution to set the mode and res.

you should now be able to set the res from the desktop (right click) Checking the boxes with keep the settings. Don't do what I did and set the colour depth to 32 bit (by default??), takes a lot of memory and may have been the coause of my hang-ups. I have tried both a Radeon 9700 and a Nvidia FX5500 both seem to work fine..

Hope this might help.

Regards

Mel.

Last edited by cactusface; 07-11-2007 at 02:24 PM.
 
Old 07-11-2007, 03:03 PM   #4
Hern_28
Member
 
Registered: Mar 2007
Location: North Carolina
Distribution: Slackware 12.0, Gentoo, LFS, Debian, Kubuntu.
Posts: 906

Rep: Reputation: 38
Two options.

There are ubuntu how-to's on installing the nvidia driver on your system. I did those on my wifes computer but the nvidia settings manager from ubuntu didn't allow for setting resolution so I downloaded and installed the nvidia driver from their website and got it to work.






Don't remember how to setup ubuntu for compiling, you might already be ready dunno but need to do that first (instructions on ubuntu site as well as a few how-to's posted on the web). Select and downloaded the NVIDIA drivers from NVIDIA.com for your video card and install the driver with sh NVIDIA(ver). When it asks to update the xorg.conf for you say yes and start the GUI. Then you can use the nvidia setting manager to set the resolution to 1440x900.

If all else fails would install the nvidia driver from their site as a last resort. It was the only way i managed to get mine to work at that resolution.
 
Old 07-11-2007, 03:11 PM   #5
geek745
Member
 
Registered: Jul 2004
Location: Alton, IL
Distribution: Linux Mint; Slackware; Ubuntu; Slax
Posts: 172
Blog Entries: 2

Rep: Reputation: 34
Yes, tack your desired mode on as the first entry in that modes line. I was having issues with my refresh rate and screen size with Ubuntu as well, but after reconfiguring the X server manually, it was fine. Try and run, from the commandline, xorgconfig or X -configure or something and answer all the questions carefully; know the specs on your monitor's sync rates. Don't worry about the resolution; I pick line 11, as I know I'll be editing it later anyway and that one makes my job easier. Then go in and make a change like lord-fu recommended. good luck!
 
Old 07-11-2007, 11:11 PM   #6
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Quote:
Originally Posted by frisky24
Code:
Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection
Next to lord-fu's proposed changes, you also need to modify the HorizSync and VertRefresh to reflect the capabilities of your monitor. Specifically your HorizSync is not correct; with the current value, you can only do 1024x768@60Hz max (and maybe, maybe, maybe, ...., 1152x864).
 
Old 07-12-2007, 03:06 PM   #7
Jordan&&&&
Member
 
Registered: Mar 2006
Location: Bulgaria
Distribution: OpenSuse
Posts: 70

Rep: Reputation: 15
Run the following command in terminal:

sudo dpkg-reconfigure -phigh xserver-xorg

Then follow the instructions. You have to manually write your monitor refresh rates(H and V) in xorg.conf which you can find in your monitor manual.

This fixes the resolution problem but not when you enable desktop effects. Any ideas?

Have you tried to install Nvidia driver for Linux? I tried but after doing so Gnome hangs.

Last edited by Jordan&&&&; 07-12-2007 at 03:12 PM.
 
  


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
I messed with the screen resolution and now Redhat will boot into a black screen! Mr. Hill Linux - Newbie 29 05-04-2009 11:52 AM
change screen resolution of xdm login screen in suse linux anon104 Linux - Desktop 2 04-02-2007 09:26 AM
How do i fix screen resolution / monitor choice while screen is pretty much unreadabl tinkerdog Fedora 2 09-08-2006 03:53 AM
default screen resolution smaller than max. resolution ?? Thoddy Linux - General 2 11-10-2005 01:33 AM
Unable to configure screen resolution for 15.2" LCD screen in Fedore Core 1 schu Linux - Newbie 3 01-02-2004 05:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:07 AM.

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