Announcement

Collapse
No announcement yet.

Konqueror Animation & Alternative Installer Issues - Partitioning + Mouse

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Konqueror Animation & Alternative Installer Issues - Partitioning + Mouse

    Hi all

    Does anyone know how to get rid of the animation in konqueror when you click on something, its driving me nuts, every time i open a folder this animation plays and only then do i get to get into the folder, the more i see it the more i'm concious of the delay, nice at first but then it drove me nuts

    The alternative installer did not detect the drives properly

    I did manual partitioning, the installer showed them as SCSI, they are in fact IDE. This has also messed up the fstab and my /media area. See how in fstab it points to /dev/sda and stuff instead of /dev/hda, and how /dev/scd0 does not exist, this might cause problems with more advanced configs like raid


    ace@Linux:~$ ls /dev/sd*
    ls: /dev/sd*: No such file or directory
    ace@Linux:~$ ls /dev/hd*
    /dev/hda /dev/hda1 /dev/hda2 /dev/hda3 /dev/hda4 /dev/hdc /dev/hdc1 /dev/hdc2 /dev/hdd
    ace@Linux:~$ ls -a /dev/scd*
    ls: /dev/scd*: No such file or directory
    ace@Linux:~$ cat /etc/fstab
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc defaults 0 0
    # /dev/sda3
    UUID=0e4c9e31-df0a-4eca-9700-023b34a5aa1d / xfs defaults 0 1
    # /dev/sdb1
    UUID=6ccf0b39-81c7-4a0f-ad83-279b3bee0b86 /Archive xfs defaults 0 2
    # /dev/sda4
    UUID=7d08e6a1-abb7-4f69-9423-6b5b3d1cb4b4 /Archive2 xfs defaults 0 2
    # /dev/sda2
    UUID=e43b2b08-870b-4445-96ba-51061f637a31 /boot ext3 defaults 0 2
    # /dev/sda1
    UUID=3060F64E60F61A74 /media/sda1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
    # /dev/sdb2
    UUID=d5764e55-ad6f-4085-b47c-d08218927de8 none swap sw 0 0
    /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
    ace@Linux:~$
    This is my /media:

    cdrom cdrom0 sda1 UT2004_CD1
    ace@Linux:~$ ls /media
    cdrom cdrom0 sda1
    ace@Linux:~$
    It called it sda1 instead of hda1

    And my 5 button was not detected correctly, dapper and edgy detected them fine but fawn didn't, button 9 (thumb forward) acted like button 3 (middle clicK) and button 8 (thumb backwards) acted like button 2 (right click), i ran xev and it showed that they were not detected properly, i had to change it to this in xorg to get it to work:

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    # Option "Device" "/dev/input/mice"
    # Option "Protocol" "ImPS/2"
    # Option "ZAxisMapping" "4 5"
    # Option "Emulate3Buttons" "true"
    Option "Protocol" "ExplorerPS/2"
    EndSection
    I like this release but i wish they would use a theme like qtcurve instead, it looks nicer





Working...
X