search for: 840m

Displaying 11 results from an estimated 11 matches for "840m".

Did you mean: 840
2016 Apr 28
15
[Bug 95188] New: GeForce 840M (GM108) troubles
https://bugs.freedesktop.org/show_bug.cgi?id=95188 Bug ID: 95188 Summary: GeForce 840M (GM108) troubles Product: xorg Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporte...
2020 Jan 09
3
Flang landing in the monorepo - next Monday!
Hi, On Wed, Jan 8, 2020 at 6:54 PM Finkel, Hal J. via llvm-dev < llvm-dev at lists.llvm.org> wrote: > FYI to everyone: If you have things that you would like to see done > before a merge of Flang, please reply with as many details as you have > time to provide (and if you have things that you would like to see done > soon, but you're comfortable with them happening after
2015 Mar 12
52
[Bug 89558] New: Unknown chipset error for GeForce 840M
https://bugs.freedesktop.org/show_bug.cgi?id=89558 Bug ID: 89558 Summary: Unknown chipset error for GeForce 840M Product: xorg Version: unspecified Hardware: Other OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter...
2017 Jan 17
1
Discrete card is always off even if it is used
Hi, I have a computer with an integrated graphic card and a discrete graphic card, namely: # lspci | grep -E "VGA|3D" 00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09) 03:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 840M] (rev a2) This is confirmed by vgaswitcheroo: xray:/ # cat /sys/kernel/debug/vgaswitcheroo/switch 0:IGD:+:Pwr:0000:00:02.0 1:DIS: :DynOff:0000:03:00.0 Some info: xray:/ # uname -a Linux xray 4.9.4-1.gd9de2ec-default #1 SMP PREEMPT Sun Jan 15 16:51:00 UTC 2017 (d9de2ec) x86_64 x86_64 x86_64 GNU...
2010 May 31
3
zfs permanent errors in a clone
$ zfs list -t filesystem NAME USED AVAIL REFER MOUNTPOINT datapool 840M 25.5G 21K /datapool datapool/virtualbox 839M 25.5G 839M /virtualbox mypool 8.83G 6.92G 82K /mypool mypool/ROOT 5.48G 6.92G 21K legacy mypool/ROOT/May25-2010-Image-Update 5.48G 6.92G 4.12G / mypool/ROOT/O...
2018 Sep 25
8
[Bug 108058] New: After resuming from suspend, discrete GPU is powered on and can't be turned off
...tch <<<OFF OFF [root at example user]# cat /proc/acpi/bbswitch 0000:04:00.0 ON I attached the kernel log using following parameters when using only nouveau driver (no bumblebee/bbswitch/nvidia): log_buf_len=1M nouveau.debug=debug. System specs: Asus Vivobook S551LN Intel i7 4500U NVIDIA 840M Archlinux 4.18.9-arch1-1-ARCH (but affecting older versions, since early 4.x version when i started using linux) -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop....
2016 Jun 16
0
Wine release 1.8.3
...krnl.exe: Add KeDelayExecutionThread stub. Bernhard Übelacker (1): dinput: Implement device property DIPROP_USERNAME. Caron Wills (9): wined3d: Add Nvidia GeForce GTX 860. wined3d: Add Nvidia GeForce 820M. wined3d: Add Nvidia GeForce 830M. wined3d: Add Nvidia GeForce 840M. wined3d: Add Nvidia GeForce 845M. wined3d: Add Nvidia GeForce GTX 850M. wined3d: Add Nvidia GeForce GTX 870M. wined3d: Add Nvidia GeForce GTX 880M. wined3d: Add Nvidia GeForce GT 730M. François Gouget (1): schannel: Add declarations for SECPKG version 7. Henri...
2016 Jul 15
1
[PATCH v3 0/4] nouveau RPM fixes for Optimus (final)
On Fri, Jul 15, 2016 at 12:41:49PM -0400, Ilia Mirkin wrote: > On Fri, Jul 15, 2016 at 12:36 PM, Peter Wu <peter at lekensteyn.nl> wrote: > > On Fri, Jul 15, 2016 at 12:10:23PM -0400, Ilia Mirkin wrote: > >> On Fri, Jul 15, 2016 at 9:12 AM, Peter Wu <peter at lekensteyn.nl> wrote: > >> > Hi, > >> > > >> > Here are two patches to fix
2020 Nov 04
3
Fragmented DWARF
...;>> >>> --gc-sections --gc-debuginfo --gc-debuginfo-no-odr >>> >>> For clang binary I got following results: >>> >>> 1. --gc-sections = binary size 1,5G, Debug Info size(*)1.2G >>> >>> 2. --gc-sections --gc-debuginfo = binary size 840M, 8x performance >>> decrease, Debug Info size 542M >>> >>> 3. --gc-sections --gc-debuginfo --gc-debuginfo-no-odr = binary size >>> 1,3G, 16x performance decrease, Debug Info size 1G >>> >>> (*) .debug_info+.debug_str+.debug_line+.debug_ranges+.d...
2016 Apr 29
0
Wine release 1.9.9
...kernel32: Add GetConsoleFontInfo stub. hal: Add READ_PORT_UCHAR stub. hal: Add WRITE_PORT_ULONG stub. fsutil: Add stub program. winsta: Add a stub for WinStationEnumerateW. kernel32: Add FreeUserPhysicalPages stub. Caron Wills (5): wined3d: Add Nvidia GeForce 840M. wined3d: Add Nvidia GeForce 845M. wined3d: Add Nvidia GeForce GTX 850M. wined3d: Add Nvidia GeForce GTX 870M. wined3d: Add Nvidia GeForce GTX 880M. Damjan Jovanovic (2): winex11.drv: Improve some XDND log messages. winex11.drv: Really ignore the drop effect ret...
2023 Sep 04
15
[RFC, drm-misc-next v4 0/9] PCI/VGA: Allowing the user to select the primary video adapter at boot time
From: Sui Jingfeng <suijingfeng at loongson.cn> On a machine with multiple GPUs, a Linux user has no control over which one is primary at boot time. This series tries to solve above mentioned problem by introduced the ->be_primary() function stub. The specific device drivers can provide an implementation to hook up with this stub by calling the vga_client_register() function. Once the