You are not logged in.

#1 2009-11-03 02:57:28

vinoman2
Member
From: Portland Oregon
Registered: 2009-05-21
Posts: 236
Website

Xorg problems

I see that a lot of people are having trouble with the latest upgrade and Xorg. I makes me wary to upgrade this time! What is needed to do a smooth upgrade? I have an Nvidia GeForce 7100 and running Gnome.

Offline

#2 2009-11-03 04:43:42

tavianator
Member
From: Waterloo, ON, Canada
Registered: 2007-08-21
Posts: 859
Website

Re: Xorg problems

vinoman2 wrote:

I see that a lot of people are having trouble with the latest upgrade and Xorg. I makes me wary to upgrade this time! What is needed to do a smooth upgrade? I have an Nvidia GeForce 7100 and running Gnome.

People have been having tonnes of problems with the nVidia blob drivers.  If you're running those, it might be best to hold off for a while.  But I'd recommend switching to nouveau anyway.

Offline

#3 2009-11-03 04:58:29

JohnVV
Member
From: Ann Arbor, Mi. U.S.A.
Registered: 2009-09-30
Posts: 107
Website

Re: Xorg problems

i am one of those using the nvidia.run driver

from what i have read it looks like a nvidia issue BUT it may also be a nvidia,ati,intel issue

i just finished downgrading xorg

Offline

#4 2009-11-03 05:49:55

1LordAnubis
Member
Registered: 2008-10-10
Posts: 253
Website

Re: Xorg problems

What driver do you use? From the looks of it, nvidia has yet to release a proprietary driver for a lot of cards- that make them work with xorg 1.7.
My advice is to steer clear of xorg updates until you know you have an nvidia driver that works with the new xorg. Otherwise you will be using the nv driver (pretty lame IMO, but opensource) or doing what I did- I had to manually hunt down about 40 packages and downgrade to those.

Its probably a good idea to add all xorg related stuff to your ignorepkg list in pacman.conf for the time being...


Any society that would give up a little liberty to gain a little security will deserve neither and lose both.
-Benjamin Franklin
The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man.
-George Bernard Shaw

Offline

#5 2009-11-03 10:21:15

iggy
Member
From: Germany, L.E. - Leipzig
Registered: 2004-10-17
Posts: 367

Re: Xorg problems

JohnVV wrote:

i just finished downgrading xorg

can you help me please. i also want to downgrade xorg. which packages i have to downgrade?

thx, iggy


sorry for my bad english smile

Offline

#6 2009-11-03 11:35:13

vinoman2
Member
From: Portland Oregon
Registered: 2009-05-21
Posts: 236
Website

Re: Xorg problems

Thanks I'll won't do any Xorg upgrades. How would I upgrade the rest of the upgrades with -Syu without upgrading Xorg?

Offline

#7 2009-11-03 11:42:15

grey
Member
From: Europe
Registered: 2007-08-23
Posts: 679

Re: Xorg problems

For me with an intel graphics driver its these:

xextproto fixesproto inputproto libdrm libx11 libxext libxxf86vm libxfixes libxdamage libdmx libxt libxmu libxpm libxaw libxcomposite libxdmcp libxfont libxfontcache renderproto libxrender libxft libxi libxinerama libxkbfile libxtst libxv libxvmc libxxf86dga libxxf86misc shared-mime-info xf86-input-evdev xf86-input-keyboard xf86-input-mouse xf86-video-vesa xorg-apps xorg-font-utils xorg-server-utils xorg-utils xorg-xkb-utils libgl intel-dri mesa xf86-video-intel xorg-server xterm

s/intel/nvidia.


Good ideas do not need lots of lies told about them in order to gain public acceptance.

Offline

#8 2009-11-03 14:12:48

tavianator
Member
From: Waterloo, ON, Canada
Registered: 2007-08-21
Posts: 859
Website

Re: Xorg problems

vinoman2 wrote:

Thanks I'll won't do any Xorg upgrades. How would I upgrade the rest of the upgrades with -Syu without upgrading Xorg?

Use IgnorePkg in /etc/pacman.conf.

Offline

#9 2009-11-03 14:14:23

vinoman2
Member
From: Portland Oregon
Registered: 2009-05-21
Posts: 236
Website

Re: Xorg problems

tavianator wrote:
vinoman2 wrote:

Thanks I'll won't do any Xorg upgrades. How would I upgrade the rest of the upgrades with -Syu without upgrading Xorg?

Use IgnorePkg in /etc/pacman.conf.

How do you do that?

Offline

#10 2009-11-03 14:40:58

new2arch
Member
Registered: 2008-02-25
Posts: 235

Re: Xorg problems

vinoman2 wrote:
tavianator wrote:
vinoman2 wrote:

Thanks I'll won't do any Xorg upgrades. How would I upgrade the rest of the upgrades with -Syu without upgrading Xorg?

Use IgnorePkg in /etc/pacman.conf.

How do you do that?

Open terminal and su - yourself into root;
Type nano (or vim or mousepad etc etc) /etc/pacman.conf.
You will note a line that says:

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
IgnorePkg   = 

Just insert all the packages you don't want to upgrade.

My IgnorePkg list looks like this:

IgnorePkg  = xf86-video-ati xf86-video-vesa xorg-server xf86-input-mouse xf86-input-keyboard xf86-input-evdev xorg-server-utils xorg-apps xorg-font-utils xorg-fonts-alias xorg-fonts-encodings xorg-xauth xorg-xkb-utils mesa xorg-utils xf86-input-synaptics libdrm libx11 xextproto libxext libxxf86vm fixesproto libxfixes libxdamage libgl ati-dri dbus-glib inputproto libdmx libxcomposite libxdmcp libxfont libxfontcache renderproto libxrender libxft libxi  libxinerama libxkbfile libxt libxmu libxpm libxres libxtst libxv libxvmc libxxf86dga libxxf86misc xterm

