Christopher W Lee-Messer

Results 20 comments of Christopher W Lee-Messer
trafficstars

You can check out my grub info at https://github.com/cleemesser/aero15X-laptop-linux-cuda-config/blob/master/etc/default/grub

I would echo @Soulthym comments. It is a pretty good laptop. The only persistent issue that bothers me is the touchpad and so I carry around a mouse. I definite...

Also, on a related note, the github default branch has version 0.4 in the setup.py file

There are many things that need to work correctly in order to get the nvidia off at baseline. I cannot tell you exactly what is happening on your system based...

To set it to boot to text screen: ```sudo systemctl set-default multi-user.target``` ```sudo systemctl get-default``` returns ```multi-user.target```

to switch back to graphical startup: ```$ systemctl isolate graphical.taget```

That sounds promising that you have /proc/acpi/bbswitch you could try ```sudo tee /proc/acpi/bbswitch

do a ```sudo service bumbleed restart``` then ```sudo service lightdm start``` assuming you are using lightdm as your login manager if the nvidia drivers are not loaded then. you will...

I noticed I could map ctrl+o to command "editor.action.insertLineBefore" and that seems to do the trick. I added by had to the emacs extension I added a pull request to...

@mcfletch this seems like it could be some combination of cython/numpy version incompatiblities with the 3.1.7 code. I've run into similar problems at least for some of my packages as...