Search:

Type: Posts; User: FIONEX; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.18 seconds.

  1. Replies
    16
    Views
    832

    [ubuntu] Re: College Network - Repost

    * How would we connect to the SQL server for student and staff accounts

    Simple. The SQL daemon, which should be running on the College's main servers, are seperate from the workstations that...
  2. Replies
    2
    Views
    307

    [ubuntu] Re: Ubuntu 9.04 crash after automatic update

    To bypass grub completely, get a windows startup disk or a boot cd with fdisk on it. If you dont know where to start, look for "ultimate boot cd".

    Get to the DOS shell using the boot cd or startup...
  3. Replies
    11
    Views
    690

    [ubuntu] Re: Vista Laptop to Ubuntu/XP

    Few things that you need to figure out before you do anything:

    Which XP cd do you have? It has to be the SP2 install CD because you need SATA drivers in the XP installer in order to detect your...
  4. Replies
    5
    Views
    366

    [ubuntu] Re: Two (Hopefully Simple) Little Issues

    simple:
    go to plugins and disable the "libnotify" plugin
  5. Replies
    6
    Views
    494

    [all variants] Re: Trouble sending output into a text file

    Bro, there's a difference between an stderror output and stdout output.

    echo "test" > file.txt; #Always works
    print STDERR "test" > file.txt; # File is always empty

    the '>' only redirects...
  6. [ubuntu] Re: Why everything on my machine is slowing down each day?

    Yeah, an update might install newer drivers/modules...Do the tests as I suggested. Start with Mem test, then do a CPU stress test, then a harddrive stress test. I know that the xorg in ubuntu 9.04...
  7. [ubuntu] Re: Why everything on my machine is slowing down each day?

    if a box that you have is only 3 months old then I would diagnose what's up. If ubuntu is running slow, I would run some tests.

    From the sounds of it, your RAM might be failing... Reboot and...
  8. Replies
    62
    Views
    3,014

    Poll: [ubuntu] Re: How to Make Money with Ubuntu.

    Stay true to your promise and write that how-to for your laptop model!
    You're almost an expert on that video card by now!
  9. Replies
    11
    Views
    647

    [ubuntu] Re: 64 bit or 32 bit

    64 bit ubuntu lets you take advantage of applications that would benefit from 64 bit computing. Unfortunately, if you're having problems running ubuntu 32 bit fast, then the 64 bit version wont make...
  10. [ubuntu] Re: Why everything on my machine is slowing down each day?

    it's possible that your computer is just physically failing. Over time, the processor and ram start to wear down due to high temperature and other factors. Some computers slow down to a halt from...
  11. Replies
    62
    Views
    3,014

    Poll: [ubuntu] Re: How to Make Money with Ubuntu.

    It turns out the drivers I showed you don't work with Ubuntu 9.04's Xorg server. Ubuntu 9.04 uses Xorg 1.6 (version 7.4). As you can see, the drivers I suggested can support upto version 7.3. You...
  12. Replies
    62
    Views
    3,014

    Poll: [ubuntu] Re: How to Make Money with Ubuntu.

    Hey man, I'm heading out so I'm gonna leave you with some advice.

    Remove the driver (if it doesn't work) by using
    sudo apt-get remove fglrx-amdcccle fglrx-kernel-source xorg-driver-fglrx
    then...
  13. Replies
    62
    Views
    3,014

    Poll: [ubuntu] Re: How to Make Money with Ubuntu.

    If you reboot and it doesn't work, then you dont have to reinstall to get linux working. Just go into Recovery Mode --> Root.


    sudo apt-get remove fglrx-amdcccle fglrx-kernel-source...
  14. Replies
    62
    Views
    3,014

    Poll: [ubuntu] Re: How to Make Money with Ubuntu.

    I just figured out why...

    you should be using this driver instead:

    http://support.amd.com/us/gpudownload/fire/Pages/fire_linux.aspx?type=2.4.3&product=2.4.3.3.2.3.10&lang=English
  15. Replies
    62
    Views
    3,014

    Poll: [ubuntu] Re: How to Make Money with Ubuntu.

    no that's not wrong. I have the same bus id, and aticonfig put those numbers in my xorg.conf

    I suggest that you just reboot with the xorg.conf I gave you.
    If you reboot and it doesn't work, then...
  16. Replies
    62
    Views
    3,014

    Poll: [ubuntu] Re: How to Make Money with Ubuntu.

    Ok...Im kinda confused because your card isn't even listed on the website. I'm assuming you downloaded the driver Linux x86_64 driver - Catalyst 9.4. Assuming that's correct, then try this command...
  17. Replies
    62
    Views
    3,014

    Poll: [ubuntu] Re: How to Make Money with Ubuntu.

    ok, add this to the Device section in xorg.conf as well:

    BusID "PCI:1:0:0"


    Then post your xorg.conf. Don't attach it, just paste it.
  18. Replies
    62
    Views
    3,014

    Poll: [ubuntu] Re: How to Make Money with Ubuntu.

    Also post the result of this command:

    lspci | grep HD
  19. Replies
    62
    Views
    3,014

    Poll: [ubuntu] Re: How to Make Money with Ubuntu.

    Replace your xorg.conf with the content of the file I attached and then do the sudo aticonfig --initial -f
  20. Replies
    62
    Views
    3,014

    Poll: [ubuntu] Re: How to Make Money with Ubuntu.

    Ok that makes sense then because "aticonfig --initial -f" should add that line in.
  21. Replies
    62
    Views
    3,014

    Poll: [ubuntu] Re: How to Make Money with Ubuntu.

    It's weird that you're not getting something like this at the end of the device section:
    BusID "PCI:1:0:0".

    It would be different for you than PCI:1:0:0
  22. Replies
    5
    Views
    3,532

    [ubuntu] Re: Keyboard shortcuts don't work properly

    I'm really not to sure why but I dont think compiz is active all the time. And if it's not active, then the default gnome-shortcuts work.

    Suppose you want a shortcut to the terminal. Go into...
  23. Replies
    62
    Views
    3,014

    Poll: [ubuntu] Re: How to Make Money with Ubuntu.

    If you reboot and it doesn't work, then you dont have to reinstall to get linux working. Just go into Recovery Mode --> Root.


    sudo apt-get remove fglrx-amdcccle fglrx-kernel-source...
  24. Replies
    62
    Views
    3,014

    Poll: [ubuntu] Re: How to Make Money with Ubuntu.

    You edit xorg and add the Driver "fglrx". Then you do "sudo aticonfig --initial -f". Then you do "sudo aticonfig --input=/etc/X11/xorg.conf"

    Post your xorg.conf after you do all that.
  25. Replies
    62
    Views
    3,014

    Poll: [ubuntu] Re: How to Make Money with Ubuntu.

    always look at logs first "/var/log/Xorg.0.log" or "/var/log/Xorg.0.log.old". Then act accordingly. The ati driver has problems with 9.04, there's no doubt about it. But it does work because it's...
Results 1 to 25 of 73
Page 1 of 3 1 2 3