On Wed, Feb 18, 2009 at 1:24 PM, Koh Choon Lin <kohchoonlin0@gmail.com> wrote:
>>> I am using ATI Mobility Radeon, normally I would be using the vesa
>>> driver at 1280x1024. Its now at 1024x768 and GNOME doesn't offer any
>>> higher while my xorg.conf has no info at all.
>>>
>>
>> So are you using the binary driver? I think the Catalyst control centre has
>> options for this. Failing that, you may well have to modify your xorg.conf.
>> If you don't have one, running 'Xorg -configure' as root will save a default
>> configuration file to /etc/X11/xorg.conf; you need the right metamode option
>> in the 'Screen' section for the resolution you want.
>> For reference, mine looks like this:
>
> Well, mine is as below, I suspect the specs (eg. configured monitor)
> are contained in another file. Thus, I am looking for the file.
>
I'm not aware of any split config for Xorg, but that does look unusual -
particularly because no video driver is defined. I guess it must just pick the
first driver that works.
You could try just adding the metamodes line, though you might find
that you then
need to configure the monitor to have the right VertRefresh and
HorizSync, so I'd
give the 'Xorg -configure' option a go and see if that gives you a less bare
template. With any luck it'll fill in those options by querying the monitor.
Nye
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
12-03-2009, 10:19 AM
Jeremy Andrews
screen resolution
How
do I get a Samsung SyncMaster 931BW to operate at 1440 x900 on 9.10? I
have tried setting up xorg.conf file but this does not work - must have
it set-up wrong it just causes the computer to plink at a text log-in
sign.
Re: low resolution after 9.10
installation
I used this
xorg.conf (got this from a forum)
Content of my xorg.conf - below: and lshw output below.
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
12-03-2009, 07:34 PM
NoOp
screen resolution
On 12/03/2009 03:19 AM, Jeremy Andrews wrote:
> 771/671 PCIE VGA Display Adapter
Have a look through some of these to see if you can find a solution:
<https://launchpad.net/+search?field.text=771%2F671+PCIE+VGA+Display+Adap ter>
<https://launchpad.net/ubuntu/+source/xserver-xorg-video-sis/+bugs>
And probably of interest:
<https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-sis/+bug/301958>
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
12-03-2009, 07:49 PM
NoOp
screen resolution
On 12/03/2009 03:19 AM, Jeremy Andrews wrote:
> How do I get a Samsung SyncMaster 931BW to operate at 1440 x900 on
> 9.10? I have tried setting up xorg.conf file but this does not work -
> must have it set-up wrong it just causes the computer to plink at a text
> log-in sign.
>
> *Re: low resolution after 9.10 installation*
> ------------------------------------------------------------------------
> I used this xorg.conf (got this from a forum)
>
> Content of my xorg.conf - below: and lshw output below.
>
> Help please!
> --------------------------------------------------------------
> Section "Device"
> Identifier "Intel 945G"
> Driver "intel"
> BusID "PCI:0:2:0"
> EndSection
Sorry, forgot to add that you have no Intel 945G in your machine (you
have an SiS 771/671 PCIE VGA Display Adapter, so trying to use that
xorg.conf won't work anyway. Note: xorg.conf is not used in 9.10 by
default & will only be used if you add one.
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
12-03-2009, 08:13 PM
Steve
screen resolution
On Thu, 03 Dec 2009 20:49:35 -0000, NoOp <glgxg@sbcglobal.net> wrote:
> On 12/03/2009 03:19 AM, Jeremy Andrews wrote:
>> How do I get a Samsung SyncMaster 931BW to operate at 1440 x900 on
>> 9.10? I have tried setting up xorg.conf file but this does not work -
>> must have it set-up wrong it just causes the computer to plink at a text
>> log-in sign.
>>
>> *Re: low resolution after 9.10 installation*
>> ------------------------------------------------------------------------
>> I used this xorg.conf (got this from a forum)
>>
>> Content of my xorg.conf - below: and lshw output below.
>>
>> Help please!
>> --------------------------------------------------------------
>> Section "Device"
>> Identifier "Intel 945G"
>> Driver "intel"
>> BusID "PCI:0:2:0"
>> EndSection
>
> Sorry, forgot to add that you have no Intel 945G in your machine (you
> have an SiS 771/671 PCIE VGA Display Adapter, so trying to use that
> xorg.conf won't work anyway. Note: xorg.conf is not used in 9.10 by
> default & will only be used if you add one.
>
> Further, the
>> Section "Monitor"
>> Identifier "SyncMaster"
>> Option "DPMS"
>> Horizsync 30-81
>> Vertrefresh 60-75
>> EndSection
>>
>
> http://www.silentpcreview.com/article746-page2.html
>
>
>
>
A very useful page for SiS driver info
http://ncc-1701a.homelinux.net/~linux-sis/index.php?page=FrontPage
--
Steve
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
12-04-2009, 08:31 PM
T H Stearns
Screen Resolution
I want to set to 1024 resolution---have downloaded Resolution Switcher
which refuses to run.
How do I change my resolution?
--
T H Stearns
3 Brander Court
Nashua, NH
03063
--
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
12-04-2009, 09:48 PM
John Alfred Nathanael Chee
Screen Resolution
On Fri, Dec 4, 2009 at 13:31, T H Stearns <thomasstearns@comcast.net> wrote:
> I want to set to 1024 resolution---have downloaded Resolution Switcher
> which refuses to run.
>
> How do I change my resolution?
Can you describe how it refuses to run, do you click on the
application and nothing happens?
If you're comfortable with the command line xrandr is a tool that will
allow you to change your screen resolution. 'man xrandr' for more
information.
--
Love in Jesus Christ, John Alfred Nathanael Chee
http://www.biblegateway.com/
http://www.sunsetpres.org/
http://web.cecs.pdx.edu/~chee/
--
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
12-04-2009, 11:50 PM
John Alfred Nathanael Chee
Screen Resolution
On Fri, Dec 4, 2009 at 16:02, T H Stearns <thomasstearns@comcast.net> wrote:
> Nothing whatever happens when I click on Resolution Switcher.
>
> I am willing to wrassle with Terminal--please give complete commands. I know
> nothing about Unix commands or syntax.
>
> Ubuntu runs Xdce desktop; resolution switcher is for gnome.
The gnome screen resolution application is 'gnome-display-properties'
try running that in the terminal and posting the output. Don't install
anything if it asks you to.
If the graphical screen resolution application is broken then the next
step is to run 'xrandr' in the terminal, please post the output of
that command also.
--
Love in Jesus Christ, John Alfred Nathanael Chee
http://www.biblegateway.com/
http://www.sunsetpres.org/
http://web.cecs.pdx.edu/~chee/
--
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
12-05-2009, 12:25 AM
John Alfred Nathanael Chee
Screen Resolution
On Fri, Dec 4, 2009 at 17:14, T H Stearns <thomasstearns@comcast.net> wrote:
>> Response to gnome-display-properties: "The program
>> 'gnome-display-properties' is currently not installed. *You can install it
>> by typing:sudo apt-get install gnome-control-center
>> gnome-display-properties: command not found
>> tomstearns@tomstearns-desktop:~$ "
>
> Response to * xrandr is: "Screen 0: minimum 320 x 200, current 800 x 600,
> maximum 4096 x 4096
> VGA1 connected 800x600+0+0 (normal left inverted right x axis y axis) 0mm x
> 0mm
> *800x600 * * * *60.3*
> *640x480 * * * *59.9 tomstearns@tomstearns-desktop:~$
xrandr thinks that your maximum resolution is 800x600, given the
monitor/video card combination you're using. You may need a different
monitor.
Can you run 'cvt 1024 768' in the terminal and post the output back?
Thanks.
--
Love in Jesus Christ, John Alfred Nathanael Chee
http://www.biblegateway.com/
http://www.sunsetpres.org/
http://web.cecs.pdx.edu/~chee/
--
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
12-05-2009, 12:32 AM
John Alfred Nathanael Chee
Screen Resolution
On Fri, Dec 4, 2009 at 17:28, T H Stearns <thomasstearns@comcast.net> wrote:
> Terminal command : cvt 1024X768
>
> Response: "usage: cvt [-v|--verbose] [-r|--reduced] X Y [refresh]
>
> -v|--verbose : Warn about CVT standard adherance.
> -r|--reduced : Create a mode with reduced blanking (default: normal
> blanking).
> * * * * * X : Desired horizontal resolution (multiple of 8, required).
> * * * * * Y : Desired vertical resolution (required).
> * * refresh : Desired refresh rate (default: 60.0Hz).
>
> Calculates VESA CVT (Coordinated Video Timing) modelines for use with X."
Run 'cvt 1024 768'
Notice there's no X.
--
Love in Jesus Christ, John Alfred Nathanael Chee
http://www.biblegateway.com/
http://www.sunsetpres.org/
http://web.cecs.pdx.edu/~chee/
--
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/xubuntu-users