
Originally Posted by
QIII
With regard to your issue: Did you have fglrx installed in 14.04 prior to upgrading and did you first uninstall it?
I have not tried removing it but the change in experience tells me something has taken over but I might be wrong. So to confirm it I have run the command shown in this thread to collect info on current VGA drivers
http://askubuntu.com/questions/28033...-video-drivers
lspci | grep VGA ; lsmod | grep "kms\|drm" ; find /dev -group video ; \
cat /proc/cmdline ; find /etc/modprobe.d/; cat /etc/modprobe.d/*kms* ; \
ls /etc/X11/xorg.conf ; glxinfo | grep -i "vendor\|rendering" ; \
grep LoadModule /var/log/Xorg.0.log
And I get
Code:
03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Juniper XT [Radeon HD 5770]
/dev/video0
BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic root=UUID=315979a7-13a8-49cf-bd7a-616f29ad8c79 ro acpi=force nomodeset
/etc/modprobe.d/
/etc/modprobe.d/blacklist-watchdog.conf
/etc/modprobe.d/mlx4.conf
/etc/modprobe.d/blacklist-ath_pci.conf
/etc/modprobe.d/blacklist.conf
/etc/modprobe.d/osspd.conf
/etc/modprobe.d/blacklist-firewire.conf
/etc/modprobe.d/fglrx-core.conf
/etc/modprobe.d/fbdev-blacklist.conf
/etc/modprobe.d/dkms.conf
/etc/modprobe.d/blacklist-rare-network.conf
/etc/modprobe.d/iwlwifi.conf
/etc/modprobe.d/blacklist-framebuffer.conf
/etc/modprobe.d/oss-compat.conf
/etc/modprobe.d/vmwgfx-fbdev.conf
/etc/modprobe.d/blacklist-oss.conf
/etc/modprobe.d/blacklist-modem.conf
/etc/modprobe.d/alsa-base.conf
# modprobe information used for DKMS modules
#
# This is a stub file, should be edited when needed,
# used by default by DKMS.
ls: cannot access '/etc/X11/xorg.conf': No such file or directory
direct rendering: Yes
server glx vendor string: SGI
client glx vendor string: Mesa Project and SGI
Vendor: VMware, Inc. (0xffffffff)
OpenGL vendor string: VMware, Inc.
[ 21038.259] (II) LoadModule: "glx"
[ 21038.266] (II) LoadModule: "ati"
[ 21038.267] (II) LoadModule: "radeon"
[ 21038.268] (II) LoadModule: "modesetting"
[ 21038.268] (II) LoadModule: "fbdev"
[ 21038.269] (II) LoadModule: "vesa"
[ 21038.274] (II) LoadModule: "fbdevhw"
[ 21038.274] (II) LoadModule: "fbdevhw"
[ 21038.274] (II) LoadModule: "vbe"
[ 21038.275] (II) LoadModule: "int10"
[ 21038.323] (II) LoadModule: "ddc"
[ 21038.441] (II) LoadModule: "shadow"
[ 21038.442] (II) LoadModule: "fb"
[ 21038.443] (II) LoadModule: "int10"
[ 21038.816] (II) LoadModule: "evdev"
The fglrx file is interesting in the fact that it attempts to blacklist radeon and amdgpu as shown
Code:
# This file was installed by fglrx""
# Do not edit this file manually
blacklist radeon
alias fglrx fglrx
alias radeon off
alias lbm-radeon off
blacklist amdgpu
alias amdgpu off
alias lbm-amdgpu off
I guess it is safe to remove it by just commenting out the conf and not remove the actual binary yet?
I will give it a try and come back to the forum
UPDATE: I have moved the file/changed extension but it has made no difference. I have restarted lightdm first and then also tried restarting the whole machine but I see no change
RE formatting : i thought i had removed it from the post. I am just using QUOTE to highlight the commands outputs
Bookmarks