LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-07-2012, 02:07 PM   #1
Sweyn78
Member
 
Registered: Jul 2011
Location: Watkinsville, GA
Distribution: Arch Linux
Posts: 43

Rep: Reputation: 4
Arrow Getting 32-Bit 3D Acceleration on 64-Bit Ubuntu


Hello! I'm running Netrunner 4.2 64-Bit (this is a tweaked version of Kubuntu 12.04) and am trying to run some games in Wine. Whenever I try to run something requiring 3D acceleration, I am told that I do not have 32-bit 3D acceleration enabled. I do, however, have 64-bit 3D acceleration enabled. I am using the integrated graphics with my Intel i5 CPU. I've spent a week or so trying to enable it myself, but after having made no progress, I resolved to post a question here.
Does anyone have any idea on how to go about enabling 32-bit 3D acceleration on a 64-bit system?
Thanks in advance!
 
Old 08-08-2012, 12:34 AM   #2
Sidicas
Member
 
Registered: Apr 2004
Distribution: Debian GNU/Linux
Posts: 47

Rep: Reputation: 6
You need ia32-libs and a 32-bit graphics driver.
 
1 members found this post helpful.
Old 08-08-2012, 09:47 AM   #3
Sweyn78
Member
 
Registered: Jul 2011
Location: Watkinsville, GA
Distribution: Arch Linux
Posts: 43

Original Poster
Rep: Reputation: 4
I have ia32-libs. As far as a 32-bit graphics driver goes, I have 32-bit mesa and a 32-bit VA (Video Acceleration) library for Intel. Is it the 32-bit library for X that I need? It won't let me install that without uninstalling my 64-bit one.
 
Old 08-08-2012, 04:33 PM   #4
abrinister
Member
 
Registered: Dec 2010
Location: Boston, MA, USA
Distribution: Arch Linux
Posts: 460

Rep: Reputation: 38
Did you install the 32-bit xserver-xorg-video-intel? Or the 32-bit libgl?

Alex Brinister
 
1 members found this post helpful.
Old 08-08-2012, 09:02 PM   #5
Sweyn78
Member
 
Registered: Jul 2011
Location: Watkinsville, GA
Distribution: Arch Linux
Posts: 43

Original Poster
Rep: Reputation: 4
I tried to install the 32-bit xserver-xorg-video-intel, but it wouldn't let me without uninstalling all of my 64-bit graphics drivers.
I can't find 32-bit libgl.
 
Old 08-09-2012, 01:07 PM   #6
abrinister
Member
 
Registered: Dec 2010
Location: Boston, MA, USA
Distribution: Arch Linux
Posts: 460

Rep: Reputation: 38
Hmm odd. Doesn't Ubuntu have some kind of 32-bit compat repository? Have you tried X.Org Edgers? On Arch 64, we have a multilib repository for most 32-bit libraries. Do you have a /usr/lib32 directory? What does this give you?

Code:
ls -l /usr/
Alex Brinister
 
1 members found this post helpful.
Old 08-09-2012, 02:50 PM   #7
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
have you searched in package manager for ia32? There might just be a lib you're missing that shows up if you do.
That said I know that multilib is changing in Debian so, by extension, Ubuntu and I don't know yet how the new system works.
 
1 members found this post helpful.
Old 08-14-2012, 03:55 PM   #8
Sweyn78
Member
 
Registered: Jul 2011
Location: Watkinsville, GA
Distribution: Arch Linux
Posts: 43

Original Poster
Rep: Reputation: 4
Arrow Sorry That Took So Long!

Thank you all for your help. I'm sorry I haven't replied in a few days; I had finals at my college and came home right after. That's kept me fairly busy, lol.

Last edited by Sweyn78; 08-14-2012 at 04:05 PM. Reason: Decided to break replies in to separate posts, for readability and convenience.
 
Old 08-14-2012, 03:58 PM   #9
Sweyn78
Member
 
Registered: Jul 2011
Location: Watkinsville, GA
Distribution: Arch Linux
Posts: 43

Original Poster
Rep: Reputation: 4
Post Reply to Alex Brinister (abrinster)

