Displaying 7 results from an estimated 7 matches for "0mhz".
Did you mean:
50mhz
2011 Sep 14
6
[Bug 40858] New: nForce Go 430 onboard GPU GeForce 6100 Go (C51G) is not supported
...troller: nVidia Corporation C51G [GeForce 6100] (rev
a2)
I suspect the problem in power management support:
Sep 14 04:03:52 ubuntu kernel: [ 5.910059] [drm] nouveau 0000:00:05.0: 3
available performance level(s)
Sep 14 04:03:52 ubuntu kernel: [ 5.910063] [drm] nouveau 0000:00:05.0: 0:
memory 0MHz core 100MHz fanspeed 100%
Sep 14 04:03:52 ubuntu kernel: [ 5.910067] [drm] nouveau 0000:00:05.0: 1:
memory 800MHz core 350MHz fanspeed 100%
Sep 14 04:03:52 ubuntu kernel: [ 5.910070] [drm] nouveau 0000:00:05.0: 2:
memory 1000MHz core 425MHz fanspeed 100%
Sep 14 04:03:52 ubuntu kernel: [ 5....
2007 Apr 18
2
Stolen and degraded time and schedulers
...used.
It's wrong now, because it fails to take into account of several kinds
of missing time:
1. interrupts - time spent in an ISR is accounted to the current
process, even though it gets no direct benefit
2. SMM - time is completely lost from the kernel
3. slow CPUs - 1ms of 600MHz CPU is less useful than 1ms of 2.4GHz CPU
The first two - time lost to interrupts - are a well known problem, and
are generally considered to be a non issue. If you're losing a
significant amount of time to interrupts, you probably have bigger
problems. (Or maybe not?)
The third is not some...
2007 Apr 18
2
Stolen and degraded time and schedulers
...used.
It's wrong now, because it fails to take into account of several kinds
of missing time:
1. interrupts - time spent in an ISR is accounted to the current
process, even though it gets no direct benefit
2. SMM - time is completely lost from the kernel
3. slow CPUs - 1ms of 600MHz CPU is less useful than 1ms of 2.4GHz CPU
The first two - time lost to interrupts - are a well known problem, and
are generally considered to be a non issue. If you're losing a
significant amount of time to interrupts, you probably have bigger
problems. (Or maybe not?)
The third is not some...
2010 Nov 17
26
[Bug 31676] New: garbled text after loading nouveau module on EFI boot; X driver thinks there are no connected outputs
https://bugs.freedesktop.org/show_bug.cgi?id=31676
Summary: garbled text after loading nouveau module on EFI boot;
X driver thinks there are no connected outputs
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2010 Feb 11
24
[Bug 26534] New: nouveau does not fetch edid from connected monitor on nforce1 (nv1a)
http://bugs.freedesktop.org/show_bug.cgi?id=26534
Summary: nouveau does not fetch edid from connected monitor on
nforce1 (nv1a)
Product: xorg
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2013 Apr 12
8
[Bug 63481] New: Nouveau driver - No monitor signal on chipset NV1A (family NV10) since bisected bad commit ebb945a94bba2ce8dff7b0942ff2b3f2a52a0a69 in kernel 3.7.9
...caching Rev 1 (10.10.2010).
[ 12.085710] [drm] No driver support for vblank timestamp query.
[ 12.085834] nouveau [ DRM] 0xAFD8: Parsing digital output script table
[ 12.086071] nouveau [ DRM] 0 available performance level(s)
[ 12.086077] nouveau [ DRM] c: core 305MHz memory 0MHz
[ 12.088127] nouveau [ DRM] MM: using M2MF for buffer copies
[ 12.277591] nouveau [ DRM] allocated 1024x768 fb: 0x5000, bo cdbd8000
[ 12.278077] fbcon: nouveaufb (fb0) is primary device
[ 12.292766] Console: switching to colour frame buffer device 128x48
[ 12.293502] nouveau 000...
2020 Mar 20
0
[ANNOUNCE] igt-gpu-tools 1.25
...ec_blt
tests/drm_import_export: Restrict runtime
i915/gem_exec_schedule: Split pi-ringfull into two tests
i915/gem_exec_schedule: Exercise priority inversion from resource contention
i915/gem_exec_schedule: Beware priority inversion from iova faults
overlay: Believe in 0MHz
i915/perf_pmu: Check that while parked, we report min freq or below
i915/gem_eio: Reduce amount of incidental work after the delayed hang
i915/gem_ctx_param: Avoid context priority
Sync i915_drm.h
i915/gem_mmap_offset: Use the right fd for isolated offset generation...