[SOLVED] fbsplash working but have a created future problems?

I'm new to arch but have managed to successfully install fbcondecor and fbsplash and manipulate them to at least a reasonable degree to get the desired effect.  However my tech-speak is poor so please bear with me. 
The problem is that my splash screen seems to look fine, initially.  Then, however, when Vesa hands off to inteldrm the graphics get distorted. I believe it is whenever the screen resolution change occurs during the boot (which is why i believe it occurs during the handoff).  I have listed my grub configuration files as well as my daemons and Hooks below in hopes one of you guys may recognize an error.  I have read and attempted to resolve the issue but it is clear I cannot solve it without some assistance from someone with a deeper knowledge.
This is what my screen looks like https://bbs.archlinux.org/viewtopic.php?id=136819 so I'm guessing it relates to the KMS but I configured the file in accordance with the wiki so...
Edit:  Another possibly pertinent note is that the splash works perfectly on shutdown.
/etc/default/grub
GRUB_GFXPAYLOAD_LINUX=keep
GRUB_DISABLE_RECOVERY=true
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch Linux"
GRUB_DEFAULT=saved
GRUB_GFXMODE=1024x768x32
GRUB_CMDLINE_LINUX_DEFAULT='quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-elegant'
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
GRUB_TERMINAL_INPUT=console
GRUB_THEME=/boot/grub/themes/starfield/theme.txt
GRUB_CMDLINE_LINUX=splash
GRUB_HIDDEN_TIMEOUT=3
Hooks   
HOOKS="base udev uswsusp fbsplash autodetect pata scsi sata filesystems usbinput uresume fsck"
Daemons 
DAEMONS=(hwclock dbus !network fbcondecor sshd @netfs @crond acpid @networkmanager laptop-mode !net-profiles syslog-ng !net-auto-wireless @cupsd)
What should I be looking for to solve this problem?  What occurs that changes the screen from the basic resolution it starts with to the enhanced resolution in the next portion of boot?  Should I post dmesg output?
Last edited by jallenusn (2012-06-19 20:41:53)

The question here is, why does it get loaded in the first place, usually it's loaded by the vga= statement. I'm guessing the monstrosity that is grub2 has something to do with it, remove all the GFX stuff from it's config.
Thanks for your input.  You are correct in your assumption about my screen resolution being 1366x768.  I am having trouble understanding what you mean by "remove all the GFX stuff".  Do you mean for me to change my /etc/default/grub file and leave blank all of the categories that include "GFX" and then mkconfig?  Or are you proposing that I manually modify something in the grub.cfg to disable the graphics mode in grub2? 
One other quick note.  It seems that before Vesa hands off to inteldrm the splash looks as intended.  It is after this hand off takes place that the splash becomes distorted (4 different occurences of the splash across the screen, all of them appearing shredded and smeared across the screen).
Edit:  Another possibly pertinent note is that the splash works perfectly on shutdown.
Also, for further reference I have posted both my /etc/default/grub & /boot/grub/grub.cfg below. 
GRUB_GFXPAYLOAD_LINUX=keep
GRUB_DISABLE_RECOVERY=true
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch Linux"
GRUB_DEFAULT=saved
GRUB_GFXMODE=1366x768x32
GRUB_CMDLINE_LINUX_DEFAULT='quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-elegant'
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
GRUB_TERMINAL_INPUT=console
GRUB_THEME=/boot/grub/themes/starfield/theme.txt
GRUB_CMDLINE_LINUX=splash
GRUB_HIDDEN_TIMEOUT=3
# DO NOT EDIT THIS FILE
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="${saved_entry}"
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod btrfs
set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 719a75c8-81fa-4f8d-b06a-b2ab3ba18770
else
search --no-floppy --fs-uuid --set=root 719a75c8-81fa-4f8d-b06a-b2ab3ba18770
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=1366x768x32
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=en_US
insmod gettext
fi
terminal_input console
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 54d38b5e-db10-4162-bfcd-1226ada0d561
else
search --no-floppy --fs-uuid --set=root 54d38b5e-db10-4162-bfcd-1226ada0d561
fi
insmod gfxmenu
loadfont ($root)/grub/themes/starfield/dejavu.pf2
insmod png
set theme=($root)/grub/themes/starfield/theme.txt
export theme
if sleep --verbose --interruptible 3 ; then
set timeout=5
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Arch Linux GNU/Linux, with Linux fbcondecor kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-fbcondecor kernel-true-719a75c8-81fa-4f8d-b06a-b2ab3ba18770' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 54d38b5e-db10-4162-bfcd-1226ada0d561
else
search --no-floppy --fs-uuid --set=root 54d38b5e-db10-4162-bfcd-1226ada0d561
fi
echo 'Loading Linux fbcondecor kernel ...'
linux /vmlinuz-linux-fbcondecor root=UUID=719a75c8-81fa-4f8d-b06a-b2ab3ba18770 ro splash quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-elegant
echo 'Loading initial ramdisk ...'
initrd /initramfs-linux-fbcondecor.img
menuentry 'Arch Linux GNU/Linux, with Linux fbcondecor kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-fbcondecor kernel-fallback-719a75c8-81fa-4f8d-b06a-b2ab3ba18770' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 54d38b5e-db10-4162-bfcd-1226ada0d561
else
search --no-floppy --fs-uuid --set=root 54d38b5e-db10-4162-bfcd-1226ada0d561
fi
echo 'Loading Linux fbcondecor kernel ...'
linux /vmlinuz-linux-fbcondecor root=UUID=719a75c8-81fa-4f8d-b06a-b2ab3ba18770 ro splash quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-elegant
echo 'Loading initial ramdisk ...'
initrd /initramfs-linux-fbcondecor-fallback.img
menuentry 'Arch Linux GNU/Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-719a75c8-81fa-4f8d-b06a-b2ab3ba18770' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 54d38b5e-db10-4162-bfcd-1226ada0d561
else
search --no-floppy --fs-uuid --set=root 54d38b5e-db10-4162-bfcd-1226ada0d561
fi
echo 'Loading Linux core repo kernel ...'
linux /vmlinuz-linux root=UUID=719a75c8-81fa-4f8d-b06a-b2ab3ba18770 ro splash quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-elegant
echo 'Loading initial ramdisk ...'
initrd /initramfs-linux.img
menuentry 'Arch Linux GNU/Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-719a75c8-81fa-4f8d-b06a-b2ab3ba18770' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 54d38b5e-db10-4162-bfcd-1226ada0d561
else
search --no-floppy --fs-uuid --set=root 54d38b5e-db10-4162-bfcd-1226ada0d561
fi
echo 'Loading Linux core repo kernel ...'
linux /vmlinuz-linux root=UUID=719a75c8-81fa-4f8d-b06a-b2ab3ba18770 ro splash quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-elegant
echo 'Loading initial ramdisk ...'
initrd /initramfs-linux-fallback.img
if [ "x$default" = 'Arch Linux GNU/Linux, with Linux core repo kernel' ]; then default='Advanced options for Arch Linux GNU/Linux>Arch Linux GNU/Linux, with Linux core repo kernel'; fi;
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
Last edited by jallenusn (2012-06-17 17:57:32)

