Gentoo Archives: gentoo-user-de

From: Cyrill Helg <linux@××××××.ch>
To: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] ati grafikkarte, wie aktiviere ich drm/dri?
Date: Mon, 26 Dec 2005 15:25:04
Message-Id: 200512261623.07645.linux@solnet.ch
In Reply to: Re: [gentoo-user-de] ati grafikkarte, wie aktiviere ich drm/dri? by Stefan Schweizer
1 Am Montag 26 Dezember 2005 16:14 schrieb Stefan Schweizer:
2 > Kannst du mal bitte lsmod und deine volle xorg.conf zeigen?
3 Aber sicher:
4
5 Module Size Used by
6 radeon 107680 0
7 drm 68184 1 radeon
8 cisco_ipsec 550828 0
9 snd_intel8x0 29724 0
10 snd_ac97_codec 93344 1 snd_intel8x0
11 snd_ac97_bus 1856 1 snd_ac97_codec
12 tp_smapi 10376 0
13
14 und:
15
16 Section "dri"
17 Group 27 # video
18 Mode 0660
19 EndSection
20
21 Section "Module"
22 Load "dbe" # Double buffer extension
23 Load "extmod"
24 SubSection "extmod"
25 # Option "omit xfree86-dga"
26 EndSubSection
27 Load "type1"
28 Load "freetype"
29 Load "glx"
30 Load "dri"
31 Load "record"
32 Load "xtrap"
33 EndSection
34
35 Section "Files"
36
37
38 FontPath "/usr/share/fonts/misc:unscaled"
39 FontPath "/usr/share/fonts/Type1"
40 FontPath "/usr/share/fonts/TTF"
41 FontPath "/usr/share/fonts/corefonts"
42 FontPath "/usr/share/fonts/freefont"
43 FontPath "/usr/share/fonts/sharefonts"
44 FontPath "/usr/share/fonts/terminus"
45 FontPath "/usr/share/fonts/ttf-bitstream-vera"
46 FontPath "/usr/share/fonts/unifont"
47 FontPath "/usr/share/fonts/75dpi:unscaled"
48 FontPath "/usr/share/fonts/100dpi:unscaled"
49 FontPath "/usr/share/fonts/artwiz"
50
51 EndSection
52
53 Section "ServerFlags"
54 Option "StandbyTime" "2"
55 Option "SuspendTime" "2"
56 Option "OffTime" "2"
57 EndSection
58
59 Section "InputDevice"
60
61 Identifier "Keyboard1"
62 Driver "kbd"
63 Option "AutoRepeat" "500 30"
64 Option "XkbRules" "xfree86"
65 Option "XkbModel" "pc104"
66 Option "XkbLayout" "de_CH"
67
68 EndSection
69
70 Section "InputDevice"
71 Identifier "Touchpad"
72 Driver "synaptics"
73 Option "Protocol" "ImPS/2"
74 Option "Device" "/dev/input/mouse0"
75 Option "MaxTapTime" "0"
76 Option "HorizScrollDelta" "0"
77 EndSection
78
79 Section "InputDevice"
80 Identifier "Nipple"
81 Driver "mouse"
82 Option "Protocol" "ImPS/2"
83 Option "Device" "/dev/input/mouse1"
84 EndSection
85
86 #Section "InputDevice"
87 # Identifier "USBMouse"
88 # Driver "mouse"
89 # Option "Protocol" "ImPS/2"
90 # Option "Device" "/dev/input/mouse2"
91 # Option "ZAxisMapping" "4 5"
92 #EndSection
93
94 Section "Monitor"
95 Identifier "BuiltInLCD"
96 Option "DPMS"
97 # DisplaySize 480 360
98 # HorizSync 48-60
99 # VertRefresh 60-72
100 EndSection
101
102 Section "Device"
103 Identifier "ATI Graphics Adapter"
104 Driver "radeon"
105 Option "EnablePageFlip" "true"
106 Option "DynamicClocks" "true"
107 # Option "no_accel" "no"
108 # Option "no_dri" "no"
109 # Option "mtrr" "on"
110 # Option "DesktopSetup" "Single"
111 # Option "MonitorLayout" "LVDS,CRT"
112 # Option "IgnoreEDID" "on"
113 # Option "HSync2" "32-48"
114 # Option "VRefresh2" "60-75"
115 # Option "ScreenOverlap" "0"
116 # Option "NoTV" "yes"
117 # Option "TVStandard" "PAL-D"
118 # Option "TVHSizeAdj" "0"
119 # Option "TVVSizeAdj" "0"
120 # Option "TVHPosAdj" "0"
121 # Option "TVVPosAdj" "0"
122 # Option "TVHStartAdj" "0"
123 # Option "TVColorAdj" "0"
124 # Option "GammaCorrectionI" "0x06419064"
125 # Option "GammaCorrectionII" "0x00b02c0b"
126 # Option "Capabilities" "0x00000000"
127 # Option "VideoOverlay" "on"
128 # Option "OpenGLOverlay" "off"
129 # Option "CenterMode" "off"
130 # Option "PseudoColorVisuals" "off"
131 # Option "Stereo" "off"
132 # Option "StereoSyncEnable" "1"
133 # Option "FSAAEnable" "no"
134 # Option "FSAAScale" "1"
135 # Option "FSAADisableGamma" "no"
136 # Option "FSAACustomizeMSPos" "no"
137 # Option "FSAAMSPosX0" "0.000000"
138 # Option "FSAAMSPosY0" "0.000000"
139 # Option "FSAAMSPosX1" "0.000000"
140 # Option "FSAAMSPosY1" "0.000000"
141 # Option "FSAAMSPosX2" "0.000000"
142 # Option "FSAAMSPosY2" "0.000000"
143 # Option "FSAAMSPosX3" "0.000000"
144 # Option "FSAAMSPosY3" "0.000000"
145 # Option "FSAAMSPosX4" "0.000000"
146 # Option "FSAAMSPosY4" "0.000000"
147 # Option "FSAAMSPosX5" "0.000000"
148 # Option "FSAAMSPosY5" "0.000000"
149 # Option "UseFastTLS" "0"
150 # Option "BlockSignalsOnLock" "on"
151 # Option "UseInternalAGPGART" "no"
152 # Option "ForceGenericCPU" "no"
153 #
154 BusID "PCI:1:0:0"
155 Screen 0
156 EndSection
157
158 Section "Screen"
159 Identifier "Default"
160 Device "ATI Graphics Adapter"
161 Monitor "BuiltInLCD"
162 DefaultDepth 24
163 Subsection "Display"
164 Depth 24
165 Modes "1024x768"
166 EndSubsection
167 EndSection
168
169 Section "Screen"
170 Identifier "Presentation"
171 Device "ATI Graphics Adapter"
172 Monitor "BuiltInLCD"
173 DefaultDepth 24
174 Subsection "Display"
175 Depth 24
176 Modes "1024x768"
177 EndSubsection
178 EndSection
179
180 Section "ServerLayout"
181 Identifier "Server Layout"
182 Screen "Default"
183 InputDevice "Touchpad" "CorePointer"
184 InputDevice "Nipple" "SendCoreEvents"
185 # InputDevice "USBMouse" "SendCoreEvents"
186 InputDevice "Keyboard1" "CoreKeyboard"
187 EndSection
188
189 --
190 gentoo-user-de@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-de] ati grafikkarte, wie aktiviere ich drm/dri? Stefan Schweizer <genstef@g.o>