LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 07-16-2007, 02:01 PM   #1
Thane
Member
 
Registered: Aug 2006
Location: Ontario,Canada
Distribution: Linux Mint19.3 Cinnamon 64bit
Posts: 223

Rep: Reputation: Disabled
Problem enabling higher resolutions on LCD


New V7 22” LCD R22W02 monitor with 30-82KHz horiz freq, 56-75Hz vert range and WSXGA 1680x1050 max resolution. Cannot get more than 1280x960 using System-Preferences-ScreenResolution option. AMD system. Have installed the nVidia accelerated graphics driver (restricted drivers) and had video running great at a lower resolution with old AOC crt monitor, which was in system, when Feisty first installed. After searching I have been trying to rerun the Autodetect script to find the new monitor as described in the “Ubuntu Documentation” “FixVideoResolutionHowto” at “https://help.ubuntu.com/community/Fi...solutionHowto”. Have entered the lines below as instructed,
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
sudo sh -c 'md5sum /etc/X11/xorg.conf > /var/lib/x11/xorg.conf.md5sum'
sudo dpkg-reconfigure xserver-xorg
But the resulting reconfigure process wouldn't run to completion. So I manually added the horiz and vert refresh lines to the Monitor section of my xorg.conf file as described in the second method of the Howto, saved and restarted X, logged in, checked and my available screen resolutions are still limited to 1280x960 for widescreen. The two new lines do show up in my xorg.conf file as shown below (with the Identifier and Option lines still the same as old),
Section "Monitor"

Identifier "AOC Spectrum"

Option "DPMS"

HorizSync 30-82

VertRefresh 56-75

EndSection



Section "Device"

Identifier "nVidia Corporation NV43 [GeForce 6600 GT]"

Driver "nvidia"

EndSection



Section "Screen"

Identifier "Default Screen"

Device "nVidia Corporation NV43 [GeForce 6600 GT]"

Monitor "AOC Spectrum"

DefaultDepth 24

SubSection "Display"

Depth 1

Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 4

Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 8

Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 15

Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 16

Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"

EndSubSection

SubSection "Display"

Depth 24

Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"

EndSubSection

EndSection

At a loss where to go from here. Have already done complete reload of Feisty once after really messing up video, when learning how to install the glx-new nVidia driver. I'd hate to mess up again sorting the monitor. Can I somehow enable the higher resolution choices? I know at least some higher resolutions are possible for Intel chipsets, but I have AMD. Or is there a LCD setting, which might enable them? -just surmising here. Many thanks.
 
Old 07-16-2007, 05:46 PM   #2
slackass
Member
 
Registered: Apr 2006
Location: SE Texas
Distribution: Slack64-15.0
Posts: 910

Rep: Reputation: 90
I had a similar problem.
What I did was remove the resolutions that I did not want and added what I needed.
Then re-booted.

Last edited by slackass; 07-16-2007 at 05:53 PM.
 
Old 07-16-2007, 11:13 PM   #3
Thane
Member
 
Registered: Aug 2006
Location: Ontario,Canada
Distribution: Linux Mint19.3 Cinnamon 64bit
Posts: 223

Original Poster
Rep: Reputation: Disabled
Thank you!!

Many thanks! I took your advice and had a look at the resolution entries in my xorg.conf file. Backed the file up, then with vim deleted the entries in the original and substituted 16:10 aspect ratio values found by googling widescreen resolutions. Saved file, did ctl-alt-del to restart X, logged in and I now have all of the higher resolution settings up to 1680x1050. Have included the mod to the xorg.conf file below. These were the only changes, which I had to do.

Section "Monitor"
Identifier "AOC Spectrum"
Option "DPMS"
HorizSync 30-82
VertRefresh 56-75
EndSection

Section "Device"
Identifier "nVidia Corporation NV43 [GeForce 6600 GT]"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV43 [GeForce 6600 GT]"
Monitor "AOC Spectrum"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1680x1050" "1440x900" "1280x800" "1024x640" "800x500"
EndSubSection
SubSection "Display"
Depth 4
Modes "1680x1050" "1440x900" "1280x800" "1024x640" "800x500"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050" "1440x900" "1280x800" "1024x640" "800x500"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050" "1440x900" "1280x800" "1024x640" "800x500"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050" "1440x900" "1280x800" "1024x640" "800x500"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "1440x900" "1280x800" "1024x640" "800x500"
EndSubSection
EndSection
 
  


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
Virtual resolutions + Magnifier = Higher Resolutions? equinoxe5 Linux - Software 1 01-14-2006 07:01 AM
Getting higher resolutions with Xorg CCMCornell Linux From Scratch 3 10-03-2005 04:08 PM
Intel Extreme Graphics 2 and higher resolutions than 1024x768? alzen Linux - Hardware 1 11-06-2004 02:33 AM
cant get resolutions higher than 800x600 in suse linux 9.1. ogwaffle2 Linux - Hardware 5 09-03-2004 07:50 PM
Screen shakes at higher resolutions wfischer Linux - Hardware 2 03-14-2004 07:57 PM

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

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