Gentoo Archives: gentoo-user

From: Harry Putnam <reader@×××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Screen resolution problem
Date: Tue, 15 Sep 2009 01:14:43
Message-Id: 87bpldko0w.fsf@newsguy.com
In Reply to: Re: [gentoo-user] Screen resolution problem by Mick
1 Mick <michaelkintzios@×××××.com> writes:
2
3 >> On my old computer it detected the highest resolution as 1280x1024,
4 >> but could actually do 1600x1200 with no problems. I had to create a
5 >> custom Modeline and put it in xorg.conf - this was before the HAL
6 >> revolution. I've got no idea if modelines still belong in xorg.conf or
7 >> in a FDI or something.
8 >
9 > Is there an *.fdi way of telling xorg which modeling or resolution to use?
10 > Unlike the OP I don't currently need to with my machines, but you never know
11 > tomorrow.
12
13 I've been able to set a truly massive resolution..for yrs. I like flopping
14 around on a huge desktop. Its a resolution my vid card is not even
15 capable of... not sure how it works.. but I've used it literally for yrs.
16
17 In /etc/X11/xorg.conf I have:
18 (The:
19 `DefaultDepth 24' line and the:
20 `Virtual 2048 1536'
21 are the keys. Actually gives me 2048 1536 as a desktop)
22
23 Section "Screen"
24 Identifier "Screen 1"
25 Device "** NVIDIA (generic) [nv]"
26 Monitor "My Monitor"
27 DefaultDepth 24
28 Subsection "Display"
29 Depth 8
30 Modes "1280x1024" "1024x768" "800x600" "640x480"
31 ViewPort 0 0
32 EndSubsection
33 Subsection "Display"
34 Depth 16
35 Modes "1280x1024" "1024x768" "800x600" "640x480"
36 ViewPort 0 0
37 EndSubsection
38 Subsection "Display"
39 Depth 24
40 Modes "1280x1024" #"1024x768" "800x600" "640x480"
41 Virtual 2048 1536
42 ViewPort 0 0
43 EndSubsection
44 EndSection
45
46 [...]

Replies

Subject Author
Re: [gentoo-user] Re: Screen resolution problem Mick <michaelkintzios@×××××.com>