Error no ums support in radeon module

I watched my laptop reboot after a system update and there was an error mention that caught my attention. I issued a # dmesg | grep radeon and the results were: [ 0.000000] Command line: BOOT_I...

I watched my laptop reboot after a system update and there was an error mention that caught my attention. I issued a # dmesg | grep radeon and the results were:

[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.10.0-327.10.1.el7.x86_64 root=/dev/mapper/centos-root ro crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet LANG=en_US.UTF-8 radeon.modeset=0 rd.driver.blacklist=radeon
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-327.10.1.el7.x86_64 root=/dev/mapper/centos-root ro crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet LANG=en_US.UTF-8 radeon.modeset=0 rd.driver.blacklist=radeon
[    3.837187] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!

I understand UMS is deprecated, and I don’t really need very powerful video performance on this laptop, but it would be nice to have nicer font rendering.

# lspci
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Chelsea LP [Radeon HD 7730M]
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)
08:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)

How to solve it?

asked Mar 31, 2016 at 18:25

gtludwig's user avatar

1

I had a similar issue, in my case the reason was the nomodeset kernel parameter passed by GRUB2. I just removed it from the GRUB2 config and everything works well since then. I suppose that in your case, by analogy, the problem is with
radeon.modeset=0 rd.driver.blacklist=radeon
at the end of your kernel command line. Depending on how well you feel with GRUB configuration you can try to fix it manually or use GRUB Customizer (I went with the second option). Find the kernel command line and change it from

BOOT_IMAGE=/vmlinuz-3.10.0-327.10.1.el7.x86_64 root=/dev/mapper/centos-root ro crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet LANG=en_US.UTF-8 radeon.modeset=0 rd.driver.blacklist=radeon

to

BOOT_IMAGE=/vmlinuz-3.10.0-327.10.1.el7.x86_64 root=/dev/mapper/centos-root ro crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet LANG=en_US.UTF-8 radeon.modeset=1

