Gentoo Archives: gentoo-user-de

From: Ralph Henneberger <ralix@×××.de>
To: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] Configuration für xorg und ATI
Date: Mon, 26 Feb 2007 18:58:17
Message-Id: 1172516189.5547.2.camel@Mordor
In Reply to: Re: [gentoo-user-de] Configuration für xorg und ATI by Cyrill Helg
1 On So, 2007-02-25 at 22:22 +0100, Cyrill Helg wrote:
2 > >
3 > > Würde mich sehr freuen wenn mir jemand eine funktionierende Konfig
4 > > zukommen lassen könnte.
5
6 Hi,
7
8 also ich hab das am Wochenende gemacht... freie Radeontreiber, beryl
9 usw..
10 --------- xorg.conf ---------
11 Section "Files"
12 FontPath "/usr/share/fonts/misc:unscaled"
13 FontPath "/usr/share/fonts/Type1"
14 # FontPath "/usr/share/fonts/TTF"
15 FontPath "/usr/share/fonts/corefonts"
16 FontPath "/usr/share/fonts/freefonts"
17 FontPath "/usr/share/fonts/sharefonts"
18 FontPath "/usr/share/fonts/terminus"
19 FontPath "/usr/share/fonts/ttf-bitstream-vera"
20 FontPath "/usr/share/fonts/unifont"
21 FontPath "/usr/share/fonts/75dpi:unscaled"
22 FontPath "/usr/share/fonts/100dpi:unscaled"
23 FontPath "/usr/share/fonts/artwiz"
24 EndSection
25 #Section "Files"
26 # FontPath "/usr/share/X11/fonts/misc"
27 # FontPath "/usr/share/X11/fonts/cyrillic"
28 # FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
29 # FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
30 # FontPath "/usr/share/X11/fonts/Type1"
31 # FontPath "/usr/share/X11/fonts/100dpi"
32 # FontPath "/usr/share/X11/fonts/75dpi"
33 # FontPath "/usr/share/fonts/X11/misc"
34 # # path to defoma fonts
35 # FontPath
36 "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
37 #EndSection
38
39 Section "Module"
40 Load "i2c"
41 Load "bitmap"
42 Load "ddc"
43 Load "dri"
44 Load "extmod"
45 Load "freetype"
46 Load "glx"
47 Load "int10"
48 Load "type1"
49 Load "vbe"
50 Load "drm"
51 EndSection
52
53 Section "InputDevice"
54 Identifier "Generic Keyboard"
55 Driver "kbd"
56 Option "CoreKeyboard"
57 Option "XkbRules" "xorg"
58 Option "XkbModel" "pc105"
59 Option "XkbLayout" "de"
60 Option "XkbOptions" "lv3:ralt_switch"
61 EndSection
62
63 Section "InputDevice"
64 Identifier "Configured Mouse"
65 Driver "mouse"
66 Option "CorePointer"
67 Option "Device" "/dev/input/mice"
68 Option "Protocol" "ExplorerPS/2"
69 Option "ZAxisMapping" "4 5"
70 Option "Emulate3Buttons" "true"
71 EndSection
72
73 Section "InputDevice"
74 Identifier "Synaptics Touchpad"
75 Driver "synaptics"
76 Option "SendCoreEvents" "true"
77 Option "Device" "/dev/psaux"
78 Option "Protocol" "auto-dev"
79 Option "HorizScrollDelta" "0"
80 EndSection
81
82 Section "InputDevice"
83 Driver "wacom"
84 Identifier "stylus"
85 Option "Device" "/dev/wacom" # Change to
86 # /dev/input/event
87 # for USB
88 Option "Type" "stylus"
89 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
90 EndSection
91
92 Section "InputDevice"
93 Driver "wacom"
94 Identifier "eraser"
95 Option "Device" "/dev/wacom" # Change to
96 # /dev/input/event
97 # for USB
98 Option "Type" "eraser"
99 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
100 EndSection
101
102 Section "InputDevice"
103 Driver "wacom"
104 Identifier "cursor"
105 Option "Device" "/dev/wacom" # Change to
106 # /dev/input/event
107 # for USB
108 Option "Type" "cursor"
109 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
110 EndSection
111
112 Section "Device"
113 Identifier "ATI"
114 Driver "radeon"
115 Option "AGPMode" "4"
116 Option "RenderAccel" "on"
117 # This two lines are needed to prevent fonts from being
118 scrambled
119 # Option "XaaNoScanlineImageWriteRect"
120 # Option "XaaNoScanlineCPUToScreenColorExpandFill"
121 # # Misc
122 BusID "PCI:1:0:0"
123 Screen 0
124 EndSection
125
126 Section "Monitor"
127 Identifier "Generic Monitor"
128 Option "DPMS"
129 EndSection
130
131 Section "Screen"
132 Identifier "Default Screen"
133 # Device "ATI Technologies, Inc. RV350 NP [Mobility
134 Radeon 9600/9700 M10/M11]"
135 Device "ATI"
136 Monitor "Generic Monitor"
137 DefaultDepth 24
138 SubSection "Display"
139 Depth 1
140 Modes "1680x1050"
141 EndSubSection
142 SubSection "Display"
143 Depth 4
144 Modes "1680x1050"
145 EndSubSection
146 SubSection "Display"
147 Depth 8
148 Modes "1680x1050"
149 EndSubSection
150 SubSection "Display"
151 Depth 15
152 Modes "1680x1050"
153 EndSubSection
154 SubSection "Display"
155 Depth 16
156 Modes "1680x1050"
157 EndSubSection
158 SubSection "Display"
159 Depth 24
160 Modes "1680x1050"
161 EndSubSection
162 EndSection
163
164 Section "ServerLayout"
165 Identifier "Default Layout"
166 Screen "Default Screen"
167 InputDevice "Generic Keyboard"
168 InputDevice "Configured Mouse"
169 InputDevice "stylus" "SendCoreEvents"
170 InputDevice "cursor" "SendCoreEvents"
171 InputDevice "eraser" "SendCoreEvents"
172 InputDevice "Synaptics Touchpad"
173 Option "AIGLX" "1"
174 EndSection
175
176 Section "DRI"
177 Mode 0666
178 EndSection
179 Section "Extensions"
180 Option "Composite" "Enable"
181 EndSection
182
183
184 --
185 gentoo-user-de@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-de] Configuration für xorg und ATI Hans-Christian Otto <c.otto@××××.de>
Re: [gentoo-user-de] Configuration für xorg und ATI Matthias Fechner <idefix@×××××××.net>