How can get 1024*1280 resolution

Asked by chandima

HI......
My os is Ubuntu 9.10. Now I only get the best resolution as 1024*768 But in my Windowa os I get the best resolution as 1024*1280. now I need to get that one with ubuntu? My VGA is onboad. Here some information about it...

  *-display
       description: VGA compatible controller
       product: 82G33/G31 Express Integrated Graphics Controller
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 10
       width: 32 bits
       clock: 33MHz
       capabilities: msi pm bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:25 memory:feb00000-feb7ffff ioport:f140(size=8) memory:d0000000-dfffffff(prefetchable) memory:fea00000-feafffff

So any one can help me to get 1024*1280 resolution??? Please HELP me

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu xserver-xorg-video-intel Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
wojox (wojox) said :
#1

Chandima

Try this in your terminal:

xrandr --addmode LVDS 1024x1080

Revision history for this message
chandima (jaye1944) said :
#2

Nothing happen it says....
jaye@jaye-desktop:~$ sudo xrandr --addmode LVDS 1024*1080
xrandr: cannot find output "LVDS"

So I need ur help?

Revision history for this message
wojox (wojox) said :
#3

Maybe one of these:

sudo xrandr --addmode CRT-0 1024x1080

Or

sudo xrandr --addmode DFP 1024x1080

Remember it's not * it's this one x

Revision history for this message
Thomas Krüger (thkrueger) said :
#4

1024x1080 is a very strange graphic mode. It has more pixel vertically then horizontally. Most monitors should be unable to display it without distorting the view.
What kind you monitor do you have? A TFT or LSD (flat) or an old CRT (quite large)? That is the ratio of width / height? Typical values are 5:4, 4:3 or 16:9.

Revision history for this message
chandima (jaye1944) said :
#5

Hy I tried it but it not work!!!
jaye@jaye-desktop:~$ sudo xrandr --addmode CRT-0 1024x1080
xrandr: cannot find output "CRT-0"

jaye@jaye-desktop:~$ sudo xrandr --addmode DFP 1024x1080
xrandr: cannot find output "DFP"

My monitor is old CRT (Samsung 17") monitor so I still with the problem!! Can you help me?
PLEASE......

Revision history for this message
Thomas Krüger (thkrueger) said :
#6

CRTs have an aspect ratio of 3:4 (the height is 3/4 of the width) but they are able to display many other formats.
If you choose a format that does not match a ration of 3:4, the picture will be too wide or too tall. A circle for example will never be round but look like an ellipse instead. The display system in Ubuntu can read the metrics of the display and will not offer a resolution with bad aspect ratio.
This behaviour can be overwritten by manually configuring your display modes in /etc/X11/xorg.conf.
But be warned: it is a rather complex procedure and for a CRT you need to enter several technical details of your monitor like the maximum frequencies and so on. Bad entries can break the graphic system of Ubuntu.

Revision history for this message
chandima (jaye1944) said :
#7

Sorry about my resolution... The correct one is (1280x1024) So can you help me?
So the aspect ratio of 4:5 !! So can you help me to get it ? Please...........??

Revision history for this message
Zach Kriesse (zkriesse-deactivatedaccount) said :
#8

If your monitor is digital and the pc itself has a digital monitor connection port BUT you're not using a digital cable that will cause Display/graphic issues with ubuntu..get a digital cable and it should work fine.

Can you help with this problem?

Provide an answer of your own, or ask chandima for more information if necessary.

To post a message you must log in.