9.10 and fixed X resolution?
stan
stanb at panix.com
Mon Aug 24 16:56:10 UTC 2009
On Mon, Aug 24, 2009 at 06:48:55PM +0200, Oliver Grawert wrote:
> hi,
> Am Montag, den 24.08.2009, 12:27 -0400 schrieb stan:
> > > just work out the xrandr line needed for your proper resolution and put
> > > it into an X startup script
> > > i.e. /etc/X11/Xsession.d/45custom_xrandr-settings
>
> ...
>
> > I have a script in
> > /etc/init.d that, among other things does "/usr/bin/startx -- :1 vt9".
> > That's one of the reasons I initialy wnated to set this up in the X config
> > file, as it would have been global to all X sessions started on this
> > machine.
> this will work fine, /etc/X11/Xsession.d/ is read by the xserver on
> startup and will apply all settings in that dir globally.
Just for clarity, settings in that directory are applied to _all_ X
sessions on that machine?
2nd question, I tried creating a script, based on the example in the
referenced web page, and came up with this
----------
# 1024x768 59.92 Hz (CVT 0.79M3) hsync: 47.82 kHz; pclk: 63.50 MHz
xrandr --newmode "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771
775 798 -hsync +vsync
xrandr --addmode VBOX1 "1024x768_60.00"
xrandr -s 1024x768_60.00
---------
But I gte compaints about the 2nd line, when I run it. I looked at the man
page, and it says, that used in that format, thhe 1st argumment is an
"optput", What dose that mean, and how should I define it for the
application I am trying to set up?
Thanks for the prompt help on this!!
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
--
One of the main causes of the fall of the roman empire was that, lacking
zero, they had no way to indicate successful termination of their C
programs.
More information about the ubuntu-users
mailing list