Jump to content

frankzyz

Members
  • Posts

    26
  • Joined

  • Last visited

Posts posted by frankzyz

  1. I got the almost the same error msg.

    1. mandriva 2010, didnot install the virtualbox 3.0.8(together with the mdv dvd)

    2. I download the virtualbox3.1.4 from the virtualbox official site,and tried to install it, it seems installed successfully with the shortcut in the system menu, and the virtualbox application could be run.

    3.the popup msgboxs shows: 1)can not start a new task for the virtual machine myvirtual1,virtual machine "myvirtual1"has terminated unexpectedly during startup.

    the details:

     

    return code:

    NS_ERROR_FAILURE (0x80004005)

    components:

    Machine

    interface:

    IMachine {99404f50-dd10-40d3-889b-dd2f79f1e95e}

    2)-another msgbox showed kernel driver not installed(rc=-1908)

    the virtualbox linux kernel driver(vboxdrv)is either not loaded or there is a permission problem with /dev/vboxdrv. please reinstall the kernel.

    '/etc/init.d/vboxdrv setup'

     

    as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.

     

    4.run urpmi dkms,successfully finished.

    5.run ./vboxdrv setup, it recompiled the vbox kernel module.

    it shows:

    [root@localhost init.d]# ./vboxdrv setup

    Stopping VirtualBox kernel module [OK]

    Recompiling VirtualBox kernel module [OK]

    Starting VirtualBox kernel module [OK]

    [root@localhost init.d]#

     

     

    then, vbox 3.1.4 runs normally.

  2. Happy new year to you!

    Thanks to reply.

    I still jammed here.

    1) disk status

    I freed the space to root, now, the disk space status is :

    [root@localhost /]# df

    file system capacity used free used% mount point

    /dev/sdb1 29G 26G 1.7G 94% /

    /dev/sdb5 15G 12G 2.9G 81% /home

    /dev/sdb7 30G 28G 682M 98% /usr

    /dev/sdc1 1.9G 1.9G 59M 97% /media/GEIL

     

    That means I have enough space to hold the temp files while xwindow initiating and application running.

    2) my other efforts

    I would like to choose fix the problem rather than reinstall the mdv2009. Because I want to make me understand the whole thing.

    So, I checked the /etc/xorg.conf:

    # File generated by XFdrake (rev 247269)
    
    # **********************************************************************
    # Refer to the xorg.conf man page for details about the format of
    # this file.
    # **********************************************************************
    
    Section "ServerFlags"
       #DontZap # disable <Ctrl><Alt><BS> (server abort)
       #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
       AllowMouseOpenFail # allows the server to start up even if the mouse does not work
    EndSection
    
    Section "Module"
       Disable "dri"
       Load "dbe" # Double-Buffering Extension
       Load "v4l" # Video for Linux
       Load "extmod"
       Load "type1"
       Load "freetype"
       Load "glx" # 3D layer
    EndSection
    
    Section "InputDevice"
       Identifier "Keyboard1"
       Driver "kbd"
       Option "XkbModel" "pc105"
       Option "XkbLayout" "us"
       Option "XkbOptions" "compose:rwin"
    EndSection
    
    Section "InputDevice"
       Identifier "Mouse"
       Driver "mouse"
       Option "Protocol" "ExplorerPS/2"
       Option "Device" "/dev/mouse"
    EndSection
    
    Section "Monitor"
       Identifier "monitor1"
       VendorName "AOC"
       ModelName "AOC SPECTRUM 7Vlr & 7VlrA & 7Vlr+ & 7VlrA+"
       HorizSync 30.0-70.0
       VertRefresh 50.0-130.0
       Option "PreferredMode" "1024x768"
    
       # TV fullscreen mode or DVD fullscreen output.
       # 768x576 @ 79 Hz, 50 kHz hsync
       ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
       # 768x576 @ 100 Hz, 61.6 kHz hsync
       ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
    EndSection
    
    Section "Device"
       Identifier "device1"
       VendorName "nVidia Corporation"
       BoardName "NVIDIA GeForce 3 to GeForce 4"
       Driver "nvidia"
       Option "DPMS"
       Option "DynamicTwinView" "false"
       Option "AddARGBGLXVisuals"
       Option "IgnoreEDID" "1"
    EndSection
    
    Section "Screen"
       Identifier "screen1"
       Device "device1"
       Monitor "monitor1"
       DefaultColorDepth 24
    
       Subsection "Display"
           Depth 8
           Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
       EndSubsection
    
       Subsection "Display"
           Depth 15
           Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
       EndSubsection
    
       Subsection "Display"
           Depth 16
           Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
       EndSubsection
    
       Subsection "Display"
           Depth 24
           Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
       EndSubsection
    EndSection
    
    Section "ServerLayout"
       Identifier "layout1"
       InputDevice "Keyboard1" "CoreKeyboard"
       InputDevice "Mouse" "CorePointer"
    
       Screen "screen1"
    EndSection

     

    You see, I had removed the lines about Mouse2. And now the system will not report the error msg about Mouse2.

    But system runs still not normally. The normal start of system will lead me to terminal login, and I can login as root, common users, the runlevel is 3, when I logged in as frank, the common user, I can't startx successfully, the action of startx will lead me to a black screen with only an alive mouse cursor. I have to press ctrl + alt + backspc to return to the terminal, and login as root and run init 5 to start a graphic login interface, and choose frank to login, when I login as frank here, the xwindow will run normally. The gnome environment will start successfully.

    Since the graphic environment can be started up successfully, I think the xwindow core is not damaged, the reason for the problem may be the init scripts. But I don't know what are the relevant scripts. and what are the good content of the scripts.

     

    Another efforts is cleaning the tmp directories.

    I did the actions, but seems no effect.

     

     

    I will continue my exploring.

    Thanks for reply! Happy new year to you!

    Frank

  3. Hi,

    Happy new years to all!

     

    I ran into a problem, the detail is:

    1) I did a wrong thing that I made a very simple partition scheme: in a 80G disk, I have 3 linux partitions, \, swap, usr; this is not the wrong thing, but I made additional things...Just like that I have a baby, the baby is not wrong, but that feeding him too much food is wrong. I copied a directory from other disk to root/home/miscs, and this directory is extremely bigger than the capacity size of root - I didnt check this carefully, meanwhile, I was urpmi task-lxde, and got an error : can't install that package.

    then I tried the installation again, it told me the package was installed already. Then I exit KDE and tried to go to lxde, the screen then got crashed: chaos colors and system stalled. I had to reset the system, then, I successfully logged in the terminal, but startx returned error msg: the meaning is 'tmp is full', then I entered the system in safe mode, and deleted the root/home/miscs, and restarted system. when I tried to enter the X, the screen stalled, only a mouse cursor which is alive in the black background. I pressed ctrl-alt-bckspc to get back to the terminal, I got the err messages in command line: (EE)unable to open evdev device "/dev/input/by_id/usb_event_mouse"; (EE)preinit returned NULL for "MOUSE2".

    2) Then I did these:

    exit;

    login frank

    runlevel

    //runlevel reported 3

    init 5

    //it got to a graphic logon screen, I chose frank, and gnome, several times tried the logon in the same way, then I came back here. be curious? I am.

     

    3) The question finally is : how to catch the mystic MOUSE2.

     

    Thank you for everything.

    Frank

     

     

    [moved from Software by spinynorman]

  4. Or alternatively

    kwin --replace

    if, for some reason, the compiz WM keeps crashing.

    [root@localhost /]# kwin --replace
    kwin(12909) KWin::EffectsHandlerImpl::loadEffect: EffectsHandler::loadEffect : Effect  "kwin4_effect_invert"  is not supported
    kwin(12909) KWin::EffectsHandlerImpl::loadEffect: EffectsHandler::loadEffect : Effect  "kwin4_effect_blur"  is not supported
    kwin(12909) KWin::EffectsHandlerImpl::loadEffect: EffectsHandler::loadEffect : Effect  "kwin4_effect_lookingglass"  is not supported
    kwin(12909) KWin::EffectsHandlerImpl::loadEffect: EffectsHandler::loadEffect : Effect  "kwin4_effect_explosion"  is not supported
    kwin(12909) KWin::EffectsHandlerImpl::loadEffect: EffectsHandler::loadEffect : Effect  "kwin4_effect_sharpen"  is not supported

    :unsure:

  5. Your PC doesn't have enough RAM to cope with all the programs you are trying to use at the same time (as you can see more than 300MB of swap is in use), upgrading the RAM to 1GB would certainly help, if that's not an option try using LXDE as suggested previously, as that uses less memory than KDE and Gnome, or use only Opera for browsing as that uses less memory and cpu than Firefox (why are you running both Opera and Firefox at the same time anyway?)

    Changing the kernel swappiness parameter could help a bit too but it can't remediate the fact that you are trying to run to many programs in too little memory.

    Try:

    echo 20 > /proc/sys/vm/swappiness

     

    to make this change permanent add the following line to /etc/sysctl.conf

     

    vm.swappiness=20

     

    You can try even lower vaules like maybe 10, default is 60.

    Thank you!

     

    Cpu(s): 79.5%us, 14.6%sy, 0.0%ni, 0.0%id, 0.0%wa, 1.0%hi, 5.0%si, 0.0%st

    Mem: 514920k total, 501904k used, 13016k free, 9820k buffers

    Swap: 3068332k total, 331236k used, 2737096k free, 150364k cached

     

    looking at this above, I found the swap is used but less than the total. While the phisical mem is almost exhausted.

    The realistic thing is, this is my old computer baught in 2001, the ram is rambus type that means I can't buy that type mem in the market - no producer producing that.

     

    Since the CPU usage is 79.5%, and the CPU is a 1.4G P4 which is good enough to play the programs I opened, so I think the reason may be the GPU - the graphic card and the 3D effect drag down the system.

     

    I was just trying to mimic the working situation that many programs opened, so I open both opera and firefox.

     

    I like the 3D effect, so, I will try keep it and change the desktop to lxde. And try echo 20 > /proc/sys/vm/swappiness

     

    Thank you again.

  6. It would be easier for us to give you the right answer (whether it's cpu, swap or whatelse) if we have some more information, can you run the command line command 'top' in a konsole terminal window and copy&paste here the output from it when this happens again?
    top - 01:43:19 up 43 min,  1 user,  load average: 1.82, 2.23, 2.24
    Tasks: 171 total,   3 running, 165 sleeping,   0 stopped,   3 zombie
    Cpu(s): 79.5%us, 14.6%sy,  0.0%ni,  0.0%id,  0.0%wa,  1.0%hi,  5.0%si,  0.0%st
    Mem:    514920k total,   501904k used,    13016k free,     9820k buffers
    Swap:  3068332k total,   331236k used,  2737096k free,   150364k cached
    
     PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
    4694 frank     20   0  336m  88m  26m R 51.5 17.5  16:27.66 firefox
    4358 root      20   0  199m  88m 5396 S 16.2 17.5   6:41.56 X
    4769 frank     20   0  138m  39m  12m S 11.9  7.9   4:18.58 opera
    4658 frank     20   0 99.2m  12m 8184 S  5.3  2.5   2:28.86 compiz
    5560 frank     20   0 86472  21m  15m S  4.0  4.3   0:03.72 konsole
    4805 frank     20   0  114m  18m  13m S  3.6  3.7   1:26.59 amule
    4670 frank     20   0  117m  26m  19m S  2.6  5.3   1:10.63 plasma
    4795 frank     20   0 64200  11m  10m S  1.0  2.4   0:02.22 klipper
    4692 frank     20   0  104m  30m  22m S  0.7  6.0   0:38.28 dolphin
    5609 frank     20   0  2236 1092  832 R  0.7  0.2   0:00.38 top
    5613 frank     20   0  2172  796  500 R  0.7  0.2   0:00.02 man
     406 root      15  -5     0    0    0 S  0.3  0.0   0:00.25 kjournald
    3162 squid     20   0 13216 2468 1736 S  0.3  0.5   0:11.85 squid
    3376 root      20   0 40428 7064 3332 S  0.3  1.4   0:06.76 python
    4678 frank     20   0 52636 7660 7256 S  0.3  1.5   0:00.57 kaccess
    4803 frank     20   0 45624 6268 5704 S  0.3  1.2   0:00.75 oooqs2
    5160 frank     20   0  142m  10m 9.9m S  0.3  2.2   0:01.75 soffice.bin
       1 root      20   0  1708  532  512 S  0.0  0.1   0:00.75 init
       2 root      15  -5     0    0    0 S  0.0  0.0   0:00.00 kthreadd
       3 root      RT  -5     0    0    0 S  0.0  0.0   0:00.00 migration/0
       4 root      15  -5     0    0    0 S  0.0  0.0   0:00.08 ksoftirqd/0
       5 root      15  -5     0    0    0 S  0.0  0.0   0:00.15 events/0
       6 root      15  -5     0    0    0 S  0.0  0.0   0:00.00 khelper
      47 root      15  -5     0    0    0 S  0.0  0.0   0:00.00 kintegrityd/0
      48 root      15  -5     0    0    0 S  0.0  0.0   0:00.56 kblockd/0
      50 root      15  -5     0    0    0 S  0.0  0.0   0:00.00 kacpid
      51 root      15  -5     0    0    0 S  0.0  0.0   0:00.00 kacpi_notify
     124 root      15  -5     0    0    0 S  0.0  0.0   0:00.00 kseriod
     161 root      15  -5     0    0    0 S  0.0  0.0   0:02.35 kswapd0
     202 root      15  -5     0    0    0 S  0.0  0.0   0:00.00 aio/0
     349 root      15  -5     0    0    0 S  0.0  0.0   0:00.00 kpsmoused
     370 root      15  -5     0    0    0 S  0.0  0.0   0:00.00 ksuspend_usbd
     371 root      15  -5     0    0    0 S  0.0  0.0   0:00.00 khubd
    [frank@localhost tmp]$

  7. Hi,

    Thanks to the experts here, I have almost tamed my mdv2009 by their help.

    Now, I have a question about the performance.

    My PC is an old one, int 1.4G P4, Rambus RAM 512M, display card is with NVidia gforece4 MMX440 driver - recorgnized in mdv is gforece 3 - 4 (3D enabled),80G IDE hard disk.

    In the mdv kde4 environment, I always keep about one firefox window(with 5 to 8 tabs open), one downloader(such as amule or so, with about 30K up speed and 10K down speed as usual),one file manager, and other 3 or 5 applications(normal).

    Almost all the times, the PC getting slower and slower after some hours. Checking the system monitor, CPU usage may reach 100% or at least 70%.

    Then, it is hard to navigate from window to window, it is hard to input words, the currsor seems like in a mouse runs in sticky muddy land. And the window on top may turns gray or darker and darker automatically. After seconds, the window will wake up.

    I want to know, how to optmise the system, and how to keep the optimization configuration.

     

    Keep words: High CPU usage rate, running windows get darker and darker automatically, optimization

    Frank

  8. Smplayer is a GUI of mplayer.

     

    You seem to be running out of free space on your / root partition , that's why urpmi can't install anything. What's the output of this in terminal:

    df

    thanks

    the usr dir is full, now all mutimedia work ok after there is free space .

    I still got no idea about why i can not play music and video before, I did nothing on configuration.

    Frank

  9. It's in contrib. You added the official repos too, didn't you? If yes then maybe the mirror you are using is not synced try update your sources. You can find it in the File menu of rpmdrake (the software installer).

    Thank you!

    Yes I find it in the MMC-Software manager, in contrib. I did add the official repos, by defalut. but I did not change the configuration of mirrors. I tried update the sources, but seems no effect.

    I will try again...

    Thank you again!

    Frank

  10. Hi, Just out of curiosity, are you installing via MCC Software manager, or via an .rpm that you have downloaded from somewhere?

    No matter where the installation start.

    for example, from the console, urpmi:

    [root@localhost frank]# urpmi amule
    some required software can not be installed:
    amule-2.2.2-1plf2009.0.i586 (reason is dependency conflict /*translated from Chinese, word by word, should be: the reason is the following one is not fulfilled*/ libcryptopp.so.6)
    still continue ?(Yes(Y)/No(n))[Yes]y
    [root@localhost frank]#

     

    Via MCC, software manager, if I select the amule listed in the resource, it returns a popup message window that tells me can not select that amule because of the same dependency conflict.

     

    Thanks for reply!

  11. Install driver for your graphics card. Open konsole insert CD-ROM with only music and as user type

     

    [lex@localhost ~]$ mplayer cdda://3

     

    ...Lex

    Thanks,it works for the music.

    ::

    [root@localhost mnt]# mplayer cdda://3

    MPlayer 1.0-1.rc2.18.1mdv2009.0-4.3.2 © 2000-2007 MPlayer Team

    CPU: Intel® Pentium® 4 CPU 1400MHz (Family: 15, Model: 0, Stepping: 7)

    CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1

    Compiled with runtime CPU detection.

    mplayer: could not connect to socket

    mplayer: No such file or directory

    Failed to open LIRC support. You will not be able to use your remote control.

     

    Playing cdda://3.

    Found audio CD with 14 tracks.

     

    Track 3

    rawaudio file format detected.

    ==========================================================================

    Trying to force audio codec driver family libmad...

    Opening audio decoder: [pcm] Uncompressed PCM audio decoder

    AUDIO: 44100 Hz, 2 ch, s16le, 1411.2 kbit/100.00% (ratio: 176400->176400)

    Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)

    ==========================================================================

    AO: [pulse] 44100Hz 2ch s16le (2 bytes per sample)

    Video: no video

    Starting playback...

    A: 116.3 (01:56.2) of 226.4 (03:46.3) 13.2%

    [1]+ Stopped mplayer cdda://3

    [root@localhost mnt]#

     

    ------------------------------

    By the way, can I find a graphic ui music player for this?

     

    but for the video, I don't know how to install my driver.

    The driver seems running ok after the system installation, for it supports the 3D effect.

    My display card is detected as:NVidia gforece 3 to gforece 4, by mdv2009 .

    The card is recognized as nvidia gforece 4 MM440, 64Mm, by the MS Windows.

  12. MPEG4 is not MP4. Install

     

    urpmi libmp4v2

     

    [lex@localhost ~]$ rpm -qa | grep mp4
    libmp4v2_0-1.5.0.1-2mdv2009.0

     

    .....Lex

    [root@localhost /]# urpmi libmp4v2

    Package libmp4v2_0-1.5.0.1-2mdv2009.0.i586 already installed

    [root@localhost /]# rpm -qa | grep mp4

    libmp4v2_0-1.5.0.1-2mdv2009.0

    [root@localhost /]#

  13. You've confused me. You said you have no music sound, but you have sound without video. Would you please explain what problem you have a bit more for us? Also, would you please open a terminal and post the output of
    grep sound-slot /etc/modprobe.conf

    and

    arecord -l

    Sorry!

     

    No music sound: when I put in a music CD ROM, and start any multimedia player installed in my pc. such as, amarok, K CD, SMplayer, VLC..... and I got no music sound from the speaker. Even more, the player will stop playing immediately.

     

    Have sound without video: When I tried to play the vedio clips, it gave me the result: sound ok, no vedio.

     

    system: mdv 2009

    env: KDE4

     

    ----

    [root@localhost /]# grep sound-slot /etc/modprobe.conf

    alias sound-slot-0 snd_intel8x0

    [root@localhost /]# arecord -l

    **** List of CAPTURE Hardware Devices ****

    card 0: I82801BAICH2 [intel 82801BA-ICH2], device 0: Intel ICH [intel 82801BA-ICH2]

    Subdevices: 1/1

    Subdevice #0: subdevice #0

    card 0: I82801BAICH2 [intel 82801BA-ICH2], device 1: Intel ICH - MIC ADC [intel 82801BA-ICH2 - MIC ADC]

    Subdevices: 1/1

    Subdevice #0: subdevice #0

    [root@localhost /]#

  14. @frankzyz

    KSCD, MPLAYER, XINE play music cd. Turn on any sound server, better JACK :D

    @Greg2

    This is Mandriva 2009, look

     

    [lex@localhost ~]$ cat /etc/modprobe.conf
    install scsi_hostadapter /sbin/modprobe pata_via; /sbin/modprobe usb_storage; /bin/true
    install usb-interface /sbin/modprobe uhci_hcd; /bin/true
    options bttv card=15 tuner=0
    install ide-controller /sbin/modprobe ide_generic; /bin/true

     

    @frankzyz

     

    What is your favorite player? Install

    urpmi win32-codecs real-codecs ffmpeg

    [root@localhost /]# urpmi win32-codecs real-codecs ffmpeg

    For the relations,will install the software bellow:

    Package Version Release architecture

    (Media “Mandriva Linux - 2009.0 (Powerpack) - Installerâ€)

    libimlib2_1 1.4.1.000 3mdv2009.0 i586

    libimlib2_1-filters 1.4.1.000 3mdv2009.0 i586

    libimlib2_1-loaders 1.4.1.000 3mdv2009.0 i586

    (介质“PLF Freeâ€)

    ffmpeg 0.4.9 3.pre1.14161> i586

    (Media “PLF Non-freeâ€)

    real-codecs 1.2 3plf2008.0 i586

    win32-codecs 1.9 1plf2009.0 i586

    Will use 24MB extra disk space。

    Will get 10MB software packages。

    continue install 6 packages?(Yes(Y)/No(n))[Y]y

     

    http://plf.zarb.org/mirrors/2009.0.i586.list: media/../../../../2009.0/free/release/binary/i586/ffmpeg-0.4.9-3.pre1.14161.1plf2009.0.i586.rpm

    http://plf.zarb.org/mirrors/2009.0.i586.list: media/../../../../2009.0/non-free/release/binary/i586/real-codecs-1.2-3plf2008.0.i586.rpm

    http://plf.zarb.org/mirrors/2009.0.i586.list: media/../../../../2009.0/non-free/release/binary/i586/win32-codecs-1.9-1plf2009.0.i586.rpm

    installing //var/ftp/pub/Mandrivalinux/media/main/libimlib2_1-loaders-1.4.1.000-3mdv2009.0.i586.rpm

    /var/cache/urpmi/rpms/real-codecs-1.2-3plf2008.0.i586.rpm

    /var/cache/urpmi/rpms/ffmpeg-0.4.9-3.pre1.14161.1plf2009.0.i586.rpm

    //var/ftp/pub/Mandrivalinux/media/main/libimlib2_1-filters-1.4.1.000-3mdv2009.0.i586.rpm

    /var/cache/urpmi/rpms/win32-codecs-1.9-1plf2009.0.i586.rpm

    //var/ftp/pub/Mandrivalinux/media/main/libimlib2_1-1.4.1.000-3mdv2009.0.i586.rpm

    preparing... ################################################################################

    ############################

    install failure:

    installing package win32-codecs-1.9-1plf2009.0.i586 needs 23MB on the /usr filesystem

    installing package real-codecs-1.2-3plf2008.0.i586 needs 25MB on the /usr filesystem

    installing package libimlib2_1-loaders-1.4.1.000-3mdv2009.0.i586 needs 25MB on the /usr filesystem

    installing package libimlib2_1-1.4.1.000-3mdv2009.0.i586 needs 26MB on the /usr filesystem

    installing package ffmpeg-0.4.9-3.pre1.14161.1plf2009.0.i586 needs 26MB on the /usr filesystem

    installing package libimlib2_1-filters-1.4.1.000-3mdv2009.0.i586 needs 26MB on the /usr filesystem

    [root@localhost /]#

    ______

    I have translated the Chinese words to English, hope the translation is correct enough. ;(

  15. Frank, and what your system, the environment, I am not a wizard? Make copies (if you work in KDE4 and MDV 2009.0) hidden directory ./kde4 and delete it. Re-sign. It is safer to create a new mplayer and see if the problem recurs. .....Lex

    Sorry for that dumb question.

    System: Mandriva 2009

    environment: KDE4

    That window: Means the window on the desktop, it is there after the installation and enter the KDE, it contains the folders of the desktop, or my folders.

    ---

    I should report to you that , before 1 minutes, I successfully closed that window ! I don't know why, I did not do any configuration on it!

    I am confused....

  16. If a package is not in the official repos then look around in the unofficial ones. Look around in PLF (use easyurpmi on the top of this page to add it) or google for Mandriva Italia Backports.

    Thank you!

    Then I got:

    [root@localhost /]# urpmi amule

    some required software cannot be installed:

    amule-2.2.2-1plf2009.0.i586 (The reason is not fit: libcryptopp.so.6)

    Still continue install?(Yes(Y)/No(n))[Yes]

  17. Hi,

    That window always shows itself on the desktop, I need to minimize it and close it, but when I try to close it, it give me a crash message window, and the Xwindow crashed, and the Xwindow return back. :wall:

    What should I to to configure the desktop window runs like a good boy?

    Thanks!!!

    Frank

  18. Hi,

    I have installed mandriva 2009, normally. in KDE4 X environment.

    Then I tried to play a music cd, I tried all the multimedia player softwares installed, and I got negative result. While the system event alert sound in the speaker sounds well. The negative result means no music cd can be found and no music sound comes out of the speaker, the players stopped as soon as I click the start button.

    Then I tried to play the video clips downloaded, in mpeg avi and rmvb formats, all returned half-negative result - that means, the players may give me sound without video.

    :wall:

    What happen to the system? What should I do to solve the problems?

    Thanks!

    Franks

×
×
  • Create New...