[solved] Wine with 3D under 32 Bit chroot - any how2 ?

Hi fellow archers,
I have set up a 32 Bit change root as discribed in the wiki here:
http://wiki.archlinux.org/index.php/Ins … _in_Arch64
The installation and configuration worked pretty straight forward. Unfortunately WINE doesn't find 3D acceleration. I installed Mesa inside the chroot but it lists softwaremode for the renderer when I do a glxinfo.
Do I need to follow the ATI guide in the wiki and install some libs like this ?
pacman -S libgl ati-dri
Or do I need to completely build Mesa within the 32 bit chroot ?
TIA,
D$
Last edited by Darksoul71 (2010-04-16 20:48:48)

You're welcome If you don't have a wiki account, just register one and you should be able to edit the page you want. It's a wiki, after all.
Darksoul71 wrote:
BTW: A CDROM mounted inside the chroot seems to be accessed different from being mounted inside the native linux environment.
At least Starcraft tells me that the original CD is not inserted although it is my original CD is inserted in the DVD drive. Under 64 Bit Ubuntu 9.04 works fine with WINE and the original CD.
Do I have to change my mounting approach ?
First of all: Do you use schroot and have your --bind mounts set up properly?
The Arch Linux Wiki wrote:mount --bind /proc /opt/arch32/proc
        mount --bind /proc/bus/usb /opt/arch32/proc/bus/usb
        mount --bind /dev /opt/arch32/dev
        mount --bind /dev/pts /opt/arch32/dev/pts
        mount --bind /dev/shm /opt/arch32/dev/shm
        mount --bind /sys /opt/arch32/sys
        mount --bind /tmp /opt/arch32/tmp
        mount --bind /home /opt/arch32/home
You can just add the path to your arch32 rc.d script (if you use that) or to mount-arch32 (if you use schroot), e.g.
mount --bind /media/cd /opt/arch32/media/cd
Anyways, CD checks are a weird matter with wine… I can't get Warcraft III to recognize the CD either, so I'd just cross my fingers

Similar Messages

  • [SOLVED]How to use pulseaudio with in 32 bit chroot on ARch64

    I am trying to running some 32bit software from chroot environment on Arch64.
    I set up pulseaudio on Arch64 property.
    However, within 32 bit chroot, I cannot use pulseaudio.
    For an example,
    arch32 chroot /home/xxxx/Audio > paplay Front_Center.wav
    Connection failure: Connection refused
    How can I fix this?
    Last edited by phabulosa (2008-04-27 19:37:15)

    I made this to work by the following steps:
    1. Install pulseaudio and alsa-plugin stuff in Arch32;
    2. Edit /etc/pulse/default.pa on Arch64 and enable "load-module module-native-protocol-tcp";
    3. Edit /etc/rc.d/pulseaudio and add a line "cp /var/run/pulse/.pulse-cookie /opt/arch32/etc/pulse-cookie" after pulseaudio line in 'start' part;
    4. Add some lines in /etc/hosts.allow on Arch64 (some of them may not be necessary) ;
    pulseaudio-native: 127.0.0.1
    pulseaudio-simple: 127.0.0.1
    pulseaudio-cli: 127.0.0.1
    pulseaudio-http: 127.0.0.1
    esound: 127.0.0.1
    5. Follow the "PulseAudio over Network" in Arch Wiki on Pulse audio http://wiki.archlinux.org/index.php/Pul … er_network and configure my Arch32 as a remote client on the network while setting the server address as 127.0.0.1;
    6. Restart Pulseaudio daemon on Arch64 and Run "paplay" on Arch32 to test.

  • [SOLVED]: Arch64 with a 32-bit JRE

    Hey guys, I'll get right to the point.
    I need to run a 32 bit JVM for certain situations on this machine due to a bug with the 64 bit JRE on Linux (not Arch related).
    I have tried to install the "jre-6u16-linux-i586" binary file - which did not work ("failed to extract") until after I installed the bin32-jre package from the AUR - on the official Java website. After that originally didn't work I tried using the AUR to install bin32-jre but now whenever I try to use either one of the two I get the following exception:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/blake/abs/bin32-jre/pkg/opt/bin32-jre/jre/lib/i386/xawt/libmawt.so: libXi.so.6: wrong ELF class: ELFCLASS64
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1674)
        at java.lang.Runtime.load0(Runtime.java:770)
        at java.lang.System.load(System.java:1003)
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1695)
        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
        at java.lang.System.loadLibrary(System.java:1028)
        at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
        at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
        at java.awt.Component.<clinit>(Component.java:560)
    Could not find the main class: client.  Program will exit.
    After that first happened with the bin32-jre, I tried to install the authentic Java package (again) and it extracted and installed properly (unlike the other times) but still gives me the exact same (same paths and everything) exception whenever I try to use it.
    I'm at my wits end trying to figure this out, so I'd really appreciate your help.
    Thanks guys,
    -Blake
    EDIT:
    As a last resort, I installed a bundled 32 bit system and installed JRE via pacman inside the system (I made sure to chroot inside of it). Pacman installed the 64 bit version of the JRE and now I'm getting an UnsatisfiedLinkError whenever I try to use java because it's looking for 32-bit binaries that aren't there (there's an amd64 folder instead of an i386 one that it's looking for).
    Here's the error I'm getting within the bundled 32 bit system:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: /opt/java/jre/lib/i386/xawt/libmawt.so: libXi.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1674)
    at java.lang.Runtime.load0(Runtime.java:770)
    at java.lang.System.load(System.java:1003)
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1695)
    at java.lang.Runtime.loadLibrary0(Runtime.java:823)
    at java.lang.System.loadLibrary(System.java:1028)
    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
    at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
    at java.awt.Component.<clinit>(Component.java:560)
    Could not find the main class: client. Program will exit.
    EDIT:
    Solved it by adding the 32 bit VM to my PATH inside the chroot. Much thanks to derrida and jelly12gen for the assistance via IRC.
    Execute this command as root inside the bundled 32 bit system chroot:
    export PATH="opt/java/bin:$PATH"
    I was unable to get it to work inside the 64 bit installation, but running it inside the chroot works just fine.
    Last edited by blakeman8192 (2009-10-16 08:34:16)

    The chroot has its own /etc/passwd and /etc/shadow, so yes, you need to recreate the user there. It would be kind of silly if the chroot used the same config files as the real /, wouldn't it
    And if you recreate that user, you'll probably want to copy over your real .bashrc and make a slight modification to the PS1 line.

  • Intel Wireless-N 7260 Slow Internet Speed - Solved (Win 8.1 64-bit, Wireless N @ 2.4GHz)

    Obviously there are numerous factors that can affect speed. But if you have reason to believe it's just your laptop try the configuration below. Worked for me. Good Luck.
    Laptop:
    Lenovo Ideapad Y510P, Windows 8.1 64-bit.
    Internet Connection:
    Comcast Xfinity Blast advertised at 50Mbps.
    Network Environment:
    Home Wifi, Linksys E1500 Router Wireless N @ 2.4 GHz. Firmware Version: 1.0.06
    Apartment Building, ~15 visible other Wifi networks.
    Devices with 15 feet of router.
    Problem Symptoms:
    Download speeds of 2-3 Mbps. Upload speeds were typically much higher, around 10Mbps as should be expected.
    Control Reference:
    ~50Mbps using ethernet cable.
    Older Laptop getting ~45Mbps over Wifi.
    Solution:
    From what I gathered, the problem with the card happens on Wireless N 2.4MHz routers. 
    Driver version : 17.13.2.2
    File : Wireless_17.13.2_De164.zip
    Downloaded from : http://goo.gl/S3HOCL (Intel download page. URL was too long to post)
    Installation : Unzip to a folder, Run the DPInst64.exe application - does a 'simple' driver install. No Bloatware / fluff.
    Device Settings: I'm listing only the values that I changed along the way.
    Device Manager > Network Adapters > Intel(R) Wireless-N 7260 > Properties > Advanced.
    802.11n Channel Width for 2.4GHz : Auto
    Ad Hoc Qos Mode : WMM Disabled
    HT Mode : HT Mode (ie ON. You need this for Wireless N. If Disabled you can only connect to Wireless b/g/mixed)
    Roaming Aggressiveness : 1. Lowest
    Throughput Booster : Enabled (Not sure if this is necessary. It's an optional feature giving priority over other devices)
    Transmit Power : 3. Medium
    U-APSD Support : Disabled (According to numerous posts, this is critical)
    Wireless Router Wireless Settings:
    Network Mode : Wireless-N Only
    Channel Width : 20 MHz Only. (My only other option is 'Auto (20 MHz or 40 MHz). On 'Auto...' every device I have really slows).
    Channel : Auto (I had this set to '3' since day one to avoid the channels other Routers in my building are using. Defintely noticed improvement but it seems its not necessary with this configuration. Could be due to other networks not being used at the time of testing. I'm keeping an eye on this).
    Bluetooth Network Connection (Personal Area Network):
    Disabled
    (I have a running bluetooth mouse which is not affected by disabling this)
    Result:
    Testing duration 6 hours, ~ 10 times.
    For the settings. most likely there's some that are not necessary. But after working on this for 3 days, I'm not changing anything for the time being.
    Blurb: 
    I'm posting this to hopefully help others who have this issue. Researching the problem I found numerous lengthy fourm threads filled with frustrated users...one on Intel's support site was 18 pages long with literally months of posts with several users discussing a class action lawsuit...enough said.
    I tried pretty much all the posted solutions, lots of different driver versions, device settings, router settings. There's so much misinformation out there it's not funny. Eventually I called Lenovo Tech Support who tried simialr things and momentarily got it a bit better and wanted to say it was fixed. I hung on a kept testing the slow speed soon returned. Then they tried all the usual nonsense and excuses and gave up, passing me off to "Premium Support:" who wanted to charge me to investigate the problem. The "premium" techs were really poor and sounded like a bunch of clueless hacks just trying to get you to pay for the service while simultaneously throwing in gems like "how far is your laptop from the router...that can affect your speed"...anyway, forget that I thought.
    When I first got the Lenovo Ideapad Y510P last year I had the same or similar issue. I don't recall how I fixed it then but I got it to ~20-30Mbps. While well below my older laptop's speed it was perfectly adequate. That was last August. Earlier this year there was an update for Intels stuff in a Windows update. I think the problem started again with that although I'm not 100% sure. Certainly I didn't manually install new drivers or change anything on my network set-up.

     Intel Wireless-N 7260 works at only 2.4Ghz. Refer the specifications of this wireless card:
    http://www.intel.in/content/dam/www/public/us/en/documents/product-briefs/wireless-n-7260-bluetooth-...
    I am an HP employee.
    Regards,
    Vidya
    Make it easier for other people to find solutions, by marking my answer “Accept as Solution” if it solves your problem.
    ***Click on "Thumbs up" button to the bottom right side of my post to say thanks!***

  • HT1349 Error message: "The registry settings used to import CD's & DVD's are missing" afterdoing a complete uninstall, and new, clean re-install if iTunes 10.0.7.21  on a PC running Win 7 Pro, 64-bit? Any help would be appreciated. - Thanks

    I received this after performing a complete un-install, ran a utility to clean the registry, re-booted, then downloaded and re-installed the latest version of iTunes (10.0.7.21) This was the same error message I received before performing the steps above. Any advice or suggestion would be greatly appreciated.
    Thanks-

    You will probably get more help on iTunes for Windows forum:
    https://discussions.apple.com/community/itunes/itunes_for_windows

  • [solved]Just made a 32-bit chroot, but have some issues

    I can't run anything from it as a normal user.  It says the user does not exist. Was I supposed to create a new user in chroot-land?
    How can I change my PS1 in .bashrc to tell me when I'm working in the chroot?
    Last edited by pogeymanz (2008-06-16 22:39:09)

    The chroot has its own /etc/passwd and /etc/shadow, so yes, you need to recreate the user there. It would be kind of silly if the chroot used the same config files as the real /, wouldn't it
    And if you recreate that user, you'll probably want to copy over your real .bashrc and make a slight modification to the PS1 line.

  • Automate gaming in 32 bit chroot ?

    Hi fellow archers,
    Gaming with WINE inside a 32 bit chroot works perfectly for me. I just want to add some more comfort.
    I have not really found a good description on how to automate gaming within a 32 bit chroot.
    There is a hint in the wiki to add an alias which launches wine inside the 32 bit chroot from your 64 bit system but how would I write a script which does:
    1) Mount an ISO required for a windows game as loopback
    2) Start the 32 bit chroot
    3) Start the game via WINE inside the 32 bit chroot
    4) Exit the 32 bit chroot
    I know how to do this all inside a terminal manually but
    ...how do I "change into 32 bit chroot" from a bash script ?
    ...how do I call WINE inside the 32 bit chroot from the same bash script ?
    ...how do I exit the 32 bit chroot from the bash script ?
    Additional to this I am not shure if it is smarter to mount the ISO inside the 64 bit system and export the directory to your 32 bit chroot ? Or is it smarter to change inside the 32 bit chroot and mount the ISO there ?
    I am asking this esp. in regard to some "CD checks" of Windows games which sometimes seem to be very sensitive in regard how the media is mounted / presented to WINE itself.
    As usual I would like to write things together and add them to the corresponding part of the wiki.
    TIA,
    D$

    Hi Runiq,
    Thanks for your help again !
    Using schroot works perfectly for me when I use it to run darkplaces together with SDQuake.
    In order to do more than one command within the chroot I guess I simply have to write shell script and launch this inside the chroot via schroot, right ?
    I am not shure how schroot takes care for mounting / unmounting when I have several ISOs lying in my home directory which I require for different games. A lot of games work fine with "no-cd" patches in term of requireing the original CD but still rely on files stored on the CD.
    My best guess is a combination of two shell scripts. One running under arch64 and one which is started via schroot in my chroot.
    Cheers,
    D$

  • FireFox with adobe flash using a retina macbook pro under win 8.1 64 bit is lagging . when you move the mouse above any flash game / video

    Hi
    I asked this question again and i reported this bug , i am a computer engineer and i tested it with few macbook pro retina laptops , when u use win 8.1 64 bit or 32 bit and install adobe flash under firefox try to play any game in facebook , view video on youtube or use any FLASH video and move the mouse above the screen of the flash game / video / etc , the screen will lag alot .
    under chrome this problem doesnt exist but the screen is blurry in chrome when using retina screen thats why firefox is better , but the problem is annoying .
    i tried to disable hardware acceleration as you suggested still the same problem

    Hi thesoulkeeper,
    Do you have the bug number? We can try needsinfo to ask for some help.

  • [SOLVED] Problems with setting up 32-bit chroot environment

    Recently I've moved to Arch64 and decided to build chroot environment in order to have a working flashplugin, Java and some other applications without messing up system libraries of two different architectures. I've followed directly instrucions from the wiki, but unfortunately still can't make it work. I'm stuck with
    Kod:
    bash-3.2# /etc/rc.d/arch32 start
    :: Starting Arch32 chroot [DONE]
    bash-3.2# xhost +local:
    No protocol specified
    xhost: unable to open display ":0.0"
    bash-3.2# chroot /opt/arch32
    I've googled a lot, asked on Polish Arch Linux forum, but so far I wasn't able to find a working solution. Can someone more experienced give me a hand with this?
    Last edited by Zibi1981 (2008-11-14 22:35:48)

    I have a working 32 bits chroot on a 64 bits system. My /etc/rc.d/arch32:
    #!/bin/bash
    . /etc/rc.conf
    . /etc/rc.d/functions
    case $1 in
    start)
    stat_busy "Starting Arch32 chroot"
    mount --bind /proc /opt/arch32/proc
    mount --bind /proc/bus/usb /opt/arch32/proc/bus/usb
    mount --bind /dev /opt/arch32/dev
    mount --bind /dev/pts /opt/arch32/dev/pts
    mount --bind /dev/shm /opt/arch32/dev/shm
    mount --bind /sys /opt/arch32/sys
    mount --bind /tmp /opt/arch32/tmp
    mount --bind /home /opt/arch32/home
    add_daemon arch32
    stat_done
    stop)
    stat_busy "Stopping Arch32 chroot"
    umount /opt/arch32/proc/bus/usb
    umount /opt/arch32/proc
    umount /opt/arch32/dev/pts
    umount /opt/arch32/dev/shm
    umount /opt/arch32/dev
    umount /opt/arch32/sys
    umount /opt/arch32/tmp
    umount /opt/arch32/home
    rm_daemon arch32
    stat_done
    restart)
    $0 stop
    sleep 1
    $0 start
    echo "usage: $0 {start|stop|restart}"
    esac
    exit 0
    I have the arch32 daemon in my /etc/rc.conf and I run this when I want to use the chroot:
    #!/bin/sh
    /etc/rc.d/arch32 start
    xhost +local:
    chroot /opt/arch32 su -l username -c "linux32 zsh"
    Is it similar to your setup?

  • Bin32-wine vs 32-bit chroot environment

    I run Arch x86_64 with bin32-wine for all of my windows applications, however I was wondering if there are any advantages (compatibility, speed, etc.) to running a 32-bit chroot environment for all of my 32 bit apps (which would only be wine). 
    Currently I only use wine for Office 2007, however I would like to run Deus Ex and Starcraft (maybe others in the future), and I'm currently unable to get Starcraft running.  Deus Ex runs in windowed mode with safe mode on, but very poorly.
    System specs:
    ASUS UL30A U7300 dual core 1.3 GHz
    4 GB DDR3
    Intel GMA4500 MHD graphics
    Any thoughts on this?  Thanks in advance

    I see.......thank you for the response.  I wondered if I had to compile for the chroot or simply use pacman -Syu.  That is indeed a large advantage. 
    I went ahead and completely wiped bin32-wine, all of the dot files, and reinstalled Office 2007, Starcraft, and Deus Ex.  That fixed a bug in Office (files with space in file path not opening correctly from dolphin/konqueror/etc).
    I also discovered that one of my problems with my games was that I somehow missed a few packages related to opengl.  I stll wasn't able to get Deus Ex working just yet.....
    I may go ahead and do the chroot, as that seems like an easier way of doing things after the initial setup. 
    If anyone has anymore input I would be grateful to hear it.

  • Staging a T410I with Win 7 pro 32 bit via SCCM

    I have a T410I (2516-73U) that came with Windows 7 64-bit Pro. My goal is to use Microsoft SCCM to load a base OS (Win 7 Pro 32-bit) and then the drivers in its modular approach. Have had success with a Dell model just recently. However, when following the same approach with the T410I it loads the OS and than all but the Intel(R) Graphics HD drivers come through. The error in device manager is "Resource conflict (code 12)". It doesn't allow you to change the I/O resources manually either. Tried via safe mode with no luck as well. It's worth mentioning that I have 4 of these and have replicated this across more than one.
    I then load the Lenovo system update tool. However, it states it is unable to update the drivers. In order to rule out SCCM, I manually took a Windows 7 32 bit install cd and walked through the manual install. Then loaded the NIC driver and then the system update tool. It grabs all the drivers but once again we are back to the "resource conflict (code 12)".
    Lastly, I was shipped the 32-bit recovery cds and reloaded one. After a network card driver update being needed, it loaded. I then proceeded to extract the drivers to load into SCCM and reload them manually (2 different system tests). However, the same results, "Resource conflict (code 12)".
    Any suggestions as to why or if their is a driver load order dependency or a 32bit vs 64bit handling of resources or ? and obviously if anyone had successfully used SCCM against this line?
    Thanks in advanced!

    Doing it this way ''should'' maintain your folder structure as it exists in IE.
    In IE: <br />
    File > Import/Export - Export to HTML file
    ''then in Firefox:'' <br />
    Bookmarks > Organize Bookmarks -> Import & Backup - Import HTML... = From HTML file

  • Win 7 Pro, 64 bit, with iTunes 10.4.1.10

    I have iTunes 10.4.1.10 on Win 7 Professional, 64 bit machine. When syncing with my iPhone 3Gs, the iTunes "INFO"  button yields blank screen. No text or information is shown. Worked just fine previously!

    Hello nicolini,
    It sounds like iTunes quits unexpectedly everytime you try to open it so you can no longer use it. I recommend the troubleshooting steps in the following article to help you troubleshoot the issue here, named:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    Start with these steps to open iTunes in Safe Mode to see if a 3rd party app may be interfering with iTunes. There is additional troubleshooting to be done in the article if this is not the case:
    Start iTunes in Safe Mode
    Open iTunes in Safe Mode to isolate any interference from plug-ins or scripts not manufactured by Apple.
    Hold down Shift–Control while opening iTunes. You should see a dialog that says "iTunes is running in safe mode" before iTunes finishes starting up.
    Click Continue.
    See if the issue you're experiencing persists in Safe Mode.
    If you have the same issue while iTunes is in Safe Mode, proceed to the "Create a new user account" section. If you don't experience the same issue, follow these steps to remove third-party plug-ins.
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • Win 7 pro 64 bit does not work nice with tv tuners

    my win 7 pro 64 bit will not work with three recommened tv tuners, though not specific to 64 bit . I know one works great withmy old 32 bit xp system. all three different recommended tuners crashed my system three times amd informed me the flash player that comes in the software is not compatable with my system. also flash player stand along in my system will not work right all the time. worked so well in my old system? any thoughts on this dilemma. really do not want to return my new diamond tv wonder hd 750 card. otherwise this system blazes very appy with it, thanks.

    This forum is for Firefox support, you should try the customer support for the manufacturers of the TV tuner cards.

  • Good day!     On the ultrabook Asus (System Settings: WIN 8.1 64-bit, Core I5-3317U CPU @ 1.70 Ghz, Memory 4 Gb), set Adobe Acrobat XI Pro 11.0.09 When you convert to any format via SaveAs in WORD, EXCEL, or via the Export file in ... throws the error "Un

    Good day!
    On the ultrabook Asus (System Settings: WIN 8.1 64-bit, Core I5-3317U CPU @ 1.70 Ghz, Memory 4 Gb), set Adobe Acrobat XI Pro 11.0.09
    When you convert to any format via SaveAs in WORD, EXCEL, or via the Export file in ... throws the error "Unable to process the document in the module Save As. File not created"

    Hi,
    Was it working fine for you before?
    Is it with some specific documents?
    Are you able to convert the word/excel files to pdf?
    Regards,
    Rave

  • Good day!   On the ultrabook Asus (System Settings: WIN 8.1 64-bit, Core I5-3317U CPU @ 1.70 Ghz, Memory 4 Gb), set Adobe Acrobat XI Pro 11.0.09  When you convert to any format via SaveAs in WORD, EXCEL, or via the Export file in ... throws the error "Una

    Good day!
    On the ultrabook Asus (System Settings: WIN 8.1 64-bit, Core I5-3317U CPU @ 1.70 Ghz, Memory 4 Gb), set Adobe Acrobat XI Pro 11.0.09
    When you convert to any format via SaveAs in WORD, EXCEL, or via the Export file in ... throws the error "Unable to process the document in the module Save As. File not created"

    This happens with any file .
    Send a file with the screen errors and system data . Also send a couple of files PDF.
    Translates only txt format.
    Acrobat установлен: C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\Acrobat.exe
        Версия: 11.0.9.29
      Дата создания: 2014/09/12
        Время создания: 13:43:46
    Браузер по умолчанию:
    Версия BIOS: _ASUS_ - 1072009
    Версия ОС: 6.2.9200 
    Всего виртуальной памяти: 4194176 KB
    Всего физической памяти: 4077252 KB
    Графическая плата: Intel(R) HD Graphics 4000
        Версия: 10.18.10.3412
        Отметить: Не поддерживается
    Доступная виртуальная память: 3638168 KB
    Доступная физическая память: 1689940 KB
    Имя пользователя: Vazgen
    Имя системы: VAZGENTAICHI
    Монитор:
        Название: Intel(R) HD Graphics 4000
        Разрешение: 1920 x 1080 x 60
        Бит на пиксел: 32
    Название ОС: Microsoft Windows Vista
    Папка Windows: C:\WINDOWS
    Папка для временных файлов: C:\Users\Vazgen\AppData\Local\Temp\
    Почтовая программа по умолчанию: Microsoft Outlook
        mapi32.dll
        Версия: 1.0.2536.0 (winblue_rtm.130821-1623)
    Производитель ОС: Microsoft Corporation
    Процессор: Intel64 Family 6 Model 58 Stepping 9 GenuineIntel  ~1696  Mhz
    Сведения о Windows:
       Планшетный ПК: Да
       Начальная версия: Нет
       Media Center Edition: Нет
       Медленный компьютер: Нет
    Сведения о сеансе:
       Тип загрузки: Обычный
       Завершение работы: Нет
       Сеть: Доступно
       Внутри Citrix: Нет
       Внутри VMWare: Нет
       Удаленный сеанс: Нет
       Удаленное управление: Нет
       Использование JAWS: Нет
       Использование Windows-Eyes: Нет
       Использование NVDA: Нет
    Сведения об Acrobat:
       Изолирование программной среды: Отключить
       Связанная программа для чтения: Нет
       Multi-Reader с поддержкой Desktop: Отключить
    Сведения об отображении:
       Ширина экрана: 1920
       Высота экрана: 1080
       Число мониторов: 2
       Число кнопок мыши: 2
       Мышь с колесом прокрутки: Нет
       С маркером Windows: Нет
       Двухбайтовая кодировка: Нет
       С редактором метода ввода: Да
       В программе для чтения с экрана: Нет
    Сведения об учетной записи:
       Права пользователя: Администратор
       Управление учетной записью пользователя: Ограниченное
       Целостность процесса: Не определено
       Тип профиля: Отсутствует
    Установленные приложения:
       Версия Office: Office 2013 32-bit
    Файл подкачки: 4194303 KB
    Часовой пояс: Московское время (зима)
    Язык: Русский (Россия)
    C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\plug_ins\Accessibility.api
        Версия: 11.0.9.29
      Дата создания: 2014/09/12
        Время создания: 13:44:20
    C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\plug_ins\Annots.api
        Версия: 11.0.9.29
      Дата создания: 2014/09/12
        Время создания: 13:44:22
    C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\plug_ins\IA32.api
        Версия: 11.0.9.29
      Дата создания: 2014/09/12
        Время создания: 13:44:18
    C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\plug_ins\PaperCapture.api
        Версия: 11.0.9.29
      Дата создания: 2014/09/12
        Время создания: 13:43:36
    C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\plug_ins\SaveAsRTF.api
        Версия: 11.0.9.29
      Дата создания: 2014/09/12
        Время создания: 13:44:20
    C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\plug_ins\SendMail.api
        Версия: 11.0.9.29
      Дата создания: 2014/09/12
        Время создания: 13:44:20
    C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\plug_ins\Updater.api
        Версия: 11.0.9.29
      Дата создания: 2014/09/12
        Время создания: 13:44:22

Maybe you are looking for