![]() |
|
|||||||
| Drivers Discussion forum for Linux drivers. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | Advertisement (Guests Only)
Login or Register to remove this ad
|
|
Newbie
Join Date: Feb 2012
Posts: 3
|
So the latest driver simply detects your current OS and automatically installs the corresponding display driver. I would like to know if there is a way I can force it to install a 32-bit display driver in my 64-bit Ubuntu 11.10 installation. The alternative is obviously a fresh installation of 32-bit Ubuntu, which is a bit annoying with this particular laptop model. |
|
|
|
|
|
|
#2 |
|
Radeon HD 6770
Join Date: Sep 2007
Posts: 78
|
Howdy, yes its doable. But not sure it will start. First step is installing: 1. Install the ia32-libs Second step is trying to force the install to install the one you want, look into the switches for the installer. I cant give you the right switch here since I am currently at work on a windows machine. Is there a bug in the 64 bit version that crashes your computer? Kind regards Brut. |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Feb 2012
Posts: 3
|
Thanks for the reply, Brut. There is no bug, as the display driver worked fine. My problem is that I am unable to play games through Wine with a 64-bit display driver. In order to look into the switches, would I open up the .run with gedit and try to edit some lines in the code? I'm not quite sure what I am supposed to do. ![]() |
|
|
|
| Advertisement (Guests Only) |
|
Login or Register to remove this ad
|
|
|
#4 |
|
Rage3D Veteran
Join Date: Dec 2002
Location:
Tulsa, OK
Posts: 3,826
|
Which games are you playing? If I have them, I will test them with wine. The best way to install the drivers is: Install the packages needed to build and use the Linux Catalyst. Code:
sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases linux-headers-generic ia32-libs Code:
sudo ln -svT lib /usr/lib64 Code:
wget http://www2.ati.com/drivers/linux/amd-driver-installer-12-1-x86.x86_64.run Code:
sudo sh ./amd-driver-installer-12-1-x86.x86_64.run --buildpkg Ubuntu/oneiric Code:
sudo dpkg -i fglrx*.deb |
|
|
|
|
|
#5 |
|
Newbie
Join Date: Feb 2012
Posts: 3
|
Nice. Thank you very much, as this did the trick. I appreciate you taking the time to really walk me through step-by-step, as I am rather new to Linux. Before, I couldn't get anything to run through Steam. Now, I can get anything to work without too much difficulty, such as Skyrim. |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Do I get AVIVO decoding if I just install Display Driver only? | Free888 | CATALYST Drivers | 33 | Jan 2, 2010 05:09 AM |
| Install driver without display tab | Dutchboy | CATALYST Drivers | 5 | Apr 14, 2003 12:28 PM |
| Catalyst Driver Option - Force Vsync on & default 60hz fix | MrB | General News | 0 | Sep 19, 2002 08:53 PM |
| how exactly do you do a display driver clean install under win2k? | oozle | General Radeon Discussion | 4 | Jan 6, 2002 02:40 AM |