Gentoo Archives: gentoo-user

From: Harry Putnam <reader@×××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: scrapping hal
Date: Thu, 28 Oct 2010 03:55:40
Message-Id: 87iq0nezuc.fsf@newsguy.com
In Reply to: Re: [gentoo-user] scrapping hal by Paul Hartman
1 Paul Hartman <paul.hartman+gentoo@×××××.com> writes:
2
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.

Replies

Subject Author
Re: [gentoo-user] Re: scrapping hal Paul Colquhoun <paulcol@×××××××××××××××××.au>