or delete the «radeon.modeset=0 rd.driver.blacklist=radeon` part entirely.

answered Jan 28, 2018 at 22:36

Krzysiek Setlak's user avatar

4

Updating, I solved this problem, I deleted nomodeset from the file grub2 in the /boot/grub2 folder, after reboot the notification is disappeared and in the display settings there is an option for extracting the second monitor

answered Jul 31, 2019 at 19:48

Guy's user avatar

This post is in continuation with my previous blog post about “A connection to the bus can’t be made: booting issue”. So, as soon as I got rid of my prior booting error I got another one. But this time it was more specific (related to Radeon device) and easy to find out the solution over the web. Here is what worked for me.

1. Machine Specs

https://www.sony.com.sg/electronics/support/laptop-pc-vpc-series/vpcea45fg/specifications

2. Problem

* Type: Booting time issue
* Effect: Slow booting
* Error Message:

[drm:radeon_init[radeon]] ERROR No UMS support in radeon module! [Solved]

* Brief Explanation: After updating my <GNU/Linux>. I am getting this error while booting. Making the booting slow.

3. Cause

After going through this, I found out that the reason is with graphic drivers. I didn’t follow the solution listed there but did something more straightforward.

4. Solution

Install/update/upgrade graphic drivers. That’s it! I followed the instruction of Joshua Besneatte in this answer https://askubuntu.com/questions/1066105/how-to-install-amd-graphic-drivers-on-ubuntu-18-04 which are as follows:

sudo apt update
sudo apt upgrade
sudo apt autoremove
sudo apt autoclean

Now, add the AMD updates PPA and update:

sudo add-apt-repository ppa:oibaf/graphics-drivers
sudo apt-get update
sudo apt upgrade

Then reconfigure your packages to be safe:

sudo apt install --reinstall xserver-xorg-video-amdgpu
sudo dpkg --configure -a
sudo dpkg-reconfigure gdm3 ubuntu-session xserver-xorg-video-amdgpu

Now simply reboot. It worked for me. 🙂

Next: Failed to connect to lvmetad: booting issue

5. Conclusion

I believe that getting the updated graphic drivers is the permanent solution to the error discussed in my previous post. Because somewhere I knew from the start that the problem is associated with GPU drivers. Because I was able to boot perfectly with Linux Mint in compatible mode (that is without GPU acceleration).

I gone through 2 booting issues one after another. Still, I don’t know why these errors were attacking me back to back, one by one, just message kept on changing. Because still, I was not getting clear and fast booting. Quiet hilariously, after resolving this issue, again I was dealing with another one, and this time the message was:

failed to connect to lvmetad

Solution in the next post.

I hope this post will help someone and may they not get into the next error in queue like me. But if you know any other solution regarding the same issue, please do write in the comments section below, that would be helpful for someone else.

Thanks for reading! 🙂

Доброго времени суток.
Подскажите, пожалуйста, товарищи знающие. Суть такова: начал я ковыряться в ubunte в целях самообразования (до этого с линуксом не был знаком). Для этого я выискал свой старенький жесткий диск, подключил к компу и поставил убунту. Через пару месяцев старый хард стал глючить (зависал намертво, что приводило к тому, что убунту включалась через раз, под конец вообще иксы отвалились, убунту включалась только в консольном режиме), и я решил переставить линукс на основной хард, где стоит винда 7-ка. Создал я соответствующий раздел на харде и через dd скопировал системный раздел убунты с глюченного харда (при копировании dd ошибок не выбил). После записал граб и добавил в него пункт загрузки винды.
Теперь, после всех описанный действий, убунту не шибко хочет стартовать на новом разделе. Если на старом харде она хоть в консольном режиме включалась, то сейчас виснет с черным экраном (вначале запускается логотип убунты (в моём случае — оболочка xfce), после надпись uroot (моя метка системного раздела): clean, 327996/1273584 files, 2011215/5120000 blocks). Запустил через рекавери режим — в логе есть пару ошибок:

drm radeon_init error no ums support in radeon module

drm amdgpu init amgpu error VGACON disables amdgpu kernel modesetting

Скрин https://pp.userapi.com/c834401… SLkbS8.jpg

Начал я ковырять по первой ошибке: гугл сказал, что это решаемо убиранием/прописыванием «radeon.modeset=0» в грабе.
Изначально в моём грабе вообще не было данных условий, поэтому я путём проб и ошибок прописывал и с «=0″; и с»=1», и писал «nomodeset», бестолку.
Пробовал я также сделать apt-get upgrade (а вдруг), пробовал дрова на видюху обновить (по-моему, это же что-то явно с ними, к слову, у меня радеон MSI R7 360, проц phenom 965) по этим указаниям http://help.ubuntu.ru/wiki/%D1… %D1%82_amd, пробовал сделать:
sudo apt-get remove intel-microcode iucode-tool
sudo apt-get install amd64-microcode

в общем, ничего не помогло.

Вот текущее содержание граба:
GRUB_DEFAULT=4
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=4
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=»quiet splash»
GRUB_CMDLINE_LINUX=»»

Может, кто-нибудь подскажет по данной ситуации? Можно, конечно, тупо заново поставить убунту, но толку тогда, что я чему-то учусь, если в случае шухера буду сразу перебивать систему.
p.s. у меня таймаут в грабе выставлен 4 секунды, но почему-то при загрузке отчёт ведётся 10 секунд. Почему так?

__________________
Помощь в написании контрольных, курсовых и дипломных работ, диссертаций здесь

  • Печать

Страницы: [1]   Вниз

Тема: Сколько не виделись, лучше бы и не встретились. Ati и Philips.  (Прочитано 2163 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн
oneShot

Здравствуйте! Проблема собственно такова, есть ноут с видюхой Radeon hd3200, жк тв Philips hd ready,ubuntu 14.04 с дровишками из коробки и всё бы ничего, но! Шлейф на ноуте приказал долго жить и единственным решением стало подружить все три компонента посредством hdmi кабеля. И вот всё подключено, нажата кнопка power. Прошёл POST, моргнул grub, наблюдаю загрузку(no splash), вот вот должны стартануть иксы и …. Чёрный экран. Телевизор меня любезно оповещает, что » нельзя отобразить данный видео режим» :o :idiot2: :-
Интернеты говорят, что у Philips’ов это явление распространённое, но как лечить не слова, да и суть не в этом. Ведь всё отображается. Могу зайти в биос, пошарится по грабу, наблюдать загрузку до запуска исков.
 Safe mode тоже результатов не дал.
Собственно и сам вопрос, как с этим бороться?

Asus PRO61Z/AMD TURION X2 2гц./DDR2 2гб./ATI Radeon HD 3200 256Мб.


Оффлайн
Sly_tom_cat

На ноуте есть кнопки переключения дисплея? Обычно Fn + F8 или что-то рядом. Может их надо потыкать?


Оффлайн
oneShot

Увы, но кнопки не помогают. Возможно ли иксы с фиксированным разрешением запустить?

Asus PRO61Z/AMD TURION X2 2гц./DDR2 2гб./ATI Radeon HD 3200 256Мб.


Оффлайн
svcunion


 Safe mode тоже результатов не дал.

Имеется ввиду «recovery mode»? Далее, startX.
А если загрузиться с загрузочного диска, в liveCD. Через HDMI будет картинка?
Также можно попробовать, в биосе отключитьвключить дискретную карту, если есть.
«recovery mode»
#nano /etc/X11/xorg.conf
Изменить строк
ModelName,  ( нужное по названию, тут нужны наверное эксперименты или поиск )
Option         «metamodes» «1280x1024_75 +0+0» или выше, если тв Philips hd этого требует
Хотя не исключено, встроенное видео не пойдет на HDMI, без поддержки дискретной карты. А до того как, дефалтные драйвера на Radeon hd3200 как работали? Эффекты, разрешение было выше 1024*…?
Вообще-то тема «ubuntu hdmi video not working» имеет пол-миллиона страниц в поиске.
Не вы первый, кого эта штучка озадачила.


Оффлайн
oneShot

Всё верно «recovery mode».
С live cd тоже грусть, печаль и чёрный экран
Дискретной карточки нет.
Эффекты были, разрешение 1366*7…
Зашёл к соседу подкинул к samsung’у, картинка появилась мгновенно.
Благодарю за подсказки, вечером буду пробовать


Пользователь решил продолжить мысль 09 Июля 2015, 22:42:09:


результат собсвенно таков:
xorg.conf отсутствует. А суть проблемы окакзалась вроде как в Kernel Mode Setting (KMS). Отредактировал Grub, добавлением radeon.modeset=0. Завелось! :D Но с неизменным разрешением 1024*768 и вот такой строкой в dmeseg
 drm:radeon_init] *ERROR* No UMS support in radeon module!

« Последнее редактирование: 09 Июля 2015, 22:42:09 от oneShot »

Asus PRO61Z/AMD TURION X2 2гц./DDR2 2гб./ATI Radeon HD 3200 256Мб.


Оффлайн
userok2008

результат собсвенно таков:
xorg.conf отсутствует.

Его нужно сгенерировать, от Xorg -configure и далее…
В гугле все есть).

Debian Squeeze 6.10 PPC/i486, Wheezy 7.8 PPC/i686, Jessie 8.2 i686


Оффлайн
oneShot

результат собсвенно таков:
xorg.conf отсутствует.

Его нужно сгенерировать, от Xorg -configure и далее…
В гугле все есть).

Как у вас просто всё) В том то и дело, что не генерируется. Ошибку выдаёт.

Asus PRO61Z/AMD TURION X2 2гц./DDR2 2гб./ATI Radeon HD 3200 256Мб.


Оффлайн
userok2008

Как у вас просто всё) В том то и дело, что не генерируется. Ошибку выдаёт.

Все равно, xorg.conf.new должен лежать где его место…Дальше скопировать его как «xorg.conf» куда надо и уже потом экспериментировать.

Debian Squeeze 6.10 PPC/i486, Wheezy 7.8 PPC/i686, Jessie 8.2 i686


Оффлайн
saint-denis

Отредактировал Grub, добавлением radeon.modeset=0.

Черный экран на этапе загрузки всегда решался параметром «nomodeset».


  • Печать

Страницы: [1]   Вверх

Picapiedra

Posts: 7
Joined: 2019-08-19 11:22

*ERROR* No UMS support in radeon module

#1

Post

by Picapiedra » 2019-08-19 11:35

After grub the screen goes black, the operating system does not start. I can start by adding ‘nomodeset’ in grub, with a low resolution.In this same forum I have seen a solution that does not work for me:

Code: Select all

apt install firmware-amd-graphics
update-initramfs –u
reboot

Info:

Code: Select all

lspci -nn | grep -i vga
03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Juniper PRO [Radeon HD 5750] [1002:68be]

dmesg | egrep 'drm | radeon'
[    1.780373] [drm] VGACON disable radeon kernel modesetting.
[    1.780398] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
[    9.573917] [drm] VGACON disable radeon kernel modesetting.
[    9.573952] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!

GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""

Any help is appreciated.


p.H

Section Moderator
Section Moderator
Posts: 3015
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 122 times

Re: *ERROR* No UMS support in radeon module

#2

Post

by p.H » 2019-08-19 11:42

Picapiedra wrote:After grub the screen goes black, the operating system does not start

How do you know ? A black screen does not mean the system did not start.
What happens when booting in recovery mode (advanced options submenu) ?



p.H

Section Moderator
Section Moderator
Posts: 3015
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 122 times

Re: *ERROR* No UMS support in radeon module

#4

Post

by p.H » 2019-08-19 14:26

It means that the black screen happens when the kernel module is loaded, not when the graphic server is started (not started in recovery mode).
Are there kernel logs in /var/log/kern.log* at the time of the black screens ?


Picapiedra

Posts: 7
Joined: 2019-08-19 11:22

Re: *ERROR* No UMS support in radeon module

#5

Post

by Picapiedra » 2019-08-19 17:12

To make things better I have decided to reinstall. I installed:
Debian 10 + non free firmware DVD ISO

After installation Debian starts well (normal and recovery), but with a low resolution. Show the message:

error radeon kernel modesetting for R66 or later requires firmware installed

I add ‘contrib’ and ‘non-free’ in sourcelist. I execute:

Code: Select all

apt update
apt install firmware-amd-graphics
update-initramfs –u

Command output:

Code: Select all

root@Debian10:~# update-initramfs -u                                                                    
update-initramfs: Generating /boot/initrd.img-4.19.0-5-amd64                                            
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8107e-2.fw for module r816                         9                                                                                  
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8107e-1.fw for module r816                         9                                                                                  
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168h-2.fw for module r816                         9
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168h-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8411-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8411-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8402-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168f-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168f-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8105e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-1.fw for module r8169

reboot

Now the screen goes black when I start in normal mode and recovery mode. I have to use ‘nomodeset’ for both modes.

When I enter recovery mode and the screen goes black the kern.log file is not generated. It is only generated when I add ‘nomodeset’ and Debian starts.

Still showing: *ERROR* No UMS support in radeon module


CwF

Section Moderator
Section Moderator
Posts: 1775
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 13 times
Been thanked: 53 times

Re: *ERROR* No UMS support in radeon module

#6

Post

by CwF » 2019-08-19 18:10

You may want to try the amdgpu dirver instead. If both are currently installed this suggest you may need to declare which to use.

/etc/modprobe.d/amdgpu.conf

Code: Select all

options amdgpu si_support=1
options amdgpu cik_support=1

/etc/modprobe.d/radeon.conf

Code: Select all

options radeon si_support=0
options amdgpu cik_support=0

Yours may be a si, or southern island gpu, I’m not sure. I have a few that need this. I’m not sure if you can simply delete radeon and install amdgpu? Install both and declare works for me.


User avatar

stevepusser

Posts: 12651
Joined: 2009-10-06 05:53
Has thanked: 21 times
Been thanked: 33 times

Re: *ERROR* No UMS support in radeon module

#7

Post

by stevepusser » 2019-08-19 18:16

That error means that only KMS (kernel mode setting) is available for that radeon driver—no userspace mode setting.

There are many results if you do a web search for that error string. How many solutions have you tried, and what were their results?

MX Linux packager and developer


Picapiedra

Posts: 7
Joined: 2019-08-19 11:22

Re: *ERROR* No UMS support in radeon module

#8

Post

by Picapiedra » 2019-08-20 00:05

CwF wrote:You may want to try the amdgpu dirver instead. If both are currently installed this suggest you may need to declare which to use.

/etc/modprobe.d/amdgpu.conf

Code: Select all

options amdgpu si_support=1
options amdgpu cik_support=1

/etc/modprobe.d/radeon.conf

Code: Select all

options radeon si_support=0
options radeon cik_support=0

Yours may be a si, or southern island gpu, I’m not sure. I have a few that need this. I’m not sure if you can simply delete radeon and install amdgpu? Install both and declare works for me.

Hi CwF, I tried:

Code: Select all

apt-get install xserver-xorg-video-amdgpu libdrm-amdgpu1

(they were already in their latest version)

And I created both files, but the error remains the same. If in grub I put radeon.modeset = 0 starts, but with low resolution


Picapiedra

Posts: 7
Joined: 2019-08-19 11:22

Re: *ERROR* No UMS support in radeon module

#9

Post

by Picapiedra » 2019-08-20 01:01

stevepusser wrote:That error means that only KMS (kernel mode setting) is available for that radeon driver—no userspace mode setting.

There are many results if you do a web search for that error string. How many solutions have you tried, and what were their results?

Hi stevepusser. I have searched the error on google in the last 2 years. I have increased the search to 4 years.

The main problem is that I don’t understand anything, I have never read about this topic and I don’t know why I have to put radeon.modeset = 0, and why that should fix my problem or load another driver.

All are google solutions:

— Many people solve the problem by eliminating nomodeset, I need it to boot.
— Others with: update-initramfs –u
— Some install the proprietary driver
— Many others with: radeon.modeset = 0 rd.driver.blacklist = radeon
— GRUB_CMDLINE_LINUX_DEFAULT = «quiet splash radeon.modeset = 0»
— correcting the BIOS configuration display setting from «Switchable Graphics» to «Discrete Graphics»
— apt install firmware-amd-graphics and reboot
— I have read ‘it is necessary to load the radeon module at the beginning by adding it in the / etc / modules’. I add ‘radeon’ to the file and it gives me an error by parameters
— And more…

…. I am trying. I love Debian, but if I don’t fix this I will go to the dark side with ubuntu.


p.H

Section Moderator
Section Moderator
Posts: 3015
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 122 times

Re: *ERROR* No UMS support in radeon module

#10

Post

by p.H » 2019-08-20 08:29

Picapiedra wrote:— Others with: update-initramfs –u

This command just rebuilds the initramfs to include any relevant changes (new firmwares, new settings in /etc…).
Here it would just include the ATI/AMD firmware files into the initramfs after you installed firmware-amd-graphics, if the radeon or amdgpu modules are included.

Picapiedra wrote:radeon.modeset = 0

Same effect as nomodeset when using the radeon module.

Note : no spaces before and after «=».

Picapiedra wrote:rd.driver.blacklist = radeon

Prevents loading the radeon module during the initramfs. However the module may be loaded after the initramfs.

Picapiedra wrote:GRUB_CMDLINE_LINUX_DEFAULT = «quiet splash radeon.modeset = 0»

Just makes inclusion of «radeon.modeset=0» in the kernel command line automatic when generating grub.cfg with update-grub.

Picapiedra wrote:correcting the BIOS configuration display setting from «Switchable Graphics» to «Discrete Graphics»

I don’t know what this setting means. Is it the GPU an APU or an add-on card ?

Picapiedra wrote:apt install firmware-amd-graphics

This installs firmwares for AMD/ATI GPUs. These firmwares are required with most GPU (since Radeon HD 2000 series) to enable kernel modesetting (in short : native resolution support) and graphic acceleration.

Picapiedra wrote:I have read ‘it is necessary to load the radeon module at the beginning by adding it in the / etc / modules’.

It’s not necessary. This module is automatically loaded by udev because it matches your GPU PCI ID.

Basically, nomodeset just disables most of the kernel driver features. It means that it disables the feature that makes your system hang, but also native resolution support (KMS, hence the UMS message). It’s all or nothing.


Picapiedra

Posts: 7
Joined: 2019-08-19 11:22

Re: *ERROR* No UMS support in radeon module

#11

Post

by Picapiedra » 2019-08-22 06:45

Thanks p.H, with your comments I could understand the tests I was doing.

Today I abandoned the idea of ​​installing Debian …. and when I try another distribution (by usb):

— Lubuntu -> black screen
— Xubuntu -> black screen
— Linux mint -> black screen
— Ubuntu mate -> black screen
— Ubuntu -> Black screen
— Centos -> Black screen

I have no explanation for this. I have tried:

— Copy the Debian 10 non free image again and install it on an old notebook. The installation is good, all normal. It is not a USB memory problem

— I have disconnected the components one by one (hd, dvd …) and trying to launch Ubuntu live, it has not worked. Ubuntu live allows setting parameters, so I have set ‘nomodeset’ and get booted and shows the message of ‘* ERROR * No UMS support in radeon module’

Nothing works …….. … ….. ….. but Windows 7 works fine.

I don’t think I can install linux with this video card. Does anybody have any suggestions ?

I want to find Bill Gates and throw the video card to the head hahahaha


p.H

Section Moderator
Section Moderator
Posts: 3015
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 122 times

Re: *ERROR* No UMS support in radeon module

#12

Post

by p.H » 2019-08-22 08:04

If it is a discrete graphic card, could it be defective ? Radeon HD 5000 GPU series is rather old, so the card must be old too. A common problem with old graphic cards is worn out bulged or leaked electrolytic capacitors.

Otherwise, maybe this computer requires some kernel parameter in order to use the GPU without disabling kernel mode-setting. Either specific to the radeon module (modinfo radeon), or related to PCI or ACPI (kernel-parameters.txt)… Sorry I cannot be more specific, there are so many of them…



Picapiedra

Posts: 7
Joined: 2019-08-19 11:22

Re: *ERROR* No UMS support in radeon module

#14

Post

by Picapiedra » 2019-08-23 19:14

Thank you for your comments, but I have given up and bought an Nvidia hahahaha. Many days suffering for something that should work the first time.

— The computer does not have an integrated card.
— The card works daily on a Windows 7. I looked for information on kernel configuration parameters for radeon and the task became difficult.
— I have found many forums where there are problems with Linux and the devil Radeon HD 5750, in none of them they manage to solve it. In other models of video card I see that the problem ‘No UMS support’ is solved in a simple way

Now my Debian 10 :D :) :mrgreen: looks at 1920×1080 with some small adjustment. I had to install the proprietary driver to have the Overscan option. (I can’t on the TV).

Thanks for your comments and help.


[    18.343]
X.Org X Server 1.14.3
Release Date: 2013-09-12
[    18.343] X Protocol Version 11, Revision 0
[    18.343] Build Operating System: Linux 3.12.0-rc6-patser+ x86_64 Debian
[    18.343] Current Operating System: Linux vit 3.11-2-amd64 #1 SMP Debian 3.11.10-1 (2013-12-04) x86_64
[    18.343] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11-2-amd64 root=UUID=93249ead-f7ad-4550-b198-2291b6b64e70 ro quiet nomodeset
[    18.343] Build Date: 25 November 2013  01:54:46PM
[    18.343] xorg-server 2:1.14.3-5 (Maarten Lankhorst <maarten.lankhorst@ubuntu.com>)
[    18.343] Current version of pixman: 0.30.2
[    18.343]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[    18.343] Markers: (—) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    18.344] (==) Log file: «/var/log/Xorg.0.log», Time: Fri Dec 27 15:12:05 2013
[    18.371] (==) Using config directory: «/etc/X11/xorg.conf.d»
[    18.371] (==) Using system config directory «/usr/share/X11/xorg.conf.d»
[    18.564] (==) No Layout section.  Using the first Screen section.
[    18.564] (==) No screen section available. Using defaults.
[    18.564] (**) |—>Screen «Default Screen Section» (0)
[    18.564] (**) |   |—>Monitor «<default monitor>»
[    18.587] (==) No device specified for screen «Default Screen Section».
   Using the first device section listed.
[    18.587] (**) |   |—>Device «Device0»
[    18.587] (==) No monitor specified for screen «Default Screen Section».
   Using a default monitor configuration.
[    18.587] (==) Automatically adding devices
[    18.587] (==) Automatically enabling devices
[    18.587] (==) Automatically adding GPU devices
[    18.691] (WW) The directory «/usr/share/fonts/X11/cyrillic» does not exist.
[    18.691]    Entry deleted from font path.
[    18.744] (==) FontPath set to:
   /usr/share/fonts/X11/misc,
   /usr/share/fonts/X11/100dpi/:unscaled,
   /usr/share/fonts/X11/75dpi/:unscaled,
   /usr/share/fonts/X11/Type1,
   /usr/share/fonts/X11/100dpi,
   /usr/share/fonts/X11/75dpi,
   built-ins
[    18.744] (==) ModulePath set to «/usr/lib/xorg/modules»
[    18.744] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[    18.744] (II) Loader magic: 0x7f73c208ad00
[    18.744] (II) Module ABI versions:
[    18.744]    X.Org ANSI C Emulation: 0.4
[    18.744]    X.Org Video Driver: 14.1
[    18.744]    X.Org XInput driver : 19.1
[    18.744]    X.Org Server Extension : 7.0
[    18.747] (—) PCI:*(0:1:5:0) 1002:9610:1043:82f1 rev 0, Mem @ 0xd0000000/268435456, 0xfbdf0000/65536, 0xfbc00000/1048576, I/O @ 0x0000d000/256
[    18.747] (II) Open ACPI successful (/var/run/acpid.socket)
[    18.766] Initializing built-in extension Generic Event Extension
[    18.766] Initializing built-in extension SHAPE
[    18.766] Initializing built-in extension MIT-SHM
[    18.766] Initializing built-in extension XInputExtension
[    18.766] Initializing built-in extension XTEST
[    18.766] Initializing built-in extension BIG-REQUESTS
[    18.766] Initializing built-in extension SYNC
[    18.766] Initializing built-in extension XKEYBOARD
[    18.766] Initializing built-in extension XC-MISC
[    18.766] Initializing built-in extension SECURITY
[    18.766] Initializing built-in extension XINERAMA
[    18.766] Initializing built-in extension XFIXES
[    18.766] Initializing built-in extension RENDER
[    18.766] Initializing built-in extension RANDR
[    18.766] Initializing built-in extension COMPOSITE
[    18.766] Initializing built-in extension DAMAGE
[    18.766] Initializing built-in extension MIT-SCREEN-SAVER
[    18.766] Initializing built-in extension DOUBLE-BUFFER
[    18.766] Initializing built-in extension RECORD
[    18.766] Initializing built-in extension DPMS
[    18.766] Initializing built-in extension X-Resource
[    18.766] Initializing built-in extension XVideo
[    18.766] Initializing built-in extension XVideo-MotionCompensation
[    18.766] Initializing built-in extension SELinux
[    18.766] Initializing built-in extension XFree86-VidModeExtension
[    18.766] Initializing built-in extension XFree86-DGA
[    18.766] Initializing built-in extension XFree86-DRI
[    18.766] Initializing built-in extension DRI2
[    18.767] (II) LoadModule: «glx»
[    18.845] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    18.882] (II) Module glx: vendor=»X.Org Foundation»
[    18.882]    compiled for 1.14.3, module version = 1.0.0
[    18.882]    ABI class: X.Org Server Extension, version 7.0
[    18.882] (==) AIGLX enabled
[    18.882] Loading extension GLX
[    18.882] (II) LoadModule: «radeon»
[    18.883] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    18.918] (II) Module radeon: vendor=»X.Org Foundation»
[    18.918]    compiled for 1.14.3, module version = 7.2.0
[    18.918]    Module class: X.Org Video Driver
[    18.918]    ABI class: X.Org Video Driver, version 14.1
[    18.918] (II) RADEON: Driver for ATI Radeon chipsets:
   ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
   ATI Radeon Mobility X300 (M24) 3152 (PCIE),
   ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
   ATI Radeon X600 (RV380) 3E50 (PCIE),
   ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
   ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
   ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
   ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
   ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
   ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
   ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
   ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
   ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
   ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
   ATI Radeon IGP330M/340M/350M (U2) 4337,
   ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
   ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
   ATI Radeon X800PRO (R420) JI (AGP),
   ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
   ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
   ATI Radeon Mobility 9800 (M18) JN (AGP),
   ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
   ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
   ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
   ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
   ATI Radeon Mobility M7 LW (AGP),
   ATI Mobility FireGL 7800 M7 LX (AGP),
   ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
   ATI FireGL Mobility 9000 (M9) Ld (AGP),
   ATI Radeon Mobility 9000 (M9) Lf (AGP),
   ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
   ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
   ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
   ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
   ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
   ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
   ATI Radeon Mobility 9600 (M10) NQ (AGP),
   ATI Radeon Mobility 9600 (M11) NR (AGP),
   ATI Radeon Mobility 9600 (M10) NS (AGP),
   ATI FireGL Mobility T2 (M10) NT (AGP),
   ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
   ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
   ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
   ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
   ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
   ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
   ATI Radeon Mobility X300 (M22) 5460 (PCIE),
   ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
   ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
   ATI Radeon X800PRO (R423) UI (PCIE),
   ATI Radeon X800LE (R423) UJ (PCIE),
   ATI Radeon X800SE (R423) UK (PCIE),
   ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
   ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
   ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
   ATI FireGL unknown (R423) UR (PCIE),
   ATI FireGL unknown (R423) UT (PCIE),
   ATI Mobility FireGL V5000 (M26) (PCIE),
   ATI Mobility FireGL V5000 (M26) (PCIE),
   ATI Mobility Radeon X700 XL (M26) (PCIE),
   ATI Mobility Radeon X700 (M26) (PCIE),
   ATI Mobility Radeon X700 (M26) (PCIE),
   ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
   ATI Radeon Mobility 9100 IGP (U3) 5835,
   ATI Radeon XPRESS 200 5954 (PCIE),
   ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
   ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
   ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
   ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
   ATI Radeon XPRESS 200M 5975 (PCIE),
   ATI Radeon XPRESS 200 5A41 (PCIE),
   ATI Radeon XPRESS 200M 5A42 (PCIE),
   ATI Radeon XPRESS 200 5A61 (PCIE),
   ATI Radeon XPRESS 200M 5A62 (PCIE),
   ATI Radeon X300 (RV370) 5B60 (PCIE),
   ATI Radeon X600 (RV370) 5B62 (PCIE),
   ATI Radeon X550 (RV370) 5B63 (PCIE),
   ATI FireGL V3100 (RV370) 5B64 (PCIE),
   ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
   ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
   ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
   ATI Mobility Radeon X800 XT (M28) (PCIE),
   ATI Mobility FireGL V5100 (M28) (PCIE),
   ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
   ATI Radeon X850 XT PE (R480) (PCIE),
   ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
   ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
   ATI Radeon X850 XT (R480) (PCIE),
   ATI Radeon X800XT (R423) 5D57 (PCIE),
   ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
   ATI Radeon X700 PRO (RV410) (PCIE),
   ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
   ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
   ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
   ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
   ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
   ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
   ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
   ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
   ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
   ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
   ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
   ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
   ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
   ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
   ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
   ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
   ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
   ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
   ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
   ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
   ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
   ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
   ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
   ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
   ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
   ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
   ATI Mobility Radeon X1700, ATI Radeon X2300HD,
   ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
   ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
   ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
   ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
   ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
   ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
   ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
   ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
   ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
   ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
   ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
   ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
   ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
   ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
   ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
   ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
   ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
   ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
   ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
   ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
   AMD FireStream 9250, ATI FirePro V8700 (FireGL),
   ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
   ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
   ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
   ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
   ATI Mobility Radeon HD 4670, ATI FirePro M5750,
   ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
   ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
   ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
   ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
   ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
   ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
   ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
   ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
   ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
   ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
   ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
   ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
   ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
   ATI Mobility Radeon HD 3850 X2, ATI RV670,
   ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
   ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
   ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
   ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
   ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
   ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
   ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
   ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
   ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
   ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
   ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
   ATI FireGL V3600, ATI Radeon HD 2600 LE,
   ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
   ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
   ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
   ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
   ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
   ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
   ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
   ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
   ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
   ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
   ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
   ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
   ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
   SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
   ATI Radeon 4100, ATI Mobility Radeon HD 4200,
   ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
   AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
   AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
   AMD Radeon HD 6300 Series Graphics,
   AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
   ATI FirePro (FireGL) Graphics Adapter,
   ATI FirePro (FireGL) Graphics Adapter,
   ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
   AMD Firestream 9350, ATI Radeon HD 5800 Series,
   ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
   ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
   ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
   ATI Mobility Radeon HD 5800 Series,
   ATI FirePro (FireGL) Graphics Adapter,
   ATI FirePro (FireGL) Graphics Adapter,
   ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
   ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
   ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
   ATI Mobility Radeon HD 5000 Series,
   ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
   ATI FirePro (FireGL) Graphics Adapter,
   ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
   ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
   ATI Mobility Radeon HD 5000 Series,
   ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
   ATI Mobility Radeon Graphics, CEDAR,
   ATI FirePro (FireGL) Graphics Adapter,
   ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
   ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
   CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
   AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
   CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
   BARTS, BARTS, Mobility Radeon HD 6000 Series,
   Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
   AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
   AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
   TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
   TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
   CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
   CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
   ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
   ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
   ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
   ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
   TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
   TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
   PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
   VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
   VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
   VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
   OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
   HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
   BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
   KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
   KABINI, KABINI, KABINI
[    18.930] (++) using VT number 7

[    18.956] (II) [KMS] drm report modesetting isn’t supported.
[    18.956] (EE) Screen 0 deleted because of no matching config section.
[    18.956] (II) UnloadModule: «radeon»
[    18.956] (EE) Device(s) detected, but none match those in the config file.
[    18.956] (EE)
Fatal server error:
[    18.956] (EE) no screens found(EE)
[    18.956] (EE)
Please consult the The X.Org Foundation support
    at http://wiki.x.org
for help.
[    18.956] (EE) Please also check the log file at «/var/log/Xorg.0.log» for additional information.
[    18.956] (EE)
[    18.958] (EE) Server terminated with error (1). Closing log file.

[свернуть]

Развернуть/свернуть скрытый текст.

Section "ServerLayout"
Identifier     "aticonfig Layout"
Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
Identifier   "aticonfig-Monitor[0]-0"
Option     "VendorName" "ATI Proprietary Driver"
Option     "ModelName" "Generic Autodetecting Monitor"
Option     "DPMS" "true"
ModeLine "1600x1200" 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +HSync +VSync
EndSection

Section "Device"
Identifier  "aticonfig-Device[0]-0"
Driver     "radeon"
BusID       "PCI:0:1:0"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device     "aticonfig-Device[0]-0"
Monitor    "aticonfig-Monitor[0]-0"
DefaultDepth     24
SubSection "Display"
Viewport   0 0
Depth     24
Modes     "1600x1200"
EndSubSection
EndSection

Развернуть/свернуть скрытый текст.

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

Развернуть/свернуть скрытый текст.

# If you change this file, run 'update-burg' afterwards to update
# /boot/burg/burg.cfg.

GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
# GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=1600x1200-24,mtrr=3,scroll=ywrap"
GRUB_CMDLINE_LINUX=""

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
#GRUB_SAVEDEFAULT=true

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
# In the boot menu, use hotkey 'r' to popup a resolution selection menu.
GRUB_GFXMODE=saved
GRUB_GFXMODE=1600x1200

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_LINUX_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

# GRUB_THEME's value can be 'saved' or a specific BURG theme name, you can also
# set it to the pathname of a GRUB2 theme file.
# In the boot menu, use hotkey 't' to popup a theme selection menu
GRUB_THEME=saved

# GRUB_FOLD's value can be 'saved', 'true' or 'false'.
# In the boot menu, use hotkey 'F7' to show the full list, 'f' to toggle
# between folding modes.
GRUB_FOLD=saved

# Add user with burg-adduser, then use GRUB_USERS to config authentication.
# The following example means user1 can boot Ubuntu, no password is needed to
# boot Windows, user1 amd user2 can boot other OS. Superusers can boot any OS
# and use hotkeys like `c' to enter console mode.
#GRUB_USERS="*=user1,user2:ubuntu=user1:windows="

