Jump to content

scarecrow

Platinum
  • Posts

    5150
  • Joined

  • Last visited

Posts posted by scarecrow

  1. You can touch the config files directly, but Fedora used to have a GUI tool as well.

    yum install switchdesk-gui

    and then you can use it to choose between kdm, gdm, lxdm or probably another login manager.

     

    Or, alternatively:

    yum install system-switch-displaymanager

    and then from root console

    system-switch-displaymanager kdm

     

    Or, finally, always as root:

    nano /etc/sysconfig/desktop

     

    add there two lines:

     

    DESKTOP="KDE"

    DISPLAYMANAGER="KDE"

  2. If you are using the qtcurve themes in both KDE and GTK applications, then you must remove gtk-qt-engine. They don't play nice together.

    I can't tell if qtcurve is better than oxygen for both KDE and gtk+ with gtk-qt-engine. Both have advantages, and disadvantages. I use qtcurve myself, because it's much more customizable.

  3. What kind of partition tables are set on the two drives you want to stripe?

    I think it's better to cfdisk one of the two drives (single primary partition), and then carbon copy its partition table to the second drive:

     

    # sfdisk -d /dev/sda > table
    # sfdisk /dev/sdb < table

  4. Actually this ***can*** be a symptom of the Mandriva installation.

    The installer was using cfdisk backend for partitioning, and it is well known that cfdisk has certain problem aligning partitions correctly on large disks with GUID partition tables, or modern SSD disks.

    A safer choice (till diskdrake switches to parted as its backend) is preformatting the disk using gparted liveCD, and then setting just the mount points during installation.

  5. You are not allowed to access the camera /usb storage device due (most probably) to permissions.

    First get sure you have the package "dosfstools" installed (necessary in old system to access FAT32 partitions) and that the user is alloed to mount removable devices.

    Can you open the camera as root? ( "kdesu konqueror" and then open the camera from the root konqueror instance )

    And yes, AFAIK 2010.1 is still the latest, but upgrading from one version of Mandriva to a newer is not a trivial task. In general, backing upo your user's data and perforimng a fresh installation is the preferred method for Mandriva, as well as any Linux distro which is not following a "rolling" release cycle..

×
×
  • Create New...