You are not logged in.

#51 2010-06-21 21:31:05

kriz
Member
Registered: 2009-06-29
Posts: 96

Re: Xorg 1.8 moves to extra

archman-cro wrote:
dcc24 wrote:
archman-cro wrote:

I only need to find out about this HALless automounting for thunar...

Thunar - and xfce in general - won't have "HALlessness" until xfce 4.8, which won't be coming for several months. Xfce is the only thing keeping me from removing HAL completely.

pacman -Qi hal says:

Required By    : exo  thunar  xfce4-power-manager

All of which are xfce stuff hmm

Seems like it's time to switch to PCmanFM...
EDIT: PCmanFM requires some daemon AND HAL, so...no.
I should just add a keybinding to mount/unmount, so I don't have to mount-umount stuff all the time...

the newest version of pcmanfm doesn't require hal anymore. you can find it in aur. package is called pcmanfm-git


„Je verdinglichter die Welt, je dichter das Netz, das der Natur überworfen wurde, desto mehr beansprucht ideologisch das Denken, das jenes Netz spinnt, seinerseits Natur, Urerfahrung zu sein." Theodor W. Adorno [aus: Wozu noch Philosopie]

Offline

#52 2010-06-21 21:34:37

berbae
Member
From: France
Registered: 2007-02-12
Posts: 1,302

Re: Xorg 1.8 moves to extra

The new kernel and xorg-server upgrades went without problems for me too. Thanks to the devs and tester users.
But I need a small xorg.conf file :

Section "Device"
    Identifier     "Device0"
    Driver         "nouveau"
EndSection

Because without it, the xorg server chose the vesa driver rather than the nouveau one.
I don't know why, because I had the xf86-video-nouveau and xf86-video-vesa packages installed, and without the xorg.conf file, xorg server chose the wrong one.
So it set a wrong resolution with the vesa driver, and the monitor security denied that erroneous resolution and gave a black screen.
But everything works now if I tell xorg to choose the nouveau driver in a small xorg.conf file.
I thought it would be automatic but it was not the case for me.
Not a big issue though.
So a smooth upgrade again for this wonderful ArchLinux distro.

Offline

#53 2010-06-21 21:54:09

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Xorg 1.8 moves to extra

berbae wrote:

I thought it would be automatic but it was not the case for me.

