Find the answer to your Linux question:
Results 1 to 7 of 7
I have just loaded Suse and now its been running for just over 24 hours. I have download some software from the system and many of them are loaded but ...
  1. #1
    Just Joined!
    Join Date
    Aug 2008
    Location
    Wales
    Posts
    15

    Problem loading software and it won't perform

    I have just loaded Suse and now its been running for just over 24 hours. I have download some software from the system and many of them are loaded but not running. For instance, I loaded Billiards, the icon bounces around fine, but no program appears, Thats not the only one I have 4 video programs I have tried and they do the same. I am slowly going through them and its disappointing. Is there a way to reload them properly? By the way I HAVE RELOADED on the installation program and that didn't help except use up my bandwidth

    Thanks

    Tony

  2. #2
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    What graphics card do you have?

    Can you open up a terminal like Konsole or gnome-terminal and post the output of these commands
    Code:
    grep -i driver /etc/X11/xorg.conf
    lspci |grep -i vga

  3. #3
    Just Joined!
    Join Date
    Aug 2008
    Location
    Wales
    Posts
    15
    Quote Originally Posted by bigtomrodney View Post
    What graphics card do you have?

    Can you open up a terminal like Konsole or gnome-terminal and post the output of these commands
    Code:
    grep -i driver /etc/X11/xorg.conf
    lspci |grep -i vga
    linux-ql69:/home/tony # grep -i driver /etc/X11/xorg.conf lspci |grep -i vga
    grep: lspci: No such file or directory

    You could be right and the graphics card is not set up right yet. In my hardware info it states Display Info
    Vendor: Mesa Project
    Model: Software Rasterizer
    Driver: 2.1 Mesa 7.2

    I have a NVidia 9400GT 512mb PCI-E
    But not sure which to link to as I clicked
    For all new NVIDIA cards (Geforce 6 and newer), click here:
    Then it stated something if was not a something I would regret it. I have made a few mistakes already and lost everything. So can I ask if this is the right link before I cock things up again?

    Thank you

    Tony

  4. #4
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    I'm guessing you were looking at the one-click installers -

    NVIDIA - openSUSE

    You'll be safe enough to click the For all new NVIDIA cards (Geforce 6 and newer), click here: Green link.

  5. #5
    Just Joined!
    Join Date
    Aug 2008
    Location
    Wales
    Posts
    15
    Thanks I see how it goes as Ihave downloaded the new NVidia settings

  6. #6
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    You need to be root to run lspci
    type
    su
    then root password note this does not echo to the screen!
    then
    grep -i driver /etc/X11/xorg.conf
    lspci |grep -i vga

    are two separate commands it appears you were trying to do it on one line

    You will need a 3D graphics driver for any 3D graphics


    Quote Originally Posted by Tony_photoplus View Post
    linux-ql69:/home/tony # grep -i driver /etc/X11/xorg.conf lspci |grep -i vga
    grep: lspci: No such file or directory

    You could be right and the graphics card is not set up right yet. In my hardware info it states Display Info
    Vendor: Mesa Project
    Model: Software Rasterizer
    Driver: 2.1 Mesa 7.2

    I have a NVidia 9400GT 512mb PCI-E
    But not sure which to link to as I clicked
    For all new NVIDIA cards (Geforce 6 and newer), click here:
    Then it stated something if was not a something I would regret it. I have made a few mistakes already and lost everything. So can I ask if this is the right link before I cock things up again?

    Thank you

    Tony

  7. #7
    Just Joined!
    Join Date
    Aug 2008
    Location
    Wales
    Posts
    15
    Its fine now and working thanks for your kind help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...