i915 드라이버가 랩탑 (HP Pavilion DM4 2101ea)에서 올바르게 작동하는 데 문제가 있습니다.
특히 USB 키와 하드 드라이브에서 부팅 할 때 시작 화면 후에 랩톱 화면이 검게 변하고 검은 색으로 유지됩니다.
스플래시 화면 후에 디스플레이에 무엇이든 가져 오려면
acpi=off
nomodeset
i915.modeset=0
팬이 회전하는 것을 좋아 nomodeset
하고 약간 과잉 이기 때문에 ACPI를 끄지 않고 지금은 부팅 중입니다 i915.modeset=0
.
불행히도 이것은 KMS를 끄고 랩톱 화면의 현재 최대 해상도는 실제 기능 대신 1024x768로 고정됩니다.
위의 부팅 플래그를 설정하지 않고 외부 모니터를 연결하면 외부 모니터가 제대로 작동합니다. 플래그로 부팅하면 외부 모니터도 제대로 작동하지만 1024x768 만 가능하며 랩톱 디스플레이를 미러링하는 것 외에는 아무것도 할 수 없습니다.
Precise와 함께 제공되는 2.17에서 i915 드라이버를 가장 최신의 2.19로 업그레이드했지만 아무 것도 표시하지 않을 수있었습니다.
내 lspci
출력은 다음과 같습니다 .
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
01:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5116 PCI Express Card Reader (rev 01)
08:00.0 Ethernet controller: Atheros Communications Inc. AR8151 v2.0 Gigabit Ethernet (rev c0)
여기 lshw -C video
*-display UNCLAIMED
description: VGA compatible controller
product: 2nd Generation Core Processor Family Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list
configuration: latency=0
resources: memory:c0000000-c03fffff memory:b0000000-bfffffff ioport:4000(size=64)
로 부팅 한 후 두 출력이 모두 생성됩니다 i915.modeset=0
.
다음 Xorg.log
은 부팅에서 검은 화면으로 완성 된 파일입니다. https://gist.github.com/479ce06454e47d6123e1
그래픽 카드는 Intel HD 3000 통합 GPU입니다.
우분투에서 인텔 하드웨어에 문제가 없었기 때문에 이것은 놀라운 일입니다.
만약 네가 가능하다면
- i915를 작동시키는 방법을 제공합니다.
- 대체 드라이버 제안
i915.modeset=0
더 높은 해상도와 KMS 로 부팅하는 방법- 또는 무슨 일이 일어나고 있고 어떻게 고칠 수 있는지 설명
답장을드립니다. :)
감사
xdiagnose
직선으로sudo
는 홈 디렉토리에 구성 파일을 사용하지 않기 때문에, 그것을 위해, 일반적으로 바람직하고, 종종 매우 중요 그래픽 사용sudo
프론트 엔드 처럼gksu
,gksudo
또는kdesu
같은 그래픽 프로그램을 실행할 때root
.