Debian Hardware :: Can't Get OpenGL To Work On Radeon Free Drivers (Jessie)
Apr 1, 2014
I'm using Debian Jessie. All the firmware packages are properly installed, and so are the radeon free driver packages.
However, Gallium falls back to llvmpipe, which from what I understand is a software rasterizer and not actually hardware rendering.
Everything works fine except some specific things like KDE's cube animation, which says it can't be enabled because it requires OpenGL.
How do I get Debian to run Gallium properly?
I attached some relevant info...
glxinfo | grep -i opengl
View 14 Replies
ADVERTISEMENT
Jun 4, 2011
I have the HD4850 and, I wanted to know if it is possible to use the CLI to see which version of OpenGL is the latest version I can use according to my driver. If it's not possible via the CLI then, what's the next best way? (I can't find a website for the radeon driver listing the latest OpenGL support per supported card).
View 6 Replies
View Related
May 4, 2015
I have an older computer and I did a fresh install of Jessie
Procesor AMD, Graphic card ATI Radeon 9200 PRO / RV280
After instalation my computer boot into black screen. I have no problems with wheezy.
I installed manually firmware-linux-nonfree (in case) module R200_cp is loading correctly.
When I configure Xorg, my log file says something like that:
-----------------------------------------------------------------------------------
(EE) Segmentation fault at address 0x0
Fatal server error:
(EE) Caught signal 11 (Segmentation fault). Server aborting
--------------------------------------------------------------------------
View 14 Replies
View Related
Sep 15, 2013
I recently installed Debian Jessie on my computer with M2A-VM motherboard and Radeon X1250 graphics card. The problem I am having is some games are running extremely slow, Torc and Mame64. I ran glxgears and it displayed gears running nicely. I ran glxinfo and it said direct rendering yes. It also displayed a lot of lined ending with none or slow. How I can make the graphics card run faster?
View 3 Replies
View Related
Jun 15, 2014
I am running a small Debian Jessie installation on my Zotac Nano AD10 (based on AMD's E-350, Radeon 6310). I use it as an MPD server, it outputs to my receiver over HDMI.
Up until kernel 3.11 that works fine. My GRUB command line looks like this (default grub.cfg file):
Code: Select all$ grep radeon /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet elevator=noop radeon.audio=1 radeon.dpm=1"
Up till 3.11, this worked fine. The available outputs in alsamixer are unmuted [00]. Aplay reports this:
Code: Select all$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
I also set the HDMI output as system-wide default:
Code: Select all$ cat /etc/asound.conf
pcm.!default {
    type plug
    slave {
    pcm "hw:0,3" # HDMI audio
    }
     }
Running speakertest on device 0,3 though, - no sound:
Code: Select all$ speaker-test --device plughw:0,3
speaker-test 1.0.27.2
Playback device is plughw:0,3
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 64 to 16384
Period size range from 32 to 8192
Using max buffer size 16384
[Code] ...
I've tried fixing this repeatedly (3.12, 3.13, 3.14) but everytime i find myself returning to 3.11 because that keeps working.... Some posts suggest running xrandr could get it working, but this is a headless installation, so I cannot use xrandr.
For reference, OpenELEC works on this same system (separate install), and they're up to 3.14 as well. Never had a problem with OpenELEC and the audio not working.
View 1 Replies
View Related
Jun 30, 2015
As the subject states i have a desktop with a radeon 9200 card, when i install the firmware-linux-nonfree the system hangs when x starts(sometimes you can see the login manager, sometimes not, but you cant login at all) and i cant access any of the terminals ctrl+alt+f(1-6), after removing the firmware-linux-nonfree package the system boots, but the graphics are under software render...
View 3 Replies
View Related
May 11, 2015
If you have a Radeon graphics chip and upgrade to Jessie, install firmware-linux-nonfree, before rebooting.
My dist-upgrade to Jessie seemed flawless until I rebooted and couldn't get into X.
Seems Jessie boots into Gnome by default, but Gnome now requires 3-D acceleration. For my Radeon graphics chip (ATI Radeon 3100), this requires firmware-linux-nonfree, which I didn't need before and was not installed as part of the upgrade.
A boot message alerted me to this need.
I was able to get X going with xinit. I used FVWM; for XFCE I believe the command is:
xinit /usr/bin/xfce4-session -- :1
and from there I installed the package firmware-linux-nonfree.
View 2 Replies
View Related
Jun 6, 2011
1- I'm trying to install the ATI Mobility Radeon HD 5470 driver over the non-free repository ...the problem is that until now i didn't found a recent documentation ...and to be honest i don't know which procedure should i use to rightly install the driver .
2- I have two graphic cards (integrated Intel with the i5 processor), and i can't change the default one to the ati! because debian had set the intel card as a native one...! that's why i´ m wondering if just an installation of the non-free drivers will solve this or not! I think every body will ask me how the lspci output looks like so here is it : 00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02) 00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 02) 00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02) 00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06) 00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
[Code]...
View 8 Replies
View Related
Aug 10, 2009
I've loaded Fedora and must say what a nice OS! But I'm having some issues getting the video working correctly so let me jump right into the issue. The video is very garbled and hard to read. can't seem to find a way to correct what would appear to be a driver issue. Here are a list of things tried:
- display works fine with Ubuntu
- display is clear but is chopped off when using an external monitor from onboard vga slot
The video card is an ATI radeon and the linux drivers from the ATI site don't work with the new images that are out yet.
View 3 Replies
View Related
Aug 3, 2010
A friend of mine is looking for a cheap PCI graphics card to do TV-out from his PCI only PC for MythTV duties. We've found cheap old PCI Radeon 9200's with TV Out on eBay. These appear to only be supported by the open source drivers now, but will the TV out work with the open source drivers?
View 3 Replies
View Related
Jan 13, 2011
Is this card supported in Squeeze by either the non-free firmware or the proprietary driver? I just got one to stick into an older box that will be going to a college girl that wants the 3D desktop in KDE. The built-in video was a joke and wouldn't even work without compositing. It was one of those crappy, non-standard pieces of crap known as a "Unichrome" (not the pro).
View 10 Replies
View Related
Jan 30, 2010
I just built myself a new 64bit computer, but I'm having a little trouble getting it going. At first I put windows 7 on it, but it requires 1gb of RAM just to run it's basic programs, and it's all bogged down with all these useless programs, and when I tried to turn off some programs to make it faster, half my stuff stopped working all together, because they required all these programs just to run other programs, it's just absolutely ridiculous.
So I looked into Linux, and after asking around a bit, I installed Debian. It's exactly what I want in an operating system, completely customizable, but I guess I've been spoiled by microsoft and I'm not that good with all the command lines and configuring the kernel.
Righty now I'm trying to get my video card going, but I can't even figure out how to get the drivers installed. I went to amd.com and got the drivers, but when I try to just put them in the bin, but it keeps telling me I don't have administrator priveleges, but I do. Then I tried following this manual wiki.debian.org/Manual-Howto#Atibinarydriver]Manual-Howto - Debian Wiki , but I got stuck at the part where it tells me to copy and edit my xorg.config. When I go to copy, it tells me the directory doesn't exist, but it does. And when I go to edit the xorg.config, it tells me I don't have priveleges again.
So is there any easy way to get my video card installed, or do I really have to create this new kernel and go through this whole long process? My motherboard has hybrid crossfire technology, am I able to use that with debian?
Here is what I have in my comp, in case the info is needed.
Debian Release 5.0.4 (lenny) Kernel Linux 2.6.26-2-amd64 GNOME 2.22.3
MSI KA780G mothboard
2x1gb ddr2 pc2-5300
AMD Athlon II 2.8ghz Quad Core 630
1gb pci-e radeon hd4350
View 5 Replies
View Related
Sep 24, 2015
I recently switched over to Debian 8 "Jessie" (64-bit Cinnamon flavor) on my Desktop.
250GB SSD
16 GB DDR3 RAM
i7 4790 Processor
AMD Radeon R9 280X
I have been able to play multiple games on Steam without any issues, however I have downloaded Ark: Survival Evolved and am unable to actually play that game in particular. I can log in and get to a point of choosing a server, but after it actually loads to the game(where it starts rendering graphics), the game crashes to the desktop. Below is the readout of the crash from when I loaded Steam via Terminal.
Code: Select all Â
  Signal 11 caught.
  ERROR: ld.so: object '/home/lukasz/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
  ERROR: ld.so: object '/home/lukasz/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
  Â
[Code] ....
I have noticed that the above (zenity:13343): Gtk-WARNING line in terminal is the point at which the game crashes. It would appear that the steam gameoverlayrenderer.so is a separate issue and may be a common occurence in the background that you just don't see.(?)
Things that I have done thus far:
-Verified that the video card is good
-Tried Open-source graphics drivers
-Currently using the AMD 15.9 Proprietary Drivers directly from AMD with Catalyst Control Center.
-Reinstalled "zenity" to ensure that it was not corrupted.
-Verified which Gtk+ versions that I have installed(see below)
Code: Select all Â
  lukasz@Lukasz-Desktop:~$ pkg-config --modversion gtk+-2.0 gtk+-3.0
  2.24.25
  3.14.5
Is there a "default" gtk+ version that I have to alter for it to recognize that I have Gtk+ 3.0 installed, or did I miss something somewhere?
My hypothesis:
-It has something to do with 32-bit/64-bit conflictions(Maybe the game? My steam is 64-bit)
-My graphics card may not be supported by Ark: Survival Evolved yet.
-I am missing some libraries each time I have attempted different video drivers.
-Something with steam did not get installed correctly(I have not attempted to uninstall and reinstall it, however other games function correctly)
View 7 Replies
View Related
Aug 4, 2015
My purpose is to be able to use Canon printers with my debian jessie system (installed via netinst iso).
I have read this wiki page but unfortunately it is a little old. I still have followed/adapted the instructions there but it fails on my system on step 6. I will explain below.
Latest Canon drivers in the official website is v3.10. US version of it can be obtained from here.
When I try to install .deb package in the driver file archive I get following output:
Code: Select allsudo dpkg -i cndrvcups-ufr2-us_3.00-1_amd64.deb
[sudo] password for ert:
Selecting previously unselected package cndrvcups-ufr2-us.
(Reading database ... 155527 files and directories currently installed.)
Preparing to unpack cndrvcups-ufr2-us_3.00-1_amd64.deb ...
Unpacking cndrvcups-ufr2-us (3.00-1) ...
[Code] ....
And the next thing I tried:
Code: Select allsudo apt-get install cndrvcups-common
[sudo] password for ert:
Reading package lists... Done
Building dependency tree   Â
Reading state information... Done
Package cndrvcups-common is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source. However the following packages replace it:
 cndrvcups-ufr2-uk cndrvcups-ufr2-us
