From: Mark Knecht <markknecht@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] mtrr: no MTRR for e8000000,4000000 found
Date: Sun, 19 Jul 2009 18:24:08 -0700 [thread overview]
Message-ID: <5bdc1c8b0907191824m60ec793ama6d3412c6b68f099@mail.gmail.com> (raw)
Hi,
I'm back trying to see if I can get these old Asus Pundit-R
machines to do anything at all with the newer kernel and the ATI Open
Source drivers. I've got fluxbox emerged and I'm trying to start
xluxbox using the xstart .xinitrc method. (Hope that's right?)
Anyway, when I run startx I see a bit of graphics come up, sort of
a big X11 graphical X and then everything dies back to the console and
I'm left with messages about not finding MTRR stuff. The best version
of that I can find is in dmesg output below. There's nothing about
that in the Xorg log file although it is complaining about DRM stuff.
Maybe the MTRR stuff doesn't matter and it's really something else?
I've not been successful getting any of these old machines running
under the newer xorg-servers. After this failure I still don't see the
radeon driver loaded.
All help appreciated.
Thanks,
Mark
myth12 mythtv # cat .xinitrc
# .xinitrc
#exec startfluxbox
exec /usr/bin/fluxbox &
#exec /usr/bin/evilwm &
#exec /usr/bin/mythfrontend
myth12 mythtv #
myth12 mythtv # cat /var/log/Xorg.0.log | grep EE
Current Operating System: Linux myth12 2.6.29-gentoo-r5 #4 PREEMPT Fri
Jun 26 09:51:45 PDT 2009 i686
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
myth12 mythtv #
myth12 linux # dmesg | tail -n 5
[ 17.486289] usb 1-0:1.0: uevent
[ 19.612246] eth0: setting full-duplex.
[ 30.350021] eth0: no IPv6 routers present
[ 433.541492] pci 0000:01:05.0: PCI INT A -> Link[LNKA] -> GSI 11
(level, low) -> IRQ 11
[ 435.609192] mtrr: no MTRR for e8000000,4000000 found
myth12 linux # cat /usr/src/linux/.config | grep MTRR
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
myth12 linux #
myth12 linux # uname -a
Linux myth12 2.6.29-gentoo-r5 #4 PREEMPT Fri Jun 26 09:51:45 PDT 2009
i686 Intel(R) Celeron(R) CPU 2.26GHz GenuineIntel GNU/Linux
myth12 linux #
myth12 linux # emerge -pv xorg-server
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] x11-base/xorg-server-1.5.3-r6 USE="hal ipv6 nptl sdl
xorg -3dfx -debug -dmx -kdrive -minimal -tslib" INPUT_DEVICES="evdev
-acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300
-elographics -fpit -hyperpen -jamstudio -joystick -keyboard -magellan
-microtouch -mouse -mutouch -palmax -penmount -spaceorb -summa
-synaptics -tek4957 -tslib -ur98 -virtualbox -vmmouse -void -wacom"
VIDEO_CARDS="fbdev radeon vesa -apm -ark -ast -chips -cirrus -dummy
-epson -fglrx -geode -glint -i128 -i740 (-impact) -imstt -intel
-mach64 -mga -neomagic (-newport) -nv -nvidia -r128 -radeonhd
-rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2)
(-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx
-tga -trident -tseng -v4l -vermilion -via -virtualbox -vmware -voodoo
-xgi" 0 kB
Total: 1 package (1 reinstall), Size of downloads: 0 kB
myth12 linux # eix -I ati
[I] x11-drivers/xf86-video-ati
Available versions: 6.6.3 6.8.0-r1 ~6.9.0 ~6.10.0 ~6.11.0
6.12.1-r1 ~6.12.2 {debug}
Installed versions: 6.12.1-r1(12:59:25 06/27/09)(-debug)
Homepage: http://xorg.freedesktop.org/
Description: ATI video driver
myth12 linux #
myth12 mythtv # cat /etc/X11/xorg.conf
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the GLX module
# Load "glx"
# This loads the DRI module
# Load "dri"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "My Monitor"
HorizSync 31.5 - 57.0
VertRefresh 50-90
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
Section "Device"
Identifier "** ATI Radeon (generic) [radeon]"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "** ATI Radeon (generic) [radeon]"
Monitor "My Monitor"
DefaultDepth 16
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
next reply other threads:[~2009-07-20 1:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-20 1:24 Mark Knecht [this message]
2009-07-20 1:33 ` [gentoo-user] mtrr: no MTRR for e8000000,4000000 found Volker Armin Hemmann
2009-07-20 1:48 ` Mark Knecht
2009-07-20 2:00 ` [gentoo-user] " Mark Knecht
2009-07-20 2:54 ` Mark Knecht
2009-07-20 4:16 ` Volker Armin Hemmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5bdc1c8b0907191824m60ec793ama6d3412c6b68f099@mail.gmail.com \
--to=markknecht@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox