On Fri, Nov 19, 2021 at 8:55 AM karu.pruun <[email protected]> wrote: > > Hello > > When you boot to console, can you 'kldload radeon' and see if it > works? If yes, then drm/radeon load fine. When I load radeon driver, machine freezes # kldload radeon Had to restart. > > Next, set up a basic /etc/X11/xorg.conf where the driver section has > either radeon with no accel > > --- > Section "Device" > Option "NoAccel" "true" > Identifier "Card0" > Driver "radeon" > BusID "PCI:9:0:0" # <-- INSERT CORRECT BUSID HERE > EndSection > --- > > and start xorg. If this does not work, use the modesetting driver: > > --- > Section "Device" > Identifier "Card0" > Driver "modesetting" > BusID "PCI:9:0:0" # <-- INSERT CORRECT BUSID HERE > EndSection > ---
Tried this option and I get message: Fatal server error: (EE) no screens found(EE) (EE) xinit: unable to connect to X server: Connection refused Best Regards && thank you for helping Antonio > Best > > Peeter > > -- > > On Fri, Nov 19, 2021 at 4:37 PM Antonio Olivares > <[email protected]> wrote: > > > > On Thu, Nov 18, 2021 at 11:55 PM Antonio Olivares > > <[email protected]> wrote: > > > > > > Dear kind DragonflyBSD users, > > > > > > I have managed to install DragonflyBSD 6.0.1 on an old machine with > > > integrated video on the motherboard. > > > > > > The machine was running Dragonfly 5.2, but I wanted to upgrade it to > > > latest. This has resulted in having no X. > > > > > > the information from pciconf -lv > > > returns: > > > > > > vgapci0@pci0:1:5:0 > > > vendor = 'Advanced Micro Devices, Inc. [AMD/ATI]' > > > device = 'RS740 [Radeon 2100]' > > > class = display > > > subclass = VGA > > > > > > > > > The monitor am Acer Monitor which it is connected to supports 1600x900 > > > output as follows: > > > > > > Screen 0: minimum 320 x 200, current 1600 x 900, maximum 16384 x 16384 > > > DisplayPort-0 disconnected primary (normal left inverted right x axis y > > > axis) > > > HDMI-0 disconnected (normal left inverted right x axis y axis) > > > DVI-0 connected 1600x900+0+0 (normal left inverted right x axis y > > > axis) 443mm x 249mm > > > 1600x900 60.00*+ > > > 1280x800 59.91 > > > 1152x864 75.00 > > > 1280x720 60.00 > > > 1024x768 75.03 70.07 60.00 > > > 832x624 74.55 > > > 800x600 72.19 75.00 60.32 56.25 > > > 640x480 75.00 72.81 66.67 59.94 > > > 720x400 70.08 > > > > > > I have installed xfce and when I type startx I get a blank screen, and > > > pressing CTRL+ALT+BACKSPACE does nothing(maybe depracated), > > > I have to reset machine or turn off holding power button. Any > > > suggestions as to how to get this working are appreciated. > > > > > > Best Regards, > > > > > > > > > Antonio > > > > From a linux live cd, and where X works I can send the following: > > > > [root@ ~]# lspci > > 00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD/ATI] > > RS690/RS740 Host Bridge > > 00:01.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RS690/RS740 > > PCI to PCI Bridge (Internal gfx) > > 00:06.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RS690 PCI > > to PCI Bridge (PCI Express Port 2) > > 00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD/ATI] > > SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode] > > 00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] > > SB7x0/SB8x0/SB9x0 USB OHCI0 Controller > > 00:12.1 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0 > > USB OHCI1 Controller > > 00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] > > SB7x0/SB8x0/SB9x0 USB EHCI Controller > > 00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] > > SB7x0/SB8x0/SB9x0 USB OHCI0 Controller > > 00:13.1 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0 > > USB OHCI1 Controller > > 00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] > > SB7x0/SB8x0/SB9x0 USB EHCI Controller > > 00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus > > Controller (rev 3a) > > 00:14.1 IDE interface: Advanced Micro Devices, Inc. [AMD/ATI] > > SB7x0/SB8x0/SB9x0 IDE Controller > > 00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 > > Azalia (Intel HDA) > > 00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD/ATI] > > SB7x0/SB8x0/SB9x0 LPC host controller > > 00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 PCI > > to PCI Bridge > > 00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] > > SB7x0/SB8x0/SB9x0 USB OHCI2 Controller > > 00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h > > Processor HyperTransport Configuration > > 00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h > > Processor Address Map > > 00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h > > Processor DRAM Controller > > 00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h > > Processor Miscellaneous Control > > 00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h > > Processor Link Control > > 01:05.0 VGA compatible controller: Advanced Micro Devices, Inc. > > [AMD/ATI] RS740 [Radeon 2100] > > 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. > > RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 02) > > [root@ ~]# > > [root@ ~]# tail -f /var/log/Xorg.0.log > > [ 104.336] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Consumer Control: Applying InputClass "libinput keyboard catchall" > > [ 104.336] (II) Using input driver 'libinput' for 'Microsoft > > Microsoft Optical Mouse with Tilt Wheel Consumer Control' > > [ 104.337] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Consumer Control: always reports core events > > [ 104.337] (**) Option "Device" "/dev/input/event7" > > [ 104.337] (**) Option "_source" "_driver/libinput" > > [ 104.337] (II) libinput: Microsoft Microsoft Optical Mouse with > > Tilt Wheel Consumer Control: is a virtual subdevice > > [ 104.337] (**) Option "config_info" > > "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.0/0003:045E:00D1.0002/input/input10/event7" > > [ 104.337] (II) XINPUT: Adding extended input device "Microsoft > > Microsoft Optical Mouse with Tilt Wheel Consumer Control" (type: > > KEYBOARD, id 11) > > [ 104.337] (**) Option "xkb_layout" "us" > > [ 104.337] (**) Option "xkb_options" "terminate:ctrl_alt_bksp" > > > > [root@ ~]# cat /var/log/Xorg.0.log > > [ 103.854] > > X.Org X Server 1.20.11 > > X Protocol Version 11, Revision 0 > > [ 103.854] Build Operating System: Slackware 15.0 Slackware Linux Project > > [ 103.854] Current Operating System: Linux austrumi.example.net > > 5.12.0 #1 SMP Mon Apr 26 15:15:14 EEST 2021 x86_64 > > [ 103.854] Kernel command line: BOOT_IMAGE=/austrumi/bzImage > > initrd=/austrumi/initrd.gz rcutree.rcu_idle_gp_delay=1 dolivecd > > [ 103.854] Build Date: 13 April 2021 08:41:45PM > > [ 103.854] > > [ 103.854] Current version of pixman: 0.40.0 > > [ 103.854] Before reporting problems, check http://wiki.x.org > > to make sure that you have the latest version. > > [ 103.854] Markers: (--) probed, (**) from config file, (==) default > > setting, > > (++) from command line, (!!) notice, (II) informational, > > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > > [ 103.854] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 19 > > 14:27:48 2021 > > [ 103.855] (==) Using system config directory "/usr/share/X11/xorg.conf.d" > > [ 103.855] (==) No Layout section. Using the first Screen section. > > [ 103.855] (==) No screen section available. Using defaults. > > [ 103.855] (**) |-->Screen "Default Screen Section" (0) > > [ 103.855] (**) | |-->Monitor "<default monitor>" > > [ 103.855] (==) No monitor specified for screen "Default Screen Section". > > Using a default monitor configuration. > > [ 103.856] (==) Automatically adding devices > > [ 103.856] (==) Automatically enabling devices > > [ 103.856] (==) Automatically adding GPU devices > > [ 103.856] (==) Automatically binding GPU devices > > [ 103.856] (==) Max clients allowed: 256, resource mask: 0x1fffff > > [ 103.856] (WW) The directory "/usr/share/fonts/local" does not exist. > > [ 103.856] Entry deleted from font path. > > [ 103.856] (WW) The directory "/usr/share/fonts/Type1" does not exist. > > [ 103.856] Entry deleted from font path. > > [ 103.856] (WW) The directory "/usr/share/fonts/CID" does not exist. > > [ 103.856] Entry deleted from font path. > > [ 103.856] (WW) The directory "/usr/share/fonts/75dpi/" does not exist. > > [ 103.856] Entry deleted from font path. > > [ 103.856] (WW) The directory "/usr/share/fonts/100dpi/" does not exist. > > [ 103.856] Entry deleted from font path. > > [ 103.856] (WW) The directory "/usr/share/fonts/75dpi" does not exist. > > [ 103.856] Entry deleted from font path. > > [ 103.856] (WW) The directory "/usr/share/fonts/100dpi" does not exist. > > [ 103.856] Entry deleted from font path. > > [ 103.856] (WW) The directory "/usr/share/fonts/cyrillic" does not exist. > > [ 103.856] Entry deleted from font path. > > [ 103.856] (**) FontPath set to: > > /usr/share/fonts/misc, > > /usr/share/fonts/OTF, > > /usr/share/fonts/TTF, > > /usr/share/fonts/TTF, > > /usr/share/fonts/OTF, > > /usr/share/fonts/misc > > [ 103.856] (==) ModulePath set to "/usr/lib64/xorg/modules" > > [ 103.856] (WW) Ignoring unrecognized extension "XFree86-DGA" > > [ 103.856] (II) The server relies on udev to provide the list of > > input devices. > > If no devices become available, reconfigure udev or disable > > AutoAddDevices. > > [ 103.856] (II) Loader magic: 0x5b9c80 > > [ 103.856] (II) Module ABI versions: > > [ 103.856] X.Org ANSI C Emulation: 0.4 > > [ 103.856] X.Org Video Driver: 24.1 > > [ 103.856] X.Org XInput driver : 24.1 > > [ 103.856] X.Org Server Extension : 10.0 > > [ 103.856] (II) xfree86: Adding drm device (/dev/dri/card0) > > [ 103.859] (--) PCI:*(1@0:5:0) 1002:796e:1458:d000 rev 0, Mem @ > > 0xd8000000/134217728, 0xfdff0000/65536, 0xfde00000/1048576, I/O @ > > 0x0000ee00/256, BIOS @ 0x????????/131072 > > [ 103.859] (II) Open ACPI successful (/var/run/acpid.socket) > > [ 103.859] (II) LoadModule: "glx" > > [ 103.860] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so > > [ 103.861] (II) Module glx: vendor="X.Org Foundation" > > [ 103.861] compiled for 1.20.11, module version = 1.0.0 > > [ 103.861] ABI class: X.Org Server Extension, version 10.0 > > [ 103.861] (II) Applying OutputClass "Radeon" to /dev/dri/card0 > > [ 103.861] loading driver: radeon > > [ 103.861] (==) Matched radeon as autoconfigured driver 0 > > [ 103.861] (==) Matched ati as autoconfigured driver 1 > > [ 103.861] (==) Matched modesetting as autoconfigured driver 2 > > [ 103.861] (==) Matched fbdev as autoconfigured driver 3 > > [ 103.861] (==) Matched vesa as autoconfigured driver 4 > > [ 103.861] (==) Assigned the driver to the xf86ConfigLayout > > [ 103.861] (II) LoadModule: "radeon" > > [ 103.861] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so > > [ 103.862] (II) Module radeon: vendor="X.Org Foundation" > > [ 103.862] compiled for 1.20.11, module version = 19.1.0 > > [ 103.862] Module class: X.Org Video Driver > > [ 103.862] ABI class: X.Org Video Driver, version 24.1 > > [ 103.862] (II) LoadModule: "ati" > > [ 103.862] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so > > [ 103.862] (II) Module ati: vendor="X.Org Foundation" > > [ 103.862] compiled for 1.20.11, module version = 19.1.0 > > [ 103.862] Module class: X.Org Video Driver > > [ 103.862] ABI class: X.Org Video Driver, version 24.1 > > [ 103.920] (II) LoadModule: "modesetting" > > [ 103.920] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so > > [ 103.920] (II) Module modesetting: vendor="X.Org Foundation" > > [ 103.920] compiled for 1.20.11, module version = 1.20.11 > > [ 103.920] Module class: X.Org Video Driver > > [ 103.920] ABI class: X.Org Video Driver, version 24.1 > > [ 103.920] (II) LoadModule: "fbdev" > > [ 103.920] (WW) Warning, couldn't open module fbdev > > [ 103.920] (EE) Failed to load module "fbdev" (module does not exist, 0) > > [ 103.920] (II) LoadModule: "vesa" > > [ 103.920] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so > > [ 103.920] (II) Module vesa: vendor="X.Org Foundation" > > [ 103.920] compiled for 1.20.11, module version = 2.5.0 > > [ 103.920] Module class: X.Org Video Driver > > [ 103.920] ABI class: X.Org Video Driver, version 24.1 > > [ 103.920] (II) RADEON: Driver for ATI/AMD Radeon chipsets: > > ATI Radeon Mobility X600 (M24), ATI FireMV 2400, > > ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL, > > ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380), > > ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4), > > ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE, > > ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE, > > ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360, > > ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW, > > ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2), > > ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000, > > ATI Radeon X800 (R420), ATI Radeon X800PRO (R420), > > ATI Radeon X800SE (R420), ATI FireGL X3 (R420), > > ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420), > > ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420), > > ATI Radeon X850 (R480), ATI Radeon X850 XT (R480), > > ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480), > > ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7, > > ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6, > > ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9), > > ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1, > > ATI Radeon 9800PRO, ATI Radeon 9800XT, > > ATI Radeon Mobility 9600/9700 (M10/M11), > > ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11), > > ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11), > > ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100, > > ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000, > > ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C), > > ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423), > > ATI Radeon X800LE (R423), ATI Radeon X800SE (R423), > > ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430), > > ATI Radeon X800 SE (R430), ATI Radeon X800 (R430), > > ATI FireGL V7100 (R423), ATI FireGL V5100 (R423), > > ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26), > > ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26), > > ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5), > > ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200, > > ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200, > > ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370), > > ATI Radeon X600 (RV370), ATI Radeon X550 (RV370), > > ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370), > > ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28), > > ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28), > > ATI Radeon X850, ATI unknown Radeon / FireGL (R480), > > ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410), > > ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410), > > ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410), > > 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 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 X1550 64-bit, > > ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300, > > ATI FireGL V3350, ATI Mobility Radeon X1450, > > ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, > > ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200, > > ATI Mobility 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 Radeon X2300HD, ATI Mobility Radeon HD 2300, > > ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor, > > ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570, > > ATI FireGL V7400, ATI Radeon 9100 PRO IGP, > > ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740, > > ATI RS740M, 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 HD 4850 x2, ATI FirePro V8750 (FireGL), > > ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, > > ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770, > > AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), > > ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, > > ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650, > > ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670, > > ATI FirePro M5750, 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 RV610, > > ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, > > ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350, > > ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, > > ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, > > ATI Mobility Radeon HD 3850, ATI Radeon HD3850, > > ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870, > > ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, > > ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170, > > ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350, > > ATI Mobility Radeon 4300 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 3430, ATI FirePro V3700, > > ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, > > ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, > > 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 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2, > > 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 6250 Graphics, > > AMD Radeon HD 6300 Series Graphics, > > AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS, > > ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370, > > AMD Firestream 9350, ATI Radeon HD 5800 Series, > > ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series, > > ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series, > > ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570, > > ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series, > > REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270, > > ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series, > > AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS, > > AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS, > > ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI, > > MULLINS, KAVERI, HAWAII > > [ 103.921] (II) modesetting: Driver for Modesetting Kernel Drivers: kms > > [ 103.921] (II) VESA: driver for VESA chipsets: vesa > > [ 103.921] (++) using VT number 4 > > > > [ 103.921] (II) [KMS] Kernel modesetting enabled. > > [ 103.922] (WW) Falling back to old probe method for modesetting > > [ 103.922] (II) RADEON(0): Creating default Display subsection in > > Screen section > > "Default Screen Section" for depth/fbbpp 24/32 > > [ 103.922] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32 > > [ 103.922] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes > > (32 bpp pixmaps) > > [ 103.922] (==) RADEON(0): Default visual is TrueColor > > [ 103.922] (==) RADEON(0): RGB weight 888 > > [ 103.922] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) > > [ 103.922] (--) RADEON(0): Chipset: "ATI RS740" (ChipID = 0x796e) > > [ 103.922] (II) Loading sub module "fb" > > [ 103.922] (II) LoadModule: "fb" > > [ 103.922] (II) Loading /usr/lib64/xorg/modules/libfb.so > > [ 103.922] (II) Module fb: vendor="X.Org Foundation" > > [ 103.922] compiled for 1.20.11, module version = 1.0.0 > > [ 103.922] ABI class: X.Org ANSI C Emulation, version 0.4 > > [ 103.922] (II) Loading sub module "dri2" > > [ 103.922] (II) LoadModule: "dri2" > > [ 103.922] (II) Module "dri2" already built-in > > [ 103.922] (II) Loading sub module "exa" > > [ 103.922] (II) LoadModule: "exa" > > [ 103.922] (II) Loading /usr/lib64/xorg/modules/libexa.so > > [ 103.922] (II) Module exa: vendor="X.Org Foundation" > > [ 103.922] compiled for 1.20.11, module version = 2.6.0 > > [ 103.922] ABI class: X.Org Video Driver, version 24.1 > > [ 103.922] (II) RADEON(0): KMS Color Tiling: enabled > > [ 103.922] (II) RADEON(0): KMS Color Tiling 2D: disabled > > [ 103.922] (==) RADEON(0): TearFree property default: auto > > [ 103.922] (II) RADEON(0): KMS Pageflipping: enabled > > [ 103.922] (II) RADEON(0): SwapBuffers wait for vsync: enabled > > [ 103.993] (II) RADEON(0): Output VGA-0 has no monitor section > > [ 104.023] (II) RADEON(0): Output DVI-0 has no monitor section > > [ 104.094] (II) RADEON(0): EDID for output VGA-0 > > [ 104.124] (II) RADEON(0): EDID for output DVI-0 > > [ 104.124] (II) RADEON(0): Manufacturer: ACR Model: 1a5 Serial#: > > 287344540 > > [ 104.124] (II) RADEON(0): Year: 2011 Week: 12 > > [ 104.124] (II) RADEON(0): EDID Version: 1.3 > > [ 104.124] (II) RADEON(0): Digital Display Input > > [ 104.124] (II) RADEON(0): Max Image Size [cm]: horiz.: 44 vert.: 25 > > [ 104.124] (II) RADEON(0): Gamma: 2.20 > > [ 104.124] (II) RADEON(0): DPMS capabilities: Off > > [ 104.124] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb > > 4:4:4 > > [ 104.124] (II) RADEON(0): First detailed timing is preferred mode > > [ 104.124] (II) RADEON(0): redX: 0.640 redY: 0.330 greenX: 0.300 > > greenY: 0.600 > > [ 104.124] (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 > > whiteY: 0.329 > > [ 104.124] (II) RADEON(0): Supported established timings: > > [ 104.124] (II) RADEON(0): 720x400@70Hz > > [ 104.124] (II) RADEON(0): 640x480@60Hz > > [ 104.124] (II) RADEON(0): 640x480@67Hz > > [ 104.124] (II) RADEON(0): 640x480@72Hz > > [ 104.124] (II) RADEON(0): 640x480@75Hz > > [ 104.124] (II) RADEON(0): 800x600@56Hz > > [ 104.124] (II) RADEON(0): 800x600@60Hz > > [ 104.124] (II) RADEON(0): 800x600@72Hz > > [ 104.124] (II) RADEON(0): 800x600@75Hz > > [ 104.124] (II) RADEON(0): 832x624@75Hz > > [ 104.124] (II) RADEON(0): 1024x768@60Hz > > [ 104.124] (II) RADEON(0): 1024x768@70Hz > > [ 104.124] (II) RADEON(0): 1024x768@75Hz > > [ 104.124] (II) RADEON(0): 1152x864@75Hz > > [ 104.124] (II) RADEON(0): Manufacturer's mask: 0 > > [ 104.124] (II) RADEON(0): Supported standard timings: > > [ 104.124] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: > > 20337 > > [ 104.124] (II) RADEON(0): #1: hsize: 1280 vsize 720 refresh: 60 vid: > > 49281 > > [ 104.124] (II) RADEON(0): #2: hsize: 1280 vsize 800 refresh: 60 vid: > > 129 > > [ 104.124] (II) RADEON(0): #3: hsize: 1600 vsize 900 refresh: 60 vid: > > 49321 > > [ 104.124] (II) RADEON(0): Supported detailed timing: > > [ 104.124] (II) RADEON(0): clock: 108.0 MHz Image Size: 443 x 249 mm > > [ 104.124] (II) RADEON(0): h_active: 1600 h_sync: 1624 h_sync_end > > 1704 h_blank_end 1800 h_border: 0 > > [ 104.124] (II) RADEON(0): v_active: 900 v_sync: 901 v_sync_end > > 904 v_blanking: 1000 v_border: 0 > > [ 104.124] (II) RADEON(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 > > H max: 80 kHz, PixClock max 165 MHz > > [ 104.124] (II) RADEON(0): Serial No: LNY080034201 > > [ 104.124] (II) RADEON(0): Monitor name: Acer S201HL > > [ 104.124] (II) RADEON(0): EDID (in hex): > > [ 104.124] (II) RADEON(0): 00ffffffffffff000472a5019c872011 > > [ 104.124] (II) RADEON(0): 0c150103802c19782aee91a3544c9926 > > [ 104.124] (II) RADEON(0): 0f5054bfee80714f81c08100a9c00101 > > [ 104.124] (II) RADEON(0): 010101010101302a40c8608464301850 > > [ 104.124] (II) RADEON(0): 1300bbf91000001e000000fd00324c1e > > [ 104.124] (II) RADEON(0): 5010000a202020202020000000ff004c > > [ 104.124] (II) RADEON(0): 4e593038303033343230310a000000fc > > [ 104.124] (II) RADEON(0): 00416365722053323031484c0a2000c3 > > [ 104.124] (II) RADEON(0): Printing probed modes for output DVI-0 > > [ 104.124] (II) RADEON(0): Modeline "1600x900"x60.0 108.00 1600 > > 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz eP) > > [ 104.124] (II) RADEON(0): Modeline "1280x800"x59.9 71.00 1280 > > 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e) > > [ 104.124] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 > > 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e) > > [ 104.125] (II) RADEON(0): Modeline "1280x720"x60.0 74.25 1280 > > 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e) > > [ 104.125] (II) RADEON(0): Modeline "1024x768"x75.0 78.75 1024 > > 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e) > > [ 104.125] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 > > 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e) > > [ 104.125] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 > > 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) > > [ 104.125] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 > > 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e) > > [ 104.125] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 > > 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e) > > [ 104.125] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 > > 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) > > [ 104.125] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 > > 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) > > [ 104.125] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 > > 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e) > > [ 104.125] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 > > 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) > > [ 104.125] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 > > 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e) > > [ 104.125] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 > > 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e) > > [ 104.125] (II) RADEON(0): Modeline "640x480"x59.9 25.18 640 656 > > 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) > > [ 104.125] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 > > 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e) > > [ 104.125] (II) RADEON(0): Output VGA-0 disconnected > > [ 104.125] (II) RADEON(0): Output DVI-0 connected > > [ 104.125] (II) RADEON(0): Using exact sizes for initial modes > > [ 104.125] (II) RADEON(0): Output DVI-0 using initial mode 1600x900 +0+0 > > [ 104.125] (II) RADEON(0): mem size init: gart size :1fdff000 vram > > size: s:8000000 visible:7a41000 > > [ 104.125] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM > > [ 104.125] (==) RADEON(0): DPI set to (96, 96) > > [ 104.125] (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0) > > [ 104.125] (II) Loading sub module "ramdac" > > [ 104.125] (II) LoadModule: "ramdac" > > [ 104.125] (II) Module "ramdac" already built-in > > [ 104.125] (II) UnloadModule: "modesetting" > > [ 104.125] (II) Unloading modesetting > > [ 104.125] (II) UnloadModule: "vesa" > > [ 104.125] (II) Unloading vesa > > [ 104.125] (II) RADEON(0): [DRI2] Setup complete > > [ 104.125] (II) RADEON(0): [DRI2] DRI driver: r300 > > [ 104.125] (II) RADEON(0): [DRI2] VDPAU driver: r300 > > [ 104.125] (II) RADEON(0): Front buffer size: 5625K > > [ 104.125] (II) RADEON(0): VRAM usage limit set to 107577K > > [ 104.125] (==) RADEON(0): DRI3 disabled > > [ 104.125] (==) RADEON(0): Backing store enabled > > [ 104.126] (II) RADEON(0): Direct rendering enabled > > [ 104.126] (II) RADEON(0): Render acceleration enabled for > > R300/R400/R500 type cards. > > [ 104.126] (II) EXA(0): Driver allocated offscreen pixmaps > > [ 104.126] (II) EXA(0): Driver registered support for the following > > operations: > > [ 104.126] (II) Solid > > [ 104.126] (II) Copy > > [ 104.126] (II) Composite (RENDER acceleration) > > [ 104.126] (II) UploadToScreen > > [ 104.126] (II) DownloadFromScreen > > [ 104.126] (II) RADEON(0): Acceleration enabled > > [ 104.126] (==) RADEON(0): DPMS enabled > > [ 104.126] (==) RADEON(0): Silken mouse enabled > > [ 104.126] (II) RADEON(0): Set up textured video > > [ 104.126] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video. > > [ 104.126] (II) RADEON(0): [XvMC] Extension initialized. > > [ 104.126] (II) Initializing extension Generic Event Extension > > [ 104.126] (II) Initializing extension SHAPE > > [ 104.126] (II) Initializing extension MIT-SHM > > [ 104.126] (II) Initializing extension XInputExtension > > [ 104.126] (II) Initializing extension XTEST > > [ 104.126] (II) Initializing extension BIG-REQUESTS > > [ 104.126] (II) Initializing extension SYNC > > [ 104.126] (II) Initializing extension XKEYBOARD > > [ 104.127] (II) Initializing extension XC-MISC > > [ 104.127] (II) Initializing extension XFIXES > > [ 104.127] (II) Initializing extension RENDER > > [ 104.127] (II) Initializing extension RANDR > > [ 104.127] (II) Initializing extension COMPOSITE > > [ 104.127] (II) Initializing extension DAMAGE > > [ 104.127] (II) Initializing extension MIT-SCREEN-SAVER > > [ 104.127] (II) Initializing extension DOUBLE-BUFFER > > [ 104.127] (II) Initializing extension RECORD > > [ 104.127] (II) Initializing extension DPMS > > [ 104.127] (II) Initializing extension Present > > [ 104.127] (II) Initializing extension DRI3 > > [ 104.127] (II) Initializing extension X-Resource > > [ 104.127] (II) Initializing extension XVideo > > [ 104.127] (II) Initializing extension XVideo-MotionCompensation > > [ 104.127] (II) Initializing extension GLX > > [ 104.180] (II) AIGLX: Loaded and initialized r300 > > [ 104.180] (II) GLX: Initialized DRI2 GL provider for screen 0 > > [ 104.180] (II) Initializing extension XFree86-VidModeExtension > > [ 104.180] (II) Initializing extension XFree86-DGA > > [ 104.180] (II) Initializing extension XFree86-DRI > > [ 104.180] (II) Initializing extension DRI2 > > [ 104.180] (II) RADEON(0): Setting screen physical size to 423 x 238 > > [ 104.234] (II) config/udev: Adding input device Power Button > > (/dev/input/event1) > > [ 104.234] (**) Power Button: Applying InputClass "evdev keyboard > > catchall" > > [ 104.234] (**) Power Button: Applying InputClass "libinput keyboard > > catchall" > > [ 104.234] (**) Power Button: Applying InputClass "keyboard-all" > > [ 104.234] (**) Power Button: Applying InputClass "libinput keyboard > > catchall" > > [ 104.234] (II) LoadModule: "libinput" > > [ 104.234] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so > > [ 104.234] (II) Module libinput: vendor="X.Org Foundation" > > [ 104.234] compiled for 1.20.11, module version = 1.0.0 > > [ 104.235] Module class: X.Org XInput Driver > > [ 104.235] ABI class: X.Org XInput driver, version 24.1 > > [ 104.235] (II) Using input driver 'libinput' for 'Power Button' > > [ 104.235] (**) Power Button: always reports core events > > [ 104.235] (**) Option "Device" "/dev/input/event1" > > [ 104.235] (**) Option "_source" "server/udev" > > [ 104.237] (II) event1 - Power Button: is tagged by udev as: Keyboard > > [ 104.237] (II) event1 - Power Button: device is a keyboard > > [ 104.237] (II) event1 - Power Button: device removed > > [ 104.241] (**) Option "config_info" > > "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1" > > [ 104.241] (II) XINPUT: Adding extended input device "Power Button" > > (type: KEYBOARD, id 6) > > [ 104.241] (**) Option "xkb_layout" "us" > > [ 104.241] (**) Option "xkb_options" "terminate:ctrl_alt_bksp" > > [ 104.278] (II) event1 - Power Button: is tagged by udev as: Keyboard > > [ 104.278] (II) event1 - Power Button: device is a keyboard > > [ 104.279] (II) config/udev: Adding input device Power Button > > (/dev/input/event0) > > [ 104.279] (**) Power Button: Applying InputClass "evdev keyboard > > catchall" > > [ 104.279] (**) Power Button: Applying InputClass "libinput keyboard > > catchall" > > [ 104.279] (**) Power Button: Applying InputClass "keyboard-all" > > [ 104.279] (**) Power Button: Applying InputClass "libinput keyboard > > catchall" > > [ 104.279] (II) Using input driver 'libinput' for 'Power Button' > > [ 104.279] (**) Power Button: always reports core events > > [ 104.279] (**) Option "Device" "/dev/input/event0" > > [ 104.279] (**) Option "_source" "server/udev" > > [ 104.280] (II) event0 - Power Button: is tagged by udev as: Keyboard > > [ 104.280] (II) event0 - Power Button: device is a keyboard > > [ 104.280] (II) event0 - Power Button: device removed > > [ 104.283] (**) Option "config_info" > > "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0" > > [ 104.283] (II) XINPUT: Adding extended input device "Power Button" > > (type: KEYBOARD, id 7) > > [ 104.283] (**) Option "xkb_layout" "us" > > [ 104.283] (**) Option "xkb_options" "terminate:ctrl_alt_bksp" > > [ 104.284] (II) event0 - Power Button: is tagged by udev as: Keyboard > > [ 104.284] (II) event0 - Power Button: device is a keyboard > > [ 104.285] (II) config/udev: Adding input device Dell Dell USB > > Keyboard (/dev/input/event6) > > [ 104.285] (**) Dell Dell USB Keyboard: Applying InputClass "evdev > > keyboard catchall" > > [ 104.285] (**) Dell Dell USB Keyboard: Applying InputClass > > "libinput keyboard catchall" > > [ 104.285] (**) Dell Dell USB Keyboard: Applying InputClass "keyboard-all" > > [ 104.285] (**) Dell Dell USB Keyboard: Applying InputClass > > "libinput keyboard catchall" > > [ 104.285] (II) Using input driver 'libinput' for 'Dell Dell USB Keyboard' > > [ 104.285] (**) Dell Dell USB Keyboard: always reports core events > > [ 104.285] (**) Option "Device" "/dev/input/event6" > > [ 104.285] (**) Option "_source" "server/udev" > > [ 104.286] (II) event6 - Dell Dell USB Keyboard: is tagged by udev > > as: Keyboard > > [ 104.286] (II) event6 - Dell Dell USB Keyboard: device is a keyboard > > [ 104.286] (II) event6 - Dell Dell USB Keyboard: device removed > > [ 104.294] (**) Option "config_info" > > "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.0/0003:413C:2003.0001/input/input9/event6" > > [ 104.294] (II) XINPUT: Adding extended input device "Dell Dell USB > > Keyboard" (type: KEYBOARD, id 8) > > [ 104.294] (**) Option "xkb_layout" "us" > > [ 104.294] (**) Option "xkb_options" "terminate:ctrl_alt_bksp" > > [ 104.295] (II) event6 - Dell Dell USB Keyboard: is tagged by udev > > as: Keyboard > > [ 104.295] (II) event6 - Dell Dell USB Keyboard: device is a keyboard > > [ 104.296] (II) config/udev: Adding input device Microsoft Microsoft > > Optical Mouse with Tilt Wheel Consumer Control (/dev/input/event7) > > [ 104.296] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Consumer Control: Applying InputClass "evdev keyboard catchall" > > [ 104.296] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Consumer Control: Applying InputClass "libinput keyboard catchall" > > [ 104.296] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Consumer Control: Applying InputClass "keyboard-all" > > [ 104.296] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Consumer Control: Applying InputClass "libinput keyboard catchall" > > [ 104.296] (II) Using input driver 'libinput' for 'Microsoft > > Microsoft Optical Mouse with Tilt Wheel Consumer Control' > > [ 104.296] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Consumer Control: always reports core events > > [ 104.296] (**) Option "Device" "/dev/input/event7" > > [ 104.296] (**) Option "_source" "server/udev" > > [ 104.297] (II) event7 - Microsoft Microsoft Optical Mouse with > > Tilt Wheel Consumer Control: is tagged by udev as: Keyboard > > [ 104.297] (II) event7 - Microsoft Microsoft Optical Mouse with > > Tilt Wheel Consumer Control: device is a keyboard > > [ 104.297] (II) event7 - Microsoft Microsoft Optical Mouse with > > Tilt Wheel Consumer Control: device removed > > [ 104.310] (II) libinput: Microsoft Microsoft Optical Mouse with > > Tilt Wheel Consumer Control: needs a virtual subdevice > > [ 104.310] (**) Option "config_info" > > "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.0/0003:045E:00D1.0002/input/input10/event7" > > [ 104.310] (II) XINPUT: Adding extended input device "Microsoft > > Microsoft Optical Mouse with Tilt Wheel Consumer Control" (type: > > MOUSE, id 9) > > [ 104.310] (**) Option "AccelerationScheme" "none" > > [ 104.310] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Consumer Control: (accel) selected scheme none/0 > > [ 104.310] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Consumer Control: (accel) acceleration factor: 2.000 > > [ 104.310] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Consumer Control: (accel) acceleration threshold: 4 > > [ 104.311] (II) event7 - Microsoft Microsoft Optical Mouse with > > Tilt Wheel Consumer Control: is tagged by udev as: Keyboard > > [ 104.311] (II) event7 - Microsoft Microsoft Optical Mouse with > > Tilt Wheel Consumer Control: device is a keyboard > > [ 104.312] (II) config/udev: Adding input device Microsoft Microsoft > > Optical Mouse with Tilt Wheel Mouse (/dev/input/event8) > > [ 104.312] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Mouse: Applying InputClass "evdev pointer catchall" > > [ 104.312] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Mouse: Applying InputClass "libinput pointer catchall" > > [ 104.312] (II) Using input driver 'libinput' for 'Microsoft > > Microsoft Optical Mouse with Tilt Wheel Mouse' > > [ 104.312] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Mouse: always reports core events > > [ 104.312] (**) Option "Device" "/dev/input/event8" > > [ 104.312] (**) Option "_source" "server/udev" > > [ 104.313] (II) event8 - Microsoft Microsoft Optical Mouse with > > Tilt Wheel Mouse: is tagged by udev as: Mouse > > [ 104.313] (II) event8 - Microsoft Microsoft Optical Mouse with > > Tilt Wheel Mouse: device is a pointer > > [ 104.313] (II) event8 - Microsoft Microsoft Optical Mouse with > > Tilt Wheel Mouse: device removed > > [ 104.326] (**) Option "config_info" > > "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.0/0003:045E:00D1.0002/input/input11/event8" > > [ 104.326] (II) XINPUT: Adding extended input device "Microsoft > > Microsoft Optical Mouse with Tilt Wheel Mouse" (type: MOUSE, id 10) > > [ 104.326] (**) Option "AccelerationScheme" "none" > > [ 104.326] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Mouse: (accel) selected scheme none/0 > > [ 104.326] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Mouse: (accel) acceleration factor: 2.000 > > [ 104.326] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Mouse: (accel) acceleration threshold: 4 > > [ 104.327] (II) event8 - Microsoft Microsoft Optical Mouse with > > Tilt Wheel Mouse: is tagged by udev as: Mouse > > [ 104.327] (II) event8 - Microsoft Microsoft Optical Mouse with > > Tilt Wheel Mouse: device is a pointer > > [ 104.328] (II) config/udev: Adding input device Microsoft Microsoft > > Optical Mouse with Tilt Wheel Mouse (/dev/input/mouse0) > > [ 104.328] (II) No input driver specified, ignoring this device. > > [ 104.328] (II) This device may have been added with another device file. > > [ 104.328] (II) config/udev: Adding input device HDA ATI SB Rear Mic > > (/dev/input/event2) > > [ 104.329] (II) No input driver specified, ignoring this device. > > [ 104.329] (II) This device may have been added with another device file. > > [ 104.329] (II) config/udev: Adding input device HDA ATI SB Front > > Mic (/dev/input/event3) > > [ 104.329] (II) No input driver specified, ignoring this device. > > [ 104.329] (II) This device may have been added with another device file. > > [ 104.329] (II) config/udev: Adding input device HDA ATI SB Line > > (/dev/input/event4) > > [ 104.329] (II) No input driver specified, ignoring this device. > > [ 104.329] (II) This device may have been added with another device file. > > [ 104.330] (II) config/udev: Adding input device HDA ATI SB Line Out > > (/dev/input/event5) > > [ 104.330] (II) No input driver specified, ignoring this device. > > [ 104.330] (II) This device may have been added with another device file. > > [ 104.336] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Consumer Control: Applying InputClass "evdev keyboard catchall" > > [ 104.336] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Consumer Control: Applying InputClass "libinput keyboard catchall" > > [ 104.336] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Consumer Control: Applying InputClass "keyboard-all" > > [ 104.336] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Consumer Control: Applying InputClass "libinput keyboard catchall" > > [ 104.336] (II) Using input driver 'libinput' for 'Microsoft > > Microsoft Optical Mouse with Tilt Wheel Consumer Control' > > [ 104.337] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel > > Consumer Control: always reports core events > > [ 104.337] (**) Option "Device" "/dev/input/event7" > > [ 104.337] (**) Option "_source" "_driver/libinput" > > [ 104.337] (II) libinput: Microsoft Microsoft Optical Mouse with > > Tilt Wheel Consumer Control: is a virtual subdevice > > [ 104.337] (**) Option "config_info" > > "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.0/0003:045E:00D1.0002/input/input10/event7" > > [ 104.337] (II) XINPUT: Adding extended input device "Microsoft > > Microsoft Optical Mouse with Tilt Wheel Consumer Control" (type: > > KEYBOARD, id 11) > > [ 104.337] (**) Option "xkb_layout" "us" > > [ 104.337] (**) Option "xkb_options" "terminate:ctrl_alt_bksp" > > [root@ ~]# > > > > I have run > > # Xorg -configure > > and it yields a radeon > > driver but it does not work. Screen goes blank and CTRL+ALT+BACKSPACE > > does not work and I have to poweroff(by pressing and holding > > powerbutton) or hitting reset. > > > > I have already installed Xorg and Xfce but no X. How can I get X > > working on this machine? > > > > Thank you in advance for help and suggestions. I nuked 5.2 > > installation to upgrade to 6.0.1, I tried upgrading from source, but > > machine just froze several times :( > > > > Best Regards, > > > > > > Antonio
