← Back to team overview

hybrid-graphics-linux team mailing list archive

Dell XPS L502x Optimus 525M 1GB (11.04 amd64)

 

# sudo dmidecode -s system-product-name
Dell System XPS L502X

# sudo dmidecode -s system-version
Not Specified

# lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation
Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09)
(prog-if 00 [VGA controller])
01:00.0 VGA compatible controller [0300]: nVidia Corporation Device
[10de:0df5] (rev a1) (prog-if 00 [VGA controller])

Things tried.

# For hangcheck_ring_idle error,
[drm:i915_hangcheck_ring_idle] *ERROR* Hangcheck timer elapsed... blt ring
idle [waiting on 17594, at 17594], missed IRQ?

# the following work-around works on my system,
    pathi915Sem="/sys/module/i915/parameters/semaphores"
    echo "1" | sudo tee $pathi915Sem  > /dev/null

# Then tried to turn off the NVIDIA, with the ACPI call that works on my
system,
    sudo insmod acpi_call.ko
    m="\_SB.PCI0.PEG0.PEGP._OFF"
    pathAcpiCall=/proc/acpi/call
    echo $m > $pathAcpiCall

# But, after that ACPI call is done, the system tends to freeze after a
short while.
# Typically the freeze is after some idle time when the display has blanked;
keyboard seems to die after some time.
# I think I have seen a freeze while working too -- need more samples;
inputs/suggestions are welcome.

nik.. .

Follow ups