Displaying 20 results from an estimated 1000 matches similar to: "Trouble adding a pci device to a a linux domU"
2008 Mar 30
0
Problem installing a Ragnarok Online Client
Hello,
I tried to install a Ragnarok Online (private) Client that should work with Wine (I followed a tutorial to install it)
The problem is that the game doesnt start, the window gets killed right after it appear and I dont even see what s in it. Here is a pastebin of the d3d debug outputs :
http://pastebin.com/d4567b9b9
My lspci gives :
00:00.0 Host bridge: Intel Corporation Mobile
2008 Jan 04
2
Ubuntu + Wine = Can't See My WoW :(
Hello all,
I've been struggling for a while now to get World of Warcraft running
under wine, and there's lots of helpful information out there, but
nothing seems to address the particular problem that I am having.
Rather than try to explain it to you, it would be easier just to show
you a screenshot:
http://www.maj.com/gallery/servo/00-BitBucket/wow-opengl.png
In a nutshell, the
2009 Jun 23
2
Shader error with GMA 950 in The Sims 3
I have an Intel GMA 950 and I installed Sims 3 on vista. It works but crash after 10 min. I reinstalled Sims 3 on Ubuntu 9.04 with playonlinux script.
Install works fine but when I start the game, I have this error :
" impossible de d?marrer le jeu. L'appareil 0 ne peut pas ex?cuter ce titre. Votre carte vid?o ne semble pas prendre en charge Shader Model version 2 ou ult?rieure.
2006 Nov 05
2
success story hvm+debian and winxp
hi list,
I am happy being able to report, that I got winxp finally to run on my system.
I have an ASUS T5600 Core 2 Duo with 1 Gig memory and SATA.
Until the todays "apt-get dist-upgrade" I was''t able to get any graphical output out of the SDL-Window,
but now it is thete and simply works, wonderful !
I attached my system info.
Big thank to the xen-team and the debian people !
2006 Sep 29
1
4.4 on Dell D620: widescreenresolution?
Hi,
Did anyone manage to get 4.4 working on a Dell D620 laptop? The thing
has a 1440x900 LCD screen, but I don't get X the work with that
resolution. (lspci: Intel Corporation Mobile 945GM/GMS/940GML Express
Integrated Graphics Controller (rev 03))
Google suggested to use '915resolution', which I installed
(915resolution-0.5.2-1.el4.rf), but that doesn't help.
Regards,
--
2012 May 25
2
STABLE/9 SMP ACPI suspend/resume - video mode not being restored
Hi,
I'm toying with the SMP/i386 ACPI suspend/resume patches in -9. Thanks
so much for this!
I've noticed though that the video backlight stays off after resume. A
common problem on -9, so I set hw.acpi.reset_video=1. That restores
the backlight.
However, the video mode isn't restored. I have my console set to
VGA_80x60 and the resume seems to set it up "wrong". I get half
2007 Jul 29
1
Curious why this doesn't work. (has_many, belongs_to)
Two Models.
class Gm < ActiveRecord::Base
belongs_to :pool
# mode code here.
end
class Pool < ActiveRecord::Base
has_many :gms
# mode code here.
end
Testing code through the console.
>> gm_list.each{ | gm | puts " GM name: #{ gm.user_name } belongs to Pool: #{ gm.pool.pool_name } " }; nil
GM name: John belongs to Pool: RHP 07-08 Season - Career League
GM name:
2009 Aug 06
2
IVT SCD serial port help
guys,
A bit off topic here, but since this issue already has a history here:
serial connection to the SCD, the never ending story ...
- the intel D945GSEJT mainboard (ICH7) has two serial ports with
onboard connectors which require a ribon cable to the external DB9
connectors in the case. I tested 5 cables, but none works. whereas I'm
not sure if it is a cable problem. this is what dmesg
2009 May 19
4
Program installed fine, doesn't run though
I have a windows app that I installed on Ubuntu 8.10(Dell Inspiron E 1505). The installation went fine. Now when I start the program the program seems to start and then it vanishes away. I am just double clicking the windows app/program on my ubuntu Desktop to run it just like I would do on a windows desktop.
Are there any logs any where I can find what exactly is happening? This is my first
2008 May 07
5
Ubuntu Hardy + Wine + WoW = corrupted graphics
Hello all,
I've got a laptop w/ an "Intel Corporation Mobile 945GM/GMS, 943/940GML"
graphics card (I know, Intel sucks) running Ubuntu Hardy and Wine
0.9.61~winehq0~ubuntu~8.04-1.
I've had problems getting World of Warcraft to run under wine before, so
when I upgraded to Hardy I thought I would try it again. At least in
the past I could run WoW using the built-in d3d
2007 Nov 10
5
Best laptop for CentOS
Which is the best laptop to run centos on and where can I buy one
without Windows Vista pre loaded cause I will uninstall it any way.
Please tell me the best sites that ship worldwide.
2009 Feb 24
2
[ANNOUNCE] xf86-video-intel 2.6.2
Here comes a pretty significant bugfix release for the 2.6 2D series.
The goal of this release is to get out the major fixes for GEM and KMS
that we think we've pounded on enough to be stable -- certainly more
stable than previously. Notable fixes include a significant BO memory
usage reduction (which many have suffered from with compositing),
textured XV suppor twith KMS, and rotation
2010 Nov 30
2
Need help running Skype for windows
Hi,
I need to run Skype for windows (just chat features) to make it possible to contact other Battleswarm GMs. I can't use the linux client because it crashes the entire xserver. The windows client works until I login. Furthermore at this point, I get no useful output when I run it from the command line. Does anyone know of any workarounds/dll's I may need to get it working? I just need
2008 Sep 30
1
wpi driver freeze on boot
I've got a HP dv8000 laptop. Setting up the wpi driver for wireless freezes
the system on boot with the following error:
wpi0 requested unsupported memory range
wpi0: could not allocate memory resource
It lists a pcbi device (pcbi4 i think) and an actual memory range, but since I
have to reboot using kernel.old the /var/run/dmesg.boot is wiped with the
info. Is there anyway to grab the
2019 Nov 27
2
Writing a Pass in LLVM MC (Machine Code) level to Analyze Assembly Code
Hi All,
A self-follow up and rephrase of my previous question with updated subject:
What I want to do is to analyze hand-written assembly code with 'full
details' where semantics of each instruction can be known in LLVM passes.
Many of such instructions have no corresponding counterparts in IR/MIR
forms, such as 'syscall' 'iret', etc. At MC level, such assembly code can
2019 Nov 25
2
[Machine IR] Analyzing Assembly Source Code in MIR passes
Llvm-mctoll will raise a binary back to LLVM IR.
Not exactly what you want but it might be something you can leverage.
https://github.com/microsoft/llvm-mctoll
On Mon, Nov 25, 2019 at 1:19 PM Nicolai Hähnle via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> On Thu, Nov 21, 2019 at 3:37 AM Lele Ma via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
> > My goal is to write
2005 Jun 17
1
Unable to find a path from g729 to gsm
Greetings! to all
Now, with some hard time and help from many genurous people's in the list, I
have come to this point with my TDM20B card & my teliax's IAX2 account.
I hope someone may help me with this issue mentioned below. I have already
selected my codec as gms in my iax.conf as well as in teliax's "my account
page" but still i have the same error when I attempt
2019 Nov 21
2
[CodeGen] Read/Write Machine IR from/to Persistent File
Dear LLVM developers,
Just as LLVM IR can be read/write via persistent bitcode (*.bc *.ll) files,
is there any similar implementation in LLVM to read/write Machine IR (MIR)
via a persistent file?
If not and I would like to add it (e.g. for ARM or RISC-V), could you
direct me materials and/or LLVM source code modules where I should start
with?
Best Regards,
Lele Ma
-------------- next part
2009 Sep 24
4
Action Controller ::MethodNotAllowed
Hi,
Iam getting the following error
ActionController::MethodNotAllowed
Only get, put and delete requests are allowed.
Actually, Iam trying to have multiple actions for a form to create
new record. The actions for the form are cancel, save, publish and
preview.
here''s the config/routes.rb file code snippet for the relevant
controller - Events
map.resources :events, :member =>
2003 Dec 17
2
Troubles with voicemail and cisco 7905 SIP
I'm deploying a fairly large number of Cisco 7905 with SIP connected to an
asterisk PBX.
The problem:
the 7905 has this nice "feature": You can set a "voice mail number" in
configuration, so that you can listen your voice mail just by hitting the
"messages" key on the phone. It just autodials "8500" or whatever else.
The customer wants this, so