# For a complete list of supported variables, refer to this wiki page:
# http://code.google.com/p/burg/wiki/ConfigurationVariables

Развернуть/свернуть скрытый текст.

[    23.922] (--) Log file renamed from "/var/log/Xorg.pid-997.log" to "/var/log/Xorg.0.log"
[    23.923]
X.Org X Server 1.18.3
Release Date: 2016-04-04
[    23.923] X Protocol Version 11, Revision 0
[    23.923] Build Operating System: Linux 3.13.0-85-generic x86_64 Ubuntu
[    23.923] Current Operating System: Linux hell 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 x86_64
[    23.923] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic root=UUID=f13df50f-6a0e-44ab-8f5c-a945076d7c7f ro quiet splash vt.handoff=7
[    23.923] Build Date: 07 April 2016  09:18:50AM
[    23.923] xorg-server 2:1.18.3-1ubuntu2 (For technical support please see http://www.ubuntu.com/support)
[    23.923] Current version of pixman: 0.33.6
[    23.923] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[    23.923] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    23.923] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 28 21:46:13 2016
[    23.923] (==) Using config file: "/etc/X11/xorg.conf"
[    23.923] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    23.933] (==) ServerLayout "aticonfig Layout"
[    23.933] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[    23.933] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[    23.933] (**) |   |-->Device "aticonfig-Device[0]-0"
[    23.933] (**) |   |-->GPUDevice "aticonfig-Device[0]-0"
[    23.933] (==) Automatically adding devices
[    23.933] (==) Automatically enabling devices
[    23.933] (==) Automatically adding GPU devices
[    23.933] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    23.934] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    23.934] Entry deleted from font path.
[    23.934] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    23.934] Entry deleted from font path.
[    23.934] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    23.934] Entry deleted from font path.
[    23.934] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    23.934] Entry deleted from font path.
[    23.934] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    23.934] Entry deleted from font path.
[    23.934] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[    23.934] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    23.934] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[    23.934] (II) Loader magic: 0x556280479da0
[    23.934] (II) Module ABI versions:
[    23.934] X.Org ANSI C Emulation: 0.4
[    23.934] X.Org Video Driver: 20.0
[    23.934] X.Org XInput driver : 22.1
[    23.934] X.Org Server Extension : 9.0
[    23.934] (++) using VT number 7

