You are not logged in.

#1 2012-10-03 08:02:23

utops
Member
Registered: 2012-09-24
Posts: 44

XrandR,Slim - configuration.

Hello,

I've got problem since my modern linux days with resolution settings. My monitor is old CRT Taxan and to get desired resolution i need to type in terminal:

 xrandr --newmode "1280x1024_80.00"  148.50  1280 1368 1504 1728  1024 1027 1034 1075 -hsync +vsync && xrandr --addmode 
DVI-1 "1280x1024_80.00" && xrandr --output DVI-1 --mode  "1280x1024_80.00"

But i grow tired of this and i like to made this pernament. So i decides to add those line in to ~/.xinitrc:


 xrandr --newmode "1280x1024_80.00"  148.50  1280 1368 1504 1728  1024 
1027 1034 1075 -hsync +vsync
xrandr --addmode DVI-1 "1280x1024_80.00"
xrandr --output DVI-1 --mode  "1280x1024_80.00"

But slim don't give a thing about those lines and still i need to add those lines manually in terminal.

I search interwebz for this particural problem but im to hotheaded for hunt down interesting bit of information in topics quite distant of my particural problem so i came here to bother some native arch users,who know things and can adress my particural problem, at least i hope so.

Thx.
Raging Bob.

Ps. Irrelevant info, but maybe not so irrelevant:

OS: Arch Linux i686
Kernel Release: 3.5.4-1-ck
WM: Emerald
DE: Xfce
RAM: 362 MB / 2020 MB
Processor Type: AMD Athlon(tm) 64 X2 Dual Core Processor 3600+

Offline

#2 2012-10-03 08:29:31

hudsy
Member
Registered: 2011-09-20
Posts: 3

Re: XrandR,Slim - configuration.

Hi!

You should consider adding a .conf file in /etc/X11/xorg.conf.d/ instead of adding those lines in .xinitrc
see https://wiki.archlinux.org/index.php/Xo … r_settings as an example.

Offline

#3 2012-10-03 09:18:31

utops
Member
Registered: 2012-09-24
Posts: 44

Re: XrandR,Slim - configuration.

Eh,thx for answer,but this tutorial is too vague for me and i end up with dekstop that can't run applications like it should, just window decorations with blank gtk style... interesting but not desired.
I prefer xrandr style via .xinitrc but no idea how to make it work either.

Offline

#4 2012-10-03 09:29:47

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: XrandR,Slim - configuration.

Have you tried putting the command in ~/.xsession or ~/.profile? I don't know if they would get read from slim, but it's worth a shot.

Last edited by Scimmia (2012-10-03 09:32:51)

Offline

#5 2012-10-03 10:00:49

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: XrandR,Slim - configuration.

Don't use ~/.xinitrc or ~/.bash_profile for something like this... Because, first of all, it needs to be above the exec line, or else the commands will run after you close the X session. Obviously, if they run after you exit X (e.g. reboot, shutdown), they're meaningless. And you can't place them above the exec line either, because then your X session hasn't started yet. Maybe with a sleep command... but you would only complicate things. Post your /etc/X11/xorg.conf and/or /etc/X11/xorg.conf.d/10-monitor.conf.

Last edited by DSpider (2012-10-03 10:03:40)


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#6 2012-10-03 10:03:32

utops
Member
Registered: 2012-09-24
Posts: 44

Re: XrandR,Slim - configuration.

I don't have any since last accident with  /etc/X11/xorg.conf.d/10-monitor.conf
It running default "non config" with xrandr tuned resolution via terminal.

Offline

#7 2012-10-03 10:07:08

MisterAnderson
Member
Registered: 2011-09-04
Posts: 285

Re: XrandR,Slim - configuration.

I have my xrandr commands in ~/.xprofile and it seems to work fine.


D:

Offline

#8 2012-10-03 10:12:55

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: XrandR,Slim - configuration.

utops wrote:

I don't have any since last accident with  /etc/X11/xorg.conf.d/10-monitor.conf.

Then that's the problem right there.

Use nano to create a "/etc/X11/xorg.conf.d/10-monitor.conf" with your equivalent of:

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "DELL"
    ModelName      "U2311H"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nouveau"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Open source drivers automatically choose the highest (native) resolution for your display. You don't need to explicitly set it. I've been told that even the "Driver" line doesn't need to be specified with open source drivers, but I find it easier to switch to nvidia this way.

