Wine x86_64

Hi,
I noticed that there is a package for wine in i686 architecture
but there is none for the x86. Would appreciate an AUR package:D
Thanks!

thanx
although, if I compile it from source.....
can I use 64 bit libraries? I just wonder if it is possible
to run wine totally 64.
Its a lot of libraries.....

Similar Messages

  • (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]Can't install wine 1.3.20

    [rchard@rchard-laptop ~]$ uname -a
    Linux rchard-laptop 2.6.38-ARCH #1 SMP PREEMPT Fri Apr 22 17:48:36 UTC 2011 i686 Intel(R) Core(TM) i7 CPU Q 720 @ 1.60GHz GenuineIntel GNU/Linux
    [rchard@rchard-laptop ~]$ sudo pacman -S wine
    密码:
    正在解决依赖关系...
    正在查找内部冲突...
    目标 (1): wine-1.3.19-2
    but i can only find wine 1.3.20 in the mirrors.
    Last edited by rchard (2011-05-24 06:39:00)

    Your mirrors are not up to date as I have no problem
    [karol@black ~]$ sudo pacman -S wine
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): wine-1.3.20-1 [13,62 MB]
    Total Download Size: 0,00 MB
    Total Installed Size: 117,14 MB
    Proceed with installation? [Y/n] n
    You can download wine from http://www.archlinux.org/packages/commu … /download/ but you need to make sure you have all the dependencies.
    pacman uses the first mirror from the list, so that mirror is probably outdated.
    BTW, why are you using 32-bit Arch? Maybe 64-bit would be better - you seem to have a nice new computer.
    https://wiki.archlinux.org/index.php/Wine#x86_64
    Last edited by karol (2011-05-24 06:19:22)

  • Oracle R Enterprise installation ERROR: cannot copy dll file

    This is bit strange, I posted this message in 2 forums but surprisingly can't find it anymore!! Anyways, I would appreciate if anyone can help me a bit on this issue:
    I am having trouble installing ORE 1.3 on my windows 7 (home premium, personal notebook) 64 bit. I strictly followed the installation note and made sure all the path variables are defined properly. My R version is 2.15.1. My Windows user is a member of ora_dba group as can be seen below.
    C:\Users\sourabh>net localgroup ora_dba
    Alias name        ora_dba
    Comment         Oracle DBA Group
    Members
    NT AUTHORITY\SYSTEM
    sourabh
    The command completed successfully.Now when I try to install.bat (bare with me as I try to include the whole path as I believe there may be the problem. Note that my oracle and R installation is in H:\ drive, not in C:\. Can that be an issue about some windows permission? I off-course tried many ways, gave the user full permission, but no luck.)
    C:Users\sourabh>H:\ORACLE\OracleREnterprise\ORE\ore-server-win-x86_64-1.3\server\install.bat
    Oracle R Enterprise 1.3 Server Installation.
    Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
    Checking R ...................................
    Pass
    Checking R libraries ........................
    Pass
    Checking ORACLE_HOME ...............
    Pass
    Checking ORACLE_SID ..................
    Pass
    Checking sqlplus ...........................
    Pass
    Checking ORE ..............................
    Pass
    Current configuration
      R_HOME            = H:\ORACLE\OracleREnterprise\R\R-2.15.1
      R_LIBS_USER     = H:\ORACLE\Oracle11g\product\11.2.0\dbhome\R\library
      ORACLE_HOME  =  H:\ORACLE\Oracle11g\product\11.2.0\dbhome
      ORACLE_SID      = SINHA
    Do you wish to install ORE? [yes]
    Choosomg RQSIS tablespace
    PERMANENT tablespace to use for RQSYS [SYSAUX]:
      Using default SYSAUX
    TEMPORARY tablespace to use for RQSYS [TEMP]:
      Using default TEMP
      Tablespace summary
      PERMANENT tablespace = SYSAUX
      TEMPORARY tablespace = TEMP
    Installing libraries ..............
    Fail
      ERROR: cannot copy "rqe.dll" to "H:\ORACLE\Oracle11g\product\11.2.0\dbhome\bin"
    C:Users\sourabh>Now here is the default group/user and permissions structures for C:\ and H:\ installation directories on my computer:
    C:\program files :
            Group or user names                                    Permissions
            CREATOR OWNER                                          Special Permissions
            SYSTEM                                                 FULL control
            Administrators (Win7\administrators)                   FULL control               
            Users (Win7\Users)                                     Read & execute, List folder contents, Read
            TrustedInstaller                                       List folder contents, Special Permissions
    H:\%ORACLE_HOME% :
            Group or user names                                    Permissions
            Authenticated Users                                    Special Permissions
            SYSTEM                                                 FULL control
            Administrators (Win7\administrators)                   FULL control                Now noticed that there is no user called sourabh (Win7\Users) or Users (Win7\Users) on H:\, so I created and gave them "Full control" permission before running install script, but still no luck.... Any help please?
    Thanks,
    Sourabh

    Hi all,
    I have finally solved the problem, it seems somehow on my windows home premium I can't run the install script (on H:\ ) from the command line. I manually ran the batch script by double clicking on it, it ran fine and I was finally able to install ORE (server + supported + client) on my laptop. Now the connection -- followed through the manual, created user and granted all the roles. Now that I want to test the connection, I open R console and below are the input and output error message though it seems I can connect to the database:
    R>
    R> library(ORE)
    Loading required package: OREbase
    Attaching package: ‘OREbase’
    The following object(s) are masked from ‘package:base’:
        cbind, data.frame, eval, interaction, order, paste, pmax, pmin, rbind, table
    Loading required package: OREstats
    Loading required package: MASS
    Loading required package: OREgraphics
    Loading required package: OREeda
    Loading required package: OREdm
    Loading required package: lattice
    Loading required package: OREpredict
    Loading required package: ORExml
    R>
    R>
    R>
    R> ore.connect(user = 'scott', sid = 'sinha', host = 'win7', password = 'tiger', port = 1521, all = T)
    Error in .oci.GetQuery(conn, statement, data = data, prefetch = prefetch,  :
      ORA-06520: PL/SQL: Error loading external library
    ORA-06522: Unable to load DLL
    ORA-06512: at "RQSYS.RQEVALIMPL", line 17
    ORA-06512: at "RQSYS.RQEVALIMPL", line 14
    ORA-06512: at line 4
    R>
    R>
    R> ore.is.connected()
    [1] TRUE
    R> I get the exact same error when I try to use even the ORE user "rquser". Any suggestion how to resolve this error?
    Thanks,
    Sourabh

  • ORA-28575: unable to open RPC connection to external procedure agent when trying to connect ORE.connect

    Hello,
    I had installed ore 1.3.1 windows server 2008 on top of Oracle DB 11.2.0.3 ,but when I connect the database,it didn't work.
    That is my code and error code.
    ore.connect(user = "rquser", sid = "db11g", host = "....", password = "....", all = TRUE)
    Got error as below:
    error.oci.GetQuery(conn, statement, data = data, prefetch = prefetch, :
    ORA-28575: unable to open RPC connection to external procedure agent
    ORA-06512: at "RQSYS.RQEVALIMPL", line 17
    ORA-06512: at "RQSYS.RQEVALIMPL", line 14
    ORA-06512: at line 4
    Also i have follwed the below link:
    ///ORE1.3-ore-server-win-x86_64-1.3,error ORA-28575: unable to open RPC connec
    But failed to resolve the problem.
    Below are the TNS and Listener file entry:
    # listener.ora Network Configuration File: F:\OracleDB\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = EXTPROC)
          (ORACLE_HOME = H:\ORA11G\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:H:\ORA11G\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.168.11.69)(PORT = 1521))
    ADR_BASE_LISTENER = H:\ORA11G
    -============================
    # tnsnames.ora Network Configuration File: F:\OracleDB\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
        (CONNECT_DATA =
          (SID = EXTPROC)
          (PRESENTATION = RO)
    DB11G = 
    (DESCRIPTION =   
      (ADDRESS_LIST=
       (ADDRESS = (PROTOCOL = TCP)(HOST = 10.168.11.69)(PORT = 1521)) 
      (CONNECT_DATA =   
        (SERVER = DEDICATED) 
        (SID = DB11G)
    ====================================================
    Thanks
    Sandy

    Hi Sandy,
    If you set EXTPROCS_DLLS=ANY in the listener and then restart the listener, does it fix the problem?
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = EXTPROC)
          (ORACLE_HOME = H:\ORA11G\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ANY")
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.168.11.69)(PORT = 1521))
    Sherry

  • JRockit 5.0 P26.4.1?

    Hello,
    I see an enhanced pre-release version of JRockit mentioned in the results of several benchmarks as BEA JRockit(R) 5.0 P26.4.1 (build P26.4.1-5-64782-1.5.0_06-20060726-0014-win-x86_64). The date appears to be 7-26-2006.
    I am trying to maximize the results of some benchmarks in order to obtain the most accurate results possible. However, when I go to the bea.com or dev2dev.bea.com sites I only see BEA JRockit(R) 5.0 P26.4.0-10 (build P26.4.0-10-62459-1.5.0_06-20060529-2101-win-x86_64, available. Any ideas where I can get BEA JRockit 5.0 P26.4.1 ?
    http://dev2dev.bea.com/jrockit/releaseupdate.html This is where I found BEA JRockit(R) 5.0 P26.4.0-10
    http://presszoom.com/story_117651.html An example of one of the many articles that mention the BEA JRockit 5.0 P26.4.1 version.
    Thanks in advance,
    john

    Those results were produced using a pre-release of P26.4.1, which will be released in November (or a bit earlier). You will find it on the we page you referred to once released.
    What benchmarks are you running and on what platform? If you'd prefer to take it offline you can reach me on hstahl AT bea.

  • ORE installation

    we install the R 2.15.3 and ORE 1.3.1,  then update the Oracle to 11.2.0.3.
    When I uninstall the ORE and install again, an error message comes for server installation
    Microsoft Windows [Version 6.3.9600]
    (c) 2013 Microsoft Corporation. All rights reserved.
    C:\Windows\system32>e:
    E:\>E:\emr\software\ORE\ore-server-win-x86_64-1.3.1\server
    'E:\emr\software\ORE\ore-server-win-x86_64-1.3.1\server' is not recognized as an
    internal or external command,
    operable program or batch file.
    E:\>cd E:\emr\software\ORE\ore-server-win-x86_64-1.3.1\server
    E:\emr\software\ORE\ore-server-win-x86_64-1.3.1\server>install.bat
    Oracle R Enterprise 1.3.1 Server Installation.
    Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    Checking R ...................
    Pass
    Checking R libraries .........
    Pass
    Checking ORACLE_HOME .........
    Pass
    Checking ORACLE_SID ..........
    Pass
    Checking sqlplus .............
    Fail
      ERROR: cannot run sqlplus as SYSDBA with OS authentication
    Enter SYS password: XXXXXX
    Checking sqlplus .............
    Pass
    Checking ORACLE instance .................
    Pass
    Checking ORE .................
    Fail
    ERROR: a later version of ORE SP2-0751: is already installed
    It seems "SP2-0751" is not a version of ORE, and the message of this code:
    SP2-0751 Unable to connect to Oracle. Exiting SQL*Plus
    Cause: No connection to an Oracle server could be made.
    Action: Normally occurs after other errors showing that the database is not running, or that the username and password were invalid.
    How can I install the ORE properly?

    The key here is the error:
    Fail
      ERROR: cannot run sqlplus as SYSDBA with OS authentication
    Enter SYS password: XXXXXX
    The user that installs Oracle R Enterprise Server on Windows must belong to the group ORA_DBA. The Oracle R Enterprise Server installation script uses system authentication to connect to the database identified by ORACLE_HOME and ORACLE_SID. System authentication is based on the operating system credentials of the user instead of the database credentials. Membership in ORA_DBA group enables system authentication for Oracle Database. 
    Adding the user that installs the Oracle R Enterprise server to ORA_DBA will fix the problem.

  • Cannot install ROracle under R3.0.2 under windows

    Dear all,
    I installed the ROracle package and its dependencies under R2.15.1 without any problems.
    I recently switched to R3.0.2 and downloaded the zip archives ore-supporting-win-x86_64-1.3.1.zip and ore-client-win-x86_64-1.3.1.zip from Oracle download site.
    However the installation failed and loading the package yielded the following error message:
    > library(ROracle)
    Error: package ‘ROracle’ was built before R 3.0.0: please re-install it
    I'd be thankful for any help!
    Regards
    Christof
    Here are additional details:
    > sessionInfo()
    R version 3.0.2 (2013-09-25)
    Platform: x86_64-w64-mingw32/x64 (64-bit)

    Hi Christof,
    The problem here is that the R version you are using is incompatible with the Oracle R Enterprise version you are trying to install.
    Oracle R Enterprise 1.3.1 is certified with R 2.15.x.
    Refer to the Oracle R Enterprise support matrix for details:
    http://docs.oracle.com/cd/E36939_01/doc/doc.13/e36763/intro.htm#OREAD120
    Oracle R Distribution 3.0.x will be certified with upcoming Oracle R Enterprise release - version 1.4. 
    Sherry

  • R GUI stops when I connect using ore.connect

    Hi,
    I am trying to connect to Oracle R Enterprise from R GUI windows 7 64 bit. I have ORE Package installed and loaded already. I am using R 2.15.3 version which is compatible with Oracle R Enterprise 1.3.1. Can you please tell me why R GUI stops as soon as I run ore.connect command in R?
    ore.connect(user="aquserE",sid="XXX",host="192.168.10.8",password="YYY",port=1521,all=TRUE)
    Regards-
    Ashish

    Hi Shery,
    Greeting. Thanks for your quick response to the query from Ashish.
    Further to the query raised by Ashish would like to give you more details on this issue.
    I have Oracle 11g Database Server Enterprise Edition running on 32 Bit Architecture.  (Installed in Windows Server 2008 OS.)
    I have downloaded ORE Server, Client and Supporting Packages from "http://www.oracle.com/technetwork/database/options/advanced-analytics/r-enterprise/ore-downloads-1502823.html".
    Server                                    :  http://download.oracle.com/otn/nt/ore/1.3/ore-server-win-x86_64-1.3.1.zip
    Client                                     :  http://download.oracle.com/otn/nt/ore/1.3/ore-client-win-x86_64-1.3.1.zip
    Supporting Package              :  http://download.oracle.com/otn/nt/ore/1.3/ore-supporting-win-x86_64-1.3.1.zip
    ORE Installation, Demo user creation done as per the Installation and Administration Guide. (ORE Version Installed is 1.3.1).
    R Version Installed is 2.15.3 in Windows 7 Machine. Using 64 Bit R GUI and Loaded all the packages of Client and Supporting Packages.
    In R GUI I started with library(ORE). This got loaded successfully. While I try to connect using ore.connect command RGUI stop working (Crashed) and terminated. I could not find any error information.
    Only a popu is coming as "R for Windows GUI front-end has stopped working".  Sent a Mail with few screen shots of RGUI 64 Bit as well as 32 Bit attached  to '[email protected]' with Copy to "'[email protected]'".
    Then I tried to use R GUI of 32 Bit edition, I could not Load Package "ROracle" & "OREdm".  Getting below Error:
    > library(ORE)
    Loading required package: OREbase
    Attaching package: ‘OREbase’
    The following object(s) are masked from ‘package:base’:
    cbind, data.frame, eval, interaction, order, paste, pmax, pmin, rbind, table
    Loading required package: OREstats
    Loading required package: MASS
    Loading required package: OREgraphics
    Loading required package: OREeda
    Loading required package: OREdm
    Loading required package: lattice
    Error in library.dynam(lib, package, package.lib) :
    DLL ‘ROracle’ not found: maybe not installed for this architecture?
    Error: package ‘OREdm’ could not be loaded
    Request you kindly guide us to get an appropriate solution to resolve this issue.
    Thanks and Regards,
    Janaki Raman
    "True progress quietly and persistently moves along without notice"
    Advanced Analytics,
    Business Consulting Group,
    ITC Infotech India Limited
    18, Banaswadi Main Road, Pulikeshi Nagar  Bangalore - 18 , INDIA.
    Desk: #91-80-22989946  |  Mob: #91-9916411195

  • [SOLVED] wine-1.3 xorg-1.8 ati catalyst x86_64 starcraft2 black

    My system:
    Arch x86_64,Ati radeon hd4850,wine-1.3 or latest git,Catalyst-10.7.
    So what i do have are these black areas displayed around game. Happens in every possible graphic tweak and setup with wine.
    Appears also in wine version 1.2 and it doesnt have this 1.3 problem which i managed to repair with patch http://bugs.winehq.org/show_bug.cgi?id=23904
    Sound also glitches im using currently alsa.
    http://yfrog.com/0tcaptureirfp screenshot from the game and bug appearing.
    This more of graphic driver bug or wine bug anyone.
    Last edited by Dehir (2010-08-11 07:32:15)

    Yep. Ty. I think that ill post it to the amd/ati linux driver team as an bug then Lets hope it gets fixed on later releases.

  • Installing wine in x86_64 [SOLVED]

    I have some trouble installing bin32-wine from AUR on my x86_64 Arch machine. I downloaded the tarball and extracted it, then I ran makepkg in that folder and got a message about missing dependencies (lib32-...). I've fixed some dependencies, but there are some left. The missing ones are now lib32-libldap, lib32-lcms and lib32-jack-audio-connection-kit.
    Appearently these are not in the repositories, so I have to get them in the AUR. Since lib32-libldap depends on lib32-libsasl I have to begin with that one. It seems to work when I install lib32-libsasl, but when I try to makepkg lib32-libldap it still complains about missing dependencies (libsasl).
    $ sudo pacman -U libsasl-2.1.23-2-i686.pkg.tar.gz
    Password:
    loading package data...
    checking dependencies...
    (1/1) checking for file conflicts [#####################] 100%
    (1/1) upgrading libsasl [#####################] 100%
    $ makepkg -s
    ==> Making package: lib32-libldap 2.4.21-1 x86_64 (Fri Jan 22 21:35:30 CET 2010)
    ==> Checking Runtime Dependencies...
    ==> Installing missing dependencies...
    lib32-libsasl package not found, searching for group...
    error: 'lib32-libsasl': not found in sync db
    ==> ERROR: Pacman failed to install missing dependencies.
    Why can't it find lib32-libsasl?
    Last edited by jeypeyy (2010-01-23 15:17:16)

    Lol, thanks. I'm a real dumbass sometimes.
    I've finally fixed all dependencies, but there is still a problem when making the wine package:
    $ makepkg -s
    ==> Making package: bin32-wine 1.1.36-1 x86_64 (Sat Jan 23 01:00:40 CET 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
      -> Downloading wine-1.1.36-1-i686.pkg.tar.gz...
    --2010-01-23 01:00:40--  ftp://locke.suu.edu/linux/dist/archlinu … pkg.tar.gz
               => "wine-1.1.36-1-i686.pkg.tar.gz.part"
    Resolving locke.suu.edu... 134.250.253.5
    Connecting to locke.suu.edu|134.250.253.5|:21... connected.
    Logging in as anonymous ... Logged in!
    ==> SYST ... done.    ==> PWD ... done.
    ==> TYPE I ... done.  ==> CWD (1) /linux/dist/archlinux/extra/os/i686 ... done.
    ==> SIZE wine-1.1.36-1-i686.pkg.tar.gz ... done.
    ==> PASV ... done.    ==> RETR wine-1.1.36-1-i686.pkg.tar.gz ...
    No such file "wine-1.1.36-1-i686.pkg.tar.gz".
    ==> ERROR: Failure while downloading wine-1.1.36-1-i686.pkg.tar.gz
        Aborting...

  • [SOLVED] Setting up virtualbox & wine and on x86_64

    Hello again
    Ok so this should be my last annoying noob post, I have 64-bit Arch setup correctly with gnome and everything. However, I still have a few questions starting with how do I install virtualbox & wine on x86_64? I tried to install virtualbox with pacman -S virtualbox_bin 3.1.2-1 and that didn't work and I haven't even made an attempt with wine yet. Can I safely install a bin32 version of wine? - The wiki didn't make that very clear.
    Additionally, I have copied a lot of backup data to my home folder that belongs to the user 'root'. Is there a way that I can, via command line make everything in my home belong to my user?
    Last edited by dcj123 (2009-12-29 02:40:31)

    anonymous_user wrote:
    Both programs can be found in the AUR:
    http://aur.archlinux.org/packages.php?ID=9753
    http://aur.archlinux.org/packages.php?ID=7915
    You can install yaourt first and then use it to install other packages from AUR:
    http://wiki.archlinux.org/index.php/Yaourt
    ok thanks, I am just going to assume that its safe to install wine bin32. In the mean time, if I chown username my home folder will that change the ownership of every sub-directory/file?
    Edit: Found it, thanks anonymous_user.
    chown -hvR user /home/user
    Solved
    Last edited by dcj123 (2009-12-29 02:40:08)

  • [SOLVED] How to install wine on x86_64

    Hey guys!
    I have been wanting to install wine on my 64-bit computer, but I am having a problem. On the wiki it says that all I need to type in is:
    pacman -S wine
    and the constantly updated community repository will have it, but every time I try it says that it does not exist. I looked through the AUR and Im not sure which package to install for wine. Help would be much appreciated! Thank You!
    Last edited by mag1strate (2010-08-01 14:42:23)

    Cool, I looked at this and found out it wasn't the mirror, I just haven't updated the lists. Once I did It found the wine package! Thank You for your quick response!

  • Why, in linux, with Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 Google calendar dosen't have the same graphics as in WIN ?

    Application Basics
    Name Thunderbird
    Version 31.3.0
    User Agent Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0
    Profile Directory
    Open Directory
    (Local drive)
    Application Build ID 20141128200244
    Enabled Plugins about:plugins
    Build Configuration about:buildconfig
    Memory Use about:memory
    Crash Reports
    Report ID Submitted
    Extensions
    Name Version Enabled ID
    Google Calendar Tab 3.9 true googlecalendartab@momo
    ImportExportTools 3.1 true {3ed8cc52-86fc-4613-9026-c1ef969da4c3}
    Lightning 3.3.2 true {e2fda1a4-762b-4020-b5ad-a41df1933103}
    Messaging Menu and Unity Launcher integration 1.3.1 true [email protected]
    Provider for Google Calendar 1.0.3 true {a62ef8ec-5fdc-40c2-873c-223b8a6925cc}
    Important Modified Preferences
    Name Value
    browser.cache.disk.capacity 358400
    browser.cache.disk.smart_size_cached_value 358400
    browser.cache.disk.smart_size.first_run false
    browser.cache.disk.smart_size.use_old_max false
    browser.display.foreground_color #000066
    extensions.lastAppVersion 31.3.0
    mailnews.database.global.datastore.id 5a192271-d148-44be-a4a0-c336bb1306f
    mail.openMessageBehavior.version 1
    network.cookie.cookieBehavior 3
    network.cookie.lifetimePolicy 2
    network.cookie.prefsMigrated true
    places.database.lastMaintenance 1416850890
    places.history.expiration.transient_current_max_pages 104858
    plugin.importedState true
    print.print_bgcolor false
    print.print_bgimages false
    print.print_colorspace default
    print.print_downloadfonts false
    print.print_evenpages true
    print.print_in_color true
    print.print_margin_bottom 0.5
    print.print_margin_left 0.5
    print.print_margin_right 0.5
    print.print_margin_top 0.5
    print.print_oddpages true
    print.print_orientation 0
    print.print_page_delay 50
    print.print_paper_data 0
    print.print_paper_height 297.00
    print.print_paper_name iso_a4
    print.print_paper_size_type 1
    print.print_paper_size_unit 1
    print.print_paper_width 210.00
    print.print_plex_name default
    print.print_resolution_name default
    print.print_scaling 1.00
    print.print_shrink_to_fit true
    print.print_to_file false
    print.print_unwriteable_margin_bottom 56
    print.print_unwriteable_margin_left 25
    print.print_unwriteable_margin_right 25
    print.print_unwriteable_margin_top 25
    Graphics
    Adapter Description NVIDIA Corporation -- Quadro 600/PCIe/SSE2
    Vendor ID NVIDIA Corporation
    Device ID Quadro 600/PCIe/SSE2
    Driver Version 4.4.0 NVIDIA 331.113
    WebGL Renderer false
    GPU Accelerated Windows 0
    AzureCanvasBackend cairo
    AzureSkiaAccelerated 0
    AzureFallbackCanvasBackend none
    AzureContentBackend cairo
    JavaScript
    Incremental GC 1
    Accessibility
    Activated 0
    Prevent Accessibility 0
    Library Versions
    Expected minimum version Version in use
    NSPR 4.10.6 4.10.6
    NSS 3.16.2.3 Basic ECC 3.16.2.3 Basic ECC
    NSS Util 3.16.2.3 3.16.2.3
    NSS SSL 3.16.2.3 Basic ECC 3.16.2.3 Basic ECC
    NSS S/MIME 3.16.2.3 Basic ECC 3.16.2.3 Basic ECC

    Thunderbird uses operating system specific themes, so it looks like an apple app on a mac, has a menu and integrates with the mac menu system, looks like a linux app on Linux and like a windows app on windows.

  • World of Warcraft MOP wine OpenGL xf86-video-ati Radeon HD7870

    Good evening ladies and gentlement.
    I try to run World of Warcraft (currently 5.3) on my machine.
    My setup:
    linux 3.10.6-2-ARCH
    xorg-server 1.14.2-2
    xf86-video-ati 1:7.2.0-1
    mesa 9.1.6-1
    wine 1.7.0-1
    World of Warcraft 5.3
    Radeon HD7870 GHz Edition
    With D3D9 the game renders correctly but with a agonizing low framerate.
    So I searched the web and found out that one can change the rendering mode to OpenGL.
    This gave me very fast but also incomplete renders 1, 2.
    When I try to enter the world I get this error.
    This is what I get when I run the game:
    wine Wow-64.exe >& somelog.txt
    err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
    err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
    fixme:heap:HeapSetInformation 0x3d4000 0 0x23fce0 4
    fixme:win:EnumDisplayDevicesW ((null),0,0x23e8a0,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x23e630,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x23eb60,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x23eb00,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x23e890,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x23eaa0,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x23e830,0x00000000), stub!
    fixme:advapi:BuildSecurityDescriptorW ((nil),(nil),1,0x23f580,0,(nil),0x43420,0x23f574,0x23f558) stub!
    fixme:advapi:BuildSecurityDescriptorW ((nil),(nil),1,0x23f580,0,(nil),0x43420,0x23f574,0x23f558) stub!
    fixme:heap:HeapSetInformation 0xeb90000 0 0xea8dfd0 4
    fixme:imm:ImmReleaseContext (0x5002a, 0x41c30): stub
    Indirect addressing not fully handled yet
    EE si_state.c:1913 si_shader_select - Failed to build shader variant (type=0) -38
    Indirect addressing not fully handled yet
    EE si_state.c:1913 si_shader_select - Failed to build shader variant (type=0) -38
    Indirect addressing not fully handled yet
    EE si_state.c:1913 si_shader_select - Failed to build shader variant (type=0) -38
    Indirect addressing not fully handled yet
    EE si_state.c:1913 si_shader_select - Failed to build shader variant (type=0) -38
    Indirect addressing not fully handled yet
    EE si_state.c:1913 si_shader_select - Failed to build shader variant (type=0) -38
    fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x4511000 9291
    fixme:seh:RtlAddFunctionTable 0x4516000 45 4510000: stub
    Indirect addressing not fully handled yet
    EE si_state.c:1913 si_shader_select - Failed to build shader variant (type=0) -38
    Indirect addressing not fully handled yet
    EE si_state.c:1913 si_shader_select - Failed to build shader variant (type=0) -38
    fixme:advapi:CreateRestrictedToken (0x254c, 0x0, 2, 0x59cf3b0, 19, 0xa6174, 5, 0x239ca0, 0x239b90): stub
    fixme:advapi:BuildSecurityDescriptorW ((nil),(nil),1,0x239ae8,0,(nil),0xa94e0,0x239ad0,0x239ab8) stub!
    fixme:heap:HeapSetInformation (nil) 1 (nil) 0
    fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
    I also run glxgears without any problems (60 fps).
    glxinfo
    name of display: :0
    display: :0 screen: 0
    direct rendering: Yes
    server glx vendor string: SGI
    server glx version string: 1.4
    server glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_multisample, GLX_EXT_create_context_es2_profile,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info,
    GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer,
    GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_swap_control
    client glx vendor string: Mesa Project and SGI
    client glx version string: 1.4
    client glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_create_context_robustness, GLX_ARB_framebuffer_sRGB,
    GLX_ARB_get_proc_address, GLX_ARB_multisample,
    GLX_EXT_create_context_es2_profile, GLX_EXT_framebuffer_sRGB,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info,
    GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer,
    GLX_MESA_multithread_makecurrent, GLX_MESA_swap_control,
    GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGIS_multisample,
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync
    GLX version: 1.4
    GLX extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_get_proc_address, GLX_ARB_multisample,
    GLX_EXT_create_context_es2_profile, GLX_EXT_import_context,
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer,
    GLX_MESA_multithread_makecurrent, GLX_MESA_swap_control,
    GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGIS_multisample,
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync
    OpenGL vendor string: X.Org
    OpenGL renderer string: Gallium 0.4 on AMD PITCAIRN
    OpenGL version string: 2.1 Mesa 9.1.6
    OpenGL shading language version string: 1.20
    OpenGL extensions:
    GL_AMD_draw_buffers_blend, GL_AMD_seamless_cubemap_per_texture,
    GL_AMD_shader_stencil_export, GL_APPLE_packed_pixels,
    GL_APPLE_vertex_array_object, GL_ARB_ES2_compatibility,
    GL_ARB_base_instance, GL_ARB_blend_func_extended,
    GL_ARB_color_buffer_float, GL_ARB_copy_buffer, GL_ARB_debug_output,
    GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_depth_texture,
    GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend,
    GL_ARB_draw_elements_base_vertex, GL_ARB_explicit_attrib_location,
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program,
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader,
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB,
    GL_ARB_get_program_binary, GL_ARB_half_float_pixel,
    GL_ARB_half_float_vertex, GL_ARB_instanced_arrays,
    GL_ARB_internalformat_query, GL_ARB_invalidate_subdata,
    GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multisample,
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_occlusion_query2,
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite,
    GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sampler_objects,
    GL_ARB_seamless_cube_map, GL_ARB_shader_objects,
    GL_ARB_shader_stencil_export, GL_ARB_shader_texture_lod,
    GL_ARB_shading_language_100, GL_ARB_shadow, GL_ARB_sync,
    GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
    GL_ARB_texture_env_dot3, GL_ARB_texture_float,
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two,
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui,
    GL_ARB_texture_storage, GL_ARB_texture_swizzle, GL_ARB_transpose_matrix,
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object,
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
    GL_ARB_window_pos, GL_ATI_blend_equation_separate, GL_ATI_draw_buffers,
    GL_ATI_separate_stencil, GL_ATI_texture_env_combine3,
    GL_ATI_texture_float, GL_ATI_texture_mirror_once, GL_EXT_abgr,
    GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate,
    GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
    GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, GL_EXT_draw_buffers2,
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit,
    GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB,
    GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays,
    GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels,
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters,
    GL_EXT_polygon_offset, GL_EXT_provoking_vertex, GL_EXT_rescale_normal,
    GL_EXT_secondary_color, GL_EXT_separate_shader_objects,
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture,
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_array,
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp,
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
    GL_EXT_texture_integer, GL_EXT_texture_lod_bias,
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object,
    GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode,
    GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm,
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_vertex_array,
    GL_EXT_vertex_array_bgra, GL_IBM_multimode_draw_arrays,
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_texture_array,
    GL_MESA_texture_signed_rgba, GL_MESA_window_pos, GL_NV_blend_square,
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fog_distance,
    GL_NV_light_max_exponent, GL_NV_packed_depth_stencil,
    GL_NV_primitive_restart, GL_NV_texgen_reflection, GL_NV_texture_barrier,
    GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_OES_EGL_image,
    GL_OES_read_format, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
    96 GLX Visuals
    visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
    0x021 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x022 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x0ee 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x0ef 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x0f0 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x0f1 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x0f2 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x0f3 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x0f4 24 tc 0 32 0 r . . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x0f5 24 tc 0 32 0 r . . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x0f6 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x0f7 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x0f8 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x0f9 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x0fa 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x0fb 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x0fc 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x0fd 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x0fe 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x0ff 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x100 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x101 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x102 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x103 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x104 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x105 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x106 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x107 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x108 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x109 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x10a 24 tc 0 24 0 r . . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x10b 24 tc 0 24 0 r . . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x10c 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x10d 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x10e 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x10f 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x110 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x111 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x112 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x113 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x114 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x115 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x116 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x117 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x118 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x119 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x11a 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x11b 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x11c 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x11d 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x11e 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x11f 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x120 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x121 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x122 24 dc 0 32 0 r . . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x123 24 dc 0 32 0 r . . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x124 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x125 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x126 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x127 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x128 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x129 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x12a 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x12b 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x12c 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x12d 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x12e 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x12f 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x130 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x131 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x132 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x133 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x134 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x135 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x136 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x137 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x138 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x139 24 dc 0 24 0 r . . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x13a 24 dc 0 24 0 r . . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x13b 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x13c 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x13d 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x13e 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x13f 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x140 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x141 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x142 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x143 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x144 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x145 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x146 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x147 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x148 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x149 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x14a 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x05d 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    144 GLXFBConfigs:
    visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
    0x05e 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x05f 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x060 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x061 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x062 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x063 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x064 24 tc 0 32 0 r . . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x065 24 tc 0 32 0 r . . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x066 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x067 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x068 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x069 24 tc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x06a 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x06b 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x06c 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x06d 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x06e 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x06f 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x070 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x071 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x072 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x073 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x074 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x075 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x076 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x077 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x078 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x079 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x07a 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x07b 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x07c 24 tc 0 24 0 r . . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x07d 24 tc 0 24 0 r . . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x07e 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x07f 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x080 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x081 24 tc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x082 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x083 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x084 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x085 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x086 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x087 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x088 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x089 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x08a 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x08b 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x08c 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x08d 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x08e 0 tc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
    0x08f 0 tc 0 16 0 r . . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x090 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
    0x091 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x092 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
    0x093 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x094 0 tc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
    0x095 0 tc 0 16 0 r . . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x096 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
    0x097 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x098 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
    0x099 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x09a 0 tc 0 16 0 r . . 5 6 5 0 . . 0 24 0 0 0 0 0 0 0 None
    0x09b 0 tc 0 16 0 r . . 5 6 5 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x09c 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 0 0 0 0 0 0 0 None
    0x09d 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x09e 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 0 0 0 0 0 0 0 None
    0x09f 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x0a0 0 tc 0 16 0 r . . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0a1 0 tc 0 16 0 r . . 5 6 5 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0a2 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0a3 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0a4 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0a5 0 tc 0 16 0 r y . 5 6 5 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0a6 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x0a7 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x0a8 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x0a9 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x0aa 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
    0x0ab 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 16 16 16 16 0 0 Slow
    0x0ac 24 dc 0 32 0 r . . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x0ad 24 dc 0 32 0 r . . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x0ae 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x0af 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x0b0 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 0 0 0 0 0 0 None
    0x0b1 24 dc 0 32 0 r y . 8 8 8 8 . . 0 16 0 16 16 16 16 0 0 Slow
    0x0b2 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x0b3 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x0b4 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x0b5 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x0b6 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 0 0 0 0 0 0 None
    0x0b7 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 0 16 16 16 16 0 0 Slow
    0x0b8 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x0b9 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x0ba 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x0bb 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x0bc 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
    0x0bd 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
    0x0be 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x0bf 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x0c0 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x0c1 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x0c2 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
    0x0c3 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x0c4 24 dc 0 24 0 r . . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x0c5 24 dc 0 24 0 r . . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x0c6 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x0c7 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x0c8 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 0 0 0 0 0 0 None
    0x0c9 24 dc 0 24 0 r y . 8 8 8 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x0ca 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x0cb 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x0cc 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x0cd 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x0ce 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 0 0 0 0 0 0 None
    0x0cf 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x0d0 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0d1 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0d2 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0d3 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0d4 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0d5 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0d6 0 dc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
    0x0d7 0 dc 0 16 0 r . . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x0d8 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
    0x0d9 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x0da 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
    0x0db 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 16 16 16 0 0 0 Slow
    0x0dc 0 dc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
    0x0dd 0 dc 0 16 0 r . . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x0de 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
    0x0df 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x0e0 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
    0x0e1 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
    0x0e2 0 dc 0 16 0 r . . 5 6 5 0 . . 0 24 0 0 0 0 0 0 0 None
    0x0e3 0 dc 0 16 0 r . . 5 6 5 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x0e4 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 0 0 0 0 0 0 0 None
    0x0e5 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x0e6 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 0 0 0 0 0 0 0 None
    0x0e7 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 0 16 16 16 0 0 0 Slow
    0x0e8 0 dc 0 16 0 r . . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0e9 0 dc 0 16 0 r . . 5 6 5 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0ea 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0eb 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 8 16 16 16 0 0 0 Slow
    0x0ec 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 8 0 0 0 0 0 0 None
    0x0ed 0 dc 0 16 0 r y . 5 6 5 0 . . 0 24 8 16 16 16 0 0 0 Slow
    The 20-radeon.conf for my xorg-server setting:
    ection "Module"
    Load "dri2"
    Load "glamoregl"
    EndSection
    Section "Device"
    Identifier "Radeon"
    Driver "radeon"
    # Option "RenderAccel" "on"
    # Option "AccelMethod" "glamor"
    # Option "EnablePageFlip" "on"
    # Option "ColorTiling" "off"
    # Option "ColorTiling2D" "on"
    # Option "SWcursor" "off"
    # Option "SwapbuffersWait" "on"
    EndSection
    It seems my graphics card can not handle ColorTiling (i get a very pixelated image).
    KMS is enabled.
    At the official feature matrix of the open source driver you might see something which is causing my problems which I am not able to notice because my lack of understanding it (HD7870 is S(outhern).Islands).
    Also I tried to install the proprietary driver of amd from the aur.
    The problem is that this package has this dependency
    xorg-server<1.14.0
    which makes it unuseable for me.
    So i edited the PKGBUILD to accept my xorg-server 1.14.2 (do not judge me ).
    I run
    aticonfig --initial=dual-head
    and rebooted.
    Hardly anything worked (most programs would not start).
    So I reinstalled the open source driver.
    Hopefully someone can help me with this problem... I do not mind installing the proprietary driver if it works.
    Kind regards,
    0d680e5e4832d76f6930b14a2098c6a2c31017ebb2dbaedcf07a3d43eaefaf9b663ad79083ee3436e5f3a8d60d046d5c7ee7d986d727e94bbedfd0d085507fed
    For the horde!
    Last edited by whirlpool (2013-08-17 20:49:12)

    whirlpool wrote:
    Thank you for your help Thaodan.
    Sometimes I miss the utterly easiness of installing something on my windows machine :'( .
    As far as I have read one has to wait for a new release of the proprietary driver, which supports xorg-server 1.14.XY, or to downgrade the xorg-server to the last supported version, which is xorg-server 1.13.XY (and sounds rather painfull).
    xorg-server 1.14.0 was released  on 2013-05-05... three and a half months and no new driver to support it... I am really dissapointed (seems like nvidia does not depend on xorg-server versions... why?).
    Concerning your advice about the patch for wine:
    I have downloaded this patch and cloned the source files from the git repository.
    Do I have to apply the patch manually?
    What has to be done next?
    The instructions of the readme would not work because of the missing 32 bit development libraries:
    ./tools/wineinstall
    Wine Installer v1.0
    Warning !! wine binary (still) found, which may indicate
    a (conflicting) previous installation.
    You might want to abort and uninstall Wine first.
    (If you previously tried to install from source manually,
    run 'make uninstall' from the wine root directory)
    We need to install Wine as the root user. Do you want us to build Wine,
    'su root' and install Wine? Enter 'no' to build Wine without installing:
    (yes/no) no
    Running 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 whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    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.
    Configure failed, aborting install.
    How do I get those libraries (nothing found :-( )?
    Your PKGBUILD requests a wine.install file... where do I find it?
    You have to install gcc-multilib and such.
    the wine.install is inclued in the same dir of my repo. I made a src package so you don't have to pull my whole git repo: https://dl.dropboxusercontent.com/u/172 … src.tar.gz

Maybe you are looking for