Ati and xorg

I have some warnings, how correct it?
Use Open-Source driver
WW:
[zy@ysq ~]$ egrep WW\|EE /var/log/Xorg.0.log
Current Operating System: Linux ysq 2.6.23-ARCH #1 SMP PREEMPT Mon Nov 26 21:15:02 UTC 2007 i686
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) Loading extension MIT-SCREEN-SAVER
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
(WW) RADEON(0): No crtc mode list for crtc 1,continuing with desired mode
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0): MC_FB_LOCATION was: 0xefffe000 is: 0xefffe000
(WW) RADEON(0): MC_AGP_LOCATION was: 0xffffffc0 is: 0xf87ff800
(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
xorg.conf
# xorg.conf by zy
Section "ServerFlags"
Option "DefaultServerLayout" "Monitor"
EndSection
# Files, Modules, and Input
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/TTF"
EndSection
Section "Module"
Load "ddc" # ddc probing of monitor
Load "dbe"
Load "extmod"
Load "glx"
Load "dri"
Load "drm"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:ctrl_shift_toggle"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "Auto"
Option "ZAxisMapping" "4 5"
Option "emulate3Buttons" "no"
EndSection
# Monitor section
Section "Monitor"
Identifier "LG T710PH"
ModelName "LG T710PH"
Option "DPMS"
HorizSync 30-80
VertRefresh 50-80
DisplaySize 336 269
EndSection
# Graphics device section
Section "Device"
Identifier "ATI Radeon"
Driver "radeon"
Option "AGPMode" "8"
Option "XAANoOffscreenPixmaps" "true"
Option "AccelMethod" "EXA"
Option "EnablePageFlip" "on"
EndSection
# Screen sections
Section "Screen"
Identifier "ATI Screen"
Device "ATI Radeon"
Monitor "LG T710PH"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
ViewPort 0 0
EndSubsection
EndSection
# ServerLayout sections.
Section "ServerLayout"
Identifier "Monitor"
Screen 0 "ATI Screen" 0 0
InputDevice "Keyboard" "CoreKeyboard"
InputDevice "USB Mouse" "CorePointer"
EndSection
Section "dri"
Mode 0666
EndSection
Last edited by zy (2007-12-12 14:42:01)

I don't think the warnings do you any harm. It could be that you did hit freedesktop bug 6689 or freedesktop bug 6624. For bug 6689 there is a mesa patch in the bug report (not sure if it is not yet included in the repo version of mesa).
Though I wouldn't mind that much because the only thing the patch does is not show the warnings.

Similar Messages

  • [solved] Radeon/Ati and Xorg 1.9

    Hi,
    since I've upgradede my ati driver (xf86-video-ati) and X to X 1.9 I cannot start my X session, because of the following issue:
    Failed to map cursor buffer memory
    Fatal server error:
    failed to map pixmap -22
    XIO fatal IO error 11 (Resource temporarily unavailable) on X server 0:0
    In the very beginning after having upgraded, I obtained in addition the error of unknown synaptic devices (mouse and touchpad), but in one of the forum threads it was solved and thus I could fix it.(sry link is missing)
    But the one error above is still unsolved, and hinders me starting X. Mr. Google couldn't help enymore.
    Downgrading is not possible, because of the missing packages...
    I hope one of you can help me get X on the screen.
    best,
    L-K
    [EDIT]
    I compiled from git and now xf86-video-ati-git works well. maybe the version in [extra] differs from that git-version in AUR.
    Ty for reading.
    Last edited by linux-ka (2010-10-26 18:07:35)

    The kind people from the IRC channel suggested I add this bit at the very end of the "/etc/X11/xorg.conf" file (instead of "/etc/X11/xorg.conf.d/10-evdev.conf" - tho it would've probably worked that way too):
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbLayout" "us, ro"
    Option "XkbVariant" "std"
    Option "XkbOptions" "grp:caps_toggle, grp_led:scroll"
    EndSection
    Apparently it works. I just have to hold AltGr and press s, q , a, i, t, etc to type ș â ă î ț etc. But how do I set it to ; { } ] ' ", etc, like the default behaviour in Windows... ? I would like them to correspond to this layout.
    Because this is not the "standard" ("std") version...
    I may have to edit the "/usr/share/X11/xkb/symbols/ro" file to map them.
    Unless there's a better way ?
    Last edited by DSpider (2010-12-11 13:19:16)

  • White Screen: xf86-video-ati and Compiz After Trying fglrx? [SOLVED]

    I have an ATI Radeon X1200 graphics card.  I recently tired the ATI proprietary catalyst driver (and catalyst-utils) from the AUR.  They did not work well for me, so I uninstalled them.  I had run "aticonfig -initial" but, after removing catalyst and catalyst-utils I restored my old xorg.conf.  For some reason, with xf86-video-ati set up again, compiz starts, but goes to a white screen.  I can see and move my cursor.  Everything functions normally, I just can't see anything.  I right clicked my desktop and created folders as a test.  When I rebooted without compiz, the clicks had been received and folders had been created.  How can I fix this?  I'm using Gnome (if that means anything).  Here's my /etc/X11/xorg.conf:
    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 "drm"
    Load "xtrap"
    Load "extmod"
    Load "dbe"
    Load "glx"
    Load "freetype"
    Load "synaptics"
    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"
    #DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "SHP"
    ModelName "13ce"
    Option "DPMS"
    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 "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ShowCache" # [<bool>]
    #Option "DynamicClocks" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    Option "ColorTiling" "on"
    Option "AccelMethod" "EXA"
    Option "AGPFastWrite" "yes"
    Option "EXAVSync" "yes"
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "RS690M [Radeon X1200 Series]"
    BusID "PCI:1:5:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Last edited by hank863 (2009-03-29 03:15:26)

    Fixed It!!  I had to reinstall xorg, mesa, libgl, xf86-video-ati, and ati-dri for some reason.

  • 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] ATI Catalyst / Xorg issue with Multihead (3monitor)

    i'm having problems for a long time, with different versions of the ATI Catalyst driver and Xorg,
    right now i'm using this versions,
    catalyst-hook 11.2-2
    catalyst-utils 11.2-1
    lib32-catalyst-utils 11.2-1
    xorg-server 1.9.4.901-1
    xorg-server-common 1.9.4.901-1
    xorg-server-utils 7.6-2
    the catalyst package are from the catalyst server recommended by the Arch Wiki
    http://catalyst.apocalypsus.net/repo/catalyst/x86_64
    the problem that i have is that when i try to pass from one monitor to another, when
    i pass to the 3rd one the X crashes, this happen always with the same monitor no matter what.
    here is the backtrace from the startx logs,
    Backtrace:
    0: /usr/bin/X (xorg_backtrace+0x28) [0x49f788]
    1: /usr/bin/X (0x400000+0x60349) [0x460349]
    2: /lib/libpthread.so.0 (0x7f28028b7000+0xf150) [0x7f28028c6150]
    3: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f27fecf4000+0x86ffff) [0x7f27ff563fff]
    4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f27fecf4000+0x86fb5d) [0x7f27ff563b5d]
    5: /usr/bin/X (0x400000+0x13bce2) [0x53bce2]
    6: /usr/bin/X (0x400000+0x13be31) [0x53be31]
    7: /usr/bin/X (0x400000+0x13a880) [0x53a880]
    8: /usr/bin/X (miPointerUpdateSprite+0x18c) [0x45871c]
    9: /usr/bin/X (0x400000+0x5892d) [0x45892d]
    10: /usr/bin/X (0x400000+0x164266) [0x564266]
    11: /usr/bin/X (mieqProcessDeviceEvent+0x172) [0x49ef52]
    12: /usr/bin/X (mieqProcessInputEvents+0xcc) [0x49f08c]
    13: /usr/bin/X (ProcessInputEvents+0x9) [0x469969]
    14: /usr/bin/X (0x400000+0x2cf73) [0x42cf73]
    15: /usr/bin/X (0x400000+0x2131e) [0x42131e]
    16: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f2801837dcd]
    17: /usr/bin/X (0x400000+0x20ec9) [0x420ec9]
    Segmentation fault at address (nil)
    Fatal server error:
    Caught signal 11 (Segmentation fault). Server aborting
    i wanted to know if there is any official forum / bug tracker  of amd/ati where report this bug,
    or if one of you had this kind of problem before and can give me a hand to resolve this, i would be grateful.
    here is the ati report about the system info,
    http://pastebin.com/jU73mU4W
    http://ideone.com/mcISC
    thanks in advance.
    regards.
    Last edited by hord (2011-07-10 20:26:12)

    solved!
    since the cursor used through the proprietary catalyst driver have issues, use instead the SW cursor,
    Section "Device"
    Option "SWCursor" "true"
    EndSection
    [0] http://ati.cchtml.com/show_bug.cgi?id=86
    [1] http://ati.cchtml.com/show_bug.cgi?id=117
    [2] http://phoronix.com/forums/showthread.p … post209030
    Last edited by hord (2011-07-10 20:25:23)

  • Driver for nvidia, ati and intel

    Hi,
    I have successfully installed archlinux on a usb drive.
    It works on every computer  with ati or intel graphics card but when I know want to install the nvidia driver it complains about a dependencie of the ati and intel one.
    So I have the choice between nvdia or intel and ati. Is there a way to make the usb stick work on ati, intel and nvidia?
    Regards

    archer42 wrote:How does as example ubuntu solve this issue?
    They don't. They use nouveau. You can tell the installer to install the nvidia driver from their "restricted" repository, but you do so at the expense of the intel and ati drivers, just like in Arch.
    There's one thing... if you don't care about 3d acceleration, you can simply force-uninstall libgl, intel-dri, ati-dri. Then you can have nvdia, intel and ati at the same time. But 3d accel will only work on nvidia, of course.
    Gentoo is (I think) the only one with a full solution - their eselect mechanism. Their mesa and nvidia-drivers ebuilds install GL libs in different places, so they don't conflict. Then eselect switches around some symlinks and plays with the LD_LIBRARY_PATH variable. You still have to manually use eselect ("eselect opengl set nvidia" or "eselect opengl set xorg-x11"), but at least you can have all packages installed at the same time.
    Last edited by Gusar (2012-01-18 15:55:50)

  • Archck + ati-fglrx + xorg, machine freezes

    I'm using kernel26archck 2.6.15.archck7-3, ati-fglrx-archck 8.22.5-2, and xorg 11R7.0-1.
    When I start X and use any window manager, the machine hangs and acts weirdly.  I try to maximize a terminal window, the machine freezes.  It seems as though if I dhcp first I can ssh into the machine remotely, but if I kill X the machine hangs.
    Any clues why this would happen?  This does *not* happen with the normal arch kernel with ati fglrx installed.

    Any work arounds?  I don't mind adding another kernel option or something if I need to if the change helps somebody else.
    Either way, thanks

  • Hp compaq nx9000, ati and direct rendering question

    Hi,
    I have Radeon IGP 340M onboard my laptop and I can't figure out the way to enable direct rendering. I use "radeon" driver from xf86-video-ati package. Any suggestions? This is my glxinfo output:
    name of display: :0.0
    display: :0 screen: 0
    direct rendering: No
    server glx vendor string: SGI
    server glx version string: 1.2
    server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
    GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier,
    GLX_SGIX_fbconfig
    client glx vendor string: SGI
    client glx version string: 1.4
    client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
    GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
    GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control,
    GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group
    GLX version: 1.2
    GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIS_multisample
    OpenGL vendor string: Mesa project: www.mesa3d.org
    OpenGL renderer string: Mesa GLX Indirect
    OpenGL version string: 1.2 (1.5 Mesa 6.4.2)
    OpenGL extensions:
    GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture,
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow,
    GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
    GL_ARB_transpose_matrix, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,
    GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
    GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
    GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, GL_EXT_point_parameters,
    GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture,
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, GL_EXT_texture_object,
    GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels,
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,
    GL_ATIX_texture_env_combine3, GL_IBM_texture_mirrored_repeat,
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
    GL_NV_blend_square, GL_NV_point_sprite, GL_NV_texgen_reflection,
    GL_NV_texture_rectangle, GL_SGIS_generate_mipmap,
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
    GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow,
    GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays
    glu version: 1.3
    glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
    visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
    0x23 16 tc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x24 16 tc 0 16 0 r . . 5 6 5 0 0 16 8 0 0 0 0 0 0 Slow
    0x25 16 tc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
    0x26 16 tc 0 16 0 r . . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow
    0x27 16 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x28 16 tc 0 16 0 r y . 5 6 5 0 0 16 8 0 0 0 0 0 0 Slow
    0x29 16 tc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
    0x2a 16 tc 0 16 0 r y . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow
    0x2b 16 dc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x2c 16 dc 0 16 0 r . . 5 6 5 0 0 16 8 0 0 0 0 0 0 Slow
    0x2d 16 dc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
    0x2e 16 dc 0 16 0 r . . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow
    0x2f 16 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
    0x30 16 dc 0 16 0 r y . 5 6 5 0 0 16 8 0 0 0 0 0 0 Slow
    0x31 16 dc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
    0x32 16 dc 0 16 0 r y . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow
    0x4b 32 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
    And Xorg log.
    (II) RADEON(0): X context handle = 0x1
    (II) RADEON(0): [drm] installed DRM signal handler
    (II) RADEON(0): [DRI] installation complete
    (**) RADEON(0): EngineRestore (16/16)
    (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
    (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
    (II) RADEON(0): [drm] dma control initialized, using IRQ 10
    (II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808
    (WW) RADEON(0): DRI init changed memory map, adjusting ...
    (WW) RADEON(0): MC_FB_LOCATION was: 0x1fff1e00 is: 0x1fff1e00
    (WW) RADEON(0): MC_AGP_LOCATION was: 0xffffffc0 is: 0x207f2000
    (**) RADEON(0): GRPH_BUFFER_CNTL from 20035c5c to 20055c5c
    (II) RADEON(0): Direct rendering enabled
    I do not know what to think, everything seems correct.

    Sorry for the simple question but: Are you in video group?
    Also, it might depends on the order the modules are loaded. That's the case with my Intel card. Try loading agpart first:
    MODULES=(!agpgart !ati_agp agpgart ati_agp ...)

  • Window Maker and xorg 7.0

    Can you run Window Maker with new xorg?
    Each time I try to run it I see just window with information that Window Maker segfaulted.
    I deleted GNUstep in my home, then called wmaker.conf, but that didn't help.
    Yesterday I updated Window Maker, because new package appeared, but that also didn't help.
    Any ideas?

    yup, wmaker and xorg both from testing work together

  • My laptop become blue screen after windows logo, after i update the graphic ati and intel driver

    I have constant blue screen after windows logo and i have updated all drivers. i was upset the blue screen didn't go away and i did the factory reset. For my suprise, it didn't solve the problem and then i repair it at the comp shop. it was installed with windows 7 home premium 64 (pavilion g4 1006tx) bit as the pre installed windows and activated with the key back on sticker. I updated all drivers and i noticed every time i update the ati and intel driver it will go blue screen after windows logo. after i uninstall it at in safe mode it can load normally. My question is there any solution for my graphic card or is it already damaged? or any other hardware problem? please because i have to use high graphic as i use photoshop

    hii
    make sure you download and update correct driver version of graphic
    and know spec
    more:
    http://support.hp.com/us-en/drivers/selfservice/HP-Pavilion-g4-Notebook-PC-series/5046252/model/5068...
    try to instal  "AMD High-Definition Graphics Driver" only
    and uninstal "Intel High-Definition (HD) Graphics Driver"
    Wisnu Suryandi

  • Slow down in X after kernel and xorg packages updated

    Just upgraded to the latest kernel and xorg with the following packages and X has taken a nose dive and slowed down drastically:
    kernelcairo-1.10.0-2  kernel26-2.6.35.7-1
    mesa-7.8.2-3  nss-3.12.8-1  xf86-input-evdev-2.5.0-1
    xf86-video-nv-2.1.18-1  xf86-video-vesa-2.3.0-3
    xkeyboard-config-1.9-1  xorg-server-common-1.9.0-1
    xorg-server-1.9.0-1  xterm-262-1
    Tried reinstalling nvidia, but no help there.  Reverting to the previous packages made things good again.
    Anyone else experiencing this?

    I can confirm nVidia's driver version '260.19.06'  fixes this render lag.
    This version is available in the AUR
    remember to exit xorg and remove the old module after installing
    # rmmod nvidia
    Last edited by gav616 (2010-10-07 17:05:17)

  • Emacs and Xorg

    Hi!
    I've done a full system upgrade, and xorg and emacs were upgraded to their latest version in the package repository.  When I tried to start emacs afterwards, X crashed.  I've edited my .emacs as the crash was apparently caused by the fact that I use "monotype-courier new" as my default font.  Has anyone encountered a similer crash?   I have no idea why this happens..
    Thanks!

    I have this crash with the CVS version as well.  I'll look into the xorg.conf file, but I don't believe this has changed. 
    I can select the monotype courier-new font in xfontsel by the way, so I guess that already rules out the possibility of a missing font path?
    Regards, and thanks for the answer!

  • Systemd and Xorg.bin hog CPU

    I've been getting this problem for a couple months now.
    When I switch TTY from Xorg session (and back), it completely freezes and I have to wait about a minute to regain control. Only SysRq shortcuts work. Sometimes it stays black and flickering and I have to kill it with hardware switch.
    Here I've captured the freeze in ksysguard (after it partially started responding):
    There's no obvious error in dmesg, only this at boot (but that's likely unrelated):
    [ 7.859166] acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    [ 7.859231] acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    [ 7.859278] acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    [ 7.859322] acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    [ 7.859366] acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    [ 7.894602] acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    [ 7.894652] acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    [ 7.894686] acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    [ 7.894718] acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    [ 7.894751] acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    and also:
    [ 108.994000] usb 1-1.5.3: USB disconnect, device number 11
    [ 109.535577] usb 1-1.5.3: new low-speed USB device number 12 using ehci-pci
    [ 109.625529] usb 1-1.5.3: device descriptor read/64, error -32
    There's however another condition when it freezes in exactly the same way - when a USB keyboard or USB hub is attached or detached.
    That happens when I dock the laptop, or take it from dock. If I put it in asleep and power it on, I can just as well restart it, for it'll no way be usable.
    [ 8406.007479] wlp2s0: associated
    [ 8650.529496] usb 1-1.5.2: USB disconnect, device number 12
    [ 8653.603259] usb 1-1.5.3: USB disconnect, device number 11
    [ 8653.945601] usb 1-1.5.3: new low-speed USB device number 13 using ehci-pci
    [ 8654.051305] input: SIGMACHIP USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.3/1-1.5.3:1.0/0003:1C4F:0002.000A/input/input25
    [ 8654.051646] hid-generic 0003:1C4F:0002.000A: input,hidraw0: USB HID v1.10 Keyboard [SIGMACHIP USB Keyboard] on usb-0000:00:1a.0-1.5.3/input0
    [ 8654.054452] input: SIGMACHIP USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.3/1-1.5.3:1.1/0003:1C4F:0002.000B/input/input26
    [ 8654.054632] hid-generic 0003:1C4F:0002.000B: input,hidraw1: USB HID v1.10 Device [SIGMACHIP USB Keyboard] on usb-0000:00:1a.0-1.5.3/input1
    [ 8655.489905] ACPI: \_SB_.GDCK: undocking
    [ 8655.508145] hid-generic 0003:04B4:0033.0003: can't reset device, 0000:00:1a.0-1.5.4.1/input0, status -71
    [ 8655.508159] hid-generic 0003:1C4F:0002.000A: can't reset device, 0000:00:1a.0-1.5.3/input0, status -71
    [ 8655.512136] usb 1-1.5.4: clear tt 1 (0080) error -71
    [ 8655.512147] usb 1-1.5: clear tt 3 (00d0) error -71
    [ 8655.516150] hid-generic 0003:1C4F:0002.000B: can't reset device, 0000:00:1a.0-1.5.3/input1, status -71
    [ 8655.520596] usb 1-1.5: clear tt 3 (00d0) error -71
    [ 8655.524023] hid-generic 0003:04B4:0033.0003: can't reset device, 0000:00:1a.0-1.5.4.1/input0, status -71
    [ 8655.524636] hid-generic 0003:1C4F:0002.000A: can't reset device, 0000:00:1a.0-1.5.3/input0, status -71
    [ 8655.528011] usb 1-1.5.4: clear tt 1 (0080) error -71
    [ 8655.528629] usb 1-1.5: clear tt 3 (00d0) error -71
    [ 8655.533151] hid-generic 0003:1C4F:0002.000B: can't reset device, 0000:00:1a.0-1.5.3/input1, status -71
    [ 8655.537135] usb 1-1.5: clear tt 3 (00d0) error -71
    [ 8655.540028] hid-generic 0003:04B4:0033.0003: can't reset device, 0000:00:1a.0-1.5.4.1/input0, status -71
    [ 8655.541150] hid-generic 0003:1C4F:0002.000A: can't reset device, 0000:00:1a.0-1.5.3/input0, status -71
    [ 8655.544020] usb 1-1.5.4: clear tt 1 (0080) error -71
    [ 8655.545139] usb 1-1.5: clear tt 3 (00d0) error -71
    [ 8655.549164] hid-generic 0003:1C4F:0002.000B: can't reset device, 0000:00:1a.0-1.5.3/input1, status -71
    [ 8655.553144] usb 1-1.5: clear tt 3 (00d0) error -71
    [ 8655.556036] hid-generic 0003:04B4:0033.0003: can't reset device, 0000:00:1a.0-1.5.4.1/input0, status -71
    [ 8655.557157] hid-generic 0003:1C4F:0002.000A: can't reset device, 0000:00:1a.0-1.5.3/input0, status -71
    [ 8655.560026] usb 1-1.5.4: clear tt 1 (0080) error -71
    [ 8655.561166] usb 1-1.5: clear tt 3 (00d0) error -71
    [ 8655.565172] hid-generic 0003:1C4F:0002.000B: can't reset device, 0000:00:1a.0-1.5.3/input1, status -71
    [ 8655.569155] usb 1-1.5: clear tt 3 (00d0) error -71
    [ 8655.572044] hid-generic 0003:04B4:0033.0003: can't reset device, 0000:00:1a.0-1.5.4.1/input0, status -71
    [ 8655.573282] hid-generic 0003:1C4F:0002.000A: can't reset device, 0000:00:1a.0-1.5.3/input0, status -71
    [ 8655.576040] usb 1-1.5.4: clear tt 1 (0080) error -71
    [ 8655.577281] usb 1-1.5: clear tt 3 (00d0) error -71
    [ 8655.581302] hid-generic 0003:1C4F:0002.000B: can't reset device, 0000:00:1a.0-1.5.3/input1, status -71
    [ 8655.585293] usb 1-1.5: clear tt 3 (00d0) error -71
    [ 8655.588420] hid-generic 0003:04B4:0033.0003: can't reset device, 0000:00:1a.0-1.5.4.1/input0, status -71
    [ 8655.589456] hid-generic 0003:1C4F:0002.000A: can't reset device, 0000:00:1a.0-1.5.3/input0, status -71
    [ 8655.592425] usb 1-1.5.4: clear tt 1 (0080) error -71
    [ 8655.593422] usb 1-1.5: clear tt 3 (00d0) error -71
    [ 8655.597434] hid-generic 0003:1C4F:0002.000B: can't reset device, 0000:00:1a.0-1.5.3/input1, status -71
    [ 8655.601427] usb 1-1.5: clear tt 3 (00d0) error -71
    [ 8655.604562] hid-generic 0003:04B4:0033.0003: can't reset device, 0000:00:1a.0-1.5.4.1/input0, status -71
    [ 8655.605524] hid-generic 0003:1C4F:0002.000A: can't reset device, 0000:00:1a.0-1.5.3/input0, status -71
    [ 8655.608557] usb 1-1.5.4: clear tt 1 (0080) error -71
    [ 8655.609545] usb 1-1.5: clear tt 3 (00d0) error -71
    [ 8655.613583] hid-generic 0003:1C4F:0002.000B: can't reset device, 0000:00:1a.0-1.5.3/input1, status -71
    [ 8655.617563] usb 1-1.5: clear tt 3 (00d0) error -71
    [ 8655.620076] hid-generic 0003:04B4:0033.0003: can't reset device, 0000:00:1a.0-1.5.4.1/input0, status -71
    [ 8655.621624] hid-generic 0003:1C4F:0002.000A: can't reset device, 0000:00:1a.0-1.5.3/input0, status -71
    [ 8655.624072] usb 1-1.5.4: clear tt 1 (0080) error -71
    [ 8655.625565] usb 1-1.5: clear tt 3 (00d0) error -71
    [ 8655.629586] hid-generic 0003:1C4F:0002.000B: can't reset device, 0000:00:1a.0-1.5.3/input1, status -71
    [ 8655.633572] usb 1-1.5: clear tt 3 (00d0) error -71
    [ 8655.636083] hid-generic 0003:04B4:0033.0003: can't reset device, 0000:00:1a.0-1.5.4.1/input0, status -71
    [ 8655.637583] hid-generic 0003:1C4F:0002.000A: can't reset device, 0000:00:1a.0-1.5.3/input0, status -71
    [ 8655.640078] usb 1-1.5.4: clear tt 1 (0080) error -71
    [ 8655.641571] usb 1-1.5: clear tt 3 (00d0) error -71
    [ 8655.645589] hid-generic 0003:1C4F:0002.000B: can't reset device, 0000:00:1a.0-1.5.3/input1, status -71
    [ 8655.649954] usb 1-1.5: clear tt 3 (00d0) error -71
    [ 8655.650450] usb 1-1.5: USB disconnect, device number 5
    [ 8655.650455] usb 1-1.5.3: USB disconnect, device number 13
    [ 8655.652077] hid-generic 0003:04B4:0033.0003: can't reset device, 0000:00:1a.0-1.5.4.1/input0, status -71
    [ 8655.653955] hid-generic 0003:1C4F:0002.000A: can't reset device, 0000:00:1a.0-1.5.3/input0, status -71
    [ 8655.783147] usb 1-1.5.4: USB disconnect, device number 6
    [ 8655.783154] usb 1-1.5.4.1: USB disconnect, device number 8
    [ 8657.498059] e1000e: enp0s25 NIC Link is Down
    [ 8657.806193] ACPI: \_SB_.GDCK: undocking
    [ 8675.592942] i915 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
    [ 8675.592956] pci 0000:00:1e.0: PCI bridge to [bus 0e]
    [ 9844.669000] ACPI: \_SB_.GDCK: docking
    [ 9844.672051] ata2: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0xe frozen
    [ 9844.672056] ata2: ACPI event
    [ 9844.682865] ata2: hard resetting link
    [ 9845.403282] ata2: SATA link down (SStatus 0 SControl 300)
    [ 9845.403301] ata2: EH complete
    [ 9845.449482] e1000e 0000:00:19.0 enp0s25: PHY Wakeup cause - Link Status Change
    [ 9845.753576] usb 1-1.5: new high-speed USB device number 14 using ehci-pci
    [ 9845.838081] hub 1-1.5:1.0: USB hub found
    [ 9845.838250] hub 1-1.5:1.0: 4 ports detected
    [ 9846.117163] usb 1-1.5.4: new high-speed USB device number 15 using ehci-pci
    [ 9846.214641] hub 1-1.5.4:1.0: USB hub found
    [ 9846.214699] hub 1-1.5.4:1.0: 4 ports detected
    [ 9846.760929] usb 1-1.5.3: new low-speed USB device number 16 using ehci-pci
    [ 9846.867271] input: SIGMACHIP USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.3/1-1.5.3:1.0/0003:1C4F:0002.000C/input/input27
    [ 9846.867617] hid-generic 0003:1C4F:0002.000C: input,hidraw0: USB HID v1.10 Keyboard [SIGMACHIP USB Keyboard] on usb-0000:00:1a.0-1.5.3/input0
    [ 9846.870595] input: SIGMACHIP USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.3/1-1.5.3:1.1/0003:1C4F:0002.000D/input/input28
    [ 9846.870772] hid-generic 0003:1C4F:0002.000D: input,hidraw1: USB HID v1.10 Device [SIGMACHIP USB Keyboard] on usb-0000:00:1a.0-1.5.3/input1
    [ 9847.054588] usb 1-1.5.4.1: new low-speed USB device number 17 using ehci-pci
    [ 9847.147168] input: HID 04b4:0033 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.4/1-1.5.4.1/1-1.5.4.1:1.0/0003:04B4:0033.000E/input/input29
    [ 9847.147457] hid-generic 0003:04B4:0033.000E: input,hidraw2: USB HID v1.00 Mouse [HID 04b4:0033] on usb-0000:00:1a.0-1.5.4.1/input0
    [ 9848.669835] e1000e: enp0s25 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx
    [ 9872.710049] usb 1-1.5.3: USB disconnect, device number 16
    [ 9873.360616] usb 1-1.5.3: new low-speed USB device number 18 using ehci-pci
    [ 9873.847464] usb 1-1.5.3: device not accepting address 18, error -32
    [ 9874.164461] usb 1-1.5.3: new low-speed USB device number 20 using ehci-pci
    [ 9874.270554] input: SIGMACHIP USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.3/1-1.5.3:1.0/0003:1C4F:0002.000F/input/input30
    [ 9874.270717] hid-generic 0003:1C4F:0002.000F: input,hidraw0: USB HID v1.10 Keyboard [SIGMACHIP USB Keyboard] on usb-0000:00:1a.0-1.5.3/input0
    [ 9874.273503] input: SIGMACHIP USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.3/1-1.5.3:1.1/0003:1C4F:0002.0010/input/input31
    [ 9874.273678] hid-generic 0003:1C4F:0002.0010: input,hidraw1: USB HID v1.10 Device [SIGMACHIP USB Keyboard] on usb-0000:00:1a.0-1.5.3/input1
    [ 9878.089371] usb 1-1.5.3: USB disconnect, device number 20
    [ 9878.427118] usb 1-1.5.3: new low-speed USB device number 21 using ehci-pci
    [ 9878.532800] input: SIGMACHIP USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.3/1-1.5.3:1.0/0003:1C4F:0002.0011/input/input32
    [ 9878.532946] hid-generic 0003:1C4F:0002.0011: input,hidraw0: USB HID v1.10 Keyboard [SIGMACHIP USB Keyboard] on usb-0000:00:1a.0-1.5.3/input0
    [ 9878.535393] input: SIGMACHIP USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.3/1-1.5.3:1.1/0003:1C4F:0002.0012/input/input33
    [ 9878.535510] hid-generic 0003:1C4F:0002.0012: input,hidraw1: USB HID v1.10 Device [SIGMACHIP USB Keyboard] on usb-0000:00:1a.0-1.5.3/input1
    [10075.050793] hid-generic 0003:04B4:0033.000E: can't reset device, 0000:00:1a.0-1.5.4.1/input0, status -71
    [10075.066653] hid-generic 0003:04B4:0033.000E: can't reset device, 0000:00:1a.0-1.5.4.1/input0, status -71
    [10075.076024] usb 1-1.5.4.1: USB disconnect, device number 17
    [10077.309814] usb 1-1.5.4.1: new low-speed USB device number 22 using ehci-pci
    [10077.402426] input: HID 04b4:0033 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.4/1-1.5.4.1/1-1.5.4.1:1.0/0003:04B4:0033.0013/input/input34
    [10077.402681] hid-generic 0003:04B4:0033.0013: input,hidraw2: USB HID v1.00 Mouse [HID 04b4:0033] on usb-0000:00:1a.0-1.5.4.1/input0
    [10155.449338] hid-generic 0003:04B4:0033.0013: can't reset device, 0000:00:1a.0-1.5.4.1/input0, status -71
    [10155.465381] hid-generic 0003:04B4:0033.0013: can't reset device, 0000:00:1a.0-1.5.4.1/input0, status -71
    [10155.481228] hid-generic 0003:04B4:0033.0013: can't reset device, 0000:00:1a.0-1.5.4.1/input0, status -71
    [10155.497424] hid-generic 0003:04B4:0033.0013: can't reset device, 0000:00:1a.0-1.5.4.1/input0, status -71
    [10155.509632] usb 1-1.5.4-port1: disabled by hub (EMI?), re-enabling...
    [10155.509754] usb 1-1.5.4.1: USB disconnect, device number 22
    [10155.513408] hid-generic 0003:04B4:0033.0013: can't reset device, 0000:00:1a.0-1.5.4.1/input0, status -71
    [10155.731563] usb 1-1.5.4.1: new low-speed USB device number 23 using ehci-pci
    [10155.824277] input: HID 04b4:0033 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.4/1-1.5.4.1/1-1.5.4.1:1.0/0003:04B4:0033.0014/input/input35
    [10155.824723] hid-generic 0003:04B4:0033.0014: input,hidraw2: USB HID v1.00 Mouse [HID 04b4:0033] on usb-0000:00:1a.0-1.5.4.1/input0
    [10156.278142] usb 1-1.5.4-port1: disabled by hub (EMI?), re-enabling...
    [10156.278203] usb 1-1.5.4.1: USB disconnect, device number 23
    [10156.525264] usb 1-1.5.4.1: new low-speed USB device number 24 using ehci-pci
    [10156.630096] input: HID 04b4:0033 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.4/1-1.5.4.1/1-1.5.4.1:1.0/0003:04B4:0033.0015/input/input36
    [10156.630260] hid-generic 0003:04B4:0033.0015: input,hidraw2: USB HID v1.00 Mouse [HID 04b4:0033] on usb-0000:00:1a.0-1.5.4.1/input0
    (There's a lot of red lines in this message).
    After that, the CPU remains hogged and xorg unresponsive for some time. Eventually mouse starts moving and all is good.
    Also related, sometimes the USB keyboard completely stops responding, and I have to replug it - which triggers this whole event, of course.
    Here's my kernel:
    Linux x201 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64 GNU/Linux
    I tried LTS but it brought even more problems.
    It's laptop Lenovo ThinkPad x201, 64bit, with Intel graphics.
    I'll be grateful for any help about this, it's huge buttpain.
    I think it's a relatively new thing, must be something about the 3.17 kernel and 217 systemd.
    Please any ideas what can I try to fix it? I don't want to reinstall.
    Last edited by MightyPork (2014-12-17 17:55:51)

    karol wrote:Why do you run it as root?
    What do I run as root? If you mean LXDM, it's started by a systemd service that came with it.

  • Pacman and xorg

    Hi
    1 - pacman is working as I managed to install midnight commander with pacman -sy mc
    2 - pacman -S xorg does not work. Neither does pacman -Sy. The system reports that xorg is not in the sync db
    I have seen in response to pacman -sy that core, community and extra repository listings are downloaded - and that the system does become updated (including pacman herself).
    Ok wise people - what do I try next?
    Best Wishes;
    john./
    newbie to Arch, used debian for 5 years plus now..
    Last edited by jpa_cds (2007-12-19 18:09:02)

    Shining, Cerebral, thanks for your replies.
    pacman -Sg does indeed list all goups and xorg is missing. So I will switch mirror, run pacman -Sy and see!
    aaha! The GB repositry at manchester.sch..... perhaps is incomplete. I have commented that out, and am using repository in france. It looks as though it is going to work now.
    Just as a newbie point - I have not found a really useful guide to pacman anywhere  -  just many posts etc. The how-tos int he wiki seem to be fine if it all goes to plan, but did not provide the info you good fokk were able to give me.
    France is giving me some 'transient resolver failures' probably a router dropping packages somewhere.. OK maybe i need to run the select utility which packman has to find nearer repository.
    Thanks!

  • Adobe Acrobat Pro X - Canadian ATI and Privacy Act Redaction Code Sets

    Hi,
    Could anyone tell me if there are any redaction code sets for the Canadian ATI and Privacy Acts, like the U.S. FOIA and U.S. Pricacy Act code sets?
    Thank you.
    D. 

    Hi Dominic ,
    Please be informed that by default Acrobat supports the following two redaction code sets .
    1.U.S.FOIA
    2.U.S.Privacy Act .
    Regards
    Sukrit Dhingra

Maybe you are looking for

  • How to hide row in JTable?

    Hi all, How to hide some specific rows in JTable for user view filtering purpose? Thanks

  • Your iPod is synced with another library. IT'S NOT! HELP

    Ok. If you think you know the answer to this, just read please. I work for apple and I've used apple products a long time so I know you can erase the iphone entirely and re enter the songs. I've done that three or four times with this iphone already.

  • T430 cannot duplicate desktop on external display

    I am having a problem with my brand new T430.  I have purchased a miniDP to HDMI adapter, if I connect the adapter to my thinkpad and then an HDMI cable from the adapter to the external monitor it will correctly duplicate the display. However when I

  • SCEP 2012 System Center Monitoring Pack for Linux v4.5.10.1 Problem

    Hi Everyone! We are having a problem with OpsMgr 2012 R2 and the System Center Monitoring Pack for SCEP 2012 for Linux v4.5.10.1.  We have successfully deployed the Linux OpsMgr 2012 R2 agent to our test CentOS 6.5 VM as well as SCEP 2012 v4.5.10.1. 

  • Flash won't stop looping

    I have imported a 4 second SWF into Captivate 4. I want it to play through once then stop on the last frame of the SWF. The SWF has a stop embedded on the last frame. The problem is; it won't stop, but keeps on looping right through the SWF stop. I t