Gentoo Archives: gentoo-user

From: Mike Mazur <mmazur@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Changing xorg.conf at runtime (nVidia cards)
Date: Fri, 31 Jul 2009 02:34:55
Message-Id: 184110a70907301934h41c94c6exa6a1c957e008a0b2@mail.gmail.com
In Reply to: Re: [gentoo-user] Changing xorg.conf at runtime (nVidia cards) by Fernando Antunes
1 Hi,
2
3 On Fri, Jul 31, 2009 at 05:44, Fernando Antunes<fs.antunes@×××××.com> wrote:
4 >  I don't use xorg.conf in my notebook Lenovo T61, Intel 965GSM , xorg and
5 > xfce ~x86, gentoo 2.6.30 with KMS, anymore.
6 >   Both kernel and X switch to 1280x800 resolution automatically, xinerama is
7 > disable.
8
9 Interesting, so you don't have /etc/X11/xorg.conf file at all?
10
11 > When I connect a external monitor, I just use this basic script to adjust my
12 > external monitor to have a wide screen (VGA1)
13 >
14 > xrandr --output LVDS1 --mode 1280x800
15 > xrandr --output VGA1 --mode 1280x1024 --above LVDS1
16 >
17 > To do this more useful, you can pass the resolution of VGA1 as a parameter.
18 >
19 > To disable wide screen :
20 >
21 > xrandr --output LVDS --mode 1280x800
22 > xrandr --output VGA --mode 1024x1024 --same-as LVDS
23
24 I have seen examples like this, but they all start with "execute
25 `xrandr -q` to see which displays are connected" which in my case
26 doesn't work. I only see something like this:
27
28 $ xrandr -q
29 Screen 0: minimum 2560 x 1024, current 2560 x 1024, maximum 2560 x 1024
30 default connected 2560x1024+0+0 0mm x 0mm
31 2560x1024 50.0*
32
33 I think this may be because I'm using the xorg.conf files as generated
34 by the nvidia-settings tool. I'll try starting X without an xorg.conf
35 file to see if this has any effect.
36
37 Thanks,
38 Mike

Replies

Subject Author
Re: [gentoo-user] Changing xorg.conf at runtime (nVidia cards) Dale <rdalek1967@×××××.com>