Gentoo 3.8.13 x86_64 更新问题

Gentoo 3.8.13 x86_64 更新问题

我正在尝试为我的 Gentoo 3.8.13 x86_64 执行完整的系统更新

emerge --update --deep --with-bdeps=y --newuse world

但我收到以下错误

!!! Problem resolving dependencies for media-video/vlc from @selected
... done!

!!! The ebuild selected to satisfy "media-video/vlc" has unmet requirements.

- media-video/vlc-2.0.7::gentoo USE="a52 aac alsa avcodec avformat cdda dbus dts dvbpsi dvd encode ffmpeg flac gcrypt gnome libnotify mmx mp3 mpeg ncurses ogg opengl png postproc pulseaudio qt4 samba sdl sse svg swscale truetype udev vorbis x264 xcb xml xv -X -aalib (-altivec) -atmo (-audioqueue) -avahi -bidi -bluray -cddb -dc1394 -debug -dirac (-direct2d) -directfb (-directx) (-dshow) -dvb (-dxva2) -egl -fbosd -fluidsynth -fontconfig -gme -gnutls -growl -httpd -ieee1394 (-ios-vout) -jack -kate -kde -libass -libcaca -libproxy -libsamplerate -libtar -libtiger -linsys -lirc -live -lua (-macosx) (-macosx-audio) (-macosx-dialog-provider) (-macosx-eyetv) (-macosx-qtkit) (-macosx-quartztext) (-macosx-vout) -matroska (-media-library) -modplug -mtp -musepack (-neon) -omxil -optimisememory -opus -oss -portaudio -projectm -pvr -rtsp -run-as-root -schroedinger -sdl-image -shine -shout -sid -skins -speex -sqlite -switcher -taglib -theora -twolame -upnp -v4l -vaapi -vcdx -vlm (-waveout) (-wingdi) -wma-fixed -xosd -zvbi"

The following REQUIRED_USE flag constraints are unsatisfied:

qt4? ( X ) sdl? ( X )

The above constraints are a subset of the following complete expression:

aalib? ( X ) bidi? ( truetype ) cddb? ( cdda ) dvb? ( dvbpsi ) dxva2? ( avcodec ) egl? ( X ) ffmpeg? ( avcodec avformat swscale postproc ) fontconfig? ( truetype ) gnutls? ( gcrypt ) httpd? ( lua ) libcaca? ( X ) libtar? ( skins ) libtiger? ( kate ) media-library? ( sqlite ) qt4? ( X ) sdl? ( X ) skins? ( truetype qt4 X ) switcher? ( avcodec ) vaapi? ( avcodec X ) vlm? ( encode ) xosd? ( X ) xv? ( xcb )

(dependency required by "@selected" [set])

(dependency required by "@world" [argument])

谁能建议我,我该如何执行完整更新


感谢大家,当我在 make.conf 中添加 X use 标志时它就起作用了。但现在我从更新中收到了一些消息,

* Messages for package x11-drivers/ati-drivers-13.4:

*   CONFIG_DRM must be disabled or compiled as a module and not loaded for direct
*   rendering to work.
* Please check to make sure these options are set correctly.
* Failure to do so may cause unexpected problems.
* 
* Please note that this driver only supports graphic cards based on
* Evergreen chipset and newer.
* This includes the AMD Radeon HD 5400+ series at this moment.
* 
* If your card is older then use x11-drivers/xf86-video-ati
* For migration informations please refer to:
* http://www.gentoo.org/proj/en/desktop/x/x11/ati-migration-guide.xml
* To switch to AMD OpenGL, run "eselect opengl set ati"
* To change your xorg.conf you can use the bundled "aticonfig"
* 
* If you experience unexplained segmentation faults and kernel crashes
* with this driver and multi-threaded applications such as wine,
* set UseFastTLS in xorg.conf to either 0 or 1, but not 2.
* 
* Fully rebooting the system after an ati-drivers update is recommended
* Stopping Xorg, reloading fglrx kernel module and restart Xorg
* might not work
* 
* Some cards need acpid running to handle events
* Please add it to boot runlevel with rc-update add acpid boot

我有以下 AGP 卡

VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Park [Mobility Radeon HD 5430/5450/5470]
Audio device: Advanced Micro Devices [AMD] nee ATI Cedar HDMI Audio [Radeon HD 5400/6300 Series]

我是否需要担心此消息,或者我应该不理会此消息?

任何建议

答案1

在或(ei ) 中启用XUSE-flag 。/etc/portage/make.conf/etc/portage/package.useecho "media-video/vlc X" >> /etc/portage/package.use

或者也许你适合删除这两个:

echo "media-video/vlc -qt4 -sdl" >> /etc/portage/package.use

相关内容