screen resolution & xvesa restoring

Using applications, configuring, problems
Post Reply
Message
Author
violin-key
Posts: 13
Joined: Wed 02 Jul 2008, 14:29

screen resolution & xvesa restoring

#1 Post by violin-key »

Hi,
I've bought a Monitor with 1366x768 resolution, that is not listed on Xorg and Xvesa resolutions possibilities.
How to get the right resolution?

And then: I've every used Xvesa, but trying to change resolution I've choosen Xorg and now I can not go back to Xvesa. Clicking setup - xvesa video card it says: "Xvesa X server is not currently running. Select the Xorg Video Wizard."
?

zenfunk
Posts: 220
Joined: Wed 18 Mar 2009, 07:28

#2 Post by zenfunk »

No clue about selegting the freaky resolution in xorg. You might have a chance editing the xorg.conf file directly. It is in /etc/X11/ try to find the list of available resolutions there and add your own manually.

To get to xvesa just exit to prompt and type xorgwizard- then you can change to xvesa if you want.

HTH, Christian

Bruce B

#3 Post by Bruce B »

At the command line type this case sensitive command:

Xvesa -listmodes


This will show you what Xvesa resolutions and color depths should be readily available to you.

violin-key
Posts: 13
Joined: Wed 02 Jul 2008, 14:29

#4 Post by violin-key »

Ok, I've found the way to return in Xvesa.
Now:

- where is the file in /etc/X11 with the available resolutions? I've looked for it, but with no luck.

- I tried with

Code: Select all

Xvesa -listmode
and "my" resolution was not listed. But perhaps I can change the monitor resolutions list manually??

violin-key
Posts: 13
Joined: Wed 02 Jul 2008, 14:29

#5 Post by violin-key »

?

Bruce B

#6 Post by Bruce B »

violin-key wrote:Ok, I've found the way to return in Xvesa.
Now:

- where is the file in /etc/X11 with the available resolutions? I've looked for it, but with no luck.

- I tried with

Code: Select all

Xvesa -listmode
and "my" resolution was not listed. But perhaps I can change the monitor resolutions list manually??
The -listmodes is dynamically generated when you run the command.

If it is an Intel chip then maybe you can do your own settings.

Run 915resulotion to learn more - if you think you have an Intel chip.

violin-key
Posts: 13
Joined: Wed 02 Jul 2008, 14:29

#7 Post by violin-key »

thank to Bruce.
Now,
Bruce B wrote: If it is an Intel chip then maybe you can do your own settings.
yes, it is!
Bruce B wrote: Run 915resulotion to learn more - if you think you have an Intel chip.
well, with

Code: Select all

915resolution -l
I've seen, that no mode is with 1366x768.
I've tried with

Code: Select all

915resolution mode 1366x768
but nothing changed, something wrong?

Post Reply