The automatism loads the 'nv' driver for a nvidia card (and then 'vesa' if you don't have nv installed). Perhaps a patch is in order to change that to 'nouveau'.

Offline

#54 2010-06-21 22:15:38

burnie
Member
Registered: 2009-10-18
Posts: 2

Re: Xorg 1.8 moves to extra

Hi, after the upgrade to xorg 1.8 I don't have gfx acceleration any more here on ATI r300 sad What confuses me most in the log (see below) is that it first loads the dri(2) drivers successfully and then falls back to swrast_dri. Any hint on what is going on here?

[Edit]
BTW: I had no xorg.conf since xorg 1.7.
[/Edit]

[Edit2]
Answering myself: Since I have KMS (early start) enabled, the firmware file /lib/firmware/radeon/R300_cp.bin couldn't get loaded from disk (disks not mounted at this time). Adding

FILES="/lib/firmware/radeon/R300_cp.bin"

to /etc/mkinitcpio.conf and rebuilding the initial ramdisk solved the problem.
[/Edit2]

Log:

p[    19.360] 
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[    19.390] 
X.Org X Server 1.8.1.902 (1.8.2 RC 2)
Release Date: 2010-06-21
[    19.390] X Protocol Version 11, Revision 0
[    19.390] Build Operating System: Linux 2.6.34-ARCH i686 
[    19.390] Current Operating System: Linux Normandie 2.6.34-ARCH #1 SMP PREEMPT Sat Jun 19 13:06:16 CEST 2010 i686
[    19.390] Kernel command line: resume=/dev/disk/by-uuid/d704550e-609b-424d-99ce-a345a6b6c5e7 root=/dev/sda2 ro quiet radeon.modeset=1
[    19.390] Build Date: 21 June 2010  11:54:27AM
[    19.390]  
[    19.408] Current version of pixman: 0.18.2
[    19.408]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    19.408] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    19.408] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jun 21 23:46:33 2010
[    19.500] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    19.527] (==) No Layout section.  Using the first Screen section.
[    19.527] (==) No screen section available. Using defaults.
[    19.527] (**) |-->Screen "Default Screen Section" (0)
[    19.527] (**) |   |-->Monitor "<default monitor>"
[    19.527] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[    19.527] (==) Automatically adding devices
[    19.527] (==) Automatically enabling devices
[    19.581] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    19.648]     Entry deleted from font path.
[    19.719] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
[    19.719] (==) ModulePath set to "/usr/lib/xorg/modules"
[    19.719] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    19.719] (II) Loader magic: 0x81e9d00
[    19.719] (II) Module ABI versions:
[    19.719]     X.Org ANSI C Emulation: 0.4
[    19.719]     X.Org Video Driver: 7.0
[    19.719]     X.Org XInput driver : 9.0
[    19.719]     X.Org Server Extension : 3.0
[    19.728] (--) PCI:*(0:1:0:0) 1002:3150:1014:058e ATI Technologies Inc M24 1P [Radeon Mobility X600] rev 0, Mem @ 0xc8000000/134217728, 0xb0100000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
[    19.728] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    19.728] (II) LoadModule: "extmod"
[    19.768] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    19.783] (II) Module extmod: vendor="X.Org Foundation"
[    19.783]     compiled for 1.8.1.902, module version = 1.0.0
[    19.783]     Module class: X.Org Server Extension
[    19.783]     ABI class: X.Org Server Extension, version 3.0
[    19.783] (II) Loading extension MIT-SCREEN-SAVER
[    19.783] (II) Loading extension XFree86-VidModeExtension
[    19.783] (II) Loading extension XFree86-DGA
[    19.783] (II) Loading extension DPMS
[    19.783] (II) Loading extension XVideo
[    19.783] (II) Loading extension XVideo-MotionCompensation
[    19.783] (II) Loading extension X-Resource
[    19.783] (II) LoadModule: "dbe"
[    19.783] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    19.799] (II) Module dbe: vendor="X.Org Foundation"
[    19.799]     compiled for 1.8.1.902, module version = 1.0.0
[    19.799]     Module class: X.Org Server Extension
[    19.799]     ABI class: X.Org Server Extension, version 3.0
[    19.799] (II) Loading extension DOUBLE-BUFFER
[    19.799] (II) LoadModule: "glx"
[    19.799] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    19.828] (II) Module glx: vendor="X.Org Foundation"
[    19.828]     compiled for 1.8.1.902, module version = 1.0.0
[    19.828]     ABI class: X.Org Server Extension, version 3.0
[    19.830] (==) AIGLX enabled
[    19.830] (II) Loading extension GLX
[    19.830] (II) LoadModule: "record"
[    19.830] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    19.841] (II) Module record: vendor="X.Org Foundation"
[    19.841]     compiled for 1.8.1.902, module version = 1.13.0
[    19.841]     Module class: X.Org Server Extension
[    19.841]     ABI class: X.Org Server Extension, version 3.0
[    19.841] (II) Loading extension RECORD
[    19.841] (II) LoadModule: "dri"
[    19.841] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    19.863] (II) Module dri: vendor="X.Org Foundation"
[    19.863]     compiled for 1.8.1.902, module version = 1.0.0
[    19.863]     ABI class: X.Org Server Extension, version 3.0
[    19.863] (II) Loading extension XFree86-DRI
[    19.863] (II) LoadModule: "dri2"
[    19.863] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    19.868] (II) Module dri2: vendor="X.Org Foundation"
[    19.868]     compiled for 1.8.1.902, module version = 1.2.0
[    19.868]     ABI class: X.Org Server Extension, version 3.0
[    19.868] (II) Loading extension DRI2
[    19.868] (==) Matched ati as autoconfigured driver 0
[    19.868] (==) Matched vesa as autoconfigured driver 1
[    19.868] (==) Matched fbdev as autoconfigured driver 2
[    19.868] (==) Assigned the driver to the xf86ConfigLayout
[    19.868] (II) LoadModule: "ati"
[    19.868] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    19.877] (II) Module ati: vendor="X.Org Foundation"
[    19.877]     compiled for 1.8.0, module version = 6.13.0
[    19.877]     Module class: X.Org Video Driver
[    19.877]     ABI class: X.Org Video Driver, version 7.0
[    19.877] (II) LoadModule: "radeon"
[    19.878] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    19.957] (II) Module radeon: vendor="X.Org Foundation"
[    19.957]     compiled for 1.8.0, module version = 6.13.0
[    19.957]     Module class: X.Org Video Driver
[    19.957]     ABI class: X.Org Video Driver, version 7.0
[    19.972] (II) LoadModule: "vesa"
[    19.972] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    20.003] (II) Module vesa: vendor="X.Org Foundation"
[    20.003]     compiled for 1.8.0, module version = 2.3.0
[    20.003]     Module class: X.Org Video Driver
[    20.003]     ABI class: X.Org Video Driver, version 7.0
[    20.003] (II) LoadModule: "fbdev"
[    20.004] (WW) Warning, couldn't open module fbdev
[    20.004] (II) UnloadModule: "fbdev"
[    20.004] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    20.004] (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 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 8500 AIW BC (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 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 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 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 HD 4350,
    ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
    ATI Mobility Radeon 4500 Series, ATI FirePro RG220, 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 RV710,
    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,
    ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4290,
    CYPRESS, ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, 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 5700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series,
    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, CEDAR, CEDAR, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, CEDAR, ATI Radeon HD 5450,
    CEDAR
[    20.007] (II) VESA: driver for VESA chipsets: vesa
[    20.007] (++) using VT number 7

[    20.015] (II) Primary Device is: PCI 01@00:00:0
[    20.015] (II) [KMS] Kernel modesetting enabled.
[    20.015] (WW) Falling back to old probe method for vesa
[    20.015] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[    20.015] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    20.015] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    20.015] (==) RADEON(0): Default visual is TrueColor
[    20.015] (==) RADEON(0): RGB weight 888
[    20.015] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    20.015] (--) RADEON(0): Chipset: "ATI Radeon Mobility X600 (M24) 3150 (PCIE)" (ChipID = 0x3150)
[    20.015] (II) RADEON(0): PCIE card detected
[    20.015] (II) RADEON(0): KMS Color Tiling: disabled
[    20.015] drmOpenDevice: node name is /dev/dri/card0
[    20.015] drmOpenDevice: open result is 8, (OK)
[    20.015] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[    20.015] drmOpenDevice: node name is /dev/dri/card0
[    20.015] drmOpenDevice: open result is 8, (OK)
[    20.015] drmOpenByBusid: drmOpenMinor returns 8
[    20.015] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[    20.023] (II) RADEON(0): Output VGA-0 has no monitor section
[    20.031] (II) RADEON(0): Output DVI-0 has no monitor section
[    20.031] (II) RADEON(0): Output LVDS has no monitor section
[    20.051] (II) RADEON(0): Output S-video has no monitor section
[    20.059] (II) RADEON(0): EDID for output VGA-0
[    20.067] (II) RADEON(0): EDID for output DVI-0
[    20.068] (II) RADEON(0): EDID for output LVDS
[    20.068] (II) RADEON(0): Manufacturer: IBM  Model: 2887  Serial#: 0
[    20.068] (II) RADEON(0): Year: 2005  Week: 0
[    20.068] (II) RADEON(0): EDID Version: 1.3
[    20.068] (II) RADEON(0): Digital Display Input
[    20.068] (II) RADEON(0): Max Image Size [cm]: horiz.: 33  vert.: 21
[    20.068] (II) RADEON(0): Gamma: 2.20
[    20.068] (II) RADEON(0): No DPMS capabilities specified
[    20.068] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    20.068] (II) RADEON(0): First detailed timing is preferred mode
[    20.068] (II) RADEON(0): redX: 0.596 redY: 0.347   greenX: 0.335 greenY: 0.543
[    20.068] (II) RADEON(0): blueX: 0.158 blueY: 0.143   whiteX: 0.313 whiteY: 0.329
[    20.068] (II) RADEON(0): Manufacturer's mask: 0
[    20.068] (II) RADEON(0): Supported detailed timing:
[    20.068] (II) RADEON(0): clock: 122.0 MHz   Image Size:  331 x 207 mm
[    20.068] (II) RADEON(0): h_active: 1680  h_sync: 1712  h_sync_end 1776 h_blank_end 1904 h_border: 0
[    20.068] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[    20.068] (II) RADEON(0): Supported detailed timing:
[    20.068] (II) RADEON(0): clock: 101.7 MHz   Image Size:  331 x 207 mm
[    20.068] (II) RADEON(0): h_active: 1680  h_sync: 1712  h_sync_end 1776 h_blank_end 1904 h_border: 0
[    20.068] (II) RADEON(0): v_active: 1050  v_sync: 1051  v_sync_end 1054 v_blanking: 1066 v_border: 0
[    20.068] (II) RADEON(0): Unknown vendor-specific block f
[    20.068] (II) RADEON(0):  LP154W02-TL06
[    20.068] (II) RADEON(0): EDID (in hex):
[    20.068] (II) RADEON(0):     00ffffffffffff00244d872800000000
[    20.068] (II) RADEON(0):     000f0103802115780abca59858558b28
[    20.068] (II) RADEON(0):     24505400000001010101010101010101
[    20.068] (II) RADEON(0):     010101010101a82f90e0601a10402040
[    20.068] (II) RADEON(0):     13004bcf10000019b72790e0601a1040
[    20.068] (II) RADEON(0):     204013004bcf100000190000000f00b3
[    20.068] (II) RADEON(0):     0a32b30a28140100320c0000000000fe
[    20.068] (II) RADEON(0):     004c503135345730322d544c3036007f
[    20.068] (II) RADEON(0): Printing probed modes for output LVDS
[    20.068] (II) RADEON(0): Modeline "1680x1050"x60.1  122.00  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (64.1 kHz)
[    20.068] (II) RADEON(0): Modeline "1680x1050"x50.1  101.67  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (53.4 kHz)
[    20.068] (II) RADEON(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz)
[    20.068] (II) RADEON(0): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
[    20.068] (II) RADEON(0): Modeline "1440x900"x59.9  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[    20.068] (II) RADEON(0): Modeline "1280x960"x59.9  101.25  1280 1360 1488 1696  960 963 967 996 -hsync +vsync (59.7 kHz)
[    20.068] (II) RADEON(0): Modeline "1280x854"x59.9   89.25  1280 1352 1480 1680  854 857 867 887 -hsync +vsync (53.1 kHz)
[    20.068] (II) RADEON(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz)
[    20.068] (II) RADEON(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz)
[    20.068] (II) RADEON(0): Modeline "1152x768"x59.8   71.75  1152 1216 1328 1504  768 771 781 798 -hsync +vsync (47.7 kHz)
[    20.068] (II) RADEON(0): Modeline "1024x768"x59.9   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync (47.8 kHz)
[    20.068] (II) RADEON(0): Modeline "800x600"x59.9   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync (37.4 kHz)
[    20.068] (II) RADEON(0): Modeline "848x480"x59.7   31.50  848 872 952 1056  480 483 493 500 -hsync +vsync (29.8 kHz)
[    20.068] (II) RADEON(0): Modeline "720x480"x59.7   26.75  720 744 808 896  480 483 493 500 -hsync +vsync (29.9 kHz)
[    20.068] (II) RADEON(0): Modeline "640x480"x59.4   23.75  640 664 720 800  480 483 487 500 -hsync +vsync (29.7 kHz)
[    20.088] (II) RADEON(0): EDID for output S-video
[    20.088] (II) RADEON(0): Output VGA-0 disconnected
[    20.088] (II) RADEON(0): Output DVI-0 disconnected
[    20.088] (II) RADEON(0): Output LVDS connected
[    20.088] (II) RADEON(0): Output S-video disconnected
[    20.088] (II) RADEON(0): Using exact sizes for initial modes
[    20.088] (II) RADEON(0): Output LVDS using initial mode 1680x1050
[    20.088] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    20.088] (II) RADEON(0): mem size init: gart size :1feff000 vram size: s:8000000 visible:7905000
[    20.088] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[    20.103] (==) RADEON(0): DPI set to (96, 96)
[    20.103] (II) Loading sub module "fb"
[    20.103] (II) LoadModule: "fb"
[    20.103] (II) Loading /usr/lib/xorg/modules/libfb.so
[    20.115] (II) Module fb: vendor="X.Org Foundation"
[    20.115]     compiled for 1.8.1.902, module version = 1.0.0
[    20.115]     ABI class: X.Org ANSI C Emulation, version 0.4
[    20.115] (II) Loading sub module "ramdac"
[    20.115] (II) LoadModule: "ramdac"
[    20.115] (II) Module "ramdac" already built-in
[    20.115] (II) RADEON(0): GPU accel disabled or not working, using shadowfb for KMS
[    20.115] (II) Loading sub module "shadow"
[    20.115] (II) LoadModule: "shadow"
[    20.115] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    20.132] (II) Module shadow: vendor="X.Org Foundation"
[    20.132]     compiled for 1.8.1.902, module version = 1.1.0
[    20.132]     ABI class: X.Org ANSI C Emulation, version 0.4
[    20.132] (II) UnloadModule: "vesa"
[    20.132] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    20.132] (--) Depth 24 pixmap format is 32 bpp
[    20.132] (II) RADEON(0): Front buffer size: 6932K
[    20.132] (II) RADEON(0): VRAM usage limit set to 105292K
[    20.190] (==) RADEON(0): Backing store disabled
[    20.190] (WW) RADEON(0): Direct rendering disabled
[    20.190] (II) RADEON(0): Acceleration disabled
[    20.190] (==) RADEON(0): DPMS enabled
[    20.190] (==) RADEON(0): Silken mouse enabled
[    20.204] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    20.217] (--) RandR disabled
[    20.217] (II) Initializing built-in extension Generic Event Extension
[    20.217] (II) Initializing built-in extension SHAPE
[    20.217] (II) Initializing built-in extension MIT-SHM
[    20.217] (II) Initializing built-in extension XInputExtension
[    20.217] (II) Initializing built-in extension XTEST
[    20.217] (II) Initializing built-in extension BIG-REQUESTS
[    20.217] (II) Initializing built-in extension SYNC
[    20.217] (II) Initializing built-in extension XKEYBOARD
[    20.217] (II) Initializing built-in extension XC-MISC
[    20.217] (II) Initializing built-in extension SECURITY
[    20.217] (II) Initializing built-in extension XINERAMA
[    20.217] (II) Initializing built-in extension XFIXES
[    20.217] (II) Initializing built-in extension RENDER
[    20.217] (II) Initializing built-in extension RANDR
[    20.217] (II) Initializing built-in extension COMPOSITE
[    20.217] (II) Initializing built-in extension DAMAGE
[    20.230] (II) AIGLX: Screen 0 is not DRI2 capable
[    20.230] (II) AIGLX: Screen 0 is not DRI capable
[    20.308] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/swrast_dri.so
[    20.308] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    20.308] (II) RADEON(0): Setting screen physical size to 444 x 277
[    20.988] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    20.989] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    20.989] (**) Power Button: Applying InputClass "Keyboard Defaults"
[    20.989] (II) LoadModule: "evdev"
[    20.989] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    20.995] (II) Module evdev: vendor="X.Org Foundation"
[    20.995]     compiled for 1.8.0, module version = 2.4.0
[    20.995]     Module class: X.Org XInput Driver
[    20.995]     ABI class: X.Org XInput driver, version 9.0
[    20.995] (**) Power Button: always reports core events
[    20.995] (**) Power Button: Device: "/dev/input/event3"
[    20.995] (II) Power Button: Found keys
[    20.995] (II) Power Button: Configuring as keyboard
[    20.995] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    20.995] (**) Option "xkb_rules" "evdev"
[    20.995] (**) Option "xkb_model" "evdev"
[    20.995] (**) Option "xkb_layout" "de"
[    20.995] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    21.053] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    21.053] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    21.053] (**) Video Bus: Applying InputClass "Keyboard Defaults"
[    21.053] (**) Video Bus: always reports core events
[    21.053] (**) Video Bus: Device: "/dev/input/event4"
[    21.053] (II) Video Bus: Found keys
[    21.053] (II) Video Bus: Configuring as keyboard
[    21.053] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[    21.053] (**) Option "xkb_rules" "evdev"
[    21.053] (**) Option "xkb_model" "evdev"
[    21.053] (**) Option "xkb_layout" "de"
[    21.053] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    21.054] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    21.054] (II) No input driver/identifier specified (ignoring)
[    21.055] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    21.055] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    21.055] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
[    21.055] (**) Sleep Button: always reports core events
[    21.055] (**) Sleep Button: Device: "/dev/input/event2"
[    21.055] (II) Sleep Button: Found keys
[    21.055] (II) Sleep Button: Configuring as keyboard
[    21.055] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[    21.055] (**) Option "xkb_rules" "evdev"
[    21.055] (**) Option "xkb_model" "evdev"
[    21.055] (**) Option "xkb_layout" "de"
[    21.055] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    21.056] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[    21.056] (II) No input driver/identifier specified (ignoring)
[    21.059] (II) config/udev: Adding input device IR-receiver inside an USB DVB receiver (/dev/input/event8)
[    21.059] (**) IR-receiver inside an USB DVB receiver: Applying InputClass "evdev keyboard catchall"
[    21.059] (**) IR-receiver inside an USB DVB receiver: Applying InputClass "Keyboard Defaults"
[    21.059] (**) IR-receiver inside an USB DVB receiver: always reports core events
[    21.059] (**) IR-receiver inside an USB DVB receiver: Device: "/dev/input/event8"
[    21.059] (II) IR-receiver inside an USB DVB receiver: Found keys
[    21.059] (II) IR-receiver inside an USB DVB receiver: Configuring as keyboard
[    21.059] (II) XINPUT: Adding extended input device "IR-receiver inside an USB DVB receiver" (type: KEYBOARD)
[    21.059] (**) Option "xkb_rules" "evdev"
[    21.059] (**) Option "xkb_model" "evdev"
[    21.059] (**) Option "xkb_layout" "de"
[    21.059] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    21.062] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    21.062] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    21.062] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
[    21.062] (**) AT Translated Set 2 keyboard: always reports core events
[    21.062] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    21.062] (II) AT Translated Set 2 keyboard: Found keys
[    21.062] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    21.062] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    21.062] (**) Option "xkb_rules" "evdev"
[    21.062] (**) Option "xkb_model" "evdev"
[    21.062] (**) Option "xkb_layout" "de"
[    21.062] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    21.062] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[    21.062] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    21.062] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    21.062] (II) LoadModule: "synaptics"
[    21.063] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    21.073] (II) Module synaptics: vendor="X.Org Foundation"
[    21.073]     compiled for 1.8.0.902, module version = 1.2.2
[    21.073]     Module class: X.Org XInput Driver
[    21.073]     ABI class: X.Org XInput driver, version 9.0
[    21.073] (II) Synaptics touchpad driver version 1.2.2
[    21.073] (**) Option "Device" "/dev/input/event6"
[    21.074] (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
[    21.074] (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
[    21.074] (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    21.074] (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
[    21.074] (II) SynPS/2 Synaptics TouchPad: buttons: left right double triple
[    21.074] (**) Option "TapButton1" "1"
[    21.074] (**) Option "TapButton2" "2"
[    21.074] (**) Option "TapButton3" "3"
[    21.074] (--) SynPS/2 Synaptics TouchPad: touchpad found
[    21.074] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    21.074] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[    21.074] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    21.074] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
[    21.074] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    21.074] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    21.074] (--) SynPS/2 Synaptics TouchPad: touchpad found
[    21.074] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    21.074] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    21.074] (II) Synaptics touchpad driver version 1.2.2
[    21.074] SynPS/2 Synaptics TouchPad no synaptics event device found
[    21.074] (**) Option "Device" "/dev/input/mouse0"
[    21.074] (**) Option "TapButton1" "1"
[    21.074] (**) Option "TapButton2" "2"
[    21.074] (**) Option "TapButton3" "3"
[    21.095] Query no Synaptics: 6003C8
[    21.095] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[    21.095] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
[    21.095] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
[    21.095] (II) UnloadModule: "synaptics"
[    21.095] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event9)
[    21.095] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[    21.095] (**) TPPS/2 IBM TrackPoint: always reports core events
[    21.095] (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event9"
[    21.095] (II) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[    21.095] (II) TPPS/2 IBM TrackPoint: Found relative axes
[    21.095] (II) TPPS/2 IBM TrackPoint: Found x and y relative axes
[    21.095] (II) TPPS/2 IBM TrackPoint: Configuring as mouse
[    21.095] (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[    21.095] (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    21.095] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
[    21.095] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[    21.095] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[    21.095] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[    21.095] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[    21.095] (II) TPPS/2 IBM TrackPoint: initialized for relative axes.
[    21.095] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[    21.095] (II) No input driver/identifier specified (ignoring)
[    21.096] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    21.096] (II) No input driver/identifier specified (ignoring)
[    40.386] (II) config/udev: removing device IR-receiver inside an USB DVB receiver
[    40.386] (II) IR-receiver inside an USB DVB receiver: Close
[    40.386] (II) UnloadModule: "evdev"
[    65.402] (II) RADEON(0): EDID vendor "IBM", prod id 10375
[    65.402] (II) RADEON(0): Printing DDC gathered Modelines:
[    65.402] (II) RADEON(0): Modeline "1680x1050"x0.0  122.00  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (64.1 kHz)
[    65.403] (II) RADEON(0): Modeline "1680x1050"x0.0  101.67  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (53.4 kHz)
[    93.963] (II) RADEON(0): EDID vendor "IBM", prod id 10375
[    93.963] (II) RADEON(0): Printing DDC gathered Modelines:
[    93.963] (II) RADEON(0): Modeline "1680x1050"x0.0  122.00  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (64.1 kHz)
[    93.963] (II) RADEON(0): Modeline "1680x1050"x0.0  101.67  1680 1712 1776 1904  1050 1051 1054 1066 -hsync -vsync (53.4 kHz)

Last edited by burnie (2010-06-21 23:01:38)

Offline

#55 2010-06-21 23:27:17

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,355

Re: Xorg 1.8 moves to extra

Gusar wrote:
berbae wrote:

I thought it would be automatic but it was not the case for me.

The automatism loads the 'nv' driver for a nvidia card (and then 'vesa' if you don't have nv installed). Perhaps a patch is in order to change that to 'nouveau'.

Not going to happen yet I think. nv 'just works', while nouveau is really impressive but may not work for some.

Of course, the only way to confirm that it DOES work is to make it default smile.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#56 2010-06-22 04:33:30

abijr
Member
Registered: 2008-05-18
Posts: 71

Re: Xorg 1.8 moves to extra

Has anyone had a hard time with a wacom tablet after the update???
I am somewhat uneager to do the update [I use the tablet for some of the work I do]. But I guess I just need to recover my old xorg.conf (right?)

Offline

#57 2010-06-22 07:27:35

archman-cro
Member
From: Croatia
Registered: 2010-04-04
Posts: 943
Website

Re: Xorg 1.8 moves to extra

kriz wrote:
archman-cro wrote:
dcc24 wrote:
archman-cro wrote:

I only need to find out about this HALless automounting for thunar...

Thunar - and xfce in general - won't have "HALlessness" until xfce 4.8, which won't be coming for several months. Xfce is the only thing keeping me from removing HAL completely.

pacman -Qi hal says:

All of which are xfce stuff hmm

Seems like it's time to switch to PCmanFM...
EDIT: PCmanFM requires some daemon AND HAL, so...no.
I should just add a keybinding to mount/unmount, so I don't have to mount-umount stuff all the time...

the newest version of pcmanfm doesn't require hal anymore. you can find it in aur. package is called pcmanfm-git

Requires gvfs (15 deps on my machine) for volume management, so I'll pass...
Thanks for the recommendation, anyway! smile

Offline

#58 2010-06-22 08:16:19

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Xorg 1.8 moves to extra

archman-cro wrote:

Requires gvfs (15 deps on my machine) for volume management, so I'll pass...
Thanks for the recommendation, anyway! smile

There's a pcmanfm in the making that talks directly to udisks, so no gvfs necessary. Read about it here http://blog.lxde.org/?p=739 and here http://blog.lxde.org/?p=743 I'll stick with the old HAL-based pcmanfm until that is ready.

Last edited by Gusar (2010-06-22 08:17:11)

Offline

#59 2010-06-22 09:12:55

faelar
Member
From: Amiens (FR)
Registered: 2007-12-18
Posts: 232
Website

Re: Xorg 1.8 moves to extra

Any other intel users experiencing abysmal 3D performance?

I have an eeePC (701). Despite this everything seems to work...

Offline

#60 2010-06-22 09:17:20

archman-cro
Member
From: Croatia
Registered: 2010-04-04
Posts: 943
Website

Re: Xorg 1.8 moves to extra

@Gusar: Hehe, yeah, stumbled upon that info today. Thanks for clarifying!

Offline

#61 2010-06-22 09:20:33

Natanji
Member
Registered: 2009-09-22
Posts: 133

Re: Xorg 1.8 moves to extra

Can anyone confirm that internal tablet devices work with linuxwacom? I had to use xorg.conf for these to work till now, so I'm unsure if I should upgrade. As I'm on a Tablet PC, this is essential...

Offline

#62 2010-06-22 11:02:17

mikesd
Member
From: Australia
Registered: 2008-02-01
Posts: 788
Website

Re: Xorg 1.8 moves to extra

Updated today. No problems so far.

Removed hal from my DAEMONS array as nothing on my system uses it except gnome-vfs which is depreciated. I think I will be able to dump hal altogether as I don't use the apps that require gnome-vfs very often and should be able to find alternatives.

Next step is to cut down my 80 line xorg.conf to the minimum required to work with my nvidia twinview setup. This is long overdue.

Great work devs. smile

Offline

#63 2010-06-22 11:18:38

petelewis
Package Maintainer (PM)
From: Birmingham, UK
Registered: 2008-08-14
Posts: 128
Website

Re: Xorg 1.8 moves to extra

faelar wrote:

Any other intel users experiencing abysmal 3D performance?

I have an eeePC (701). Despite this everything seems to work...

Yeah, kwin is not able to do any desktop effects since the compositing is so slow! Direct rendering is enabled, but just unbearably slow.

Any ideas?

EDIT: Is it the same problem as being reported here?
http://bbs.archlinux.org/viewtopic.php?pid=779264

Last edited by petelewis (2010-06-22 13:06:18)


"Cared thou not, thou would have abstained." - Xyne

Offline

#64 2010-06-22 15:34:33

Gremnon
Member
From: UK
Registered: 2010-03-12
Posts: 43

Re: Xorg 1.8 moves to extra

Well this is a bugger.
All Arch-using computers in this home needed the 173-xx series of Nvidia drivers.
Now it looks like I can't use them at all, since all of them have just stopped working following an upgrade, and only now have I found out why.

Is there any way I can get 3D effects back again without having to downgrade to the old 1.7 Xorg - even if it means using the AUR? I don't particularly like the idea of having to use the dreadful 2D driver again.

Offline

#65 2010-06-22 18:01:50

gabe_
Member
From: Grand Rapids, MI, US
Registered: 2009-07-17
Posts: 18

Re: Xorg 1.8 moves to extra

petelewis wrote:
faelar wrote:

Any other intel users experiencing abysmal 3D performance?

I have an eeePC (701). Despite this everything seems to work...

Yeah, kwin is not able to do any desktop effects since the compositing is so slow! Direct rendering is enabled, but just unbearably slow.

Any ideas?

EDIT: Is it the same problem as being reported here?
http://bbs.archlinux.org/viewtopic.php?pid=779264

Looks to be the same problem. Thanks!

Offline

#66 2010-06-22 22:14:34

Gremnon
Member
From: UK
Registered: 2010-03-12
Posts: 43

Re: Xorg 1.8 moves to extra

In case anyone else is wondering - I solved my problem. While my graphics card(s) needed the nvidia binary blob for the 173 series, it appears that nouvea (+gallium) works perfectly - BUT, the caveat is that 3D support is unreliable. For me, a Gnome session using Metacity is fine, but adding Compiz into the mix is touchy, very rarely does it work without some issue, or work for long, without developing one.
So for most people who used to need 173, I say use nouveau for 2D (instead of nv), but experiement with the 3D stuff in gallium at your own peril.

Offline

#67 2010-06-22 23:54:57

Kalinda
Member
From: Canada
Registered: 2009-02-19
Posts: 73

Re: Xorg 1.8 moves to extra

So Nvidia released a new driver today (http://www.nvidia.com/object/linux-disp … river.html) and it's in extra, but I can't find if it supports Xorg 1.8 or not. Does anyone know if it does? I don't want to update and screw everything up until the new Xorg is supported by nvidia.


Arch Linux Plasma 5 | AMD Ryzen 7 1700 | 16GB DDR4 RAM | Nvidia GeForce GTX 980

Offline

#68 2010-06-23 00:04:38

Acecero
Member
Registered: 2008-06-21
Posts: 1,373

Re: Xorg 1.8 moves to extra

Kalinda wrote:

So Nvidia released a new driver today (http://www.nvidia.com/object/linux-disp … river.html) and it's in extra, but I can't find if it supports Xorg 1.8 or not. Does anyone know if it does? I don't want to update and screw everything up until the new Xorg is supported by nvidia.

It is safe.  I upgraded yesterday with Xorg 1.8 and the new Nvidia driver and everything works.  Perfectly seamless like Misfit said.

Offline

#69 2010-06-23 06:33:46

arinlares
Member
From: Anaheim, CA
Registered: 2010-02-01
Posts: 165
Website

Re: Xorg 1.8 moves to extra

gabe_ wrote:

Any other intel users experiencing abysmal 3D performance?

Compiz, Openarena, glxgears...  All running horribly (glxgears pulled less than a third its normal framerate).  I'm trying desperately to downgrade.

EDIT (below)

I did some research, and apparently there's something set up (I don't remember, it was late, I was antsy) that may have mentioned something about limiting the FPS to the refresh rate of the monitor (for netbooks, it's 60hz/60fps, unless it's Mhz).

As a result, glxgears peaks at about 60 FPS (it dances around it, going three to five FPS around the sweet spot).  I just tested Openarena (a program that had crashed last night), and got a nice 60FPS out of it.  The only 3D program I find wanting for FPS is Compiz, but I'm assuming it's trying to stop a 60FPS and falling short.

Last edited by arinlares (2010-06-24 03:17:58)

Offline

#70 2010-06-23 09:17:43

gnumdk
Member
Registered: 2009-10-15
Posts: 175

Re: Xorg 1.8 moves to extra

Downgrade fix issue with intel card for me

Offline

#71 2010-06-23 09:23:52

petelewis
Package Maintainer (PM)
From: Birmingham, UK
Registered: 2008-08-14
Posts: 128
Website

Re: Xorg 1.8 moves to extra

Can anyone point me to somewhere with the old packages available? I just realised I no longer have them cached :-(

Incidentally, there are a few bugs reported on flyspray which sound similar to this. Just search for "intel" on bugs.archlinux.org and you'll see what I mean.


"Cared thou not, thou would have abstained." - Xyne

Offline

#72 2010-06-23 09:28:33

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Offline

#73 2010-06-23 09:37:50

petelewis
Package Maintainer (PM)
From: Birmingham, UK
Registered: 2008-08-14
Posts: 128
Website

Re: Xorg 1.8 moves to extra


"Cared thou not, thou would have abstained." - Xyne

Offline

#74 2010-06-24 03:53:38

neelo
Member
Registered: 2007-11-27
Posts: 2

Re: Xorg 1.8 moves to extra

Gremnon wrote:

Well this is a bugger.
All Arch-using computers in this home needed the 173-xx series of Nvidia drivers.
Now it looks like I can't use them at all, since all of them have just stopped working following an upgrade, and only now have I found out why.

Is there any way I can get 3D effects back again without having to downgrade to the old 1.7 Xorg - even if it means using the AUR? I don't particularly like the idea of having to use the dreadful 2D driver again.

I was in the same camp as you.  I installed the nvidia-173xx-all 173.14.25-1   and nvidia-173xx-utils-glselect 173.14.25-1 from AUR, and blacklisted nouveau in rc.conf.  the 173.14.25-1 legacy drivers should work with xorg 1.8, if you start X like so:

startx -- -ignoreABI

This will get your 3D acceleration working until the devs put the 173xx branch back in the repos.

Offline

#75 2010-06-24 15:57:31

vitoreiji
Member
Registered: 2009-09-04
Posts: 67

Re: Xorg 1.8 moves to extra

Hey guys, where can I find documentation on converting my hal policies back to xorg.conf entries? There's a bunch of things I tweaked there and now I am unsure of how to get them working again. Thanks!

Offline

Board footer

Powered by FluxBB