Secondo le ultime notizie dovrebbe essere Xorg 7.3, da cosa dice (in inglese
) sembra che faccia un uso diverso del driver, nei moduli c'è un "intel_agp" ed un "video":
yves[No-Spam]Hardy:~$ lsmod | grep intel
snd_hda_intel 344600 4
snd_pcm 78596 3 snd_hda_intel,snd_pcm_oss
snd_page_alloc 11400 2 snd_hda_intel,snd_pcm
snd_hwdep 10500 1 snd_hda_intel
snd 56996 15 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
intel_agp 25492 1
agpgart 34760 3 drm,intel_agp
****************
yves[No-Spam]Hardy:~$ lsmod | grep video
video 19856 0
output 4736 1 video
nel log sembra ci sia, ma è comunque un macello capirci qualcosa: Xorg.0.log, ho controllato in Adept ed effettivamente i driver sono installati, ma sono due:
1) xserver-xorg-video-i810 (v 1.7)
X.Org X server -- Intel i8xx, i9xx display driver
This package provides the driver for the Intel i8xx and i9xx family of chipsets, including i810, i815, i830, i845, i855, i865, i915, and i945 series chips.
This package also provides an XvMC (XVideo Motion Compensation) driver for the same chipsets.
More information about X.Org can be found at:
This package is built from the X.org xf86-video-intel driver module.
2) xserver-xorg-video-intel (v 2.2)
X.Org X server -- Intel i8xx, i9xx display driver
This package provides the driver for the Intel i8xx and i9xx family of chipsets, including i810, i815, i830, i845, i855, i865, i915, i945 and i965 series chips.
This package also provides an XvMC (XVideo Motion Compensation) driver for i810 and i815 chipsets.
More information about X.Org can be found at:
This package is built from the X.org xf86-video-intel driver module.
da quello che so il primo è un driver vecchio, il secondo è il driver più recente, entrambi sono installati, nel log appare:
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
nella parte subito sopra appare:
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.4.0, module version = 1.2.2
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
so che su xorg 7.3 avevo sentito un pò di cose molto diverse dai precedenti, ma non credevo sino a questo punto..