Displaying 20 results from an estimated 200 matches similar to: "xen 4.0.0 dom0 console video unreadable / scrambled"
2014 Nov 03
0
[PATCH v4 10/10] x86: Support compiling out userspace IO (iopl and ioperm)
On Mon, Nov 03, 2014 at 03:27:48PM +0000, One Thousand Gnomes wrote:
> > > This isn't unreasonable but there are drivers with userspace helpers that
> > > use iopl/ioperm type functionality where you should be doing a SELECT of
> > > X86_IOPORT. The one that comes to mind is the uvesa driver. From a quick
> > > scan it may these days be the only mainstream
2014 Nov 03
2
[PATCH v4 10/10] x86: Support compiling out userspace IO (iopl and ioperm)
> > This isn't unreasonable but there are drivers with userspace helpers that
> > use iopl/ioperm type functionality where you should be doing a SELECT of
> > X86_IOPORT. The one that comes to mind is the uvesa driver. From a quick
> > scan it may these days be the only mainstream one that needs the select
> > adding.
>
> Should kernel drivers really
2014 Nov 03
2
[PATCH v4 10/10] x86: Support compiling out userspace IO (iopl and ioperm)
> > This isn't unreasonable but there are drivers with userspace helpers that
> > use iopl/ioperm type functionality where you should be doing a SELECT of
> > X86_IOPORT. The one that comes to mind is the uvesa driver. From a quick
> > scan it may these days be the only mainstream one that needs the select
> > adding.
>
> Should kernel drivers really
2007 Mar 19
2
Graphic problem
Hello ! I'm a new user of Ubuntu Edgy , but when I try to lauch WINRAR
, via the console , I receive that error message :
libGL warning: 3D driver claims to not support visual 0x5b
libGL warning: 3D driver claims to not support visual 0x5b
fixme:shell:SHAutoComplete SHAutoComplete stub
err:rebar:REBAR_AdjustBands Phase 1 failed, x=692, maxx=-4, start=0,
end=0
err:rebar:REBAR_AdjustBands Phase
2010 Nov 22
1
Wow - Downloader Connection timeout
I've been trying to get WoW working onmy Fedora 14 installation, but I seem to be having problems getting the internet connection to work.
I start the game with
Code:
wine Launcher.exe -opengl
in the ~/.wine/drive_c/Program\ Files/World of Warcraft directory.
I can access the internet from using
Code:
wine iexplore http://www.google.com
so I know the wine network connection works.
2019 Sep 23
2
[PATCH trivial 1/3] treewide: drivers: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig
Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org>
---
drivers/acpi/Kconfig | 8 +-
drivers/ata/Kconfig | 12 +--
drivers/auxdisplay/Kconfig | 14 +--
2019 Oct 04
3
[RESEND TRIVIAL 1/3] treewide: drivers: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig
Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org>
---
drivers/acpi/Kconfig | 8 +-
drivers/ata/Kconfig | 12 +--
drivers/auxdisplay/Kconfig | 14 +--
2005 Apr 19
3
RE: [Xen-devel] Run X in other domains?
> > I can see how you could start a very simple VGA-only Xserver -- by
> > default dom0 happens to have access to the bottom 1MB of
> memory, which
> > is enough to get a VGA Xserver working.
>
> OK, I wasn''t familiar with this. However I''ve checked
> XFree86.0.log from domain 0 for memory reports, and these two
> lines indicate more than
2002 Dec 18
1
Scrambled Jobnames when Printing
Dear Samba!
I use a perl script to move print jobs around for users, and there is a custom
printer interface to pick up the jobs. Windows clients print to the samba
printer, which basically moves the job to another share to be picked up by the
print server client, depending on the users \\Machine Name. A sample from the
conf file:
[tcacol-prn]
comment = Printer for Colour at Talss CA
2004 Oct 18
1
scrambled filename.
Hello there,
If i create a file starting with nul. via command shell access, example:
nul.txt or nul.blaat.txt
Samba show's this file scrambled, i've tested this on samba 3.04 on AIX and
FC2 Linux samba 3.0.7-2.
My file nul.txt is showed via samba as: NDH6SA~M.TXT.
I have a default samba configuration:
[global]
workgroup = C3D-VR.COM
server string = C3D Samba Server
2010 Oct 25
0
Possible bug with scrambled messages on Win7-64bit using R2.12.0 (32/64 bit version)
When executing 'dyn.load("this/dll/does/not/exist.dll")' the resulting
error message is scrambled. Not all characters will be displayed and
when I select the empty region text disappears/reappears.
For a screenshot see:
http://dl.dropbox.com/u/2602516/dyn.load_error1.PNG and
http://dl.dropbox.com/u/2602516/dyn.load_error2.PNG.
Note: I had the same problem with xlsReadWrite
2012 Jan 16
3
[Bug 44849] New: nouveau loads scrambled garbage
https://bugs.freedesktop.org/show_bug.cgi?id=44849
Bug #: 44849
Summary: nouveau loads scrambled garbage
Classification: Unclassified
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: critical
Priority: medium
Component:
2003 Apr 14
1
NA in logical vector = data frame row numbers scrambled
Dear all.
RE how to estimate parameters of multimodal distribution
Thank to prof.Ripley for pointing me to mclust package, although I am not sure I
can apply it to my problem.
I have another question.
I need to change some of my values in data frame to NA.
I use something like
df[df$v1 < 5, 5:10] <- NA
which is OK if there are no NA values in v1.
here are some foo attempts
>
2018 Feb 04
0
copy/paste of large amount of code to terminal leads to scrambled/missing characters
This sounds like a problem with your editor or the OS clipboard support rather than R. You might get a response here, but R-sig-mac seems more appropriate to me for such discussion.
--
Sent from my phone. Please excuse my brevity.
On February 3, 2018 4:23:54 PM PST, Martin Batholdy via R-help <r-help at r-project.org> wrote:
>Dear R-users,
>
>This question might not be restricted
2018 Feb 04
1
copy/paste of large amount of code to terminal leads to scrambled/missing characters
Obvious suggestion: use a more capable IDE instead of Textmate2 with
copy/paste.
RStudio is very popular now, but there are many others . Search on e.g. "R
IDE For MAC" to see some alternatives.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along and
sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom
2015 Nov 10
8
[Bug 92893] New: NV34: XPresent compositor scrambled
https://bugs.freedesktop.org/show_bug.cgi?id=92893
Bug ID: 92893
Summary: NV34: XPresent compositor scrambled
Product: xorg
Version: git
Hardware: x86 (IA32)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2018 Feb 04
3
copy/paste of large amount of code to terminal leads to scrambled/missing characters
Dear R-users,
This question might not be restricted to R, but I hope that some might have experienced similar problems and could help me.
When using R, I usually work with a text-editor (textmate2) in which I prepare the script.
To execute code, I then copy and paste it to an R-session running in the terminal/shell (on Mac OS).
Unfortunately, when pasting too much code into the terminal (e.g.
2003 Mar 28
0
HTML help pages unreadable
Hello all,
The help pages for R (and Perl, too) are often unreadable. Has anyone had this
problem? I am using MS IE on Windows 95 as my web browser. Do I need to
download a font or something?
Thanks for your time!
Tanya Murphy
2011 Jun 09
0
rsync 3.0.7 hangs with unreadable hard-links files
Hello rsync list
I've stumbled across a fairly obscure situation in which rsync hangs --
it just waits until I press ctrl-C.
Here's a transcript. Note that directory foo contains two small files
that are hard-linked together, and are unreadable.
----------------------------------------------------------------------
$ uname -a
Linux ferox 2.6.35-28-generic-pae #50-Ubuntu SMP Fri Mar
2003 Jul 26
1
Unreadable character.
Hi,
I'm running Wine in SuSE 8.2.
Unfortunately, I cannot read the character displayed
on the Windows application I would like to run using
Wine (the program itself can be loaded). In the other
words, the characters are completely unreadable (the
characters are just displayed as a sequence of "small
boxes").
Additionally, here is the information I received when
I run Windows (I use