Page 88 of 89 FirstFirst ... 387886878889 LastLast
Results 871 to 880 of 882

Thread: AMD/Intel Hybrid Graphics works

  1. #871
    Join Date
    Oct 2010
    Location
    Belo Horizonte, Brazil
    Beans
    75
    Distro
    Kubuntu 13.10 Saucy Salamander

    Re: AMD/Intel Hybrid Graphics works

    If you guys are on Ubuntu 14.04, DON'T INSTALL latest Intel Linux Graphic Driver (2014Q2)!!!

    I do only recommend a fresh install of Ubuntu 14.04 and install fglrx ONLY!

    That's because Intel Linux Graphic Installer Driver 2014Q2 upgrades Linux Kernel to 3.15 and Xserver to 1.15.1 and fglrx doesn't run with those versions

  2. #872
    Join Date
    Aug 2012
    Beans
    9

    Re: AMD/Intel Hybrid Graphics works

    Currently using the 14.6 Beta driver as the 14.4 Official doesn't support 14.04.

    To fix my disappearing driver issue I uninstalled the latest intel open source drivers and then reinstalled the 14.6 drivers. I probably should have used apt to install fglrx, but this works for now. The Unofficial AMD wiki didn't really mention too much about the drivers released in Trusty, although I assume the 8850M is supported as it's not a new card and was supported in previous releases.

    I still have difficulty switching between my Intel and AMD cards, so I pretty much just live with my AMD card enabled.
    Last edited by HonorableGoat; September 22nd, 2014 at 01:23 AM.

  3. #873
    Join Date
    Oct 2014
    Beans
    2

    Re: AMD/Intel Hybrid Graphics works

    Quote Originally Posted by Niccola View Post
    Hey everybody getting errors (low graphic mode, etc...). Please post the following command's output:

    Code:
    sudo lshw -C display; lsb_release -a; uname -a
    Code:
    konig@konig-Lenovo-G500:~$ sudo lshw -C display; lsb_release -a; uname -a
      *-display               
           description: VGA compatible controller
           product: 3rd Gen Core processor Graphics Controller
           vendor: Intel Corporation
           physical id: 2
           bus info: pci@0000:00:02.0
           version: 09
           width: 64 bits
           clock: 33MHz
           capabilities: msi pm vga_controller bus_master cap_list rom
           configuration: driver=i915 latency=0
           resources: irq:43 memory:d8000000-d83fffff memory:c0000000-cfffffff ioport:4000(size=64)
    No LSB modules are available.
    Distributor ID:    Ubuntu
    Description:    Ubuntu 14.04.1 LTS
    Release:    14.04
    Codename:    trusty
    Linux konig-Lenovo-G500 3.13.0-38-generic #65-Ubuntu SMP Thu Oct 9 11:36:50 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
    Code:
    sudo aticonfig --px-dgpu
    sudo: aticonfig: command not found


    my xorg.conf is empty.if ı paste it my backup xorg.conf ı m getting low graphic mode error.
    Last edited by wyfsysf; October 17th, 2014 at 10:18 PM.

  4. #874
    Join Date
    Oct 2007
    Beans
    80

    Re: AMD/Intel Hybrid Graphics works

    Quote Originally Posted by HonorableGoat View Post
    To fix my disappearing driver issue I uninstalled the latest intel open source drivers and then reinstalled the 14.6 drivers. I probably should have used apt to install fglrx, but this works for now. The Unofficial AMD wiki didn't really mention too much about the drivers released in Trusty, although I assume the 8850M is supported as it's not a new card and was supported in previous releases.
    Can you provide the commands to uninstall the intel driver and install the 14.6 version?

    Which of the guides did you follow to get the fglrx working? Nicola's #857 ?

    On sidenote, following this thread I couldn't figure out whether 5xxx is muxed or muxless and whether the BIOS is blocked as there is no switch there. Can somebody explain how to find that out? I googled around but it's unclear... most posts just say below 5xxx is probably muxed, above 5xxx is probably muxless.

    Nobody posted the OP or nicola's solutions works for 5xxx so...

  5. #875
    Join Date
    Oct 2010
    Location
    Belo Horizonte, Brazil
    Beans
    75
    Distro
    Kubuntu 13.10 Saucy Salamander

    Re: AMD/Intel Hybrid Graphics works

    As I expected, Ubuntu 14.10 Utopic Unitorn is running well with native fglrx. This is the set up I recommend everyone:

    Fresh Installation Ubuntu Utopic Unicorn 14.10
    install native fglrx:

    Code:
    sudo apt-get install fglrx-updates
    I am working to fix some issues regarding fglrx on 14.04 LTS though

  6. #876
    Join Date
    Dec 2014
    Beans
    1

    Re: AMD/Intel Hybrid Graphics works

    Dear All,

    I have an AMD/Intel hybrid graphics setup in my Dell Laptop running Ubuntu 14.10 64-bit. Following are my VGAs:

    Code:
    00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Thames [Radeon HD 7500M/7600M Series]
    I have tried to use fglrx and fglrx-updates from the official Ubuntu PPA as well as downloaded it manually from AMD's website, but I am unable to start X. I see following errors in the Xorg.0.log:
    Code:
    [    49.776] (EE) Screen 1 deleted because of no matching config section.
    [    51.485] (EE) fglrx(0): Failed to allocate caches, disabling RENDER acceleration
    [    51.491] (EE) fglrx(0): [intel] Failed to allocate video resources for front buffer 1366x768 at depth 24
    [    51.492] (EE) failed to create screen resources(EE)
    I have tried "nearly" every tutorial available to make fglrx work, but i have failed. Also Nick Andrick's PPA does not contain builds for Utopic. ANY/ALL suggestions are most welcome.

    Thank you.
    Waqar.

  7. #877
    Join Date
    Feb 2015
    Beans
    1

    Re: AMD/Intel Hybrid Graphics works

    Installing notebook graphics driver in ubuntu 14.04.2

    I'm using ubuntu 14.04.2 64-bit with Radeon HD 7730M in a DELL inspiron 7720, which has hybrid graphics. I was looking for a way to install the proprietary drivers on my system, but Nicolla's #857 post only talked about the drivers for desktop cards, wich came as a .run file, opposed to the .deb packages found here. I followed the method described here, but couldn't install the dependencies from amd page, so I tried installing the .deb packages and dealing with the dependencies erros found as suggested in the comments. But none of the dependencies specified in AMD's release notes were required, and the only package necessary was dkms.

    Finally, the final method that worked for me was:

    Download packages for ubuntu 14.04 found in the first link.

    Code:
    sudo dpkg --add-architecture i386
    sudo apt-get install lib32gcc1 libc6-i386
    sudo apt-get install dkms
    sudo dkms -i core-driver-package-from-amd.deb
    sudo dkms -i fglrx-package-from-amd.deb
    sudo dkms -i dev-package-from-amd.deb
    sudo dkms -i amdcccle-package-from-amd
    Then reboot.

    The only issue I ran into with this method, was that when I turn my computer on the screen appears chopped (don't know how to describe it accurately), but closing the lid making my computer go into suspend and then waking it solves this.

    Regarding the hybrid graphics support, amd catalyst comes with an option to swich graphis, but I didn't test that, since it was said here that 14.04.2 has problems with linux intel driver.
    Last edited by ivanml1992; March 2nd, 2015 at 04:28 AM.

  8. #878
    Join Date
    Apr 2012
    Beans
    1

    Re: AMD/Intel Hybrid Graphics works

    Hi guys.

    My system config is
    HP Pavilion DV6 3112tx laptop with Windows 10 and Linux Mint 17.2
    AMD Radeon HD5650 shows up as Madison hybrid with Intel HD3000 Ironlake

    I tried installing fglrx in Ububtu 15.04 using the method on this thread. It gets installed but X goes into Low graphics mode. Default drivers work perfectly with Intel, however I am unsure as to how to switch to AMD.

    However here is the issue I don't care about the Intel, I need the AMD to run with steam games. I cant even switch to AMD. I'm happy with Open source drivers or the proprietary ones whichever works. Catalyst Control Centre does not load gives an error Device not found.



    With fglrx installed details are:

    Running glx gears with fglrx runs very slow and choppy with msg:
    XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
    Running aticonfig --initial gives:
    PowerXpress info: Diagnostic output from /usr/lib/fglrx/switchlibglx:
    update-alternatives: warning: forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken
    update-alternatives: warning: not replacing /usr/lib/x86_64-linux-gnu/xorg/extra-modules with a link

    Using /etc/X11/xorg.conf
    Saving back-up to /etc/X11/xorg.conf.fglrx-1
    Running lshw gives:
    Code:
    *-display                
           description: VGA compatible controller 
           product: Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M] [1002:68C1] 
           vendor: Advanced Micro Devices, Inc. [AMD/ATI] [1002] 
           physical id: 0 
           bus info: pci@0000:01:00.0 
           version: 00 
           width: 64 bits 
           clock: 33MHz 
           capabilities: pm pciexpress msi vga_controller bus_master cap_list rom 
           configuration: driver=radeon latency=0 
           resources: irq:44 memory:a0000000-afffffff memory:c4400000-c441ffff ioport:4000(size=256) memory:c4440000-c445ffff 
      
    *-display 
           description: VGA compatible controller 
           product: Core Processor Integrated Graphics Controller [8086:46] 
           vendor: Intel Corporation [8086] 
           physical id: 2 
           bus info: pci@0000:00:02.0 
           version: 02 
           width: 64 bits 
           clock: 33MHz 
           capabilities: msi pm vga_controller bus_master cap_list rom 
           configuration: driver=i915 latency=0 
           resources: irq:43 memory:c0000000-c03fffff memory:b0000000-bfffffff ioport:5050(size=8)
    Running lspci gives:
    Code:
    00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02) (prog-if 00 [VGA controller]) 
        Subsystem: Hewlett-Packard Company Device [103c:144a] 
        Flags: bus master, fast devsel, latency 0, IRQ 43 
        Memory at c0000000 (64-bit, non-prefetchable) [size=4M] 
        Memory at b0000000 (64-bit, prefetchable) [size=256M] 
        I/O ports at 5050 [size=8] 
        Expansion ROM at <unassigned> [disabled] 
        Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- 
        Capabilities: [d0] Power Management version 2 
        Capabilities: [a4] PCI Advanced Features 
        Kernel driver in use: i915 
     
    00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06) 
    -- 
    01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M] [1002:68c1] (prog-if 00 [VGA controller]) 
        Subsystem: Hewlett-Packard Company Mobility Radeon HD 5650 [103c:144a] 
        Flags: bus master, fast devsel, latency 0, IRQ 44 
        Memory at a0000000 (64-bit, prefetchable) [size=256M] 
        Memory at c4400000 (64-bit, non-prefetchable) [size=128K] 
        I/O ports at 4000 [size=256] 
        Expansion ROM at c4440000 [disabled] [size=128K] 
        Capabilities: [50] Power Management version 3 
        Capabilities: [58] Express Legacy Endpoint, MSI 00 
        Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+ 
        Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> 
        Kernel driver in use: radeon
    Finally here's my xorg log:
    Code:
    [    32.096] 
    X.Org X Server 1.15.1
    Release Date: 2014-04-13
    [    32.096] X Protocol Version 11, Revision 0
    [    32.096] Build Operating System: Linux 3.2.0-76-generic x86_64 Ubuntu
    [    32.096] Current Operating System: Linux zack-HP-Pavilion-dv6-Notebook-PC 3.16.0-38-generic #52~14.04.1-Ubuntu SMP Fri May 8 09:43:57 UTC 2015 x86_64
    [    32.096] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-38-generic root=UUID=08f2aed5-1049-441a-8fe0-1571d570c1b2 ro quiet splash vt.handoff=7
    [    32.096] Build Date: 12 February 2015  02:49:29PM
    [    32.096] xorg-server 2:1.15.1-0ubuntu2.7 (For technical support please see http://www.ubuntu.com/support) 
    [    32.096] Current version of pixman: 0.30.2
    [    32.096]     Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    [    32.096] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [    32.096] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep  1 06:38:42 2015
    [    32.096] (==) Using config file: "/etc/X11/xorg.conf"
    [    32.096] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [    32.097] (==) ServerLayout "amd-layout"
    [    32.097] (**) |-->Screen "amd-screen" (0)
    [    32.097] (**) |   |-->Monitor "amd-monitor"
    [    32.097] (**) |   |-->Device "amd-device"
    [    32.097] (==) Automatically adding devices
    [    32.097] (==) Automatically enabling devices
    [    32.097] (==) Automatically adding GPU devices
    [    32.097] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    [    32.097]     Entry deleted from font path.
    [    32.097] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
    [    32.097]     Entry deleted from font path.
    [    32.097] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
    [    32.097]     Entry deleted from font path.
    [    32.097] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
    [    32.097]     Entry deleted from font path.
    [    32.097] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
    [    32.097]     Entry deleted from font path.
    [    32.097] (==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/Type1,
        built-ins
    [    32.097] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
    [    32.097] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
    [    32.097] (II) Loader magic: 0x7f2b5f6a0d40
    [    32.097] (II) Module ABI versions:
    [    32.097]     X.Org ANSI C Emulation: 0.4
    [    32.097]     X.Org Video Driver: 15.0
    [    32.097]     X.Org XInput driver : 20.0
    [    32.097]     X.Org Server Extension : 8.0
    [    32.097] (II) xfree86: Adding drm device (/dev/dri/card0)
    [    32.098] (--) PCI:*(0:0:2:0) 8086:0046:103c:144a rev 2, Mem @ 0xc0000000/4194304, 0xb0000000/268435456, I/O @ 0x00005050/8
    [    32.098] (--) PCI: (0:1:0:0) 1002:68c1:103c:144a rev 0, Mem @ 0xa0000000/268435456, 0xc4400000/131072, I/O @ 0x00004000/256, BIOS @ 0x????????/131072
    [    32.098] Initializing built-in extension Generic Event Extension
    [    32.098] Initializing built-in extension SHAPE
    [    32.098] Initializing built-in extension MIT-SHM
    [    32.098] Initializing built-in extension XInputExtension
    [    32.098] Initializing built-in extension XTEST
    [    32.098] Initializing built-in extension BIG-REQUESTS
    [    32.098] Initializing built-in extension SYNC
    [    32.098] Initializing built-in extension XKEYBOARD
    [    32.098] Initializing built-in extension XC-MISC
    [    32.098] Initializing built-in extension SECURITY
    [    32.098] Initializing built-in extension XINERAMA
    [    32.098] Initializing built-in extension XFIXES
    [    32.098] Initializing built-in extension RENDER
    [    32.099] Initializing built-in extension RANDR
    [    32.099] Initializing built-in extension COMPOSITE
    [    32.099] Initializing built-in extension DAMAGE
    [    32.099] Initializing built-in extension MIT-SCREEN-SAVER
    [    32.099] Initializing built-in extension DOUBLE-BUFFER
    [    32.099] Initializing built-in extension RECORD
    [    32.099] Initializing built-in extension DPMS
    [    32.099] Initializing built-in extension Present
    [    32.099] Initializing built-in extension DRI3
    [    32.099] Initializing built-in extension X-Resource
    [    32.099] Initializing built-in extension XVideo
    [    32.099] Initializing built-in extension XVideo-MotionCompensation
    [    32.099] Initializing built-in extension SELinux
    [    32.099] Initializing built-in extension XFree86-VidModeExtension
    [    32.099] Initializing built-in extension XFree86-DGA
    [    32.099] Initializing built-in extension XFree86-DRI
    [    32.099] Initializing built-in extension DRI2
    [    32.099] (II) LoadModule: "glx"
    [    32.099] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/extensions/libglx.so
    [    32.099] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [    32.099]     compiled for 6.9.0, module version = 1.0.0
    [    32.099] Loading extension GLX
    [    32.099] (II) LoadModule: "fglrx"
    [    32.099] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/drivers/fglrx_drv.so
    [    32.119] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [    32.119]     compiled for 1.4.99.906, module version = 15.20.2
    [    32.119]     Module class: X.Org Video Driver
    [    32.119] (II) Loading sub module "fglrxdrm"
    [    32.119] (II) LoadModule: "fglrxdrm"
    [    32.119] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/extra-modules.dpkg-tmp/modules/linux/libfglrxdrm.so
    [    32.119] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [    32.119]     compiled for 1.4.99.906, module version = 15.20.2
    [    32.119] (II) AMD Proprietary Linux Driver Version Identifier:15.20.2
    [    32.119] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-15.20.1013               
    [    32.119] (II) AMD Proprietary Linux Driver Build Date: Feb 27 2015 03:27:32
    [    32.119] (++) using VT number 8
    
    [    32.122] (WW) Falling back to old probe method for fglrx
    [    32.161] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [    32.178] ukiDynamicMajor: found major device number 250
    [    32.178] ukiDynamicMajor: found major device number 250
    [    32.178] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [    32.178] ukiOpenDevice: node name is /dev/ati/card0
    [    32.178] ukiOpenDevice: open result is 9, (OK)
    [    32.178] ukiOpenByBusid: ukiOpenMinor returns 9
    [    32.178] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [    32.180] (--) Chipset Supported AMD Graphics Processor (0x68C1) found
    [    32.180] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [    32.180] (II) fglrx: intel VGA device detected, load intel driver.
    [    32.180] (II) LoadModule: "intel"
    [    32.181] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [    32.181] (II) Module intel: vendor="X.Org Foundation"
    [    32.181]     compiled for 1.15.1, module version = 2.99.910
    [    32.181]     Module class: X.Org Video Driver
    [    32.181]     ABI class: X.Org Video Driver, version 15.0
    [    32.181] (WW) PowerXpress feature is not supported on A+I Mux platform. Please uninstall fglrx driver.
    [    32.181] (EE) this is a Muxless PX A+I platform, we doesn't supported it
    [    32.181] (EE) No devices detected.
    [    32.181] (==) Matched intel as autoconfigured driver 0
    [    32.181] (==) Matched intel as autoconfigured driver 1
    [    32.181] (==) Matched modesetting as autoconfigured driver 2
    [    32.181] (==) Matched fbdev as autoconfigured driver 3
    [    32.181] (==) Matched vesa as autoconfigured driver 4
    [    32.181] (==) Assigned the driver to the xf86ConfigLayout
    [    32.181] (II) LoadModule: "intel"
    [    32.182] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [    32.182] (II) Module intel: vendor="X.Org Foundation"
    [    32.182]     compiled for 1.15.1, module version = 2.99.910
    [    32.182]     Module class: X.Org Video Driver
    [    32.182]     ABI class: X.Org Video Driver, version 15.0
    [    32.182] (II) UnloadModule: "intel"
    [    32.182] (II) Unloading intel
    [    32.182] (II) Failed to load module "intel" (already loaded, 32555)
    [    32.182] (II) LoadModule: "modesetting"
    [    32.182] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [    32.183] (II) Module modesetting: vendor="X.Org Foundation"
    [    32.183]     compiled for 1.15.0, module version = 0.8.1
    [    32.183]     Module class: X.Org Video Driver
    [    32.183]     ABI class: X.Org Video Driver, version 15.0
    [    32.183] (II) LoadModule: "fbdev"
    [    32.183] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [    32.183] (II) Module fbdev: vendor="X.Org Foundation"
    [    32.183]     compiled for 1.15.0, module version = 0.4.4
    [    32.183]     Module class: X.Org Video Driver
    [    32.183]     ABI class: X.Org Video Driver, version 15.0
    [    32.183] (II) LoadModule: "vesa"
    [    32.184] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [    32.184] (II) Module vesa: vendor="X.Org Foundation"
    [    32.184]     compiled for 1.15.0, module version = 2.3.3
    [    32.184]     Module class: X.Org Video Driver
    [    32.184]     ABI class: X.Org Video Driver, version 15.0
    [    32.184] (II) AMD Proprietary Linux Driver Version Identifier:15.20.2
    [    32.184] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-15.20.1013               
    [    32.184] (II) AMD Proprietary Linux Driver Build Date: Feb 27 2015 03:27:32
    [    32.184] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
        i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
        915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
        Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
        GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    [    32.184] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    [    32.184] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    [    32.184] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    [    32.184] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [    32.184] (II) FBDEV: driver for framebuffer: fbdev
    [    32.184] (II) VESA: driver for VESA chipsets: vesa
    [    32.184] (++) using VT number 8
    
    [    32.185] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
    [    32.185] (WW) xf86OpenConsole: setsid failed: Operation not permitted
    [    32.185] (WW) Falling back to old probe method for fglrx
    [    32.185] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [    32.185] (WW) Falling back to old probe method for modesetting
    [    32.185] (WW) Falling back to old probe method for fbdev
    [    32.185] (WW) Falling back to old probe method for vesa
    [    32.185] (EE) No devices detected.
    [    32.185] (EE) 
    Fatal server error:
    [    32.185] (EE) no screens found(EE) 
    [    32.185] (EE) 
    Please consult the The X.Org Foundation support 
         at http://wiki.x.org
     for help. 
    [    32.185] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [    32.185] (EE)
    Help I have tried so many methods I cant even remember. I just want to run the AMD card I don’t care what driver it is.. Any ideas or suggestions??
    Last edited by zakiur; September 1st, 2015 at 05:49 AM.

  9. #879
    Join Date
    Jan 2010
    Beans
    29
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: AMD/Intel Hybrid Graphics works

    Any news with 14.04.3 release?
    “If we knew what it was we were doing, it would not be called research, would it?” ~ Don Alberto

  10. #880
    Join Date
    Dec 2015
    Beans
    17

    Re: AMD/Intel Hybrid Graphics works

    Any suggestions on Ubuntu 15.10 Intel and AMD hybrid graphics? I cannot get AMD to work either with Propriertary drivers nor fglrx, I have even tried the proposed willy updates and betas.
    Lenovo z51-70. AMD r9 radeon 8900 HD.

Page 88 of 89 FirstFirst ... 387886878889 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •