LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 09-15-2006, 05:41 AM   #1
BigAL2006
LQ Newbie
 
Registered: Aug 2006
Posts: 12

Rep: Reputation: 0
Screen Resolution question


Does anyone know if Ubuntu supports higher resolution? The highest resolution that I have available is 1024x768 @ 60hz. I've already checked the preferences > Screen resolutions and don't have any higher res available.
 
Old 09-15-2006, 06:23 AM   #2
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,797

Rep: Reputation: 282Reputation: 282Reputation: 282
Yes, it will. Problem is probably that the monitor is not correctly recognized.
The following is not from an Ubuntu box, but the principle is the same
Code:
Section "Monitor"
#DisplaySize      320   240     # mm
Identifier   "Monitor0"
VendorName   "DEL"
ModelName    "DELL P790"
HorizSync    31.0 - 92.0
VertRefresh  50.0 - 150.0
Option      "DPMS"
EndSection

Section "Device"
Identifier  "Card0"
Driver      "nv"
VendorName  "nVidia Corporation"
BoardName   "NV6 [Vanta/Vanta LT]"
BusID       "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
modes     "1280x960" "1024x768"
EndSubSection
EndSection
The monitor section (at the top) contains two lines that define what your monitor can handle. Check you monitor manual and modify the lines.
Futher there are lines in the screen section that tell the system which resolutions can be used. It will default to the first one. If it can't handle it, it will take the next one.

The file involved is the X11 configuration file and can be found in /etc/X11. I'm not sure avbout its name in Ubuntu.

Last edited by Wim Sturkenboom; 09-15-2006 at 06:26 AM.
 
  


Reply

Tags
linux, resolution, screen, ubuntu


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Screen Resolution Question drakelord Linux - Newbie 5 09-12-2006 02:04 AM
How do i fix screen resolution / monitor choice while screen is pretty much unreadabl tinkerdog Fedora 2 09-08-2006 04:53 AM
default screen resolution smaller than max. resolution ?? Thoddy Linux - General 2 11-10-2005 02:33 AM
question about screen resolution OsirisX Linux - Software 1 01-17-2005 05:25 PM
Unable to configure screen resolution for 15.2" LCD screen in Fedore Core 1 schu Linux - Newbie 3 01-02-2004 06:39 PM

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

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