You are not logged in.

#1 2007-11-06 21:42:31

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

To those posting Xorg 7.3 problems...

It may be helpful for everyone involved if you specify whether:

* you are running a Composite Manager (e.g. Xcompmgr, Compiz, Compiz-Fusion, or Beryl)
* you have AIGLX enabled in xorg.conf
* you have composite enabled in xorg.conf
* you are using fglrx or the open source radeon driver

No need to post here, just keep these in mind when posting in relevant threads.

Personally, I haven't had any problems with the latest Xorg and fglrx (aside from fglrxinfo not working), but then again I'm not running any composite managers or extensions.

Last edited by thayer.w (2007-11-06 21:48:42)


thayer williams ~ thayerwilliams.ca

Offline

#2 2007-11-06 22:15:50

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: To those posting Xorg 7.3 problems...

I have to side with thayer here: not a problem for me, and I am running fglrx too. Admittedly, my desktop usage isn't graphically intensive.

For completeness, because I don't follow the forums all that well anymore, could someone help me understand where the "issue" lies?

Offline

#3 2007-11-06 23:53:12

hdoria
Forum Fellow
From: Brazil
Registered: 2007-06-28
Posts: 52
Website

Re: To those posting Xorg 7.3 problems...

No problems here either. Im running compiz fusion (using nvidia drivers) and GNOME.

Offline

#4 2007-11-07 03:07:50

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: To those posting Xorg 7.3 problems...

My mirror synced tonight, did the upgrade, USB mouse wasn't working on this lappy, but Xorg's log and the forums here helped out on that smile. I've seen upgrades go worse.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#5 2007-11-07 03:23:48

kensai
Member
From: Puerto Rico
Registered: 2005-06-03
Posts: 2,484
Website

Re: To those posting Xorg 7.3 problems...

Everything is running stable as always, the upgrade go unnoticed in my system, even the num lock and caps lock lights on the keyboard go on and off, I found this to be the most annoying problem upstream and is fixed. Also, performance wise everything is really good. I guess I make this post for everyone to see, that is not the majority that are having problems, like some are stating in the forums.

Last edited by kensai (2007-11-07 03:25:41)


Follow me in: Identi.ca, Twitter, Google+

Offline

#6 2007-11-07 03:26:28

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: To those posting Xorg 7.3 problems...

I'm using Xorg 7.3 and fglrx.  Radeon 9600.  I need to disable AIGLX and Dual-Head in xorg.conf to get everything working right.  Hopefully next fglrx release will be better.

Offline

#7 2007-11-07 04:06:15

RaLX
Member
Registered: 2005-10-17
Posts: 54

Re: To those posting Xorg 7.3 problems...

Just for the records: working fine here using nvidia with kde3 and kde4 beta, no composite managers. smile

Offline

#8 2007-11-07 13:43:37

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

Re: To those posting Xorg 7.3 problems...

AIGLX is enabled by default now, isn't it?

Last edited by hussam (2007-11-07 13:43:57)

Offline

#9 2007-11-07 15:00:32

RaisedFist
Member
From: Romania
Registered: 2007-01-30
Posts: 556
Website

Re: To those posting Xorg 7.3 problems...

I have issues on this. Compiz is not working at all. I've got a nvidia card, everything set up correctly. If I start the composite manager in Xfce4, I cannot work anymore. The screen flickers until I stop the session. I don't know why this happens.... I'll post my xorg.config later today.

Offline

#10 2007-11-07 15:16:31

slackhack
Member
Registered: 2004-06-30
Posts: 738

Re: To those posting Xorg 7.3 problems...

i'm using the open source radeon driver - no display problems yet, but java apps don't work anymore. I had to add the sloppy lock export line to .xinitrc. i also got a message about nvidia-utils related to libgl that didn't really seem applicable. O.o

the only minor problem i've encountered is I used to switch Esc with Caps Lock in ~/.Xmodmap with:

remove Lock = Caps_Lock
keysym Escape = Caps_Lock
keysym Escape = Escape
keysym Caps_Lock = Escape
add Lock = Caps_Lock

and now that no longer works. does anyone have an alternate way of doing that?

Last edited by slackhack (2007-11-07 15:17:09)

Offline

#11 2007-11-07 15:20:06

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: To those posting Xorg 7.3 problems...

Someone told me you should have separate xmodmap lines for that in rc.local with the new Xorg, that should solve it.