E: Package 'cndrvcups-common' has no installation candidate
I cannot solve this package error.
View 2 Replies
View Related
Mar 14, 2011
been away from linux for while used to use slackware mostly using debian 6.0 amd 64 I tried using the info from http://wiki.debian.org/ATIProprietary but it doesnt work, dont have deb installed and apt-get install didnt work to install it
View 15 Replies
View Related
May 27, 2011
I need some help installing the driver. I am very noob. so when I try to build a deb file with sh ati-driver-installer-11-5-x86.x86_64.run --buildpkg Debian/testing
# sh ati-driver-installer-11-5-x86.x86_64.run --buildpkg Debian/testing
Created directory fglrx-install.7aYYig
Verifying archive integrity... All good.
Uncompressing ATI Catalyst(TM) Proprietary Driver-
[Code]...
View 12 Replies
View Related
Mar 14, 2016
i just migrated from fedora to debian, and i already love this system. it only seems that i am facing a serious problem with this graphic card.running on debian 8.3.booting my system, i do get this message:
[8.167619] [drm:radeon_pci_probe] *ERROR* radeon kernel modesettingfor r600 or later requires firmware-linux-nonfree.
after that the system seems to run normally except of the fact that it doesn't look well and i cannot set the appropriate resolution for my monitor.
lspci -nn | grep VGA output:
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Barts PRO [Radeon HD 6850] [1002:6739]
already tried both, the open source and the proprietary drivers, and both cause serious problems.
i tried to install the proprietary driver following these instructions: URL...
after restarting the system i get a black screen with a blinking cursor at the top left corner, and that's it.
then tried to install the open source driver following these instructions:URL...
but after restarting the system my monitor goes into some sort of a "sleep monitor mode", and that's it.in both cases i wasn't able to boot the system through the recovery mode, so i didn't know what else to do and re-installed the whole system each and every time i tried a driver.let's say i have installed the system like 5 times in the past 12 hours.
View 4 Replies
View Related
May 27, 2011
I'm trying to install radeon 5770 drivers but it fails with this message.... same message when I use sgfxi
Code:
# vim /usr/share/ati/fglrx-install.log
1
2 Creating symlink /var/lib/dkms/fglrx/8.85/source ->
[Code]....
View 3 Replies
View Related
Feb 9, 2016
Does upgrade from wheezy to jessie modify print drivers....
View 1 Replies
View Related
Feb 21, 2010
I'm running a Squeeze system on a PC with an ATI Radeon HD 4200 graphics card. Until recently I had been using the fglrx drivers without difficulty, but a recent upgrade removed fglrx - apparently this is because ATI has yet to release drivers for Xorg 1.7. So I've switched to the open source driver (radeon), but am not getting any 3D acceleration - hence can't run desktop effects in either kwin or compiz. When I run "glxinfo | grep OpenGL" I get the following:
OpenGL vendor string: Mesa Project
OpenGL renderer string: Software Rasterizer
OpenGL version string: 2.1 Mesa 7.6.1
OpenGL shading language version string: 1.20
OpenGL extensions:
It's the software rasterizer that is the problem, I gather. After Googling for similar problems encountered by others, I've installed firmware-linux and firmware-linux-nonfree, but to no effect. All fglrx-* packages are purged. Does anyone have any other thoughts? (I don't currently have an xorg.conf file in use.)
View 10 Replies
View Related
Sep 20, 2010
I'm an owner of a ATI mobility radeon X1300 card. Since ATI tagged my card as legacy, i'm stuck with the open source radeon drivers. Wich doesn't bother me, as i know they are slower and openGL support doesn't equal fglrx. What does bother me is that the current version 7.9 dev. claims to have full opengl support up to 2.1. I'm trying to use a extention that is part of the openGL version 1.3 and it's failing. This is a known issue for a long time now and it really disappoints me. "Compressed textures" is what i'm talking about.
Is there any way to make sure that drivers aren't tagged with something they support if they obviously don't? I guess the KDE4 kwin vs drivers thing is the same as i'm trying to say now. Drivers should be documented with what they effectively support and not what they should support. What can I do to make this public to xorg developers? I could only think about posting this here as i have no idea where to put it elsewere. Could someone please point me in the right direction to where i should send this complaint?
View 2 Replies
View Related
Dec 29, 2014
I'm trying out a Jessie install and have noticed VNC doesn't work as well as it used to. I often install a desktop environment on a headless machine, disable *dm, and use vnc4server to create a desktop session if I want to use a GUI. When I try to do the same on Jessie, I run into problems.
Using Gnome, all I get is the generic "Oops something went wrong" error. Looking at .xsession-errors, there are some errors that hint at the problem.
Code: Select allXsession: X session started for ryan at Mon Dec 29 06:07:30 CST 2014
X Error of failed request:Â BadValue (integer parameter out of range for operation)
 Major opcode of failed request: 109 (X_ChangeHosts)
 Value in failed request: 0x5
 Serial number of failed request: 6
 Current serial number in output stream: 8
[Code] ....
Some possibly related bugs: [URL] ...
The same thing seems to happen with Cinnamon. Since I doubt a fix for the above issue will make it into Jessie, I tried XFCE. However, that doesn't work correctly either. When running XFCE via VNC something is misreporting the version of xrandr as 1.1 instead of 1.4. Since xfsettingsd appears to want version 1.2+, many things are broken.
This post on the Ubuntu forums suggests the issue might be fixed in xfsettingsd version 4.11: [URL] .....
Is there a better way of getting a remote desktop in Jessie that I'm overlooking?
View 0 Replies
View Related
May 8, 2015
Everything was working fine on Deb 7.7 with propriety driver. Then I did what I "presumed" to be an "update" through apper but it upgraded to Deb 8. The upgrade borked half way through with errors (cannot remember what they were, unfortunately I had to go out - wasn't expecting an upgrade or I'd have done it with more time).
Apper stated it had part installed stuff and trying to run update again (through apper) then had "no permissions" issues even though I entered password. After a few reboots and upgrading through recovery I "seem" to have resolved that, but might be related to this issue.
After resolving that issue I booted up and the grey GUI login screen was fine, after entering password the next screen was a colourful splash screen (with "Desktop" tab in top right corner), but it doesn't advance from that screen. No mouse, can't click or tab. Ctrl Alt Del does nothing.
The image looked like this, but with only "Desktop" in a black tab at the top right.
[URL] ....
I've never seen this screen before.
After followed this guide using recovery boot:
[URL] ....
Code: Select allapt-get purge "fglrx.*"
rm /etc/X11/xorg.conf
sudo apt-get install --reinstall xserver-xorg-core libgl1-mesa-glx:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:amd64 libgl1-mesa-dri:amd64
sudo dpkg-reconfigure xserver-xorg
My system booted fine, albeit low resolution etc.
So I tried to install proprietary again using this Debian how to: [URL] ....
Although the procedure looks the same for Deb7 as it does Deb8 (barring the source).
The same problem happened where I was stuck at the loading/splash screen after GUI login.
So I removed the proprietary drivers again and am now back in, again albeit low res like am back in he 90's. Also, that splash screen doesn't show at all now.
The driver is supposed to be fine with my setup, so is there some issue left over from the borked upgrade perhaps? Everything seems fine otherwise.
View 14 Replies
View Related
Apr 15, 2015
I'm fairly new to linux. A few months ago I installed Debian Jessie and for the most part everything has gone pretty smoothly. The last piece of hardware I have to get working is my ScanJet 8200 flatbed scanner. From the SANE documentations, I know the hardware is supported, so I assume I must be doing something wrong with setup. It is correctly identified using lsusb:
Code: Select allroot@debian:/home/jessiesgirl# lsusb
Bus 002 Device 002: ID 8087:8001 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8009 Intel Corp.
[code]....
I get an error. Trying to use an application like SimpleScan give me an error telling me that it is unable to connect to the scanner.
View 14 Replies
View Related
May 7, 2015
Running Jessie, x64 Intel iCore 7 16 RAM with a properly partitioned drive to the specifications I prefer. Running the KDE Shell. For some reason my third monitor is not detected by Debian Jessie at all. When I run the command to list the monitors lspci | grep VGA I think. Only two monitors are listed, I know the other monitor works. During Grub bootup it even has some startup text running in it.
View 9 Replies
View Related
May 14, 2011
I need a driver for 10.04 that supports OpenGL, cause in my games i'm unable to do anything with opengl, it just swaps me to d3d..
View 4 Replies
View Related
Jul 10, 2015
I would like to upgrade from Win8.1 to Debian 8. This post might require some Wind expertise as well. I have to deal with the dreaded UEFI interface.
I got the iso with the added firmware from here: [URL] ....
The i386 download and it appears to be 334 MB. I pretty got it because I don't want to mess with the wireless controller (been there done that.)
As far as the Wind side goes I disabled secure boot. Just whenever I get to the fancy blue screen, I select boot from EFI DVD. Then it just says it can't load it and asks if I want to continue loading the OS. This might be useful I used the default Desktop Burning Gadget to burn the disk image.
View 14 Replies
View Related
Mar 27, 2016
Debian configurating, so I try to use wifi adapter, but it doesn't work. I have installed Debian Jessie from netinst CD. To reach perfect speed no options were selected. After I installed xfce4 and xfce4-goodies.I follow some different instructions and no dice. Wicd show me no avalable wifi connections. used Ubuntu 14, Ubuntu 12, etc. and I didn't have any problems with wi-fi connections. Some outputs of comands...
Code: Select allsatyva@meliorD:~$ cat /etc/debian_version
8.3
Code: Select allsatyva@meliorD:~$ lspci | grep 4313
02:00.0 Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)
[code]....
View 4 Replies
View Related
Jan 19, 2014
I've tried installing both ibus-anthy and ibus-mozc in Jessie but I still cannot input Japanese.
By contrast, In Wheezy, when using anthy for example, I can see ibus preferences icon where I can configure ibus and anthy. This doesn't show up in Jessie.
View 12 Replies
View Related
Mar 30, 2015
I recently install a Debian 8.0 Jessie on a Laptop Dell latitude E6540 with gnome 3.14+3. But the problem is that it doesn't recongnize my multimedia buttons, I tried some methods but I didn't get results.
Code:
Code: Select all$showkey --scancodes
volume up  -- 0xe0 0x30 0xe0 0xb0
volume down -- 0xe0 0x2e 0xe0 0xae
volume mute -- 0xe0 0x20 0xe0 0xa0
$showkey --keycodes
volume up  -- 115
volume down -- 114
volume mute -- 113
[Code] ....
When I reassinged the keys on Settings>Keyboard>Shortcuts to F7, F8 and F9 it works, but when use the keys volume up, down and mute It doesn't show anything.
The same happens with Fn + Brightness keys, in this case it worked the first time but then stop to work I don't know why..
View 5 Replies
View Related