Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

X.org 7.3

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
113 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next
Author
Message
santaclaws
Apprentice
Apprentice
User avatar
Posts: 161
Joined: Fri Jan 05, 2007 10:07 pm
Location: Deeper Underground

  • Quote

Post by santaclaws » Thu Sep 13, 2007 1:22 pm

lefou wrote:
santaclaws wrote: Does it work for you?

I have been trying to get xorg-server-1.4 to work but without success. :roll:

Now I am recompiling xorg-server-1.3 and hope that things are getting done quickly.
Yes, of course, as I wrote above. You could try to do the following. Run

Code: Select all

ACCEPT_KEYWORDS=~x86 emerge world -uDpv | less
and see if there are any x11 related package which are not in there latest available version, e.g. any x11-drivers/xf86-input-* driver or media-libs/mesa or other x11-libs/* stuff. Update these and then try a generic xorg.conf by logging in as root on the linux console. To generate it, run

Code: Select all

X -configure
. This will probe your hardware and generate a generic xorg.conf.new. You can then test it by running

Code: Select all

X -config xorg.conf.new
That was it. Now you can add some more settings. I added the Option "XkbLayout" "de" to the kbd input device and the following lines to enable composite and render extension.

Code: Select all

Section "DRI"
        Mode    0666
EndSection

Section "Extensions"
        Option "Composite" "Enable"
        Option "Render"    "Enable"
EndSection
Copy that version to /etc/X11 and you are done.
Hmm.. I will think about that. Thanks.
Software is like sex. It is better when ist is free.
Top
i-right-i
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 118
Joined: Mon Nov 08, 2004 9:39 pm
Location: Chandler, AZ USA

  • Quote

Post by i-right-i » Thu Sep 13, 2007 3:48 pm

Matteo Azzali wrote:
i-right-i wrote:I have been able to get Xorg 7.3 and the Nvidia Binary drivers to work. I guess I am one of the lucky ones that the -ignoreABI option worked for. .....
Grrrrr I had 5 hours crowded with black screens of death before I realized that I had no way to get it working even with
-ignoreABI, the worst thing was that there wasn't any error in the log (well, after I reemerged a couple of packages
and removed wacom from the conf file...). Too bad most of the net was saying it could work, however in the end
I rollbacked all xorg as it was the previous day, I'll nevermore understimate the xorg issues on next upgrades.
Are you using composite? If so, did you disable it as per the suggestion earlier in this thread?

~i-right-i
Gentoo on x86
Gentoo on SPARC
Top
Matteo Azzali
Retired Dev
Retired Dev
User avatar
Posts: 1133
Joined: Thu Sep 23, 2004 4:25 pm

  • Quote

Post by Matteo Azzali » Fri Sep 14, 2007 10:17 am

i-right-i wrote:
Matteo Azzali wrote:
i-right-i wrote:I have been able to get Xorg 7.3 and the Nvidia Binary drivers to work. I guess I am one of the lucky ones that the -ignoreABI option worked for. .....
Grrrrr I had 5 hours crowded with black screens of death before I realized that I had no way to get it working even with
-ignoreABI, the worst thing was that there wasn't any error in the log (well, after I reemerged a couple of packages
and removed wacom from the conf file...). Too bad most of the net was saying it could work, however in the end
I rollbacked all xorg as it was the previous day, I'll nevermore understimate the xorg issues on next upgrades.
Are you using composite? If so, did you disable it as per the suggestion earlier in this thread?

~i-right-i
I disabled anything but glx (both composite extension ,argb... and glxwithcompos...) and still I had just bsod.
I re-emerged the drivers 4 or 5 times.
I had some fallbacks (vesa nv and vga) but they aren't much worth
for what I do with X (mostly graphics, 3D and videos), so I rollbacked.
Every day a new distro comes to birth. Every day a distro "eats" another.
If you're born distro, no matter what, start to run.
---- http://www.linuxprinting.org/ ---- http://tuxmobil.org/
Top
Abraxas
l33t
l33t
User avatar
Posts: 814
Joined: Sun May 25, 2003 1:00 pm

  • Quote

Post by Abraxas » Fri Sep 14, 2007 10:57 am

I finally got it working. Unfortunately the so-called EXA improvements haven't made a single difference in performance for me. Text scrolling is still incredibley slow and accelerated video still performs worse than unaccelerated video.
Top
agent_jdh
Veteran
Veteran
Posts: 1783
Joined: Thu Aug 08, 2002 8:23 am
Location: Scotland

  • Quote

Post by agent_jdh » Fri Sep 14, 2007 11:56 am

How do you get EXA working? I've fallen back to the nv driver, and as per the nv man page, I've added the following 2 lines to the Device section in xorg.conf -

Code: Select all

        Option      "AccelMethod"               "EXA"
        Option      "MigrationHeuristic"        "greedy"
However looking at /var/log/Xorg.0.log after restarting the X server, it says it's using XAA and gives me a warning about the above 2 additions -

Code: Select all

(WW) NV(0): Option "AccelMethod" is not used
(WW) NV(0): Option "MigrationHeuristic" is not used
My card is a 7600GT (i.e. pre-G80), and so it should be supported.
Jingle Jangle Jewellery
Top
frank1980
Tux's lil' helper
Tux's lil' helper
Posts: 108
Joined: Sun Feb 19, 2006 2:18 pm

  • Quote

Post by frank1980 » Fri Sep 14, 2007 3:34 pm

xorg-7.3 works fine here, and still use nvidia-drivers by ignoreABI, beryl also has a good performance. But just the problem that numlock and capslook lights can't change their status. Is it a bug?
Top
niceness
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 86
Joined: Tue May 02, 2006 7:19 pm
Location: NS, Serbia

  • Quote

Post by niceness » Fri Sep 14, 2007 3:47 pm

frank1980 wrote:But just the problem that numlock and capslook lights can't change their status. Is it a bug?
Looks like it.
http://forums.gentoo.org/viewtopic-t-581633.html
Top
Sadako
Advocate
Advocate
User avatar
Posts: 3792
Joined: Thu Aug 05, 2004 5:50 pm
Location: sleeping in the bathtub
Contact:
Contact Sadako
Website

  • Quote

Post by Sadako » Fri Sep 14, 2007 6:40 pm

Abraxas wrote:I finally got it working. Unfortunately the so-called EXA improvements haven't made a single difference in performance for me. Text scrolling is still incredibley slow and accelerated video still performs worse than unaccelerated video.
I haven't had a single issue with the upgrade so far, aside from the keyboard led's not working which I didn't even notice 'till I read about it here.

I haven't noticed any major improvements in performance, other than one;
Before the upgrade when I used the mouse to pan in large images in feh (say twice the monitor resolution) it was slow as hell, and had been since at least xorg 7.0, but all of a sudden it is beautifully smooth.

I've never encountered any of the other issues with exa you've mentioned.
"You have to invite me in"
Top
Abraxas
l33t
l33t
User avatar
Posts: 814
Joined: Sun May 25, 2003 1:00 pm

  • Quote

Post by Abraxas » Fri Sep 14, 2007 10:44 pm

Hopeless wrote:
Abraxas wrote:I finally got it working. Unfortunately the so-called EXA improvements haven't made a single difference in performance for me. Text scrolling is still incredibley slow and accelerated video still performs worse than unaccelerated video.
I haven't had a single issue with the upgrade so far, aside from the keyboard led's not working which I didn't even notice 'till I read about it here.

I haven't noticed any major improvements in performance, other than one;
Before the upgrade when I used the mouse to pan in large images in feh (say twice the monitor resolution) it was slow as hell, and had been since at least xorg 7.0, but all of a sudden it is beautifully smooth.

I've never encountered any of the other issues with exa you've mentioned.
Are you using an Intel card? If so what does your xorg.conf look like and what are your hardware specs? I just read on Slashdot that the intel drivers won't work well with EXA until EXA is stabilized more. Who knows how long that is going to be? I'm getting pretty fed up with unaccelerated video.
Top
Sadako
Advocate
Advocate
User avatar
Posts: 3792
Joined: Thu Aug 05, 2004 5:50 pm
Location: sleeping in the bathtub
Contact:
Contact Sadako
Website

  • Quote

Post by Sadako » Fri Sep 14, 2007 10:56 pm

Abraxas wrote:Are you using an Intel card? If so what does your xorg.conf look like and what are your hardware specs? I just read on Slashdot that the intel drivers won't work well with EXA until EXA is stabilized more. Who knows how long that is going to be? I'm getting pretty fed up with unaccelerated video.
Ah, sorry, I'm using a radeon 9250.

:oops:
"You have to invite me in"
Top
tranquilcool
Veteran
Veteran
Posts: 1246
Joined: Fri Mar 25, 2005 1:16 pm

  • Quote

Post by tranquilcool » Fri Sep 14, 2007 11:26 pm

for issues regarding nvidia-drivers,
remember that the startx comand is;

startx -- -ignoreABI

you can edit kdmrc and use;

-ignoreABI

where you have the ServerArgsLocal
this is a strange strange world.
Top
Schmolch
l33t
l33t
Posts: 746
Joined: Sun Jun 16, 2002 6:36 am
Location: Germany

  • Quote

Post by Schmolch » Sat Sep 15, 2007 10:31 am

the_pearson_person wrote:Personally I want it for the new version of RandR so I can use compiz-fuzion on my tri-monitor setup!
How's it going with that?

I can't try it myself since im using nvidia but i didn't hear about them making such a significant xinerama-upgrade.
Top
Schmolch
l33t
l33t
Posts: 746
Joined: Sun Jun 16, 2002 6:36 am
Location: Germany

  • Quote

Post by Schmolch » Sat Sep 15, 2007 10:52 am

im confused about the xorg-7.3/nvidia situation.

In the channel everybody including mzbot says it doesn't work but here you say it does.

What is it?
Top
tranquilcool
Veteran
Veteran
Posts: 1246
Joined: Fri Mar 25, 2005 1:16 pm

  • Quote

Post by tranquilcool » Sat Sep 15, 2007 11:13 am

Schmolch wrote:im confused about the xorg-7.3/nvidia situation.

In the channel everybody including mzbot says it doesn't work but here you say it does.

What is it?
it works for me following the instructions i wrote few messages before.
if mouse freezes, just remerge xf86-input-mouse and dispatch-conf(etc-update) using the new config files.
disable the composite section in xorg.conf.
this is a strange strange world.
Top
Aphax
Tux's lil' helper
Tux's lil' helper
Posts: 75
Joined: Mon Jan 16, 2006 2:10 pm

  • Quote

Post by Aphax » Sun Sep 16, 2007 2:29 am

Schmolch wrote:im confused about the xorg-7.3/nvidia situation.

In the channel everybody including mzbot says it doesn't work but here you say it does.

What is it?
I was told the same. But it works for me. Obviously not for everyone though, so I'd advise against upgrading to 7.3 unless falling back to nv temporarily until NVIDIA releases an updated driver is a viable option.
Top
widremann
Veteran
Veteran
Posts: 1314
Joined: Mon Mar 14, 2005 9:47 pm

  • Quote

Post by widremann » Sun Sep 16, 2007 1:28 pm

I tried upgrading, but EXA is more broken than ever and 3d performance is worse. As such, I'm stuck on 7.1 for the foreseeable future. When I use EXA, the window title fonts are really weird. The text is restricted to a fixed sized rectangle in the title bar and text that would exist on either side of that rectangle is not shown. Fonts also take up more space (but the letters are the same size), even without EXA enabled. EXA is still slow when enabled. For example, switching virtual desktops with a compositing manager (even xcompmgr with server-side compositing enabled) is really slow. Drawing is slow and flickery, etc. I also had a glxgears FPS around 700, versus the 1600 I normally get.

I have an ATI X300, btw. It works great with Xorg 7.1. EXA performance is stellar and almost beats Windows, even with compositing enabled.

The EXA regressions have happened in some way or another with every release of X past 7.1. I've posted to the Xorg mailing list, without much in the way of results. I'm beginning to despair that they'll ever fix it. I think I'll wait for fglrx to include AIGLX support so I can just use Compiz and forget EXA.
Top
nitm
n00b
n00b
Posts: 63
Joined: Mon Dec 27, 2004 3:14 pm

  • Quote

Post by nitm » Mon Sep 17, 2007 6:31 pm

What is the proper way to stay on xorg 7.2?
Is masking of ">=x11-base/xorg-server-1.4 && >=x11-base/xorg-x11-7.3" enough or I should mask all new packages?
I am on an ~amd64 with nvidia binary driver
Top
i92guboj
Bodhisattva
Bodhisattva
User avatar
Posts: 10315
Joined: Tue Nov 30, 2004 8:17 pm
Location: Córdoba (Spain)

  • Quote

Post by i92guboj » Mon Sep 17, 2007 6:38 pm

nitm wrote:What is the proper way to stay on xorg 7.2?
Is masking of ">=x11-base/xorg-server-1.4 && >=x11-base/xorg-x11-7.3" enough or I should mask all new packages?
I am on an ~amd64 with nvidia binary driver
I masked those:

Code: Select all

>=x11-libs/libXrender-0.9.4
>=x11-proto/renderproto-0.9.3
>=x11-base/xorg-server-1.4
I use nvidia, but I don't have xorg-x11 in my world file, I just emerged xorg-server and the few pieces I needed.
Top
Phlogiston
Veteran
Veteran
User avatar
Posts: 1925
Joined: Tue Jan 27, 2004 12:05 pm
Location: Europe, Swizerland

  • Quote

Post by Phlogiston » Mon Sep 17, 2007 11:37 pm

Xorg-server 1.4 seems to work here on my ati x300, but as soon as I want to terminate the X-server or switch to console the X or sometimes the whole machine freezes. I already tried disabling framebuffer, but no success.

Anyone has an idea?
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Top
Matteo Azzali
Retired Dev
Retired Dev
User avatar
Posts: 1133
Joined: Thu Sep 23, 2004 4:25 pm

  • Quote

Post by Matteo Azzali » Wed Sep 19, 2007 4:44 pm

It seems that the new Nvidia drivers solve the ABI issue, see
http://www.nvnews.net/vbulletin/showthread.php?t=97942
Every day a new distro comes to birth. Every day a distro "eats" another.
If you're born distro, no matter what, start to run.
---- http://www.linuxprinting.org/ ---- http://tuxmobil.org/
Top
mtascii
Tux's lil' helper
Tux's lil' helper
Posts: 87
Joined: Sun Jan 29, 2006 7:11 pm

  • Quote

Post by mtascii » Wed Sep 19, 2007 7:02 pm

works like a charm here.

the only think i had to do was to re-emerge xf86-input-mouse
Top
pman35
n00b
n00b
Posts: 13
Joined: Wed Sep 19, 2007 6:54 pm
Location: Berlin

  • Quote

Post by pman35 » Wed Sep 19, 2007 7:17 pm

I am also running an ATI X300. xorg-server-1.4-r1 mostly works. Compared to xorg-server-1.3, it shows a decent
2D performance e.g. when scrolling web pages with Seamonkey, and EXA is considerably faster than XAA.
(Seamonkey's performance was horrible under xorg-server-1.3/xorg-7.2, both with XAA and EXA, as soon as some
flash app had to be drawn, that's why I took the ~amd64-version)

I can confirm, though, that glxgears shows something around 800 fps with EXA, while with XAA I get ~1400 fps.

xorg-server-1.4-r1 never crashed on this machine, the only problem I have is some graphics artefacts, e.g.
in kile: the auto-completion feature shows a context menu. When this menu disappers, the rect underneath is not
redrawn. Similar artefacts (regions that need updating are not redrawn) appear during scrolling in various apps.

Beryl is not really useable, and scrolling is slow in konsole, though 2D performance is good at most times.
I think this card will never yield a decent 3D performance for eye candy such as Beryl.
Top
azp
Guru
Guru
Posts: 457
Joined: Sun Nov 16, 2003 5:48 pm
Location: Sweden
Contact:
Contact azp
Website

  • Quote

Post by azp » Wed Sep 19, 2007 7:21 pm

I've gotten the display stuff to work with the new drivers (except that metacity doesn't start as it should which is probably a whole other problem) but now my mouse isn't detected in X. I re-emerged xf86-input-evdev and xf86-input-mouse + keyboard, but to no success...

I've tried recompiling the kernel + modules, so I'll get back to you when I've rebooted.
Weeks of coding can save you hours of planning.
Top
mtascii
Tux's lil' helper
Tux's lil' helper
Posts: 87
Joined: Sun Jan 29, 2006 7:11 pm

  • Quote

Post by mtascii » Wed Sep 19, 2007 7:26 pm

how do i enable EXA or XAA.

glxgears works here fine

Code: Select all

glxgears 
32657 frames in 5.0 seconds = 6531.255 FPS
22616 frames in 5.0 seconds = 4523.120 FPS
32691 frames in 5.0 seconds = 6538.131 FPS
35294 frames in 5.0 seconds = 7057.866 FPS
here is my xorg.conf

Code: Select all

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/75dpi/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/corefonts/"
	FontPath     "/usr/share/fonts/artwiz/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "glx"
	Load  "type1"
	Load  "freetype"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	"XkbLayout"	"de"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "RTK"
	ModelName    "Monitor"
	HorizSync    30.0-80.0 
	VertRefresh  56.0-75.0
	Option	    "DPMS"
EndSection

Section "Device"
	Option	"UseEdidFreqs"	"false"
	Option  "NoLogo"		"true"
	Option	"RenderAccel"		"true"
        Option      "AddARGBGLXVisuals" "true"
	Identifier  "Card0"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "Unknown Board"
	VideoRam   256000
	BusID       "PCI:6:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24
	SubSection "Display"
		Modes	 "1280x1024" "1024x768" "800x600" "640x480"
		Depth     24
	EndSubSection
EndSection

Section "Extensions"
        Option      "Composite"   "enable"
EndSection
any surgestions on tweaking my config.

i have an nVidia Corporation G70 [GeForce 7600 GT]
Top
pman35
n00b
n00b
Posts: 13
Joined: Wed Sep 19, 2007 6:54 pm
Location: Berlin

  • Quote

Post by pman35 » Wed Sep 19, 2007 7:40 pm

mtascii wrote: how do i enable EXA or XAA.
Just put

Code: Select all

         Option      "AccelMethod" "EXA" 
in your device section. XAA should be enabled by default, this will
switch to EXA.
glxgears works here fine
I am not surpised that you get decent performance with a 7600GT ;-)
In fact, I also intend to get that card.
Top
Post Reply

113 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic