Results 1 to 4 of 4
I am not able to run different video modes with my laptop as it will only load the vesa driver.
I did test my laptop with Linux Mint running the ...
- 11-04-2010 #1Just Joined!
- Join Date
- Apr 2010
- Location
- Central Kansas
- Posts
- 13
Fedora fc11-14 intel_agp module
I am not able to run different video modes with my laptop as it will only load the vesa driver.
I did test my laptop with Linux Mint running the x86_64 kernel and was able to 3d graphics. This kernel I noted was loading an intel_agp module along with the drm modules for i915. This is not available in Fedora 11-14.
With this information I would like to patch my kernel source for this module. I have not done this and am looking for some help.
Thanks
MrDalerLast edited by MrDaler; 11-04-2010 at 07:30 PM. Reason: misspelling
- 11-05-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
If the modules are available, but just not installed in the kernel, then you need to download and install the kernel sources. Once you do that, you log in or su to root, cd to the source directory where the Makefile exists, and execute the configuration command, either make menuconfig or make xconfig. I'm not where where (or if) in the configuration menu tree you will find the AGP options.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 11-13-2010 #3Just Joined!
- Join Date
- Apr 2010
- Location
- Central Kansas
- Posts
- 13
This may not be the main issue.
After further investigation I found the following in dmesg:
[ 1.615616] intel_idle: MWAIT substates: 0x1120
[ 1.615618] intel_idle: v0.4 model 0x25
[ 1.615619] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 2.116683] ACPI: AC Adapter [AC] (on-line)
[ 2.116748] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0d/PNP0C0C:00/input/input0
[ 2.116753] ACPI: Power Button [PWRB]
[ 2.116791] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0d/PNP0C0D:00/input/input1
[ 2.116861] ACPI: Lid Switch [LID0]
[ 2.116899] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0d/PNP0C0E:00/input/input2
[ 2.116902] ACPI: Sleep Button [SLPB]
[ 2.116950] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 2.116952] ACPI: Power Button [PWRF]
[ 2.117907] ACPI: acpi_idle yielding to intel_idle
[ 2.326865] ERST: Table is not found!
[ 4.088982] ACPI: Battery Slot [BAT0] (battery present)
[ 4.089195] Non-volatile memory driver v1.3
[ 4.089198] Linux agpgart interface v0.103
[ 4.089266] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[ 4.090228] agpgart-intel 0000:00:00.0: detected 131068K stolen memory, trimming to 32768K
[ 4.163365] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[ 4.163428] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 4.164736] brd: module loaded
[ 4.165227] loop: module loaded
[
This loaded but with the following issues:
[ 5.673056] [drm] Initialized drm 1.1.0 20060810
[ 5.690595] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 5.690600] pci 0000:00:02.0: setting latency timer to 64
[ 5.743419] mtrr: no more MTRRs available
[ 5.743422] [drm] MTRR allocation failed. Graphics performance may suffer.
[ 5.743427] [drm] detected 127M stolen memory, trimming to 32M
[ 5.743690] alloc irq_desc for 43 on node -1
After this video is defaulted to the vga driver.
Any insites?
- 11-13-2010 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
This may be relevant: TikiRobot!, Mai Tais and Blinky Lights, Ahoy! Fixing MTRRs on Linux
Alternatively, try updating the system bios.Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote