LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Problem with Slackware 11 Intel 915GM Graphics card with Kernel 2.6.20.8 (https://www.linuxquestions.org/questions/slackware-14/problem-with-slackware-11-intel-915gm-graphics-card-with-kernel-2-6-20-8-a-549293/)

jmhal 04-26-2007 04:45 PM

Problem with Slackware 11 Intel 915GM Graphics card with Kernel 2.6.20.8
 
I have a problem with a dell notebook equiped with Intel 915GM Graphics card. There are several threads about this card, but while everyone complain about not being able to get a higher resolution, i just can't make X work, even with a low resolution.

When i run startx, i get the following:

(II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM
(II) Primary Device is: PCI 00:02:0
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset 915GM found
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(EE) I810(0): unknown type(0xffffffff)=0xff
(II) I810(0): VESA BIOS not detected
(EE) I810(0): VBE initialization failed.

I can't start X. I'm with a new kernel compiled by myself ( probably the reason of the problem ). Some adviced to download a new module from
http://dri.freedesktop.org/ . I did download i915-20060403-linux.i386.tar.bz2 from http://dri.freedesktop.org. But when a I try to compile, here's the output:

make DRM_MODULES=i915.o modules
make[1]: Entering directory `/root/i915-20060403-linux.i386/drm/linux-core'
make -C /lib/modules/2.6.20.8/source SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
make[2]: Entering directory `/usr/src/linux-2.6.20.8'
CC [M] /root/i915-20060403-linux.i386/drm/linux-core/drm_auth.o
In file included from /root/i915-20060403-linux.i386/drm/linux-core/drm_auth.c:36:
/root/i915-20060403-linux.i386/drm/linux-core/drmP.h:44:26: linux/config.h: No such file or directory
make[3]: *** [/root/i915-20060403-linux.i386/drm/linux-core/drm_auth.o] Error 1
make[2]: *** [_module_/root/i915-20060403-linux.i386/drm/linux-core] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.20.8'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/root/i915-20060403-linux.i386/drm/linux-core'
make: *** [i915.o] Error 2

I do have kernel-headers installed. In my kernel config, I have Device Drivers--->Character devices---><M> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) enabled as module, with Intel I810 and i915 driver as modules too. Any tips?

allend 04-26-2007 05:01 PM

Quote:

/root/i915-20060403-linux.i386/drm/linux-core/drmP.h:44:26: linux/config.h: No such file or directory
It appears that make cannot find your config.h for your kernel.
Do you have a /usr/src/linux/include/linux/config.h?

H_TeXMeX_H 04-26-2007 05:22 PM

If it isn't in there, try 'make prepare' on the kernel source.

bioe007 04-26-2007 11:50 PM

1st you oughta be able to get X running sans fancy, non-vanilla i915 modules.

might I ask for some more info rather? can you please most the output of:

Code:

lsmod
modprobe -l
xorg.conf
cat /<yuorpath>/linux-2.6.XX.Y/.config | grep AGP
cat /<yuorpath>/linux-2.6.XX.Y/.config | grep INTEL
cat /<yuorpath>/linux-2.6.XX.Y/.config | grep DRM

also please try this:
Code:

mv /etc/xorg.conf /etc/myxorg.conf
cp /etc/xorg.conf-vesa /etc/xorg.conf
startx

that'll prove at some level your X11 is working, and we know its not broken.

i have 2 machines w/intel chipsets and have never had to do more than the i915resolution hack, where did you find such advice?

if you're building an external module you might check that:
Code:

ls /lib/modules/'uname -r'/build
has .config and include directory. then you should be able to compile that module from anywhere.. no?

{edit} also please post output of lspci -v

...and have you looked at dell bios updates? I don't normally recommend those but I just flashed #2 in my sig and it said it included VBIOS update. dunno if that would really help tho'

jmhal 04-27-2007 09:01 AM

Quote:

Originally Posted by allend
Do you have a /usr/src/linux/include/linux/config.h?

No, I don't have!
Quote:

Originally Posted by H_TeXMeX_H
try 'make prepare' on the kernel source.

I did, but it still isn't there.
Quote:

Originally Posted by bioe007
if you're building an external module you might check that:
ls /lib/modules/'uname -r'/build has .config and include directory.

It has .config and include directory.
Here's the output of lsmod:
Code:

Module                  Size  Used by
ipv6                  173344  10
pcmcia                20652  0
yenta_socket          15772  0
rsrc_nonstatic          7308  1 yenta_socket
pcmcia_core            20156  3 pcmcia,yenta_socket,rsrc_nonstatic
nls_iso8859_1          4096  1
ntfs                  79988  1
ipw2200              100704  0
snd_hda_intel          10040  0
snd_hda_codec        122544  1 snd_hda_intel
snd_pcm                43404  2 snd_hda_intel,snd_hda_codec
ieee80211              21576  1 ipw2200
uhci_hcd              14868  0
ehci_hcd              19992  0
snd_timer              12168  1 snd_pcm
ieee80211_crypt        2944  1 ieee80211
usbcore                75020  3 uhci_hcd,ehci_hcd
snd                    22392  4 snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
soundcore              3936  1 snd
firmware_class          4864  2 pcmcia,ipw2200
snd_page_alloc          5128  2 snd_hda_intel,snd_pcm
b44                    16400  0
mii                    3840  1 b44

The output of modprobe -l:
Code:

/lib/modules/2.6.20.8/kernel/crypto/michael_mic.ko
/lib/modules/2.6.20.8/kernel/crypto/deflate.ko
/lib/modules/2.6.20.8/kernel/crypto/twofish.ko
/lib/modules/2.6.20.8/kernel/crypto/arc4.ko
/lib/modules/2.6.20.8/kernel/crypto/crc32c.ko
/lib/modules/2.6.20.8/kernel/crypto/serpent.ko
/lib/modules/2.6.20.8/kernel/crypto/tea.ko
/lib/modules/2.6.20.8/kernel/crypto/blkcipher.ko
/lib/modules/2.6.20.8/kernel/crypto/sha512.ko
/lib/modules/2.6.20.8/kernel/crypto/blowfish.ko
/lib/modules/2.6.20.8/kernel/crypto/sha256.ko
/lib/modules/2.6.20.8/kernel/crypto/cast6.ko
/lib/modules/2.6.20.8/kernel/crypto/cast5.ko
/lib/modules/2.6.20.8/kernel/crypto/twofish_common.ko
/lib/modules/2.6.20.8/kernel/crypto/ecb.ko
/lib/modules/2.6.20.8/kernel/crypto/cbc.ko
/lib/modules/2.6.20.8/kernel/crypto/aes.ko
/lib/modules/2.6.20.8/kernel/crypto/sha1.ko
/lib/modules/2.6.20.8/kernel/drivers/serial/8250_accent.ko
/lib/modules/2.6.20.8/kernel/drivers/serial/serial_cs.ko
/lib/modules/2.6.20.8/kernel/drivers/serial/8250_fourport.ko
/lib/modules/2.6.20.8/kernel/drivers/serial/8250_boca.ko
/lib/modules/2.6.20.8/kernel/drivers/serial/8250_hub6.ko
/lib/modules/2.6.20.8/kernel/drivers/pcmcia/yenta_socket.ko
/lib/modules/2.6.20.8/kernel/drivers/pcmcia/i82092.ko
/lib/modules/2.6.20.8/kernel/drivers/pcmcia/pcmcia_core.ko
/lib/modules/2.6.20.8/kernel/drivers/pcmcia/tcic.ko
/lib/modules/2.6.20.8/kernel/drivers/pcmcia/pcmcia.ko
/lib/modules/2.6.20.8/kernel/drivers/pcmcia/pd6729.ko
/lib/modules/2.6.20.8/kernel/drivers/pcmcia/rsrc_nonstatic.ko
/lib/modules/2.6.20.8/kernel/drivers/crypto/geode-aes.ko
/lib/modules/2.6.20.8/kernel/drivers/message/fusion/mptfc.ko
/lib/modules/2.6.20.8/kernel/drivers/message/fusion/mptspi.ko
/lib/modules/2.6.20.8/kernel/drivers/message/fusion/mptsas.ko
/lib/modules/2.6.20.8/kernel/drivers/message/fusion/mptbase.ko
/lib/modules/2.6.20.8/kernel/drivers/message/fusion/mptlan.ko
/lib/modules/2.6.20.8/kernel/drivers/message/fusion/mptctl.ko
/lib/modules/2.6.20.8/kernel/drivers/message/fusion/mptscsih.ko
/lib/modules/2.6.20.8/kernel/drivers/message/i2o/i2o_config.ko
/lib/modules/2.6.20.8/kernel/drivers/message/i2o/i2o_bus.ko
/lib/modules/2.6.20.8/kernel/drivers/message/i2o/i2o_scsi.ko
/lib/modules/2.6.20.8/kernel/drivers/message/i2o/i2o_core.ko
/lib/modules/2.6.20.8/kernel/drivers/message/i2o/i2o_proc.ko
/lib/modules/2.6.20.8/kernel/drivers/message/i2o/i2o_block.ko
/lib/modules/2.6.20.8/kernel/drivers/video/backlight/backlight.ko
/lib/modules/2.6.20.8/kernel/drivers/input/keyboard/sunkbd.ko
/lib/modules/2.6.20.8/kernel/drivers/input/keyboard/newtonkbd.ko
/lib/modules/2.6.20.8/kernel/drivers/input/serio/pcips2.ko
/lib/modules/2.6.20.8/kernel/drivers/input/serio/serport.ko
/lib/modules/2.6.20.8/kernel/drivers/input/serio/ct82c710.ko
/lib/modules/2.6.20.8/kernel/drivers/input/mouse/inport.ko
/lib/modules/2.6.20.8/kernel/drivers/input/mouse/sermouse.ko
/lib/modules/2.6.20.8/kernel/drivers/input/mouse/logibm.ko
/lib/modules/2.6.20.8/kernel/drivers/input/mouse/pc110pad.ko
/lib/modules/2.6.20.8/kernel/drivers/block/DAC960.ko
/lib/modules/2.6.20.8/kernel/drivers/block/cciss.ko
/lib/modules/2.6.20.8/kernel/drivers/block/sx8.ko
/lib/modules/2.6.20.8/kernel/drivers/block/floppy.ko
/lib/modules/2.6.20.8/kernel/drivers/block/cpqarray.ko
/lib/modules/2.6.20.8/kernel/drivers/cpufreq/cpufreq_powersave.ko
/lib/modules/2.6.20.8/kernel/drivers/cpufreq/cpufreq_stats.ko
/lib/modules/2.6.20.8/kernel/drivers/cpufreq/cpufreq_userspace.ko
/lib/modules/2.6.20.8/kernel/drivers/cpufreq/cpufreq_ondemand.ko
/lib/modules/2.6.20.8/kernel/drivers/cpufreq/cpufreq_conservative.ko
/lib/modules/2.6.20.8/kernel/drivers/cpufreq/freq_table.ko

/lib/modules/2.6.20.8/kernel/drivers/scsi/in2000.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/initio.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/gdth.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/dtc.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/u14-34f.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/fdomain.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/tmscsim.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/53c700.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/dc395x.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/sym53c416.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/3w-9xxx.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/a100u2w.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/wd7000.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/pas16.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/scsi_transport_fc.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/BusLogic.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/eata.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/qlogicfas.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/sg.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/dmx3191d.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/ultrastor.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/scsi_transport_spi.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/qla2xxx/qla2xxx.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/lpfc/lpfc.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/scsi_transport_sas.ko
/lib/modules/2.6.20.8/kernel/drivers/scsi/qla1280.ko
/lib/modules/2.6.20.8/kernel/drivers/char/genrtc.ko
/lib/modules/2.6.20.8/kernel/drivers/char/rtc.ko
/lib/modules/2.6.20.8/kernel/drivers/char/i8k.ko
/lib/modules/2.6.20.8/kernel/drivers/char/dtlk.ko
/lib/modules/2.6.20.8/kernel/drivers/char/nvram.ko
/lib/modules/2.6.20.8/kernel/drivers/char/toshiba.ko
/lib/modules/2.6.20.8/kernel/drivers/char/drm/drm.ko
/lib/modules/2.6.20.8/kernel/drivers/char/drm/i915.ko
/lib/modules/2.6.20.8/kernel/drivers/char/drm/i830.ko
/lib/modules/2.6.20.8/kernel/drivers/char/drm/i810.ko
/lib/modules/2.6.20.8/kernel/drivers/base/firmware_class.ko
/lib/modules/2.6.20.8/kernel/drivers/acpi/video.ko
/lib/modules/2.6.20.8/kernel/drivers/acpi/battery.ko
/lib/modules/2.6.20.8/kernel/drivers/acpi/ibm_acpi.ko
/lib/modules/2.6.20.8/kernel/drivers/acpi/container.ko
/lib/modules/2.6.20.8/kernel/drivers/acpi/fan.ko
/lib/modules/2.6.20.8/kernel/drivers/acpi/button.ko
/lib/modules/2.6.20.8/kernel/drivers/acpi/toshiba_acpi.ko
/lib/modules/2.6.20.8/kernel/drivers/acpi/processor.ko
/lib/modules/2.6.20.8/kernel/drivers/acpi/thermal.ko
/lib/modules/2.6.20.8/kernel/drivers/acpi/ac.ko
/lib/modules/2.6.20.8/kernel/drivers/acpi/asus_acpi.ko
/lib/modules/2.6.20.8/kernel/drivers/usb/serial/omninet.ko
/lib/modules/2.6.20.8/kernel/drivers/usb/serial/ark3116.ko
/lib/modules/2.6.20.8/kernel/drivers/usb/serial/option.ko
/lib/modules/2.6.20.8/kernel/drivers/usb/serial/funsoft.ko
/lib/modules/2.6.20.8/kernel/drivers/usb/serial/ipw.ko
/lib/modules/2.6.20.8/kernel/drivers/usb/serial/airprime.ko
/lib/modules/2.6.20.8/kernel/drivers/usb/serial/cp2101.ko
/lib/modules/2.6.20.8/kernel/drivers/usb/serial/usbserial.ko
/lib/modules/2.6.20.8/kernel/drivers/usb/storage/usb-storage.ko
/lib/modules/2.6.20.8/kernel/drivers/usb/input/usbhid.ko
/lib/modules/2.6.20.8/kernel/drivers/usb/class/cdc-acm.ko
/lib/modules/2.6.20.8/kernel/drivers/usb/host/isp116x-hcd.ko
/lib/modules/2.6.20.8/kernel/drivers/usb/host/sl811-hcd.ko
/lib/modules/2.6.20.8/kernel/drivers/usb/host/uhci-hcd.ko
/lib/modules/2.6.20.8/kernel/drivers/usb/host/ohci-hcd.ko
/lib/modules/2.6.20.8/kernel/drivers/usb/host/sl811_cs.ko
/lib/modules/2.6.20.8/kernel/drivers/usb/host/ehci-hcd.ko
/lib/modules/2.6.20.8/kernel/drivers/usb/core/usbcore.ko
/lib/modules/2.6.20.8/kernel/drivers/rtc/rtc-core.ko
/lib/modules/2.6.20.8/kernel/drivers/rtc/rtc-proc.ko
/lib/modules/2.6.20.8/kernel/drivers/rtc/rtc-lib.ko
/lib/modules/2.6.20.8/kernel/drivers/rtc/rtc-dev.ko
/lib/modules/2.6.20.8/kernel/drivers/rtc/rtc-sysfs.ko
/lib/modules/2.6.20.8/kernel/drivers/rtc/rtc-m48t86.ko
/lib/modules/2.6.20.8/kernel/drivers/net/ppp_deflate.ko
/lib/modules/2.6.20.8/kernel/drivers/net/ppp_synctty.ko
/lib/modules/2.6.20.8/kernel/drivers/net/sb1000.ko
/lib/modules/2.6.20.8/kernel/drivers/net/ppp_generic.ko
/lib/modules/2.6.20.8/kernel/drivers/net/wireless/ipw2200.ko
/lib/modules/2.6.20.8/kernel/drivers/net/wireless/ipw2100.ko
/lib/modules/2.6.20.8/kernel/drivers/net/mii.ko
/lib/modules/2.6.20.8/kernel/drivers/net/pppox.ko
/lib/modules/2.6.20.8/kernel/drivers/net/pppoe.ko
/lib/modules/2.6.20.8/kernel/drivers/net/b44.ko
/lib/modules/2.6.20.8/kernel/drivers/net/wan/wanxl.ko
/lib/modules/2.6.20.8/kernel/drivers/net/wan/hdlc_raw.ko
/lib/modules/2.6.20.8/kernel/drivers/net/wan/hdlc_raw_eth.ko
/lib/modules/2.6.20.8/kernel/drivers/net/wan/hdlc_ppp.ko
/lib/modules/2.6.20.8/kernel/drivers/net/wan/hdlc_cisco.ko
/lib/modules/2.6.20.8/kernel/drivers/net/wan/sdla.ko
/lib/modules/2.6.20.8/kernel/drivers/net/wan/sbni.ko
/lib/modules/2.6.20.8/kernel/drivers/net/wan/z85230.ko
/lib/modules/2.6.20.8/kernel/drivers/net/wan/c101.ko
/lib/modules/2.6.20.8/kernel/drivers/net/wan/n2.ko
/lib/modules/2.6.20.8/kernel/drivers/net/wan/dlci.ko
/lib/modules/2.6.20.8/kernel/drivers/net/wan/cosa.ko
/lib/modules/2.6.20.8/kernel/drivers/net/wan/lmc/lmc.ko
/lib/modules/2.6.20.8/kernel/sound/soundcore.ko
/lib/modules/2.6.20.8/kernel/sound/core/snd-pcm.ko
/lib/modules/2.6.20.8/kernel/sound/core/snd.ko
/lib/modules/2.6.20.8/kernel/sound/core/snd-timer.ko
/lib/modules/2.6.20.8/kernel/sound/core/snd-page-alloc.ko
/lib/modules/2.6.20.8/kernel/sound/pci/hda/snd-hda-codec.ko
/lib/modules/2.6.20.8/kernel/sound/pci/hda/snd-hda-intel.ko
/lib/modules/2.6.20.8/kernel/arch/i386/kernel/apm.ko
/lib/modules/2.6.20.8/kernel/arch/i386/kernel/cpu/cpufreq/longrun.ko
/lib/modules/2.6.20.8/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k8.ko
/lib/modules/2.6.20.8/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k7.ko
/lib/modules/2.6.20.8/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k6.ko
/lib/modules/2.6.20.8/kernel/arch/i386/kernel/cpu/cpufreq/speedstep-smi.ko
/lib/modules/2.6.20.8/kernel/arch/i386/kernel/cpu/cpufreq/speedstep-lib.ko
/lib/modules/2.6.20.8/kernel/arch/i386/kernel/cpu/cpufreq/speedstep-ich.ko
/lib/modules/2.6.20.8/kernel/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.ko
/lib/modules/2.6.20.8/kernel/arch/i386/kernel/cpu/cpufreq/p4-clockmod.ko
/lib/modules/2.6.20.8/kernel/arch/i386/kernel/cpu/cpufreq/cpufreq-nforce2.ko
/lib/modules/2.6.20.8/kernel/arch/i386/kernel/cpu/cpufreq/gx-suspmod.ko
/lib/modules/2.6.20.8/kernel/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.ko
/lib/modules/2.6.20.8/kernel/arch/i386/crypto/aes-i586.ko
/lib/modules/2.6.20.8/kernel/net/sunrpc/sunrpc.ko
/lib/modules/2.6.20.8/kernel/net/netfilter/xt_tcpudp.ko
/lib/modules/2.6.20.8/kernel/net/netfilter/x_tables.ko
/lib/modules/2.6.20.8/kernel/net/ieee80211/ieee80211_crypt_wep.ko
/lib/modules/2.6.20.8/kernel/net/ieee80211/ieee80211_crypt_ccmp.ko
/lib/modules/2.6.20.8/kernel/net/ieee80211/softmac/ieee80211softmac.ko
/lib/modules/2.6.20.8/kernel/net/ieee80211/ieee80211.ko
/lib/modules/2.6.20.8/kernel/net/ieee80211/ieee80211_crypt.ko
/lib/modules/2.6.20.8/kernel/net/ieee80211/ieee80211_crypt_tkip.ko
/lib/modules/2.6.20.8/kernel/net/8021q/8021q.ko
/lib/modules/2.6.20.8/kernel/lib/zlib_deflate/zlib_deflate.ko
/lib/modules/2.6.20.8/kernel/lib/crc16.ko
/lib/modules/2.6.20.8/kernel/lib/crc-ccitt.ko
/lib/modules/2.6.20.8/kernel/lib/libcrc32c.ko
/lib/modules/2.6.20.8/kernel/fs/msdos/msdos.ko
/lib/modules/2.6.20.8/kernel/fs/lockd/lockd.ko
/lib/modules/2.6.20.8/kernel/fs/ntfs/ntfs.ko
/lib/modules/2.6.20.8/kernel/fs/cifs/cifs.ko
/lib/modules/2.6.20.8/kernel/fs/nls/nls_iso8859-1.ko
/lib/modules/2.6.20.8/kernel/fs/nls/nls_utf8.ko
/lib/modules/2.6.20.8/kernel/fs/nls/nls_cp437.ko
/lib/modules/2.6.20.8/kernel/fs/nfs/nfs.ko

The .config has :
Code:

CONFIG_AGP=y
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_ATI is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
CONFIG_AGP_INTEL=y
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_EFFICEON is not set
CONFIG_DRM=m
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
CONFIG_DRM_I810=m
CONFIG_DRM_I830=m
CONFIG_DRM_I915=m
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
CONFIG_X86_INTEL_USERCOPY=y
# CONFIG_HW_RANDOM_INTEL is not set
CONFIG_AGP_INTEL=y
CONFIG_FB_INTEL=y
# CONFIG_FB_INTEL_DEBUG is not set
CONFIG_FB_INTEL_I2C=y
CONFIG_SND_HDA_INTEL=m
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_INTEL8X0M is not set

Quote:

Originally Posted by bioe007
also please try this:
Code:

mv /etc/xorg.conf /etc/myxorg.conf
cp /etc/xorg.conf-vesa /etc/xorg.conf
startx


Did not work. Heres the output:
Code:

X Window System Version 6.9.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 6.9
Build Operating System: Linux 2.4.33.3 i686 [ELF]
Current Operating System: Linux japetus 2.6.20.8 #4 SMP Thu Apr 26 15:13:40 BRT 2007 i686
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Apr 27 12:04:05 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |  |-->Monitor "My Monitor"
(**) |  |-->Device "VESA Framebuffer"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/local/".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/local/").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/Speedo/".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/Speedo/").
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/cyrillic/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.8
        X.Org XInput driver : 0.5
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(--) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2590 card 1028,01cb rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2592 card 1028,01cb rev 03 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,2792 card 1028,01cb rev 03 class 03,80,00 hdr 80
(II) PCI: 00:1b:0: chip 8086,2668 card 1028,01cb rev 03 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1c:3: chip 8086,2666 card 0000,0000 rev 03 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2658 card 1028,01cb rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 1028,01cb rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 1028,01cb rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,265b card 1028,01cb rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 1028,01cb rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d3 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,2641 card 1028,01cb rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,266f card 1028,01cb rev 03 class 01,01,8a hdr 00
(II) PCI: 02:00:0: chip 14e4,170c card 1028,01cb rev 02 class 02,00,00 hdr 00
(II) PCI: 02:03:0: chip 8086,4220 card 8086,2721 rev 05 class 02,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,12), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1        0        0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 11: bridge is at (0:28:0), (0,11,11), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 12: bridge is at (0:28:3), (0,12,13), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 12 I/O range:
        [0] -1        0        0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 12 non-prefetchable memory range:
        [0] -1        0        0xdfc00000 - 0xdfdfffff (0x200000) MX[B]
(II) Bus 12 prefetchable memory range:
        [0] -1        0        0xd0000000 - 0xd01fffff (0x200000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 non-prefetchable memory range:
        [0] -1        0        0xdfb00000 - 0xdfbfffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:2:0) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0xdff00000/19, 0xc0000000/28, 0xdfec0000/18, I/O @ 0xeff8/3
(--) PCI: (0:2:1) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0xdff80000/19
(II) Addressable bus resource ranges are
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 6.9.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 7.0.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(--) AIGLX disabled
(II) Loading extension GLX
(II) LoadModule: "vesa"
(II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.3
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 00:02:0
(--) Assigning device section with no busID to primary device
(--) Chipset vesa found
(II) Setting vga for screen 0.
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 0.8
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(II) VESA(0): initializing int10
(WW) VESA(0): Bad V_BIOS checksum
(II) VESA(0): Primary V_BIOS segment is: 0xc000
(EE) VESA(0): unknown type(0xffffffff)=0xff
(II) VESA(0): EAX=0x00004f00, EBX=0x00000000, ECX=0x00000000, EDX=0x00000000
(II) VESA(0): ESP=0x00000ffa, EBP=0x00000000, ESI=0x00000000, EDI=0x00002000
(II) VESA(0): CS=0xc000, SS=0x0100, DS=0x0040, ES=0x0000, FS=0x0000, GS=0x0000
(II) VESA(0): EIP=0x00000014, EFLAGS=0x00003200
(II) VESA(0): code at 0x000c0014:
 e9 99 20 a1 40 00 e0 0a 30 30 49 42 4d 20 56 47
 41 20 43 6f 6d 70 61 74 69 62 6c 65 20 42 49 4f
(II) stack at 0x00001ffa:
 00 06 00 00 00 32
(II) VESA(0): VESA BIOS not detected
(II) UnloadModule: "vesa"
(II) UnloadModule: "int10"
(II) Unloading /usr/X11R6/lib/modules/linux/libint10.so
(II) UnloadModule: "vbe"
(II) Unloading /usr/X11R6/lib/modules/libvbe.so
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
Please consult the The X.Org Foundation support
        at http://wiki.X.Org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.


jmhal 04-27-2007 09:03 AM

Quote:

Originally Posted by bioe007
{edit} also please post output of lspci -v

...and have you looked at dell bios updates? I don't normally recommend those but I just flashed #2 in my sig and it said it included VBIOS update. dunno if that would really help tho'


I don't know about Dell Bios Updates. But i'll check dell.com. Heres the output of lspci -v:
Code:

00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
        Subsystem: Dell Unknown device 01cb
        Flags: bus master, fast devsel, latency 0
        Capabilities: [e0] Vendor Specific Information

00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03) (prog-if 00 [VGA])
        Subsystem: Dell Unknown device 01cb
        Flags: fast devsel, IRQ 16
        Memory at dff00000 (32-bit, non-prefetchable) [size=512K]
        I/O ports at eff8 [size=8]
        Memory at c0000000 (32-bit, prefetchable) [size=256M]
        Memory at dfec0000 (32-bit, non-prefetchable) [size=256K]
        Capabilities: [d0] Power Management version 2

00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
        Subsystem: Dell Unknown device 01cb
        Flags: bus master, fast devsel, latency 0
        Memory at dff80000 (32-bit, non-prefetchable) [size=512K]
        Capabilities: [d0] Power Management version 2

00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)
        Subsystem: Dell Unknown device 01cb
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at dfebc000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2
        Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
        Capabilities: [70] Express Unknown type IRQ 0
        Capabilities: [100] Virtual Channel
        Capabilities: [130] Unknown (5)

00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
        Capabilities: [40] Express Root Port (Slot+) IRQ 0
        Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable-
        Capabilities: [90] #0d [0000]
        Capabilities: [a0] Power Management version 2
        Capabilities: [100] Virtual Channel
        Capabilities: [180] Unknown (5)

00:1c.3 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 4 (rev 03) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=0c, subordinate=0d, sec-latency=0
        I/O behind bridge: 0000d000-0000dfff
        Memory behind bridge: dfc00000-dfdfffff
        Prefetchable memory behind bridge: 00000000d0000000-00000000d0100000
        Capabilities: [40] Express Root Port (Slot+) IRQ 0
        Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable-
        Capabilities: [90] #0d [0000]
        Capabilities: [a0] Power Management version 2
        Capabilities: [100] Virtual Channel
        Capabilities: [180] Unknown (5)

00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03) (prog-if 00 [UHCI])
        Subsystem: Dell Unknown device 01cb
        Flags: bus master, medium devsel, latency 0, IRQ 16
        I/O ports at bf80 [size=32]

00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03) (prog-if 00 [UHCI])
        Subsystem: Dell Unknown device 01cb
        Flags: bus master, medium devsel, latency 0, IRQ 19
        I/O ports at bf60 [size=32]

00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03) (prog-if 00 [UHCI])
        Subsystem: Dell Unknown device 01cb
        Flags: bus master, medium devsel, latency 0, IRQ 18
        I/O ports at bf40 [size=32]

00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03) (prog-if 00 [UHCI])
        Subsystem: Dell Unknown device 01cb
        Flags: bus master, medium devsel, latency 0, IRQ 17
        I/O ports at bf20 [size=32]

00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03) (prog-if 20 [EHCI])
        Subsystem: Dell Unknown device 01cb
        Flags: bus master, medium devsel, latency 0, IRQ 16
        Memory at b0000000 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Debug port

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3) (prog-if 01 [Subtractive decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=32
        Memory behind bridge: dfb00000-dfbfffff
        Capabilities: [50] #0d [0000]

00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
        Subsystem: Dell Unknown device 01cb
        Flags: bus master, medium devsel, latency 0

00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03) (prog-if 8a [Master SecP PriP])
        Subsystem: Dell Unknown device 01cb
        Flags: bus master, medium devsel, latency 0, IRQ 16
        I/O ports at 01f0 [size=8]
        I/O ports at 03f4 [size=1]
        I/O ports at 0170 [size=8]
        I/O ports at 0374 [size=1]
        I/O ports at bfa0 [size=16]

02:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
        Subsystem: Dell Unknown device 01cb
        Flags: bus master, fast devsel, latency 64, IRQ 18
        Memory at dfbfe000 (32-bit, non-prefetchable) [size=8K]
        Capabilities: [40] Power Management version 2

02:03.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05)
        Subsystem: Intel Corporation Unknown device 2721
        Flags: medium devsel, IRQ 19
        Memory at dfbfd000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: [dc] Power Management version 2


bioe007 04-27-2007 02:25 PM

This might be a problem:
Quote:

CONFIG_AGP=y
go to graphics, and disable framebuffer support, then go back to char devices and make AGP modular.

I don't think thats your #1 problem, though to enable DRI later you will need that AFAIK. And my intel chipsets really dont like to be used as framebuffers. You want these modules:
Code:

/lib/modules/2.6.19.1/kernel/drivers/char/agp/agpgart.ko
/lib/modules/2.6.19.1/kernel/drivers/char/agp/intel-agp.ko

you can only have them if you don't compile in framebuffer support. (You can leave as a module if you want)
I'm not sure, but this seems bad to me:
Quote:

Originally Posted by #1
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(EE) I810(0): unknown type(0xffffffff)=0xff

Code:

(WW) VESA(0): Bad V_BIOS checksum
there may be something to the bios update.

do you have 915resolution and can you post output of:
Code:

915resolution -l
it seems your mobo/chipset combination may be the problem... there is an option in the driver section to specify the starting segment of your VBIOS but thats pretty much beyond me..

I'm just wondering if 915res can correctly get your vbios. though it seems lspci identifying it w/o trouble, I just checked lspci on my 945GM lappy and the only difference I see is this line:

Code:

Capabilities: [90] Message Signalled Interrupts: 64bit- Queue=0/0 Enable-
-but- 915resolution also detects an offset(?) $269, but I think that is for the mode table, not the start addr of the vbios id. :(

maybe the kernel is the only problem?

bioe007 04-27-2007 06:08 PM

just made the connection between your other thread and this problem..

One thing about the gentoo kernels is they have some different options in them than vanilla sources. Did you double check all the menus in your current kernel? also check for fbsplash options in your config. These will only be problematic if you've got vanilla sources compiling with a gentoo .config. But make oldconfig should find those and ask about them (?)

Did you perchance lsmod from the gentoo cd? did you emerge xorg (and get X running) on gentoo?

another idea would be to try a livecd or something like Ubuntu that sets everything up for you, then copy the xorg.conf and lsmod stuff from there.

jmhal 04-27-2007 11:43 PM

I'll try to disable the framebuffers in the kernel. I made a full install of gentoo and emerged xorg-x11, but didn't get X working. As I remember, the error message from startx was the same. I copied the .config and made make oldconfig. I'll follow your advices and post the results here tomorrow ( it' dawn here in brazil now, i don't wanna try anything while not fully awake ). BTW, thanks for your attention, bioe007.

bioe007 04-28-2007 12:48 AM

Quote:

( it' dawn here in brazil now, i don't wanna try anything while not fully awake ).
you're far more prudent than i... i tend to break things really good when not fully awake :D

Quote:

BTW, thanks for your attention, bioe007.
don't mention it - just please don't assume I'm some great guru here, I'm fairly n00b to linux myself. Just happen to have similar chipsets.
<I try to only 'help' on topics that I have direct experience with & I've spent many a late night messing up.. er I mean, with my slack lappy trying to get i945gm working.>

what are you getting/using in your xorg.conf? can you post that too when you get a chance? It doesn't _seem_ to be the source of this problem but.....

Can you install huge26.s + modules, then try and boot + startx with the xorg.vesa-conf?

have you checked for a bios upgrade yet? as above I did mine and there was a note about the vbios being included. at this point i'd say its worth a try. xorg.conf-vesa should run on just about anything.

another option for the kernel, I can send you the .config for my latitude (D820) which I think should still work for yours (is yours SMP/SATA?) iirc you have ich6?

<edit> just found this for ubuntu on latitude 120l
Code:

Section "Device"
Identifier "Intel Corporation Mobile Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
Option "UseFBDev" "true"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-67
VertRefresh 30-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile Integrated Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24

<snip>
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection

and for ref mine:
Code:

Section "ServerLayout"
        Identifier    "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath  "/usr/X11R6/lib/modules"
        FontPath    "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath    "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath    "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath    "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "xtrap"
        Load  "record"
        Load  "dbe"
        Load  "dri"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel"  "pc101"
        Option      "XkbLayout"  "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "Protocol" "auto"
        Option            "Device" "/dev/mouse"
        Option            "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        #DisplaySize          330  210        # mm
        Identifier  "Monitor0"
        VendorName  "CPT"
        ModelName    "13a6"
EndSection

Section "Device"
      Identifier  "Card0"
        Driver      "i810"
        VendorName  "Intel Corporation"
        BoardName  "Mobile Integrated Graphics Controller"
        BusID      "PCI:0:2:0"
        VideoRam    65536
        Option      "XVideo"        "On"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device    "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport  0 0
                Depth    16
                Modes        "1280x800"
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    24
                Modes        "1280x800"
        EndSubSection
        Subsection "Display"
                Viewport  0 0
                Depth    32
                Modes        "1280x800"
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

and heres a page that makes no sense to me whatsoever... but I figure if you're in Brazil maybe?

and another one, that has an example .config just a little ways down the page.

hth

jmhal 04-28-2007 10:58 AM

Hello,

Search at the dell website, i found that the lastest bios released is A09, and mine is A08. Went to windows, download the file and installed. The system booted normally. Now on Linux, the same problem arises.

I removed the framebuffer from the kernel and left the agpgart as module. I wasn't able to boot without vga=normal ( and old problem coming back ). Again, the same problem with X.

Here's the xorg.conf:
Code:

Section "ServerLayout"
        Identifier    "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath  "/usr/X11R6/lib/modules"
        FontPath    "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath    "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath    "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath    "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "glx"
        Load  "dri-old.libdri"
        Load  "dri-old.libglx"
        Load  "extmod"
        Load  "dri-old.libGLcore"
        Load  "xtrap"
        Load  "record"
        Load  "dbe"
        Load  "dri"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "Protocol" "auto"
        Option            "Device" "/dev/mouse"
        Option            "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier  "Monitor0"
        VendorName  "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option    "NoAccel"                    # [<bool>]
        #Option    "SWcursor"                  # [<bool>]
        #Option    "ColorKey"                  # <i>
        #Option    "CacheLines"                # <i>
        #Option    "Dac6Bit"                    # [<bool>]
        #Option    "DRI"                        # [<bool>]
        #Option    "NoDDC"                      # [<bool>]
        #Option    "ShowCache"                  # [<bool>]
        #Option    "XvMCSurfaces"              # <i>
        #Option    "PageFlip"                  # [<bool>]
        Identifier  "Card0"
        Driver      "i810"
        VendorName  "Intel Corporation"
        BoardName  "Mobile 915GM/GMS/910GML Express Graphics Controller"
        BusID      "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device    "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport  0 0
                Depth    1
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    4
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    8
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    15
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    16
        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    24
        EndSubSection
EndSection

I'll download the latest ubuntu and post xorg.conf, lsmod and dmesg here. I did not install with huge26, but with test26. Will try using huge26 now. My laptop doens't have SATA, but I think your .config may be of great help.

bioe007 04-28-2007 11:32 AM

in your device section have you tried: Option "DDC" "Off"

jmhal 04-29-2007 09:11 AM

I tried a Kubuntu live CD with kernel 2.6.15.
lsmod Output:
Code:

Module                  Size  Used by
i915                  20608  1
drm                    73236  2 i915
rfcomm                40216  0
l2cap                  26244  5 rfcomm
bluetooth              49892  4 rfcomm,l2cap
ppdev                  9220  0
parport_pc            35780  0
lp                    11844  0
parport                36296  3 ppdev,parport_pc,lp
speedstep_centrino      8400  1
cpufreq_userspace      4696  1
cpufreq_stats          5636  0
freq_table              4740  2 speedstep_centrino,cpufreq_stats
cpufreq_powersave      1920  0
cpufreq_ondemand        6428  0
cpufreq_conservative    7332  0
video                  16260  0
tc1100_wmi              6916  0
sony_acpi              5644  0
pcc_acpi              12416  0
hotkey                11556  0
dev_acpi              11140  0
container              4608  0
button                  6672  0
acpi_sbs              19980  0
battery                9988  1 acpi_sbs
i2c_acpi_ec            5120  1 acpi_sbs
i2c_core              21904  1 i2c_acpi_ec
ac                      5252  1 acpi_sbs
dm_mod                58936  1
md_mod                72532  0
ipv6                  265600  6
snd_hda_intel          18964  1
snd_hda_codec        142640  1 snd_hda_intel
snd_pcm_oss            53664  0
snd_mixer_oss          18688  1 snd_pcm_oss
snd_pcm                89864  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
joydev                10048  0
tsdev                  8000  0
ipw2200              107308  0
ieee80211              37064  1 ipw2200
ieee80211_crypt        6272  1 ieee80211
ieee80211_1_1_13      38216  0
ieee80211_1_1_13_crypt    6784  1 ieee80211_1_1_13
intel_agp              22940  1
serio_raw              7300  0
agpgart                34888  3 drm,intel_agp
snd_timer              25220  1 snd_pcm
snd                    55268  8 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
shpchp                45632  0
pci_hotplug            29236  1 shpchp
soundcore              10208  1 snd
snd_page_alloc        10632  2 snd_hda_intel,snd_pcm
psmouse                36228  0
af_packet              22920  4
pcspkr                  2180  0
rtc                    13492  0
evdev                  9856  2
b44                    25740  0
mii                    5888  1 b44
squashfs              44980  1
unionfs                89884  1
loop                  17288  2
nls_cp437              5888  1
isofs                  37688  1
ide_generic            1536  0
ehci_hcd              32008  0
uhci_hcd              33680  0
usbcore              129668  3 ehci_hcd,uhci_hcd
ide_cd                33028  1
cdrom                  38560  1 ide_cd
ide_disk              17664  2
piix                  11012  1
generic                5124  0
thermal                13576  0
processor              23360  2 speedstep_centrino,thermal
fan                    4868  0
capability              5000  0
commoncap              7296  1 capability
vga16fb                13704  1
vgastate              10368  1 vga16fb
fbcon                  42784  72
tileblit                2816  1 fbcon
font                    8320  1 fbcon
bitblit                6272  1 fbcon
softcursor              2304  1 bitblit

dmesg output:
Code:

[4294667.296000] Linux version 2.6.15-23-386 (buildd@rothera) (gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 PREEMPT Tue May 23 13:49:40 UTC 2006
[4294667.296000] BIOS-provided physical RAM map:
[4294667.296000]  BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[4294667.296000]  BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[4294667.296000]  BIOS-e820: 0000000000100000 - 000000001f7d3800 (usable)
[4294667.296000]  BIOS-e820: 000000001f7d3800 - 0000000020000000 (reserved)
[4294667.296000]  BIOS-e820: 00000000e0000000 - 00000000f0007000 (reserved)
[4294667.296000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[4294667.296000]  BIOS-e820: 00000000fed20000 - 00000000fee10000 (reserved)
[4294667.296000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[4294667.296000] 0MB HIGHMEM available.
[4294667.296000] 503MB LOWMEM available.
[4294667.296000] On node 0 totalpages: 128979
[4294667.296000]  DMA zone: 4096 pages, LIFO batch:0
[4294667.296000]  DMA32 zone: 0 pages, LIFO batch:0
[4294667.296000]  Normal zone: 124883 pages, LIFO batch:31
[4294667.296000]  HighMem zone: 0 pages, LIFO batch:0
[4294667.296000] DMI 2.3 present.
[4294667.296000] ACPI: RSDP (v000 DELL                                  ) @ 0x000fc970
[4294667.296000] ACPI: RSDT (v001 DELL    D05    0x27d60b07 ASL  0x00000061) @ 0x1f7d3fd3
[4294667.296000] ACPI: FADT (v001 DELL    D05    0x27d60b07 ASL  0x00000061) @ 0x1f7d4c00
[4294667.296000] ACPI: MADT (v001 DELL    D05    0x27d60b07 ASL  0x00000047) @ 0x1f7d5400
[4294667.296000] ACPI: MCFG (v016 DELL    D05    0x27d60b07 ASL  0x00000061) @ 0x1f7d53c0
[4294667.296000] ACPI: SSDT (v001  PmRef  Cpu0Ist 0x00003000 INTL 0x20030522) @ 0x1f7d43e2
[4294667.296000] ACPI: SSDT (v001  PmRef  Cpu0Cst 0x00003001 INTL 0x20030522) @ 0x1f7d420a
[4294667.296000] ACPI: SSDT (v001  PmRef    CpuPm 0x00003000 INTL 0x20030522) @ 0x1f7d400f
[4294667.296000] ACPI: DSDT (v001 INT430 SYSFexxx 0x00001001 MSFT 0x0100000e) @ 0x00000000
[4294667.296000] ACPI: PM-Timer IO Port: 0x1008
[4294667.296000] ACPI: Local APIC address 0xfee00000
[4294667.296000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[4294667.296000] Processor #0 6:13 APIC version 20
[4294667.296000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
[4294667.296000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[4294667.296000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[4294667.296000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[4294667.296000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[4294667.296000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[4294667.296000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[4294667.296000] ACPI: IRQ0 used by override.
[4294667.296000] ACPI: IRQ2 used by override.
[4294667.296000] ACPI: IRQ9 used by override.
[4294667.296000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[4294667.296000] Using ACPI (MADT) for SMP configuration information
[4294667.296000] Allocating PCI resources starting at 30000000 (gap: 20000000:c0000000)
[4294667.296000] Built 1 zonelists
[4294667.296000] Kernel command line: BOOT_IMAGE=/casper/vmlinuz preseed/file=/cdrom/preseed/kubuntu.seed boot=casper initrd=/casper/initrd.gz ramdisk_size=1048576 root=/dev/ram rw quiet splash --
[4294667.296000] mapped APIC to ffffd000 (fee00000)
[4294667.296000] mapped IOAPIC to ffffc000 (fec00000)
[4294667.296000] Initializing CPU#0
[4294667.296000] PID hash table entries: 2048 (order: 11, 32768 bytes)
[4294667.296000] Detected 1729.169 MHz processor.
[4294667.296000] Using pmtmr for high-res timesource
[4294667.296000] Console: colour VGA+ 80x25
[4294668.838000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[4294668.839000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[4294668.849000] Memory: 500788k/515916k available (1976k kernel code, 14572k reserved, 606k data, 288k init, 0k highmem)
[4294668.849000] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[4294668.909000] Calibrating delay using timer specific routine.. 3461.42 BogoMIPS (lpj=1730712)
[4294668.909000] Security Framework v1.0.0 initialized
[4294668.909000] SELinux:  Disabled at boot.
[4294668.909000] Mount-cache hash table entries: 512
[4294668.909000] CPU: After generic identify, caps: afe9fbff 00100000 00000000 00000000 00000180 00000000 00000000
[4294668.909000] CPU: After vendor identify, caps: afe9fbff 00100000 00000000 00000000 00000180 00000000 00000000
[4294668.909000] CPU: L1 I cache: 32K, L1 D cache: 32K
[4294668.909000] CPU: L2 cache: 2048K
[4294668.909000] CPU: After all inits, caps: afe9fbff 00100000 00000000 00000040 00000180 00000000 00000000
[4294668.909000] mtrr: v2.0 (20020519)
[4294668.909000] CPU: Intel(R) Pentium(R) M processor 1.73GHz stepping 08
[4294668.909000] Enabling fast FPU save and restore... done.
[4294668.909000] Enabling unmasked SIMD FPU exception support... done.
[4294668.909000] Checking 'hlt' instruction... OK.
[4294668.913000] checking if image is initramfs... it is
[4294669.541000] Freeing initrd memory: 6836k freed
[4294669.556000] ACPI: Looking for DSDT ... not found!
[4294669.558000] ENABLING IO-APIC IRQs
[4294669.558000] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[4294669.669000] NET: Registered protocol family 16
[4294669.669000] EISA bus registered
[4294669.669000] ACPI: bus type pci registered
[4294669.684000] PCI: PCI BIOS revision 2.10 entry at 0xfba7e, last bus=13
[4294669.684000] PCI: Using MMCONFIG
[4294669.685000] ACPI: Subsystem revision 20051216
[4294669.701000] ACPI: Interpreter enabled
[4294669.701000] ACPI: Using IOAPIC for interrupt routing
[4294669.702000] ACPI: PCI Root Bridge [PCI0] (0000:00)
[4294669.702000] PCI: Probing PCI hardware (bus 00)
[4294669.702000] ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
[4294669.716000] Boot video device is 0000:00:02.0
[4294669.716000] PCI quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
[4294669.716000] PCI quirk: region 1080-10bf claimed by ICH6 GPIO
[4294669.716000] PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
[4294669.717000] PCI: Transparent bridge - 0000:00:1e.0
[4294669.717000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[4294669.734000] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11)
[4294669.734000] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *10
[4294669.735000] ACPI: PCI Interrupt Link [LNKC] (IRQs *9 10 11)
[4294669.735000] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *7 9 10 11)
[4294669.735000] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[4294669.735000] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[4294669.736000] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[4294669.736000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIE._PRT]
[4294669.737000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[4294669.737000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[4294669.737000] Linux Plug and Play Support v0.97 (c) Adam Belay
[4294669.737000] pnp: PnP ACPI init
[4294669.754000] pnp: PnP ACPI: found 10 devices
[4294669.754000] PnPBIOS: Disabled by ACPI PNP
[4294669.754000] PCI: Using ACPI for IRQ routing
[4294669.754000] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[4294669.796000] pnp: 00:01: ioport range 0x4d0-0x4d1 has been reserved
[4294669.796000] pnp: 00:01: ioport range 0x1000-0x1005 could not be reserved
[4294669.796000] pnp: 00:01: ioport range 0x1008-0x100f could not be reserved
[4294669.796000] pnp: 00:02: ioport range 0xf400-0xf4fe has been reserved
[4294669.796000] pnp: 00:02: ioport range 0x1006-0x1007 has been reserved
[4294669.796000] pnp: 00:02: ioport range 0x100a-0x1059 could not be reserved
[4294669.796000] pnp: 00:02: ioport range 0x1060-0x107f has been reserved
[4294669.796000] pnp: 00:02: ioport range 0x1080-0x10bf has been reserved
[4294669.796000] pnp: 00:02: ioport range 0x10c0-0x10df has been reserved
[4294669.796000] pnp: 00:07: ioport range 0x900-0x90f has been reserved
[4294669.796000] pnp: 00:07: ioport range 0x910-0x91f has been reserved
[4294669.796000] pnp: 00:07: ioport range 0x920-0x92f has been reserved
[4294669.796000] pnp: 00:07: ioport range 0x930-0x93f has been reserved
[4294669.796000] pnp: 00:07: ioport range 0x940-0x97f has been reserved
[4294669.796000] PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0
[4294669.796000] PCI: Bridge: 0000:00:1c.0
[4294669.796000]  IO window: disabled.
[4294669.796000]  MEM window: disabled.
[4294669.796000]  PREFETCH window: disabled.
[4294669.796000] PCI: Bridge: 0000:00:1c.3
[4294669.796000]  IO window: d000-dfff
[4294669.796000]  MEM window: dfc00000-dfdfffff
[4294669.796000]  PREFETCH window: d0000000-d01fffff
[4294669.796000] PCI: Bridge: 0000:00:1e.0
[4294669.796000]  IO window: disabled.
[4294669.796000]  MEM window: dfb00000-dfbfffff
[4294669.796000]  PREFETCH window: disabled.
[4294669.796000] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 169
[4294669.796000] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[4294669.796000] ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 177
[4294669.796000] PCI: Setting latency timer of device 0000:00:1c.3 to 64
[4294669.796000] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[4294669.796000] audit: initializing netlink socket (disabled)
[4294669.796000] audit(1177843895.795:1): initialized
[4294669.797000] VFS: Disk quotas dquot_6.5.1
[4294669.797000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[4294669.797000] Initializing Cryptographic API
[4294669.797000] io scheduler noop registered
[4294669.797000] io scheduler anticipatory registered
[4294669.797000] io scheduler deadline registered
[4294669.797000] io scheduler cfq registered
[4294669.797000] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 169
[4294669.797000] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[4294669.797000] assign_interrupt_mode Found MSI capability
[4294669.797000] Allocate Port Service[pcie00]
[4294669.797000] Allocate Port Service[pcie02]
[4294669.797000] Allocate Port Service[pcie03]
[4294669.797000] ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 177
[4294669.797000] PCI: Setting latency timer of device 0000:00:1c.3 to 64
[4294669.797000] assign_interrupt_mode Found MSI capability
[4294669.797000] Allocate Port Service[pcie00]
[4294669.797000] Allocate Port Service[pcie02]
[4294669.797000] Allocate Port Service[pcie03]
[4294669.797000] isapnp: Scanning for PnP cards...
[4294670.154000] isapnp: No Plug & Play device found
[4294670.167000] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[4294670.167000] i8042.c: Warning: Keylock active.
[4294670.169000] serio: i8042 AUX port at 0x60,0x64 irq 12
[4294670.169000] serio: i8042 KBD port at 0x60,0x64 irq 1
[4294670.169000] Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing enabled
[4294670.171000] RAMDISK driver initialized: 16 RAM disks of 1048576K size 1024 blocksize
[4294670.171000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[4294670.171000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[4294670.171000] mice: PS/2 mouse device common for all mice
[4294670.171000] EISA: Probing bus 0 at eisa.0
[4294670.171000] Cannot allocate resource for EISA slot 1
[4294670.171000] EISA: Detected 0 cards.
[4294670.171000] NET: Registered protocol family 2
[4294670.176000] input: AT Translated Set 2 keyboard as /class/input/input0
[4294670.182000] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[4294670.182000] TCP established hash table entries: 16384 (order: 4, 65536 bytes)
[4294670.182000] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[4294670.182000] TCP: Hash tables configured (established 16384 bind 16384)
[4294670.182000] TCP reno registered
[4294670.182000] TCP bic registered
[4294670.182000] NET: Registered protocol family 1
[4294670.182000] NET: Registered protocol family 8
[4294670.182000] NET: Registered protocol family 20
[4294670.182000] Using IPI Shortcut mode
[4294670.182000] ACPI wakeup devices:
[4294670.182000]  LID PBTN PCI0 USB0 USB1 USB2 USB4 USB3 AZAL MODM PCIE RP01 RP02 RP03 RP04 RP05 RP06
[4294670.182000] ACPI: (supports S0 S3 S4 S5)
[4294670.182000] Freeing unused kernel memory: 288k freed
[4294670.222000] vga16fb: initializing
[4294670.222000] vga16fb: mapped to 0xc00a0000
[4294670.341000] Console: switching to colour frame buffer device 80x25
[4294670.341000] fb0: VGA16 VGA frame buffer device
[4294671.431000] Capability LSM initialized
[4294671.457000] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3] C4[C3])
[4294671.457000] ACPI: Processor [CPU0] (supports 8 throttling states)
[4294671.461000] ACPI: Thermal Zone [THM] (46 C)
[4294671.773000] ICH6: IDE controller at PCI slot 0000:00:1f.1
[4294671.773000] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 16 (level, low) -> IRQ 169
[4294671.773000] ICH6: chipset revision 3
[4294671.773000] ICH6: not 100% native mode: will probe irqs later
[4294671.773000]    ide0: BM-DMA at 0xbfa0-0xbfa7, BIOS settings: hda:DMA, hdb:DMA
[4294671.773000] Probing IDE interface ide0...
[4294672.037000] hda: Hitachi HTS541040G9AT00, ATA DISK drive
[4294672.751000] hdb: HL-DT-ST DVD+/-RW GSA-T11N, ATAPI CD/DVD-ROM drive
[4294672.803000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[4294673.156000] hda: max request size: 128KiB
[4294673.162000] hda: 78140160 sectors (40007 MB) w/7539KiB Cache, CHS=65535/16/63, UDMA(100)
[4294673.162000] hda: cache flushes supported
[4294673.162000]  hda: hda1 hda2 hda3 hda4
[4294673.246000] hdb: ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33)
[4294673.246000] Uniform CD-ROM driver Revision: 3.20
[4294674.054000] usbcore: registered new driver usbfs
[4294674.054000] usbcore: registered new driver hub
[4294674.055000] USB Universal Host Controller Interface driver v2.3
[4294674.056000] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 169
[4294674.056000] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[4294674.056000] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[4294674.056000] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[4294674.056000] uhci_hcd 0000:00:1d.0: irq 169, io base 0x0000bf80
[4294674.056000] hub 1-0:1.0: USB hub found
[4294674.056000] hub 1-0:1.0: 2 ports detected
[4294674.157000] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 17 (level, low) -> IRQ 209
[4294674.157000] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[4294674.157000] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[4294674.157000] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[4294674.157000] uhci_hcd 0000:00:1d.1: irq 209, io base 0x0000bf60
[4294674.157000] hub 2-0:1.0: USB hub found
[4294674.157000] hub 2-0:1.0: 2 ports detected
[4294674.258000] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 217
[4294674.258000] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[4294674.258000] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[4294674.258000] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[4294674.258000] uhci_hcd 0000:00:1d.2: irq 217, io base 0x0000bf40
[4294674.258000] hub 3-0:1.0: USB hub found
[4294674.258000] hub 3-0:1.0: 2 ports detected
[4294674.359000] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 19 (level, low) -> IRQ 177
[4294674.359000] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[4294674.359000] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[4294674.359000] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
[4294674.359000] uhci_hcd 0000:00:1d.3: irq 177, io base 0x0000bf20
[4294674.359000] hub 4-0:1.0: USB hub found
[4294674.359000] hub 4-0:1.0: 2 ports detected
[4294674.461000] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 16 (level, low) -> IRQ 169
[4294674.461000] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[4294674.461000] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[4294674.461000] ehci_hcd 0000:00:1d.7: debug port 1
[4294674.461000] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[4294674.461000] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
[4294674.461000] ehci_hcd 0000:00:1d.7: irq 169, io mem 0xb0000000
[4294674.465000] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[4294674.465000] hub 5-0:1.0: USB hub found
[4294674.465000] hub 5-0:1.0: 8 ports detected
[4294674.584000] Probing IDE interface ide1...
[4294677.019000] ISO 9660 Extensions: Microsoft Joliet Level 3
[4294677.088000] ISO 9660 Extensions: RRIP_1991A
[4294677.134000] loop: loaded (max 8 devices)
[4294677.141000] Registering unionfs 1.1.2
[4294677.303000] squashfs: version 3.0prerelease (2006/1/24) Phillip Lougher
[4294729.724000] b44.c:v0.97 (Nov 30, 2005)
[4294729.724000] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 18 (level, low) -> IRQ 217
[4294729.728000] eth0: Broadcom 4400 10/100BaseT Ethernet 00:15:c5:75:b0:96
[4294744.618000] Real Time Clock Driver v1.12
[4294744.813000] input: PC Speaker as /class/input/input1
[4294745.012000] NET: Registered protocol family 17
[4294745.599000] Synaptics Touchpad, model: 1, fw: 6.2, id: 0xa5a0b1, caps: 0xa04713/0x200000
[4294745.638000] input: SynPS/2 Synaptics TouchPad as /class/input/input2
[4294746.528000] hw_random: RNG not detected
[4294746.579000] b44: eth0: Link is up at 100 Mbps, full duplex.
[4294746.579000] b44: eth0: Flow control is off for TX and off for RX.
[4294746.727000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[4294746.764000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[4294747.259000] Linux agpgart interface v0.101 (c) Dave Jones
[4294747.467000] agpgart: Detected an Intel 915GM Chipset.
[4294747.468000] agpgart: Detected 7932K stolen memory.
[4294747.484000] agpgart: AGP aperture is 256M @ 0xc0000000
[4294748.118000] ieee80211_1_1_13_crypt: registered algorithm 'NULL'
[4294748.119000] ieee80211_1_1_13: 802.11 data/management/control stack, 1.1.13
[4294748.119000] ieee80211_1_1_13: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[4294748.244000] ieee80211_crypt: registered algorithm 'NULL'
[4294748.319000] ieee80211: 802.11 data/management/control stack, git-1.1.7
[4294748.319000] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[4294748.519000] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.1.1
[4294748.519000] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[4294748.519000] Warning: PCI driver ipw2200 has a struct device_driver shutdown method, please update!
[4294748.520000] ACPI: PCI Interrupt 0000:02:03.0[A] -> GSI 17 (level, low) -> IRQ 209
[4294748.520000] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
[4294748.522000] ts: Compaq touchscreen protocol output
[4294749.604000] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 169
[4294749.604000] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[4294750.004000] ipw2200: Detected geography ZZM (11 802.11bg channels, 0 802.11a channels)
[4294752.448000] NET: Registered protocol family 10
[4294752.448000] lo: Disabled Privacy Extensions
[4294752.450000] ADDRCONF(NETDEV_UP): eth1: link is not ready
[4294752.450000] IPv6 over IPv4 tunneling driver
[4294752.512000] Adding 570296k swap on /dev/hda4.  Priority:-1 extents:1 across:570296k
[4294752.824000] md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
[4294752.824000] md: bitmap version 4.39
[4294753.352000] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
[4294762.471000] eth0: no IPv6 routers present
[4294769.613000] ACPI: AC Adapter [AC] (on-line)
[4294770.071000] ACPI: Battery Slot [BAT0] (battery present)
[4294770.119000] ACPI: Lid Switch [LID]
[4294770.119000] ACPI: Power Button (CM) [PBTN]
[4294770.119000] ACPI: Sleep Button (CM) [SBTN]
[4294770.195000] ibm_acpi: ec object not found
[4294770.215000] pcc_acpi: loading...
[4294770.282000] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[4294770.282000] ACPI: Video Device [VID2] (multi-head: yes  rom: no  post: no)
[4294781.209000] lp: driver loaded but no devices found
[4294781.569000] ppdev: user-space parallel port driver
[4294783.182000] apm: BIOS not found.
[4294789.932000] Bluetooth: Core ver 2.8
[4294789.932000] NET: Registered protocol family 31
[4294789.932000] Bluetooth: HCI device and connection manager initialized
[4294789.932000] Bluetooth: HCI socket layer initialized
[4294790.217000] Bluetooth: L2CAP ver 2.8
[4294790.217000] Bluetooth: L2CAP socket layer initialized
[4294790.235000] Bluetooth: RFCOMM socket layer initialized
[4294790.235000] Bluetooth: RFCOMM TTY layer initialized
[4294790.235000] Bluetooth: RFCOMM ver 1.7
[4294795.778000] [drm] Initialized drm 1.0.1 20051102
[4294795.999000] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 169
[4294796.000000] [drm] Initialized i915 1.4.0 20060119 on minor 0


jmhal 04-29-2007 09:13 AM

Now the xorg.conf:

Code:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#  sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/X11/fonts/misc"
        FontPath        "/usr/share/X11/fonts/cyrillic"
        FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/Type1"
        FontPath        "/usr/share/X11/fonts/100dpi"
        FontPath        "/usr/share/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load        "i2c"
        Load        "bitmap"
        Load        "ddc"
        Load        "dri"
        Load        "extmod"
        Load        "freetype"
        Load        "glx"
        Load        "int10"
        Load        "type1"
        Load        "vbe"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "kbd"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xorg"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/input/mice"
        Option                "Protocol"                "ExplorerPS/2"
        Option                "ZAxisMapping"                "4 5"
        Option                "Emulate3Buttons"        "true"
EndSection

Section "InputDevice"
        Identifier        "Synaptics Touchpad"
        Driver                "synaptics"
        Option                "SendCoreEvents"        "true"
        Option                "Device"                "/dev/psaux"
        Option                "Protocol"                "auto-dev"
        Option                "HorizScrollDelta"        "0"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection

Section "Device"
        Identifier        "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
        Driver                "i810"
        BusID                "PCI:0:2:0"
EndSection

Section "Monitor"
        Identifier        "Generic Monitor"
        Option                "DPMS"
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
        Monitor                "Generic Monitor"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1280x800"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1280x800"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1280x800"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1280x800"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1280x800"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1280x800"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
        InputDevice    "stylus" "SendCoreEvents"
        InputDevice    "cursor" "SendCoreEvents"
        InputDevice    "eraser" "SendCoreEvents"
        InputDevice        "Synaptics Touchpad"
EndSection

Section "DRI"
        Mode        0666
EndSection

X working, mouse working, baterry status working.
Even the wifi worked out-of-the-box. Ubuntu is getting better, but if it works, slackware can work too! Will try that option on device now.

jmhal 04-29-2007 09:23 AM

Quote:

Originally Posted by bioe007
in your device section have you tried: Option "DDC" "Off"

No, didn't work.


All times are GMT -5. The time now is 07:21 PM.