Xorg 7.0 - works

Hi!
Yesterday evening I installed Xorg 7.0 and:
two programs for genetics which I built by myself works
video works
sound works
I didn't try a lot because my wife said ''Enough'' ). I saw that I have problem with virtual console -ctrl-alt-FX - doesn't work yet...
..and one question:
Did anyone tried to run ati installer? And if answer is Yes, does it works?
Thanks a lot,
Mitja
BTW: I have Arch on my box (just Arch) almost one month and I like it more and more

Yes, X.org 7.0 works very well, and I don't have any plans to switch back to old old old x.org 6.8.2.
BTW I don't think that ATI works with X.org 7.0 yet.

Similar Messages

  • [SOLVED]Xorg won't work for my non root user

    I installed Arch Linux 2009.08 x86_64 Core inside Sun VirtualBox 3.0.8 and got up to the part of the Beginners' Guide that tells me to test X and it can never work for my non root user. Funny thing is, I tried running it as root and it worked even though my root user has no ~/.xinitrc file. Running startx or xinitrc as my non root user I get a small (maybe 400x600) white terminal but can't use my mouse or keyboard.
    After looking over the guide and doing a step I forgot and adding in all of the extra stuff the guide says might help I can use my mouse and keyboard in my non root users' small white terminal but X still won't start properly with xterm even though I put 'exec exterm' in my non root users' ~/.xinitrc file. Please help. Thanks for any help guys.
    Last edited by keiichi (2009-10-23 12:34:50)

    schuay wrote:
    keiichi wrote:After looking over the guide and doing a step I forgot and adding in all of the extra stuff the guide says might help I can use my mouse and keyboard in my non root users' small white terminal....
    I don't get it .. this sounds like xterm is starting up successfully (xterm is a small white terminal). Easiest way to get X up and running (imo) is
    sudo pacman -S gnome gdm xorg xf86-input-evdev
    sudo /etc/rc.d/hal start
    sudo /etc/rc.d/gdm start
    I didn't know that's what xterm was, thanks for telling me. Noob mistake.

  • Xorg - Synaptics not working on fresh install.

    Ok... This one has me scratching my head major.
    After a certain snafu with e4rat I was forced to reinstall my system which I took the chance to do some redesign on the laptop system layout.
    Decided to go with a lightweight DE and the whole gammut.
    I get lxde installed, 'startx' Everything is hunky dorey, and I mean everything.  using the default synaptics conf that comes with xf86-input-synaptics. I get a whole bunch more software installed and reboot to try out the whol SLiM DM (which didn't work btw)
    So SLiM descides it's not going to load up lxde for me. type in username, password, hit enter and the screen flashes and comes back to SLiM... kill SLiM and startx... pointer doesn't work. reboot, startx...pointer doesn't work.
    from /var/log/Xorg.o.log...
    [ 69.119] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event10)
    [ 69.119] (**) HDA Intel Headphone: Applying InputClass "evdev touchpad catchall"
    [ 69.119] (**) HDA Intel Headphone: Applying InputClass "touchpad catchall"
    [ 69.119] (II) LoadModule: "synaptics"
    [ 69.119] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 69.130] (II) Module synaptics: vendor="X.Org Foundation"
    [ 69.131] compiled for 1.10.0, module version = 1.4.0
    [ 69.131] Module class: X.Org XInput Driver
    [ 69.131] ABI class: X.Org XInput driver, version 12.2
    [ 69.131] (II) Using input driver 'synaptics' for 'HDA Intel Headphone'
    [ 69.131] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 69.131] (**) HDA Intel Headphone: always reports core events
    [ 69.131] (**) Option "Device" "/dev/input/event10"
    [ 69.256] (--) HDA Intel Headphone: invalid x-axis range. defaulting to 1615 - 5685
    [ 69.256] (--) HDA Intel Headphone: invalid y-axis range. defaulting to 1729 - 4171
    [ 69.256] (--) HDA Intel Headphone: invalid pressure range. defaulting to 0 - 256
    [ 69.256] (--) HDA Intel Headphone: invalid finger width range. defaulting to 0 - 16
    [ 69.257] (**) Option "TapButton1" "1"
    [ 69.257] (**) Option "TapButton2" "2"
    [ 69.257] (**) Option "TapButton3" "3"
    [ 69.363] (--) HDA Intel Headphone: no supported touchpad found
    [ 69.363] (EE) HDA Intel Headphone Unable to query/initialize Synaptics hardware.
    [ 69.416] (EE) PreInit returned 11 for "HDA Intel Headphone"
    [ 69.416] (II) UnloadModule: "synaptics"
    [ 69.416] (II) Unloading synaptics
    Why is it ??associating?? my headphone jack with the synaptics?
    Thinking I royally screwed something up and just for fun I sh*t-can the system and reinstall. The effects are reproduceable. 'startx' on a fresh install the synaptics pad works just fine, loads the synaptics driver against the synaptics device. But once I reboot...

    I have the config files that came down with the packages.
    xorg.conf doesn't exist.
    xorg.conf.d/10-synaptics.conf
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    EndSection
    xorg.conf.d/10-quirks.conf
    # Collection of quirks and blacklist/whitelists for specific devices.
    # Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
    # http://bugs.freedesktop.org/show_bug.cgi?id=22442
    Section "InputClass"
    Identifier "ThinkPad HDAPS accelerometer blacklist"
    MatchProduct "ThinkPad HDAPS accelerometer data"
    Option "Ignore" "on"
    EndSection
    xorg.conf.d/10-evdev.conf
    # Catch-all evdev loader for udev-based systems
    # We don't simply match on any device since that also adds accelerometers
    # and other devices that we don't really want to use. The list below
    # matches everything but joysticks.
    Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev tablet catchall"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchscreen catchall"
    MatchIsTouchscreen "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection

  • Xorg somtimes wont work.

    On ca. every other boot I cant get X to start, but if I reboot one or two times it suddenly works again.
    Here is Xorg.0.log from when is don't work.
    [ 224.748]
    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.
    [ 224.748]
    X.Org X Server 1.12.3.901 (1.12.4 RC 1)
    Release Date: 2012-08-03
    [ 224.748] X Protocol Version 11, Revision 0
    [ 224.748] Build Operating System: Linux 3.4.4-2-ARCH x86_64
    [ 224.748] Current Operating System: Linux core2 3.4.8-zen+ #5 ZEN SMP PREEMPT Fri Aug 10 14:10:00 CEST 2012 x86_64
    [ 224.748] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=35f05b4d-0f22-44d4-b619-0531bee38cfb ro i8042.noaux pcie_gen2=1 quiet
    [ 224.748] Build Date: 09 August 2012 10:04:44AM
    [ 224.748]
    [ 224.748] Current version of pixman: 0.26.2
    [ 224.748] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 224.748] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 224.748] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug 15 17:58:47 2012
    [ 224.748] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 224.748] (==) No Layout section. Using the first Screen section.
    [ 224.748] (==) No screen section available. Using defaults.
    [ 224.748] (**) |-->Screen "Default Screen Section" (0)
    [ 224.748] (**) | |-->Monitor "<default monitor>"
    [ 224.748] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 224.748] (==) Automatically adding devices
    [ 224.748] (==) Automatically enabling devices
    [ 224.748] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 224.748] Entry deleted from font path.
    [ 224.748] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 224.748] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 224.748] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 224.748] (II) Loader magic: 0x7c8b00
    [ 224.748] (II) Module ABI versions:
    [ 224.748] X.Org ANSI C Emulation: 0.4
    [ 224.748] X.Org Video Driver: 12.1
    [ 224.748] X.Org XInput driver : 16.0
    [ 224.748] X.Org Server Extension : 6.0
    [ 224.749] (--) PCI:*(0:1:0:0) 1002:94b3:1043:0310 rev 0, Mem @ 0xe0000000/268435456, 0xf5000000/65536, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072
    [ 224.749] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 224.749] (II) LoadModule: "extmod"
    [ 224.749] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 224.749] (II) Module extmod: vendor="X.Org Foundation"
    [ 224.749] compiled for 1.12.3.901, module version = 1.0.0
    [ 224.749] Module class: X.Org Server Extension
    [ 224.749] ABI class: X.Org Server Extension, version 6.0
    [ 224.749] (II) Loading extension MIT-SCREEN-SAVER
    [ 224.749] (II) Loading extension XFree86-VidModeExtension
    [ 224.749] (II) Loading extension XFree86-DGA
    [ 224.749] (II) Loading extension DPMS
    [ 224.749] (II) Loading extension XVideo
    [ 224.749] (II) Loading extension XVideo-MotionCompensation
    [ 224.749] (II) Loading extension X-Resource
    [ 224.749] (II) LoadModule: "dbe"
    [ 224.749] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 224.749] (II) Module dbe: vendor="X.Org Foundation"
    [ 224.749] compiled for 1.12.3.901, module version = 1.0.0
    [ 224.749] Module class: X.Org Server Extension
    [ 224.749] ABI class: X.Org Server Extension, version 6.0
    [ 224.749] (II) Loading extension DOUBLE-BUFFER
    [ 224.749] (II) LoadModule: "glx"
    [ 224.749] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 224.749] (II) Module glx: vendor="X.Org Foundation"
    [ 224.749] compiled for 1.12.3.901, module version = 1.0.0
    [ 224.749] ABI class: X.Org Server Extension, version 6.0
    [ 224.749] (==) AIGLX enabled
    [ 224.749] (II) Loading extension GLX
    [ 224.749] (II) LoadModule: "record"
    [ 224.749] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 224.749] (II) Module record: vendor="X.Org Foundation"
    [ 224.749] compiled for 1.12.3.901, module version = 1.13.0
    [ 224.749] Module class: X.Org Server Extension
    [ 224.749] ABI class: X.Org Server Extension, version 6.0
    [ 224.749] (II) Loading extension RECORD
    [ 224.749] (II) LoadModule: "dri"
    [ 224.749] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 224.749] (II) Module dri: vendor="X.Org Foundation"
    [ 224.749] compiled for 1.12.3.901, module version = 1.0.0
    [ 224.749] ABI class: X.Org Server Extension, version 6.0
    [ 224.749] (II) Loading extension XFree86-DRI
    [ 224.749] (II) LoadModule: "dri2"
    [ 224.749] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 224.749] (II) Module dri2: vendor="X.Org Foundation"
    [ 224.749] compiled for 1.12.3.901, module version = 1.2.0
    [ 224.749] ABI class: X.Org Server Extension, version 6.0
    [ 224.749] (II) Loading extension DRI2
    [ 224.749] (==) Matched ati as autoconfigured driver 0
    [ 224.750] (==) Matched vesa as autoconfigured driver 1
    [ 224.750] (==) Matched fbdev as autoconfigured driver 2
    [ 224.750] (==) Assigned the driver to the xf86ConfigLayout
    [ 224.750] (II) LoadModule: "ati"
    [ 224.750] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 224.750] (II) Module ati: vendor="X.Org Foundation"
    [ 224.750] compiled for 1.12.3.901, module version = 6.99.99
    [ 224.750] Module class: X.Org Video Driver
    [ 224.750] ABI class: X.Org Video Driver, version 12.1
    [ 224.750] (II) LoadModule: "radeon"
    [ 224.750] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 224.750] (II) Module radeon: vendor="X.Org Foundation"
    [ 224.750] compiled for 1.12.3.901, module version = 6.99.99
    [ 224.750] Module class: X.Org Video Driver
    [ 224.750] ABI class: X.Org Video Driver, version 12.1
    [ 224.750] (II) LoadModule: "vesa"
    [ 224.750] (WW) Warning, couldn't open module vesa
    [ 224.750] (II) UnloadModule: "vesa"
    [ 224.750] (II) Unloading vesa
    [ 224.750] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 224.750] (II) LoadModule: "fbdev"
    [ 224.750] (WW) Warning, couldn't open module fbdev
    [ 224.750] (II) UnloadModule: "fbdev"
    [ 224.750] (II) Unloading fbdev
    [ 224.750] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 224.750] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE
    [ 224.752] (++) using VT number 7
    [ 224.754] (II) [KMS] Kernel modesetting enabled.
    [ 224.754] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 224.754] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 224.754] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 224.754] (==) RADEON(0): Default visual is TrueColor
    [ 224.754] (==) RADEON(0): RGB weight 888
    [ 224.754] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 224.754] (--) RADEON(0): Chipset: "ATI Radeon HD 4770" (ChipID = 0x94b3)
    [ 224.754] drmOpenDevice: node name is /dev/dri/card0
    [ 224.754] drmOpenDevice: open result is 9, (OK)
    [ 224.754] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 224.754] drmOpenDevice: node name is /dev/dri/card0
    [ 224.754] drmOpenDevice: open result is 9, (OK)
    [ 224.754] drmOpenByBusid: drmOpenMinor returns 9
    [ 224.754] drmOpenByBusid: Interface 1.4 failed, trying 1.1
    [ 224.754] drmOpenByBusid: drmGetBusid reports
    [ 224.754] drmOpenDevice: node name is /dev/dri/card1
    [ 224.758] drmOpenByBusid: drmOpenMinor returns -1
    [ 224.758] drmOpenDevice: node name is /dev/dri/card2
    [ 224.761] drmOpenByBusid: drmOpenMinor returns -1
    [ 224.761] drmOpenDevice: node name is /dev/dri/card3
    [ 224.765] drmOpenByBusid: drmOpenMinor returns -1
    [ 224.765] drmOpenDevice: node name is /dev/dri/card4
    [ 224.768] drmOpenByBusid: drmOpenMinor returns -1
    [ 224.768] drmOpenDevice: node name is /dev/dri/card5
    [ 224.772] drmOpenByBusid: drmOpenMinor returns -1
    [ 224.772] drmOpenDevice: node name is /dev/dri/card6
    [ 224.776] drmOpenByBusid: drmOpenMinor returns -1
    [ 224.776] drmOpenDevice: node name is /dev/dri/card7
    [ 224.779] drmOpenByBusid: drmOpenMinor returns -1
    [ 224.779] drmOpenDevice: node name is /dev/dri/card8
    [ 224.783] drmOpenByBusid: drmOpenMinor returns -1
    [ 224.783] drmOpenDevice: node name is /dev/dri/card9
    [ 224.786] drmOpenByBusid: drmOpenMinor returns -1
    [ 224.786] drmOpenDevice: node name is /dev/dri/card10
    [ 224.790] drmOpenByBusid: drmOpenMinor returns -1
    [ 224.790] drmOpenDevice: node name is /dev/dri/card11
    [ 224.793] drmOpenByBusid: drmOpenMinor returns -1
    [ 224.793] drmOpenDevice: node name is /dev/dri/card12
    [ 224.797] drmOpenByBusid: drmOpenMinor returns -1
    [ 224.797] drmOpenDevice: node name is /dev/dri/card13
    [ 224.801] drmOpenByBusid: drmOpenMinor returns -1
    [ 224.801] drmOpenDevice: node name is /dev/dri/card14
    [ 224.804] drmOpenByBusid: drmOpenMinor returns -1
    [ 224.804] drmOpenDevice: node name is /dev/dri/card15
    [ 224.808] drmOpenByBusid: drmOpenMinor returns -1
    [ 224.808] drmOpenDevice: node name is /dev/dri/card0
    [ 224.808] drmOpenDevice: open result is 9, (OK)
    [ 224.808] drmOpenDevice: node name is /dev/dri/card0
    [ 224.808] drmOpenDevice: open result is 9, (OK)
    [ 224.808] drmGetBusid returned ''
    [ 224.808] (EE) RADEON(0): [drm] failed to set drm interface version.
    [ 224.808] (EE) RADEON(0): Kernel modesetting setup failed
    [ 224.808] (II) UnloadModule: "radeon"
    [ 224.808] (EE) Screen(s) found, but none have a usable configuration.
    [ 224.808]
    Fatal server error:
    [ 224.808] no screens found
    [ 224.808]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 224.808] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 224.808]
    [ 224.812] Server terminated with error (1). Closing log file.
    I load the radeon module early from mkinitcpio.conf.
    Whats going on? Thanks

    Could the module have crashed for some reason? Check "lsmod" before starting X. If "radeon" is in there and X subsequently fails the way you described, that would stump me. If "radeon" is missing then maybe reading the "dmesg" output would help.

  • Xorg 1.8 : Does it work with Xorg -configure?

    Hey everyone
    Does Xorg 1.8 work with Xorg --configure  or would one have to manually set the configuration files in /etc/X11/xorg.conf.d/?  Also another question, if I am using xorg 1.8. do I still have to add HAL to the list of DAEMONS  in /etc/rc.conf or would listeing DBUS only be sufficient to get a working X configuration?

    Yes, `Xorg -configure` still works, and no, Xorg does not need HAL anymore.
    D-Bus is only needed if you have applications that use it (e.g., desktop environment programs).
    Last edited by Wintervenom (2010-08-03 02:46:04)

  • [solved] xorg 1.6 - dual-monitor not working any more

    I switched to arch64 and with it came the new xorg 1.6. Now X won't start with the configuaration I used before and I can't figure out what to do about it.
    I want to use two monitors (laptop + external) with an Intel X4500 HD und xf86-video-intel. I found out, that it doesn't like the virtual screen I defined. If I remove that line everything works fine for the laptop-monitor. With the virtual screen defined I get an error in xorg.0.log
    Failed to pin back buffer
    The xorg.conf that worked until now (= my previous arch installation) looks like this:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dri"
    Load "dbe"
    Load "record"
    Load "glx"
    Load "dri2"
    Load "extmod"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    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 "SWcursor" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "CacheLines" # <i>
    #Option "Dac6Bit" # [<bool>]
    #Option "DRI" # [<bool>]
    #Option "NoDDC" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "XvMCSurfaces" # <i>
    #Option "PageFlip" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 4 Series Chipset Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    Option "VBEModes" "true"
    Option "EnableAGPDMA"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Depth 24
    Modes "1440x900" "1280x1024" "1024x768"
    Virtual 2880 2880 # this line seems to be problematic?
    EndSubSection
    EndSection
    I use "xrandr --output VGA --mode 1280x1024 --left-of LVDS" in .xinitrc to arange the displays.
    So anyone any idea why it won't work?
    Btw: I tried x86-video-intel-legacy. But then X didn't even start
    Last edited by golwin (2009-04-18 21:58:08)

    Ok, I fixed it. Just added
    Option "AccelMethod" "UXA"
    Option "Legacy3D" "False"
    to my device-section in xorg.conf. EXA produces the error above.
    Maybe I'm looking at the wrong point, but could someone give me a hint where I can learn more about UXA/EXA. The problem seems somehow solved, but I'd like to learn more about this and would like to understand what the problem was. Right now I don't even know what makes the difference between UXA and EXA It just works.
    And somehow google doesn't make it a lot clearer for me right now...

  • 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.

  • Direct rendering not working after upgrade to Xorg 7.0

    I have aATI radeon 9200 card and although its supposed to be supported in the new xorg, direct rendering doesnt work. I have made the neccesary changes in xorg.conf. I deleted the ati drivers load "dri" and "glx" installed all the needed modules.
    Does xorg 7.0 work with the propritery ATI drivers? My system is generally slow too and not as responsive as before.
    Can some one with a working DRI post their xorg.conf. My PC is a compaq presario.
    thnx

    Did you remove the ATI drivers and install libgl-dri? Without libgl-dri, either you have software GL with libgl-mesa, or some ATI OpenGL lib that runs in fallback mode.

  • Xorg -configure don't work with PB DotM

    hello folks
    i got a brand new packardbell dotM netbook , how i use arch in my worksation i decided to install arch in the netbook
    every goes fine exept when i want to configure Xorg.
    i installed the xf86-video-intell package, and tryed to make a "Xorg -configure" that work with the screen ( by the way the screen is very special http://www.tecnologiait.com.ar/?p=7315 the standart resolution is 1204x600 !!
    what recommend me do to guys?, use Xorg -configure don't work ( even show tvm) , and intel doesn't provide a tool like the nvidia-xconfig,
    or should i write my own xorg.conf file?
    ohh yes and could you make me a suggestion for a DE, i tried kdemod in the netbook ( i am kde-lover) but without a big Gpu kdemod goes slow, which DE to do recommend for a netbook, i am between E17 and LXDE
    thanks in advance

    Hello Slacknatcher!
    You can port a working configuration file, from another working distribution, or from livecd like Chakra, Ubuntu, Sushe.
    Can it work if you try without any xorg.conf file? Can you try out another drivers, like binary nvidia from nvidia, or opensource nv? And in the last case vesa?

  • Scrolling stopped working after Xorg update, already disabled hotplug

    Heres my xorg file, everything works except for twofinger scrolling, circular scrolling, and regular scrolling. All three worked before the update. Also, gsynaptic will not open. It gives me the following error:
    GSynaptics couldn't initialize.
    You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynaptics
    But as you can see, I already have SHMConfig set to true. Help
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder58) Wed Oct 1 15:12:53 PDT 2008
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Touchpad" "SendCoreEvents"
    EndSection
    Section "ServerFlags"
    Option "AutoAddDevices" "false"
    Option "AllowMouseOpenFail" "true"
    EndSection
    Section "Files"
    #RgbPath "/usr/share/X11/rgb"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/input/mouse3"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "130"
    Option "RightEdge" "840"
    Option "TopEdge" "130"
    Option "BottomEdge" "640"
    Option "FingerLow" "7"
    Option "FingerHigh" "8"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "110"
    Option "EmulateMidButtonTime" "75"
    Option "VertScrollDelta" "20"
    Option "VertEdgeScroll" "true"
    Option "HorizEdgeScroll" "true"
    Option "HorizScrollDelta" "20"
    Option "MinSpeed" "0.25"
    Option "MaxSpeed" "0.50"
    Option "AccelFactor" "0.010"
    Option "EdgeMotionMinSpeed" "200"
    Option "EdgeMotionMaxSpeed" "200"
    Option "UpDownScrolling" "1"
    Option "CircularScrolling" "1"
    Option "CircScrollDelta" "0.1"
    Option "CircScrollTrigger" "2"
    Option "VertTwoFingerScroll" "true"
    Option "HorizTwoFingerScroll" "true"
    Option "EmulateTwoFingerMinZ" "90"
    Option "TapButton1" "1"
    Option "SHMConfig" "true"
    Option "Emulate3Buttons" "on"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbLayout" "gb"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 30.0 - 110.0
    VertRefresh 50.0 - 150.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NoLogo" "True"
    Option "RenderAccel" "True"
    Option "TripleBuffer" "True"
    Option "BackingStore" "True"
    Option "DamageEvents" "True"
    Option "OnDemandVBlankInterrupts" "True"
    Option "Coolbits" "1"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Last edited by wankel (2008-12-07 05:09:02)

    jarryson wrote:please have a look at wiki touchpad. you'll find what you want.
    I read the wiki numerous times, but its still not working for me. For scrolling, I added
    Option "VertEdgeScroll" "true" #vertical scrolling when dragging along the right edge.
    Option "HorizEdgeScroll" "true" #horizontal scrolling when dragging along the bottom edge.
    like is said but its still not working. And I thought that whole .fdi thing was only used if you have hotplugging enabled?

  • SOLVED - Has anyone had any problems with xorg 1.11.14-1?

    Last night I had a double catastrophe. The first was nothing to do with Linux, but was the result of a rogue drive trashing my sata ports and killing both Arch and Windows. I managed to rescue Windows, but since Arch was running at the time (and updating) nothing I tried could bring it back. After restoring from a backup (10 days old) I started the updates again (a gargantuan 415Mb) which completed, though after a reboot X failed to start. Nothing in the logs, and no activity at all. My usual fix is to remove xorg.conf and reboot, which will generally get me to the desktop to troubleshooting stage using vesa drivers instead of catalyst, but even this couldn't get me to a desktop. I tried removing catalyst altogether from single user mode, but nothing would fix.
    I restored the backup again, and did all updates except kernel, catalyst, and xorg. Everything worked fine, so next I updated catalyst - still working. A fresh backup and I updated the kernel. Still working, which means the only thing not updated at this point (and in my mind the most likely culprit for the failures) is xorg.
    Now I'm not daft enough to try updating before I make a fresh backup (I've remade several tweaks to my system that got lost after the original crash), but before I go to the trouble, I wondered has anyone else had any problems with the updated xorg?
    For info, I'm running on a Phenom X4 965BE, AMD 4670HD with catalyst 12.1, kernel 3.2.2-1.
    TIA
    Last edited by Roken (2012-02-06 00:30:59)

    Any idea where the problem was?
    X also fails to start for me now, when the catalyst driver is loaded. It used to work before, but after recent upgrades and changes to the system it's somehow broken.
    (Same catalyst and xorg versions as you mentioned, but with kernel 3.2.4-1)
    Switching to the open-source radeon driver makes X start fine, switching back to catalyst breaks it again.
    Last edited by sas (2012-02-07 16:02:50)

  • Ati 4890 - xorg 1.7.2 - catalyst?

    well , hello everyone i had an idea and i want your opinion ,
    i have ati 4890 graphics card and i wondered if i can install the catalyst drivers..(i know that arch dropped support since xorg 1.6) and i dont want to experiment with compiling kernels and downgrades (yet)
    , so here is my idea , what about if i download the official ati drivers from amd's site and install them.. , it says that the support the current 1.7.2 xorg , will this work for me?
    i'd love to hear your opinion:)
    on the other way , am i going to be ok with radeon hd drivers?(if i don't make it with catalyst)
    thanks for your time:)

    The catalyst driver does not support xorg 1.7 yet, and probably won't for some time. (my bet is no support until the next ubuntu release, that's what happened the last two times )
    You probably want to read trough and follow this thread: http://bbs.archlinux.org/viewtopic.php?id=57084
    The free xf86-video-ati and -radeonhd drivers have partly support for the card. 2d should work, 3d will be limited.
    Edit: Do _not_ download and build directly from amd.com. Always use makepkg/pacman or you will just end up in a world of pain.
    Last edited by Mr.Elendig (2009-12-04 17:16:40)

  • [Solved] Firefox 7.0.1-1 crashing xorg 1.11.1-2

    Hello,
    Today I updated to the newest xorg package available in the pacman repos. Everything seems to be fine, I'm able to use intellij, and do most other things in gnome without problem. However, when I try to run firefox, X restarts and I'm left at my login screen.
    whodevil>firefox
    Xlib: extension "RANDR" missing on display ":0.0".
    XIO: fatal IO error 2 (No such file or directory) on X server ":0.0"
    after 30 requests (30 known processed) with 0 events remaining.
    firefox: Fatal IO error 104 (Connection reset by peer) on X server :0.0.
    When I look in /var/log/Xorg.0.log there doesn't appear to be anything suspicious other than each time xorg restarts it rolls the log. When I go into the Xorg.0.log.old, I don't see any messages related to xorg being shutdown.
    However when I look in the kernel.log I see this:
    Nov 7 13:59:42 localhost kernel: [ 165.690978] [drm:drm_mode_getfb] *ERROR* invalid framebuffer id
    Nov 7 13:59:42 localhost kernel: [ 166.110186] [drm:drm_mode_getfb] *ERROR* invalid framebuffer id
    Nov 7 14:01:21 localhost kernel: [ 265.047653] [drm:drm_mode_getfb] *ERROR* invalid framebuffer id
    Nov 7 14:01:21 localhost kernel: [ 265.466850] [drm:drm_mode_getfb] *ERROR* invalid framebuffer id
    Does anyone have any ideas? Is there other information I'm missign that would help me figure out the problem?
    thanks,
    whodevil
    EDIT:
    It turned out that I was doing it all backwards, here is what I have for my xorg.conf.d/10-radeon.conf
    Section "ServerLayout"
    Identifier "DualSreen"
    Screen 0 "Screen0"
    EndSection
    Section "Monitor"
    Identifier "DVI-0"
    Option "Enable" "true"
    Option "Primary" "True"
    Option "DPMS"
    EndSection
    Section "Monitor"
    Identifier "DVI-1"
    Option "Enable" "true"
    # Option "RightOf" "Monitor0"
    Option "Primary" "false"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "radeon"
    Option "Enable" "true"
    Option "monitor-DVI-0" "DVI-0"
    Option "monitor-DVI-1" "DVI-1"
    Screen 0
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "DVI-0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1600x1200"
    EndSubSection
    EndSection
    What I needed was to be running xrandr to do dual monitors with this command:
    xrandr --auto --output DVI-1 --mode 1600x1200 --right-of DVI-0
    Last edited by whodevil (2011-11-09 23:13:50)

    Here is what I have in my /etc/X11/xorg.conf.d/10-radeon.conf. This xorg conf was working fine, and still for the most part does work fine. The only app I've found that does not work is firefox. I'm pretty stumped.
    Section "ServerLayout"
    Identifier "DualSreen"
    Screen 0 "Screen0"
    Screen 1 "Screen1" RightOf "Screen0" #Screen1 at the right of Screen0
    Option "Xinerama" "1" #To move windows between screens
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "Enable" "true"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    Option "Enable" "true"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "radeon"
    Option "ZaphodHeads" "DVI-0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "radeon"
    Option "ZaphodHeads" "DVI-1"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    #Modes "1280x1024"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    #Option "TwinView" "0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Also a look at which modules are loaded.
    whodevil>lsmod|grep radeon
    radeon 992259 2
    ttm 54360 1 radeon
    drm_kms_helper 25409 1 radeon
    drm 183380 4 radeon,ttm,drm_kms_helper
    i2c_algo_bit 5199 1 radeon
    i2c_core 20133 5 radeon,drm_kms_helper,drm,i2c_algo_bit,i2c_i801

  • Not work 3 keyboard layouts

    Then I use 2 languages,  Option          "XkbLayout"     "us,lt" in /etc/X11/xorg.conf, then work keyboard layout.
    If I use 3 languages in XkbLayout, then not work layout.
    There some part of /etc/X11/xorg.conf:
    Section "InputDevice"
            Identifier      "Generic Keyboard"
            Driver          "kbd"
            Option          "CoreKeyboard"
            Option          "XkbRules"      "xorg"
            Option          "XkbModel"      "pc105"
            Option          "XkbLayout"     "us,lt,ru"
            Option          "XkbOptions"    "grp:alt_shift_toggle"
    EndSection

    You didn't tell what's your problem is though. I suppose you just cannot switch layouts with Alt-Shift, right?
    Try if Shift-Alt (sic!) works for you. Also try grp:ctrl_shift_toggle (only RightCtrl-Right shift work, LeftCtrl-LeftShift switches to first layout instantly).
    alikas wrote:So it is bug?
    Yes. Both xkeyboard-config 0.6 and 0.9 are buggy, but bugs are triggered for specific keyboard layout combinations.
    For example, I had bug with 0.6 with my xorg config, while many others don't.
    0.9 fixed bug for me, but now other people have problems.
    As you may see in that bug report the problem mostly depends on XkbLayout combination, though I thought it was due to grp:alt_shift_toggle first.

  • Xorg.conf file idea..

    i had an idea: would it be possible to make a large database of xorg.conf files for certain laptops? i found a list of "howto linux" on different models of lappys...
    for example, i have a sony vaio pcg-tr3a, and i'm struggling to get my xorg file to work right, so i would head on over to the data base and search for my computer model...
    would this work?
    sv

    <soapbox>
    ok. so i guess this idea would not work.. now i am seeing but how bout if laptop users just wrote a wiki entry for there laptop? like... hardware specific stuff...
    for example: i figured out that i have an intel wireless card and i needed a closed source intel2200-fw or something to get it to work. i went to the wireless networking wiki, but how bout it if i could have found a wiki on my model lappy (fat chance maybe...?)
    that said : "ok, for this lappy you need 915resolution hack, intel firmware driver for your wirless, and i810driver for your graphics, also you may want to add this to your xorg.conf to get trackpad scrolling to work" and then also "and btw, to get Fn keys working go here"
    so it would be small tutorials helpful to few people with same laptops and it would be extremly confinient... and for someone just getting into linux... a quick guide to get everything set up right step by step would be helpful.. granted, arch does not hold your hand... and i think it shouild be that way... we learn a lot trying different things and reading wikis over and over again...
    </soapbox>
    ok, thats all
    sv

Maybe you are looking for

  • My iPad mini won't download or update apps, but my phone will with the same Apple ID

    My iPad is only 1 day old. When I set it up I synced it with my iCloud backup for my phone but the apps wouldn't download. They started to but then they said waiting and would go back to the start over and over again. Then I plugged it into my comput

  • SAP XI 2.0 and SAP XI 3.0

    can any one differentiate the feautures of SAP XI 2.0 and SAP XI 3.0??

  • FINAL CUT EXPRESS HD

    AFTER INSTALLATION THE PROG DOES NOT START BUT SHOWS ERROR "AGO GRAPHICS CARD" IS MISSING

  • URGENT -- JSPLITPANE

    I have a JSplitPane (vertical divider). Left side of JSplitPane is JTree and Right side I need to add JPanels on selection of nodes in JTree. Problem I am facing is when JPanel is added to right side it reduces the left side of the JSplitPane and I c

  • Catch frame's closing event

    Hi, I was wondering how to accomplish this... How can I catch the closing event, that a user creates by clicking on the X on the top upper right of a jframe? I have a cancel button that calls an onCancel method, and I need to also call that onCancel