Ok.. I tried to get things running, but via agp module is producing some headache.
I believe I got al the other you mentioned good to go. In xorg.cong i got:
Code:
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Module"
Load "ddc"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "LG 99G"
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
Option "AGPMode" "4"
Option "UseInternalAGPGART" "no"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "false"
EndSection
And modinfo commands give me these:
modinfo radeon
Code:
filename: /lib/modules/2.6.20-1.2948.fc6/kernel/drivers/char/drm/radeon.ko
license: GPL and additional rights
description: ATI Radeon
author: Gareth Hughes, Keith Whitwell, others.
srcversion: ACCD9AEF717B0D714690459
depends: drm,drm
vermagic: 2.6.20-1.2948.fc6 SMP mod_unload 686 4KSTACKS
parm: no_wb:Disable AGP writeback for scratch registers
(int)
modinfo drm
Code:
filename: /lib/modules/2.6.20-1.2948.fc6/kernel/drivers/char/drm/drm.ko
license: GPL and additional rights
description: DRM shared core routines
author: Gareth Hughes, Leif Delgass, José Fonseca, Jon Smirl
srcversion: 29B4BB1922B39A758027550
depends:
vermagic: 2.6.20-1.2948.fc6 SMP mod_unload 686 4KSTACKS
parm: cards_limit:Maximum number of graphics cards (int)
parm: debug:Enable debug output (int)
modinfo via
Code:
filename: /lib/modules/2.6.20-1.2948.fc6/kernel/drivers/char/drm/via.ko
license: GPL and additional rights
description: VIA Unichrome / Pro
author: Various
srcversion: 0498E08377EF127A767A9D4
depends: drm,drm
vermagic: 2.6.20-1.2948.fc6 SMP mod_unload 686 4KSTACKS
So those should be ok, but the VIA module is not the one I'm looking for right? I tried to search, modprobe, google for it , but nothing there. Where do I get the via-agp module if it is not shipping with the kernel?
Regards..