Can't upgrade to xorg 6.8.2-2

Hi there,
I've got  xorg 6.8.1-1 installed and I'm trying to upgrade to 6.8.2 with pacman.
If I do a: 'pacman -S xorg' it tells me xorg 6.8.1 is already up to date. If I do a:
'pacman -Su' it doesn't find the xorg-6.8.2, and if I do a:
'pacman -S xorg-11R6.8.2-2' it says that the package is not found in the sync db. I already did a pacman --refresh, but that didn't work.
Any ideas?

you have to wait for your local mirror to get synced to arch' main one, some mirrors only sync once a day or so,
you can use "pacman -Sy" to check if it has ben updated,

Similar Messages

  • Random blackout atfer upgrading to xorg 1.6?

    OK, I'm not very sure if this is related to xorg, here is the situation:
    After upgrading to xorg 1.6, I restart X and start firefox to surf the internet,
    atfer a few hours of usage, my screen suddenly blackouts, and it seems like a hard crash,
    I can't use crtl-alt-backspace to kill X nor use crtl-alt-Fn to switch between virtual consoles,
    this is very frustrating since I'm always very proud of my super-rock-solid Arch,
    I have NEVER had issue like this, since it happens after upgrading to xorg 1.6,
    I suspect the incident is related to it,
    does anyone have a similiar situation?
    any suggests or thoughts would be very appriciated.
    Sean

    You have to add the 2 patches given by mlee and recompile xorg-server
    Here's my modified xorg-server PKGBUILD
    # $Id$
    # Maintainer: Alexander Baldeck <[email protected]>
    # Contributor: Jan de Groot <[email protected]>
    pkgname=xorg-server
    pkgver=1.6.0
    pkgrel=4
    pkgdesc="X.Org X servers"
    arch=('i686' 'x86_64')
    license=('custom')
    url="http://xorg.freedesktop.org"
    depends=('hal>=0.5.11' 'libgl' 'libxfont>=1.4.0' 'openssl>=0.9.8j' 'libpciaccess>=0.10.5' 'libxv>=1.0.4' 'pixman>=0.14.0' 'xcursor-themes' 'xkeyboard-config>=1.5' 'xorg-server-utils' 'xorg-fonts-misc' 'xbitmaps' 'diffutils' 'xf86-input-evdev>=2.1.3')
    makedepends=('libx11>=1.2' 'mesa>=7.4' 'xf86driproto>=2.0.4' 'xtrans>=1.2.3' 'libxkbfile>=1.0.5' 'randrproto>=1.3.0' 'renderproto>=0.9.3' 'xcmiscproto>=1.1.2' 'bigreqsproto>=1.0.2' 'resourceproto>=1.0.2' 'videoproto>=2.2.2' 'compositeproto>=0.4' 'scrnsaverproto>=1.1.0' 'resourceproto>=1.0.2' 'libxinerama>=1.0.3' 'xf86dgaproto>=2.0.3' 'recordproto>=1.13.2' 'libgl>=7.4' 'glproto>=1.4.9')
    conflicts=('catalyst-utils<=9.2')
    options=('!libtool')
    provides=('x-server')
    groups=('xorg')
    install=xorg-server.install
    source=(${url}/releases/individual/xserver/${pkgname}-${pkgver}.tar.bz2
    xorg-redhat-die-ugly-pattern-die-die-die.patch
    server-1.6.patch
    hal-wait.patch
    xserver-1.6.0-xinerama-crashes.patch
    xserver-1.6.0-xinerama-cursors.patch)
    md5sums=('aafe73f5807ce8bb534727ecb72467c7'
    '1a336eb22e27cbf443ec5a2ecddfa93c'
    '064559385557ad02432a1e800b92b14e'
    'f16d2caef84e1a9c4075b6c5e145512d'
    'fdb4fb466459c32c897ee3b405b6f849'
    'a30429f7c2114e7170d62858472ec102')
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    # Get rid of the ugly pattern
    patch -Np3 -i "${srcdir}/xorg-redhat-die-ugly-pattern-die-die-die.patch" || return 1
    # Upstream fixes from server-1.6 branch
    patch -Np1 -i "${srcdir}/server-1.6.patch" || return 1
    # Revert waiting for hal, assume hal won't show up when initial connect fails
    patch -R -Np1 -i "${srcdir}/hal-wait.patch" || return 1
    # Avoid Crashes when Xinerama is enabled
    patch -Np1 -i "${srcdir}/xserver-1.6.0-xinerama-crashes.patch" || return 1
    # Avoid Cursors problem with xinerama
    patch -Np1 -i "${srcdir}/xserver-1.6.0-xinerama-cursors.patch" || return 1
    # Fix dbus config path
    sed -i -e 's/\$(sysconfdir)/\/etc/' config/Makefile.* || return 1
    libtoolize --force || return 1
    aclocal || return 1
    autoconf || return 1
    automake --add-missing || return 1
    ./configure --prefix=/usr \
    --enable-ipv6 \
    --enable-dri \
    --disable-dmx \
    --enable-xvfb \
    --enable-xnest \
    --enable-composite \
    --enable-xcsecurity \
    --enable-xorg \
    --enable-xephyr \
    --enable-glx-tls \
    --enable-kdrive \
    --enable-install-setuid \
    --enable-config-hal \
    --enable-config-dbus \
    --enable-record \
    --disable-xfbdev \
    --disable-xfake \
    --disable-xsdl \
    --disable-static \
    --sysconfdir=/etc/X11 \
    --localstatedir=/var \
    --with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1 \
    --with-xkb-path=/usr/share/X11/xkb \
    --with-xkb-output=/var/lib/xkb \
    --with-dri-driver-path=/usr/lib/xorg/modules/dri || return 1
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    rm -rf "${pkgdir}/var/log" || return 1
    install -m755 -d "${pkgdir}/etc/X11" || return 1
    install -m755 -d "${pkgdir}/var/lib/xkb" || return 1
    # Needed for non-mesa drivers, libgl will restore it
    mv "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so" \
    "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.xorg" || return 1
    install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
    install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
    For now the cursor is ok and I don't experience crashed when I hold keys.

  • [Solved] Problem with xf86-video-intel after upgrade to xorg 1.16

    Hi everyone,
    since the upgrade to xorg-server 1.16 i can't get X to work again on my thinkpad R50e with an old intel integrated chip (Intel Extreme Graphics 2).
    I first encountered the error "cannot open /dev/tty0": http://okraits.de/upload/xorg/Xorg.0.log
    Then i created /etc/X11/Xwrapper.config: http://okraits.de/upload/xorg/Xwrapper.config
    Then i got the error "failed to set mode": http://okraits.de/upload/xorg/Xorg.1.log
    My xorg.conf looks like this: http://okraits.de/upload/xorg/xorg.conf
    I start X with startx and this .xinitrc: http://okraits.de/upload/xorg/.xinitrc
    I have no clue how to fix this. Any help would be much appreciated!
    Greetings,
    Oliver
    Last edited by okraits (2014-08-08 06:33:09)

    lolilolicon wrote:
    How do you start X? Note you must start X from the same VT where you login, if you use Xorg.bin (no setuid). From your log there're mentions of /dev/tty0 and "Using VT number 2", so I suppose that might be the problem.
    If you simply use `startx`, the actual process running will be something like
    /usr/bin/Xorg.bin -nolisten tcp :0 -auth /tmp/serverauth.XXXXXXXXXX vt1
    Note the `vt1` in the line must be specified, where 1 is the value of $XDG_VTNR in the VT where you login.
    Edit
    In my log there's something yours are missing
    [ 45.465] (++) using VT number 1
    [ 45.465] (--) controlling tty is VT number 1, auto-enabling KeepTty
    I login at tty1 (which is the first one visible after boot) and run startx from there.
    I added the following to my .xinitrc:
    echo "vt: $XDG_VTNR"
    The output was:
    vt: 1
    That would be ok, right? Or is it $XDG_VTNR + 1?
    So i am wondering what is forcing X to use vt 2. Or how i can tell X to use vt 1.
    Last edited by okraits (2014-08-07 12:37:17)

  • TVTime doesn't works after upgrade to Xorg 1.7.1-1 [Solved]

    Hi to everyone:
    My TVTime worked until the upgrade to Xorg 1.7.1-1 .
    Now, I'm launching the TVTime, and the console shows this :
    user@archerpc:~$ tvtime
    Running tvtime 1.0.2.
    Reading configuration from /etc/tvtime/tvtime.xml
    Reading configuration from /home/user/.tvtime/tvtime.xml
    xvoutput: No XVIDEO port found which supports YUY2 images.
    *** tvtime requires hardware YUY2 overlay support from your video card
    *** driver.  If you are using an older NVIDIA card (TNT2), then
    *** this capability is only available with their binary drivers.
    *** For some ATI cards, this feature may be found in the experimental
    *** GATOS drivers: http://gatos.souceforge.net/
    *** If unsure, please check with your distribution to see if your
    *** X driver supports hardware overlay surfaces.
    Someone else with the same problem ... anyone knows how to fix it?
    Last edited by Ravenman (2009-11-02 01:40:12)

    Hi to everyone:
    The solution is simple: before, I was using the xf86-video-radeonhd driver and now I'm using the xf86-video-ati driver, and I can see the TV again
    Thanks to Jan de Groot for his help and patience. Until the next.

  • Can not upgrade online

    Can not upgrade online
    I keep on encoutering an error saying me that i can not upgrade online or change my services. it keeps me asking to call verizon to make changes.
    Why the error ? I recently made some chanegs to my account and the error happened after that . something looks broken.

    Verizon support is in receipt of this issue. We will send you a PM to gather additional information.
    Thanks,
    Tonya D.
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or Plan.

  • Can I upgrade my Sony Laptop's Graphic Card?

    My laptop is relatively new and I only bought it a few months ago, model #VPCEB. It currently has a 512 MB ATI Radeon HD 5470 which I want to upgrade so I can have StarCraft II run smoothly because it is kind of choppy right now. I just want to know, is there a way I can actually upgrade my computer and what would be a good graphics card?

    iamdre17 wrote:
    My laptop is relatively new and I only bought it a few months ago, model #VPCEB. It currently has a 512 MB ATI Radeon HD 5470 which I want to upgrade so I can have StarCraft II run smoothly because it is kind of choppy right now. I just want to know, is there a way I can actually upgrade my computer and what would be a good graphics card?
    It used to be that some laptops would come with 2-3 options of graphics chipsets, and you could swap between them, plus manufacturers might use the same form factor for a series of laptops (For example, all Dell Inspiron 8000 series units used the same card form factor - so you could upgrade an I8000 to the graphics chipset that came with the I8200).  This is no longer the case, even the highend gaming laptops don't have upgradeable graphics.
    *disclaimer* I am not now, nor have I ever been, an employee of Best Buy, Geek Squad, nor of any of their affiliate, parent, or subsidiary companies.

  • Can I upgrade my HP ENVY 14 DR DRE Laptop to a blueray and SSD drive?

    HI all,
    Can I upgrade my HP ENVY 14 DR DRE Laptop to a blue ray and SSD drive?
    cheers

    You can upgrade from HDD to SSD drive, but will not recommend it as it will void the warranty on the unit.
    Pertaining to  bluray drive, you might have some compatibility issues unless you find the right model.
    Although I am an HP Employee, I am speaking for myself and not for HP.
    Make it easier for other people to find solutions, by marking my answer “Accept as Solution” if it solves your problem.

  • Can i upgrade my mac ox laptop to lion..

    can i upgrade my mac ox laptop to lion..

    MacBook Pro
    https://discussions.apple.com/community/notebooks/macbook_pro
    https://discussions.apple.com/community/mac_os?view=discussions 
    http://www.apple.com/support/macbookpro
    Mac OS X & Mountain Lion Communityhttps://discussions.apple.com/community/mac_os
    https://discussions.apple.com/community/mac_os/os_x_mountain_lion?view=discussio ns

  • Hi,please suggest me some games for Compaq CQ62-105TU Laptop.Can I upgrade my laptop's graphics card

    Hi,please suggest me some games for Compaq CQ62-105TU Laptop.Can I upgrade my laptop's graphics card

    Unfortunately, you cannot upgrade the processor or graphics card on this laptop.
    Here is a page from CPU-World that gives the specs for your processor:
    http://www.cpu-world.com/CPUs/Bobcat/AMD-E%20Series%20E2-1800.html
    You will see down near the bottom of the page that it is not upgradeable. Some laptops come with the processor soldered to the motherboard. Almost all laptop graphics are this way. The only way that you would be able to get a faster processor/better graphics for this laptop would be to purchase a brand new motherboard. You can do an Ebay search for 'HP G6 motherboard' to see what average prices are if you want to go this route.

  • Can I upgrade my Laptop Hardware?

    I have HP pavilion G6 Notebook
    Q6470PA#ACJ is product code
    Inter Core I5 2340M 2.4 GHz
    and graphic card is AMD 6470M
    Hard Disk is 600 GB
    Can I upgrade My grpahic card or Hard Disk space?
    If yes , how can i do it?

    Graphics card no; not possible at all. Hard drive; yes but only by 40% to 1 TB and as a practical matter only 750gb drives currently have good performance. 1TB drives are big but slow.

  • Can I upgrade my laptop to 2gb Graphics Support?

    I'm using HP 2227tu Laptop.As laptop provides 1.66GB Intel HD Graphics 4000 (inbulit) but it is not sufficient to play high graphics games, so can I upgrade my laptop's graphics to 2GB ?

    What is the complete product name or product number of your notebook? You left off the first section of the product name.
    Lets start with you helping us by identifying your notebook completely.
    HP has produced and brought to market more than a thousand different models of notebooks and desktop PCs over the years. It is difficult to help you if we don't know which specific model you own..
    Method #1: If the notebook will boot into Windows, you can retrieve your Product Number by pressing Fn + Esc key.
    Method #2:
    Remove the battery and look in the compartment where the battery was installed. You should see a Service tag with printed part number and a product name. Please post the p/n (with all alphanumeric characters) here. If you live outside of North America, it helps us if you post the country of purchase. Also post the installed CPU type. (AMD or Intel)
    Don't forget to post the name of the installed operating system if you haven't already done that.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Can i upgrade my laptop notebook video card?

    my laptop is HP Pavilion dm1 Notebook pc can i upgrade it's videocard so i can enjoy more HD games i'm dissapointed it can't play smoothly on new games such as nba 2k15 and nfs rivals its processor name is AMD E2-1800 AOU with Radeon (tm) HD Graphics thanks a lot Godbless

    Hi,
    Unfortunately no, we can't change video card on nearly all laptops including yours.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Can I upgrade the processor on my laptop? If so, what processors are compatible for my system?

    I have an HP Pavillion dv6-2150us, which runs an Intel Core i3 @ 2.13 GHz, 8 GB RAM and Windows 7 Ultimate 64-bit.  Can I upgrade this processor and if so, what processors are compatible to this system?

    First think about memory and an SSD drive. Laptop processor upgrades are a big hassle and not cheap. 

  • Can i upgrade the processor in my laptop

    can i upgrade the processor in my laptop hp notebook 2000-2d03tu. if yes than plzzz post the list of processors. thanks in advance
    This question was solved.
    View Solution.

    You could upgrade but since your in the same family processor your not gong to get any gains with the upgrade. Stick with your current processor.
    I am a Volunteer to help others on here-not a HP employee.
    Replies aren't online 24/7 because of Time Zone differences.
    Remember in this Day and Age of Computing the Internet is Knowledge at your fingertips if you choose understand it. -2015-

  • HT4972 How can i upgrade my 3gs... Im illiterate in laptop on computers?

    How can i upgrade my 3gs to ios... I dont know how to use computers... What or how is the easiest way in upgradinG?

    the only way to update your iphone3gs is by connecting it to itunes using either pc or laptop, you cant do it in any other way.

Maybe you are looking for