Hello all,
Problem description:
- Installed fglrx. I’ve tried both, installing the drivers from the AMD ATI website and when that didn’t work I tried the drivers available from opensuse ati repository via YAST2 (http://geeko.ioda.net/mirror/amd-fglrx/openSUSE_13.2/).
- The installation (using either drivers) completes successfully.
- I reboot the system and I am taken directly to console instead of the login page. Checking the /var/log/Xorg.6.log has no errors (EE) and the following warnings(WW):
> more /var/log/Xorg.6.log | grep WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
603.728] (WW) The directory “/usr/share/fonts/misc/sgi” does not exist.
603.993] (WW) Falling back to old probe method for fglrx
604.200] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
604.200] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
604.200] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
604.200] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
604.200] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
604.201] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
604.201] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
604.201] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
604.201] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
604.201] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
604.201] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
604.201] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
604.201] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
604.201] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
604.240] (WW) fglrx(0): board is an unknown third party board, chipset is supported
604.634] (WW) fglrx(0): Option “VendorName” is not used
604.634] (WW) fglrx(0): Option “ModelName” is not used
Steps I’ve taken to resolve the problem:
- I ran /usr/share/ati/fglrx-uninstall.sh to uninstall everything. The system reverts back to the radeon drivers and works fine as expect. i.e. After boot, I am presented with the login screen where I can login as a user and proceed to gnome.
- With the fglrx drivers installed, I tried booting with option “nomodeset” -> same problem
- With the fglrx drivers installed, I can login as root and “startx”. I get the desktop environment working perfectly. Running fglrxinfo shows the anticipated result:
display: :6 screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon HD 5800 Series
OpenGL version string: 4.4.13283 Compatibility Profile Context 14.501.1003 - With the fglrx drivers installed, from the console I logged in as user and “sudo init 5”. It seems that the graphical interface is starting up although it takes hours to slowly appear. I get the green openSUSE background with nothing else appearing. In this case the file /home/user/.local/xorg/Xorg.6.log has an error (EE) xf86OpenConsole: Cannot open /dev/tty0 (No such file or directory). I added the user to the tty group but still that did not fix the problem.
- With the fglrx drivers installed, I added the user to the groups video, tty, but did not fix the problem.
System:
I am using openSUSE 13.2 on a 64 bit system. I have installed the 64 bit fglrx drivers. I have an ATI Radeon HD5850 graphics card.
I would greatly appreciate it if anyone has an insight as to what might be causing the problem with fglrx and xorg. Although I can use the system with the radeon drivers, I really want to use the ATI drivers for GPU programming instead.
Thank you for your time.
C.