[    23.934] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    23.935] (II) xfree86: Adding drm device (/dev/dri/card0)
[    23.936] (--) PCI:*(0:0:1:0) 1002:9993:1462:7721 rev 0, Mem @ 0xd0000000/268435456, 0xfeb00000/262144, I/O @ 0x0000f000/256
[    23.936] (II) "glx" will be loaded by default.
[    23.936] (II) LoadModule: "glx"
[    23.953] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    24.045] (II) Module glx: vendor="X.Org Foundation"
[    24.045] compiled for 1.18.3, module version = 1.0.0
[    24.045] ABI class: X.Org Server Extension, version 9.0
[    24.045] (==) AIGLX enabled
[    24.045] (II) LoadModule: "radeon"
[    24.045] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    24.096] (II) Module radeon: vendor="X.Org Foundation"
[    24.096] compiled for 1.18.3, module version = 7.7.0
[    24.096] Module class: X.Org Video Driver
[    24.096] ABI class: X.Org Video Driver, version 20.0
[    24.096] (II) RADEON: Driver for ATI Radeon chipsets:
ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
ATI Radeon Mobility X300 (M24) 3152 (PCIE),
ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
ATI Radeon X600 (RV380) 3E50 (PCIE),
ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
ATI Radeon IGP330M/340M/350M (U2) 4337,
ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
ATI Radeon X800PRO (R420) JI (AGP),
ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
ATI Radeon Mobility 9800 (M18) JN (AGP),
ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
ATI Radeon Mobility M7 LW (AGP),
ATI Mobility FireGL 7800 M7 LX (AGP),
ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
ATI FireGL Mobility 9000 (M9) Ld (AGP),
ATI Radeon Mobility 9000 (M9) Lf (AGP),
ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
ATI Radeon Mobility 9600 (M10) NQ (AGP),
ATI Radeon Mobility 9600 (M11) NR (AGP),
ATI Radeon Mobility 9600 (M10) NS (AGP),
ATI FireGL Mobility T2 (M10) NT (AGP),
ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
ATI Radeon Mobility X300 (M22) 5460 (PCIE),
ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
ATI Radeon X800PRO (R423) UI (PCIE),
ATI Radeon X800LE (R423) UJ (PCIE),
ATI Radeon X800SE (R423) UK (PCIE),
ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
ATI FireGL unknown (R423) UR (PCIE),
ATI FireGL unknown (R423) UT (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility Radeon X700 XL (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
ATI Radeon Mobility 9100 IGP (U3) 5835,
ATI Radeon XPRESS 200 5954 (PCIE),
ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
ATI Radeon XPRESS 200M 5975 (PCIE),
ATI Radeon XPRESS 200 5A41 (PCIE),
ATI Radeon XPRESS 200M 5A42 (PCIE),
ATI Radeon XPRESS 200 5A61 (PCIE),
ATI Radeon XPRESS 200M 5A62 (PCIE),
ATI Radeon X300 (RV370) 5B60 (PCIE),
ATI Radeon X600 (RV370) 5B62 (PCIE),
ATI Radeon X550 (RV370) 5B63 (PCIE),
ATI FireGL V3100 (RV370) 5B64 (PCIE),
ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
ATI Mobility Radeon X800 XT (M28) (PCIE),
ATI Mobility FireGL V5100 (M28) (PCIE),
ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
ATI Radeon X850 XT PE (R480) (PCIE),
ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
ATI Radeon X850 XT (R480) (PCIE),
ATI Radeon X800XT (R423) 5D57 (PCIE),
ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
ATI Radeon X700 PRO (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
ATI Mobility Radeon X1700, ATI Radeon X2300HD,
ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
AMD FireStream 9250, ATI FirePro V8700 (FireGL),
ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
ATI Mobility Radeon HD 4670, ATI FirePro M5750,
ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
ATI Mobility Radeon HD 3850 X2, ATI RV670,
ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
ATI FireGL V3600, ATI Radeon HD 2600 LE,
ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
ATI Radeon 4100, ATI Mobility Radeon HD 4200,
ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
AMD Radeon HD 6300 Series Graphics,
AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
AMD Firestream 9350, ATI Radeon HD 5800 Series,
ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
ATI Mobility Radeon HD 5800 Series,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter,
ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
ATI Mobility Radeon HD 5000 Series,
ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
ATI Mobility Radeon HD 5000 Series,
ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
ATI Mobility Radeon Graphics, CEDAR,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
BARTS, BARTS, Mobility Radeon HD 6000 Series,
Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
VERDE, VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
OLAND, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, BONAIRE,
BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
KABINI, KABINI, KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
MULLINS, MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI,
KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
KAVERI, KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
[    24.104] (II) [KMS] Kernel modesetting enabled.
[    24.104] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    24.104] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    24.104] (==) RADEON(0): Default visual is TrueColor
[    24.104] (==) RADEON(0): RGB weight 888
[    24.104] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    24.104] (--) RADEON(0): Chipset: "ARUBA" (ChipID = 0x9993)
[    24.104] (II) Loading sub module "fb"
[    24.104] (II) LoadModule: "fb"
[    24.104] (II) Loading /usr/lib/xorg/modules/libfb.so
[    24.105] (II) Module fb: vendor="X.Org Foundation"
[    24.105] compiled for 1.18.3, module version = 1.0.0
[    24.105] ABI class: X.Org ANSI C Emulation, version 0.4
[    24.105] (II) Loading sub module "dri2"
[    24.105] (II) LoadModule: "dri2"
[    24.105] (II) Module "dri2" already built-in
[    24.105] (II) Loading sub module "exa"
[    24.105] (II) LoadModule: "exa"
[    24.105] (II) Loading /usr/lib/xorg/modules/libexa.so
[    24.106] (II) Module exa: vendor="X.Org Foundation"
[    24.106] compiled for 1.18.3, module version = 2.6.0
[    24.106] ABI class: X.Org Video Driver, version 20.0
[    24.106] (II) RADEON(0): KMS Color Tiling: enabled
[    24.106] (II) RADEON(0): KMS Color Tiling 2D: enabled
[    24.106] (II) RADEON(0): KMS Pageflipping: enabled
[    24.106] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[    24.108] (II) RADEON(0): Output HDMI-0 using monitor section aticonfig-Monitor[0]-0
[    24.240] (II) RADEON(0): Output VGA-0 has no monitor section
[    24.241] (II) RADEON(0): EDID for output HDMI-0
[    24.372] (II) RADEON(0): EDID for output VGA-0
[    24.372] (II) RADEON(0): Printing probed modes for output VGA-0
[    24.372] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    24.372] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    24.372] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    24.372] (II) RADEON(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[    24.372] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    24.372] (II) RADEON(0): Output HDMI-0 disconnected
[    24.372] (II) RADEON(0): Output VGA-0 connected
[    24.372] (II) RADEON(0): Using exact sizes for initial modes
[    24.372] (II) RADEON(0): Output VGA-0 using initial mode 1024x768 +0+0
[    24.372] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    24.372] (II) RADEON(0): mem size init: gart size :3fdcc000 vram size: s:20000000 visible:1f814000
[    24.372] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[    24.372] (==) RADEON(0): DPI set to (96, 96)
[    24.372] (II) Loading sub module "ramdac"
[    24.372] (II) LoadModule: "ramdac"
[    24.372] (II) Module "ramdac" already built-in
[    24.372] (--) Depth 24 pixmap format is 32 bpp
[    24.384] (II) RADEON(0): [DRI2] Setup complete
[    24.384] (II) RADEON(0): [DRI2]   DRI driver: r600
[    24.384] (II) RADEON(0): [DRI2]   VDPAU driver: r600
[    24.390] (II) RADEON(0): Front buffer size: 3072K
[    24.390] (II) RADEON(0): VRAM usage limit set to 461736K
[    24.398] (==) RADEON(0): DRI3 disabled
[    24.398] (==) RADEON(0): Backing store enabled
[    24.398] (II) RADEON(0): Direct rendering enabled
[    24.399] (II) EXA(0): Driver allocated offscreen pixmaps
[    24.399] (II) EXA(0): Driver registered support for the following operations:
[    24.399] (II)         Solid
[    24.399] (II)         Copy
[    24.399] (II)         Composite (RENDER acceleration)
[    24.399] (II)         UploadToScreen
[    24.399] (II)         DownloadFromScreen
[    24.399] (II) RADEON(0): Acceleration enabled
[    24.399] (**) RADEON(0): DPMS enabled
[    24.399] (==) RADEON(0): Silken mouse enabled
[    24.401] (II) RADEON(0): Set up textured video
[    24.401] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[    24.401] (II) RADEON(0): [XvMC] Extension initialized.
[    24.401] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    24.402] (WW) RADEON(0): Option "VendorName" is not used
[    24.402] (WW) RADEON(0): Option "ModelName" is not used
[    24.402] (--) RandR disabled
[    24.406] (II) SELinux: Disabled on system
[    24.930] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    24.930] (II) AIGLX: enabled GLX_ARB_create_context
[    24.930] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    24.930] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    24.930] (II) AIGLX: enabled GLX_INTEL_swap_event
[    24.930] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    24.930] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    24.930] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    24.930] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[    24.930] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    24.930] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[    24.931] (II) AIGLX: Loaded and initialized r600
[    24.931] (II) GLX: Initialized DRI2 GL provider for screen 0
[    24.931] (II) RADEON(0): Setting screen physical size to 270 x 203
[    25.007] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    25.007] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    25.007] (II) LoadModule: "evdev"
[    25.008] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    25.026] (II) Module evdev: vendor="X.Org Foundation"
[    25.026] compiled for 1.18.1, module version = 2.10.1
[    25.026] Module class: X.Org XInput Driver
[    25.026] ABI class: X.Org XInput driver, version 22.1
[    25.026] (II) Using input driver 'evdev' for 'Power Button'
[    25.026] (**) Power Button: always reports core events
[    25.026] (**) evdev: Power Button: Device: "/dev/input/event1"
[    25.027] (--) evdev: Power Button: Vendor 0 Product 0x1
[    25.027] (--) evdev: Power Button: Found keys
[    25.027] (II) evdev: Power Button: Configuring as keyboard
[    25.027] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    25.027] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    25.027] (**) Option "xkb_rules" "evdev"
[    25.027] (**) Option "xkb_model" "pc105"
[    25.027] (**) Option "xkb_layout" "us,ru"
[    25.027] (**) Option "xkb_variant" ","
[    25.027] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll"
[    25.048] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    25.048] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    25.048] (II) Using input driver 'evdev' for 'Power Button'
[    25.048] (**) Power Button: always reports core events
[    25.048] (**) evdev: Power Button: Device: "/dev/input/event0"
[    25.048] (--) evdev: Power Button: Vendor 0 Product 0x1
[    25.048] (--) evdev: Power Button: Found keys
[    25.048] (II) evdev: Power Button: Configuring as keyboard
[    25.048] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    25.048] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    25.048] (**) Option "xkb_rules" "evdev"
[    25.048] (**) Option "xkb_model" "pc105"
[    25.048] (**) Option "xkb_layout" "us,ru"
[    25.048] (**) Option "xkb_variant" ","
[    25.048] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll"
[    25.049] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event5)
[    25.049] (II) No input driver specified, ignoring this device.
[    25.049] (II) This device may have been added with another device file.
[    25.049] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event3)
[    25.049] (**) SIGMACHIP USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    25.049] (II) Using input driver 'evdev' for 'SIGMACHIP USB Keyboard'
[    25.049] (**) SIGMACHIP USB Keyboard: always reports core events
[    25.049] (**) evdev: SIGMACHIP USB Keyboard: Device: "/dev/input/event3"
[    25.049] (--) evdev: SIGMACHIP USB Keyboard: Vendor 0x1c4f Product 0x26
[    25.049] (--) evdev: SIGMACHIP USB Keyboard: Found keys
[    25.049] (II) evdev: SIGMACHIP USB Keyboard: Configuring as keyboard
[    25.049] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-5/4-5:1.0/0003:1C4F:0026.0003/input/input6/event3"
[    25.049] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 8)
[    25.049] (**) Option "xkb_rules" "evdev"
[    25.049] (**) Option "xkb_model" "pc105"
[    25.049] (**) Option "xkb_layout" "us,ru"
[    25.049] (**) Option "xkb_variant" ","
[    25.049] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll"
[    25.050] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event4)
[    25.050] (**) SIGMACHIP USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    25.050] (II) Using input driver 'evdev' for 'SIGMACHIP USB Keyboard'
[    25.050] (**) SIGMACHIP USB Keyboard: always reports core events
[    25.050] (**) evdev: SIGMACHIP USB Keyboard: Device: "/dev/input/event4"
[    25.050] (--) evdev: SIGMACHIP USB Keyboard: Vendor 0x1c4f Product 0x26
[    25.050] (--) evdev: SIGMACHIP USB Keyboard: Found 1 mouse buttons
[    25.050] (--) evdev: SIGMACHIP USB Keyboard: Found scroll wheel(s)
[    25.050] (--) evdev: SIGMACHIP USB Keyboard: Found relative axes
[    25.050] (II) evdev: SIGMACHIP USB Keyboard: Forcing relative x/y axes to exist.
[    25.050] (--) evdev: SIGMACHIP USB Keyboard: Found absolute axes
[    25.050] (II) evdev: SIGMACHIP USB Keyboard: Forcing absolute x/y axes to exist.
[    25.050] (--) evdev: SIGMACHIP USB Keyboard: Found keys
[    25.050] (II) evdev: SIGMACHIP USB Keyboard: Configuring as mouse
[    25.050] (II) evdev: SIGMACHIP USB Keyboard: Configuring as keyboard
[    25.050] (II) evdev: SIGMACHIP USB Keyboard: Adding scrollwheel support
[    25.050] (**) evdev: SIGMACHIP USB Keyboard: YAxisMapping: buttons 4 and 5
[    25.050] (**) evdev: SIGMACHIP USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    25.050] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-5/4-5:1.1/0003:1C4F:0026.0004/input/input7/event4"
[    25.050] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 9)
[    25.050] (**) Option "xkb_rules" "evdev"
[    25.050] (**) Option "xkb_model" "pc105"
[    25.050] (**) Option "xkb_layout" "us,ru"
[    25.050] (**) Option "xkb_variant" ","
[    25.050] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll"
[    25.051] (II) evdev: SIGMACHIP USB Keyboard: initialized for relative axes.
[    25.051] (WW) evdev: SIGMACHIP USB Keyboard: ignoring absolute axes.
[    25.051] (**) SIGMACHIP USB Keyboard: (accel) keeping acceleration scheme 1
[    25.051] (**) SIGMACHIP USB Keyboard: (accel) acceleration profile 0
[    25.051] (**) SIGMACHIP USB Keyboard: (accel) acceleration factor: 2.000
[    25.051] (**) SIGMACHIP USB Keyboard: (accel) acceleration threshold: 4
[    25.051] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event2)
[    25.051] (**) PixArt USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[    25.051] (II) Using input driver 'evdev' for 'PixArt USB Optical Mouse'
[    25.051] (**) PixArt USB Optical Mouse: always reports core events
[    25.051] (**) evdev: PixArt USB Optical Mouse: Device: "/dev/input/event2"
[    25.051] (--) evdev: PixArt USB Optical Mouse: Vendor 0x93a Product 0x2510
[    25.051] (--) evdev: PixArt USB Optical Mouse: Found 3 mouse buttons
[    25.051] (--) evdev: PixArt USB Optical Mouse: Found scroll wheel(s)
[    25.051] (--) evdev: PixArt USB Optical Mouse: Found relative axes
[    25.051] (--) evdev: PixArt USB Optical Mouse: Found x and y relative axes
[    25.051] (II) evdev: PixArt USB Optical Mouse: Configuring as mouse
[    25.051] (II) evdev: PixArt USB Optical Mouse: Adding scrollwheel support
[    25.051] (**) evdev: PixArt USB Optical Mouse: YAxisMapping: buttons 4 and 5
[    25.051] (**) evdev: PixArt USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    25.051] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.0/usb5/5-1/5-1:1.0/0003:093A:2510.0001/input/input5/event2"
[    25.051] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 10)
[    25.051] (II) evdev: PixArt USB Optical Mouse: initialized for relative axes.
[    25.052] (**) PixArt USB Optical Mouse: (accel) keeping acceleration scheme 1
[    25.052] (**) PixArt USB Optical Mouse: (accel) acceleration profile 0
[    25.052] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[    25.052] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[    25.052] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[    25.052] (II) No input driver specified, ignoring this device.
[    25.052] (II) This device may have been added with another device file.
[    25.052] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event7)
[    25.052] (II) No input driver specified, ignoring this device.
[    25.052] (II) This device may have been added with another device file.
[    25.053] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event8)
[    25.053] (II) No input driver specified, ignoring this device.
[    25.053] (II) This device may have been added with another device file.
[    25.053] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event9)
[    25.053] (II) No input driver specified, ignoring this device.
[    25.053] (II) This device may have been added with another device file.
[    25.053] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event10)
[    25.053] (II) No input driver specified, ignoring this device.
[    25.053] (II) This device may have been added with another device file.
[    25.053] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event6)
[    25.054] (II) No input driver specified, ignoring this device.
[    25.054] (II) This device may have been added with another device file.

lspci
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7480D]

Понравилась статья? Поделить с друзьями:
  • Error no supported proxies
  • Error not catch checkpoint fastboot s lock flash is not done
  • Error no suitable video mode found booting in blind mode
  • Error not authorised to commit changes to asset
  • Error no such table users перевод