Neue erkenntnise:
Also habe herausgefunden das da was falsch ist an der reinfolge.
1. wenn ich DRM und AGP sowie i915 in loader.conf reinnehme NIX funktion.
demesg ausschnitt
Code:
Aug 16 08:11:52 sam kernel: Copyright (c) 1992-2006 The FreeBSD Project.
Aug 16 08:11:52 sam kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Aug 16 08:11:52 sam kernel: The Regents of the University of California. All rights reserved.
Aug 16 08:11:52 sam kernel: FreeBSD 6.1-RELEASE-p3 #4: Sun Jul 30 17:51:36 CEST 2006
...................
Aug 16 08:11:52 sam kernel: pci0: <base peripheral> at device 0.3 (no driver attached)
Aug 16 08:11:52 sam kernel: drmsub0: <Intel i852GM/i855GM GMCH> port 0x1800-0x1807 mem 0xe8000000-0xefffffff,0xe0000000-0xe007ffff irq 10 at device 2.0 on pci0
Aug 16 08:11:52 sam kernel: error: [drm:pid0:drm_load] *ERROR* Card isn't AGP, or couldn't initialize AGP.
Aug 16 08:11:52 sam kernel: device_attach: drmsub0 attach returned 12
Aug 16 08:11:52 sam kernel: drmsub1: <Intel i852GM/i855GM GMCH> mem 0xf0000000-0xf7ffffff,0xe0080000-0xe00fffff at device 2.1 on pci0
Aug 16 08:11:52 sam kernel: error: [drm:pid0:drm_load] *ERROR* Card isn't AGP, or couldn't initialize AGP.
...........
......
Aug 16 08:11:52 sam kernel: sio1: port may not be enabled
Aug 16 08:11:52 sam kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Aug 16 08:11:52 sam kernel: unknown: <PNP0c02> can't assign resources (memory)
Aug 16 08:11:52 sam kernel: unknown: <PNP0303> can't assign resources (port)
Aug 16 08:11:52 sam kernel: unknown: <PNP0c02> can't assign resources (memory)
Aug 16 08:11:52 sam kernel: unknown: <PNP0c02> can't assign resources (memory)
Aug 16 08:11:52 sam kernel: unknown: <PNP0f13> can't assign resources (irq)
Kein agp? Auch laden vom i915 bring nix mehr.
Wenn ich aber ohne DRM, AGP und i915 in loader.conf boote kommt folgedes:
Code:
dmesg
Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 6.1-RELEASE-p3 #4: Sun Jul 30 17:51:36 CEST 2006
root@sam.local:/usr/obj/usr/src/sys/SAM
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Pentium(R) M processor 1.20GHz (1196.12-MHz 686-class CPU)
.........
pci0: <base peripheral> at device 0.3 (no driver attached)
agp0: <Intel 82855GME (855GME GMCH) SVGA controller> port 0x1800-0x1807 mem 0xe8000000-0xefffffff,0xe0000000-0xe007ffff irq 10 at device 2.0 on pci0
agp0: detected 8060k stolen memory
agp0: aperture size is 128M
pci0: <display> at device 2.1 (no driver attached)
uhci0: <Intel 82801DB (ICH4) USB controller USB-A> port 0x1820-0x183f irq 10 at device 29.0 on pci0
uhci0: [GIANT-LOCKED]
....................
sio1: port may not be enabled
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
unknown: <PNP0c02> can't assign resources (memory)
unknown: <PNP0303> can't assign resources (port)
unknown: <PNP0c02> can't assign resources (memory)
unknown: <PNP0c02> can't assign resources (memory)
unknown: <PNP0f13> can't assign resources (irq)
ums0: Microsoft Microsoft Notebook/Mobile Optical Mouse 2.0, rev 1.10/2.00, addr 2, iclass 3/1
ums0: 3 buttons and Z dir.
Der AGP sowie die karte wirt doch oben erkannt , warum dann immer noch die kacke bei vga0?
jetzt mach ich folgedes
kldload dri und kldload i915
und dann passiert folgendes
Code:
drmsub1: <Intel i852GM/i855GM GMCH> mem 0xf0000000-0xf7ffffff,0xe0080000-0xe00fffff at device 2.1 on pci0
info: [drm] AGP at 0xe8000000 128MB
info: [drm] Initialized i915 1.2.0 20041217
ehci0: <Intel 82801DB/L/M (ICH4) USB 2.0 controller> mem 0xe0100000-0xe01003ff at device 29.7 on pci0
$PIR: No matching entry for 0.29.INTD
ehci0: Could not allocate irq
device_attach: ehci0 attach returned 6
und nnu? werk kann mir da weiter helfen, den solange Vga0 bei booten wie oben auf unknown: <PNP0c02>... ist , bootet der rechner nicht mit ACPI.
wieso bei ausgbe von lspci -lv 2 x display erscheinnt ist mir auch unklar.
.......
agp0@pci0:2:0: class=0x030000 card=0xc011144d chip=0x35828086 rev=0x02 hdr=0x00
vendor = 'Intel Corporation'
device = '82852GM/GME/GMV/PM, 855GM/GME Montara Integrated Graphics Device'
class = display
subclass = VGA
drmsub1@pci0:2:1: class=0x038000 card=0xc011144d chip=0x35828086 rev=0x02 hdr=0x00
vendor = 'Intel Corporation'
device = '82852GM/GME/GMV/PM, 855GM/GME Montara Integrated Graphics Device'
class = display
...............
Für jede hilfe wäre ich dankbar
Hilfe