Gentoo Archives: gentoo-user

From: Paul Colquhoun <paulcol@×××××××××××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: scrapping hal
Date: Thu, 28 Oct 2010 05:47:32
Message-Id: 201010281646.07477.paulcol@andor.dropbear.id.au
In Reply to: [gentoo-user] Re: scrapping hal by Harry Putnam
1 On Thu, 28 Oct 2010 14:54:51 Harry Putnam wrote:
2 > Paul Hartman <paul.hartman+gentoo@×××××.com> writes:
3 > > On Wed, Oct 27, 2010 at 4:06 PM, Harry Putnam <reader@×××××××.com> wrote:
4 > >> I'm also guessing there is some kind of replacement that I need to
5 > >> learn about if it effects my longtime reliance on xorg.conf to keep
6 > >> using my huge desktops I like to use. For yrs I've
7 > >> used.
8 > >>
9 > >> Subsection "Display"
10 > >> Depth 24
11 > >> Modes "1280x1024" #"1024x768" "800x600" "640x480"
12 > >> Virtual 2048 1536
13 > >> ViewPort 0 0
14 > >> EndSubsection
15 > >> EndSection
16 > >>
17 > >> in /etc/X11/xorg.conf
18 > >> To get a 2048x1536 desktop to flop around on.
19 > >>
20 > >> I've never seen or heard of a way to get that without using xorg.conf.
21 > >
22 > > I think you would use xrandr to set it, or your desktop environment's
23 > > GUI settings panel (or equivalent).
24 >
25 > I may be using xrandr wrong but it doesn't do the trick used like
26 > this:
27 >
28 > I'm running an `emerge world' so didn't want to close down X so I used
29 > Ctrl-alt F1 to leave X and then Ctrl-alt F2 to login on a different
30 > virtual terminal.
31 >
32 > Then commented out the `Virtual' line in xorg.conf:
33 >
34 > EndSubsection
35 > Subsection "Display"
36 > Depth 24
37 > Modes "1280x1024" #"1024x768" "800x600" "640x480"
38 > # Virtual 2048 1536
39 > ViewPort 0 0
40 > EndSubsection
41 > EndSection
42 >
43 >
44 > Then startx on a different display.
45 >
46 > startx -- :1
47 >
48 > Once X is up:
49 >
50 > xrandr <no args>
51 > shows 1280x1024 as being the highest resolution.
52 >
53 >
54 > xrandr -s 2048x1536 shows:
55 >
56 > Size 2048x1536 not found in available modes
57 >
58 > The xfce display setting tool also shows 1280 as the highest possible
59 > setting.
60 >
61 > I've asked before where else this might be set... in more than 1
62 > forum. I think you may find its not all that easy to set a Resolution
63 > way higher than your card supports.
64
65
66 Did you look at the man page for xrandr?
67
68 I think you need the "--fb" & "--panning" options. There is even an example
69 towards the end of the man page.
70
71
72 --
73 Reverend Paul Colquhoun, ULC. http://andor.dropbear.id.au/~paulcol
74 Before you criticize someone, you should walk a mile in their shoes.
75 Then, when you do, you'll be a mile away, and you'll have their shoes.

Replies

Subject Author
[gentoo-user] Re: scrapping hal Harry Putnam <reader@×××××××.com>