Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Gentoo Linux Help > Can't update xorg-server

Forgot Password?
 Gentoo Linux Help   For help and discussion related to Gentoo Linux

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 04-11-2009   #1 (permalink)
Linux User
 
hazel's Avatar
 
Join Date: May 2004
Location: Harrow, UK
Posts: 493
Can't update xorg-server

Playing around with USE flags, I created at one point a package.use file for xorg with the minimal flag. I don't have a high-powered video card so I didn't see why I needed OpenGL and all that stuff. But xorg didn't update correctly with this configuration, so I deleted the file again.

The problem is that now my update keeps failing with the message:

* Checking for direct rendering capabilities ...
*
* Messages for package
x11-drivers/xf86-video-intel-2.6.3-r1:

*
* ERROR: x11-drivers/xf86-video-intel-2.6.3-r1 failed.
* Call stack:
* ebuild.sh, line 49: Called src_unpack
* environment, line 3008: Called x-modular_src_unpack
* environment, line 3821: Called x-modular_dri_check
* environment, line 3667: Called die
* The specific snippet of code:
* die "You must build x11-base/xorg-server with
USE=-minimal.";
* The die message:
* You must build x11-base/xorg-server with USE=-minimal.

This is in spite of using --newuse in the build. I've tried putting "-minimal" and "dri" in make.conf. I've tried using "-minimal" on the command line. It makes no difference. And of course my old X server is gone so at present I have no desktop (I'm posting this out of Debian).

So far I've been able to dig my own way out of all the holes I've got into in Gentoo but this is really flummoxing me.
__________________
"I'm just a little old lady; don't try to dazzle me with jargon!"
hazel is offline  


Reply With Quote
Old 04-11-2009   #2 (permalink)
Linux User
 
gruven's Avatar
 
Join Date: Dec 2004
Location: Arkansas
Posts: 439
Send a message via ICQ to gruven Send a message via AIM to gruven Send a message via MSN to gruven Send a message via Yahoo to gruven Send a message via Skype™ to gruven
Quote:
Originally Posted by hazel View Post
Playing around with USE flags, I created at one point a package.use file for xorg with the minimal flag. I don't have a high-powered video card so I didn't see why I needed OpenGL and all that stuff. But xorg didn't update correctly with this configuration, so I deleted the file again.

The problem is that now my update keeps failing with the message:

* Checking for direct rendering capabilities ...
*
* Messages for package
x11-drivers/xf86-video-intel-2.6.3-r1:

*
* ERROR: x11-drivers/xf86-video-intel-2.6.3-r1 failed.
* Call stack:
* ebuild.sh, line 49: Called src_unpack
* environment, line 3008: Called x-modular_src_unpack
* environment, line 3821: Called x-modular_dri_check
* environment, line 3667: Called die
* The specific snippet of code:
* die "You must build x11-base/xorg-server with
USE=-minimal.";
* The die message:
* You must build x11-base/xorg-server with USE=-minimal.

This is in spite of using --newuse in the build. I've tried putting "-minimal" and "dri" in make.conf. I've tried using "-minimal" on the command line. It makes no difference. And of course my old X server is gone so at present I have no desktop (I'm posting this out of Debian).

So far I've been able to dig my own way out of all the holes I've got into in Gentoo but this is really flummoxing me.
Code:
USE="-minimal" emerge -1 xorg-xserver && emerge -avuDN world
Should get you passed that, but I would suggest just removing the xorg entry from package.use and removing -minimal from make.conf.

Just removing the -minimal use flag should work, if you administer an "emerge -avuDN world after the fact. It will rebuild everything that needs to be updated or that has had its use flag changed.
__________________

Linux User #376741
Preferred Linux Distro: Funtoo
Screenshots
Remember, Ubuntu is A Linux distribution, not THE Linux distribution.

There is no need to login to the GUI as root!
gruven is offline   Reply With Quote
Old 04-11-2009   #3 (permalink)
Trusted Penguin
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Panther City, Tx
Posts: 4,110
Just a quick note here.
xorg-server-1.5.3-r5 is the newest update, so you might want to
emerge --sync && USE="-minimal" emerge -1 xorg-xserver && emerge -avuDN world
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.
MikeTbob is offline   Reply With Quote
Old 04-11-2009   #4 (permalink)
Just Joined!
 
Join Date: Apr 2009
Posts: 90
add the -minimal flag to your package.use file
then do a emerge -pv xf86-video-intel and that will list what use flags are enabled/disabled
Touchtecservers is offline   Reply With Quote
Old 04-12-2009   #5 (permalink)
Linux Guru
 
Join Date: Oct 2007
Posts: 2,410
The latest xorg-server update caused me a few issues ... if the previous posts have not cured the problem then it may be worth you posting your full USE flag list, and other info in make.conf which you are using to control the compiler.
Jonathan183 is offline   Reply With Quote
Old 04-12-2009   #6 (permalink)
Trusted Penguin
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Panther City, Tx
Posts: 4,110
Quote:
Originally Posted by Jonathan183 View Post
The latest xorg-server update caused me a few issues ... if the previous posts have not cured the problem then it may be worth you posting your full USE flag list, and other info in make.conf which you are using to control the compiler.
I have just updated mine, I'm not quiet ready to restart my X server just yet.
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.
MikeTbob is offline   Reply With Quote
Old 04-12-2009   #7 (permalink)
Linux Guru
 
Join Date: Oct 2007
Posts: 2,410
Quote:
Originally Posted by MikeTbob View Post
I have just updated mine, I'm not quiet ready to restart my X server just yet.
For some reason I ended up having to re-emerge mouse driver on one system and video driver on another ... despite having gone through the hotplugging thing with Arch Linux I still had a couple of issues

Got there in the end ... I'm sure you'll will sort things a bit quicker than I did
Jonathan183 is offline   Reply With Quote
Old 04-12-2009   #8 (permalink)
Trusted Penguin
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Panther City, Tx
Posts: 4,110
Yeah, this is most likely the problem, reported after emerge -avuDN world

Quote:
Messages for package x11-base/xorg-server-1.5.3-r5:

* Forcing on xorg-x11 for new enough glxtokens.h...
* Users of reduced blanking now need:
* Option "ReducedBlanking"
* In the relevant Monitor section(s).
* Make sure your reduced blanking modelines are safe!
* You must rebuild all drivers if upgrading from xorg-server 1.4.1
* or earlier, because the ABI changed. If you cannot start X because
* of module version mismatch errors, this is your problem.
* You can generate a list of all installed packages in the x11-drivers
* category using this command:
* emerge portage-utils; qlist -I -C x11-drivers/
Which results in this output
Quote:
>>> Installing app-portage/portage-utils-0.1.29

>>> Recording app-portage/portage-utils in "world" favorites file...
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.

* GNU info directory index is up-to-date.
x11-drivers/nvidia-drivers
x11-drivers/xf86-input-keyboard
x11-drivers/xf86-input-mouse
So emerge nvidia-drivers xf86-input-keyboard xf86-input-mouse should do the trick here.
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.
MikeTbob is offline   Reply With Quote
Old 04-12-2009   #9 (permalink)
Trusted Penguin
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Panther City, Tx
Posts: 4,110
Ok, sorry to hijack your thread here Hazel but I think it may be relevant.
3 Hours Later, I am sad to report my upgrade to xorg-1.5.3-r5 was a disaster, it upgraded fine boot when I rebooted, I had no mouse or keyboard and very little patience and hair., to make a long story short, I had to add ebdev to make.conf
INPUT_DEVICES="keyboard mouse evdev" Apparently this is an all purpose keyboard mouse driver included with the new xorg.
FYI, the hair is gone now~!
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.
MikeTbob is offline   Reply With Quote
Old 04-12-2009   #10 (permalink)
Linux User
 
gruven's Avatar
 
Join Date: Dec 2004
Location: Arkansas
Posts: 439
Send a message via ICQ to gruven Send a message via AIM to gruven Send a message via MSN to gruven Send a message via Yahoo to gruven Send a message via Skype™ to gruven
Quote:
Originally Posted by MikeTbob View Post
Ok, sorry to hijack your thread here Hazel but I think it may be relevant.
3 Hours Later, I am sad to report my upgrade to xorg-1.5.3-r5 was a disaster, it upgraded fine boot when I rebooted, I had no mouse or keyboard and very little patience and hair., to make a long story short, I had to add ebdev to make.conf
INPUT_DEVICES="keyboard mouse evdev" Apparently this is an all purpose keyboard mouse driver included with the new xorg.
FYI, the hair is gone now~!
I don't guess I noticed the upgrade, as I always have evdev in my make.conf. I have to so that I can make all my trackball buttons work, and always have.

I also have it compiled in my kernel, as you have to have it to switch between graphical and verbose view in the framebuffer.

And I only have USB peripherals, no PS/2.

Also, I usually forget that not everyone runs ~arch and even less of them use the Funtoo tree, which has various patches for a lot of these problems.
__________________

Linux User #376741
Preferred Linux Distro: Funtoo
Screenshots
Remember, Ubuntu is A Linux distribution, not THE Linux distribution.

There is no need to login to the GUI as root!
gruven is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 03:46 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2