[SOLVED] hidpi in wine

Hey all,
I have a high (216) dpi screen, and certain windows applications (like LTSpice) that I run through wine. However, they appear VERY small on screen as do all wine windows. Is there any way of configuring wine to increase dpi (or window scale, for that matter)?
Edit:
Now I feel silly. In the graphics tab in winecfg, you can set the dpi. So there you have it. The icons are still small, but text is large enough to get by.
Last edited by noctlos (2015-01-26 00:40:36)

Hey all,
I have a high (216) dpi screen, and certain windows applications (like LTSpice) that I run through wine. However, they appear VERY small on screen as do all wine windows. Is there any way of configuring wine to increase dpi (or window scale, for that matter)?
Edit:
Now I feel silly. In the graphics tab in winecfg, you can set the dpi. So there you have it. The icons are still small, but text is large enough to get by.
Last edited by noctlos (2015-01-26 00:40:36)

Similar Messages

  • [Solved] WoW and Wine: Run time errors and massive lag.

    Ok, so I have a AMD A4 Kabini series APU, and I installed the ati open source drivers and added the correct settings into the
    /etc/X11/xorg.conf.d/20-radeon.conf
    , however when ever I run WoW it becomes extremely laggy and to a point where it is unusable. Heres the output from the point that I start getting errors:
    fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 16/02/2014, dlt (d/m/y): 19/10/2014
    fixme:win:EnumDisplayDevicesW ((null),0,0x192edf4,0x00000000), stub!
    libGL error: dlopen /usr/lib32/xorg/modules/dri/radeonsi_dri.so failed (/usr/lib32/xorg/modules/dri/radeonsi_dri.so: cannot open shared object file: No such file or directory)
    libGL error: unable to load driver: radeonsi_dri.so
    libGL error: driver pointer missing
    libGL error: failed to load driver: radeonsi
    fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)").
    fixme:win:EnumDisplayDevicesW ((null),0,0x192ecf4,0x00000000), stub!
    fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)").
    fixme:win:EnumDisplayDevicesW ((null),0,0x192f1c4,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x192f324,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x192f444,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x192f5d4,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x192f5d4,0x00000000), stub!
    fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)").
    fixme:win:EnumDisplayDevicesW ((null),0,0x192f6f4,0x00000000), stub!
    fixme:d3d:swapchain_init The application requested more than one back buffer, this is not properly supported.
    Please configure the application to use double buffering (1 back buffer) if possible.
    fixme:win:EnumDisplayDevicesW ((null),0,0x192f054,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x192f194,0x00000000), stub!
    fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x192f87c): stub
    fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x192f87c): stub
    fixme:win:EnumDisplayDevicesW ((null),0,0x192df34,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x192df64,0x00000000), stub!
    fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)").
    fixme:win:EnumDisplayDevicesW ((null),0,0x192dfe4,0x00000000), stub!
    err:wininet:open_http_connection create_netconn failed: 12029
    err:wininet:open_http_connection create_netconn failed: 12029
    err:wininet:open_http_connection create_netconn failed: 12029
    fixme:imm:ImmReleaseContext (0x2004c, 0x1b97a8): stub
    What do I have to install to fix this issue ?
    Solved by installing lib32-ati-dri
    Last edited by nathanmartins (2014-08-03 20:38:05)

    Most of us don't need any  /etc/X11/xorg.conf.d/20-radeon.conf , please post it's contents.
    The error messages indicate WoW can't find /usr/lib32/xorg/modules/dri/radeonsi_dri.so , the 32-bit multlib version of ati-dri .
    $ pkgfile /usr/lib32/xorg/modules/dri/radeonsi_dri.so
    multilib/lib32-ati-dri
    LoneVVolf/lib32-mesa-r300-r600-radeonsi-git
    $
    Do you have lib32-ati-dri installed ?

  • [SOLVED] Compile 32bit Wine in x64 without chroot?

    I was wondering if it's possible. Due to winetricks not working with x64 wine, I wanted to do a compile of 32-bit Wine without chroot. I need to apply patches, otherwise I'd just use pacman. I've looked but pretty much all topics I've found that are related are before Multilib was added to Arch and all require chroot. Thanks for any help.
    -- Edit --
    Solved it by just getting multilib gcc, and downloading all the missing dependencies that caused warnings after ./configure with x32 wine
    Last edited by Citric (2012-05-14 02:57:46)

    Citric wrote:
    tommis wrote:
    You don't recompile new wine you use 32 bit wineprefix.
    env WINEARCH=win32 WINEPREFIX=~/where/you/want/your/wineprefix/to/be winecfg
    See: https://wiki.archlinux.org/index.php/Wine
    This is for precompiled from pacman. I have to do a fresh compile to be able to apply patches that will fixes games/software for myself, which usually requires a chroot to compile it in 32-bit, therefore pacman isn't an option.
    it doesn't require a 32-bit chroot. that is only 1 of 2 options;
    https://wiki.archlinux.org/index.php/Ar … _Arch64.3F
    You can use a chroot if you want to, or have good reason to... but myself -> i run a multilib system and i compile wine on every update (i just compiled 1.5.4 yesterday). I only use 32bit apps in wine, as well via my 32bit prefix.
    If you decide to go the 'multilib' route, you could use package management in arch to compile/install wine ... there are a couple of patched versions of wine in the AUR, that you could use as a template. just download the tarball, extract it and modify it to use your patches / suit your needs, add your patches to the directory, fix checksums, etc and voila
    patched versions of wine in AUR;
    https://aur.archlinux.org/packages.php?ID=40169
    https://aur.archlinux.org/packages.php?ID=52143
    there is one or two others, but they are very similar. either could work as a good template.
    ...then anytime you want to update wine, you just cd into the pkgbuild's directory and makepkg -si (you may have to edit the pkgver)... (you can also automate all of this too, i just don't have a link(s) to the archwiki on this, off hand.
    anyway, it basically comes down to either having a 32bit chroot, or running a multlib system.
    cheerz
    Last edited by triplesquarednine (2012-05-14 17:46:58)

  • [solved]help about wine-----------hold keys

    when i want to hold one of the 'A' to 'Z' keys in wine.
    it seems that i keep on hitting the key.
    just like this:hold 'A'=AAAAAAAAAAAAAA...........
    how can i solve this problem?
    thanks very much~~~~~~~
    i am sorry,my english is poor,but i am always trying hard to improve it....:P
    ah ha!I know what happened!
    it is none of the wine's business!!!
    i use gnome.so in the "sysytem" option,it can find out a "keyboard"option,then you may know what happen
    but its function is too simple, i dont know if i can list something that i want to hold and something not~~~
    i am sorry,my english is poor,i hope you can understand what i mean~~
    Last edited by w359405949 (2009-11-22 11:38:41)

    It's been months since I read about it (I think this site: https://bugs.launchpad.net/ubuntu/+sour … bug/124406 )
    Now I see there's also: http://bugs.archlinux.org/task/10398
    And more recent info that Dolby linked to: http://bugzilla.kernel.org/show_bug.cgi?id=9448
    But it doesn't look very good...
    And there is something I forgot to mention in the post above...
    When you get a key stuck and you disabled the repeat of this key, then it won't repeat but it will still be stuck and cause other keys to not work. This happens a lot with my multimedia keys so e.g. I press the Next Song button and no other keyboard button works anymore but it also won't go over the entire playlist anymore. To solve this you have to press the same button you pressed again (it won't cause another event) which can be hard to find.
    Last edited by Procyon (2009-11-08 20:03:21)

  • [Solved] Issue installing wine from the official repositories.

    I'm trying to install wine, but upon running 
    $ sudo pacman -S wine
    it returns
    error: target not found wine
    and If I try PlayOnLinux with
    $ sudo pacman -S playonlinux
    it returns
    warning, cannot resolve "wine", a dependency of playonlinux
    Wine should still be in the official repositories, and my research has turned up nothing for this issue.  Actually I'm not even sure if this is happening to anyone other than me?
    Thanks,
    Shane
    P.S.
    I'm new to the forums, so hopefully I posted this properly, and in the right place.
    Last edited by ShaneHutter (2015-06-18 07:04:38)

    thoffmeyer wrote:run a "pacman -Syy" to force refresh the package databases.
    Probably best to use:
    # pacman -Syyu
    https://wiki.archlinux.org/index.php/Pa … nsupported
    EDIT: @OP: Enable [Multilib] in pacman.conf and then run:
    # pacman -Syyu wine
    Last edited by Head_on_a_Stick (2015-06-18 06:38:39)

  • [SOLVED]arch32 and wine: winecfg

    I've set up a arch32 chroot on arch64, just like described in the wiki.
    thoughtcrime ~ $ arch32 winecfg
    ALSA lib pcm_dsnoop.c:593:(snd_pcm_dsnoop_open) unable to open slave
    err:winecfg:open_mountmgr failed to open mount manager err 2
    This results in me not being able to set up mountpoints in winecfg. Help?
    Last edited by thoughtcrime (2009-07-12 13:30:56)

    I can't figure out what you mean. When running winecfg, the program creates a .wine directory including drive_c etc. So there's a "C:\" - but this doesn't have much to do with my problem.

  • (SOLVED)Cannot install WINE (x86_64 Arch)

    Hey.
    I cannot install WINE. I already enabled =multilib=, did "pacman -Syu", restarted.
    sudo pacman -S wine
    error: target not found: wine
    I did "pacman -Scc" a few times and chose "Yes" when I was asked to clear unused Repos.
    Any thoughts?
    Thanks
    Last edited by archie0 (2012-03-21 09:40:11)

    Next time, please copy the text instead of using a screenshot.

  • [SOLVED]Cannot compile Wine on Arch64

    I am trying to compile the 32 bit version of Wine on Arch 64. I know I could use PKGBUILDS and all that but I want to compile it from scratch.
    I am not very experienced (at all) so please  post in retard language for me.
    bash-3.2# ./configure
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for cpp... cpp
    checking whether gcc -m32 works... no
    configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
    I have installed the lib32 package, I don't know what I'm missing. I have done this before on an X86_64 system but never on Arch Linux.
    Any ideas on what I might need?
    Thanks!
    Last edited by speng (2009-01-18 02:37:28)

    speng wrote:
    I'll try this. When I have compiled wine, do I need to use the Arch32 system every time I want to load a program?
    Also, is this the only way to do it?
    Thanks.
    You're going to need a bunch of 32 bit libraries to run 32 bit Wine. Either a chroot or lib32 libraries will work.
    I don't know much about cross compilers, so I can't help with your other question. What distro were you running when you did this before?

  • [SOLVED] ImgBurn on Wine 1.5.13 - device not detected

    Hi all,
    I have installed imgburn 2.5.7.0 on wine 1.5.13 but my optical drive is not detected. Any ideas?
    Thx.
    Last edited by toni (2012-10-16 00:01:01)

    karol wrote:
    In the console output I saw that it whined about not finding /dev/sg* devices.
    Run 'sudo modprobe sg' and try again. Worked for me.
    Out of curiosity, why are you using ImgBurn under wine and not some Linux-native program?
    Great! It worked, many thanks.
    I always have used Linux-native programs for burning CD/DVDs (Brasero and k3b, I think they are great tools)  but last day I downloaded and iso for my videogame console and I burnt it using Brasero but the iso was not working so I thought that maybe there was a problem with Brasero and since a lot of people was recommending to use ImgBurn, I decided to use it. Finally, I discovered that the problem was not in Brasero, iso burnt with ImgBurn (from Win because wine was not detecting my optical drive) was not working so I discovered the iso was being the problem.
    Sorry for my ignorance, but what is ng?
    Cheers.

  • [SOLVED] virtualbox or Wine for WinGames?

    Hi archers
    I have read something about virtualisation and sth. about wine but can't deside what may the better solution for me.
    My box:                       x86_64 AMD Athlon(tm) 64 Processor 3500+
    My OS:                        archlinux 2.6.31  (what else?)
    What I want:
    Everything I do, I doit with archlinux, also some games. But there are fine games running on theese Redmond's platform only.
    (I'm sure it's a bug, not a feature)
    So should I run a VM with XP as guest or is Wine the better goal (poss. less administration?)
    Please gimme some knowledge.
    Thanks in advance.
    Last edited by tuxing (2009-12-12 02:04:52)

    Direct3D support under VirtualBox seems to need some stuff from Wine:
    http://wiki.archlinux.org/index.php/Vir … ows_Guests
    As such I don't know if there would be a difference.
    Last edited by anonymous_user (2009-12-12 01:42:02)

  • [SOLVED] Steam in Wine in its own X server?

    Hi,
    when I do:
    LANG=en_US WINEPREFIX=/home/david/wine_AvP xinit /usr/bin/wine C:\\windows\\command\\start.exe C:\\users\\Public\\Start\ Menu\\Programs\\Steam\\Steam.lnk -- :2
    ...display goes black for a sec and then it returns to my desktop with no Steam running in an extra X server. I've only got this output from the shell:
    X.Org X Server 1.14.5
    Release Date: 2013-12-12
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.12.5-1-ARCH x86_64
    Current Operating System: Linux David-ArchLinux 3.12.6-1-ARCH #1 SMP PREEMPT Fri Dec 20 19:39:00 CET 2013 x86_64
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e4d1cdf9-26d9-43c3-a9d2-9d0540bc196a rw pcie_aspm=force loglevel=3 nmi_watchdog=0 acpi_backlight=vendor
    Build Date: 06 January 2014 10:25:32PM
    Current version of pixman: 0.32.4
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.2.log", Time: Wed Jan 8 15:54:29 2014
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    setversion 1.4 failed
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    Loading extension GLX
    Loading extension NV-GLX
    Loading extension NV-CONTROL
    Loading extension XINERAMA
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    setversion 1.4 failed
    xinit: connection to X server lost
    waiting for X server to shut down XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":2"
    after 141 requests (140 known processed) with 0 events remaining.
    .(EE) Server terminated successfully (0). Closing log file.
    What's wrong? Thanks.
    Last edited by Atronach (2014-01-13 16:47:48)

    That's strange,
    when I run it from the script :
    #!/bin/bash
    env WINEARCH=win32 WINEPREFIX="/home/david/wine_AvP/" wine "C:\Program Files\Steam\Steam.exe"
    ...with the command like this:
    xinit ~/Steam.sh -- :2
    ...it works but when I run it directly:
    xinit env WINEARCH=win32 WINEPREFIX="/home/david/wine_AvP/" wine "C:\Program Files\Steam\Steam.exe" -- :2
    ... it does not and I receive this:
    X.Org X Server 1.14.5
    Release Date: 2013-12-12
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.12.5-1-ARCH x86_64
    Current Operating System: Linux David-ArchLinux 3.12.6-1-ARCH #1 SMP PREEMPT Fri Dec 20 19:39:00 CET 2013 x86_64
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e4d1cdf9-26d9-43c3-a9d2-9d0540bc196a rw pcie_aspm=force loglevel=3 nmi_watchdog=0 acpi_backlight=vendor
    Build Date: 06 January 2014 10:25:32PM
    Current version of pixman: 0.32.4
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.2.log", Time: Wed Jan 8 19:41:06 2014
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    setversion 1.4 failed
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    Loading extension GLX
    Loading extension NV-GLX
    Loading extension NV-CONTROL
    Loading extension XINERAMA
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    setversion 1.4 failed
    xterm: Explicit shell already was /usr/bin/env
    xterm: bad command line option "WINEARCH=win32"
    usage: xterm [-/+132] [-C] [-Sccn] [-T string] [-/+ah] [-/+ai] [-/+aw]
    [-b number] [-/+bc] [-bcf milliseconds] [-bcn milliseconds] [-bd color]
    [-/+bdc] [-bg color] [-bw number] [-/+cb] [-cc classrange] [-/+cjk_width]
    [-class string] [-/+cm] [-/+cn] [-cr color] [-/+cu] [-/+dc]
    [-display displayname] [-e command args ...] [-fa pattern] [-fb fontname]
    [-/+fbb] [-/+fbx] [-fd pattern] [-fg color] [-fi fontname] [-fn fontname]
    [-fs size] [-/+fullscreen] [-fw fontname] [-fwb fontname] [-fx fontname]
    [%geom] [#geom] [-geometry geom] [-help] [-/+hm] [-/+hold] [-iconic]
    [-/+ie] [-/+im] [-into windowId] [-/+j] [-/+k8] [-kt keyboardtype] [-/+l]
    [-/+lc] [-lcc path] [-leftbar] [-lf filename] [-/+ls] [-/+maximized]
    [-/+mb] [-mc milliseconds] [-/+mesg] [-/+mk_width] [-ms color] [-n string]
    [-name string] [-nb number] [-/+nul] [-/+pc] [-/+pob] [-report-fonts]
    [-rightbar] [-/+rv] [-/+rvc] [-/+rw] [-/+s] [-/+samename] [-/+sb]
    [-selbg color] [-selfg color] [-/+sf] [-/+si] [-/+sk] [-sl number] [-/+sm]
    [-/+sp] [-/+t] [-ti termid] [-title string] [-tm string] [-tn name] [-/+u8]
    [-/+uc] [-/+ulc] [-/+ulit] [-/+ut] [-/+vb] [-version] [-/+wc] [-/+wf]
    [-xrm resourcestring] [-ziconbeep percent]
    Type xterm -help for a full description.
    xinit: connection to X server lost
    waiting for X server to shut down .(EE) Server terminated successfully (0). Closing log file.
    I would prefer to figure out the right whole command without using a script so in the future I can always just quickly edit the appropriate .desktop file for convenient launching by clicking an icon in an application launcher.
    Last edited by Atronach (2014-01-08 18:54:41)

  • [SOLVED] Openbox + fullscreen wine = focus problems

    Hi everyone,
    I've got this problem with Openbox: when i play a game via WINE (such as World of Warcraft or Guild Wars 2) in fullscreen, the screen become darker and unresponsive after a few mouse clicks. Then if I alt+tab twice, the wine screen become active again... until i decide to click again.
    If I play in non-fullscreen windowed mode, it somehow works (WoW and Hearthstone work but GW2 windows blinks dark for like 1 seconde everytime i click).
    If I use only the keyboard, everything's fine.
    If I set winecfg to create a virtual desktop, everything's fine too.
    If I use any other window managers (i tried with xfce, fluxbox, dwm...) i have no problem so i guess is something with the way Openbox and WINE interract.
    Any idea what this could be ?
    Last edited by Synchronyme (2014-05-31 07:18:34)

    Do you use a composition manager? Any application specific settings in rc.xml?
    Last edited by emeres (2014-05-30 17:54:40)

  • If anybody can solve this, they win.

    I have a 15gb third generation (3g) ipod. Bought in April 2003, fully functional until about april 2006, at which point it stopped turning on all together.
    My thought? I made a homemade battery-pack out of an altoids tin, some batteries, and some soldering. It worked really well, providing the right amount of electricity and supplying juice for a good 8 hours---but I thought it may have fried the battery.
    So one day, my ipod stopped working. It wouldn't turn on, nothing. I gave up trying to revive it, and stuffed it away for a few months.
    But then, last week, I plugged it into my computer and it magically worked--not correctly, but it worked. I managed to download the updater and update the firmware--but then the ipod would only display the apple icon followed by the "connect to charge" icon before turning off.
    At the time, I had no idea what was wrong. So I plugged it into the computer, I reset it a thousand times, I went into diagnostic mode, I even opened it up and unplugged and replugged the battery. No dice.
    Later I found out here that a firmware update on a 3g must be completed by plugging the ipod into the AC charger. So I got mine back from my friend and did that, still no dice. Even left it charging for a good day and still nothing. Even bought a replacement battery (mine is getting old and unreliable anyway) and still no dice.
    Here's what I think happened: somewhere between unplugging the battery and resetting a million times, I disrupted the ipod's ability to finish the firmware update. So I'm unable to access anything--including diskmode--because the ipod simply won't run any firmware at all.
    So I'm stuck. Diagnostic mode tells me that everything is a go, but nothing is going anywhere. I'm unable even to get the ipod recognized by a computer in order to format it through windows---at best I can get a bubble to pop up on the computer saying "Device failure"
    If you could offer any help it would be greatly appreciated. Thanks for taking the time
    --David.
    Windows XP Pro
      Windows XP Pro  

    Hi
    First, try this
    For Window computer
    Go to folder “My Computer”
    Hope you can see your iPod there and right click on the iPod
    Choose “Format”. Ensure the settings are at “Default” and that “Quick Format” is not checked
    Now select “Format”
    Eject your iPod and do a Reset
    Open the iPod Updater and click “Restore”
    In case you do not manage to do a “Format” on a window computer, try to use some 3rd party disk utility software, e.g.“HP USB Disk Storage Format Tool”.
    http://discussions.apple.com/thread.jspa?threadID=501330&tstart=0
    If does not work
    Windows users having trouble with their iPods should locate a Mac user. In many cases when an iPod won't show up on a PC that it will show up on the Mac. Then it can be restored. When the PC user returns to his computer the iPod will be recognized by the PC, reformatted for the PC, and usable again. By the way, it works in reverse too. A Mac user often can get his iPod back by connecting it to a PC and restoring it.
    Tips
    a. It does not matter whether the format is completed or not, the key is to erase (or partly) the corrupted firmware files on the Hard Drive of the iPod. After that, when the iPod re-connected with a computer, it will be recognized as an fresh external hard drive, it will show up on the iPod updater.
    b. It is not a difficult issue for a Mac user to find a window base computer, for a PC user, if they can’t find any Mac user, they can go to a nearest Apple Shop for a favor.
    c. You may need to switch around the PC and Mac, try to do several attempts between “Format” and “Restore”
    http://discussions.apple.com/thread.jspa?messageID=2364921&#2364921

  • [SOLVED] Existing GRUB Win menu entries don't appear

    Hi,
    Just finished a fresh dual boot (Arch-64/Win7-64), dual HDs installation.
    I've installed os-prober prior to installing grub, and indeed a (seemingly) correct menu entry was added (in segment 30-see below).
    Yet after reboot, this entry does NOT appear!
    I've tried adding a respective entry in the 40-custom, (and ran ' grub-mkconfig -o /boot/grub/grub.cfg' afterwards), yet still the same (menu entry appears in grub.cfg yet does NOT appear after reboot!).
    Please advise!
    Thanks!
    my grub.cfg (note existing grub 30 & 40 segments
    # 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
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    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_gpt
    insmod ext2
    set root='hd0,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 6ee857d9-95d1-47c4-ad47-18b979f49e74
    else
    search --no-floppy --fs-uuid --set=root 6ee857d9-95d1-47c4-ad47-18b979f49e74
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    fi
    terminal_input console
    terminal_output gfxterm
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-6ee857d9-95d1 -47c4-ad47-18b979f49e74' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd1,msdos2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 76af1051-313e-4736-a61c-7c6c8dbaf6ba
    else
    search --no-floppy --fs-uuid --set=root 76af1051-313e-4736-a61c-7c6c8dbaf6ba
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=6ee857d9-95d1-47c4-ad47-18b979f49e74 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    menuentry 'Arch Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kern el-fallback-6ee857d9-95d1-47c4-ad47-18b979f49e74' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd1,msdos2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 76af1051-313e-4736-a61c-7c6c8dbaf6ba
    else
    search --no-floppy --fs-uuid --set=root 76af1051-313e-4736-a61c-7c6c8dbaf6ba
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=6ee857d9-95d1-47c4-ad47-18b979f49e74 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-fallback.img
    menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-6ee857d9-95d1-47c4-ad47-18b979f49e74' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd1,msdos2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 76af1051-313e-4736-a61c-7c6c8dbaf6ba
    else
    search --no-floppy --fs-uuid --set=root 76af1051-313e-4736-a61c-7c6c8dbaf6ba
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=6ee857d9-95d1-47c4-ad47-18b979f49e74 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-fallback.img
    submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-6ee857d9-95d1-47c4-ad47-18b979f49e74' {
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry 'Windows 7 (loader) (on /dev/sdb1)' --class windows --class os $menuentry_id_option 'osprober-chain-67AD726A113E664B' {
    insmod part_msdos
    insmod ntfs
    set root='hd1,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 67AD726A113E664B
    else
    search --no-floppy --fs-uuid --set=root 67AD726A113E664B
    fi
    chainloader +1
    ### 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.
    # Windows 7
    menuentry "Windows 7" {
    set root=(hd1,1)
    chainloader +1
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    ### END /etc/grub.d/60_memtest86+ ###
    Last edited by mibadt (2013-12-19 03:00:05)

    i think you have a missing "{" to close the submenu.
    ezik

  • [Solved] GRUB2 and Win 8 on raid 0

    Hello all,
    Currently I have my system set up in the following config, (hd0) and (hd1) set up in raid 0 for my windows 8
    install. Separately (hd2) is my arch linux install where I spend most of my time.
    I have been choosing what system to boot into from the BIOS but this is cluncky and now I want to load windows 8 from GRUB,
    when I run grub-mkconfig GRUB detects windows and creates a menu entry for it, but when I boot up the entry I only get
    this.
    invalid signature
    Well I checked the wiki and there was a fix for the issue but the file that is supposed to be removed is not on my system. So
    now I'm at a loss as to what the issue is. Below is my grub.cfg file and my /etc/default/grub, one thing I do notice about
    this is that insmod mdraid is not part of the menu entry for windows when the wiki says it should be for raid. Is
    there something that I am missing?
    # 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="0"
    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 ext2
    set root='hd2,msdos3'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos3 --hint-efi=hd2,msdos3 --hint-baremetal=ahci2,msdos3
    03799801-f6b7-4354-97eb-350e203e6cf9
    else
    search --no-floppy --fs-uuid --set=root 03799801-f6b7-4354-97eb-350e203e6cf9
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch GNU/Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os
    $menuentry_id_option 'gnulinux-core repo kernel-true-03799801-f6b7-4354-97eb-350e203e6cf9' {
    load_video
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd2,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos1 --hint-efi=hd2,msdos1 --hint-baremetal=ahci2,msdos1
    9adde22a-6bf9-4650-b321-625762901919
    else
    search --no-floppy --fs-uuid --set=root 9adde22a-6bf9-4650-b321-625762901919
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=03799801-f6b7-4354-97eb-350e203e6cf9 ro nomodeset security=tomoyo
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    menuentry 'Arch 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-03799801-f6b7-4354-97eb-350e203e6cf9' {
    load_video
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd2,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos1 --hint-efi=hd2,msdos1 --hint-baremetal=ahci2,msdos1
    9adde22a-6bf9-4650-b321-625762901919
    else
    search --no-floppy --fs-uuid --set=root 9adde22a-6bf9-4650-b321-625762901919
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=03799801-f6b7-4354-97eb-350e203e6cf9 ro nomodeset security=tomoyo
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-fallback.img
    menuentry 'Arch GNU/Linux, with Linux core repo kernel (recovery mode)' --class arch --class gnu-linux --class gnu --class os
    $menuentry_id_option 'gnulinux-core repo kernel-recovery-03799801-f6b7-4354-97eb-350e203e6cf9' {
    load_video
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd2,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos1 --hint-efi=hd2,msdos1 --hint-baremetal=ahci2,msdos1
    9adde22a-6bf9-4650-b321-625762901919
    else
    search --no-floppy --fs-uuid --set=root 9adde22a-6bf9-4650-b321-625762901919
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=03799801-f6b7-4354-97eb-350e203e6cf9 ro single
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-fallback.img
    ### 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 ###
    menuentry 'Windows 8 (loader) (on /dev/mapper/pdc_fibaedjhfp1)' --class windows --class os $menuentry_id_option
    'osprober-chain-/dev/mapper/pdc_fibaedjhfp1' {
    drivemap -s (hd0) ${root}
    chainloader +1
    ### 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 ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch"
    GRUB_CMDLINE_LINUX_DEFAULT="nomodeset security=tomoyo"
    GRUB_CMDLINE_LINUX=""
    # 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=5
    #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-blue/black"
    #GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    #GRUB_BACKGROUND="/path/to/wallpaper"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    #GRUB_SAVEDEFAULT="true"
    Last edited by Anders H (2013-05-25 22:29:19)

    Thank you for the reply, it helped alot.
    Here is what I did,
    I used
    # blkid
    to figure out the UUID of the drive, OS-Prober was finding the correct UUID but the format was all messed up. The format of the menu entry that you linked to worked just fine, this is what I have added to
    /etc/grub.d/40_custom
    menuentry "Windows 8 Loader" {
    insmod part_msdos
    insmod ntfs
    set root='(/dev/mapper/pdc_fibaedjhfp1)'
    search --no-floppy --fs-uuid --set 2262C76C62C74371
    chainloader +1
    Everything is booting just fine, thanks for the help.

Maybe you are looking for

  • In 3.6.8,One web page turns into 10 or more reloaded pages of the same in my history, how to fix?

    This happens mainly when I'm in a MSN web page. For instance, I'll click on a link in the news section, and I'll notice that once the page is loaded the loading circle is still spinning...and spinning...and spinning. When I go to use the Back button,

  • Adobe Audition CC Error?

    I Keep having this error (below in the picture) every time i launch Adobe Audition? Any advice? My system info: Windows 7 64 bit Intel Core i7 32 GB Ram i have a creative cloud account, all the apps are working good except for Audition

  • All Browsers Crash Except Safari

    Hello, Anyone have problems running other web browsers other than Safari on the MacBook Pro? I can't get any of them to work without locking up. Once a website is clicked, a partial AFP Connection Status dialog box appears that doesn't display the na

  • Links in Support Community Forum Posts not clikcable in Safari

    This was so annoying I nearl threw my macbook pro out the window! Trying to respond to a reply to a query on the commuity forum, and yet none of the links within the post would register my clicks. I restarted safari, and rebooted my  macbook pro and

  • HP C309g-m 3 in 1 Photo Printer - software re-load issue

    I am running Windows 8;  I've used this same HP C309g-m 3 in 1 photo printer on a previous Window 7 system.  I've been able to use this printer for a year and up until this week, I've had no issue.  I can print documents, but at this time, I'm unable