[Openchrome-users] Black screen with VIA Chrome9 HC DX9
Benno Schulenberg
bensberg
Sat Jun 23 14:56:56 PDT 2007
Tassilo Horn wrote:
>[ 15.814148] agpgart: Detected AGP bridge 0
>[ 15.818412] agpgart: AGP aperture is 128M @ 0xd0000000
>[ 16.481833] Linux agpgart interface v0.102 (c) Dave Jones
Uh? Where's your drm and via kernel module? Didn't you build the
drm modules from source? If you did, then make sure that these
modules get loaded early during boot, before X starts, by adding
their names to /etc/modules.
This is what the output of the dmesg grep should look like
(it's better to paste short outputs into the mail, it makes
for much easier quoting and commenting):
$ dmesg | grep -e agp -e drm
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected VIA KM400/KM400A chipset
agpgart: AGP aperture is 64M @ 0xe0000000
[drm] Initialized drm 1.1.0 20060810
[drm] Initialized via 2.11.1 20070202 on minor 0
[drm] Used old pci detect: framebuffer loaded
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Device is in legacy mode, falling back to 2.x
agpgart: Putting AGP V2 device at 0000:00:00.0 into 0x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 0x mode
But first do an 'svn up' in your openchrome dir and build and
install the driver again.
Benno
More information about the Openchrome-users
mailing list