LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-11-2008, 06:57 AM   #1
Kamoflauge
LQ Newbie
 
Registered: Jan 2008
Location: UK
Distribution: SL4.4, Ubuntu 7.10
Posts: 28

Rep: Reputation: 15
Changing screen resolution, Ubuntu 8.04


I'm trying to change the screen resolution on a box with Ubuntu 8.04 and a CRT monitor, LaCie Electron Blue 22inch.

The Ubuntu was installed in a repair shop without access to my monitor and is set at 800x600. (My sight is poor, but not that poor.) Going into the Preferences menu and then Screen Resolution only offers even huger resolutions, all at 60Hz. Clicking on `Detect Displays' has no effect.

The /etc/X11/xorg.conf file was full of bland defaults. Here is the relevant bit as installed:

>>>>>>>

Section "Monitor"
Identifier "Configured Monitor"
EndSection

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

<<<<<

and here is what I changed it to:

>>>>>

Section "Monitor"
Identifier "electr22b4"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "electr22b4"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Modes "2048x1536" "1920x1440" "1600x1200" "1400x1050"
EndSubSection
EndSection

<<<<<

This is the code that work with the same monitor and a different box (older) with Ubuntu 7.10 installed. What I want is 1400x1050 at 85Hz.

I don't understand why editing xorg.conf (and restarting) has had no effect. Can you tell me what I'm doing wrong?

K
 
Old 09-11-2008, 08:30 AM   #2
BlueC
Member
 
Registered: Aug 2007
Posts: 122

Rep: Reputation: 17
What video card driver are you using in the "Device" section of xorg.conf?
 
Old 09-11-2008, 09:24 AM   #3
Kamoflauge
LQ Newbie
 
Registered: Jan 2008
Location: UK
Distribution: SL4.4, Ubuntu 7.10
Posts: 28

Original Poster
Rep: Reputation: 15
Thanks Blue C. Just

>>>

Section "Device"
Identifier "Configured Video Device"
EndSection

<<<

I don't think I know how to get details for this.

K
 
Old 09-11-2008, 11:05 AM   #4
Kamoflauge
LQ Newbie
 
Registered: Jan 2008
Location: UK
Distribution: SL4.4, Ubuntu 7.10
Posts: 28

Original Poster
Rep: Reputation: 15
The problem seems to be with Ubuntu 8.04. I reinstalled 7.10 and got the correct resolution easily. Here is the relevant part of /etc/X11/xorg.conf :

>>>

Section "Device"
Identifier "nVidia Corporation C51PV [GeForce 6150]"
Driver "nv"
BusID "PCI:0:5:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation C51PV [GeForce 6150]"
Monitor "Generic Monitor"
DefaultDepth 24
EndSection

<<<

This file has far more info than the file under 8.04. I answered all the install questions in exactly the same way. The box is just 12 months old, so I'd expect it to be compatible with 8.04. Very odd.
 
Old 09-22-2008, 02:18 PM   #5
ashburna0116
LQ Newbie
 
Registered: Sep 2008
Posts: 1

Rep: Reputation: 0
It seems odd that the newerversion of 'buntu would have this issue. When I went through the installation process for this distro, the screen resolution settings were fine, but like Kamoflauge said, prior to installation, the resolution went to 600x800. Is there an easier way to fix this problem, other than modifying xorg.conf? I am always hesitant to do much with Root.
 
Old 09-23-2008, 11:11 AM   #6
Jykke
Member
 
Registered: Sep 2005
Posts: 201

Rep: Reputation: 19
Quote:
Originally Posted by Kamoflauge View Post
The problem seems to be with Ubuntu 8.04. I reinstalled 7.10 and got the correct resolution easily. Here is the relevant part of /etc/X11/xorg.conf :

>>>

Section "Device"
Identifier "nVidia Corporation C51PV [GeForce 6150]"
Driver "nv"
BusID "PCI:0:5:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation C51PV [GeForce 6150]"
Monitor "Generic Monitor"
DefaultDepth 24
EndSection

<<<
section
This file has far more info than the file under 8.04. I answered all the install questions in exactly the same way. The box is just 12 months old, so I'd expect it to be compatible with 8.04. Very odd.
I do not know if you edited it all away but your 8.04 xorg.conf seemed to be missing all this stuff about HorizSync and VertRefresh for the monitor section as well as the Driver "nv" input for Device section.
Howabout taking the same xorg.conf you have working in 7.1 and use it in 8.04?

My personal advice is - forget the configuration tools - if it has a nice dialogue box it will let you down. There is a way to reconfigure package installation, for example xorg. Don't remember how, some sudo apt-get option and it should have spilled a xorg.conf for the 8.04 that works...
 
Old 09-24-2008, 02:19 PM   #7
Kamoflauge
LQ Newbie
 
Registered: Jan 2008
Location: UK
Distribution: SL4.4, Ubuntu 7.10
Posts: 28

Original Poster
Rep: Reputation: 15
Thanks ashburna, Jykke.

The problem actually seems worse than when I originally wrote. I've since done a reinstall of 8.04 (actually the latest download, which I think was 8.04-01), thinking that the repair shop had mucked up the installation, but got exactly the same problem. So it doesn't seem to have been the repair shop. I then went back to 7.10 and got a good 1400 x 1050 resolution.

Jykke, I did delete sections from the xorg.conf file, so I'll go back and have a look. Putting the 7.10 file in 8.04 sounds a good idea.

K
 
  


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
Changing Resolution Screen Delpheno Linux - Newbie 4 07-01-2006 08:36 PM
Changing Screen Resolution in Ubuntu 5.10 dohcacr Linux - Newbie 11 04-05-2006 06:12 PM
Problem changing the video adapter setting and changing the screen resolution habiblove Linux - General 3 02-18-2006 05:10 PM
changing screen resolution.. kurrupt Debian 4 10-24-2004 12:45 PM
changing screen resolution canucks Linux - Newbie 1 07-30-2004 12:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:11 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