Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Solved.Re: X/ati/amd/kde4/hal/evdev/??? problem
Date: Wed, 15 Jul 2009 23:11:04
Message-Id: loom.20090715T230319-380@post.gmane.org
In Reply to: [gentoo-user] Re: X/ati/amd/kde4/hal/evdev/??? problem by James
1 James <wireless <at> tampabay.rr.com> writes:
2
3
4 > ideas?
5
6 I thought I'd post my working xorg.conf with ati-drivers-9.6.
7 It can probable be whittle down more, but it works with
8 xorg-server-1.6.2-r1 so I done for now.....
9 thx to all that help....
10 James
11
12
13
14 Section "ServerLayout"
15 Identifier "Simple Layout"
16 Screen 0 "aticonfig-Screen[0]" 0 0
17 EndSection
18
19 Section "Files"
20 FontPath "/usr/share/fonts/util"
21 FontPath "/usr/share/fonts/encodings"
22 FontPath "/usr/share/fonts/misc"
23 FontPath "/usr/share/fonts/corefonts"
24 FontPath "/usr/share/fonts/TTF"
25 FontPath "/usr/share/fonts/100dpi"
26 FontPath "/usr/share/fonts/75dpi"
27 FontPath "/usr/share/fonts/default/ghostscript"
28 EndSection
29 Section "Module"
30 Load "dbe" # Double buffer extension
31 SubSection "extmod"
32 Option "omit xfree86-dga" # don't initialise the DGA extension
33 EndSubSection
34 Load "dri"
35 Load "glx"
36 Load "GLcore"
37 Load "ddc"
38 Load "vbe"
39 Load "extmod"
40 Load "bitmap"
41 Load "record"
42 EndSection
43 #Section "ServerFlags"
44 # Option "AllowEmptyInput" "false"
45 #EndSection
46
47 Section "Monitor"
48 Identifier "sceptre20"
49 HorizSync 31.0 - 80.0
50 VertRefresh 60.0 - 75.0
51 EndSection
52
53 Section "Device"
54 Identifier "ati1900xt"
55 Driver "ati"
56 EndSection
57
58 Section "Device"
59 Identifier "aticonfig-Device[0]"
60 Driver "fglrx"
61 EndSection
62
63 Section "Screen"
64 Identifier "Screen 1"
65 Device "ati1900xt"
66 Monitor "sceptre20"
67 DefaultDepth 32
68 SubSection "Display"
69 Viewport 0 0
70 Depth 8
71 Modes "1680x1050" "1280x1024" "1024x768"
72 EndSubSection
73 SubSection "Display"
74 Viewport 0 0
75 Depth 16
76 Modes "1680x1050" "1280x1024" "1024x768"
77 EndSubSection
78 SubSection "Display"
79 Viewport 0 0
80 Depth 24
81 Modes "1680x1050" "1280x1024" "1024x768"
82 EndSubSection
83 SubSection "Display"
84 Viewport 0 0
85 Depth 32
86 Modes "1680x1050" "1280x1024" "1024x768"
87 EndSubSection
88 EndSection
89
90 Section "Screen"
91 Identifier "aticonfig-Screen[0]"
92 Device "aticonfig-Device[0]"
93 Monitor "aticonfig-Monitor[0]"
94 DefaultDepth 24
95 SubSection "Display"
96 Viewport 0 0
97 Depth 24
98 EndSubSection
99 EndSection
100
101 Section "dri"
102 Group "video"
103 Mode 0666
104 EndSection

Replies

Subject Author
Re: [gentoo-user] Solved.Re: X/ati/amd/kde4/hal/evdev/??? problem Keith Dart <keith@×××××××××.biz>