/leap Hi Trying to call stellarium The first time it ran fin. On subsequent attempts I get this error: intel_do_flush_locked failed: Input/output error Ubuntu bugs have this as a solution: sudo intel_reg_write 0x2120 0x1206800/ /sudo intel_reg_write 0x2120 0x1206800 But I get: sudo intel_reg_write 0x2120 0x1206800 root's password: sudo: intel_reg_write: command not found How do I run that? Thanks / -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Fri, Dec 25, 2015 at 12:45 PM, buhorojo <buhorojo.lcb@gmail.com> wrote:
intel_reg_write
As far as I can tell it comes from intel-gpu-tools; just install it. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 25/12/15 11:02, Andrei Borzenkov wrote:
On Fri, Dec 25, 2015 at 12:45 PM, buhorojo <buhorojo.lcb@gmail.com> wrote:
intel_reg_write
As far as I can tell it comes from intel-gpu-tools; just install it. zypper install intel-gpu-tools Retrieving repository 'Application:Geo' metadata .........................[done] Building repository 'Application:Geo' cache ..............................[done] Loading repository data... Reading installed packages... 'intel-gpu-tools' is already installed. No update candidate for 'intel-gpu-tools-1.12-1.3.x86_64'. The highest available version is already installed. Resolving package dependencies...
intel_reg_write If 'intel_reg_write' is not a typo you can use command-not-found to lookup the package that contains it, like this: cnf intel_reg_write :( -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
rpm -ql intel-gpu-tools On Fri, Dec 25, 2015 at 1:07 PM, buhorojo <buhorojo.lcb@gmail.com> wrote:
On 25/12/15 11:02, Andrei Borzenkov wrote:
On Fri, Dec 25, 2015 at 12:45 PM, buhorojo <buhorojo.lcb@gmail.com> wrote:
intel_reg_write
As far as I can tell it comes from intel-gpu-tools; just install it.
zypper install intel-gpu-tools Retrieving repository 'Application:Geo' metadata .........................[done] Building repository 'Application:Geo' cache ..............................[done] Loading repository data... Reading installed packages... 'intel-gpu-tools' is already installed. No update candidate for 'intel-gpu-tools-1.12-1.3.x86_64'. The highest available version is already installed. Resolving package dependencies...
intel_reg_write If 'intel_reg_write' is not a typo you can use command-not-found to lookup the package that contains it, like this: cnf intel_reg_write
:( -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Am Freitag, 25. Dezember 2015, 11:07:47 schrieb buhorojo:
On 25/12/15 11:02, Andrei Borzenkov wrote:
On Fri, Dec 25, 2015 at 12:45 PM, buhorojo <buhorojo.lcb@gmail.com> wrote:
intel_reg_write
As far as I can tell it comes from intel-gpu-tools; just install it.
zypper install intel-gpu-tools Retrieving repository 'Application:Geo' metadata .........................[done] Building repository 'Application:Geo' cache ..............................[done] Loading repository data... Reading installed packages... 'intel-gpu-tools' is already installed. No update candidate for 'intel-gpu-tools-1.12-1.3.x86_64'. The highest available version is already installed. Resolving package dependencies...
intel_reg_write If 'intel_reg_write' is not a typo you can use command-not-found to lookup the package that contains it, like this: cnf intel_reg_write
:( Probably it is just a typo. Intel-gpu-tools includes the command "intel_reg" and and intel_reg --help shows : Intel graphics register multitool
Usage: intel_reg [OPTION ...] COMMAND COMMAND is one of: read [--count=N] REGISTER [...] read and decode specified register(s) write [--post] REGISTER VALUE [REGISTER VALUE ...] write value(s) to specified register(s) dump dump all known registers decode REGISTER VALUE [REGISTER VALUE ...] decode value(s) for specified register(s) snapshot create a snapshot of the MMIO bar to stdout list list all known register names help show this help So try intel_reg write 0x2120 0x1206800 ( Without the second underline) instead -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 25/12/15 11:07, buhorojo wrote:
On 25/12/15 11:02, Andrei Borzenkov wrote:
On Fri, Dec 25, 2015 at 12:45 PM, buhorojo <buhorojo.lcb@gmail.com> wrote:
intel_reg_write
As far as I can tell it comes from intel-gpu-tools; just install it. zypper install intel-gpu-tools Retrieving repository 'Application:Geo' metadata .........................[done] Building repository 'Application:Geo' cache ..............................[done] Loading repository data... Reading installed packages... 'intel-gpu-tools' is already installed. No update candidate for 'intel-gpu-tools-1.12-1.3.x86_64'. The highest available version is already installed. Resolving package dependencies...
intel_reg_write If 'intel_reg_write' is not a typo you can use command-not-found to lookup the package that contains it, like this: cnf intel_reg_write
:( Hi OK. It's this: intel_reg write 0x2120 0x1206800
But still nothing: intel_do_flush_locked failed: Input/output error Any opensuse specific ideas on how to lose the error? Thanks. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Am Freitag, 25. Dezember 2015, 17:19:44 schrieb buhorojo:
On 25/12/15 11:07, buhorojo wrote:
On 25/12/15 11:02, Andrei Borzenkov wrote:
On Fri, Dec 25, 2015 at 12:45 PM, buhorojo <buhorojo.lcb@gmail.com>
wrote:
intel_reg_write
As far as I can tell it comes from intel-gpu-tools; just install it.
zypper install intel-gpu-tools Retrieving repository 'Application:Geo' metadata .........................[done] Building repository 'Application:Geo' cache ..............................[done] Loading repository data... Reading installed packages... 'intel-gpu-tools' is already installed. No update candidate for 'intel-gpu-tools-1.12-1.3.x86_64'. The highest available version is already installed. Resolving package dependencies...
intel_reg_write
If 'intel_reg_write' is not a typo you can use command-not-found to
lookup the package that contains it, like this: cnf intel_reg_write : :(
Hi OK. It's this: intel_reg write 0x2120 0x1206800
But still nothing: intel_do_flush_locked failed: Input/output error
Any opensuse specific ideas on how to lose the error? Thanks.
You've tried the workaround from <http://ubuntu.itsprite.com/ubuntuintel_do_flush_locked-failed-inputoutput-error/>, too ? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 25/12/15 18:07, Markus Koßmann wrote:
Am Freitag, 25. Dezember 2015, 17:19:44 schrieb buhorojo:
On 25/12/15 11:07, buhorojo wrote:
On 25/12/15 11:02, Andrei Borzenkov wrote:
On Fri, Dec 25, 2015 at 12:45 PM, buhorojo <buhorojo.lcb@gmail.com>
wrote:
intel_reg_write As far as I can tell it comes from intel-gpu-tools; just install it. zypper install intel-gpu-tools Retrieving repository 'Application:Geo' metadata .........................[done] Building repository 'Application:Geo' cache ..............................[done] Loading repository data... Reading installed packages... 'intel-gpu-tools' is already installed. No update candidate for 'intel-gpu-tools-1.12-1.3.x86_64'. The highest available version is already installed. Resolving package dependencies...
intel_reg_write
If 'intel_reg_write' is not a typo you can use command-not-found to
lookup the package that contains it, like this: cnf intel_reg_write : :( Hi OK. It's this: intel_reg write 0x2120 0x1206800
But still nothing: intel_do_flush_locked failed: Input/output error
Any opensuse specific ideas on how to lose the error? Thanks. You've tried the workaround from <http://ubuntu.itsprite.com/ubuntuintel_do_flush_locked-failed-inputoutput-error/>, too ?
OK. Yeah. You have to reboot to take effect. Sorry everyone. I should have worked that out. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
Andrei Borzenkov
-
buhorojo
-
Markus Koßmann