Linux Format forums Forum Index Linux Format forums
Help, discussion, magazine feedback and more
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

ubuntu screen resolution

 
Post new topic   Reply to topic    Linux Format forums Forum Index -> Help!
View previous topic :: View next topic  
Author Message
bof



Joined: Sun May 21, 2006 10:21 pm
Posts: 74
Location: Devon, UK

PostPosted: Wed May 31, 2006 4:52 pm    Post subject: ubuntu screen resolution Reply with quote

Hello again.
Trying out Suse and ubuntu and I have a job on at present which benefits from multiple screens. For this reason I am using ubuntu because I like the mutli screen option.
I am trying to get my 19" Gateway Moniter FPD1960 to work at its native 1280x 1024 resolution.
System/preferences/screen resolution gives me a maximum option of 1024 x 768.
My video card is ATI Radeon.
Can you tell me how to get the correct resolution?

If this is difficult I could revert to Suse 10.1 which works fine at 1280 x 1024 but as far as I can see doesn't have multiple window facilitiies Ideally I would have liked to operate the Gateway monitor as a second screen. I haven't been able to make that work yet in either distro (it's easy in Windows Evil or Very Mad

Suggestions please?
_________________
Local shop built Desktop AMD core duo 4700 dual booting Vista and Ubuntu 7.10
Back to top
View user's profile Send private message
GMorgan
LXF regular


Joined: Thu Jan 12, 2006 6:58 pm
Posts: 684
Location: South Wales, UK

PostPosted: Wed May 31, 2006 5:06 pm    Post subject: RE: ubuntu screen resolution Reply with quote

You need to alter /etc/X11/xorg.conf to do this. There is a configuration program to do it for you but I can't remember it. I will have a look around and if I can't recall the command I will post a line to add to xorg.


//edit - first backup xorg.conf
#sudo cp -L /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
then try
#sudo dpkg-reconfigure xserver-xorg

That should run the xorg configuration tool which will eventually allow you to set the available resolutions IIRC. Then reboot.
If it doesn't work I will look at editing xorg.conf manually.
you may want to write the following down somewhere
#sudo rm /etc/X11/xorg.conf
#sudo mv /etc/X11/xorg.conf.bak /etc/X11/xorg.conf
If you get a command line on reboot (worst case scenario) running those commands then entering
#reboot
should get you back to where you were before.//
Back to top
View user's profile Send private message
bof



Joined: Sun May 21, 2006 10:21 pm
Posts: 74
Location: Devon, UK

PostPosted: Wed May 31, 2006 5:51 pm    Post subject: RE: ubuntu screen resolution Reply with quote

Thanks for the swift reply, I did as you suggested - what a rigmarole - but the result is no change.
I accepted all the defaults as I went through the questions except I changed ny Video card from Radeon 9000 (as suggested) to Radeon 7500. I also expanded the range of refresh rates to include the figures in the monitor handbook and inserted the name of my Gateway monitor.
My etc/X11/xorg.config now looks like this.

Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility M7 LW [Radeon Mobility 7500]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic MonitorGateway FPD1960"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-61
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility M7 LW [Radeon Mobility 7500]"
Monitor "Generic MonitorGateway FPD1960"
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

Can I just wade in and change stuff? If so, what?
_________________
Local shop built Desktop AMD core duo 4700 dual booting Vista and Ubuntu 7.10
Back to top
View user's profile Send private message
M0PHP
LXF regular


Joined: Wed Apr 06, 2005 8:40 am
Posts: 724
Location: Bishop Auckland, County Durham, UK

PostPosted: Wed May 31, 2006 6:26 pm    Post subject: RE: ubuntu screen resolution Reply with quote

This will probably help: Ubuntu Wiki: FixVideoResolutionHowto Smile
_________________
Back to top
View user's profile Send private message Visit poster's website
coolclassic
LXF regular


Joined: Fri Apr 08, 2005 3:15 pm
Posts: 108

PostPosted: Wed May 31, 2006 6:59 pm    Post subject: Reply with quote

Why don't you manually edit the xorg.conf file yourself by putting in your own resolution. i.e.

Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"

Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"

Make sure you make a back up first.
_________________
The world is your playground why don't you play.
Back to top
View user's profile Send private message
Steogede
LXF regular


Joined: Thu May 04, 2006 6:39 pm
Posts: 132

PostPosted: Wed May 31, 2006 7:16 pm    Post subject: RE: ubuntu screen resolution Reply with quote

Your best bet would probably to use SaX2 (you can access it via YaST) to make the necessary changes to the config files. That or install the proprietary ATI drivers, available from ATI's website - if they support your graphics card. The ATI drivers have a very simple control panel which isn't dis-similar to what you get when you right click on the desktop in Windows.

Installing the ATI drivers can be a bit of a faff. You need to install gcc, make, and the kernel sources first - don't let that worry you though you don't need to install anything, the driver installer takes care of that, you just need to follow the simple instructions and reboot.
Back to top
View user's profile Send private message
GMorgan
LXF regular


Joined: Thu Jan 12, 2006 6:58 pm
Posts: 684
Location: South Wales, UK

PostPosted: Wed May 31, 2006 7:25 pm    Post subject: RE: ubuntu screen resolution Reply with quote

As was mentioned simply adding the resolution should work. I thought dpkg -reconfigure would give you an option for resolutions. If you've made a backup theres no risk.
Back to top
View user's profile Send private message
bof



Joined: Sun May 21, 2006 10:21 pm
Posts: 74
Location: Devon, UK

PostPosted: Wed May 31, 2006 8:41 pm    Post subject: Reply with quote

coolclassic wrote:
Why don't you manually edit the xorg.conf file yourself by putting in your own resolution..

Because I'm a newbie and I don't mess with stuff I don't understand unless I'm told to. Embarassed
Well, now I've been told, it works, and I'm not quite such a newbie now Laughing

Incidentally, I started by changing just Depth 1 and this didn't do anything, so then I changed all the rest and it worked.
What do all the different Depths mean?
_________________
Local shop built Desktop AMD core duo 4700 dual booting Vista and Ubuntu 7.10
Back to top
View user's profile Send private message
GMorgan
LXF regular


Joined: Thu Jan 12, 2006 6:58 pm
Posts: 684
Location: South Wales, UK

PostPosted: Wed May 31, 2006 8:48 pm    Post subject: Reply with quote

Colour depths. Helpfully 24 means 32 which makes it as clear as mud in Linux though technically correct (I read an explaination which says why its 24 and 32 at the same time but more correctly 24).
Back to top
View user's profile Send private message
View previous topic :: View next topic  
Display posts from previous:   
Post new topic   Reply to topic    Linux Format forums Forum Index -> Help! 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
Linux Format forums topic RSS feed 


Powered by phpBB © 2001, 2005 phpBB Group


Copyright 2010 Future Publishing, all rights reserved.


Web hosting by UKFast