Dual fan might work better as you can use the stock fan for PWM and hopefully the fan power delivery can drive two of them at once, they should both just change speed at the same time, just need a fan with the same voltage. Might work!
-
Yes I agree and if I started with a stock machine again, I probably would do that as it's the easiest solution, but I think my built-in fan control is gone now. It doesn't output the right signal for the built-in fan anymore. I think it was a bad idea to connect the rpm signal coming from another fan to it. So I need a custom solution anyway and being able to use the cpu temp to ramp up the fan is tempting. The original system always uses a cpu-proximity temp value and that's why the fan only kicks in once temp throttling is very close.
Power is definitely sufficient for multiple fans. Btw. does anyone know the name/spec/digikey-part-nr of that fan connector? It's used in many laptops but with different pinouts and I'd like to buy sockets and plugs but I can't determine the type. -
I recently bought a LG Gram 17 and I'm having issues with charging through the USB-C port. I'm hoping someone on this forum can help. Whenever I plug my USB-C wall charger that supplies 10W (5V, 2A) into my LG Gram, I get an error message that I need to use a charger that supplies at least 10W. I've used the same charger to charge my 15 inch Samsung Notebook 9 Pro, so I know it works. I've also tried several other chargers that supply 10W (5V, 2A), and my Anker battery pack that supplies 5V, 2.4A, and I keep getting the same error message.
This is actually my second LG Gram 17: Amazon sent me a replacement LG Gram because the first one was having the same issue (I thought it was defective). I've read in reviews that the LG Gram 17 can be charged with a typical USB-C cell phone charger that provides 10W (5V, 2A). I doubt I've received 2 LG Grams that have the same charging defect. Please tell me what's going on. I would really like to be able to charge my LG Gram with just my cell phone charger or battery pack. Thanks. -
-
I just tried using an AUKey multiport charger and this also doesn't charge for me. I then also tried using a Nintendo Switch charger and that one works. So maybe it just wants more than 10W? Or maybe some of the phone charger just use the USB-C port and don't really implement the protocols?
I'm thinking about getting that extremely small innergie PowerGear 60W usb-c charger http://www.myinnergie.com/sg/product/136. Has anyone tries this with the Gram 17? It's rather pricey, but oh-so small. -
Hi,
I bought a 15-17 inch sleeve from amazon which fits nicely.
Fixing the touchpad problem on Ubuntu 19.04 was too complicated for me, was able to track something,
but do not have knowledge of all the other things ...
Also I have contacted Matan, how has wrote the linux drivers for Lg Gram 17.
-----------------------------------------
On Sat, 18 May 2019, XXX wrote:
> Hello Matan,
>
> thank you very mutch for your work with Drivers for Lg Gram.
> I have a LG Gram 17 and Ubuntu 19.04 installed, includingt the new Drivers.
>
> Regarding your Documentation,
> https://github.com/torvalds/linux/blob/master/Documentation/laptops/lg-laptop.rst
>
> But these keys dont work
> * FN-F1 (LG control panel) - Generates F15
> * FN-F5 (Touchpad toggle) - Generates F13
> * FN-F6 (Airplane mode) - Generates RFKILL
> * FN-F8 (Keyboard backlight) - Generates F16. This key also changes keyboard backlight mode.
> * FN-F9 (Reader mode) - Generates F14
Don't work as in do not generate keys, or do they generate keyboard
events but those do not have the desired effect?
I attached a file with the newest version of my code.
make should compile it, if you have the necessary prerequisite for
compiling modules installed.
make install (as root) should install it, but you can simply use rmmod
to remove the one that you have and insmod to insert the new one.
I attached a file with a systematic listing of all test of driver
features (1-18) and all information (a-d) I need to try to improve the
driver.
I will be thankful for as much answers as you have patience for.
--
Matan.
-----------------------------------------
So nice, he send the source code and a nice manual for every step (!), but I am really a linux noob.
If I struggle here somehow ... maybe I cant use my laptop for work .... If anybody is interested
I would like to forward his email.
Best Regards
Simon -
-
I did my final build using dual fans.
I used two slim (5mm height) fans I bought from Conrad https://www.conrad.com/p/sepa-hy60q...-vdc-41-mh-l-x-w-x-h-609-x-5-x-564-mm-1664478
They are not very powerful, but quiet and don't use a lot of power. And they fit perfectly (and turn the right way unlike other fans I tried).
I built a new heatpipe/fin assembly using the chipquik solder and a 200mm/11.2mm/3mm heatpipe. In order to cover all cores with the heatpipe I hat to bend it twice and the bends didn't come out as nicely as the last time, but the impact isn't that bad. Or let's say the heatpipe still isn't the limiting factor.
I now use an ATTiny85v chip to drive the fans at 25kHz based on temperature values read on the underside of the heatpipe. This chip uses a lot less electricity than the trinket I was using before. The fans are slightly tilted to enable air to enter from the underside. I think what makes this a winner over the dell fan setup I had before is the slimness of the fans. As they are just 5mm in height, air can easily enter. The fan I was using before probably couldn't breathe right. To use these dual fans I had to remove more material from the chassis and modify it to have a wider exhaust. I used an torch-heated exacto knife to cut the extra holes into the plastic.
Using all of this I can finally run at 32W forever and the max temp I'm seeing is 85 C.
I then overdid everything and started running prime95 which turned out to consume up to 46W of power. That's when I hit a cpu power supply brown-out (= total system shutdown). Luckily there was no damage, but I don't feel comfortable going over 30W now. I did set up some power limiting in throttlestop to limit around 30W and prevent shutdowns.
Looking for this setup I tried many heatsink/pipe/fin combinations and often had issues with big differences in core temps. As not much pressure can be used to mount things to the cpu, it is extremely important to get a totally flat surface and use a small amount of tim. I built the sink from copper and thin copper turned out to be too flexible, so this final version uses 0.8 mm of copper on top of the CPU.
With the last version I think I finally nailed it and now all cores stay within 3 C. When experimenting I had deltas of up to 15 C and of course thermal throttling kicks in when the first core reaches 90 C.
I "cleaned up" the build by using a lot of tape.
During all of this modding I found something else that annoys me about my Gram17. On my machine, the trackpad would move ever so slightly when dragging fingers from the bottom to the top, giving a weird almost clicking touch sensation. The top of the trackpad was about 0.1mm loose and would sometimes move up and down. I was able to fix it by adding stripes of paper below the trackpad frame mounting screws. To do that the battery had to be removed which is surprisingly easy - just a few screws. Pictured is the underside of the trackpad normally covered by the battery.
jeremyshaw and hfm like this. -
-
I fixed a few problems in the keyboard backlight helper tray app I made. It now uses the latest winring0 lib I could find (from March '19) and does a lot less polling of the backlight EC register.
Attached Files:
-
-
Question for LG Gram 17 owner:
How do you like the keyboard?
Individual keys seem to be shrunk a little bit to make room for the numpad.
Is the key travel much better than MacBook butterfly keyboard?
The touchpad is off center with respect to the placement of your hands. Does that bother you?hfm likes this. -
I like the keyboard.
Most keys have their normal size, but the numpad is shrunk quite a bit and has a weird layout. I don't like the numpad, but to be honest I haven't used it much. It's weird not to have a real numpad as there is so much space left and I'd rather have none than this one with the operators at weird locations.
The key travel is MUCH better than on these butterfly keyboards. I really dislike them and actually sold a MacBook because I could not stand working on the keyboard.
I like the gram keyboard more than many other windows laptop keyboards I have access to. To me, it's better than an msi laptop keyboard (steelseries), better than a lenovo yoga keyboard and better than those hp consumer laptop keyboards. Laptop keyboards I like more than the gram one are various thinkpad keyboards and the huawei matebook x pro keyboard.
The trackpad offset IMHO looks a bit ugly, but I don't find it annoying. I just position myself a bit to the left. When I ordered the machine I was worried about it, but now I'm totally used to it. I did move the windows taskbar to the right side of the screen, so my typing area would be better centered.
hfm likes this. -
I'm trying to move more and more of my workflow to the Gram 17. I would say you can pretty much get used to any keyboard over time as you build muscle memory with it. I think that's true of the Gram 17 as I've noticed my typing does improve on it the more I use it consistently. I have a problem saying that about the MBP Butterfly keyboards because I really just don't like the feel of them and believe me I've tried so hard to get used to it. I still make a ton of mistakes with it. The Gram 17 has better travel and typing feel. It IS a little cramped but I like typing on it more than the macbook.
I think getting rid of the numpad probably isn't something they're going to be willing to do, as a lot of creatives will use it for workflow enhancement with certain types of production software. People in the PC space are probably more used to this than people using Macs, obviously. I could definitely live with it if they removed it, but I do like that it's there in the rare occasions it comes in handy. But those occasions are rare enough I don't think it would really be a deal breaker for me.
I don't use the touchpad much at all. The times I do use it I really am not bothered at all by it's positioning. It tracks nicely and the clicks have a good feel. It's no macbook touchpad, but not much is. It's close enough for my needs though.
The bottom line though is not these comparisons between the MacBook Pro 15 and the Gram 17. The real comparison for me picking between or recommending to someone the Gram 17 vs an MBP 15 is which ecosystem works best for you. I like playing games in my spare time, and there's no better place to do that than Windows 10, and bootcamp isn't good enough for me in that respect. As an eGPU user, it's way easier and more convenient to use an eGPU on a real Windows 10 platform than bootcamp. I can also use Linux for nearly everything I care about macOS for, so I dual boot. If the things you want to do lend themselves really well to the macOS ecosystem, then that would probably be a big part of the decision over any hardware differences. The fact that this Gram is so light and has such a nice display panel are a lot of reasons to go this route if the ecosystem itself doesn't matter to you. It's really about what your needs are. If using the Gram 17 is going to be a daily fight because you are so used to macOS and what that provides for you it's probably not going to end well. -
Does anyone have any problem with display scaling? With 17" display at 2560x1600 resolution, one needs to adjust the scaling percentage higher than 100% otherwise everything would be too small. Do you have any problem with some apps not look right because of the scaling?
-
I have scaling set to 150%. The results depend on the applications you are using. Windows has improved a lot in recent years, but older apps still look blurry sometimes. However this is not related to the Gram17 at all, it's the same for all newer high-res laptops. Just check whether the software you intend you use supports windows display scaling.
hfm likes this. -
with windows 10 there should be no problems. when a app do not scale, you will have this problem on every hidpi display. My work around for linux/ubuntu is setting up system font size and some needed apps manually. Bowser standard zoom 140%, IDE font size, increase ubuntu taskbar size...
You can scale this very precise. I like it.hfm likes this. -
I have had very few display scaling issues, if any, in Windows 10. Come to think of it I'm trying really hard to remember specifically the last app I had this problem with and I can't recall which one it was. It's way better than it used to be, and Windows ability to handle old legacy apps or apps that are not using modern techniques is much better than it used to be.
I've found Linux support hit and miss. A lot of DE's don't have very good support for fractional scaling, which is really required by this display as 2x is far too large. I've found the best support so far using Deepin DE. GNOME seems to not work correctly with browsers causing them to look like interpolated scaling. Both Chrome and Firefox look sharp and correctly scaled in Deepin. I've only had one app look strange, and it appears to be one that tries to handle scaling on it's own, then Deepin scales it further, looking a little too large. But it's fine in the case of this particular app.
I think we're going to have to go through a couple more years of changes and attempts at standardization before we see support for HiDPI scaling properly implemented in Linux across a wide array of DE's and apps. Such is the problem of Linux on the desktop though. A large amount of power, choice, customizability and configurability with a steep learning curve. -
I recently picked up an MSI laptop, but I'm probably going to return it. I bought it because I got a good deal on it and I thought it looked cool. The battery life is pretty bad on it, though, and I have experienced a number of weird glitches. I'm thinking the 17" Gram is probably a better choice for my needs. I am not a gamer or power user. The laptop will be used mostly for productivity, web browsing, and occasional videos on YouTube, Netflix, etc ... The most important things to me are battery life, screen brightness/clarity, and the quality of the keyboard and touchpad. Do you think this laptop would be a better choice for me? Is there anything I should be aware of before taking the plunge?
Last edited: Jun 20, 2019 -
-
I agree. But.. if it's about the laptop in your signature, then you should be aware that the gram17 has a lot less performance, especially on the GPU side. The 1660ti in that MSI is a beast.
I own a MSI GS72 with a 4k screen and this one came with a matte screen, so maybe your MSI also has a matte a screen and the Gram17 does not.
Comparing my two 17'' I prefer the Gram17 overall as it's a lot lighter, has much better battery life and I like the keyboard much better. Also I prefer the 16:10 screen aspect ratio.
On my MSI I prefer the way cooling is implemented and the screen quality (a bit). I really never could get myself to like those MSI steelseries keyboards although I tried hard. They are mechanically well done, but the font is quite ugly and somehow the keys feel too slippery to me. On my machine the keyboard backlight flickers and if set to white you can still see red/green/blue leds shine through. But the real killer is the extremely short battery life caused by a too small battery and some software issues I could never nail down. It seems to never enter the deeper power saving modes.
I have an egpu for the Gram 17 running a desktop 1660ti and it still gets easily beaten by the MSI's 1060.
Another thing to consider is the huge power brick those MSI machines come with. It feels like that msi power brick alone is heavier than the Gram17. USB-C charging on the Gram17 is another plus for me.
.. and the trackpad on my msi drove me nuts. It just doesn't register very small movements and that makes it painful to use.hfm likes this. -
Unbox Therapy seems to show that the trackpad gives away too much at 3m 03s
also the keyboard flexed a bit at 2m 03s
Does your unit have this problem?
————————————————————————————
Also, from another review I have seen, the screen flexed a lot.
At 2m 06s
Would you feel comfortable putting this laptop in a backpack?Last edited: Jun 21, 2019 -
I had some minor movement when dragging on the trackpad, but fixed it by inserting paper at just the right spots. Clicking on the trackpad is kind of deep, but that's a matter of taste and what is good is that it is possible to click on top as well.
For such a light machine I think the amount of flex of everything is more than acceptable. There are also videos of people running cars over LG grams without destroying them and I think that would apply to the Gram 17 as well - not that I have tried it. But I definitely have no problem putting the laptop in my backpack (inside a sleeve to prevent dust from entering and scratches from happening).
TBH I wouldn't trust either of these two reviewers on youtube when it comes to do serious laptop reviews, too much 'tainment and not enough edu.
hfm likes this. -
-
-
hfm likes this.
-
It's probably much louder, it's also heavier, I'm guessing it's probably decent color accuracy as well with a modern 144Hz panel. I would imagine my setup was probably overall a lot more expensive as since I didn't get the Gram on a sale I paid $2800 for everything.. Gram, Sonnet Breakaway, Strix 2070 OC (It's a more expensive 2070 but I wanted assurance it would be dead quiet) and the 6.6ft active cable.
I suppose comparing the two apples-to-apples isn't really valid as they aren't built for the same use case. But if no games will ever be played that 1660Ti is wasting away and robbing battery when it engages for no reason. I literally never hook up my eGPU unless I am going to play a game, the UHD 620 does everything else really well. I was even able to play the odd low intensity game just fine before I bought the eGPU, not that I would ever suggest that to someone as a benefit, it's literally the bottom of the barrel. -
Can you run any game at 2560x1600@60 Hz on the internal screen? I know my 1660Ti would be perfectly capable of doing that for many games, but at this resolution it has a hard time going over 50 fps. I see GPU/CPU are not maxed out, but still can't get the 60Hz I'd like to get. Lower resolutions are fine, so I'm quite sure this is the result of the thunderbolt connection and the heaps of data going both ways when the internal display is used. On an external display I can run the same games at 4k@60Hz, but for the internal one I have to go to 1920x1200 or 1080p to get a smooth experience and that's why I think using faster video cards than let's say a 1060gtx is not going to bring much benefit for the internal display.
Internal GPUs have 4 times the bandwidth and don't need bidirectional data flow. Can you max out the 2070 on the internal display at native res? -
EDIT:
This is all at native resolution, and the games I have installed right now that might matter.
Metro: Last Light. This was pegged at 60 with pretty much everything cranked to max in nearly every situation. There was a "cinematic sequence" with a ton of people around where it was dipping into the 50's here and there, probably due to the number of objects on screen. The rest of the time it was at 60 (I had vsync on).
Divinity: OS 2: Obviously pegged to 60 at max, not sure why I even tried this.
RAGE 2: This was interesting. I had to turn off vsync to get it to stay at 50 or so. I would dip into the 40's sometimes. But most of the time it was at 48-55. Max details across the board. It would lock at 40 pretty much with vsync on, probably factorial of the refresh. This game seemed smoother with vsync off obviously. There was zero tearing I could see. I probably should have played this with vsync off, but I played the whole game with it on. Still really liked it, so, no regrets. In the future I'll probably try games with vsync off first and only turn it on if I see tearing. I'm very averse to tearing, I hate it.
Metro: Exodus:
Unfortunately neither the game or the xbox game bar have an FPS counter like steam does. I don't have Afterburner+RTSS installed or I would have checked that. Let me try that and I'll edit again.. I'm playing it max details and RTX on high.Last edited: Jun 22, 2019 -
Thanks for the benches. Unfortunately the only game of these I have is Metro Exodus and it's not installed on the Gram17 because I don't have RTX on that. The game I tried the most is Forza Horizon 4 and even at 1080p, frame rates sometimes go down to 50fps on internal only. I also tried the Devil May Cry 5 and am unable to play at full res and 60 Hz. It could of course also be a problem with my egpu box. I have a case-modded akitio node 3, and there was a firmware update to increase thunderbolt bandwidth 2x for it, but maybe it's still not performing as it theoretically could. I did check 4 lanes support with cuda-z and it seemed ok, but maybe there is a latency problem. My main reasons to suspect the connection for the low rates are not maxing the GPU and the fact that changing the graphics settings to low also doesn't move things to 60 fps most times.
-
Display is excellent. And it is silent and not 'huge'. Very pleasant to work with. I hope lg will have success, and others
will start to build also build simular notebooks.hfm likes this. -
Metro: Last Light Redux
Rage 2
Metro Exodus (RTX on High, Hairworks off obvs... There's probably more demanding areas but this is where I am in the game)
Forza Horizon 4 demo winter seemed to perform the worst, it was in the 40s a lot, 1600p ULTRA preset
bsimon likes this. -
I'm kind of interested in if they will upgrade the cooling a little if they release a refresh of the Gram 17 at year end or early next year with the new 10th gen 10nm Ice Lake CPUs. The boost in iGPU power is interesting, as well as the integrated TB3 support which should make that more efficient.
-
-
In Horizon 4 I'm getting a solid 60fps on 1920x1200, but check out the 2560x1600 screenshot:
46 fps, but only 68% GPU usage. That's why I think for this game at native res, the bottleneck is TB3 or my enclosure.
kneehowguys likes this. -
I uninstalled it or I'd try again with the HIGH preset or something.. -
I'm not getting 60fps stable at 1600p in horizon 4 even with the low preset. And my cpu is not maxed out at all.
kneehowguys likes this. -
kneehowguys likes this.
-
I would say any USB-C charger that can supply at least 35W is probably fine. I think @Pflugshaupt had found this earlier in the thread, it looks nice and small and provides plenty of power. http://www.myinnergie.com/sg/product/136gweempose likes this. -
That innergie charger... I was actually asking whether anyone knows it is compatible, and so far this is not confirmed. It's quite expensive, so I don't want to take any chances.
-
-
2. Are there specific situations where you find yourself using the laptop when you would not have before due to its weight? Bed/couch/etc? -
2. Not really, I always use it sitting in a recliner, so there isn't much else to say. I don't take laptops to bed with me but it would work extremely well for that as it doesn't have any vents on the bottom.kneehowguys likes this. -
1. To me, the biggest drawback was the heavy throttling under full load. I mainly use Visual Studio on the machine and compiling my projects would always run the CPU to its (low) thermal limit of 90C where performance is almost halved. If you don't do anything that requires lots of CPU power, that would be a non-issue, but I kept tinkering until the situation was improved, which turned out to be a lot harder than I initially thought. Now the only thing that bugs me occasionally is the slowish charging. If I forget to recharge it and then realize I have to leave the house in 30min, charging with just 30W is a problem and makes me use a different machine in those cases. And the numeric keypad annoys me a little as I find it useless with those tiny keys.
2. I use it everywhere now. I used to have very small and light machines to take with me (ThinkPad X series, MacBook 12, Huawei Matebook X 12''), but they are no longer needed now that I have the Gram17 which isn't much heavier, but so much more comfortable and powerful. I also use it at home a lot where I used to work on my desktop machine, but the Gram17 screen is large enough so I don't miss the screen real estate of the desktop. The weight is low enough to carry it around with one hand, so I just carry the Gram around wherever I go and end up coding a lot in the kitchen where the coffee is.kneehowguys and hfm like this. -
-
-
I would still recommend the laptop to anyone who wants a large and light machine - there is no comparable machine on the market. But if you ask me what's the biggest problem with it, then the thermal stuff is it. So maybe my recommendation would include installing throttlestop to undervolt the CPU and to lower the power limit.hfm likes this. -
.
Btw. I ordered that innergie 60c usb-c charger now. It just feels like the perfect companion because it is super light (&small). I'll post about it once it arrives and hopefully works.Last edited: Jun 30, 2019hfm likes this. -
kneehowguys and hfm like this.
-
If you are looking into something super light that can maybe do a little better job at GPU related tasks maybe the Samsung Notebook 9 (15" 16:9) or Huawei Matebook X Pro (14" 4:3) with those lower powered nvidia MX class chips. Outside of that (unless I've forgotten a ~3lb notebook with a GPU) you're looking at adding about 1.5lbs to the weight to get into nvidia 1600 class territory.kneehowguys likes this. -
Hi All,
My know how in linux is limited, I have a LG Gram 17 I have install with dual boot Opensuse Tumbleweed, with Kernel 5.1.10-1, Plasma 5.16.2, Frameworks 5.99, and qt 5.13.0
I'm trying to use the special keys function as is described in:
https://github.com/torvalds/linux/blob/master/Documentation/laptops/lg-laptop.rst
But I don't understand what is the command line to use, also I'm trying to use this plasmoid to control the battery charge limit, but it seams don't work.
https://github.com/jsalatas/plasma-pstate
You can help mi on that?
Thankyou very much
New LG Gram 17
Discussion in 'LG' started by vvb8890, Jan 16, 2019.