Quote:
Originally Posted by abrinister View Post
Hmm odd. Doesn't Ubuntu have some kind of 32-bit compat repository? Have you tried X.Org Edgers? On Arch 64, we have a multilib repository for most 32-bit libraries. Do you have a /usr/lib32 directory?
I would assume so; I am able to see 32-bit packages in my searches. It is possible that I'm missing something, I suppose. Would you like to see my /etc/apt/sources.list? It's rather large...
I have not tried X-Org edgers; I try not to break my X. I'll try adding the repo and searching to see if there are any packages that might be of use, regardless.
I do indeed have a /usr/lib32.
Code:
sweyn78@s78-p775 ~Documents> cd /usr/lib32            
sweyn78@s78-p775 /u/lib32> ls
alsa-lib            libnss_mdns4_minimal.so.2  libstdc++.so.6
gconv               libnss_mdns4.so.2          libstdc++.so.6.0.16
libasound.so        libnss_mdns6_minimal.so.2  libz.so.1
libasound.so.2      libnss_mdns6.so.2          libz.so.1.2.3.4
libasound.so.2.0.0  libnss_mdns_minimal.so.2
libgcc_s.so.1       libnss_mdns.so.2
--------------------------------------------------------------------------------
Quote:
Originally Posted by abrinister View Post
What does this give you?
Code:
ls -l /usr/
Here it is!
Code:
sweyn78@s78-p775 ~Documents> ls -l /usr/
total 240
drwxr-xr-x   2 root root 77824 Aug 14 15:40 bin
drwxr-xr-x   2 root root  4096 Aug 13 05:52 games
drwxr-xr-x 149 root root 36864 Aug 13 17:13 include
drwxr-xr-x 245 root root 81920 Aug 14 15:40 lib
drwxr-xr-x   4 root root  4096 Aug  7 08:56 lib32
drwxr-xr-x  12 root root  4096 Aug 13 17:24 local
drwxr-xr-x   2 root root 12288 Aug 13 04:42 sbin
drwxr-xr-x 387 root root 12288 Aug 14 13:05 share
drwxr-xr-x   6 root root  4096 Jul 29 16:42 src

Last edited by Sweyn78; 08-14-2012 at 04:04 PM. Reason: EDIT1: Breaking things up. EDIT2: Added an icon to the top.
 
Old 08-14-2012, 04:00 PM   #10
Sweyn78
Member
 
Registered: Jul 2011
Location: Watkinsville, GA
Distribution: Arch Linux
Posts: 43

Original Poster
Rep: Reputation: 4
Post Reply to 273

Quote:
Originally Posted by 273 View Post
have you searched in package manager for ia32? There might just be a lib you're missing that shows up if you do.
That said I know that multilib is changing in Debian so, by extension, Ubuntu and I don't know yet how the new system works.
The only ia32 things that show up in searches are the typical ia32 packages, grub related packages, and (if I include 32-bit packages) lsb packages.

Last edited by Sweyn78; 08-14-2012 at 04:03 PM. Reason: Added an icon to the top.
 
Old 08-16-2012, 02:25 PM   #11
abrinister
Member
 
Registered: Dec 2010
Location: Boston, MA, USA
Distribution: Arch Linux
Posts: 460

Rep: Reputation: 38
Sure, can you paste your source.list? Have you checked out this website?

Alex Brinister
 
1 members found this post helpful.
Old 08-16-2012, 02:39 PM   #12
Sweyn78
Member
 
Registered: Jul 2011
Location: Watkinsville, GA
Distribution: Arch Linux
Posts: 43

Original Poster
Rep: Reputation: 4
Post /etc/apt/sources.list

Here's my sources.list:
Code:
# Netrunner
deb http://packages.netrunner-os.com/ dryland-se main

# Mint
deb http://packages.linuxmint.com/ maya main upstream import
deb http://packages.linuxmint.com/ maya backport
deb http://packages.linuxmint.com/ maya romeo

# Other Ubuntu-Derivations
#deb http://repos.eeebuntu.org/ eb4 main non-free contrib
#ppa:elementaryart/elementary-dev #Need to convert to proper format
deb http://ppa.launchpad.net/zorin-os/packages/ubuntu precise main

# Ubuntu
deb http://archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ precise partner
#deb http://archive.getdeb.net/ubuntu/ precise-getdeb apps
#deb http://archive.getdeb.net/ubuntu/ precise-getdeb games
deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu precise main
deb http://ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu/ precise main

# Other
deb http://ppa.launchpad.net/audacity-team/daily/ubuntu/ precise main
deb http://archive.getdeb.net/ubuntu/ precise-getdeb apps
deb http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu/ precise main
deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ precise main
deb http://packages.medibuntu.org/ precise free non-free
deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu/ precise main
deb http://archive.getdeb.net/ubuntu/ precise-getdeb games
deb http://deb.playonlinux.com/ precise main
deb http://ppa.launchpad.net/tualatrix/ubuntu/ precise main
deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu/ precise main
deb http://download.virtualbox.org/virtualbox/debian/ precise contrib
deb http://ppa.launchpad.net/webkit-team/ppa/ubuntu/ precise main
deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ precise main
deb http://ppa.launchpad.net/shnatsel/zram/ubuntu/ oneiric main
deb http://ppa.launchpad.net/themuso/ppa/ubuntu/ precise main
#deb http://ppa.launchpad.net/hrvojes/kde-goodies/ubuntu lucid main
deb http://ppa.launchpad.net/kevin-mehall/pithos-daily/ubuntu precise main
deb http://ppa.launchpad.net/andreas-boettger/gmusicbrowser-daily/ubuntu precise main
deb http://ppa.launchpad.net/rvm/smplayer/ubuntu precise main
deb http://ppa.launchpad.net/blue-shell/firefox-kde/ubuntu precise main
deb http://ppa.launchpad.net/mozillateam/thunderbird-next/ubuntu precise main
deb http://ppa.launchpad.net/motumedia/mplayer-daily/ubuntu precise main # Mplayer2
#deb http://ppa.launchpad.net/smplayer2/daily/ubuntu precise main
deb http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu precise main
deb http://deb.torproject.org/torproject.org precise main
deb https://download.miserware.com/linux/deb/ precise main

