Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    5,667

    [ubuntu] Re: Broadcom, Intel or Atheros?

    Thanks. The Atheros does look like a good choice.
  2. Replies
    37
    Views
    2,724

    [ubuntu] Re: Newbie needs help with dual monitors

    Since the package xorg-driver-fglrx is not installed something must have gone wrong.

    From the aptitude man page:



    Good idea. There are a few other commands which maybe useful. If you want...
  3. Replies
    37
    Views
    2,724

    [ubuntu] Re: Newbie needs help with dual monitors

    You probably installed some packages and it would be better to remove them using a package manager like Synaptic or apt from the command line.

    There are a few ways could could have installed the...
  4. Replies
    37
    Views
    2,724

    [ubuntu] Re: Newbie needs help with dual monitors

    Your latest log uses the config file /etc/X11/xorg.conf but it doesn't seem to be the one you posted. I would expect to see the identifiers you defined. This log contains default ones. For...
  5. Replies
    13
    Views
    1,207

    [ubuntu] Re: 8.10 Problems (Two problems I need help with)

    You need an nVidia driver that supports Xorg v1.5 - there is a beta version out 96.43.09 (legacy, BETA) for Linux x86/x86-64 - link.
  6. Replies
    37
    Views
    2,724

    [ubuntu] Re: Newbie needs help with dual monitors

    What I think is happening is that when the Gnome Display Manager (gdm) detects that the X server has failed to start it runs a failsafe configuration. I found a link about BulletProofX with some...
  7. Replies
    37
    Views
    2,724

    [ubuntu] Re: Newbie needs help with dual monitors

    This log file has been generated from a failsafe configuration, not the one that you posted. You can see this from the following lines:

    (==) Using config file: "/etc/X11/xorg.conf.failsafe"
    (==)...
  8. Replies
    37
    Views
    2,724

    [ubuntu] Re: Newbie needs help with dual monitors

    Sorry, I forgot that you were a newbie. You can find details on how to use the code tags here. You can write them in yourself or use the "#" button in the advanced posting screen. Your log file...
  9. Replies
    37
    Views
    2,724

    [ubuntu] Re: Newbie needs help with dual monitors

    Yes, I have an nVidia card and setting up twinview is very easy.

    I still think that it should be possible with a Radeon 7000 though with the xinerama approach.
  10. Replies
    37
    Views
    2,724

    [ubuntu] Re: Newbie needs help with dual monitors

    I run a dual monitor system on a 5 year-old laptop. Linux is normally very good at supporting old hardware.


    Mine is only 530 lines but I only have one video card. You probably aren't getting...
  11. Replies
    12
    Views
    2,263

    [ubuntu] Re: [SOLVED] Setting Up A Separate Data Partition

    Yes, good idea. That is the approach I use.

    You could make 4 shortcuts - one for each of the Documents, Music, Pictures and Video folders under the Places menu.
  12. Replies
    37
    Views
    2,724

    [ubuntu] Re: Newbie needs help with dual monitors

    The driver line for your intel card still looks wrong. Your indeftifiers are also the same for the monitors as the drivers which may be a little confusing. Try:


    Section "Device"
    Identifier...
  13. Replies
    4
    Views
    427

    [ubuntu] Re: [SOLVED] Monkeyblog site is down

    Still down. The domain seems to have gone.

    It would be good if someone else would host the content because it was a good link.

    Another link for newbies is...
  14. Replies
    37
    Views
    2,724

    [ubuntu] Re: Newbie needs help with dual monitors

    OK. I think you will need "fglrx" for the proprietary driver, not "radeon" as I suggested earlier.
  15. Replies
    37
    Views
    2,724

    [ubuntu] Re: Newbie needs help with dual monitors

    Hopefully you won't need to reboot, just restart the X server.

    Make a backup of a working single screen xorg.conf file so that you can restore a working copy when you need to.

    To backup:
    ...
  16. Replies
    9
    Views
    631

    [ubuntu] Re: Dual Monitor Issue

    I am using two monitors from the same nvidia card using TwinView.

    I enabled it all from System->Adminstration->NVIDIA X Server Settings

    To install it type:

    sudo apt-get install...
  17. Replies
    4
    Views
    478

    [all variants] Re: changing word's position in file

    You might find it easier to use awk rather than sed. Try the following:

    awk '/^\t/ {sub("\t",""); print $0 "."}
    /Author:/ {print $4 " " $2}' input.txt > output.txt
  18. Replies
    37
    Views
    2,724

    [ubuntu] Re: Newbie needs help with dual monitors

    This is not a simple problem. You seem to be progressing in the right direction though.

    You have two device sections to define your graphics cards but the drivers don't look correct. The Radeon...
  19. Replies
    1
    Views
    359

    [ubuntu] Re: remove edge bars from panel

    I don't think you can. They are there so you can access the panel properties when the panel is not expanded.

    You can change their appearance by choosing a different theme. Try changing themes...
  20. Thread: [HOWTO] abcde

    by nick_h
    Replies
    82
    Views
    70,882

    Re: [HOWTO] abcde

    It alters the filenames in 3 steps:

    Firstly, it used the sed command to replace all occurrences of ":" with " -". For details read the manual page with:

    man sed

    Then it uses the tr command...
  21. Replies
    4
    Views
    5,667

    [ubuntu] Re: Broadcom, Intel or Atheros?

    Thanks. From reading other threads I wasn't very keen on the Broadcom.

    Has anyone had any luck with the Atheros or Intel cards?

    Maybe I'll just try to get a very cheap one from eBay. :)
  22. Replies
    4
    Views
    5,667

    [ubuntu] Broadcom, Intel or Atheros?

    I am considering buying a cheap mini-PCI wireless card for my Dell laptop. There seem to be three reasonable options:

    Dell TrueMobile 1370

    Lower power version of the 1350 which was originally...
  23. Replies
    7
    Views
    1,225

    Re: 100% CPU Normal for Serial Port?

    I'm getting a similar error to this.

    It looks like Wine bug #7526 and could be fixed.

    It would be worth trying the latest version of Wine.
  24. Replies
    12
    Views
    2,263

    [ubuntu] Re: Setting Up A Separate Data Partition

    You could always create a symbolic link from the mount point of your shared partition to a directory under your home directory.


    Yes, this is a good approach if you want to share application...
  25. Replies
    12
    Views
    2,263

    [ubuntu] Re: Setting Up A Separate Data Partition

    Yes, that is exactly what /etc/fstab is for. Edit it with:

    gksudo gedit /etc/fstab
    For a good guide read - How to fstab.


    What filesystem are you using? If it is FAT then you need to set...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4