I suggest you install mousepad or gedit and use one of those instead of nano or vim if you have a bunch of packages you want to add there, because adding them thru nano or vim is a tedious work.

Too bad I can't use IgnoreGroup instead. So much easier. ^^

Last edited by new2arch (2009-11-03 14:44:49)

Offline

#11 2009-11-03 14:46:27

vinoman2
Member
From: Portland Oregon
Registered: 2009-05-21
Posts: 236
Website

Re: Xorg problems

new2arch wrote:
vinoman2 wrote:
tavianator wrote:

Use IgnorePkg in /etc/pacman.conf.

How do you do that?

Open terminal and su - yourself into root;
Type nano (or vim or mousepad etc etc) /etc/pacman.conf.
You will note a line that says:

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
IgnorePkg   = 

Just insert all the packages you don't want to upgrade.

My IgnorePkg list looks like this:

IgnorePkg  = xf86-video-ati xf86-video-vesa xorg-server xf86-input-mouse xf86-input-keyboard xf86-input-evdev xorg-server-utils xorg-apps xorg-font-utils xorg-fonts-alias xorg-fonts-encodings xorg-xauth xorg-xkb-utils mesa xorg-utils xf86-input-synaptics libdrm libx11 xextproto libxext libxxf86vm fixesproto libxfixes libxdamage libgl ati-dri dbus-glib inputproto libdmx libxcomposite libxdmcp libxfont libxfontcache renderproto libxrender libxft libxi  libxinerama libxkbfile libxt libxmu libxpm libxres libxtst libxv libxvmc libxxf86dga libxxf86misc xterm

I suggest you install mousepad or gedit and use one of those instead of nano or vim if you have a bunch of packages you want to add there, because adding them thru nano or vim is a tedious work.

Too bad I can't use IgnoreGroup instead. So much easier. ^^

Thanks. smile

Offline

#12 2009-11-04 14:42:21

vinoman2
Member
From: Portland Oregon
Registered: 2009-05-21
Posts: 236
Website

Re: Xorg problems

What happens if I wait a month to do an upgrade? Will the Xorg problems be solved so I can upgrade everything?

I would rather wait until packages are fixed rather than have to have some ignored and some upgraded. What do you think?

Offline

#13 2009-11-04 15:13:04

bgc1954
Member
From: Edmonton, AB, Canada
Registered: 2006-03-14
Posts: 1,160

Re: Xorg problems

I don't think you'll have a big problem as long as you're using the latest nvidia driver and add a line to your xorg.conf in the ServerFlags section

Section "ServerFlags"
   Option "IgnoreABI" "on"
EndSection

That did the trick for me yesterday with a geForce 6200 card.  See http://bbs.archlinux.org/viewtopic.php? … 77#p649277 and http://bbs.archlinux.org/viewtopic.php?id=83892

Last edited by bgc1954 (2009-11-04 15:14:05)


Time is a great teacher, but unfortunately it kills all its pupils ... - Louis Hector Berlioz

Offline

#14 2009-11-04 15:44:24

vinoman2
Member
From: Portland Oregon
Registered: 2009-05-21
Posts: 236
Website

Re: Xorg problems

bgc1954 wrote:

I don't think you'll have a big problem as long as you're using the latest nvidia driver and add a line to your xorg.conf in the ServerFlags section

Section "ServerFlags"
   Option "IgnoreABI" "on"
EndSection

That did the trick for me yesterday with a geForce 6200 card.  See http://bbs.archlinux.org/viewtopic.php? … 77#p649277 and http://bbs.archlinux.org/viewtopic.php?id=83892

Great. Will this take the place of using the IgnorePkg for the xorg updates?
I have a geforce 7100 onboard video on a Biostar board.

Last edited by vinoman2 (2009-11-04 15:46:15)

Offline

#15 2009-11-04 16:15:54

bgc1954
Member
From: Edmonton, AB, Canada
Registered: 2006-03-14
Posts: 1,160

Re: Xorg problems

Actually, after using that line in xorg.conf, the update worked fine and I was able to comment out my IgnorePkg line again.  So until something new in xorg gets messed up again, we should be able to upgrade with no problems.  That's the fun and frustration of being on the bleeding edge. big_smile


Time is a great teacher, but unfortunately it kills all its pupils ... - Louis Hector Berlioz

Offline

#16 2009-11-04 16:35:15

vinoman2
Member
From: Portland Oregon
Registered: 2009-05-21
Posts: 236
Website

Re: Xorg problems

bgc1954 wrote:

Actually, after using that line in xorg.conf, the update worked fine and I was able to comment out my IgnorePkg line again.  So until something new in xorg gets messed up again, we should be able to upgrade with no problems.  That's the fun and frustration of being on the bleeding edge. big_smile

So are you saying that I do need to add new xorg pkgs to the IgnorePkg or not?

Offline

#17 2009-11-04 17:30:27

bgc1954
Member
From: Edmonton, AB, Canada
Registered: 2006-03-14
Posts: 1,160

Re: Xorg problems

Sorry if you misunderstood.  By commenting out the IgnorePkg line in /etc/pacman.conf with a # in front of it, I now have no packages that pacman won't update.

Last edited by bgc1954 (2009-11-04 17:31:18)


Time is a great teacher, but unfortunately it kills all its pupils ... - Louis Hector Berlioz

Offline

#18 2009-11-06 03:46:16

vinoman2
Member
From: Portland Oregon
Registered: 2009-05-21
Posts: 236
Website

Re: Xorg problems

delete post

Last edited by vinoman2 (2009-11-06 12:45:24)

Offline

Board footer

Powered by FluxBB