12-01-2018 11:50 PM
12-05-2018 01:52 PM
12-07-2018 02:12 AM
infernoshatt wrote:
Hi, I'm using Ubuntu, Kali Linux and Windows together. I faced the problem with Nvidia drivers.
After installing Ubuntu do the following steps:
Boot from GRUB loader select Ubuntu and press E. Navigate cursor to row where starting with Linux then on the end of the row replace "quiet splash" with "nouveau.modeset=0" (without quote marks). Then press F10. Now Ubuntu will boot normally. Or Add nouveau.modeset=0 to the end of the linux line.
To Install The Nvidia Graphic Driver:
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt install nvidia-driver-396
If you want to install Nvidia Drivers on Kali Linux then read the post on: https://hackersterminal.com
12-07-2018 03:50 PM
12-09-2018 05:02 AM
12-10-2018 04:42 AM
irakli9 wrote:
Mine is GL503GE-ES52. I had quite a few problems on ubuntu.
First of all, the touchpad didn't work, that was solved by installing latest stable kernel version, for example it works on 4.19.
But it stops working very often, you either have to wait for some time or restart the module:
sudo modprobe -r hid_multitouch
sudo modprobe hid_multitouch
like this. I just hate the touchpad on this device, it has glitches on windows too.
Then it would freeze when I tried to reboot or shutdown, that was solved by switching to nvidia drivers.
Also the cpu was always at max frequency, couldn't do anything about it with intel_pstate driver, so I disabled it, now the frequency jumps around like normal, but turbo boost is disabled, so max frequency is 2.3ghz on i5. At least it's not hot anymore.
Now the remaining problem is that the function keys F5-F12 doesn't work.
Oh and sometimes the audio jack doesn't work. While trying to fix that I stumbled upon that - as strange as it may be - after force shutting down the laptop, it starts working.
If you solve any problem or have a better solution, please let me know!
01-18-2019 02:51 AM
07-24-2021 02:11 PM
irakli9 wrote:
Mine is GL503GE-ES52. I had quite a few problems on ubuntu.
First of all, the touchpad didn't work, that was solved by installing latest stable kernel version, for example it works on 4.19.
But it stops working very often, you either have to wait for some time or restart the module:
sudo modprobe -r hid_multitouch
sudo modprobe hid_multitouch
like this. I just hate the touchpad on this device, it has glitches on windows too.
Then it would freeze when I tried to reboot or shutdown, that was solved by switching to nvidia drivers.
Also the cpu was always at max frequency, couldn't do anything about it with intel_pstate driver, so I disabled it, now the frequency jumps around like normal, but turbo boost is disabled, so max frequency is 2.3ghz on i5. At least it's not hot anymore.
Now the remaining problem is that the function keys F5-F12 doesn't work.
Oh and sometimes the audio jack doesn't work. While trying to fix that I stumbled upon that - as strange as it may be - after force shutting down the laptop, it starts working.
If you solve any problem or have a better solution, please let me know!
12-10-2018 04:37 AM
sunnykatiyar50 wrote:
First of all, Good to see a thread for GL503 on linux.
Hey did you face any problem with touchpad, wifi, keyboard bluetooth etc. Because when I installed kali and booted nothing was working and didnt find any solutions. So i assumed that it wont work. Glad it worked for you. Can you also tell whta exact model you have mine is GL503Ge-EN038T. an dwhat kali version you use. I want to try again.