Gentoo Archives: gentoo-amd64

From: Martin Herrman <martin@×××××××.nl>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Xorg upgrade and synaptics driver
Date: Sun, 12 Apr 2009 08:40:29
Message-Id: 40bb8d3b0904120140m218c4fb7t8215cf053145bd1a@mail.gmail.com
In Reply to: Re: [gentoo-amd64] Xorg upgrade and synaptics driver by Saphirus Sage
1 On Sun, Apr 12, 2009 at 10:19 AM, Saphirus Sage <saphirus497@×××××.com>wrote:
2
3 > Mansour Al Akeel wrote:
4 >
5 > >> Option "SHMConfig" "True"
6 >
7 >
8 > Option "SHMConfig" "enable"
9 >
10
11 That's a difference (but I don't know if both are correct or not).
12
13 FYI, I just did some trial-and-error and after emerging the evdev driver
14 (btw, I'm using HAL), I could minimize my config to:
15
16 ==================
17
18 Section "Monitor"
19 Identifier "S2231W"
20 HorizSync 31-65
21 VertRefresh 59-61
22 EndSection
23
24 Section "Device"
25 Identifier "Asus EAH3650"
26 VendorName "Asus"
27 BoardName "EAH3650"
28 Driver "radeonhd"
29 EndSection
30
31 Section "Screen"
32 Identifier "Screen 1"
33 Device "Asus EAH3650"
34 Monitor "S2231W"
35 DefaultDepth 24
36 Subsection "Display"
37 Depth 24
38 Modes "1280x1050"
39 ViewPort 0 0
40 EndSubsection
41 EndSection
42
43 Section "ServerLayout"
44 Identifier "Simple Layout"
45 Screen "Screen 1"
46 EndSection
47
48 ==============
49
50 I even tried to start without any config, but then it tries to load the
51 'ati' driver, which is not available.

Replies

Subject Author
Re: [gentoo-amd64] Xorg upgrade and synaptics driver "Sami Näätänen" <sn.ml@××××××××××××.fi>