Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] mtrr: no MTRR for e8000000,4000000 found
Date: Mon, 20 Jul 2009 01:24:11
Message-Id: 5bdc1c8b0907191824m60ec793ama6d3412c6b68f099@mail.gmail.com
1 Hi,
2 I'm back trying to see if I can get these old Asus Pundit-R
3 machines to do anything at all with the newer kernel and the ATI Open
4 Source drivers. I've got fluxbox emerged and I'm trying to start
5 xluxbox using the xstart .xinitrc method. (Hope that's right?)
6
7 Anyway, when I run startx I see a bit of graphics come up, sort of
8 a big X11 graphical X and then everything dies back to the console and
9 I'm left with messages about not finding MTRR stuff. The best version
10 of that I can find is in dmesg output below. There's nothing about
11 that in the Xorg log file although it is complaining about DRM stuff.
12 Maybe the MTRR stuff doesn't matter and it's really something else?
13
14 I've not been successful getting any of these old machines running
15 under the newer xorg-servers. After this failure I still don't see the
16 radeon driver loaded.
17
18 All help appreciated.
19
20 Thanks,
21 Mark
22
23 myth12 mythtv # cat .xinitrc
24 # .xinitrc
25 #exec startfluxbox
26 exec /usr/bin/fluxbox &
27 #exec /usr/bin/evilwm &
28 #exec /usr/bin/mythfrontend
29
30 myth12 mythtv #
31
32 myth12 mythtv # cat /var/log/Xorg.0.log | grep EE
33 Current Operating System: Linux myth12 2.6.29-gentoo-r5 #4 PREEMPT Fri
34 Jun 26 09:51:45 PDT 2009 i686
35 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
36 (II) Loading extension MIT-SCREEN-SAVER
37 (EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
38 myth12 mythtv #
39
40
41 myth12 linux # dmesg | tail -n 5
42 [ 17.486289] usb 1-0:1.0: uevent
43 [ 19.612246] eth0: setting full-duplex.
44 [ 30.350021] eth0: no IPv6 routers present
45 [ 433.541492] pci 0000:01:05.0: PCI INT A -> Link[LNKA] -> GSI 11
46 (level, low) -> IRQ 11
47 [ 435.609192] mtrr: no MTRR for e8000000,4000000 found
48 myth12 linux # cat /usr/src/linux/.config | grep MTRR
49 CONFIG_MTRR=y
50 CONFIG_MTRR_SANITIZER=y
51 CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
52 CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
53 myth12 linux #
54
55 myth12 linux # uname -a
56 Linux myth12 2.6.29-gentoo-r5 #4 PREEMPT Fri Jun 26 09:51:45 PDT 2009
57 i686 Intel(R) Celeron(R) CPU 2.26GHz GenuineIntel GNU/Linux
58 myth12 linux #
59 myth12 linux # emerge -pv xorg-server
60
61 These are the packages that would be merged, in order:
62
63 Calculating dependencies... done!
64 [ebuild R ] x11-base/xorg-server-1.5.3-r6 USE="hal ipv6 nptl sdl
65 xorg -3dfx -debug -dmx -kdrive -minimal -tslib" INPUT_DEVICES="evdev
66 -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300
67 -elographics -fpit -hyperpen -jamstudio -joystick -keyboard -magellan
68 -microtouch -mouse -mutouch -palmax -penmount -spaceorb -summa
69 -synaptics -tek4957 -tslib -ur98 -virtualbox -vmmouse -void -wacom"
70 VIDEO_CARDS="fbdev radeon vesa -apm -ark -ast -chips -cirrus -dummy
71 -epson -fglrx -geode -glint -i128 -i740 (-impact) -imstt -intel
72 -mach64 -mga -neomagic (-newport) -nv -nvidia -r128 -radeonhd
73 -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2)
74 (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx
75 -tga -trident -tseng -v4l -vermilion -via -virtualbox -vmware -voodoo
76 -xgi" 0 kB
77
78 Total: 1 package (1 reinstall), Size of downloads: 0 kB
79 myth12 linux # eix -I ati
80 [I] x11-drivers/xf86-video-ati
81 Available versions: 6.6.3 6.8.0-r1 ~6.9.0 ~6.10.0 ~6.11.0
82 6.12.1-r1 ~6.12.2 {debug}
83 Installed versions: 6.12.1-r1(12:59:25 06/27/09)(-debug)
84 Homepage: http://xorg.freedesktop.org/
85 Description: ATI video driver
86
87 myth12 linux #
88
89
90
91 myth12 mythtv # cat /etc/X11/xorg.conf
92 Section "Module"
93
94 Load "dbe" # Double buffer extension
95 SubSection "extmod"
96 Option "omit xfree86-dga" # don't initialise the DGA extension
97 EndSubSection
98
99 # This loads the GLX module
100 # Load "glx"
101 # This loads the DRI module
102 # Load "dri"
103
104 EndSection
105
106 Section "Files"
107
108 FontPath "/usr/share/fonts/misc/"
109 FontPath "/usr/share/fonts/100dpi/"
110 FontPath "/usr/share/fonts/75dpi/"
111 EndSection
112
113 Section "ServerFlags"
114
115 EndSection
116
117
118 Section "InputDevice"
119
120 Identifier "Keyboard1"
121 Driver "kbd"
122
123 Option "AutoRepeat" "500 30"
124
125 Option "XkbRules" "xorg"
126 Option "XkbModel" "pc101"
127 Option "XkbLayout" "us"
128
129 EndSection
130
131 Section "InputDevice"
132
133 Identifier "Mouse1"
134 Driver "mouse"
135 Option "Protocol" "Auto" # Auto detect
136 Option "Device" "/dev/input/mice"
137 Option "ZAxisMapping" "4 5 6 7"
138
139 EndSection
140
141 Section "Monitor"
142
143 Identifier "My Monitor"
144 HorizSync 31.5 - 57.0
145 VertRefresh 50-90
146
147 EndSection
148
149
150 Section "Device"
151 Identifier "Standard VGA"
152 VendorName "Unknown"
153 BoardName "Unknown"
154 Driver "vga"
155 EndSection
156
157
158 Section "Device"
159 Identifier "** ATI Radeon (generic) [radeon]"
160 Driver "radeon"
161 EndSection
162
163
164 Section "Screen"
165 Identifier "Screen 1"
166 Device "** ATI Radeon (generic) [radeon]"
167 Monitor "My Monitor"
168 DefaultDepth 16
169
170 Subsection "Display"
171 Depth 8
172 Modes "1024x768" "800x600" "640x480"
173 ViewPort 0 0
174 EndSubsection
175 Subsection "Display"
176 Depth 16
177 Modes "1024x768" "800x600" "640x480"
178 ViewPort 0 0
179 EndSubsection
180 Subsection "Display"
181 Depth 24
182 Modes "1024x768" "800x600" "640x480"
183 ViewPort 0 0
184 EndSubsection
185 EndSection
186
187
188 Section "ServerLayout"
189
190 Identifier "Simple Layout"
191 Screen "Screen 1"
192 InputDevice "Mouse1" "CorePointer"
193 InputDevice "Keyboard1" "CoreKeyboard"
194
195 EndSection

Replies

Subject Author
Re: [gentoo-user] mtrr: no MTRR for e8000000,4000000 found Volker Armin Hemmann <volkerarmin@××××××××××.com>
[gentoo-user] Re: mtrr: no MTRR for e8000000,4000000 found Mark Knecht <markknecht@×××××.com>