May I warmly suggest the people posting problems here create a topic of their own, instead of hijacking this one? wink


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#12 2007-11-07 15:35:01

slackhack
Member
Registered: 2004-06-30
Posts: 738

Re: To those posting Xorg 7.3 problems...

B wrote:

Someone told me you should have separate xmodmap lines for that in rc.local with the new Xorg, that should solve it.

May I warmly suggest the people posting problems here create a topic of their own, instead of hijacking this one? wink

yeah, sorry - no hijack intended. big_smile

turns out there's a thread and fix for this problem, here:
http://bbs.archlinux.org/viewtopic.php? … 79#p296979

Offline

#13 2007-11-07 18:33:31

Gilneas
Member
From: Netherlands
Registered: 2006-10-22
Posts: 320

Re: To those posting Xorg 7.3 problems...

slackhack wrote:

i'm using the open source radeon driver - no display problems yet, but java apps don't work anymore. I had to add the sloppy lock export line to .xinitrc. i also got a message about nvidia-utils related to libgl that didn't really seem applicable. O.o

the only minor problem i've encountered is I used to switch Esc with Caps Lock in ~/.Xmodmap with:

remove Lock = Caps_Lock
keysym Escape = Caps_Lock
keysym Escape = Escape
keysym Caps_Lock = Escape
add Lock = Caps_Lock

and now that no longer works. does anyone have an alternate way of doing that?

I seem to have a similar problem where xmodmap -e 'clear Lock' doesn't work, unless I do it inside X. (right now it's in .xinitrc)

Offline

#14 2007-11-07 20:44:39

RaisedFist
Member
From: Romania
Registered: 2007-01-30
Posts: 556
Website

Re: To those posting Xorg 7.3 problems...

I just updated my system and I got a totaly different problem, using nvidia. I don't really know how to describe it, so here's the last lines in the log:

Backtrace:
0: X(xf86SigHandler+0x7e) [0x80d9d5e]
1: [0xb7ef8420]
2: X(Xrealloc+0x32) [0x81b1992]
3: X [0x81004a9]
4: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0xb701bac9]

Fatal server error:
Caught signal 11.  Server aborting

(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources

And the entire log file, here: http://pastebin.ca/765124

...starting to get pissed off sad

Offline

#15 2007-11-09 00:30:54

gnud
Member
Registered: 2005-11-27
Posts: 184

Re: To those posting Xorg 7.3 problems...

RaisedFist, dont use two screens.

While I had some trouble with this version (as can be seen on the forums), that was probably due to a buggy EDID. I have a radeon 9200, and everything is smashing now -- AIGLX and Composite enabled.

Offline

#16 2007-11-09 05:22:20

RaisedFist
Member
From: Romania
Registered: 2007-01-30
Posts: 556
Website

Re: To those posting Xorg 7.3 problems...

Thanks, gnud. I never thought two screens might be a problem. It's all working fine now, though I miss my second screen.

Last edited by RaisedFist (2007-11-09 05:50:48)

Offline

#17 2007-11-10 13:57:31

sykesm
Member
From: Reading, UK
Registered: 2006-09-03
Posts: 70

Re: To those posting Xorg 7.3 problems...

just update two machines with different NVIDA cards but the same most recent driver. One machine has test enabled in pacman.conv, which did a kernel upgrade as well. Non test machine has a bluetooth mouse, keyboard and widescreen monitor. I have had no Xorg problems at all. Additionally, probably not related to the X upgrade,a USB mic started working with skype on the machine with test enabled; probably just coincidence.

my thanks to all involved.

Offline

#18 2007-11-13 09:21:08

sihker
Member
Registered: 2005-04-22
Posts: 16

Re: To those posting Xorg 7.3 problems...

xorg 11R7.0-1
xorg-server 1.4-5
xf86-video-mga 1.9.100-1

After upgrade mouse pointer vanished(no xorg changes, no composite,tried AIGLX on/off) and there are slightly smudged stripes where font doesn't look sharpest (best seen when bg is black and fg is white). Solved my mouse pointer with half days sweating (vga driver was OK, mga was faulty), using xcursor 3D cursor and mga. Haven't found workaround for stripes(or stars tongue) (slightly disturbing to eyes, but workable), as this is my work computer I have not much time to mess around.

Offline

Board footer

Powered by FluxBB