# Source-Debs
deb-src http://archive.canonical.com/ubuntu/ precise partner
deb-src http://extras.ubuntu.com/ubuntu/ precise main
deb-src http://ppa.launchpad.net/audacity-team/daily/ubuntu/ precise main
deb-src http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu/ precise main
deb-src http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu/ precise main
deb-src http://ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu/ precise main
deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu/ precise main
deb-src http://packages.medibuntu.org/ precise free non-free
#deb-src http://deb.torproject.org/torproject.org/ precise main
deb-src http://ppa.launchpad.net/tualatrix/ubuntu/ precise main
deb-src http://ppa.launchpad.net/gezakovacs/ppa/ubuntu/ precise main
deb-src http://ppa.launchpad.net/webkit-team/ppa/ubuntu/ precise main
deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ precise main
deb-src http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu/ precise main
deb-src http://ppa.launchpad.net/kevin-mehall/pithos-daily/ubuntu precise main
deb-src http://ppa.launchpad.net/rvm/smplayer/ubuntu precise main
deb-src http://ppa.launchpad.net/blue-shell/firefox-kde/ubuntu quantal main
deb-src http://ppa.launchpad.net/mozillateam/thunderbird-next/ubuntu precise main
#deb http://repos.eeebuntu.org/ apptesting main non-free contrib
deb-src http://ppa.launchpad.net/zorin-os/packages/ubuntu precise main

deb-src http://us.archive.ubuntu.com/ubuntu/ quantal main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ quantal-security main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ quantal-updates main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ quantal-proposed main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ quantal-backports main restricted universe multiverse
deb-src http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu/ quantal main
deb-src http://ppa.launchpad.net/andreas-boettger/gmusicbrowser-daily/ubuntu quantal main
deb-src http://ppa.launchpad.net/smplayer2/daily/ubuntu quantal main
deb-src http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu quantal main
 
Old 08-16-2012, 03:07 PM   #13
abrinister
Member
 
Registered: Dec 2010
Location: Boston, MA, USA
Distribution: Arch Linux
Posts: 460

Rep: Reputation: 38
Why do you have Mint and Ubuntu packages mixed? That's probably not very good...

Have you seen this page?

Alex Brinister
 
1 members found this post helpful.
Old 08-16-2012, 03:43 PM   #14
Sweyn78
Member
 
Registered: Jul 2011
Location: Watkinsville, GA
Distribution: Arch Linux
Posts: 43

Original Poster
Rep: Reputation: 4
I just use the Mint repos for things like mintupdate. I like some of Mint's software, but I dislike their KDE version. Looking at just the software available in Mint's repos, it doesn't seem like there's anything that would relate to this problem, and I've had this problem since before adding Mint's repos.
Regardless, I can comment them out if you think it might help.
 
Old 08-16-2012, 04:01 PM   #15
abrinister
Member
 
Registered: Dec 2010
Location: Boston, MA, USA
Distribution: Arch Linux
Posts: 460

Rep: Reputation: 38
Nope, I was just asking.

Quote:
Have you seen this page?
You should check out that link. It describes multiarching on the new Debian (Ubuntu) dpkg.

Alex Brinister
 
1 members found this post helpful.
  


Reply

Tags
graphics, intel, kubuntu, opengl, wine



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
64 bit cpu-64 bit Ubuntu-are there 32 bit app issues? sofasurfer Ubuntu 7 04-09-2014 02:02 PM
64 bit or 32 bit Ubuntu 10.04 in a multiple boot with windows 64 and 32 bit ? james2b Linux - General 7 09-22-2010 04:12 PM
DVD distro of ubuntu 9.10 64 bit doesn't see VIA Nano C7D CPU as 64 bit raypsi Linux - Hardware 2 08-30-2010 09:48 PM
Audio Recording Problem, SBx00 Azalia (Intel HDA), Ubuntu 10.04, 32 bit, 64 bit. MIJ-VI Ubuntu 2 05-20-2010 12:24 PM
LXer: Ubuntu 32-bit, 32-bit PAE, 64-bit Benchmarks LXer Syndicated Linux News 0 12-30-2009 11:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration