Working acpi kernel options for Asus FX503VD?
On kernel version 4.15.0-sabayon, the only way to load X is with the kernel options:
acpi_osi=! acpi_osi='Windows 2009'
(and acpi=off but that's radical and leaves me with no sensors). Otherwise I get unresponsive black screen and no obvious error in the X.org log.
The problem with this option is that it turns off the Elan 1200 touchpad (not only for me, other people complain about it as well).
So I'm looking for other (if possible tested) kernel options which might work on my laptop (or similar). I've tested already many permutations of different windows versions and modeset and acpi_rev_override=5 and pcie_port_pm=off, but obviously I can't cover them all so if anyone had success with this, please share.
linux-kernel grub2 touchpad
bumped to the homepage by Community♦ 13 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
On kernel version 4.15.0-sabayon, the only way to load X is with the kernel options:
acpi_osi=! acpi_osi='Windows 2009'
(and acpi=off but that's radical and leaves me with no sensors). Otherwise I get unresponsive black screen and no obvious error in the X.org log.
The problem with this option is that it turns off the Elan 1200 touchpad (not only for me, other people complain about it as well).
So I'm looking for other (if possible tested) kernel options which might work on my laptop (or similar). I've tested already many permutations of different windows versions and modeset and acpi_rev_override=5 and pcie_port_pm=off, but obviously I can't cover them all so if anyone had success with this, please share.
linux-kernel grub2 touchpad
bumped to the homepage by Community♦ 13 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
On kernel version 4.15.0-sabayon, the only way to load X is with the kernel options:
acpi_osi=! acpi_osi='Windows 2009'
(and acpi=off but that's radical and leaves me with no sensors). Otherwise I get unresponsive black screen and no obvious error in the X.org log.
The problem with this option is that it turns off the Elan 1200 touchpad (not only for me, other people complain about it as well).
So I'm looking for other (if possible tested) kernel options which might work on my laptop (or similar). I've tested already many permutations of different windows versions and modeset and acpi_rev_override=5 and pcie_port_pm=off, but obviously I can't cover them all so if anyone had success with this, please share.
linux-kernel grub2 touchpad
On kernel version 4.15.0-sabayon, the only way to load X is with the kernel options:
acpi_osi=! acpi_osi='Windows 2009'
(and acpi=off but that's radical and leaves me with no sensors). Otherwise I get unresponsive black screen and no obvious error in the X.org log.
The problem with this option is that it turns off the Elan 1200 touchpad (not only for me, other people complain about it as well).
So I'm looking for other (if possible tested) kernel options which might work on my laptop (or similar). I've tested already many permutations of different windows versions and modeset and acpi_rev_override=5 and pcie_port_pm=off, but obviously I can't cover them all so if anyone had success with this, please share.
linux-kernel grub2 touchpad
linux-kernel grub2 touchpad
edited May 6 '18 at 4:06
Romeo Ninov
5,71831928
5,71831928
asked May 5 '18 at 20:09
jane_xxxjane_xxx
15
15
bumped to the homepage by Community♦ 13 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 13 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I have the same model and for me acpi_osi=! worked.
Also check this out: acpi4asus
Which kernel you use? For me 4.13 is working without any extra params.
I have this problem with 4.15 and the newer ones.
Hi and thanks for stopping by. For me acpi_osi=! doesn't load X. I tried with acpi_osi=! acpi_osi='Windows 2009' acpi_asus_load="yes" and it works, but still no Elan 1200 touchpad in X. Can I ask you what is your distro and also, in your bios, do you use AHCI or Intel RST? My kernel is 4.15.
– jane_xxx
May 7 '18 at 13:40
I am on Kubuntu 18.04 and have tried this also on Manjaro. On manjaro the touchpad was working better. I use intel RST. I've seen some people using acpi_osi='Windows 2012' instead of 2009. But I haven't tested this.
– Perbasilopou
May 8 '18 at 10:35
add a comment |
Working on ubuntu 18.04, kernel 4.17-rc6, nvidia 396.
Fixed on latest kernel 4.17.0-rc6 using nvidia 396 (installed from ubuntu graphics ppa).
No more black screen of death, works Touchpad (except for the (five finger tap freeze), brightness (but not keys) and everything else.
I believe in a long term the solution will be merged on kernel.
NVIDIA Driver Install
Boot with acpi_osi=!, add ubuntu graphics ppa:
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
Install nvidia latest graphics (current on post 396.X).
Kernel install
Go to: http://kernel.ubuntu.com/~kernel-ppa/mainline/ and look for latest kernel. Current on answer 4.17rc6
Download for amd64: linux-headers, linux-headers-XXXXX-generic, linux-image-XXXXX-generic, linux-modules-XXXX-generic.
Leave all inside a folder. Open in bash and run sudo dpkg -i *.deb
Boot with default boot parameters. acpi_osi=! is not needed anymore.
Take care... this is verging on being a long comment rather than an answer.
– roaima
May 20 '18 at 21:58
Gustavo, my situation is exactly the same. I can see in the old logs that Elantech was recognised using options 2012 and 2015, but I also get a black screen. I tried various things, for example starting bumblebee after lightdm, but I still get black screen. It's just a nightmare. The idea of laptops is to be able to carry them around. It sucks not having a touchpad.
– jane_xxx
May 21 '18 at 14:03
I've found that there are aparent no errors on dmesg and Xorg logs. But the folders:/sys/class/backlight/acpi_video0/and/sys/class/backlight/intel_backlightare missing. Usingacpi_osi=!when i turn the backlight to minimum the screen turns black.
– Gustavo Garcia
May 22 '18 at 12:11
Reached the answer after lots of testing. Touchpad working now.
– Gustavo Garcia
May 26 '18 at 15:54
Gustavo, thanks for adding your solution. I'm not using Ubuntu, so I'll probably have to wait for the official Gentoo release of the 4.17 kernel. And if it's not working, I'll try installing the -r6 manually. But it's absolutely encouraging to read that at least somewhere that crappy touchpad started working. Thanks.
– jane_xxx
Jun 3 '18 at 12:48
|
show 1 more comment
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f442007%2fworking-acpi-kernel-options-for-asus-fx503vd%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I have the same model and for me acpi_osi=! worked.
Also check this out: acpi4asus
Which kernel you use? For me 4.13 is working without any extra params.
I have this problem with 4.15 and the newer ones.
Hi and thanks for stopping by. For me acpi_osi=! doesn't load X. I tried with acpi_osi=! acpi_osi='Windows 2009' acpi_asus_load="yes" and it works, but still no Elan 1200 touchpad in X. Can I ask you what is your distro and also, in your bios, do you use AHCI or Intel RST? My kernel is 4.15.
– jane_xxx
May 7 '18 at 13:40
I am on Kubuntu 18.04 and have tried this also on Manjaro. On manjaro the touchpad was working better. I use intel RST. I've seen some people using acpi_osi='Windows 2012' instead of 2009. But I haven't tested this.
– Perbasilopou
May 8 '18 at 10:35
add a comment |
I have the same model and for me acpi_osi=! worked.
Also check this out: acpi4asus
Which kernel you use? For me 4.13 is working without any extra params.
I have this problem with 4.15 and the newer ones.
Hi and thanks for stopping by. For me acpi_osi=! doesn't load X. I tried with acpi_osi=! acpi_osi='Windows 2009' acpi_asus_load="yes" and it works, but still no Elan 1200 touchpad in X. Can I ask you what is your distro and also, in your bios, do you use AHCI or Intel RST? My kernel is 4.15.
– jane_xxx
May 7 '18 at 13:40
I am on Kubuntu 18.04 and have tried this also on Manjaro. On manjaro the touchpad was working better. I use intel RST. I've seen some people using acpi_osi='Windows 2012' instead of 2009. But I haven't tested this.
– Perbasilopou
May 8 '18 at 10:35
add a comment |
I have the same model and for me acpi_osi=! worked.
Also check this out: acpi4asus
Which kernel you use? For me 4.13 is working without any extra params.
I have this problem with 4.15 and the newer ones.
I have the same model and for me acpi_osi=! worked.
Also check this out: acpi4asus
Which kernel you use? For me 4.13 is working without any extra params.
I have this problem with 4.15 and the newer ones.
answered May 7 '18 at 5:28
PerbasilopouPerbasilopou
1
1
Hi and thanks for stopping by. For me acpi_osi=! doesn't load X. I tried with acpi_osi=! acpi_osi='Windows 2009' acpi_asus_load="yes" and it works, but still no Elan 1200 touchpad in X. Can I ask you what is your distro and also, in your bios, do you use AHCI or Intel RST? My kernel is 4.15.
– jane_xxx
May 7 '18 at 13:40
I am on Kubuntu 18.04 and have tried this also on Manjaro. On manjaro the touchpad was working better. I use intel RST. I've seen some people using acpi_osi='Windows 2012' instead of 2009. But I haven't tested this.
– Perbasilopou
May 8 '18 at 10:35
add a comment |
Hi and thanks for stopping by. For me acpi_osi=! doesn't load X. I tried with acpi_osi=! acpi_osi='Windows 2009' acpi_asus_load="yes" and it works, but still no Elan 1200 touchpad in X. Can I ask you what is your distro and also, in your bios, do you use AHCI or Intel RST? My kernel is 4.15.
– jane_xxx
May 7 '18 at 13:40
I am on Kubuntu 18.04 and have tried this also on Manjaro. On manjaro the touchpad was working better. I use intel RST. I've seen some people using acpi_osi='Windows 2012' instead of 2009. But I haven't tested this.
– Perbasilopou
May 8 '18 at 10:35
Hi and thanks for stopping by. For me acpi_osi=! doesn't load X. I tried with acpi_osi=! acpi_osi='Windows 2009' acpi_asus_load="yes" and it works, but still no Elan 1200 touchpad in X. Can I ask you what is your distro and also, in your bios, do you use AHCI or Intel RST? My kernel is 4.15.
– jane_xxx
May 7 '18 at 13:40
Hi and thanks for stopping by. For me acpi_osi=! doesn't load X. I tried with acpi_osi=! acpi_osi='Windows 2009' acpi_asus_load="yes" and it works, but still no Elan 1200 touchpad in X. Can I ask you what is your distro and also, in your bios, do you use AHCI or Intel RST? My kernel is 4.15.
– jane_xxx
May 7 '18 at 13:40
I am on Kubuntu 18.04 and have tried this also on Manjaro. On manjaro the touchpad was working better. I use intel RST. I've seen some people using acpi_osi='Windows 2012' instead of 2009. But I haven't tested this.
– Perbasilopou
May 8 '18 at 10:35
I am on Kubuntu 18.04 and have tried this also on Manjaro. On manjaro the touchpad was working better. I use intel RST. I've seen some people using acpi_osi='Windows 2012' instead of 2009. But I haven't tested this.
– Perbasilopou
May 8 '18 at 10:35
add a comment |
Working on ubuntu 18.04, kernel 4.17-rc6, nvidia 396.
Fixed on latest kernel 4.17.0-rc6 using nvidia 396 (installed from ubuntu graphics ppa).
No more black screen of death, works Touchpad (except for the (five finger tap freeze), brightness (but not keys) and everything else.
I believe in a long term the solution will be merged on kernel.
NVIDIA Driver Install
Boot with acpi_osi=!, add ubuntu graphics ppa:
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
Install nvidia latest graphics (current on post 396.X).
Kernel install
Go to: http://kernel.ubuntu.com/~kernel-ppa/mainline/ and look for latest kernel. Current on answer 4.17rc6
Download for amd64: linux-headers, linux-headers-XXXXX-generic, linux-image-XXXXX-generic, linux-modules-XXXX-generic.
Leave all inside a folder. Open in bash and run sudo dpkg -i *.deb
Boot with default boot parameters. acpi_osi=! is not needed anymore.
Take care... this is verging on being a long comment rather than an answer.
– roaima
May 20 '18 at 21:58
Gustavo, my situation is exactly the same. I can see in the old logs that Elantech was recognised using options 2012 and 2015, but I also get a black screen. I tried various things, for example starting bumblebee after lightdm, but I still get black screen. It's just a nightmare. The idea of laptops is to be able to carry them around. It sucks not having a touchpad.
– jane_xxx
May 21 '18 at 14:03
I've found that there are aparent no errors on dmesg and Xorg logs. But the folders:/sys/class/backlight/acpi_video0/and/sys/class/backlight/intel_backlightare missing. Usingacpi_osi=!when i turn the backlight to minimum the screen turns black.
– Gustavo Garcia
May 22 '18 at 12:11
Reached the answer after lots of testing. Touchpad working now.
– Gustavo Garcia
May 26 '18 at 15:54
Gustavo, thanks for adding your solution. I'm not using Ubuntu, so I'll probably have to wait for the official Gentoo release of the 4.17 kernel. And if it's not working, I'll try installing the -r6 manually. But it's absolutely encouraging to read that at least somewhere that crappy touchpad started working. Thanks.
– jane_xxx
Jun 3 '18 at 12:48
|
show 1 more comment
Working on ubuntu 18.04, kernel 4.17-rc6, nvidia 396.
Fixed on latest kernel 4.17.0-rc6 using nvidia 396 (installed from ubuntu graphics ppa).
No more black screen of death, works Touchpad (except for the (five finger tap freeze), brightness (but not keys) and everything else.
I believe in a long term the solution will be merged on kernel.
NVIDIA Driver Install
Boot with acpi_osi=!, add ubuntu graphics ppa:
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
Install nvidia latest graphics (current on post 396.X).
Kernel install
Go to: http://kernel.ubuntu.com/~kernel-ppa/mainline/ and look for latest kernel. Current on answer 4.17rc6
Download for amd64: linux-headers, linux-headers-XXXXX-generic, linux-image-XXXXX-generic, linux-modules-XXXX-generic.
Leave all inside a folder. Open in bash and run sudo dpkg -i *.deb
Boot with default boot parameters. acpi_osi=! is not needed anymore.
Take care... this is verging on being a long comment rather than an answer.
– roaima
May 20 '18 at 21:58
Gustavo, my situation is exactly the same. I can see in the old logs that Elantech was recognised using options 2012 and 2015, but I also get a black screen. I tried various things, for example starting bumblebee after lightdm, but I still get black screen. It's just a nightmare. The idea of laptops is to be able to carry them around. It sucks not having a touchpad.
– jane_xxx
May 21 '18 at 14:03
I've found that there are aparent no errors on dmesg and Xorg logs. But the folders:/sys/class/backlight/acpi_video0/and/sys/class/backlight/intel_backlightare missing. Usingacpi_osi=!when i turn the backlight to minimum the screen turns black.
– Gustavo Garcia
May 22 '18 at 12:11
Reached the answer after lots of testing. Touchpad working now.
– Gustavo Garcia
May 26 '18 at 15:54
Gustavo, thanks for adding your solution. I'm not using Ubuntu, so I'll probably have to wait for the official Gentoo release of the 4.17 kernel. And if it's not working, I'll try installing the -r6 manually. But it's absolutely encouraging to read that at least somewhere that crappy touchpad started working. Thanks.
– jane_xxx
Jun 3 '18 at 12:48
|
show 1 more comment
Working on ubuntu 18.04, kernel 4.17-rc6, nvidia 396.
Fixed on latest kernel 4.17.0-rc6 using nvidia 396 (installed from ubuntu graphics ppa).
No more black screen of death, works Touchpad (except for the (five finger tap freeze), brightness (but not keys) and everything else.
I believe in a long term the solution will be merged on kernel.
NVIDIA Driver Install
Boot with acpi_osi=!, add ubuntu graphics ppa:
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
Install nvidia latest graphics (current on post 396.X).
Kernel install
Go to: http://kernel.ubuntu.com/~kernel-ppa/mainline/ and look for latest kernel. Current on answer 4.17rc6
Download for amd64: linux-headers, linux-headers-XXXXX-generic, linux-image-XXXXX-generic, linux-modules-XXXX-generic.
Leave all inside a folder. Open in bash and run sudo dpkg -i *.deb
Boot with default boot parameters. acpi_osi=! is not needed anymore.
Working on ubuntu 18.04, kernel 4.17-rc6, nvidia 396.
Fixed on latest kernel 4.17.0-rc6 using nvidia 396 (installed from ubuntu graphics ppa).
No more black screen of death, works Touchpad (except for the (five finger tap freeze), brightness (but not keys) and everything else.
I believe in a long term the solution will be merged on kernel.
NVIDIA Driver Install
Boot with acpi_osi=!, add ubuntu graphics ppa:
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
Install nvidia latest graphics (current on post 396.X).
Kernel install
Go to: http://kernel.ubuntu.com/~kernel-ppa/mainline/ and look for latest kernel. Current on answer 4.17rc6
Download for amd64: linux-headers, linux-headers-XXXXX-generic, linux-image-XXXXX-generic, linux-modules-XXXX-generic.
Leave all inside a folder. Open in bash and run sudo dpkg -i *.deb
Boot with default boot parameters. acpi_osi=! is not needed anymore.
edited May 26 '18 at 15:53
answered May 20 '18 at 21:01
Gustavo GarciaGustavo Garcia
12
12
Take care... this is verging on being a long comment rather than an answer.
– roaima
May 20 '18 at 21:58
Gustavo, my situation is exactly the same. I can see in the old logs that Elantech was recognised using options 2012 and 2015, but I also get a black screen. I tried various things, for example starting bumblebee after lightdm, but I still get black screen. It's just a nightmare. The idea of laptops is to be able to carry them around. It sucks not having a touchpad.
– jane_xxx
May 21 '18 at 14:03
I've found that there are aparent no errors on dmesg and Xorg logs. But the folders:/sys/class/backlight/acpi_video0/and/sys/class/backlight/intel_backlightare missing. Usingacpi_osi=!when i turn the backlight to minimum the screen turns black.
– Gustavo Garcia
May 22 '18 at 12:11
Reached the answer after lots of testing. Touchpad working now.
– Gustavo Garcia
May 26 '18 at 15:54
Gustavo, thanks for adding your solution. I'm not using Ubuntu, so I'll probably have to wait for the official Gentoo release of the 4.17 kernel. And if it's not working, I'll try installing the -r6 manually. But it's absolutely encouraging to read that at least somewhere that crappy touchpad started working. Thanks.
– jane_xxx
Jun 3 '18 at 12:48
|
show 1 more comment
Take care... this is verging on being a long comment rather than an answer.
– roaima
May 20 '18 at 21:58
Gustavo, my situation is exactly the same. I can see in the old logs that Elantech was recognised using options 2012 and 2015, but I also get a black screen. I tried various things, for example starting bumblebee after lightdm, but I still get black screen. It's just a nightmare. The idea of laptops is to be able to carry them around. It sucks not having a touchpad.
– jane_xxx
May 21 '18 at 14:03
I've found that there are aparent no errors on dmesg and Xorg logs. But the folders:/sys/class/backlight/acpi_video0/and/sys/class/backlight/intel_backlightare missing. Usingacpi_osi=!when i turn the backlight to minimum the screen turns black.
– Gustavo Garcia
May 22 '18 at 12:11
Reached the answer after lots of testing. Touchpad working now.
– Gustavo Garcia
May 26 '18 at 15:54
Gustavo, thanks for adding your solution. I'm not using Ubuntu, so I'll probably have to wait for the official Gentoo release of the 4.17 kernel. And if it's not working, I'll try installing the -r6 manually. But it's absolutely encouraging to read that at least somewhere that crappy touchpad started working. Thanks.
– jane_xxx
Jun 3 '18 at 12:48
Take care... this is verging on being a long comment rather than an answer.
– roaima
May 20 '18 at 21:58
Take care... this is verging on being a long comment rather than an answer.
– roaima
May 20 '18 at 21:58
Gustavo, my situation is exactly the same. I can see in the old logs that Elantech was recognised using options 2012 and 2015, but I also get a black screen. I tried various things, for example starting bumblebee after lightdm, but I still get black screen. It's just a nightmare. The idea of laptops is to be able to carry them around. It sucks not having a touchpad.
– jane_xxx
May 21 '18 at 14:03
Gustavo, my situation is exactly the same. I can see in the old logs that Elantech was recognised using options 2012 and 2015, but I also get a black screen. I tried various things, for example starting bumblebee after lightdm, but I still get black screen. It's just a nightmare. The idea of laptops is to be able to carry them around. It sucks not having a touchpad.
– jane_xxx
May 21 '18 at 14:03
I've found that there are aparent no errors on dmesg and Xorg logs. But the folders:
/sys/class/backlight/acpi_video0/ and /sys/class/backlight/intel_backlight are missing. Using acpi_osi=! when i turn the backlight to minimum the screen turns black.– Gustavo Garcia
May 22 '18 at 12:11
I've found that there are aparent no errors on dmesg and Xorg logs. But the folders:
/sys/class/backlight/acpi_video0/ and /sys/class/backlight/intel_backlight are missing. Using acpi_osi=! when i turn the backlight to minimum the screen turns black.– Gustavo Garcia
May 22 '18 at 12:11
Reached the answer after lots of testing. Touchpad working now.
– Gustavo Garcia
May 26 '18 at 15:54
Reached the answer after lots of testing. Touchpad working now.
– Gustavo Garcia
May 26 '18 at 15:54
Gustavo, thanks for adding your solution. I'm not using Ubuntu, so I'll probably have to wait for the official Gentoo release of the 4.17 kernel. And if it's not working, I'll try installing the -r6 manually. But it's absolutely encouraging to read that at least somewhere that crappy touchpad started working. Thanks.
– jane_xxx
Jun 3 '18 at 12:48
Gustavo, thanks for adding your solution. I'm not using Ubuntu, so I'll probably have to wait for the official Gentoo release of the 4.17 kernel. And if it's not working, I'll try installing the -r6 manually. But it's absolutely encouraging to read that at least somewhere that crappy touchpad started working. Thanks.
– jane_xxx
Jun 3 '18 at 12:48
|
show 1 more comment
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f442007%2fworking-acpi-kernel-options-for-asus-fx503vd%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown