[solved]Quod Libet won't work

Hi,
I have reinstalled my archbox yesterday. Then I installed quod libet, but it don't start.
The start in a terminal gives me this:
[jean@arch ~]$ quodlibet
Traceback (most recent call last):
File "/usr/bin/quodlibet", line 299, in <module>
util.gtk_init()
File "/usr/share/quodlibet/util/__init__.py", line 44, in gtk_init
import gtk
ImportError: No module named gtk
What can I do ? Is there any packages missing?
Thanks for any help.
Jean-Paul
Last edited by jean-paul (2007-05-14 18:43:42)

Yeah, thats realy funny.
Thanks for help, it works well.
Fortuna will great again.
Jean-Paul

Similar Messages

  • [Solved] history -c won't work

    i was try to clear bash history with :
    history -c
    but it won't work , actually when i close terminal and reopen it history still exist :-??
    Last edited by Milad (2012-05-06 15:17:57)

    Gcool wrote:Doesn't "history -c" just clear the history saved in RAM (not what's actually saved in ~/.bash_history)? Someone please correct me if I'm wrong here (not 100% sure of this).
    The command will not work from a terminal emulator.  You still have bash running when you close the terminal emulator.  All you are clearing is that terminal instance's history.  To completely clear the history file with the command 'history -c', you need to run it from the login shell.
    You could use this to clear the history file:
    $ > ~/.bash_history

  • [SOLVED] UEFI shell won't work on Thinkpad Edge E520

    Hi there,
    I have installed the x86_64 UEFI Shell 2.0 on my Thinkpad Edge E520 which is already booting in UEFI mode using refind-efi for some time now. The same shell is running just fine on my desktop system.
    But - on the Thinkpad it doesn't run. The shell is installed as /boot/efi/shellx64.efi and when I start the laptop, refind appears and shows me the shell icon (amoung others). But when I choose the shell from refind I get a black screen with this writing:
    Starting shellx64.efi
    Using load options ' '
    ASSERT_EFI_ERROR (Status = Device Error)
    ASSERT c:\dev\edk2tip\Build\Shell\RELEASE_VS2005\X64\ShellPkg\Application\Shell\Shell\DEBUG\AutoGen.c (431): !EFI_ERROR (Status)_
    I don't know if the text is going on after the last underline. If yes I cannot see it because the text is running out of the screen.
    The funny thing is - exactly the same setup is working pretty nice on my Asrock ITX board but not on the Lenovo Thinkpad Edge E520.
    Any ideas? Just say, if you need further information.
    Last edited by swordfish (2013-02-10 11:44:27)

    Okay, found the - somewhat obvious - solution myself. The UEFI Bios on my Thinkpad is an "old" UEFI 2.0. So, Shell 2.0 won't work on this system (as I could have read in the wiki ).
    Now, I have installed Shell 1.0 and I can enter the shell from refind .
    Last edited by swordfish (2013-02-10 11:45:03)

  • [SOLVED]grub-mkconfig won't work

    Hi!
    I'm running grub2, and today grub-mkconfig stopped working: this is the error:
    sudo grub-mkconfig -o /boot/grub/grub.cfg
    Creazione di grub.cfg...
    Trovata immagine linux: /boot/vmlinuz-netbook
    Trovata immagine linux: /boot/vmlinuz-3.4.9-1-i686-arch
    Trovata immagine initrd: /boot/initramfs-3.4.9-1-i686-arch.img
    Found memtest86+ image: /boot/memtest86+/memtest.bin
    No volume groups found
    Trovato Arch Linux su /dev/sda3
    /usr/sbin/grub-mkconfig: line 269: 8481 Errore di segmentazione ${grub_script_check} ${grub_cfg}.new
    Syntax errors are detected in generated GRUB config file.
    Ensure that there are no errors in /etc/default/grub
    and /etc/grub.d/* files or please file a bug report with
    /boot/grub/grub.cfg.new file attached.fatto
    This is my /etc/default/grub:
    GRUB_DEFAULT=saved
    GRUB_TIMEOUT=0
    GRUB_DISTRIBUTOR="Archlinux"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet rootfstype=ext4 add_efi_memmap logo.nologo fastboot raid=noautodetect libahci.ignore_sss=1 loglevel=3 pcie_aspm=force i915.i915_enable_rc6=3 i915.lvds_downclock=1 ipv6.disable=1 resume=swap:/dev/sda3:0x5d0000 "
    GRUB_CMDLINE_LINUX=""
    # If you want to enable the save default function, uncomment the following
    # line, and set GRUB_DEFAULT to saved.
    GRUB_SAVEDEFAULT=false
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    GRUB_HIDDEN_TIMEOUT=0
    GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE=auto
    # Uncomment to allow the kernel use the same resolution used by grub
    GRUB_GFXPAYLOAD_LINUX=keep
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    GRUB_COLOR_NORMAL="light-gray/black"
    GRUB_COLOR_HIGHLIGHT="green/black"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    GRUB_BACKGROUND="/usr/share/grub/background.png"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    I only set a swapfile to be used by tuxonice, then add the proper line there, in /etc/default/grub.
    May be i made some mistakes? I tried to remove the resume= parameter, but it won't work anyway...
    Thank you!
    Last edited by nierro (2012-08-23 22:32:46)

    The resume parameter is different from the normal resume= because i'm using a swap file
    Btw, this is the error message without resume parameter, in english:
    LC_ALL=C sudo grub-mkconfig -o /boot/grub/grub.cfg
    Generating grub.cfg ...
    Found linux image: /boot/vmlinuz-netbook
    Found linux image: /boot/vmlinuz-3.4.9-1-i686-arch
    Found initrd image: /boot/initramfs-3.4.9-1-i686-arch.img
    Found memtest86+ image: /boot/memtest86+/memtest.bin
    No volume groups found
    Found Arch Linux on /dev/sda3
    error: syntax error.
    error: Incorrect command.
    error: syntax error.
    /usr/sbin/grub-mkconfig: line 269: 5859 Segmentation fault ${grub_script_check} ${grub_cfg}.new
    Syntax errors are detected in generated GRUB config file.
    Ensure that there are no errors in /etc/default/grub
    and /etc/grub.d/* files or please file a bug report with
    /boot/grub/grub.cfg.new file attached.done
    Last edited by nierro (2012-08-23 22:01:33)

  • [(somewhat) SOLVED] Dnsmasq simply won't work - crashed?

    Hi there,
    I'm having a problem with dnsmasq (v2.54 [<- how is this possible anyway? I just reinstalled it, pacman calls it "2.53-1", 'dnsmasq --version' calls it '2.54'…]). I'm just trying to use it as a DNS cache, nothing special.
    It seems to be started (with the "log dns queries" option enabled) without problems, but without any queries too (even though there should have been some at this time):
    Jun 7 20:39:04 dnsmasq[1717]: started, version 2.54 cachesize 150
    Jun 7 20:39:04 dnsmasq[1717]: compile time options: IPv6 GNU-getopt no-DBus no-I18N DHCP TFTP
    Jun 7 20:39:04 dnsmasq[1717]: reading /etc/resolv.conf
    Jun 7 20:39:04 dnsmasq[1717]: ignoring nameserver 127.0.0.1 - local interface
    Jun 7 20:39:04 dnsmasq[1717]: read /etc/hosts - 1 addresses
    Jun 7 20:39:15 dnsmasq[1717]: reading /etc/resolv.conf
    Jun 7 20:39:15 dnsmasq[1717]: reading /etc/resolv.conf
    Jun 7 20:39:15 dnsmasq[1717]: ignoring nameserver 127.0.0.1 - local interface
    I learned "ignoring nameserver 127.0.0.1 - local interface" is not a bug but a feature (makes sense of course).
    As far as I can tell in this short (but complete) log, there is nothing wrong here.
    Still, it is not used:
    dig google.de:
    ;; Query time: 2 msec
    ;; SERVER: 192.168.178.1#53(192.168.178.1)
    dig google.de again:
    ;; Query time: 2 msec
    ;; SERVER: 192.168.178.1#53(192.168.178.1)
    Here's my not exactly spectacular resolv.conf:
    # Generated by dhcpcd from eth0
    nameserver 127.0.0.1
    nameserver 192.168.178.1
    # /etc/resolv.conf.tail can replace this line
    /etc/hosts (if needed at all):
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 localhost.localdomain localhost
    # End of file
    Nothing fancy here either.
    I've made two more observations:
    1. A few days ago I switched from a "normal" network setup (using 'eth0="dhcp"' in rc.conf) to 'net-auto-wired' using netcfg.
    Browsing using a domain name like 'google.de' has become very slow since then, i.e. connecting to a new website takes a few seconds; following a few links on that (now dns-resolved) website is fast. Browsing using IP addresses is fast as usual.
    2. I cannot restart dnsmasq.
    sudo /etc/rc.d/dnsmasq restart:
    :: Stopping DNS/DHCP daemon [DONE]
    :: Starting DNS/DHCP daemon [FAIL]
    Nothing else (not in the logs either). What I can observe in my process list is that a second dnsmasq process is started even though the original process is NOT stopped. After a few seconds, the second, newly created dnsmasq process disappears.
    "killall dnsmasq" simply does nothing. It's like pushing Return in my console. No message, no effect, no nothing.
    These 2 observations lead me to my assumption, that dnsmasq crashes at some point; an application tries to give its DNS queries to it -> nothing happens -> the applications uses the second entry in my resolv.conf which is my router.
    I have no idea whether this assumption is true nor why trying to SIGKILL it doesn't end dnsmasq's miseral life.
    I'm stuck here. Can anybody help me?
    Thanks a lot.
    Last edited by EdgarButan (2010-06-08 16:59:52)

    Alright, I seem to be able to kill dnsmasq with "kill -9 PID".
    "killall" nor the process list of KDE worked which has never occured to me.
    This topic is now a duplicate of the other one, let's call it "SOLVED".

  • [SOLVED] Gnome Mplayer Won't Work

    I have Gnome mplayer and gecko player installed on my maching with the mplayer-mt Aur package.  Gnome-mplayer won't play any files and just says "Stopped" on the bottom.  Can't figure it out, I've tried re-installing it and the regular mplayer package too without any luck.  Anybody know what the problem might be?
    Thx
    Last edited by leberyo (2010-09-24 19:35:43)

    anonymous_user wrote:
    Did you try deleting the config for gnome-mplayer?
    rm -r ~/.config/gnome-mplayer
    Also try running gnome-mplayer from a terminal and post its output when trying to play a file.
    Deleting the gnome-mplayer folder did the job.  It works now thanks.
    The only thing is, if I change any settings whatsoever in gnome-mplayer preferences, it stops again.  I guess I'll just stick to all the stock settings...

  • [Solved] Pulse Audio won't work on newly installed system with Gnome

    About a year ago I got a new computer and more or less retired my old one with my first arch install. Recently, I decided I would set it up as a Linux system for my sister. I first updated the computer, which broke it royally (since it was last updated before the /bin symlinking happened) but I eventually got it fixed. However, after doing that, Pulse Audio wouldn't work, then I broke X and decided to do a full reinstall.
    Now, on this clean install, Pulse is again not working. I have set up Gnome and gdm to work, and everything works great except Pulse.  The wiki says that Pulse with Gnome 3 requires no extra setup, so I have not edited conf files at all. I have, however, installed "pulseaudio-alsa", which created this conf file:
    # Use PulseAudio by default
    pcm.!default {
    type pulse
    fallback "sysdefault"
    hint {
    show on
    description "Default ALSA Output (currently PulseAudio Sound Server)"
    ctl.!default {
    type pulse
    fallback "sysdefault"
    # vim:set ft=alsaconf:
    which seems fairly standard. Anyway, I tried removing it and had the same problems. When I have Pulse Audio running and try to play sound, I get the error:
    ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
    Playback open error: -16,Device or resource busy
    which is obviously trying for ALSA, or from mplayer:
    AO: [pulse] Init failed: Connection refused
    Running "pacmd list" nets me:
    Daemon not responding.
    and pavucontrol gives me:
    Fatal Error: Unable to connect to PulseAudio: OK
    when I try to start it.
    No pulseaudio commands seem to work (e.g. pulseaudio -k). They don't raise any errors, but also it doesn't have any effect on the server.
    The only asound conf file is "/etc/asound.conf", clearing ~/.config/pulse does not fix the issue.
    Journalctl does not seem to give anything interesting (Stale PID is the only message when starting Pulse), though admittedly I'm just vgrepping all of journalctl since I don't know how to narrow it down more, nor does the output from pulseaudio -vvvv. There are a lot of errors in pulseaudio -vvvv, but they all appear to be related to loading devices that don't exist, and so I assume not a problem, I can post it if necessary. Sometimes when I kill Pulse the process refuses to go away and I have to reboot in order to clear the process out, but I don't think that's related.
    If I kill Pulse or keep it from starting on boot, I can play sound, but only through ALSA, and while I didn't have the problem I expected (I can still play multiple things simultaneously) there's still the issue that the volume buttons in Gnome will no longer work and that the volume levels ALSA reports are basically nonsense to a human being.
    I basically just blurbed everything I thought of/found on the wiki or forums, and I'm not really sure where to go from here. It's a fairly old computer, so that could be related, and I'd be willing to dump Pulse if Gnome could integrate well with ALSA, but obviously fixing Pulse would be the preferred option.
    Any suggestions on where to look next? I've run out of ideas.
    Thanks.
    Last edited by HuFlungDu (2014-01-07 19:52:11)

    Wonder if you have a conflict between two audio cards ... for example, I have a friend with some PulseAudio problems caused by conflict between the HDMI audio from his graphics card and his onboard sound. Something would switch PulseAudio to the wrong card and it would just quit after getting itself into a twist. Unsolved, I'm afraid, but have a look at commands such as:
    aplay -l
    pactl list sinks
    pactl stat
    (Latter two will need PulseAudio coaxed into life first)
    and of course, the Arch wiki.
    If there is a conflict, blacklisting kernel modules might also be needed.

  • [SOLVED] pacman upgrade won't work because of unresolved dependency

    Hey all,
    I tried a pacman -Syyu today and it found some things and said:
    :: The following packages should be upgraded first :
        pacman
    :: Do you want to cancel the current operation
    :: and upgrade these packages now? [Y/n] y
    resolving dependencies...
    looking for inter-conflicts...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: gcc: requires gcc-libs=4.6.2-6
    I have gcc-libs=4.6.2-7 and I apparently need 4.6.2-6 but I can't change anything without pacman, and pacman won't change anything without updating itself first, and it can't because of this unmet dependency, so there's a stalemate.
    Any ideas what to do?
    Last edited by jdoggsc (2012-02-13 21:00:47)

    Awebb wrote:What's a repost?
    http://www.urbandictionary.com/define.php?term=repost

  • [SOLVED] X environment won't work

    Hey guys so I am having trouble trying to get my x environment to work. When I type startx it goes to a black screen and then show white and black zig-zag lines and the black ones are pixalated. I checked my log (Greg EE /var/log/Xorg.0.log) and this is what it says
    [332.566] Current operating system: Linux (none) 3.5.3-1-ARCH #1 SMP PREEMPT sun aug 26 09:14:51 CEST 2012 x86_64
             (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [332.593] (II) loading extension MIT-SCREEN-SAVER
    [332.603] (EE) failed to load module "nvidia" (module does not exist, 0)
    [332.603] (EE) failed to load module "nv" (module does not exist, 0)
    [332.604] (EE) failed to load module "vesa" ( module does not exist, 0)
    [332.604] (EE) failed to load module "fbdev" (module does not exist, 0)
    [334.875] (EE) AIGLX error: dlopen of /usr/lib/Xorg/modules/dri/nouveau_dri.so failed (/usr/lib/Xorg/modules/dri/nouveau_dri.so: cannot open shared object file: No such file or directory)
    [334.875] (EE) AIGLX: reverting to software rendering
    I have a gtx 560 graphics card and I installed the nouveau driver for it. It says failed to load NVIDIA so I was wondering if I should just use the NVIDIA driver instead of nouveau even though it is recommended that you use nouveau first until you get it setup. I don't think I messed anything up because all I did was install the needed packages. Any help will be awesome thank you.
    Last edited by bdawg (2012-09-25 00:18:51)

    bdawg wrote:I have a gtx 560 graphics card and I installed the nouveau driver for it. It says failed to load NVIDIA so I was wondering if I should just use the NVIDIA driver instead of nouveau even though it is recommended that you use nouveau first until you get it setup.
    It means that you still have the xorg.conf file that nvidia-xconfig created, for the nvidia driver.
    Delete or move any xorg.conf ("/etc/X11/xorg.conf" or "/etc/xorg.conf") and use the "/etc/X11/xorg.conf.d/10-monitor.conf" file with your equivalent of:
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "DELL"
    ModelName "U2311H"
    HorizSync 30.0 - 83.0
    VertRefresh 56.0 - 76.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nouveau"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    PS: While explicitly specifying the "Driver" part may be omitted with open-source drivers (or so I've heard), I find that it's easier to switch to nvidia, if I ever want to, instead of automatically generating that awful xorg.conf.

  • [SOLVED] lxdm autologin won't work since last upgrade

    Hi,
    Since last upgrade, lxdm won't autologin anymore.
    I had a lxdm.conf.pacnew file wich added only a commented line that I added into the conf file, wich does look like this :
    [base]
    ## uncomment and set autologin username to enable autologin
    #autologin=dgod
    autologin=Olaff
    ## uncomment and set timeout to enable timeout autologin,
    ## the value should >=5
    # timeout=10
    ## default session or desktop used when no systemwide config
    session=/usr/bin/startlxde
    #session=/usr/bin/openbox-session
    ## uncomment and set to set numlock on your keyboard
    # numlock=0
    ## set this if you don't want to put xauth file at ~/.Xauthority
    # xauth_path=/tmp
    # not ask password for users who have empty password
    # skip_password=1
    ## greeter used to welcome the user
    greeter=/usr/lib/lxdm/lxdm-greeter-gtk
    [server]
    ## arg used to start xserver, not fully function
    arg=/usr/bin/X -background vt1
    # uncomment this if you really want xserver listen to tcp
    # tcp_listen=1
    # uncoment this if you want reset the xserver after logou
    # reset=1
    [display]
    ## gtk theme used by greeter
    gtk_theme=Clearlooks
    ## background of the greeter
    # bg=/usr/share/backgrounds/default.png
    ## if show bottom pane
    bottom_pane=1
    ## if show language select control
    lang=1
    ## if show keyboard layout select control
    keyboard=0
    ## the theme of greeter
    theme=Industrial
    [input]
    [userlist]
    ## if disable the user list control at greeter
    disable=0
    ## whitelist user
    white=
    ## blacklist user
    black=
    Since there were no uncommented lines added, I assumed it would make no difference.
    Edit :
    Now, the system goes to the login screen instead of autologin.
    lxdm brings me to my session if I log in however.
    Last edited by OlaffTheGreat (2013-09-21 18:00:09)

    Here is my current /etc/lxdm/lxdm.conf file.  Hope something in here can help you out. 
    [base]
    ## uncomment and set autologin username to enable autologin
    autologin=andy
    ## uncomment and set timeout to enable timeout autologin,
    ## the value should >=5
    # timeout=10
    ## default session or desktop used when no systemwide config
    session=/usr/bin/startlxde
    ## uncomment and set to set numlock on your keyboard
    numlock=1
    ## set this if you don't want to put xauth file at ~/.Xauthority
    # xauth_path=/tmp
    # not ask password for users who have empty password
    # skip_password=1
    ## greeter used to welcome the user
    #greeter=/usr/lib/lxdm/lxdm-greeter-gtk
    [server]
    ## arg used to start xserver, not fully function
    #arg=/usr/bin/X -background vt1
    # uncomment this if you really want xserver listen to tcp
    # tcp_listen=1
    # uncoment this if you want reset the xserver after logou
    # reset=1
    [display]
    ## gtk theme used by greeter
    gtk_theme=Clearlooks
    ## background of the greeter
    # bg=/usr/share/backgrounds/default.png
    ## if show bottom pane
    bottom_pane=1
    ## if show language select control
    lang=
    ## if show keyboard layout select control
    keyboard=0
    ## the theme of greeter
    theme=Industrial
    [input]
    [userlist]
    ## if disable the user list control at greeter
    disable=1
    ## whitelist user
    white=
    ## blacklist user
    black=
    Not sure why OlaffTheGreat uses LXDM, but I use it because you get it for free as part of the LXDE group, and I'm too lazy to change it.  My security is the 30 to 40 character passphrase I need to unlock my encrypted drives.  Then having to type in an 8 character easily guessed user password is beyond annoying.
    I just checked my pacman cache files and it looks like the upgrade to 0.4-1-25 is when I first got the error (currently listed as 9 days ago which would be about right).  I upgraded, booted and got the login screen that I was not supposed to.  I had just merged the pacnew file so it was fresh in my head and made the changes I described.  Booted again and got the autologin and I didn't think another thing about it until I saw this post earlier today.  Upgraded again this weekend to 0.4-1-27 with no problems.

  • [solved] Various MP3s are marked as [invalid encoding] with Quod Libet

    Various MP3s are marked as [invalid encoding] when I attempt to open them in Quod Libet. These same MP3s open fine in VLC. I checked and I have everything related to gstreamer installed: good, bad, ugly, ffmpeg. My thinking is that should do it but it doesn't. The error listed is "Resource not found." But of course Quod Libet does have the correct path to the file. Also, in case this could be related, the files all appear to show raw unicode in the comments tag rather than the comments. LIke so: 000010A3 000010E3 000057E6 000062C2 0004F705 0005B198 00008000 00008000 00005A9C 00005A3F.  Rather than... well I'm not sure what that's supposed to be.
    I checked the wiki on gstreamer but and glanced at Pulse's but Pulse, ALSA, and OSS don't seem to be relevant.
    Last edited by xidar (2012-06-28 21:36:29)

    Yep I went back and looked and it's everything, except one song, that has an "é" and also the bôa album. I'll file a bug report about and call it solved.
    Also, I cleared all the extra tags and the junk text (which was probably a custom tag at  one point) that was in comments and it works. So maybe iTunes screwed up the formatting and Ex Falso took and mangled all of my comments because of it and something to do with unicode.
    Last edited by xidar (2012-06-28 22:01:26)

  • I dropped my iphone 4 into the water and then i tried the rice method. The rice solved the water issue but now the screen won't work. what should i do?

    I  dropped my iphone 4 into the water and then i tried the rice method. The rice solved the water issue but now the screen won't work. what should i do?

    I guess your definition of "solved" is different from most...
    Make an appointment at the genius bar of your local Apple Store and get an out of warranty replacement.

  • Mavericks won't work with my cannon printer/scanner Cannon MP560 what can I do to solve this?

    mavericks won't work with my cannon  Cannon MP560 printer/scanner what can I do to solve this?

    Try restarting the device first..
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, then swipe the slider to power off.
    Then press and hold the Sleep/Wake button until the Apple logo appears.
    If that doesn't help, try here > iOS: Troubleshooting Messages

  • Javascript or applet dropdown menus won't work in IE6, How can I solve this

    I've made some dropdownmenu's of javascript and one of java applets. But they don't work in IE6. If IE6 is installed they won't work either. My friend has IE5.5 and he has no problems with the menus. How can you make them work.
    And how can you change the z-index of a javascipt/applet? How do you make a dropdownmenu that's put in the topframe slide over the mainframe?

    Perhaps someone could help me with the following question:
    I have a menu that cascades out of the Applet box. My question is:
    How do I close the menu without clicking on the Applet box? - i.e. if the user clicks on the HTML area of the WEB-PAGE, or simply waits a second or 2, the menu should collapse?
    I notice that this is actually the default behavior for the AWT classes - but then you can't set background colors etc. I need the same kind of behavior, but using Swing classes.
    Would appreciate any assistance or advice...

  • [Solved] Startx won't work! Laptop issues.

    Okay, here is what Ididin as much detail as possible.
    Dual boot: Windws XP + Archlinux
    the partition is like this
    80 GB XP
    80 GB arch
         *10 GB root
         *70 GB /home
    Video Card: nVidia Geforce Go 6100
    Okay, so after I installed, I decided to and uncomment all available US repositories with HTTP on them, not FTP. Then I did a full system update, and got the latest nvidia drivers. So I run nvidia-xconfig,  got a little confused when it didn't work and I noticed /etc/X11/xorg.conf was missing. After a while I realized I forgot to download Xorg, once I ran the command it worked. I downloaded HAL, started it and it worked. Then I ran startx, and it wouldn't work. I went into the IRC channel, and tried showed all the errors I got, after a while I was told I shouldn't be using root under any circumstances and the first thing I should have done is create my user ID, which I did, then made myself a Sudoer. Obviously, the errors still appeared, no matter what I did with Xorg. -.-
    Here is my Xorg-Configuration
    ection "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0"  "CorePointer"
    End Section
    Section "Files"
    EndSection
    Section "Module"
        Load           "dbe"
        Load           "extmod"
        Load           "type1"
        Load           "freetype"
        Load           "glx"
    EndSection
    Section "InputDevice"
        # generated from default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
        # generated from default
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "Unknown"
        Horizsync      28.0 - 33.0
        VertRefresh    43.0 - 72.0
        Option         "DPMS"
    EndSection
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
    EndSection
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        Defaultdepth   "24"
        SubSection     "Display"
            Depth      24
        EndSubsection
    EndSection
    I tried this as well by "#" all the unnecessary parts
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
    End Section
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
    EndSection
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Defaultdepth   "24"
        SubSection     "Display"
            Depth      24
        EndSubsection
    EndSection
    Regardless of what I did I got these errors, and warnings
    (WW) The directory "/usr/share/fonts/TTF" does not exist. Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist. Entry deleted from font path.
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse', or 'vmouse' w$use will be disabled
    (WW) Disabling Keyboard00
    (WW) Disabling Mouse0
    (WW) Open ACPI failed (/var/run/acpid.socket)(No such file or directory)
    (WW) Warning, couldn't open module type1
    (EE) Failed to load module "type1" (module does not exist, 0)
    (WW) Warning, couldn't open module freetype
    (EE) Failed to load module "freetype" (Module does not exist, 0)
    (EE) Failed to load /usr/lib/xorg/modules/extension//libdri.so
    (EE) Failed to load module "dri" (loader failed, 7)
    (EE) Failed to load /usr/lib/xorg/modules/extension//libdri2.so
    (EE) Failedto load modules "dri2"
    I also got something like this between all the dri's
    dlopen:libdrm.so.2: cannot open shared object file: No such file or directory
    and the final errors
    (EE) NVIDIA(0) failed to load NVIDIA kernel module!
    (EE) ***Aborting***
    (EE) Screen(s) found,but none have a usable configuration.
    Fatal Server Error:
    No Screens found
    Those are all of them in the log.
    Finally, I tried modprobe nvidia and got this
    FATAL: Module nvidia not found.
    That is everything, this linux newbie is confused, and too stubborn. C_c Fluxbox, and startx won't work no matter what I do, please help?
    Last edited by SirEdgar2nd (2009-08-17 09:23:13)

    Yep carol.
    Nope I didn't install freetype.
    Also, I noticed whenever I try to install nvidia I get an error that says these files already exist, and that there is a: Errors occured. No packages were upgraded. In a list of a bunch of files I can't even really list out at the moment.
    Pacman -S nvidia gets me that error, when I tried reinstalling xorg, it worked fine. Even when I deleted the cache, and uninstalled files it had the same issue.
    I was told to install the latest version available though (again). since I installed some version I got back in 2008 in December. But I've been too hesitant since I felt I might need one of those extra CDs later. So I figured out how to do it through USB, not sure if I should just yet though.
    And sorry, didn't notice that long error the last time I thought it meant it was already installed.
    But I did do a full system update at least though.
    Last edited by SirEdgar2nd (2009-05-29 20:15:02)

Maybe you are looking for

  • How do I set up my new Time Capsule just to back up not as a wireless?

    Can anyone tell me how to use my new Time Capsule just for back up not as a wireless router? I have an ATT Uverse for my wireless service and have not been able to get the two to work together. I just want to plug my Time capsule in and connect it to

  • Can an iMac serve as a wireless access point server?

    I have a current iMac with standard built in wireless capability but I'm on the net with wires (RJ45 twisted pair ethernet CAT5 cables). Can my iMac serve as a wireless access point for a new device in the house (Nintendo Wii)? Is there a setting I c

  • Scroll 2 JScrollPanes together?

    Quick question. (I hope it's quick anyway.) I have 2 JTextAreas side by side added to JScrollPanes. I past a list in the one on the left, click a button to do something with that list and it writes to the JTextArea on the right like a log file. If th

  • How to exchange STD set-top for an HD Set-Top Box ?

    I am currently a Verizon FIOS customer.  Since there are no local offices in Southeastern, PA how do I go about both requesting a secondary HD set-top box, and also set-up a return of the one I'd like to exchange (a non-HD set-top).  Will there be a

  • Zoom-in on webpages not remaining after re-start

    I have the latest Firefox for Windows on my computer. The default font sizes when opening the browser were too large, so I zoomed in twice (using 'view', then 'zoom-in'). It worked for the session. But once I close and re-open the browser, that chang