Difference between revisions of "HP Pavilion DV7-4263cl"
(→lspci) |
Kynikos.bot (talk | contribs) (remove language suffix from Category:HP (English), see Talk:Table of Contents#English Category Names: Capitalization and Conflict with i18n) |
||
(10 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:HP | + | [[Category:HP]] |
Arch Linux is currently running successfully on this laptop. This page is a major work in progress | Arch Linux is currently running successfully on this laptop. This page is a major work in progress | ||
===Modules=== | ===Modules=== | ||
− | * Ethernet: | + | * Ethernet: r8169 |
* Wireless: ath9k | * Wireless: ath9k | ||
* Audio: | * Audio: | ||
− | * Video: ati | + | * Video: ati or fglrx |
=== Hardware info === | === Hardware info === | ||
Line 41: | Line 41: | ||
==== video ==== | ==== video ==== | ||
− | + | Open source ATI drivers (xf86-video-ati) | |
+ | *the PC seems to run much hotter with these drivers | ||
+ | *these work fine and provide hardware acceleration for Gnome 3 but not enough for OpenGL games like Minecraft | ||
+ | *suspend and hibernate do not work with these drivers installed | ||
+ | |||
+ | Closed source ATI drivers (catalyst in AUR) | ||
+ | *the OpenGL performance is much improved of the OSS drivers however there are problems with Gnome 3. This is an upstream problem and not specific to Arch. | ||
+ | |||
+ | The closed source drivers average about 158F while idle and the open source average about 134F. | ||
+ | |||
+ | Need to confirm HDMI and VGA output works. | ||
==== wireless ==== | ==== wireless ==== | ||
Line 47: | Line 57: | ||
==== sound ==== | ==== sound ==== | ||
− | The basic sound works out of the box but the subwoofer does not. | + | The basic sound works out of the box but the subwoofer does not. To enabled the subwoofer add the following to /etc/modprobe.d/alsa.conf (create it if it's not there) and reboot. |
+ | <pre>options snd-hda-intel model=hp-dv7-4000</pre> | ||
+ | |||
+ | Note: When I rebooted the first time my Mute key didn't work until I manually unmuted through alsamixer. After that it worked fine. | ||
==== clickpad ==== | ==== clickpad ==== | ||
− | The touchpad is known as a clickpad. | + | The touchpad is known as a clickpad. Usage of clickpads are significantly different from touchpads. Here's what I've found so far: |
+ | |||
+ | *right click - two finger tap | ||
+ | *click and drag - hold Alt key and triple-tap | ||
+ | *scroll - two finger drag | ||
+ | *double tap in upper left corner to disable - doesn't work |
Latest revision as of 12:58, 23 April 2012
Arch Linux is currently running successfully on this laptop. This page is a major work in progress
Modules
- Ethernet: r8169
- Wireless: ath9k
- Audio:
- Video: ati or fglrx
Hardware info
lspci
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS880 Host Bridge 00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780/RS880 PCI to PCI bridge (int gfx) 00:02.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (ext gfx port 0) 00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1) 00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2) 00:11.0 SATA controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] 00:12.0 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller 00:12.2 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller 00:13.0 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller 00:13.2 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller 00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 42) 00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev 40) 00:14.3 ISA bridge: ATI Technologies Inc SB7x0/SB8x0/SB9x0 LPC host controller (rev 40) 00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge (rev 40) 00:14.5 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI2 Controller 00:16.0 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller 00:16.2 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller 00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control 00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control 01:05.0 VGA compatible controller: ATI Technologies Inc M880G [Mobility Radeon HD 4200] 02:00.0 VGA compatible controller: ATI Technologies Inc Robson CE [AMD Radeon HD 6300 Series] (rev ff) 02:00.1 Audio device: ATI Technologies Inc Manhattan HDMI Audio [Mobility Radeon HD 5000 Series] (rev ff) 03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01) 04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
video
Open source ATI drivers (xf86-video-ati)
- the PC seems to run much hotter with these drivers
- these work fine and provide hardware acceleration for Gnome 3 but not enough for OpenGL games like Minecraft
- suspend and hibernate do not work with these drivers installed
Closed source ATI drivers (catalyst in AUR)
- the OpenGL performance is much improved of the OSS drivers however there are problems with Gnome 3. This is an upstream problem and not specific to Arch.
The closed source drivers average about 158F while idle and the open source average about 134F.
Need to confirm HDMI and VGA output works.
wireless
The Atheros card is this laptop has open source drivers so nothing special is needed.
sound
The basic sound works out of the box but the subwoofer does not. To enabled the subwoofer add the following to /etc/modprobe.d/alsa.conf (create it if it's not there) and reboot.
options snd-hda-intel model=hp-dv7-4000
Note: When I rebooted the first time my Mute key didn't work until I manually unmuted through alsamixer. After that it worked fine.
clickpad
The touchpad is known as a clickpad. Usage of clickpads are significantly different from touchpads. Here's what I've found so far:
- right click - two finger tap
- click and drag - hold Alt key and triple-tap
- scroll - two finger drag
- double tap in upper left corner to disable - doesn't work