For proprietary drivers, use whatever tool they provide to generate an xorg.conf.


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#9 2012-10-03 10:22:25

utops
Member
Registered: 2012-09-24
Posts: 44

Re: XrandR,Slim - configuration.

I can't make sense from "SCIENCE PRECISION TECH LANGUAGE" xorg use to read my intention.
I have Taxan 19` it can run 1600x1200_75
When i convert your temaplate in to my settings i get low res + everything seems to be broken - like i said earlier, window decators with empty blank gtk theme + no dri.

radeon can't read my EID,because im using 90 catoda tube.

Offline

#10 2012-10-03 10:40:37

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: XrandR,Slim - configuration.

Make sure to use HorizSync and VertRefresh from the manufacturer's website, not ebay or something like that. For situations like this, the manual or spec sheet / box could also come in handy.

Post the files from here: https://wiki.archlinux.org/index.php/Be … leshooting


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#11 2012-10-03 11:19:44

utops
Member
Registered: 2012-09-24
Posts: 44

Re: XrandR,Slim - configuration.

This is so wrong...
I've got new mode in xfce4 screen settings,but it do nothing after switching from mode to mode.

Section "Monitor"
DisplaySize 340 270
HorizSync 29-95
Identifier "DVI-1"
ModelName "ERGOVISION 975 TCO99"
VendorName "TAXAN"
VertRefresh 50-160
Modeline "1280x1024_80.00"  148.50  1280 1368 1504 1728  1024 1027 1034 1075 -hsync +vsync
EndSection

Other identifier different from  "DVI-1"  won't work at all, with it at least i've got new modeline in xfce screen settings.

[  7383.589] 
X.Org X Server 1.12.4
Release Date: 2012-08-27
[  7383.598] X Protocol Version 11, Revision 0
[  7383.601] Build Operating System: Linux 3.5.4-1-ck i686 
[  7383.604] Current Operating System: Linux wootzilla 3.5.4-1-ck #1 SMP PREEMPT Sat Sep 15 07:14:26 EDT 2012 i686
[  7383.604] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-ck root=UUID=4f6b6ae4-3f03-4429-8800-265164e81f8e ro ipv6.disable=1 init=/bin/systemd init=/usr/sbin/e4rat-preload-lite quiet splash
[  7383.612] Build Date: 28 September 2012  09:54:31AM
[  7383.615]  
[  7383.618] Current version of pixman: 0.26.2
[  7383.623] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  7383.623] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  7383.633] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct  3 13:14:05 2012
[  7383.636] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  7383.636] (==) No Layout section.  Using the first Screen section.
[  7383.636] (==) No screen section available. Using defaults.
[  7383.636] (**) |-->Screen "Default Screen Section" (0)
[  7383.636] (**) |   |-->Monitor "<default monitor>"
[  7383.637] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  7383.637] (==) Automatically adding devices
[  7383.637] (==) Automatically enabling devices
[  7383.637] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  7383.637] 	Entry deleted from font path.
[  7383.637] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  7383.637] 	Entry deleted from font path.
[  7383.637] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[  7383.637] (==) ModulePath set to "/usr/lib/xorg/modules"
[  7383.637] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  7383.637] (II) Loader magic: 0x82205a0
[  7383.637] (II) Module ABI versions:
[  7383.637] 	X.Org ANSI C Emulation: 0.4
[  7383.637] 	X.Org Video Driver: 12.1
[  7383.637] 	X.Org XInput driver : 16.0
[  7383.637] 	X.Org Server Extension : 6.0
[  7383.637] (--) PCI:*(0:6:0:0) 1002:9490:1787:2003 rev 0, Mem @ 0xd0000000/268435456, 0xfebf0000/65536, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[  7383.638] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  7383.638] (II) LoadModule: "extmod"
[  7383.638] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  7383.638] (II) Module extmod: vendor="X.Org Foundation"
[  7383.638] 	compiled for 1.12.4, module version = 1.0.0
[  7383.638] 	Module class: X.Org Server Extension
[  7383.638] 	ABI class: X.Org Server Extension, version 6.0
[  7383.638] (II) Loading extension MIT-SCREEN-SAVER
[  7383.638] (II) Loading extension XFree86-VidModeExtension
[  7383.638] (II) Loading extension XFree86-DGA
[  7383.638] (II) Loading extension DPMS
[  7383.638] (II) Loading extension XVideo
[  7383.638] (II) Loading extension XVideo-MotionCompensation
[  7383.638] (II) Loading extension X-Resource
[  7383.638] (II) LoadModule: "dbe"
[  7383.638] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  7383.638] (II) Module dbe: vendor="X.Org Foundation"
[  7383.638] 	compiled for 1.12.4, module version = 1.0.0
[  7383.638] 	Module class: X.Org Server Extension
[  7383.638] 	ABI class: X.Org Server Extension, version 6.0
[  7383.638] (II) Loading extension DOUBLE-BUFFER
[  7383.638] (II) LoadModule: "glx"
[  7383.638] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  7383.638] (II) Module glx: vendor="X.Org Foundation"
[  7383.638] 	compiled for 1.12.4, module version = 1.0.0
[  7383.639] 	ABI class: X.Org Server Extension, version 6.0
[  7383.639] (==) AIGLX enabled
[  7383.639] (II) Loading extension GLX
[  7383.639] (II) LoadModule: "record"
[  7383.639] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  7383.639] (II) Module record: vendor="X.Org Foundation"
[  7383.639] 	compiled for 1.12.4, module version = 1.13.0
[  7383.639] 	Module class: X.Org Server Extension
[  7383.639] 	ABI class: X.Org Server Extension, version 6.0
[  7383.639] (II) Loading extension RECORD
[  7383.639] (II) LoadModule: "dri"
[  7383.639] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  7383.639] (II) Module dri: vendor="X.Org Foundation"
[  7383.639] 	compiled for 1.12.4, module version = 1.0.0
[  7383.639] 	ABI class: X.Org Server Extension, version 6.0
[  7383.639] (II) Loading extension XFree86-DRI
[  7383.639] (II) LoadModule: "dri2"
[  7383.639] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  7383.639] (II) Module dri2: vendor="X.Org Foundation"
[  7383.639] 	compiled for 1.12.4, module version = 1.2.0
[  7383.639] 	ABI class: X.Org Server Extension, version 6.0
[  7383.639] (II) Loading extension DRI2
[  7383.639] (==) Matched ati as autoconfigured driver 0
[  7383.639] (==) Matched vesa as autoconfigured driver 1
[  7383.639] (==) Matched fbdev as autoconfigured driver 2
[  7383.639] (==) Assigned the driver to the xf86ConfigLayout
[  7383.639] (II) LoadModule: "ati"
[  7383.640] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[  7383.640] (II) Module ati: vendor="X.Org Foundation"
[  7383.640] 	compiled for 1.12.2, module version = 6.14.6
[  7383.640] 	Module class: X.Org Video Driver
[  7383.640] 	ABI class: X.Org Video Driver, version 12.0
[  7383.640] (II) LoadModule: "radeon"
[  7383.640] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[  7383.640] (II) Module radeon: vendor="X.Org Foundation"
[  7383.640] 	compiled for 1.12.2, module version = 6.14.6
[  7383.640] 	Module class: X.Org Video Driver
[  7383.640] 	ABI class: X.Org Video Driver, version 12.0
[  7383.640] (II) LoadModule: "vesa"
[  7383.641] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  7383.641] (II) Module vesa: vendor="X.Org Foundation"
[  7383.641] 	compiled for 1.12.3, module version = 2.3.2
[  7383.641] 	Module class: X.Org Video Driver
[  7383.641] 	ABI class: X.Org Video Driver, version 12.0
[  7383.641] (II) LoadModule: "fbdev"
[  7383.641] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  7383.641] (II) Module fbdev: vendor="X.Org Foundation"
[  7383.641] 	compiled for 1.12.2, module version = 0.4.3
[  7383.641] 	Module class: X.Org Video Driver
[  7383.641] 	ABI class: X.Org Video Driver, version 12.0
[  7383.641] (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
[  7383.646] (II) VESA: driver for VESA chipsets: vesa
[  7383.646] (II) FBDEV: driver for framebuffer: fbdev
[  7383.646] (++) using VT number 7

[  7383.652] (II) [KMS] Kernel modesetting enabled.
[  7383.652] (WW) Falling back to old probe method for vesa
[  7383.652] (WW) Falling back to old probe method for fbdev
[  7383.652] (II) Loading sub module "fbdevhw"
[  7383.652] (II) LoadModule: "fbdevhw"
[  7383.652] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  7383.652] (II) Module fbdevhw: vendor="X.Org Foundation"
[  7383.652] 	compiled for 1.12.4, module version = 0.0.2
[  7383.652] 	ABI class: X.Org Video Driver, version 12.1
[  7383.653] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  7383.653] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[  7383.653] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  7383.653] (==) RADEON(0): Default visual is TrueColor
[  7383.653] (==) RADEON(0): RGB weight 888
[  7383.653] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[  7383.653] (--) RADEON(0): Chipset: "ATI RV730XT [Radeon HD 4670]" (ChipID = 0x9490)
[  7383.653] (II) RADEON(0): PCIE card detected
[  7383.653] drmOpenDevice: node name is /dev/dri/card0
[  7383.653] drmOpenDevice: open result is 9, (OK)
[  7383.653] drmOpenByBusid: Searching for BusID pci:0000:06:00.0
[  7383.653] drmOpenDevice: node name is /dev/dri/card0
[  7383.653] drmOpenDevice: open result is 9, (OK)
[  7383.653] drmOpenByBusid: drmOpenMinor returns 9
[  7383.653] drmOpenByBusid: drmGetBusid reports pci:0000:06:00.0
[  7383.653] (II) Loading sub module "exa"
[  7383.653] (II) LoadModule: "exa"
[  7383.653] (II) Loading /usr/lib/xorg/modules/libexa.so
[  7383.653] (II) Module exa: vendor="X.Org Foundation"
[  7383.653] 	compiled for 1.12.4, module version = 2.5.0
[  7383.653] 	ABI class: X.Org Video Driver, version 12.1
[  7383.653] (II) RADEON(0): KMS Color Tiling: enabled
[  7383.653] (II) RADEON(0): KMS Pageflipping: enabled
[  7383.653] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[  7383.672] (II) RADEON(0): Output DVI-0 has no monitor section
[  7383.692] (II) RADEON(0): Output DIN has no monitor section
[  7383.704] (II) RADEON(0): Output DVI-1 using monitor section DVI-1
[  7383.722] (II) RADEON(0): EDID for output DVI-0
[  7383.742] (II) RADEON(0): EDID for output DIN
[  7383.754] (II) RADEON(0): EDID for output DVI-1
[  7383.754] (II) RADEON(0): Printing probed modes for output DVI-1
[  7383.754] (II) RADEON(0): Modeline "1280x1024_80.00"x79.9  148.50  1280 1368 1504 1728  1024 1027 1034 1075 -hsync +vsync (85.9 kHz)
[  7383.754] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  7383.754] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  7383.754] (II) RADEON(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  7383.754] (II) RADEON(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[  7383.754] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[  7383.754] (II) RADEON(0): Output DVI-0 disconnected
[  7383.754] (II) RADEON(0): Output DIN disconnected
[  7383.754] (II) RADEON(0): Output DVI-1 connected
[  7383.754] (II) RADEON(0): Using exact sizes for initial modes
[  7383.754] (II) RADEON(0): Output DVI-1 using initial mode 1024x768
[  7383.754] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  7383.754] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:40000000 visible:fcc0000
[  7383.754] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[  7383.754] (==) RADEON(0): DPI set to (96, 96)
[  7383.754] (II) Loading sub module "fb"
[  7383.754] (II) LoadModule: "fb"
[  7383.754] (II) Loading /usr/lib/xorg/modules/libfb.so
[  7383.754] (II) Module fb: vendor="X.Org Foundation"
[  7383.755] 	compiled for 1.12.4, module version = 1.0.0
[  7383.755] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  7383.755] (II) Loading sub module "ramdac"
[  7383.755] (II) LoadModule: "ramdac"
[  7383.755] (II) Module "ramdac" already built-in
[  7383.755] (II) UnloadModule: "vesa"
[  7383.755] (II) Unloading vesa
[  7383.755] (II) UnloadModule: "fbdev"
[  7383.755] (II) Unloading fbdev
[  7383.755] (II) UnloadSubModule: "fbdevhw"
[  7383.755] (II) Unloading fbdevhw
[  7383.755] (--) Depth 24 pixmap format is 32 bpp
[  7383.755] (II) RADEON(0): [DRI2] Setup complete
[  7383.755] (II) RADEON(0): [DRI2]   DRI driver: r600
[  7383.755] (II) RADEON(0): [DRI2]   VDPAU driver: r600
[  7383.755] (II) RADEON(0): Front buffer size: 3072K
[  7383.755] (II) RADEON(0): VRAM usage limit set to 230169K
[  7383.755] (==) RADEON(0): Backing store disabled
[  7383.755] (II) RADEON(0): Direct rendering enabled
[  7383.755] (II) RADEON(0): Setting EXA maxPitchBytes
[  7383.755] (II) EXA(0): Driver allocated offscreen pixmaps
[  7383.755] (II) EXA(0): Driver registered support for the following operations:
[  7383.755] (II)         Solid
[  7383.755] (II)         Copy
[  7383.755] (II)         Composite (RENDER acceleration)
[  7383.755] (II)         UploadToScreen
[  7383.755] (II)         DownloadFromScreen
[  7383.755] (II) RADEON(0): Acceleration enabled
[  7383.755] (==) RADEON(0): DPMS enabled
[  7383.755] (==) RADEON(0): Silken mouse enabled
[  7383.755] (II) RADEON(0): Set up textured video
[  7383.755] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[  7383.755] (II) RADEON(0): [XvMC] Extension initialized.
[  7383.755] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  7383.756] (--) RandR disabled
[  7383.756] (II) Initializing built-in extension Generic Event Extension
[  7383.756] (II) Initializing built-in extension SHAPE
[  7383.756] (II) Initializing built-in extension MIT-SHM
[  7383.756] (II) Initializing built-in extension XInputExtension
[  7383.756] (II) Initializing built-in extension XTEST
[  7383.756] (II) Initializing built-in extension BIG-REQUESTS
[  7383.756] (II) Initializing built-in extension SYNC
[  7383.756] (II) Initializing built-in extension XKEYBOARD
[  7383.756] (II) Initializing built-in extension XC-MISC
[  7383.756] (II) Initializing built-in extension SECURITY
[  7383.756] (II) Initializing built-in extension XINERAMA
[  7383.756] (II) Initializing built-in extension XFIXES
[  7383.756] (II) Initializing built-in extension RENDER
[  7383.756] (II) Initializing built-in extension RANDR
[  7383.756] (II) Initializing built-in extension COMPOSITE
[  7383.756] (II) Initializing built-in extension DAMAGE
[  7383.770] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  7383.770] (II) AIGLX: enabled GLX_INTEL_swap_event
[  7383.770] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  7383.770] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  7383.770] (II) AIGLX: Loaded and initialized r600
[  7383.770] (II) GLX: Initialized DRI2 GL provider for screen 0
[  7383.771] (II) RADEON(0): Setting screen physical size to 340 x 270
[  7383.935] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  7383.935] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  7383.935] (II) LoadModule: "evdev"
[  7383.936] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  7383.936] (II) Module evdev: vendor="X.Org Foundation"
[  7383.936] 	compiled for 1.12.3.901, module version = 2.7.3
[  7383.936] 	Module class: X.Org XInput Driver
[  7383.936] 	ABI class: X.Org XInput driver, version 16.0
[  7383.936] (II) Using input driver 'evdev' for 'Power Button'
[  7383.936] (**) Power Button: always reports core events
[  7383.936] (**) evdev: Power Button: Device: "/dev/input/event2"
[  7383.936] (--) evdev: Power Button: Vendor 0 Product 0x1
[  7383.936] (--) evdev: Power Button: Found keys
[  7383.936] (II) evdev: Power Button: Configuring as keyboard
[  7383.936] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  7383.936] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  7383.936] (**) Option "xkb_rules" "evdev"
[  7383.936] (**) Option "xkb_model" "evdev"
[  7383.936] (**) Option "xkb_layout" "us"
[  7383.970] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  7383.970] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  7383.970] (II) Using input driver 'evdev' for 'Power Button'
[  7383.970] (**) Power Button: always reports core events
[  7383.970] (**) evdev: Power Button: Device: "/dev/input/event1"
[  7383.970] (--) evdev: Power Button: Vendor 0 Product 0x1
[  7383.970] (--) evdev: Power Button: Found keys
[  7383.970] (II) evdev: Power Button: Configuring as keyboard
[  7383.970] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[  7383.970] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  7383.970] (**) Option "xkb_rules" "evdev"
[  7383.970] (**) Option "xkb_model" "evdev"
[  7383.970] (**) Option "xkb_layout" "us"
[  7383.971] (II) config/udev: Adding input device HDA NVidia Line Out CLFE (/dev/input/event10)
[  7383.971] (II) No input driver specified, ignoring this device.
[  7383.971] (II) This device may have been added with another device file.
[  7383.971] (II) config/udev: Adding input device HDA NVidia Line Out Surround (/dev/input/event11)
[  7383.971] (II) No input driver specified, ignoring this device.
[  7383.971] (II) This device may have been added with another device file.
[  7383.972] (II) config/udev: Adding input device HDA NVidia Line Out Front (/dev/input/event12)
[  7383.972] (II) No input driver specified, ignoring this device.
[  7383.972] (II) This device may have been added with another device file.
[  7383.972] (II) config/udev: Adding input device HDA NVidia Line (/dev/input/event5)
[  7383.972] (II) No input driver specified, ignoring this device.
[  7383.972] (II) This device may have been added with another device file.
[  7383.972] (II) config/udev: Adding input device HDA NVidia Front Mic (/dev/input/event6)
[  7383.972] (II) No input driver specified, ignoring this device.
[  7383.972] (II) This device may have been added with another device file.
[  7383.973] (II) config/udev: Adding input device HDA NVidia Rear Mic (/dev/input/event7)
[  7383.973] (II) No input driver specified, ignoring this device.
[  7383.973] (II) This device may have been added with another device file.
[  7383.973] (II) config/udev: Adding input device HDA NVidia Front Headphone (/dev/input/event8)
[  7383.973] (II) No input driver specified, ignoring this device.
[  7383.973] (II) This device may have been added with another device file.
[  7383.973] (II) config/udev: Adding input device HDA NVidia Line Out Side (/dev/input/event9)
[  7383.973] (II) No input driver specified, ignoring this device.
[  7383.973] (II) This device may have been added with another device file.
[  7383.974] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event13)
[  7383.974] (II) No input driver specified, ignoring this device.
[  7383.974] (II) This device may have been added with another device file.
[  7383.974] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  7383.974] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  7383.974] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  7383.974] (**) AT Translated Set 2 keyboard: always reports core events
[  7383.974] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[  7383.974] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[  7383.974] (--) evdev: AT Translated Set 2 keyboard: Found keys
[  7383.974] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[  7383.974] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  7383.974] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
[  7383.974] (**) Option "xkb_rules" "evdev"
[  7383.974] (**) Option "xkb_model" "evdev"
[  7383.974] (**) Option "xkb_layout" "us"
[  7383.975] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event4)
[  7383.975] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
[  7383.975] (II) Using input driver 'evdev' for 'ImPS/2 Generic Wheel Mouse'
[  7383.975] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[  7383.975] (**) evdev: ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event4"
[  7383.975] (--) evdev: ImPS/2 Generic Wheel Mouse: Vendor 0x2 Product 0x5
[  7383.975] (--) evdev: ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
[  7383.975] (--) evdev: ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
[  7383.975] (--) evdev: ImPS/2 Generic Wheel Mouse: Found relative axes
[  7383.975] (--) evdev: ImPS/2 Generic Wheel Mouse: Found x and y relative axes
[  7383.975] (II) evdev: ImPS/2 Generic Wheel Mouse: Configuring as mouse
[  7383.975] (II) evdev: ImPS/2 Generic Wheel Mouse: Adding scrollwheel support
[  7383.975] (**) evdev: ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
[  7383.975] (**) evdev: ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  7383.975] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event4"
[  7383.975] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 9)
[  7383.975] (II) evdev: ImPS/2 Generic Wheel Mouse: initialized for relative axes.
[  7383.975] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
[  7383.975] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
[  7383.975] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
[  7383.975] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
[  7383.976] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
[  7383.976] (II) No input driver specified, ignoring this device.
[  7383.976] (II) This device may have been added with another device file.
[  7383.976] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[  7383.976] (II) No input driver specified, ignoring this device.
[  7383.976] (II) This device may have been added with another device file

It was easier to set up in 2005 on gentoo,slack and others for ffs,what happened?

Offline

Board footer

Powered by FluxBB