SOLVED: Created /etc/X11/xorg.conf, now system won't boot.

I was trying to solve an issue with display resolution not sticking and it was suggested to me that I create an /etc/X11/xorg.conf.
I created the file and put in the lines that I had in my .xprofile related to xrandr.
Now... my system will not boot. It appears to get hung up trying to detect my ethernet connection. I tried Ctrl-Alt-F1 to avoid X windowing, no dice.
What's more, my system rescue pen drive appears to have died. I still have my Arch install CD.
All I want to do is delete xorg.conf. My arch root is a logical volume so I have no idea how to mount it after I boot from the Arch install CD, or if I can even do this.
Update: So embarrassing, my mount command was wrong. Once I did something that looked like this:
mount /dev/VolGroup0/root /mnt/
I was able to get into /etc/X11 and delete xorg. conf. Rebooted and all appears well.
Last edited by testingwithfire (2014-06-02 01:36:07)

For mounting LVM, this page should probably help: https://wiki.archlinux.org/index.php/LV … al_volumes
Once in, then it should be easy.

Similar Messages

  • [SOLVED]xpra + winswitch - best practice due to /etc/X11/xorg.conf.d/*

    Running xpra causes some headaches.
    The application builds fine and installs just perfectly, the troubles comes from the default Xorg configuration is no longer stored in /etc/X11/xorg.conf, it's now stored and read from numerous files under /etc/X11/xorg.conf.d/ where just so happen to be my 5-nvidia.conf.
    Starting xpra via:
    xpra start :100
    Causes:
    X.Org X Server 1.14.3
    Release Date: 2013-09-12
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.11.0-1-ARCH x86_64
    Current Operating System: Linux archie 3.11.2-1-ARCH #1 SMP PREEMPT Fri Sep 27 07:35:36 CEST 2013 x86_64
    Kernel command line: root=/dev/sda1 rw initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    Build Date: 13 September 2013 01:28:59PM
    Current version of pixman: 0.30.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (++) Log file: "/home/torxed/.xpra/Xorg.:100.log", Time: Thu Oct 3 19:56:30 2013
    (++) Using config file: "/etc/xpra/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    setversion 1.4 failed
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    Loading extension GLX
    (EE)
    Fatal server error:
    (EE) xf86OpenConsole: Cannot open /dev/tty0 (No such file or directory)
    (EE)
    (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    (EE) Please also check the log file at "/home/torxed/.xpra/Xorg.:100.log" for additional information.
    (EE)
    (EE) Server terminated with error (1). Closing log file.
    2013-10-03 19:56:30,893
    2013-10-03 19:56:30,893 Xvfb command has terminated! xpra cannot continue
    2013-10-03 19:56:30,894
    2013-10-03 19:56:30,895 removing socket /home/torxed/.xpra/archie-100
    tl;dr: 5-nvidia.conf is trying to get loaded after xf86-video-dummy is loaded (which is the default for xpra).
    Now to the question: What's the best practice because there's no information about this issue, and i can't be the only one who's run in to this since the xorg.conf was removed. At the moment I move all my nvidia configs out of the way, start xpra and move them back in. This works for the better part as long as i execute xpra with my own scripts.
    But is there a better way (which doesn't perhaps include recreating xorg.conf since that appears to be something you should walk away from)?
    Last edited by Torxed (2013-10-04 10:29:35)

    Good thinking! (xpra is basically just screen but for x, or a X11 tunnel via SSH).
    After a really quick poking around and remembering that xpra really just uses xorg-server-xvfb and at the very bottom of /etc/xpra/xpra.conf there's a line that says:
    xvfb=xpra_Xdummy -dpi 96 -noreset -nolisten tcp +extension GLX +extension RANDR +extension RENDER -logfile ${HOME}/.xpra/Xorg.${DISPLAY}.log -config /etc/xpra/xorg.conf
    Appending -configdir appears to be working.
    Here are the full steps:
    [torxed@archie ~]$ sudo cp -r /etc/X11/xorg.conf.d /etc/xpra/
    [torxed@archie ~]$ sudo rm /etc/xpra/xorg.conf.d/*nvidia*
    [torxed@archie ~]$ sudo sed -i '$s/$/ -configdir \/etc\/xpra\/xpra.conf.d/' /etc/xpra/xpra.conf
    *nvidia* would have to match your graphic-driver-config that would cause xorg-server-xvbf to crash.
    I'll update the wiki and put a mention on the package about it because this either has to be standard or well known from the start because it really just breaks the package all together.
    Last edited by Torxed (2013-10-04 10:29:09)

  • SOLVED update blanks /etc/X11/xorg.conf.d/10-synaptics.conf

    I just ran pacman -Syu and udisks2 was updated with "warning: /etc/X11/xorg.conf.d/10-synaptics.conf saved as /etc/X11/xorg.conf.d/10-synaptics.conf.pacsave". When I looked at the diffs, I noticed that it essentially had removed all contents from that file.
    Is there any reason why udisks2 would do this? When I check pacman -Qo /etc/X11/xorg.conf.d/10-synaptics.conf, nothing is reported as "owning" that conf file, which is correct, since I created it myself...?
    Last edited by twelveeighty (2013-01-15 16:19:32)

    twelveeighty wrote:Wow - I would swear that originally there never was a 50-synaptics.conf, or I would have modified that one instead of creating one from scratch.
    There wasn't. The file 10-synaptics.conf was one created by Arch. With version 1.6.2-3, they switched to the upstream config, which is 50-synaptics.conf.

  • Option "ctrl:nocaps" in /etc/X11/xorg.conf.d/10-evdev.conf ignored

    Hi all,
    I have a single-user laptop, so I'd like to configure my X keyboard layout and options globally instead of doing it for any WM/DE I might happen to use.  And most importantly, the desktop manager (GDM) should already use my layout.  So my /etc/X11/xorg.conf.d/10-evdev.conf contains this section:
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "XkbLayout" "de"
    Option "XkbVariant" "dvorak"
    Option "XkbOptions" "ctrl:nocaps"
    EndSection
    The result is that I have my German Dvorak layout in GDM and in whatever WM I choose there.  However, the ctrl:nocaps option seems to be ignored.  In GDM, CapsLock is still CapsLock, not an additional CTRL.  Why not?
    Here's the Xorg.0.log in case that might shed some light.  (Well, it actually only shows that the options seems to be applied to all keyboard devices...)
    [ 14.912]
    X.Org X Server 1.15.0
    Release Date: 2013-12-27
    [ 14.912] X Protocol Version 11, Revision 0
    [ 14.912] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 14.912] Current Operating System: Linux thinkpad-t61 3.12.9-1-ARCH #1 SMP PREEMPT Sun Jan 26 09:01:37 CET 2014 x86_64
    [ 14.912] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda3 rw initrd=../initramfs-linux.img
    [ 14.912] Build Date: 09 January 2014 08:47:24AM
    [ 14.912]
    [ 14.912] Current version of pixman: 0.32.4
    [ 14.912] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 14.912] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 14.912] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 30 08:06:06 2014
    [ 15.046] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 15.046] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 15.385] (==) No Layout section. Using the first Screen section.
    [ 15.385] (==) No screen section available. Using defaults.
    [ 15.385] (**) |-->Screen "Default Screen Section" (0)
    [ 15.385] (**) | |-->Monitor "<default monitor>"
    [ 15.415] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 15.415] (==) Automatically adding devices
    [ 15.415] (==) Automatically enabling devices
    [ 15.415] (==) Automatically adding GPU devices
    [ 15.596] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 15.596] Entry deleted from font path.
    [ 15.603] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 15.603] Entry deleted from font path.
    [ 15.603] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 15.604] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 15.604] Entry deleted from font path.
    [ 15.604] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 15.604] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 15.604] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 15.604] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 15.604] (II) Loader magic: 0x804c80
    [ 15.604] (II) Module ABI versions:
    [ 15.604] X.Org ANSI C Emulation: 0.4
    [ 15.604] X.Org Video Driver: 15.0
    [ 15.604] X.Org XInput driver : 20.0
    [ 15.604] X.Org Server Extension : 8.0
    [ 15.604] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 15.607] (--) PCI:*(0:0:2:0) 8086:2a02:17aa:20b5 rev 12, Mem @ 0xf8100000/1048576, 0xe0000000/268435456, I/O @ 0x00001800/8
    [ 15.607] (--) PCI: (0:0:2:1) 8086:2a03:17aa:20b5 rev 12, Mem @ 0xf8200000/1048576
    [ 15.607] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 15.619] Initializing built-in extension Generic Event Extension
    [ 15.619] Initializing built-in extension SHAPE
    [ 15.619] Initializing built-in extension MIT-SHM
    [ 15.619] Initializing built-in extension XInputExtension
    [ 15.619] Initializing built-in extension XTEST
    [ 15.619] Initializing built-in extension BIG-REQUESTS
    [ 15.619] Initializing built-in extension SYNC
    [ 15.619] Initializing built-in extension XKEYBOARD
    [ 15.619] Initializing built-in extension XC-MISC
    [ 15.619] Initializing built-in extension SECURITY
    [ 15.619] Initializing built-in extension XINERAMA
    [ 15.619] Initializing built-in extension XFIXES
    [ 15.619] Initializing built-in extension RENDER
    [ 15.619] Initializing built-in extension RANDR
    [ 15.619] Initializing built-in extension COMPOSITE
    [ 15.619] Initializing built-in extension DAMAGE
    [ 15.619] Initializing built-in extension MIT-SCREEN-SAVER
    [ 15.619] Initializing built-in extension DOUBLE-BUFFER
    [ 15.619] Initializing built-in extension RECORD
    [ 15.619] Initializing built-in extension DPMS
    [ 15.619] Initializing built-in extension Present
    [ 15.619] Initializing built-in extension DRI3
    [ 15.619] Initializing built-in extension X-Resource
    [ 15.619] Initializing built-in extension XVideo
    [ 15.619] Initializing built-in extension XVideo-MotionCompensation
    [ 15.619] Initializing built-in extension XFree86-VidModeExtension
    [ 15.619] Initializing built-in extension XFree86-DGA
    [ 15.619] Initializing built-in extension XFree86-DRI
    [ 15.619] Initializing built-in extension DRI2
    [ 15.619] (II) "glx" will be loaded by default.
    [ 15.619] (II) LoadModule: "dri2"
    [ 15.619] (II) Module "dri2" already built-in
    [ 15.619] (II) LoadModule: "glamoregl"
    [ 15.671] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 15.894] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 15.894] compiled for 1.15.0, module version = 0.6.0
    [ 15.894] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 15.894] (II) LoadModule: "glx"
    [ 15.894] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 15.926] (II) Module glx: vendor="X.Org Foundation"
    [ 15.926] compiled for 1.15.0, module version = 1.0.0
    [ 15.926] ABI class: X.Org Server Extension, version 8.0
    [ 15.926] (==) AIGLX enabled
    [ 15.926] Loading extension GLX
    [ 15.926] (==) Matched intel as autoconfigured driver 0
    [ 15.926] (==) Matched intel as autoconfigured driver 1
    [ 15.926] (==) Matched modesetting as autoconfigured driver 2
    [ 15.926] (==) Matched fbdev as autoconfigured driver 3
    [ 15.926] (==) Matched vesa as autoconfigured driver 4
    [ 15.926] (==) Assigned the driver to the xf86ConfigLayout
    [ 15.926] (II) LoadModule: "intel"
    [ 15.926] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 16.103] (II) Module intel: vendor="X.Org Foundation"
    [ 16.103] compiled for 1.15.0, module version = 2.21.15
    [ 16.103] Module class: X.Org Video Driver
    [ 16.103] ABI class: X.Org Video Driver, version 15.0
    [ 16.103] (II) LoadModule: "modesetting"
    [ 16.112] (WW) Warning, couldn't open module modesetting
    [ 16.112] (II) UnloadModule: "modesetting"
    [ 16.112] (II) Unloading modesetting
    [ 16.112] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 16.112] (II) LoadModule: "fbdev"
    [ 16.112] (WW) Warning, couldn't open module fbdev
    [ 16.112] (II) UnloadModule: "fbdev"
    [ 16.112] (II) Unloading fbdev
    [ 16.112] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 16.112] (II) LoadModule: "vesa"
    [ 16.112] (WW) Warning, couldn't open module vesa
    [ 16.112] (II) UnloadModule: "vesa"
    [ 16.112] (II) Unloading vesa
    [ 16.112] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 16.112] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics,
    HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
    HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
    HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
    HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
    [ 16.114] (++) using VT number 1
    [ 16.139] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 16.139] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 16.139] (==) intel(0): RGB weight 888
    [ 16.139] (==) intel(0): Default visual is TrueColor
    [ 16.139] (--) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
    [ 16.139] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1
    [ 16.139] (**) intel(0): Framebuffer tiled
    [ 16.139] (**) intel(0): Pixmaps tiled
    [ 16.139] (**) intel(0): "Tear free" disabled
    [ 16.139] (**) intel(0): Forcing per-crtc-pixmaps? no
    [ 16.139] (II) intel(0): Output LVDS1 has no monitor section
    [ 16.139] (--) intel(0): found backlight control interface acpi_video0 (type 'firmware')
    [ 16.139] (II) intel(0): Output VGA1 has no monitor section
    [ 16.140] (II) intel(0): Output DVI1 has no monitor section
    [ 16.140] (--) intel(0): Output LVDS1 using initial mode 1280x800 on pipe 0
    [ 16.140] (--) intel(0): Output DVI1 using initial mode 1920x1200 on pipe 1
    [ 16.140] (==) intel(0): DPI set to (96, 96)
    [ 16.140] (II) Loading sub module "dri2"
    [ 16.140] (II) LoadModule: "dri2"
    [ 16.140] (II) Module "dri2" already built-in
    [ 16.140] (==) Depth 24 pixmap format is 32 bpp
    [ 16.173] (II) intel(0): SNA initialized with Broadwater (gen4) backend
    [ 16.173] (==) intel(0): Backing store enabled
    [ 16.173] (==) intel(0): Silken mouse enabled
    [ 16.175] (II) intel(0): HW Cursor enabled
    [ 16.175] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 16.178] (==) intel(0): DPMS enabled
    [ 16.178] (II) intel(0): [XvMC] i965_xvmc driver initialized.
    [ 16.178] (II) intel(0): [DRI2] Setup complete
    [ 16.178] (II) intel(0): [DRI2] DRI driver: i965
    [ 16.178] (II) intel(0): direct rendering: DRI2 Enabled
    [ 16.178] (==) intel(0): hotplug detection: "enabled"
    [ 16.178] (--) RandR disabled
    [ 16.398] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 16.398] (II) AIGLX: enabled GLX_ARB_create_context
    [ 16.398] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 16.398] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 16.398] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 16.398] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 16.398] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 16.398] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 16.398] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 16.398] (II) AIGLX: Loaded and initialized i965
    [ 16.398] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 16.410] (II) intel(0): switch to mode [email protected] on pipe 0 using LVDS1, position (0, 0), rotation normal
    [ 16.426] (II) intel(0): switch to mode [email protected] on pipe 1 using DVI1, position (0, 0), rotation normal
    [ 16.440] (II) intel(0): Setting screen physical size to 508 x 317
    [ 16.899] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 16.899] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 16.899] (II) LoadModule: "evdev"
    [ 16.899] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 16.928] (II) Module evdev: vendor="X.Org Foundation"
    [ 16.928] compiled for 1.15.0, module version = 2.8.2
    [ 16.928] Module class: X.Org XInput Driver
    [ 16.928] ABI class: X.Org XInput driver, version 20.0
    [ 16.928] (II) Using input driver 'evdev' for 'Power Button'
    [ 16.928] (**) Power Button: always reports core events
    [ 16.928] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 16.928] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 16.928] (--) evdev: Power Button: Found keys
    [ 16.928] (II) evdev: Power Button: Configuring as keyboard
    [ 16.928] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
    [ 16.928] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 16.928] (**) Option "xkb_rules" "evdev"
    [ 16.928] (**) Option "xkb_model" "pc104"
    [ 16.928] (**) Option "xkb_layout" "de"
    [ 16.928] (**) Option "xkb_variant" "dvorak"
    [ 16.928] (**) Option "xkb_options" "ctrl:nocaps"
    [ 16.976] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 16.976] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 16.976] (II) Using input driver 'evdev' for 'Video Bus'
    [ 16.976] (**) Video Bus: always reports core events
    [ 16.976] (**) evdev: Video Bus: Device: "/dev/input/event11"
    [ 16.976] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 16.976] (--) evdev: Video Bus: Found keys
    [ 16.976] (II) evdev: Video Bus: Configuring as keyboard
    [ 16.976] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input13/event11"
    [ 16.976] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 16.976] (**) Option "xkb_rules" "evdev"
    [ 16.976] (**) Option "xkb_model" "pc104"
    [ 16.976] (**) Option "xkb_layout" "de"
    [ 16.976] (**) Option "xkb_variant" "dvorak"
    [ 16.976] (**) Option "xkb_options" "ctrl:nocaps"
    [ 16.977] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 16.977] (II) No input driver specified, ignoring this device.
    [ 16.977] (II) This device may have been added with another device file.
    [ 16.977] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [ 16.977] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 16.977] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 16.977] (**) Sleep Button: always reports core events
    [ 16.977] (**) evdev: Sleep Button: Device: "/dev/input/event2"
    [ 16.977] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 16.977] (--) evdev: Sleep Button: Found keys
    [ 16.977] (II) evdev: Sleep Button: Configuring as keyboard
    [ 16.977] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event2"
    [ 16.977] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [ 16.977] (**) Option "xkb_rules" "evdev"
    [ 16.977] (**) Option "xkb_model" "pc104"
    [ 16.977] (**) Option "xkb_layout" "de"
    [ 16.977] (**) Option "xkb_variant" "dvorak"
    [ 16.977] (**) Option "xkb_options" "ctrl:nocaps"
    [ 16.977] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 16.978] (II) config/udev: Adding input device HID 04b3:3107 (/dev/input/event12)
    [ 16.978] (**) HID 04b3:3107: Applying InputClass "evdev pointer catchall"
    [ 16.978] (II) Using input driver 'evdev' for 'HID 04b3:3107'
    [ 16.978] (**) HID 04b3:3107: always reports core events
    [ 16.978] (**) evdev: HID 04b3:3107: Device: "/dev/input/event12"
    [ 16.978] (--) evdev: HID 04b3:3107: Vendor 0x4b3 Product 0x3107
    [ 16.978] (--) evdev: HID 04b3:3107: Found 3 mouse buttons
    [ 16.978] (--) evdev: HID 04b3:3107: Found scroll wheel(s)
    [ 16.978] (--) evdev: HID 04b3:3107: Found relative axes
    [ 16.978] (--) evdev: HID 04b3:3107: Found x and y relative axes
    [ 16.978] (II) evdev: HID 04b3:3107: Configuring as mouse
    [ 16.978] (II) evdev: HID 04b3:3107: Adding scrollwheel support
    [ 16.978] (**) evdev: HID 04b3:3107: YAxisMapping: buttons 4 and 5
    [ 16.978] (**) evdev: HID 04b3:3107: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 16.978] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb3/3-4/3-4.6/3-4.6.1/3-4.6.1:1.0/input/input14/event12"
    [ 16.978] (II) XINPUT: Adding extended input device "HID 04b3:3107" (type: MOUSE, id 9)
    [ 16.978] (II) evdev: HID 04b3:3107: initialized for relative axes.
    [ 16.978] (**) HID 04b3:3107: (accel) keeping acceleration scheme 1
    [ 16.978] (**) HID 04b3:3107: (accel) acceleration profile 0
    [ 16.978] (**) HID 04b3:3107: (accel) acceleration factor: 2.000
    [ 16.978] (**) HID 04b3:3107: (accel) acceleration threshold: 4
    [ 16.979] (II) config/udev: Adding input device HID 04b3:3107 (/dev/input/mouse1)
    [ 16.979] (II) No input driver specified, ignoring this device.
    [ 16.979] (II) This device may have been added with another device file.
    [ 16.979] (II) config/udev: Adding input device USB Keyboard (/dev/input/event13)
    [ 16.979] (**) USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 16.979] (II) Using input driver 'evdev' for ' USB Keyboard'
    [ 16.979] (**) USB Keyboard: always reports core events
    [ 16.979] (**) evdev: USB Keyboard: Device: "/dev/input/event13"
    [ 16.979] (--) evdev: USB Keyboard: Vendor 0x4d9 Product 0x2013
    [ 16.979] (--) evdev: USB Keyboard: Found keys
    [ 16.979] (II) evdev: USB Keyboard: Configuring as keyboard
    [ 16.979] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb3/3-4/3-4.6/3-4.6.4/3-4.6.4:1.0/input/input15/event13"
    [ 16.979] (II) XINPUT: Adding extended input device " USB Keyboard" (type: KEYBOARD, id 10)
    [ 16.979] (**) Option "xkb_rules" "evdev"
    [ 16.979] (**) Option "xkb_model" "pc104"
    [ 16.979] (**) Option "xkb_layout" "de"
    [ 16.979] (**) Option "xkb_variant" "dvorak"
    [ 16.979] (**) Option "xkb_options" "ctrl:nocaps"
    [ 16.980] (II) config/udev: Adding input device USB Keyboard (/dev/input/event14)
    [ 16.980] (**) USB Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 16.980] (II) Using input driver 'evdev' for ' USB Keyboard'
    [ 16.980] (**) USB Keyboard: always reports core events
    [ 16.980] (**) evdev: USB Keyboard: Device: "/dev/input/event14"
    [ 16.980] (--) evdev: USB Keyboard: Vendor 0x4d9 Product 0x2013
    [ 16.980] (--) evdev: USB Keyboard: Found keys
    [ 16.980] (II) evdev: USB Keyboard: Configuring as keyboard
    [ 16.980] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb3/3-4/3-4.6/3-4.6.4/3-4.6.4:1.1/input/input16/event14"
    [ 16.980] (II) XINPUT: Adding extended input device " USB Keyboard" (type: KEYBOARD, id 11)
    [ 16.980] (**) Option "xkb_rules" "evdev"
    [ 16.980] (**) Option "xkb_model" "pc104"
    [ 16.980] (**) Option "xkb_layout" "de"
    [ 16.980] (**) Option "xkb_variant" "dvorak"
    [ 16.980] (**) Option "xkb_options" "ctrl:nocaps"
    [ 16.981] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
    [ 16.981] (II) No input driver specified, ignoring this device.
    [ 16.981] (II) This device may have been added with another device file.
    [ 16.981] (II) config/udev: Adding input device HDA Intel Dock Mic (/dev/input/event8)
    [ 16.981] (II) No input driver specified, ignoring this device.
    [ 16.981] (II) This device may have been added with another device file.
    [ 16.981] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event7)
    [ 16.981] (II) No input driver specified, ignoring this device.
    [ 16.981] (II) This device may have been added with another device file.
    [ 16.981] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event6)
    [ 16.981] (II) No input driver specified, ignoring this device.
    [ 16.981] (II) This device may have been added with another device file.
    [ 16.982] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 16.982] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 16.982] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 16.982] (**) AT Translated Set 2 keyboard: always reports core events
    [ 16.982] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 16.982] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 16.982] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 16.982] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 16.982] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 16.982] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 16.982] (**) Option "xkb_rules" "evdev"
    [ 16.982] (**) Option "xkb_model" "pc104"
    [ 16.982] (**) Option "xkb_layout" "de"
    [ 16.982] (**) Option "xkb_variant" "dvorak"
    [ 16.982] (**) Option "xkb_options" "ctrl:nocaps"
    [ 16.982] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
    [ 16.982] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 16.982] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 16.983] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 16.983] (II) LoadModule: "synaptics"
    [ 16.983] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 16.994] (II) Module synaptics: vendor="X.Org Foundation"
    [ 16.994] compiled for 1.15.0, module version = 1.7.3
    [ 16.994] Module class: X.Org XInput Driver
    [ 16.994] ABI class: X.Org XInput driver, version 20.0
    [ 16.994] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 16.994] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 16.995] (**) Option "Device" "/dev/input/event10"
    [ 17.100] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 93)
    [ 17.100] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 125)
    [ 17.100] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 17.100] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 17.100] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right
    [ 17.100] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 17.100] (**) Option "TapButton1" "1"
    [ 17.100] (**) Option "TapButton2" "2"
    [ 17.100] (**) Option "TapButton3" "3"
    [ 17.100] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 17.100] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 17.163] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event10"
    [ 17.163] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 17.163] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 17.163] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 17.163] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
    [ 17.164] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 17.164] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 17.164] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 17.164] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 17.164] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 17.165] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 17.165] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 17.166] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event15)
    [ 17.166] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 17.166] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
    [ 17.166] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 17.166] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event15"
    [ 17.166] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
    [ 17.166] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 17.166] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
    [ 17.166] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 17.166] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 17.166] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 17.166] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 17.166] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input12/event15"
    [ 17.166] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 14)
    [ 17.166] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 17.167] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 17.167] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 17.167] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 17.167] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 17.168] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
    [ 17.168] (II) No input driver specified, ignoring this device.
    [ 17.168] (II) This device may have been added with another device file.
    [ 17.168] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
    [ 17.168] (II) No input driver specified, ignoring this device.
    [ 17.168] (II) This device may have been added with another device file.
    [ 17.170] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
    [ 17.170] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 17.170] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
    [ 17.170] (**) ThinkPad Extra Buttons: always reports core events
    [ 17.170] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event4"
    [ 17.170] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
    [ 17.170] (--) evdev: ThinkPad Extra Buttons: Found keys
    [ 17.170] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
    [ 17.170] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event4"
    [ 17.170] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
    [ 17.170] (**) Option "xkb_rules" "evdev"
    [ 17.170] (**) Option "xkb_model" "pc104"
    [ 17.170] (**) Option "xkb_layout" "de"
    [ 17.170] (**) Option "xkb_variant" "dvorak"
    [ 17.170] (**) Option "xkb_options" "ctrl:nocaps"
    [ 23.199] (II) intel(0): EDID vendor "LEN", prod id 16464
    [ 23.201] (II) intel(0): Printing DDC gathered Modelines:
    [ 23.201] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz eP)
    [ 23.201] (II) intel(0): Modeline "1280x800"x0.0 59.26 1280 1304 1336 1408 800 803 809 816 -hsync -vsync (42.1 kHz e)
    [ 23.900] (II) intel(0): resizing framebuffer to 3200x1200
    [ 23.921] (II) intel(0): switch to mode [email protected] on pipe 0 using LVDS1, position (0, 0), rotation normal
    [ 23.990] (II) intel(0): switch to mode [email protected] on pipe 1 using DVI1, position (0, 0), rotation normal
    [ 23.997] (II) intel(0): switch to mode [email protected] on pipe 0 using DVI1, position (1280, 0), rotation normal
    [ 24.533] (II) intel(0): switch to mode [email protected] on pipe 1 using LVDS1, position (0, 0), rotation normal
    [ 48.537] (II) intel(0): switch to mode [email protected] on pipe 1 using DVI1, position (0, 0), rotation normal
    [ 49.105] (II) intel(0): switch to mode [email protected] on pipe 0 using LVDS1, position (1920, 0), rotation normal

    Kebertx wrote:I have the exact same problem (now on version 3.12), and commented on your bug report. Did you ever get this issue resolved? Furthermore, did GDM apply some of your keyboard settings but not others - were you getting a dvorak layout but not the caps-lock control key?
    Yes, exactly.  I do get the Dvorak layout that's set in 10-evdev.conf, but not the ctrl:nocaps option that's set there as well.

  • [CLOSED] Unable to set keyboard layout from /etc/X11/xorg.conf.d/

    This is my /etc/X11/xorg.conf.d/10-keyboard.conf:
    Section "InputClass"
    Identifier "keyboard-layout"
    MatchIsKeyboard "on"
    Option "XkbLayout" "cz,us"
    Option "XkbOptions" "grp:alt_shift_toggle"
    EndSection
    I wrote the according to the wiki recommendations, but it doesn't work. Issuing setxkbmap -layout "cz,us" -option "grp:alt_shift_toggle" automatically after logging in serves as a temporary solution, but I'm highly interested in fixing the primary issue. I would greatly appreciate if someone helped my find the error in my config file and/or posted their way to change the xorg keyboard layout in order to compare it with my way and find the error. Also note that I'm using Awesome WM so desktop environment ways of setting the keyboard layout aren't applicable in my case.
    Last edited by C5OK5Y (2012-12-28 15:01:25)

    @chris_l: Thank you for your /etc/X11/xorg.conf.d/01-keyboard-layout.conf.
    I have found out that the actual problem isn't in the configuration file but in the actual keyboard (more accurately xorg) - the keyboard gets incorrectly identified and xorg seems to think that it's a pointer (mouse). When I connect a different keyboard, the layout gets set correctly, xorg just isn't setting the keyboard layout correctly to the keyboard that I use. I have filed a bug report so this thread can be considered closed.
    Last edited by C5OK5Y (2012-12-29 12:58:44)

  • [SOLVED] Switch to systemd - Now system won't boot

    I saw that todays update upgrade included the installation of systemd. I looked the wiki and did the necessary changes (I already had made the /etc/hostname etc. files). So I added the
    init=/bin/systemd
    line to grub and now my system won't boot. I get an error saying something about syslog service not enabled and then a black screen. I can boot my machine fine without the "init=/bin/systemd" line but I want to run a pure systemd system since Arch is moving to it anyway. In the wiki it mentions to install systemd-sysvcompat but it conflicts with initscripts it says. What am I doing wrong or missing?
    Last edited by fettouhi (2013-12-08 14:42:04)

    fettouhi wrote:
    Thanks for the clarification about the DAEMONS list. My DAEMONS list is:
    DAEMONS=(!hwclock ntpd syslog-ng !network netfs crond @alsa dbus networkmanager ufw cupsd avahi-daemon samba)
    when I try to enable alsa and dbus I get this
    [root@andre ~]# systemctl enable alsa-store.service
    The unit files have no [Install] section. They are not meant to be enabled using systemctl.
    [root@andre ~]# systemctl enable alsa-restore.service
    The unit files have no [Install] section. They are not meant to be enabled using systemctl.
    [root@andre ~]# systemctl enable dbus.service
    The unit files have no [Install] section. They are not meant to be enabled using systemctl.
    Is LVM handled automatically by systemd? The reason I ask is because I have the USELVM= set to YES in rc.conf.
    I made the permanent transition to systemd and did not start alsa at all - sound works fine - so I never bothered with the alsa-store/alsa-restore service files at all - it just works! Also dbus gets handled by default in systemd so you don't need any starting of dbus service at all... it just works.

  • Please Help: Installed new CPU (i7) now system won't boot.

    I'm hoping someone can help.
    I have an MSI H55M-P31 (MS-7636) motherboard, and I updated the BIOS to 1.A0.
    But when I installed the new CPU, I get 3 Long beeps, and then my computer won't boot.
    I have 4Gigs of Memory
    Current CPU: (working 100%)
    3.07 gigahertz Intel Core i3 540
    64 kilobyte primary memory cache
    256 kilobyte secondary memory cache
    4096 kilobyte tertiary memory cache
    64-bit ready
    Multi-core (2 total)
    Hyper-threaded (4 total)
    500watt PSU
    Please Help, I don't know what to do now. (did check CPU compatibility on website - i7870)

    What PSU is that and what are the ratings of that PSU ? See the label on the side.
    Are you trying to use the onboard graphics?
    That CPU does not have integrated graphics.  http://ark.intel.com/products/41315

  • File Permissions Changed Now System Won't Boot!

    I recently networked my G5 to a macbook with the latest version of Leopard. I noticed that even though I had set the permissions on all of my drives for another user to access from the macbook, most of the files inside had not updated with this permission. Even when I set permissions on a folder, each file inside the folder ignored the permission and only worked if I set them up one at a time. Why?????
    So I highlighted a folder, clicked info and this time when I set the permissions I went to advanced and then ticked the box which stated something along the lines of "include everything within"
    This was clearly a big mistake. The results from doing this to one non-system folder that contained all my photoshop images, resulted in locks appearing on every drive, and the macbook was locked out from accessing my drives on the network.
    So I stupidly tried clicking on my main drive and choosing the same "include everything" options for the other user. It took over an hour to apparantly give read/write permissions to all my files on my main drive. Then when I rebooted, the system failed to load.
    I just get a grey screen with the apple logo. No spinning wheel. Nothing.
    I had to force eject the drive with the old paperclip in the DVD routine, insert the system disk and then boot from that.
    I ran the verify disk. No errors. I ran "Permissions verify" and kept getting lines that said "ACL found but not expected on System/Library/Frameworks/.....
    I ran "Repair disk permissions". It took 4 hours. Rebooted.
    This time I get the grey screen and the spinning wheel, but the system never boots. The drive isn't even active.
    I tried booting in single user mode. When I get to the prompt I tried mounting the drive by typing:
    mount -uw / and then followed by chmod o+rx /. This was the solution to a similar permissions problem I had a while ago, that worked perfectly. This time it did nothing. Also when I typed exit to leave the terminal, the system just sat there doing nothing.
    By the way, while I sit there staring at the terminal, or just staring at the grey screen, the fan on the G5 starts to power up, getting louder, and louder and louder and louder over a several minutes until it sounds like a jet engine!!
    I don't have a clue what this file permissions has done, but it seems to have turned my G5 into scrap metal.

    Thanks KJK. I tried entering those commands in single user mode but the reboot just hung. Repairing file permissions would have taken another 4 hours and unfortunately I'm dumb enough to run my business on a Mac so I had to reinstall the operating system for speed. Needless to say even that caused problems because the install didn't give me any option to back up so I have lost everything on that drive. I'm learning that with the Mac, before you hit any button, you have to do about 3 hours research on the internet to find out what the consequences of it will be.
    Nerowolfe, I have to disagree. We are not all Mac techies. And this problem I have encountered is not as obvious as it may appear. I have found hundreds of postings on the same problem on the internet. If Apple aren't able to create one system alert box that will let you know the consequences of changing permissions then they can't care that much about their customers. After this, I will be networking PCs and getting rid of the Mac, because networking macs is the most ridiculous and problematic I have ever seen.
    The reason I ended up in this situation in the first place is because the Mac refused to allow access to another user to individual files even though the folder itself was set to grant access. Even a 4 year old would assume that if you grant a user access to a folder then that means they have automatic access to everything in it! And I did look on the internet to find why it wasn't and the answer was to tick the "includes" box which was disastorous.
    So I am now left with 2 macs that refuse to network because Apple don't have a clue how to instruct non-technical minded users on how to set permissions. I have yet to find a way of allowing another user on another mac to have access to all of my (non-system) files without turning my G5 into a slab of worthless junk.
    Somehow, I don't think even reinstalling the OS is going to solve the problem, because this is Apple we are talking about. So no doubt setting the file permissions on my main drive has probably caused some other obscure Unix code to shut me out of all my external drives the moment I plug them in.

  • X-FI worked great for one day, now system won't boot up - NMI: Parity Check / Memory Parity Er

    I can get the system to come up in safe mode, but can't get it to come up normally. I installed the card on Saturday and it worked great with no issues (played about 4 hours of WoW with it). The machine booted up fine at least 3 times yesterday. This morning, it won't come up normally at all: BSoD:
    NMI: Parity Check / Memory Parity Error - The System has Halted
    I made a restore point prior to installing the X-FI drivers yesterday, so I am going to go ahead and go back to that point and hope the system comes up. If it does, then there is a serious problem with the X-FI drivers.
    My system is a standard Intel chipset running a Pentium 4, 3.8 Ghz - single core, non-64 bit with 2 Gigs of Ram.
    I will post back on here if I have any luck with the restore point.

    Memory chips are pretty vulnerable these days. The first week I had my PC I tested my memory with memtest and all was fine. A week later, I began getting BSODs, but every time because of a different driver or module. So I retested it and it wasn't OK anymore. Send it back, got a new one. Worked for a month, then same problems! The 3rd time was the good one... The memory lasted, but my Power Supply broke! After replacing everything is fine for a year now... I don't know if there is any connection, but I think my PSU was eating my memory sticks.
    But anyway, I hope your BSOD is just a "statistical" one.

  • [Solved] Changed Graphics Driver/Xorg.conf, Font Size Now Different

    Hello,
    I just got the Catalyst 9.4 drivers working on my laptop (Lenovo T400) since the open source ones just can't keep up (even with DRI).
    The problem is now my fonts are all different sizes (or not loading).
    I was thinking this might be because of my monitor settings in xorg.conf.  I've spent a really long time trying to get the catalyst drivers working (I'm doing OpenGL work, so I kinda need them), so I definitely understand why the Arch team took them out of the main repository.  I'm just a little hesitant about changing settings after I finally found a working config.
    Old:
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    # PS/2 Mouse not detected
    # Serial Mouse not detected
    InputDevice "Touchpad" "CorePointer"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    Option "AutoAddDevices" "False"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
    FontPath "/usr/share/fonts/cyrillic"
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    Load "synaptics"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "# HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
    HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
    VertRefresh 50.0 - 75.0 # Very conservative. May flicker.
    # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    # Default modes distilled from
    # "VESA and Industry Standards and Guide for Computer Display Monitor
    # Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace
    # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
    ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
    ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    # Additional modelines
    ModeLine "1800x1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    ModeLine "1800x1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    # Extended modelines with GTF timings
    # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
    ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync
    # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
    ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -HSync +Vsync
    # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
    ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -HSync +Vsync
    # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
    ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -HSync +Vsync
    # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
    ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -HSync +Vsync
    # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
    ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -HSync +Vsync
    # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
    ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync
    # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
    ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
    # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
    ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
    # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
    ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
    # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
    ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
    # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
    ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync
    # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
    ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync
    # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
    ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync
    # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
    ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
    # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
    ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
    # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
    ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync
    # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
    ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync
    # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
    ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync
    # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
    ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync
    # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
    ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "AccelMethod" # [<str>]
    #Option "offscreensize" # [<str>]
    #Option "SWcursor" # [<bool>]
    #Option "ignoreconnector" # [<str>]
    #Option "forcereduced" # [<bool>]
    #Option "forcedpi" # <i>
    #Option "useconfiguredmonitor" # [<bool>]
    #Option "HPD" # <str>
    #Option "NoRandr" # [<bool>]
    #Option "RROutputOrder" # [<str>]
    #Option "DRI" # [<bool>]
    #Option "TVMode" # [<str>]
    #Option "ScaleType" # [<str>]
    #Option "UseAtomBIOS" # [<bool>]
    #Option "AtomBIOS" # [<str>]
    #Option "UnverifiedFeatures" # [<bool>]
    #Option "Audio" # [<bool>]
    #Option "HDMI" # [<str>]
    #Option "COHERENT" # [<str>]
    Identifier "Card0"
    Driver "radeonhd"
    VendorName "ATI Technologies Inc"
    BoardName "Mobility Radeon HD 3400 Series"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 16
    SubSection "Display"
    Depth 1
    Modes "1440x900
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1440x900
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1440x900
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1440x900
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1440x900
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1440x900
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1440x900"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    New:
    Section "ServerLayout"
    # PS/2 Mouse not detected
    # Serial Mouse not detected
    Identifier "Xorg Configured"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Touchpad" "CorePointer"
    EndSection
    Section "Files"
    # Additional fonts: Locale, Gimp, TTF...
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    Load "synaptics"
    EndSection
    #Cut out input devices section...
    Section "Monitor"
    # Warning: This may fry old Monitors
    # Very conservative. May flicker.
    # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    # Default modes distilled from
    # "VESA and Industry Standards and Guide for Computer Display Monitor
    # Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    Identifier "Panel"
    HorizSync 28.0 - 96.0
    VertRefresh 50.0 - 75.0
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    ModeLine "1800x1440" 230.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine "1800x1440" 250.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine "640x480" 43.2 640 680 744 848 480 481 484 509 -hsync +vsync
    ModeLine "768x576" 35.0 768 792 872 976 576 577 580 597 -hsync +vsync
    ModeLine "768x576" 42.9 768 800 880 992 576 577 580 601 -hsync +vsync
    ModeLine "768x576" 45.5 768 808 888 1008 576 577 580 602 -hsync +vsync
    ModeLine "768x576" 51.8 768 808 888 1008 576 577 580 605 -hsync +vsync
    ModeLine "768x576" 62.6 768 816 896 1024 576 577 580 611 -hsync +vsync
    ModeLine "800x600" 68.2 800 848 936 1072 600 601 604 636 -hsync +vsync
    ModeLine "1024x768" 113.3 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
    ModeLine "1152x864" 81.6 1152 1216 1336 1520 864 865 868 895 -hsync +vsync
    ModeLine "1152x864" 119.7 1152 1224 1352 1552 864 865 868 907 -hsync +vsync
    ModeLine "1152x864" 143.5 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
    ModeLine "1280x960" 124.5 1280 1368 1504 1728 960 961 964 1001 -hsync +vsync
    ModeLine "1280x960" 129.9 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
    ModeLine "1280x960" 179.0 1280 1376 1520 1760 960 961 964 1017 -hsync +vsync
    ModeLine "1280x1024" 191.0 1280 1376 1520 1760 1024 1025 1028 1085 -hsync +vsync
    ModeLine "1400x1050" 122.6 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
    ModeLine "1400x1050" 149.3 1400 1496 1648 1896 1050 1051 1054 1094 -hsync +vsync
    ModeLine "1400x1050" 155.8 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
    ModeLine "1400x1050" 179.3 1400 1504 1656 1912 1050 1051 1054 1103 -hsync +vsync
    ModeLine "1400x1050" 214.4 1400 1512 1664 1928 1050 1051 1054 1112 -hsync +vsync
    ModeLine "1600x1200" 280.6 1600 1728 1904 2208 1200 1201 1204 1271 -hsync +vsync
    Option "DPMS" "true" #"# HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "Panel"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    I just switched to Arch from Debian a few weeks ago, and I had fglrx working with my Debian install, but I'm not really great at configuring Xorg, so I just don't want to break X again.
    /var/log/Xorg.log.0
    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.
    X.Org X Server 1.6.1.901 (1.6.2 RC 1)
    Release Date: 2009-5-8
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH x86_64
    Current Operating System: Linux orion 2.6.29-ARCH #1 SMP PREEMPT Wed May 20 06:42:43 UTC 2009 x86_64
    Build Date: 28 May 2009 08:24:17PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jun 1 16:24:31 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Xorg Configured"
    (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    (**) | |-->Monitor "Panel"
    (**) | |-->Device "aticonfig-Device[0]-0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Touchpad"
    (**) Option "AllowMouseOpenFail" "true"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
    Entry deleted from font path.
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
    (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
    Entry deleted from font path.
    (**) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) No default mouse found, adding one
    (**) |-->Input Device "<default pointer>"
    (II) Loader magic: 0x3540
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0@1:0:0) ATI Technologies Inc Mobility Radeon HD 3400 Series rev 0, Mem @ 0xd0000000/268435456, 0xcfff0000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 7.4.0, module version = 1.0.0
    (II) Loading extension XFree86-DRI
    (II) Loading sub module "fglrxdrm"
    (II) LoadModule: "fglrxdrm"
    (II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
    (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    compiled for 1.4.99.906, module version = 8.60.3
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 7.4.0, module version = 1.0.0
    (II) Loading extension GLX
    (II) LoadModule: "type1"
    (WW) Warning, couldn't open module type1
    (II) UnloadModule: "type1"
    (EE) Failed to load module "type1" (module does not exist, 0)
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.1.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "fglrx"
    (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
    (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    compiled for 1.4.99.906, module version = 8.60.3
    Module class: X.Org Video Driver
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "synaptics"
    (II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.4.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) Primary Device is: PCI 01@00:00:0
    (WW) Falling back to old probe method for fglrx
    (II) ATI Proprietary Linux Driver Version Identifier:8.60.3
    (II) ATI Proprietary Linux Driver Release Identifier: 8.602
    (II) ATI Proprietary Linux Driver Build Date: Apr 1 2009 15:01:03
    (II) Loading PCS database from /etc/ati/amdpcsdb
    (WW) This ATI Proprietary Linux Driver does not guarantee support of video driver ABI higher than 2.0
    (WW) Video driver ABI version of the X server is 5.0
    (--) Chipset Supported AMD Graphics Processor (0x95C4) found
    (II) AMD Video driver is running on a device belonging to a group targeted for this release
    (II) AMD Video driver is signed
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) fglrx(0): pEnt->device->identifier=0x1f42030
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) fglrx(0): === [atiddxPreInit] === begin
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (II) fglrx(0): PCI bus 1 card 0 func 0
    (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) fglrx(0): Default visual is TrueColor
    (**) fglrx(0): Option "DPMS" "true"
    (II) fglrx(0): 10BitPixelFormat disabled by default
    (==) fglrx(0): RGB weight 888
    (II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
    (**) fglrx(0): Gamma Correction for I is 0x06419064
    (==) fglrx(0): Gamma Correction for II is 0x06419064
    (==) fglrx(0): Buffer Tiling is ON
    (II) Loading sub module "fglrxdrm"
    (II) LoadModule: "fglrxdrm"
    (II) Reloading /usr/lib/xorg/modules/linux//libfglrxdrm.so
    (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 3400 Series" (Chipset = 0x95c4)
    (--) fglrx(0): (PciSubVendor = 0x17aa, PciSubDevice = 0x210e)
    (--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000
    (--) fglrx(0): MMIO registers at 0xcfff0000
    (--) fglrx(0): I/O port at 0x00002000
    (==) fglrx(0): ROM-BIOS at 0x000c0000
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.1.0
    ABI class: X.Org Video Driver, version 5.0
    (II) fglrx(0): VESA BIOS detected
    (II) fglrx(0): VESA VBE Version 3.0
    (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
    (II) fglrx(0): VESA VBE OEM Software Rev: 10.88
    (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
    (II) fglrx(0): VESA VBE OEM Product: M82
    (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    (II) fglrx(0): ATI Video BIOS revision 9 or later detected
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID PCI:1:0:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports PCI:1:0:0
    (II) fglrx(0): Using adapter: 1:0.0.
    (--) fglrx(0): Video RAM: 262144 kByte, Type: DDR3
    (II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x10000000)
    (II) fglrx(0): PCIE card detected
    (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    (WW) fglrx(0): board is an unknown third party board, chipset is supported
    (II) fglrx(0): RandR 1.2 support is enabled!
    (II) fglrx(0): RandR 1.2 rotation support is enabled!
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) fglrx(0): ***Display: ConnectedDisplayTypes=0x00000002, disabled=0x00000000
    (II) fglrx(0): Connected Display1: LCD on internal LVDS [lvds]
    (II) fglrx(0): Display1 EDID data ---------------------------
    (II) fglrx(0): Manufacturer: LEN Model: 4036 Serial#: 0
    (II) fglrx(0): Year: 2008 Week: 0
    (II) fglrx(0): EDID Version: 1.3
    (II) fglrx(0): Digital Display Input
    (II) fglrx(0): Max Image Size [cm]: horiz.: 30 vert.: 19
    (II) fglrx(0): Gamma: 2.20
    (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
    (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) fglrx(0): First detailed timing is preferred mode
    (II) fglrx(0): redX: 0.571 redY: 0.340 greenX: 0.338 greenY: 0.542
    (II) fglrx(0): blueX: 0.158 blueY: 0.125 whiteX: 0.313 whiteY: 0.329
    (II) fglrx(0): Manufacturer's mask: 0
    (II) fglrx(0): Supported additional Video Mode:
    (II) fglrx(0): clock: 101.6 MHz Image Size: 304 x 190 mm
    (II) fglrx(0): h_active: 1440 h_sync: 1488 h_sync_end 1520 h_blank_end 1824 h_border: 0
    (II) fglrx(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 926 v_border: 0
    (II) fglrx(0): Supported additional Video Mode:
    (II) fglrx(0): clock: 85.6 MHz Image Size: 304 x 190 mm
    (II) fglrx(0): h_active: 1440 h_sync: 1488 h_sync_end 1520 h_blank_end 1848 h_border: 0
    (II) fglrx(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 926 v_border: 0
    (WW) fglrx(0): Unknown vendor-specific block f
    (II) fglrx(0): LP141WP2-TLB1
    (II) fglrx(0): EDID (in hex):
    (II) fglrx(0): 00ffffffffffff0030ae364000000000
    (II) fglrx(0): 00120103801e1378ea4b859257568a28
    (II) fglrx(0): 20505400000001010101010101010101
    (II) fglrx(0): 010101010101b027a08051841a303020
    (II) fglrx(0): 360030be100000197021a09851841a30
    (II) fglrx(0): 3020360030be100000190000000f0095
    (II) fglrx(0): 0a32950a28191900320c3c01000000fe
    (II) fglrx(0): 004c503134315750322d544c4231001f
    (II) fglrx(0): End of Display1 EDID data --------------------
    (II) fglrx(0): Output LCD using monitor section Panel
    (II) fglrx(0): Output DFP1 has no monitor section
    (II) fglrx(0): Output CRT1 has no monitor section
    (II) fglrx(0): EDID vendor "LEN", prod id 16438
    (II) fglrx(0): Printing DDC gathered Modelines:
    (II) fglrx(0): Modeline "1440x900"x0.0 101.60 1440 1488 1520 1824 900 903 909 926 -hsync -vsync (55.7 kHz)
    (II) fglrx(0): Modeline "1440x900"x0.0 85.60 1440 1488 1520 1848 900 903 909 926 -hsync -vsync (46.3 kHz)
    (II) fglrx(0): Output LCD connected
    (II) fglrx(0): Output DFP1 disconnected
    (II) fglrx(0): Output CRT1 disconnected
    (II) fglrx(0): Using exact sizes for initial modes
    (II) fglrx(0): Output LCD using initial mode 1440x900
    (**) fglrx(0): Display dimensions: (300, 190) mm
    (**) fglrx(0): DPI set to (121, 192)
    (==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) fglrx(0): QBS disabled
    (==) fglrx(0): FAST_SWAP disabled
    (==) fglrx(0): PseudoColor visuals disabled
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (==) fglrx(0): NoAccel = NO
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.2.1
    ABI class: X.Org Video Driver, version 5.0
    (==) fglrx(0): NoDRI = NO
    (==) fglrx(0): Capabilities: 0x00000000
    (==) fglrx(0): CapabilitiesEx: 0x00000000
    (==) fglrx(0): cpuFlags: 0x8000001d
    (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    (II) fglrx(0): [pcie] 1986560 kB allocated
    (II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
    (==) fglrx(0): UseFastTLS=0
    (==) fglrx(0): BlockSignalsOnLock=1
    (II) fglrx(0): Direct rendering enabled
    (II) fglrx(0): AC Adapter is used
    (II) fglrx(0): Interrupt handler installed at IRQ 32.
    (II) fglrx(0): Finished Initialize PPLIB!
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) fglrx(0): driver needs X.org 1.4.x.y with x.y >= 99.906
    (WW) fglrx(0): could not detect X server version (query_status=-1)
    (II) Loading extension ATIFGLRXDRI
    (II) fglrx(0): doing DRIScreenInit
    (II) fglrx(0): DRIScreenInit for fglrx driver
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: Searching for BusID PCI:1:0:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: drmOpenMinor returns 12
    drmOpenByBusid: drmGetBusid reports PCI:1:0:0
    (II) fglrx(0): [drm] DRM interface version 1.0
    (II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
    (II) fglrx(0): [drm] added 8192 byte SAREA at 0x2000
    (II) fglrx(0): [drm] mapped SAREA 0x2000 to 0x7ff050dab000
    (II) fglrx(0): [drm] framebuffer handle = 0x3000
    (II) fglrx(0): [drm] added 1 reserved context for kernel
    (II) fglrx(0): DRIScreenInit done
    (II) fglrx(0): Kernel Module Version Information:
    (II) fglrx(0): Name: fglrx
    (II) fglrx(0): Version: 8.60.3
    (II) fglrx(0): Date: Apr 1 2009
    (II) fglrx(0): Desc: ATI FireGL DRM kernel module
    (II) fglrx(0): Kernel Module version matches driver.
    (II) fglrx(0): Kernel Module Build Time Information:
    (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.29-ARCH
    (II) fglrx(0): Build-Kernel MODVERSIONS: no
    (II) fglrx(0): Build-Kernel __SMP__: no
    (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    (II) fglrx(0): [drm] register handle = 0x00004000
    (II) fglrx(0): Display width adjusted to to 1536 due to alignment constraints
    (II) fglrx(0): DRI initialization successfull!
    (II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x010bc000
    (II) fglrx(0): FBMM initialized for area (0,0)-(1536,2856)
    (II) fglrx(0): FBMM auto alloc for area (0,0)-(1536,1536) (front color buffer - assumption)
    (II) fglrx(0): Largest offscreen area available: 1536 x 1320
    (==) fglrx(0): Backing store disabled
    (II) Loading extension FGLRXEXTENSION
    (II) Loading extension ATITVOUT
    (**) fglrx(0): DPMS enabled
    (II) fglrx(0): Initialized in-driver Xinerama extension
    (**) fglrx(0): Textured Video is enabled.
    (II) LoadModule: "glesx"
    (II) Loading /usr/lib/xorg/modules//glesx.so
    (II) Module glesx: vendor="X.Org Foundation"
    compiled for 1.4.99.906, module version = 1.0.0
    (II) Loading extension GLESX
    (II) fglrx(0): GLESX enableFlags = 94
    (II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    Solid Horizontal and Vertical Lines
    Driver provided ScreenToScreenBitBlt replacement
    Driver provided FillSolidRects replacement
    (II) fglrx(0): GLESX is enabled
    (II) LoadModule: "amdxmm"
    (II) Loading /usr/lib/xorg/modules//amdxmm.so
    (II) Module amdxmm: vendor="X.Org Foundation"
    compiled for 1.4.99.906, module version = 1.0.0
    (II) Loading extension AMDXVOPL
    (II) fglrx(0): UVD2 feature is available
    (II) fglrx(0): Enable composite support successfully
    (II) fglrx(0): X context handle = 0x1
    (II) fglrx(0): [DRI] installation complete
    (==) fglrx(0): Silken mouse enabled
    (==) fglrx(0): Using HW cursor of display infrastructure!
    (==) fglrx(0): Using software cursor
    (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (WW) AIGLX: 3D driver claims to not support visual 0x23
    (WW) AIGLX: 3D driver claims to not support visual 0x24
    (WW) AIGLX: 3D driver claims to not support visual 0x25
    (WW) AIGLX: 3D driver claims to not support visual 0x26
    (WW) AIGLX: 3D driver claims to not support visual 0x27
    (WW) AIGLX: 3D driver claims to not support visual 0x28
    (WW) AIGLX: 3D driver claims to not support visual 0x29
    (WW) AIGLX: 3D driver claims to not support visual 0x2a
    (WW) AIGLX: 3D driver claims to not support visual 0x2b
    (WW) AIGLX: 3D driver claims to not support visual 0x2c
    (WW) AIGLX: 3D driver claims to not support visual 0x2d
    (WW) AIGLX: 3D driver claims to not support visual 0x2e
    (WW) AIGLX: 3D driver claims to not support visual 0x2f
    (WW) AIGLX: 3D driver claims to not support visual 0x30
    (WW) AIGLX: 3D driver claims to not support visual 0x31
    (WW) AIGLX: 3D driver claims to not support visual 0x32
    (WW) AIGLX: 3D driver claims to not support visual 0x33
    (WW) AIGLX: 3D driver claims to not support visual 0x34
    (WW) AIGLX: 3D driver claims to not support visual 0x35
    (WW) AIGLX: 3D driver claims to not support visual 0x36
    (WW) AIGLX: 3D driver claims to not support visual 0x37
    (WW) AIGLX: 3D driver claims to not support visual 0x38
    (WW) AIGLX: 3D driver claims to not support visual 0x39
    (WW) AIGLX: 3D driver claims to not support visual 0x3a
    (WW) AIGLX: 3D driver claims to not support visual 0x3b
    (WW) AIGLX: 3D driver claims to not support visual 0x3c
    (WW) AIGLX: 3D driver claims to not support visual 0x3d
    (WW) AIGLX: 3D driver claims to not support visual 0x3e
    (WW) AIGLX: 3D driver claims to not support visual 0x3f
    (WW) AIGLX: 3D driver claims to not support visual 0x40
    (WW) AIGLX: 3D driver claims to not support visual 0x41
    (WW) AIGLX: 3D driver claims to not support visual 0x42
    (WW) AIGLX: 3D driver claims to not support visual 0x43
    (WW) AIGLX: 3D driver claims to not support visual 0x44
    (WW) AIGLX: 3D driver claims to not support visual 0x45
    (WW) AIGLX: 3D driver claims to not support visual 0x46
    (WW) AIGLX: 3D driver claims to not support visual 0x47
    (WW) AIGLX: 3D driver claims to not support visual 0x48
    (WW) AIGLX: 3D driver claims to not support visual 0x49
    (WW) AIGLX: 3D driver claims to not support visual 0x4a
    (WW) AIGLX: 3D driver claims to not support visual 0x4b
    (WW) AIGLX: 3D driver claims to not support visual 0x4c
    (WW) AIGLX: 3D driver claims to not support visual 0x4d
    (WW) AIGLX: 3D driver claims to not support visual 0x4e
    (WW) AIGLX: 3D driver claims to not support visual 0x4f
    (WW) AIGLX: 3D driver claims to not support visual 0x50
    (WW) AIGLX: 3D driver claims to not support visual 0x51
    (WW) AIGLX: 3D driver claims to not support visual 0x52
    (WW) AIGLX: 3D driver claims to not support visual 0x53
    (WW) AIGLX: 3D driver claims to not support visual 0x54
    (WW) AIGLX: 3D driver claims to not support visual 0x55
    (WW) AIGLX: 3D driver claims to not support visual 0x56
    (WW) AIGLX: 3D driver claims to not support visual 0x57
    (WW) AIGLX: 3D driver claims to not support visual 0x58
    (WW) AIGLX: 3D driver claims to not support visual 0x59
    (WW) AIGLX: 3D driver claims to not support visual 0x5a
    (WW) AIGLX: 3D driver claims to not support visual 0x5b
    (WW) AIGLX: 3D driver claims to not support visual 0x5c
    (WW) AIGLX: 3D driver claims to not support visual 0x5d
    (WW) AIGLX: 3D driver claims to not support visual 0x5e
    (WW) AIGLX: 3D driver claims to not support visual 0x5f
    (WW) AIGLX: 3D driver claims to not support visual 0x60
    (WW) AIGLX: 3D driver claims to not support visual 0x61
    (WW) AIGLX: 3D driver claims to not support visual 0x62
    (WW) AIGLX: 3D driver claims to not support visual 0x63
    (WW) AIGLX: 3D driver claims to not support visual 0x64
    (WW) AIGLX: 3D driver claims to not support visual 0x65
    (WW) AIGLX: 3D driver claims to not support visual 0x66
    (WW) AIGLX: 3D driver claims to not support visual 0x67
    (WW) AIGLX: 3D driver claims to not support visual 0x68
    (WW) AIGLX: 3D driver claims to not support visual 0x69
    (WW) AIGLX: 3D driver claims to not support visual 0x6a
    (WW) AIGLX: 3D driver claims to not support visual 0x6b
    (WW) AIGLX: 3D driver claims to not support visual 0x6c
    (WW) AIGLX: 3D driver claims to not support visual 0x6d
    (WW) AIGLX: 3D driver claims to not support visual 0x6e
    (WW) AIGLX: 3D driver claims to not support visual 0x6f
    (WW) AIGLX: 3D driver claims to not support visual 0x70
    (WW) AIGLX: 3D driver claims to not support visual 0x71
    (WW) AIGLX: 3D driver claims to not support visual 0x72
    (II) AIGLX: Loaded and initialized /usr/lib/dri/fglrx_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) fglrx(0): Enable the clock gating!
    (II) fglrx(0): Setting screen physical size to 304 x 190
    (**) Option "CoreKeyboard"
    (**) Keyboard0: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "us"
    (**) Keyboard0: XkbLayout: "us"
    (WW) Option "XkbVariant" requires an string value
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (II) Synaptics touchpad driver version 1.1.2
    (--) Touchpad auto-dev sets device to /dev/input/event11
    (**) Option "Device" "/dev/input/event11"
    (II) Touchpad: x-axis range 1472 - 5472
    (II) Touchpad: y-axis range 1408 - 4448
    (II) Touchpad: pressure range 0 - 255
    (II) Touchpad: finger width range 0 - 0
    (II) Touchpad: buttons: left right middle
    (**) Option "SHMConfig" "on"
    (**) Option "LeftEdge" "1632"
    (**) Option "RightEdge" "5312"
    (**) Option "TopEdge" "1575"
    (**) Option "BottomEdge" "4281"
    (**) Option "FingerLow" "25"
    (**) Option "FingerHigh" "30"
    (**) Option "MaxTapTime" "180"
    (**) Option "MaxTapMove" "220"
    (**) Option "EmulateTwoFingerMinZ" "0"
    (**) Option "VertScrollDelta" "100"
    (**) Option "VertEdgeScroll" "on"
    (**) Option "HorizEdgeScroll" "on"
    (**) Option "VertTwoFingerScroll" "on"
    (**) Option "HorizTwoFingerScroll" "on"
    (**) Option "MinSpeed" "0.20"
    (**) Option "MaxSpeed" "1.00"
    (**) Option "AccelFactor" "0.0020"
    (--) Touchpad: touchpad found
    (**) Option "AlwaysCore"
    (**) Option "SendCoreEvents" "true"
    (**) Option "CorePointer"
    (**) Touchpad: always reports core events
    (II) XINPUT: Adding extended input device "Touchpad" (type: TOUCHPAD)
    (**) Touchpad: (accel) keeping acceleration scheme 1
    (**) Touchpad: (accel) filter chain progression: 2.00
    (**) Touchpad: (accel) filter stage 0: 20.00 ms
    (**) Touchpad: (accel) set acceleration profile 0
    (--) Touchpad: touchpad found
    (WW) <default pointer>: No Device specified, looking for one...
    (II) <default pointer>: Setting Device option to "/dev/input/mice"
    (--) <default pointer>: Device: "/dev/input/mice"
    (==) <default pointer>: Protocol: "Auto"
    (**) Option "AlwaysCore"
    (**) <default pointer>: always reports core events
    (==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
    (**) <default pointer>: ZAxisMapping: buttons 4 and 5
    (**) <default pointer>: Buttons: 9
    (**) <default pointer>: Sensitivity: 1
    (II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE)
    (**) <default pointer>: (accel) keeping acceleration scheme 1
    (**) <default pointer>: (accel) filter chain progression: 2.00
    (**) <default pointer>: (accel) filter stage 0: 20.00 ms
    (**) <default pointer>: (accel) set acceleration profile 0
    (II) <default pointer>: Setting mouse protocol to "ExplorerPS/2"
    (II) <default pointer>: ps2EnableDataReporting: succeeded
    (II) fglrx(0): Restoring recent mode: 1440x900@50Hz
    swlDalGetDisplayIndex:ERROR: The number of Active Displays is 0
    swlDalGetDisplayIndex:ERROR: The number of Active Displays is 0
    (II) config/hal: Adding input device ThinkPad Extra Buttons
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device TPPS/2 IBM TrackPoint
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Video Bus
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) fglrx(0): EDID vendor "LEN", prod id 16438
    (II) fglrx(0): Printing DDC gathered Modelines:
    (II) fglrx(0): Modeline "1440x900"x0.0 101.60 1440 1488 1520 1824 900 903 909 926 -hsync -vsync (55.7 kHz)
    (II) fglrx(0): Modeline "1440x900"x0.0 85.60 1440 1488 1520 1848 900 903 909 926 -hsync -vsync (46.3 kHz)
    (II) fglrx(0): EDID vendor "LEN", prod id 16438
    (II) fglrx(0): Printing DDC gathered Modelines:
    (II) fglrx(0): Modeline "1440x900"x0.0 101.60 1440 1488 1520 1824 900 903 909 926 -hsync -vsync (55.7 kHz)
    (II) fglrx(0): Modeline "1440x900"x0.0 85.60 1440 1488 1520 1848 900 903 909 926 -hsync -vsync (46.3 kHz)
    (II) fglrx(0): EDID vendor "LEN", prod id 16438
    (II) fglrx(0): Printing DDC gathered Modelines:
    (II) fglrx(0): Modeline "1440x900"x0.0 101.60 1440 1488 1520 1824 900 903 909 926 -hsync -vsync (55.7 kHz)
    (II) fglrx(0): Modeline "1440x900"x0.0 85.60 1440 1488 1520 1848 900 903 909 926 -hsync -vsync (46.3 kHz)
    (II) fglrx(0): EDID vendor "LEN", prod id 16438
    (II) fglrx(0): Printing DDC gathered Modelines:
    (II) fglrx(0): Modeline "1440x900"x0.0 101.60 1440 1488 1520 1824 900 903 909 926 -hsync -vsync (55.7 kHz)
    (II) fglrx(0): Modeline "1440x900"x0.0 85.60 1440 1488 1520 1848 900 903 909 926 -hsync -vsync (46.3 kHz)
    (II) config/hal: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) 3rd Button detected: disabling emulate3Button
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    (II) fglrx(0): atiddxDisplayScreenLoadPalette: numColors: 256
    Thanks a bunch for any suggestions, xorg.conf can be a bit confusing for me.
    Last edited by atrium (2009-06-02 10:20:56)

    iphitus wrote:
    Could be dpi.
    What are you using to login?
    if it's startx, you can do startx -- -dpi 96
    if it's a login manager, you'll need to edit it's configuration and set it otherwise.
    Thanks for the quick reply.  I'm starting slim as a daemon at bootup inside /etc/rc.conf, then using XFCE4.

  • [solved] aticonfig fails to create a working xorg.conf file (fglrx)

    I have problems setting up fglrx for my ATI Mobility 200:
    01:05.0 VGA compatible controller: ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE)
    I followed the instructions in the Wiki but when I run
    aticonfig --initial
    and restart X gives me a "no screens" error and drops back to command line. I should mention that I have X running without problems with the vesa driver.
    I have tried to change my driver manually in xorg.conf to fgrlx and have loaded the module in rc.conf according to other forum posts.
    Last edited by lenni (2007-09-23 23:07:36)

    here my xorg log file
    X.Org X Server 1.4.0
    Release Date: 5 September 2007
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.22-ARCH i686
    Current Operating System: Linux myhost 2.6.22-ARCH #1 SMP PREEMPT Thu Sep 20 19:43:47 CEST 2007 i686
    Build Date: 22 September 2007 07:03:22PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 23 21:25:42 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Default Layout"
    (**) |-->Screen "Default Screen" (0)
    (**) | |-->Monitor "Generic Monitor"
    (**) | |-->Device "ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)"
    (**) |-->Input Device "Generic Keyboard"
    (**) |-->Input Device "Configured Mouse"
    (**) |-->Input Device "stylus"
    (**) |-->Input Device "cursor"
    (**) |-->Input Device "eraser"
    (**) |-->Input Device "Synaptics Touchpad"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/X11/misc" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
    Entry deleted from font path.
    (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
    Entry deleted from font path.
    (WW) FontPath is completely invalid. Using compiled-in default.
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "Composite" is disabled
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x81d4540
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 1002,5950 card 103c,3091 rev 01 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 1002,5a3f card 0000,0000 rev 00 class 06,04,00 hdr 01
    (II) PCI: 00:13:0: chip 1002,4374 card 103c,3091 rev 00 class 0c,03,10 hdr 80
    (II) PCI: 00:13:1: chip 1002,4375 card 103c,3091 rev 00 class 0c,03,10 hdr 00
    (II) PCI: 00:13:2: chip 1002,4373 card 103c,3091 rev 00 class 0c,03,20 hdr 00
    (II) PCI: 00:14:0: chip 1002,4372 card 103c,3091 rev 11 class 0c,05,00 hdr 80
    (II) PCI: 00:14:1: chip 1002,4376 card 103c,3091 rev 00 class 01,01,8a hdr 00
    (II) PCI: 00:14:3: chip 1002,4377 card 103c,3091 rev 00 class 06,01,00 hdr 80
    (II) PCI: 00:14:4: chip 1002,4371 card 0000,0000 rev 00 class 06,04,01 hdr 81
    (II) PCI: 00:14:5: chip 1002,4370 card 103c,3091 rev 02 class 04,01,00 hdr 80
    (II) PCI: 00:14:6: chip 1002,4378 card 103c,3091 rev 02 class 07,03,00 hdr 80
    (II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 01:05:0: chip 1002,5955 card 103c,3091 rev 00 class 03,00,00 hdr 00
    (II) PCI: 05:00:0: chip 10ec,8139 card 103c,3091 rev 10 class 02,00,00 hdr 00
    (II) PCI: 05:02:0: chip 14e4,4320 card 103c,12fa rev 03 class 02,80,00 hdr 00
    (II) PCI: 05:09:0: chip 104c,8031 card a400,0000 rev 00 class 06,07,00 hdr 82
    (II) PCI: 05:09:2: chip 104c,8032 card 103c,3091 rev 00 class 0c,00,10 hdr 80
    (II) PCI: 05:09:3: chip 104c,8033 card 103c,3091 rev 00 class 01,80,00 hdr 80
    (II) PCI: 05:09:4: chip 104c,8034 card 103c,3091 rev 00 class 08,05,00 hdr 80
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,6), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x00009000 - 0x000090ff (0x100) IX[b]
    [1] -1 0 0x00009400 - 0x000094ff (0x100) IX[b]
    [2] -1 0 0x00009800 - 0x000098ff (0x100) IX[b]
    [3] -1 0 0x00009c00 - 0x00009cff (0x100) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xc0100000 - 0xc01fffff (0x100000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:20:3), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 5: bridge is at (0:20:4), (0,5,9), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 5 I/O range:
    [0] -1 0 0x0000a000 - 0x0000afff (0x1000) IX[b]
    (II) Bus 5 non-prefetchable memory range:
    [0] -1 0 0xc0200000 - 0xc02fffff (0x100000) MX[b]
    (II) Bus 5 prefetchable memory range:
    [0] -1 0 0x40000000 - 0x43ffffff (0x4000000) MX[b]
    (II) PCI-to-CardBus bridge:
    (II) Bus 6: bridge is at (5:9:0), (5,6,9), BCTRL: 0x05c0 (VGA_EN is cleared)
    (II) Bus 6 I/O range:
    [0] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[b]
    [1] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    (II) Bus 6 prefetchable memory range:
    [0] -1 0 0x40000000 - 0x43ffffff (0x4000000) MX[b]
    (--) PCI:*(1:5:0) ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE) rev 0, Mem @ 0xc8000000/27, 0xc0100000/16, I/O @ 0x9000/8
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) Active PCI resource ranges:
    [0] -1 0 0xc0208400 - 0xc02084ff (0x100) MX[b]
    [1] -1 0 0xc020a000 - 0xc020a0ff (0x100) MX[b]
    [2] -1 0 0xc020a400 - 0xc020a4ff (0x100) MX[b]
    [3] -1 0 0xc0206000 - 0xc0207fff (0x2000) MX[b]
    [4] -1 0 0xc0200000 - 0xc0203fff (0x4000) MX[b]
    [5] -1 0 0xc0208800 - 0xc0208fff (0x800) MX[b]
    [6] -1 0 0xc0204000 - 0xc0205fff (0x2000) MX[b]
    [7] -1 0 0xc0208000 - 0xc02080ff (0x100) MX[b]
    [8] -1 0 0xc0003800 - 0xc00038ff (0x100) MX[b]
    [9] -1 0 0xc0003400 - 0xc00034ff (0x100) MX[b]
    [10] -1 0 0xc0003000 - 0xc00033ff (0x400) MX[b]
    [11] -1 0 0xc0002000 - 0xc0002fff (0x1000) MX[b]
    [12] -1 0 0xc0001000 - 0xc0001fff (0x1000) MX[b]
    [13] -1 0 0xc0000000 - 0xc0000fff (0x1000) MX[b]
    [14] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[b](B)
    [15] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[b](B)
    [16] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [17] -1 0 0x00008410 - 0x0000841f (0x10) IX[b]
    [18] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [19] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [20] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [21] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [22] -1 0 0x00008400 - 0x0000840f (0x10) IX[b]
    [23] -1 0 0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xc0208400 - 0xc02084ff (0x100) MX[b]
    [1] -1 0 0xc020a000 - 0xc020a0ff (0x100) MX[b]
    [2] -1 0 0xc020a400 - 0xc020a4ff (0x100) MX[b]
    [3] -1 0 0xc0206000 - 0xc0207fff (0x2000) MX[b]
    [4] -1 0 0xc0200000 - 0xc0203fff (0x4000) MX[b]
    [5] -1 0 0xc0208800 - 0xc0208fff (0x800) MX[b]
    [6] -1 0 0xc0204000 - 0xc0205fff (0x2000) MX[b]
    [7] -1 0 0xc0208000 - 0xc02080ff (0x100) MX[b]
    [8] -1 0 0xc0003800 - 0xc00038ff (0x100) MX[b]
    [9] -1 0 0xc0003400 - 0xc00034ff (0x100) MX[b]
    [10] -1 0 0xc0003000 - 0xc00033ff (0x400) MX[b]
    [11] -1 0 0xc0002000 - 0xc0002fff (0x1000) MX[b]
    [12] -1 0 0xc0001000 - 0xc0001fff (0x1000) MX[b]
    [13] -1 0 0xc0000000 - 0xc0000fff (0x1000) MX[b]
    [14] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[b](B)
    [15] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[b](B)
    [16] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [17] -1 0 0x00008410 - 0x0000841f (0x10) IX[b]
    [18] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [19] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [20] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [21] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [22] -1 0 0x00008400 - 0x0000840f (0x10) IX[b]
    [23] -1 0 0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xc0208400 - 0xc02084ff (0x100) MX[b]
    [5] -1 0 0xc020a000 - 0xc020a0ff (0x100) MX[b]
    [6] -1 0 0xc020a400 - 0xc020a4ff (0x100) MX[b]
    [7] -1 0 0xc0206000 - 0xc0207fff (0x2000) MX[b]
    [8] -1 0 0xc0200000 - 0xc0203fff (0x4000) MX[b]
    [9] -1 0 0xc0208800 - 0xc0208fff (0x800) MX[b]
    [10] -1 0 0xc0204000 - 0xc0205fff (0x2000) MX[b]
    [11] -1 0 0xc0208000 - 0xc02080ff (0x100) MX[b]
    [12] -1 0 0xc0003800 - 0xc00038ff (0x100) MX[b]
    [13] -1 0 0xc0003400 - 0xc00034ff (0x100) MX[b]
    [14] -1 0 0xc0003000 - 0xc00033ff (0x400) MX[b]
    [15] -1 0 0xc0002000 - 0xc0002fff (0x1000) MX[b]
    [16] -1 0 0xc0001000 - 0xc0001fff (0x1000) MX[b]
    [17] -1 0 0xc0000000 - 0xc0000fff (0x1000) MX[b]
    [18] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[b](B)
    [19] -1 0 0xc8000000 - 0xcfffffff (0x8000000) MX[b](B)
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [22] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [23] -1 0 0x00008410 - 0x0000841f (0x10) IX[b]
    [24] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [25] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [26] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [27] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [28] -1 0 0x00008400 - 0x0000840f (0x10) IX[b]
    [29] -1 0 0x00009000 - 0x000090ff (0x100) IX[b](B)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded by default.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "type1" will be loaded by default.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "i2c"(II) Module "i2c" already built-in
    (II) LoadModule: "ddc"(II) Module "ddc" already built-in
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.4.0, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.1.0
    ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "fglrx"
    (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
    (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    compiled for 7.1.0, module version = 8.40.4
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.0
    (EE) module ABI major version (1) doesn't match the server's version (2)
    (II) UnloadModule: "fglrx"
    (II) Unloading /usr/lib/xorg/modules/drivers//fglrx_drv.so
    (EE) Failed to load module "fglrx" (module requirement mismatch, 0)
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "wacom"
    (WW) Warning, couldn't open module wacom
    (II) UnloadModule: "wacom"
    (EE) Failed to load module "wacom" (module does not exist, 0)
    (II) LoadModule: "synaptics"
    (WW) Warning, couldn't open module synaptics
    (II) UnloadModule: "synaptics"
    (EE) Failed to load module "synaptics" (module does not exist, 0)
    (EE) No drivers available.
    Fatal server error:
    no screens found
    Last edited by lenni (2007-09-23 22:29:30)

  • [Solved]Howto per user xorg.conf

    Hi,
    maybe I should read more about X configurations, but sometime we can find a timely answer on the forum
    Sorry but my knowledge lacks a bit on this matter
    I'm planning to introduce my wife on linux world , but she likes winXP, Then I found the answer in virtualbox
    Now she complain that I set the screen resolution too high for her. In fact X starts with the given resolution by xorg.conf found into /etc/X11 made by nvidia-settings.
    How to modify resolution as an user logs in?
    Is there a way to load either different xorg.conf or to tell HAL to talk to X to change configuration like nvidia-settings can do on-the-fly?
    I'd like to show to my wife an invisible linux
    F
    Last edited by TheSaint (2009-10-08 17:26:58)

    Well, I don't know how to do it through ~/.Xdefaults, but I would assume that editing ~/.bash_profile or ~/.bashrc or even ~/.xinitrc would due by adding in `xrandr -s <preferred resolution here>'. That way each time a user logs in, it would execute that and change the resolution to whatever user. Sounds slightly hackish though so I am gonna look at how to do it through /etc/X11/xorg.conf and ~/.Xdefaults, however, I doubt it can be done through /etc/X11/xorg.conf also. If I find anything, I shall return to you.

  • Setting up Bumblebee - xorg.conf and /etc/bumblebee/xorg.conf.nvidia

    I have installed Bumblebee and the Nvidia drivers on my Asus N53SV laptop. I am able to run programs such as glxspheres using Optirun. However, I am not sure what to do next if I want to render my desktop using my discrete video card (GT540M) instead of through ordinary Intel graphics.
    Should I copy the file /etc/bumblebee/xorg.conf.nvidia to /etc/X11/xorg.conf?
    Thanks for your help,
    - mark

    I don't see why you would do that. The point of bumblebee is to avoid using the nvidia card unless you start the program with 'optirun'. If you want to render your desktop and use the nvidia card all the time, just don't use bumblebee and directly use the nvidia driver.
    If you really really want to use bumblebee, I guess you could set your login manager to use a xinitrc method, and put optirun in front of the command that launch your desktop.

  • Xorg.conf from debian won't work in Arch on the same machine!

    I can't get arch up and running. My keyboard and mouse won't respond to input once it hit startx and enter.
    I copied the xorg.conf from the debian install before I decided to wipe the disk clean and install arch. It is here:http://pastebin.com/m6870dc21
    Then, I tired X -configure and copied the file to /etc/X11/xorg.conf, and please tell me what I have to write from that file to a pastebin, cos I can't seem to mount my external disk either (ARGH, nothing will go my way!!!!)
    Mouse and keyboard are still frozen?
    - what is the reason for the same xorg.conf not working on both systems? Driver discrepancies?
    I need help. Pretty please. With sugar, honey and chocolate on top.

    Probably only different versions of xorg. See http://wiki.archlinux.org/index.php/Xor … otplugging
    Arch uses versions that leave it to hal to hotplugg keyboard and mouse, if you don't explicitly disable this feature. Mount external drivers could be related to /etc/PolicyKit/PolicyKit.conf. I had to add the following to mine:
    <config version="0.1">
        <match action="org.freedesktop.hal.storage.mount-removable">
            <return result="yes"/>
        </match>
        <match action="org.freedesktop.hal.power-management.shutdown">
            <return result="yes"/>
        </match>
        <match action="org.freedesktop.hal.power-management.reboot">
            <return result="yes"/>
        </match>
    </config>
    If I remember it right, this depends on what desktop solution you've chosen. I did use xfce when adding those lines, and I kept thunar while using Awesome.

  • First windows only safe mode boots. Now system won't power up. :(

    First A Hearty Thank You
    First of all, thank you all for helping me with my issues here( https://forum-en.msi.com/index.php?threadid=50738&sid=&hilight=Bamaboy ).  And thanks Bas for the heads up on the 1 Gig of RAM thing with Windows98.  That's one possibility I hadn't even considered.  (But it still seems strange that it would even go into safe-mode witth the 1gig, does it not? )
    But A Whole New Gremlin Rises To Challenge Me
    But now I have a whole new issue that may prevent me from even trying your suggestions from before.  While experimenting on different ways to get my system running, I took off one of the front panel USB connectors and inserted the D-Bracket thingie, and the system booted once normally (well, normal meaning I could access the BIOS/Windows Safe mode, etc ).  And after that, it won't boot at all!  
    *sigh*
    How do I kill THIS Gremlin?
    Does anyone have any idea what the problem could have been?  I didn't smell anything fun, so I don't think anything fried, but I could be wrong.  I've tried turning off and disconnecting the power supply, but nothing.  The fan don't come on, and I don't hear anything powering up at all.  
    Any ideas?

    Not sure exactly what I did to do the trick.  I unplugged one of the front panel USB connectors as suggested, and I turned off and unplugged the PSU and restarted.  And everything powered up!  I still have no idea why this worked, but I'm not complaining.  
    Now I'm at least back to square one of trying to figure out how to get Win98 to load up.

Maybe you are looking for

  • Internet Browsers wont open web pages.

    I have Windows 7 Home.  None of my internet browsers (firefox,IE,chrome)  will open any web pages.  Was working fine the day before and now nothing.  When you type in an address or search on the google tab it just thinks for a a while then the addres

  • Using Web Widgets in iWeb to Create meta tags???

    I am using iWeb '08 version 2.0.3 There is a feature in iWeb 08 to add HTML snippets (when you click on the button at the bottom "Web Widgets". I have added some Meta tags on each of my pages, for example (my keywords & descriptions have different co

  • /SAPAPO/SDORDER_DEL recommendations

    Hello all, I'm performing the report /SAPAPO/SDORDER_DEL once a month with period of retention of 3 months due to degree performance problems with tables /SAPAPO/POSMAPN and /SAPAPO/SD_DOC. I didn't find any recommendation about SLS lifetime at APO s

  • SSIS / SQL Memory Contention

    Hi all, I'm running SSIS and SQL server on a single PC.  I have an ETL process consisting of several SSIS packages to load data from a source OLTP to a data warehouse. OLTP DB resides on SQL 2012 instance. Datawarehouse resides on SQL 2008R2. My SSIS

  • Problem loading generated (X)HTML in Internet Explorer dialog window

    Hi, Using JDeveloper 11.1.1.4.0. In our ADF application we are providing a preview functionality to letters that the users can generate. The preview XHTML code is generated by stored procedures and displayed in a dialog window as an iframe. This work