<div class="gmail_quote">On Wed, Sep 2, 2009 at 7:10 AM, jorl17 <span dir="ltr">&lt;<a href="mailto:wineforum-user@winehq.org">wineforum-user@winehq.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
saronn wrote:<br>
&gt; Ugh, I feel terrible. It&#39;s midnight, I just capped my internet connection downloading files I found out I don&#39;t need, and I have no idea where to go next. What do other people do that I need to do? What do other people have that I don&#39;t have? I&#39;m back to square one after 3 weeks. Shouldn&#39;t there be ANY explanation to what I have to do? Other people install Linux and all they have to do is download a file. Some don&#39;t even have to do ANYTHING. I&#39;m tired, annoyed, and frustrated. I think I might go get some sleep. I know only a few of you can help me, but please, I&#39;ll try anything.<br>

<br>
<br>
</div>Calm down, relax, Unix is evil I know it.<br>
When I told you about lspci I assumed that your distro had it. (If you&#39;re not running one of those user-friendlier distros like ubuntu or fedora or banana you should ;)). Most distros already have that application within them. Maybe you should open up a terminal console and type that: lspci. Is there a decent output? If there is -- great!<br>

<br>
One of the first few things I had to do when I came to GNU/Linux was precisely get to know my gfx card. For that, I googled (just like I did now). Here&#39;s what came up:<br>
<a href="http://www.cyberciti.biz/faq/linux-tell-which-graphics-vga-card-installed/" target="_blank">http://www.cyberciti.biz/faq/linux-tell-which-graphics-vga-card-installed/</a><br>
<br>
It&#39;s as simple as:<br>
<br>
Code:<br>
<br>
lspci -v | grep VGA<br>
<br>
<br>
<br>
<br>
That should tell you what your card is.<br>
<br>
It may happen that your PCI ID isn&#39;t recognised (resulting in incorrect or absent output). In that case I&#39;d suggest updating the data file (the above link mentions it) or opening up your PC.<br>
<br>
From what I realized, your attempt at using lspci produced no effect...try the above first and hope for the best :)<br>
<br>
<br>
<br></blockquote><div><br><br>Did you ever say what distro you&#39;re using? What about the computer?<br><br>Jim <br></div></div>