Similar Messages

  • I have iPhoto 11 installed on my iMac. Has been working for last several months ok. I am trying to create photo books but it gets hung up after I select create book. Does not create the project.  Used to work but won't create any projects

    ILife 11 (iphoto 11) installed over a year ago with no issues. Have been creating Apple Books with no issues till now.  iPhoto now will not create books, calenders or anything else. After I select "create" it does nothing. Used to work Ok. Program seems to stall and do nothing. I can still look at events and other picture files but it will now not create a "project" / "book"  Anyone with a similar issue????

    ILife 11 (iphoto 11) installed over a year ago with no issues. Have been creating Apple Books with no issues till now.  iPhoto now will not create books, calenders or anything else. After I select "create" it does nothing. Used to work Ok. Program seems to stall and do nothing. I can still look at events and other picture files but it will now not create a "project" / "book"  Anyone with a similar issue????

  • War file created in Eclipse works, but fails when created by Ant

    Hi,
    I am having trouble getting my flex war file to work when I create it using Ant, even though the same war works fine when I create it from my Eclipse Export War function. This is a critical problem and any ideas or suggestions would be greatly appreciated.
    I have a working installation of LCDS running under JBoss 4.0.5 (in a CENTOS (Red Hat) environment). I have implemented a datatier in Java to interact with my PostgreSQL 8.x database. The Java code, plus the necessary flex jars and xml files and some mxml test programs, are all in an Eclipse J2EE project that I created from the flex samples.war file. It all works fine when I use Eclipse to create a WAR from the project and deploy it in JBoss. My problem is this: When I create a WAR piece by piece using Ant, then deploy it to JBoss, that WAR does not work. The error I get is this:
    javax.servlet.ServletException: Invalid Configuration: see previous failures. flex.webtier.util.ServiceUtil.setupFlexService(ServiceUtil.java:55) flex.webtier.server.j2ee.MxmlServlet.init(MxmlServlet.java:57), etc.
    When I look at the log I see this problem:
    "You have more than one version of 'org.apache.commons.logging.Log' visible, which is not allowed.",
    but that error is in the server log even when I use the good WAR file.
    I have compared the two wars but cannot find any substantial difference between them.
    Thanks in advance!

    Have you tried enabling debug level logging and removing the category filters in services-config.xml? It should show all the destinations being created, and if any are failing. To get the maximum level of log detail, something like this should work:
    ><logging>
    >
    > <target class="flex.messaging.log.ConsoleTarget" level="Debug">
    >
    > <properties>
    >
    > <prefix>[Flex] </prefix>
    >
    > <includeDate>false</includeDate>
    >
    > <includeTime>false</includeTime>
    >
    > <includeLevel>false</includeLevel>
    >
    > <includeCategory>false</includeCategory>
    >
    > </properties>
    >
    > </target>
    >
    > </logging>
    Have a check that your remoting destinations are shown starting correctly for both WAR files, and see if there are any messages in the log that might be relevant.

  • Shared calendars are working, but have suddenly started prompting for login info of user who shared the calendar

    My boss started having this problem this morning. It may possibly be due to an update. The calendars appear to still be working fine (not 100% sure they're
    getting new updates) and I've tried deleting them and re-adding them and the problem persists. Outlook will pop up the Security prompt asking for login credentials, with the username of the person whose calendar is shared pre-filled in the user name section.
    If you click cancel everything continues to work but it prompts you again in a few minutes. 
    These calendars have previously worked perfectly with no issues. 

    Hi,
    Please confirm if there is any changes in Shared calendar account and your boss mailbox.
    Since the issue occurs after the update in your Boss's computer, please reboot the local machine. And recreate the Outlook profile to have a try. About opening shared calendar in new profile, please open the shared calendar by the following steps:
    1. Switch to Calendar pane.
    2. Click Open Calendar > Open Shared Calendar.
    3. Click Name to select the user who shared the calendar to this user.
    4. Then click OK to open the Calendar.
    Check whether there is any error when open it. If there is any permission error, please check the folder permission in shared user side.
    Regards,
    Winnie Liang
    TechNet Community Support

  • My home network *works* but have I done it correctly?

    Hi,
    Below is my set-up. It works, but I'm worried that I should have done it differently to get maximum performance with my hardware. I'd really appreciate someone glancing over it and letting me know whether it seems okay.
    Cable internet connected wired to modem provided by ISP.
    Ethernet cable to Airport Extreme (the new one)
    Intel iMac Core 2 Duo (N enabled by disc included with Airport Extreme) connecting wirelessly:
    -- Radio Mode: 802.11n (802.11b/g compatible)
    -- Wireless Security: WPA/WPA2 Personal
    Airport Express (just used for Airtunes, and nothing else)
    -- Wireless Mode: Join a wireless network
    Is the Airport express slowing down my network? I want N speeds (just because I can) and don't need to worry about connecting any other devices (apart from the Airport Express) to the network.
    Any suggestions much appreciated.
    Steve.

    I plan on getting an
    iPhone anyway, when they are released in the UK, so I
    guess I'm going to have to run a g compatible
    network...
    Getting an iPhone is of course compulsory Steve
    Check out some posts regarding running a hybrid g/n network using a spread of channels...
    Might be fun (and not expensive)
    Cheerz
    PowerMac G5 2.5 - PB 12" 1.5   Mac OS X (10.4.8)   SE30, IIsi

  • My iphone is not showing in itunes/devices i have un-installed and re-insalled itunes but still not working i have not had this problem before this has just happed i am running win8

    my iphone is not showing as a device in itunes so cannot sync i have un-installed and re-installed itunes but still not showing yhis problem has just suddenly happend so dont understand whats wrong i am currently running win 8

    Try Andrei Cerbu's post here or see TS1538: iOS: Device not recognized in iTunes for Windows, in particular section 5, forcing a driver update.
    tt2

  • [solved]Xfce works, but no others!

    Hello gentlemen.
    After some months of playing around with Arch and my wireless connection with it, I finally managed to get to a point where I have more than a terminal.
    I set up xorg seemingly perfectly with nvidia-xconfig, and am able to run Xfce without any problems (other than lack of sound, going to have to figure out how to set that up..). But when I try to start Openbox, it shows a mess of lines for about a second and then automatically logs out, and I think I read something about a display error there.  GNOME doesn't work either; also says something about a display error. I think both of them also talked about a locale error.
    Is there anything extra that I have to download that I might've forgotten about? Or is the locale thing a really big deal? I can't see any mistakes in the way I set it up, but this shows up with the 'locale' command:
    [sko@OGC ~]$ locale
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_MESSAGES to default locale: No such file or directory
    locale: Cannot set LC_ALL to default locale: No such file or directory
    LANG=en_EN.utf8
    LC_CTYPE="en_US.iso8859"
    LC_NUMERIC="en_US.iso8859"
    LC_TIME="en_US.iso8859"
    LC_COLLATE="en_US.iso8859"
    LC_MONETARY="en_US.iso8859"
    LC_MESSAGES="en_US.iso8859"
    LC_PAPER="en_US.iso8859"
    LC_NAME="en_US.iso8859"
    LC_ADDRESS="en_US.iso8859"
    LC_TELEPHONE="en_US.iso8859"
    LC_MEASUREMENT="en_US.iso8859"
    LC_IDENTIFICATION="en_US.iso8859"
    LC_ALL=en_US.iso8859
    Any help would be awesomely appreciated!
    P.S. I run Arch64 with a ViewSonic VA1912wb monitor and a GeForce 8600GTS graphics card.
    Last edited by Skofo (2008-09-14 01:02:03)

    Statix wrote:
    Skofo wrote:
    Statix wrote:How are you starting your DEs? Through .xinitrc, or through a desktop manager?
    Xfce, Openbox and GNOME through startxfce4, openbox-session and gnome-session, respectively, from the shell.
    This must be the problem then. Startxfce4 starts X11 for you, while the other two require X11 to already be running.
    What you need to do is edit .xinitrc in your home directory and put:
    exec openbox-session
    or
    exec gnome-session
    Depending on which one you want to start.
    Then, just type startx. It should work then.
    That worked great, thanks! Have my babies.
    Guess I should read instructions more carefully..
    Last edited by Skofo (2008-09-13 19:31:34)

  • 2 ink colors not working but have ink in them

    My light magenta and magenta still have ink in them but do not print out those colors. Any idea on how I can fix it?

    What printer model? What operating system?
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • [SOLVED] Alsa works, but not pulse (pulseaudio: symbol lookup error)

    SOLUTION: Fixed in latest pulseaudio. Build from latest git, or use AUR.
    I've just installed Arch following the beginner's guide, managing to get an up to date system, Xorg working with Awesome, and positive results with systemd. My next goal was basic audio and video.
    I installed Alsa, added myself to the audio group, tested the playback and recording with arecord and aplay, no problems.
    I installed mplayer2, which pulled `libpulse=0.9.22-2` as a dependency.
    Mplayer2 did not work. It looked like it had something to do with pulseaudio, but I didn't look too hard before removing mplayer2 and libpulse.
    Installed pulseaudio, pavucontrol, paprefs, avahi. I want to use mplayer2, but mostly I want pulseaudio for its own merits, especially its network transparency. I'm also hoping it fixes a skype problem.
    Tried running `pulseaudio --start`, but it fails returning this error:
    [jake@clyde pkg]$ pulseaudio --start
    pulseaudio: symbol lookup error: /usr/lib/libpulsecommon-0.9.22.so: undefined symbol: STRING
    Here's also a snippet of strace, I can post the full log if it would help.
    [jake@clyde ~]$ strace -f pulseaudio --start
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\r\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=16064, ...}) = 0
    mmap2(NULL, 18804, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e91000
    mmap2(0xb6e95000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb6e95000
    close(3) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6e90000
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6e8f000
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6e8e000
    set_thread_area({entry_number:-1 -> 6, base_addr:0xb6e8e700, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
    mprotect(0xb7038000, 311296, PROT_READ|PROT_WRITE) = 0
    mprotect(0xb7038000, 311296, PROT_READ|PROT_EXEC) = 0
    mprotect(0xb7099000, 4096, PROT_READ) = 0
    mprotect(0xb70b2000, 4096, PROT_READ) = 0
    mprotect(0xb7242000, 8192, PROT_READ) = 0
    mprotect(0xb7270000, 4096, PROT_READ) = 0
    mprotect(0xb7275000, 4096, PROT_READ) = 0
    mprotect(0xb727f000, 4096, PROT_READ) = 0
    mprotect(0xb729d000, 4096, PROT_READ) = 0
    mprotect(0xb72e8000, 4096, PROT_READ) = 0
    writev(2, [{"pulseaudio", 10}, {": ", 2}, {"symbol lookup error", 19}, {": ", 2}, {"/usr/lib/libpulsecommon-0.9.22.s"..., 33}, {": ", 2}, {"undefined symbol: STRING", 24}, {"", 0}, {"", 0}, {"\n", 1}], 10pulseaudio: symbol lookup error: /usr/lib/libpulsecommon-0.9.22.so: undefined symbol: STRING
    ) = 93
    exit_group(127) = ?
    Hope someone can point me in the right direction. I'm liking Arch so far. It feels like Slackware, but without the dependency hell!
    Last edited by djeikyb (2011-06-23 20:51:22)

    rickeyski wrote:
    I know there is an issue with pulse and xcb-util 3.8,  taken from the awesome-git aur page
    http://sources.gentoo.org/cgi-bin/viewv … threv=HEAD
    Gentoo's Bugzilla
    http://bugs.gentoo.org/show_bug.cgi?id=364965
    Thank you for this find! Your links have been mentioned in the awesome-git AUR page:
    http://aur.archlinux.org/packages.php?ID=13916

  • HT1212 my screen is broken but phone still works but have a pass code onit how do i sync the phone when its locked and unable to unlock

    hi
    i have an iphone 5 and the screen is broken looks as if the phone is off, but the phone still works if sum1 rings me i can answer it aslong as i have earphones in,
    but i need to sync it to itunes and it would let me as i have a passcode onit is their anyway around this preblem
    cheers
    ash

    There is no way out of the problem unless you have previously synced it with a computer. If you Restore the phone on the last computer it synced to it will remove the passcode and restore the contents, but if you don't have access to that computer there is no way to recover the contents of the phone.

  • SOLVED:Beryl works; But white cube with XGL :(

    Well, Beryl works with nVidia drivers, but lacks the extra "smoothness" that xgl can give. So I tried using xgl with KDE via method 1 and I also tried method 2, but it gives me the dreaded "white cube". (Seems to be a popular trouble, but googling it yields no useful info)
    Any idea as to what I am doing wrong?
    Last edited by Misfit138 (2007-04-21 22:02:24)

    DaNiMoTh wrote:
    You need to use the "--use-copy" option when you launch beryl.
    Or, with beryl-manager, click Options--> Rendering path --> Copy.
    DaNiMoTh:
    I cannot thank you enough for this small, yet priceless bit of information. Please accept my thanks, I was battling with this for hours!
    EDIT: An important setting to regard is to select window manager/Beryl (right click on Beryl gem in panel). The default seems to be Kwin, which gives slightly laggy/choppy movement.
    Last edited by Misfit138 (2007-04-21 23:19:15)

  • My apple TV works for everything except hulu and netflix.  they worked but have suddenly stopped and I can not enter them

    my apple TV works for everything except Hulu an Netfix.  When I try to open them I always get the message that they are not available and to try again later

    Update software. If that doesn't work try resetting.  Mine started working after the update.

  • Trying to save a png for web, and trnsparency is not working, i have never had this problem before

    I am trying to save for web, a png with a transparent background, and even though I clicked the transparency check box, it is still producing an image with a white background, when exporting the png the transparency works fine, so I know it has nothing to do with the layers. Help!

    b,
    I believe it is time for the list. Hopefully, it is one of the easy ones at the top; 5) is probably irrelevant for this case.
    The following is a general list of things you may try when the issue is not in a specific file, and when it is not caused by issues with opening a file from external media, see below. You may have tried/done some of them already; 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    If possible/applicable, you should save current artwork first, of course.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to at least 5 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html
    External media: It is always recommended here to open/save from/to own hard disk, and to copy from/to networks and removable media. You may be lucky (for a while), but the chances of file corruption and other unpleasantnesses are immensely greater when you use anything but the harddisk, and it is better to be safe than sorry.
    In addition to the (far greater) risk of file corruption, some issues are mentioned here:
    http://helpx.adobe.com/illustrator/kb/illustrator-support-networks-removable-media.html

  • Spdif working but only for AC3/DTS, problem occured suddenly

    Hi all,
    My spdif output decided to stop outputting normal sounds. It will only work with AC3/DTS. This seemed to happen suddenly, one minute it was working and the next it wasn't. I hadn't changed anything with regards to the sound setup. IEC958 is unmuted in the Alsamixer app. Not sure what else to check. I think the problem occured when one of my apps crashed so maybe that has something to do with it but I tried rebooting, shutting down completely etc. I can't think of anything else to check.
    Any help would be greatly appreciated, this is a media computer and SPDIF is my only option for sound.
    Thanks,
    Kevin

    I forgot the power of ssh... The mplayer switches you suggested still result in 2ch. Here is the output of the alternative solution from the link you gave.
    $ amixer set 'IEC958' 100 unmute
    Simple mixer control 'IEC958',0
    Capabilities: pswitch pswitch-joined cswitch cswitch-joined
    Playback channels: Mono
    Capture channels: Mono
    Mono: Playback [on] Capture [off]
    FYI: Every time I play something, IEC958 is muted again when I go into alsamixer.
    Last edited by gormine (2007-12-07 13:35:15)

  • Ahh I thought os 9 would finally work but there is one more problem

    I have Tiger installed on my computer. I needed os 9 so I could use some applications. I saved the os 9 System folder to my harddrive and just when I think os 9 is going to work while it's booting up I get this message. "The System software on the startup disk only functions on the orginal media, not if copied to another drive" then there is a button to restart. I pressed that and that window just shows up again. What do I do? Thanks
    -=Kitty=-

    I have a Powermac 4..maybe I'm not good with computers at all as you can tell. It's the imac I have as my icon. I tried restoring classic and I don't know how to do that with the os X discs I have. What should I do?? thank you so much for any help

Maybe you are looking for

  • How do I determine if the memory problems are with my imac and not the RAM?

    I've heard of some vague problems with intel imacs and their memory slots. I'm about to replace (for the 3rd time) RAM, and think I need to test further to see if the problem is with my imac and not the RAM. Right now I put back in the original 2-512

  • Unable to Print on HP 2570 Connected to Asus RT-N66U

    I am in the process of setting up my Imac (new to mac) to print.  I have the Imac connected via ethernet cable to an ASUS RT-N66U.  I have an HP 2570 connected to the ASUS via USB.  When I follow the instrux on the ASUS site, I get all the way to cli

  • How do I change my default file reader from Preview to Adobe in Firefox 3.6.28

    I have always used Preview as my default download reader, however now some documents such as utility bills can only be opened using Adobe 9 reader. My question is this, how do I change my default reader to Adobe 9 in Firefox 3.6.28, Mac OSX 10.4

  • URGENT - BLOB data transfer

    Hi: I have an Apex application that includes a couple of standard reports that display BLOB columns as images. I copied the blob table to the new database via a database link using insert into <remote table> select * from <local table>. The data was

  • CProjects Actual Cost = 0 after Settlement Run

    Hi Gurus After running Transaction CJ8G (Settlement Run), then I log into cProjects, locate my Project and go to the Accounting Tab, I click on Calculate, then Save, then I return to the cProjects Dashboard When I look at the Actual Costs Value it is