Forums

Skip to content

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

High cpu usage with ati x700 mobile

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
15 posts • Page 1 of 1
Author
Message
Alebo
n00b
n00b
Posts: 37
Joined: Wed Mar 30, 2005 11:52 am
Location: NRW, Germany

High cpu usage with ati x700 mobile

  • Quote

Post by Alebo » Sat Feb 03, 2007 12:01 pm

Hello,

I set up gentoo on my Asus A6VA. Everything works fine except of graphics. When I move windows around, scroll in browsers for example, or watch a video with vlc or kaffeine the cpu usage rises to 80-100%. Even if I enable the analyzer in amarok the cpu usage is obviously higher.

My grapicscard is an Ati X700 Mobile, it is connected via PCIe. I already tried both, the drivers from ati and the opensource drivers (fglrx and radeon/ati) and a lot of difference configurations. There is almost no difference.

Do you have an idea how to solve this problem?
Top
Roman_Gruber
Advocate
Advocate
Posts: 3854
Joined: Tue Oct 03, 2006 8:43 am
Location: Austro Bavaria

  • Quote

Post by Roman_Gruber » Sat Feb 03, 2007 5:20 pm

You can use my conf. Also beryl working!

Code: Select all

notebook roman # emerge -pv ati-drivers

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] x11-drivers/ati-drivers-8.32.5  USE="acpi opengl -doc" 0 kB 

Total: 1 package (1 reinstall), Size of downloads: 0 kB
notebook roman # 

Code: Select all

notebook roman # cat /etc/make.conf
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example

CHOST="x86_64-pc-linux-gnu"
# Fuer einen Turion 64 Bit; http://gentoo-wiki.com/Safe_Cflags#Opteron.2FAthlon64_.28AMD.29
CFLAGS="-march=athlon64 -O2 -pipe -msse2 -msse3 -fomit-frame-pointer"

CXXFLAGS="${CFLAGS}"
#NEU
MAKEOPTS="-j2"

USE="3dnow 3dnowext 7zip a52 aac aalib ace acpi amd amr apm ares asf audiofile
     bash-completion bidi bindist binfilter bittorrent bl boost bzip2 calendar
     caps cdparanoia cdrom chardet connectionstatus cpudetection css curl
     de_tvtoday dga dhcp divx dnotify dts dvdread enca evo exif extrafilters
     fame fat fbcon ffmpeg flac flood ftp fuse gaim gcc64 gd ggi gimp glitz
     glut gmail gnome-print gnutls gs gtkhtml gzip h323 hdaps hddtemp
     howl-compat html http ibam id3 idea imagemagick imap imlib jack
     jack-tmpfs java javascript jpeg2k lcd libcaca libgda libnotify libwww
     lite live logrotate lzo maildir matroska maya-shaderlibrary mbox md5sum
     memlimit metalink mime mng mod mods moznocompose moznoirc moznomail
     moznopango moznoroaming mp4 mp4live mpeg2 mplayer mule musepack
     musicbrainz mythtv nautilus neXt network new-login nntp no-htdocs
     no-old-linux nodrm noqmax ntfs openal osc pcmcia pdf physfs pmu pop
     portaudio qmail rar realmedia recode sasl sdl-sound sndfile sockets speex
     stream subtitles svg tcl tga theora thunar-vfs tiff timidity tk toolbar
     transcode tv_check tv_pick_cgi usb utempter v4l v4l2 vcd vlm widescreen
     wifi wireshark wma wmf wmp wxwindows x264 xanim xatrix xcomposite xext
     xforms xine xinerama xmlreader xmlwriter xosd xpm xterm xvid xvmc xvnc
     yaepg yv12 zip zvbi -arts -berkdb -bitmap-fonts -cli -dlloader -emboss
     -encode -gdbm -ipv6 -isdnlog -kde -nls -spell -spl -tcpd -truetype
     -truetype-fonts"

#da ich ja die closed source ATI driver verwende, muss ich das leer machen, sonst wird alles reingenommen
VIDEO_CARDS="fglrx"

#sprachen
LINGUAS="en en_GB"

#neu, laedt bei emerge command alles parallel herunter im hintergrund
FEATURES="parallel-fetch"

#English is the best
LANG="en_GB en"


#layman portage overlay, according to http://wiki.gentoo-xeffects.org/Overlay
PORTDIR_OVERLAY="/usr/local/layman/xeffects"

#source /usr/portage/local/layman/make.conf

#according to i set my ALSA CARDS
#http://www.alsa-project.org/alsa-doc/index.php?vendor=vendor-ATI#matrix
#http://gentoo-wiki.com/HOWTO_ALSA_sound_mixer_aka_dmix
#ALSA_CARDS="atiixp atiixp-modem"
notebook roman # 

Code: Select all

notebook roman # cat /etc/X11/xorg.conf

# File generated by xorgconfig.
#
# Copyright 2004 The X.Org Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of The X.Org Foundation shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# The X.Org Foundation.
#
# **********************************************************************
# Refer to the xorg.conf(5x) man page for details about the format of 
# this file.
# **********************************************************************
# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************
# **********************************************************************
# Server flags section.
# **********************************************************************
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
# **********************************************************************
# Other input device sections 
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the xorg.conf man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice" 
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
# Standard VGA Device:
# Device configured by xorgconfig:
# **********************************************************************
# Screen sections
# **********************************************************************
# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
 Section "DRI"
    Mode 0666
 EndSection

Section "ServerLayout"

# The Identifier line must be present
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

# to ged rid of weierd error message, so since 31.12.2006 Gruber Roman
        Option         "AIGLX" "false"
        Identifier     "Simple Layout"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# 
#    FontPath   "/usr/share/fonts/Type1"
#    FontPath   "/usr/lib/X11/fonts/local/"
#    FontPath   "/usr/lib/X11/fonts/misc/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/Speedo/"
#    FontPath   "/usr/lib/X11/fonts/Type1/"
#    FontPath   "/usr/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/lib/X11/fonts/freefont/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/100dpi/"
# The module search path.  The default path is shown here.
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/TTF"
EndSection

Section "Module"

# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
#    Load        "type1"
#    Load        "speedo"
# This loads the GLX module
    Load       "glx"
# This loads the DRI module
    Load       "dri"
        Load  "dbe"     # Double buffer extension
        SubSection "extmod"
                Option      "omit xfree86-dga"   # don't initialise the DGA extension
        EndSubSection
        Load  "freetype"
#    Load        "xtt"
#       Load  "glx"
#       Load  "dri"
EndSection

Section "InputDevice"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
#    Option     "Protocol"      "Xqueue"
#    Option     "Xleds"      "1 2 3"
#    Option "LeftAlt"     "Meta"
    Option "RightAlt"    "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "de"
# or:
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"
# These are the default XKB settings for Xorg
#    Option "XkbRules"    "xorg"
#    Option "XkbModel"    "pc105"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""
#    Option "XkbDisable"
        Identifier  "Keyboard1"
        Driver      "kbd"
        Option      "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
        Option      "XkbLayout" "de"
        Option      "XkbVariant" "nodeadkeys"
#
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
EndSection

Section "InputDevice"

# Identifier and driver
# the following line.
#    Option "Protocol"  "Xqueue"
# Mouse-speed setting for PS/2 mouse.
#    Option "Resolution"        "256"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
#    Option "BaudRate"  "9600"
#    Option "SampleRate"        "150"
# Mouse wheel mapping.  Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7.   Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "ExplorerPS/2"   # Explorer PS/2
        Option      "Device" "/dev/psaux"
# When using XQUEUE, comment out the above two lines, and uncomment
        Option      "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
        Option      "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
# ChordMiddle is an option for some 3-button Logitech mice
#    Option "ChordMiddle"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"


#New 3.1.2007
#   Identifier  "ATI Graphics Adapter"
   Driver      "fglrx"
   Option       "no_accel" "no"
   Option       "no_dri" "no"
   Option       "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
   Option       "DesktopSetup" "clone"
   Option       "ScreenOverlap" "0"
   Option "GammaCorrectionI"           "0x06419064"
   Option "GammaCorrectionII"          "0x06419064"
   Option       "Capabilities" "0x00000000"
   Option       "CapabilitiesEx" "0x00000000"
   Option       "VideoOverlay" "off"
   Option       "OpenGLOverlay" "off"
   Option       "CenterMode" "off"
   Option       "PseudoColorVisuals" "off"
   Option       "Stereo" "on"
   Option       "StereoSyncEnable" "1"
   Option       "FSAAEnable" "no"
   Option       "FSAAScale" "1"
   Option       "FSAADisableGamma" "no"
   Option       "FSAACustomizeMSPos" "no"
   Option       "FSAAMSPosX0" "0.000000"
   Option       "FSAAMSPosY0" "0.000000"
   Option       "FSAAMSPosX1" "0.000000"
   Option       "FSAAMSPosY1" "0.000000"
   Option       "FSAAMSPosX2" "0.000000"
   Option       "FSAAMSPosY2" "0.000000"
   Option       "FSAAMSPosX3" "0.000000"
   Option       "FSAAMSPosY3" "0.000000"
   Option       "FSAAMSPosX4" "0.000000"
   Option       "FSAAMSPosY4" "0.000000"
   Option       "FSAAMSPosX5" "0.000000"
   Option       "FSAAMSPosY5" "0.000000"
   Option       "UseFastTLS" "0"
   Option       "BlockSignalsOnLock" "on"
   Option       "UseInternalAGPGART" "no"
   Option       "ForceGenericCPU" "no"
   BusID       "PCI:1:0:0" 




EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
#New 3.1.2007 commented
#                Modes     "1280x800"
        EndSubSection
EndSection

# Section "DRI"
#    Mode 0666
# EndSection

notebook roman # 

Top
Roman_Gruber
Advocate
Advocate
Posts: 3854
Joined: Tue Oct 03, 2006 8:43 am
Location: Austro Bavaria

  • Quote

Post by Roman_Gruber » Sat Feb 03, 2007 5:28 pm

See http://odin.prohosting.com/wedge01/gent ... n-faq.html

add [solved] to the title, if the issue is used

Code: Select all

notebook roman # emerge --info
Portage 2.1.2-r5 (default-linux/amd64/2006.1/desktop, gcc-4.1.1, glibc-2.4-r4, 2.6.18-gentoo-r6_V8 x86_64)
=================================================================
System uname: 2.6.18-gentoo-r6_V8 x86_64 AMD Turion(tm) 64 Mobile Technology MT-34
Gentoo Base System release 1.12.6
Timestamp of tree: Sat, 03 Feb 2007 12:30:09 +0000
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe -msse2 -msse3 -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=athlon64 -O2 -pipe -msse2 -msse3 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_GB en"
LINGUAS="en en_GB"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/layman/xeffects"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="7zip X a52 aac aalib ace acpi alsa amd amd64 amr apm ares asf audiofile bash-completion bidi bindist binfilter bittorrent bl boost bzip2 cairo calendar caps cdparanoia cdr cdrom chardet connectionstatus cpudetection cracklib crypt css cups curl dbus de_tvtoday dga dhcp divx dnotify dri dts dvd dvdr dvdread eds enca esd evo exif extrafilters fam fame fat fbcon ffmpeg firefox flac flood fortran ftp fuse gaim gd ggi gif gimp glitz glut gmail gnome gnome-print gnutls gpm gs gstreamer gtk gtk2 gtkhtml gzip h323 hal hdaps hddtemp howl-compat html http ibam iconv id3 idea imagemagick imap imlib jack jack-tmpfs java javascript jpeg jpeg2k lcd ldap libcaca libg++ libgda libnotify libwww lite live logrotate lzo mad maildir matroska maya-shaderlibrary mbox md5sum memlimit metalink midi mikmod mime mng mod mods moznocompose moznoirc moznomail moznopango moznoroaming mp3 mp4 mp4live mpeg mpeg2 mplayer mule musepack musicbrainz mythtv nautilus ncurses neXt network new-login nntp no-htdocs no-old-linux nodrm noqmax nptl nptlonly ntfs ogg openal opengl osc oss pam pcmcia pcre pdf perl physfs pmu png pop portaudio ppds pppd python qmail qt3 qt4 quicktime rar readline realmedia recode reflection sasl sdl sdl-sound session sndfile sockets speex ssl stream subtitles svg tcl tga theora thunar-vfs tiff timidity tk toolbar transcode tv_check tv_pick_cgi type1-fonts udev unicode usb utempter v4l v4l2 vcd vlm vorbis widescreen wifi wireshark wma wmf wmp wxwindows x264 xanim xatrix xcomposite xext xforms xine xinerama xml xmlreader xmlwriter xorg xosd xpm xterm xv xvid xvmc xvnc yaepg yv12 zip zlib zvbi" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en en_GB" USERLAND="GNU" VIDEO_CARDS="fglrx"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS

notebook roman # 
Top
Alebo
n00b
n00b
Posts: 37
Joined: Wed Mar 30, 2005 11:52 am
Location: NRW, Germany

  • Quote

Post by Alebo » Sat Feb 03, 2007 7:26 pm

Thanks for your reply.

I set up the drivers from ati again und copied your configuration to mine.

Altough even 3D-Acceleration is working I still have the same problems, even more than before.

This is what fglrxinfo says:
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON X700 Generic
OpenGL version string: 2.0.6234 (8.32.5)
When I watch a film with VLC now, I can see the pixels now. This hat not been before.
Top
Roman_Gruber
Advocate
Advocate
Posts: 3854
Joined: Tue Oct 03, 2006 8:43 am
Location: Austro Bavaria

  • Quote

Post by Roman_Gruber » Sat Feb 03, 2007 7:54 pm

Welche Version verwendest du? Nimmst du eh die ich angegeben habe? Das System ist eh aktuell oder? Danke
Top
Roman_Gruber
Advocate
Advocate
Posts: 3854
Joined: Tue Oct 03, 2006 8:43 am
Location: Austro Bavaria

  • Quote

Post by Roman_Gruber » Sat Feb 03, 2007 8:03 pm

Just for reference. See where there is a difference between yours and mine. Also try mplayer, its a great software. I really like vlc, but it is so buggy.
  • notebook roman # emerge -epv world

    These are the packages that would be merged, in order:

    Calculating world dependencies... done!
    [ebuild R ] sys-apps/portage-2.1.2-r5 USE="-build -doc -epydoc (-selinux)" LINGUAS="-pl" 0 kB
    [ebuild R ] sys-devel/libperl-5.8.8-r1 USE="-berkdb -debug -gdbm -ithreads" 0 kB
    [ebuild R ] sys-devel/automake-wrapper-3-r1 0 kB
    [ebuild R ] sys-devel/m4-1.4.8 USE="-nls" 0 kB
    [ebuild R ] sys-devel/autoconf-wrapper-4-r3 0 kB
    [ebuild R ] sys-devel/gnuconfig-20060702 0 kB
    [ebuild R ] sys-apps/grep-2.5.1-r8 USE="-build -nls -static" 0 kB
    [ebuild R ] app-arch/unzip-5.52-r1 0 kB
    [ebuild R ] sys-apps/sed-4.1.5 USE="-nls -static" 0 kB
    [ebuild R ] sys-apps/findutils-4.3.2 USE="-nls (-selinux) -static" 0 kB
    [ebuild R ] sys-apps/hotplug-base-20040401 0 kB
    [ebuild R ] sys-apps/diffutils-2.8.7-r1 USE="-nls -static" 0 kB
    [ebuild R ] dev-util/pkgconfig-0.20 USE="-hardened" 0 kB
    [ebuild R ] dev-lang/tcl-8.4.9 USE="-threads" 0 kB
    [ebuild R ] sys-apps/sandbox-1.2.17 0 kB
    [ebuild R ] app-portage/portage-utils-0.1.23 0 kB
    [ebuild R ] sys-kernel/linux-headers-2.6.17-r1 USE="(-gcc64)" 0 kB
    [ebuild R ] dev-libs/gmp-4.2.1 USE="-doc -nocxx" 0 kB
    [ebuild R ] virtual/libiconv-0 0 kB
    [ebuild R ] sys-libs/timezone-data-2006p USE="-nls" 0 kB
    [ebuild R ] sys-devel/make-3.81 USE="-nls -static" 0 kB
    [ebuild R ] media-sound/alsa-headers-1.0.13 0 kB
    [ebuild R ] sys-apps/pciutils-2.2.3-r2 0 kB
    [ebuild R ] media-libs/audiofile-0.2.6-r2 0 kB
    [ebuild R ] app-arch/bzip2-1.0.3-r6 USE="-build -static" 0 kB
    [ebuild R ] sys-power/powernowd-0.97 0 kB
    [ebuild R ] app-text/libpaper-1.1.20 0 kB
    [ebuild R ] dev-libs/lzo-2.02-r1 USE="-examples" 0 kB
    [ebuild R ] sys-devel/flex-2.5.33-r1 USE="-nls -static" 0 kB
    [ebuild R ] app-arch/cpio-2.6-r5 USE="-nls" 0 kB
    [ebuild R ] app-crypt/hashalot-0.3-r2 0 kB
    [ebuild R ] sys-libs/com_err-1.39 USE="-nls" 0 kB
    [ebuild R ] media-fonts/gnu-gs-fonts-std-8.11 0 kB
    [ebuild R ] sys-apps/net-tools-1.60-r12 USE="-nls -static" 0 kB
    [ebuild R ] media-libs/libmpcdec-1.2.2 USE="-doc -static" 0 kB
    [ebuild R ] dev-lang/yasm-0.4.0 USE="-nls" 0 kB
    [ebuild R ] app-i18n/enca-1.9 0 kB
    [ebuild R ] dev-libs/fribidi-0.10.7 0 kB
    [ebuild R ] media-libs/libogg-1.1.2 0 kB
    [ebuild R ] media-plugins/live-2005.11.11 0 kB
    [ebuild R ] app-arch/zip-2.31-r1 USE="crypt" 0 kB
    [ebuild R ] dev-libs/popt-1.10.7 USE="-nls" 0 kB
    [ebuild R ] sys-apps/eject-2.1.5 USE="-nls" 0 kB
    [ebuild R ] sys-fs/device-mapper-1.02.10-r1 USE="(-selinux)" 0 kB
    [ebuild R ] dev-libs/libol-0.3.18 0 kB
    [ebuild R ] app-text/build-docbook-catalog-1.2 0 kB
    [ebuild R ] media-libs/libsndfile-1.0.11 USE="-static" 0 kB
    [ebuild R ] sys-apps/gawk-3.1.5-r2 USE="-nls" 0 kB
    [ebuild R ] app-arch/p7zip-4.42 USE="doc -static" 0 kB
    [ebuild R ] sys-apps/setarch-1.8 0 kB
    [ebuild R ] dev-libs/libassuan-0.6.10 0 kB
    [ebuild R ] net-dns/c-ares-1.3.2 0 kB
    [ebuild R ] sys-apps/miscfiles-1.4.2 USE="minimal" 0 kB
    [ebuild R ] app-arch/gzip-1.3.5-r10 USE="-build -nls -pic -static" 0 kB
    [ebuild R ] media-libs/libmp4v2-1.4.1 0 kB
    [ebuild R ] sys-fs/dosfstools-2.11-r1 0 kB
    [ebuild R ] sys-apps/busybox-1.2.2.1 USE="-debug -make-symlinks -netboot -savedconfig -static" 0 kB
    [ebuild R ] app-arch/tar-1.16-r2 USE="-nls -static" 0 kB
    [ebuild R ] media-libs/libfame-0.9.1-r1 USE="(-mmx)" 0 kB
    [ebuild R ] sys-process/cronbase-0.3.2 0 kB
    [ebuild R ] sys-devel/patch-2.5.9 USE="-build -static" 0 kB
    [ebuild R ] sys-fs/sysfsutils-1.3.0-r1 0 kB
    [ebuild R ] dev-util/yacc-1.9.1-r3 0 kB
    [ebuild R ] net-misc/dhcpcd-3.0.10 0 kB
    [ebuild R ] sys-apps/debianutils-2.15-r1 USE="-build -static" 0 kB
    [ebuild R ] sys-apps/kbd-1.12-r8 USE="-nls" 0 kB
    [ebuild R ] dev-libs/libebml-0.7.7-r1 0 kB
    [ebuild R ] media-libs/libdvbpsi-0.1.5 USE="-doc" 0 kB
    [ebuild R ] sys-libs/pwdb-0.62 USE="(-selinux)" 0 kB
    [ebuild R ] x11-libs/fox-wrapper-2 0 kB
    [ebuild R ] app-text/opensp-1.5.2-r1 USE="-doc -nls" 0 kB
    [ebuild R ] dev-libs/apr-0.9.12 USE="-ipv6 -urandom" 0 kB
    [ebuild R ] app-arch/unarj-2.63a-r2 0 kB
    [ebuild R ] app-arch/unrar-3.6.8 0 kB
    [ebuild R ] dev-libs/libsigc++-2.0.17 USE="-debug -doc -test" 0 kB
    [ebuild R ] app-admin/hddtemp-0.3_beta15 USE="-nls" 0 kB
    [ebuild R ] sys-apps/hdparm-6.6 0 kB
    [ebuild R ] sys-kernel/module-rebuild-0.5 0 kB
    [ebuild R ] dev-libs/icu-3.6 0 kB
    [ebuild R ] dev-lang/perl-5.8.8-r2 USE="-berkdb -build -debug -doc -gdbm -ithreads -perlsuid" 0 kB
    [ebuild R ] sys-devel/binutils-config-1.9-r3 0 kB
    [ebuild R ] dev-java/java-config-wrapper-0.12-r1 0 kB
    [ebuild R ] sys-devel/bison-2.2 USE="-nls -static" 0 kB
    [ebuild R ] dev-libs/mpfr-2.2.0_p10 0 kB
    [ebuild R ] sys-apps/sysvinit-2.86-r5 USE="(-ibm) (-selinux) -static" 0 kB
    [ebuild R ] sys-devel/gettext-0.15 USE="-doc -emacs -nls -nocxx" 0 kB
    [ebuild R ] sys-libs/ss-1.39 USE="-nls" 0 kB
    [ebuild R ] sys-power/acpid-1.0.4-r3 USE="logrotate -doc" 0 kB
    [ebuild R ] media-video/mpeg2vidcodec-12-r1 0 kB
    [ebuild R ] app-dicts/myspell-de-20060316 0 kB
    [ebuild R ] media-libs/libvorbis-1.1.0 USE="-aotuv" 0 kB
    [ebuild R ] media-libs/speex-1.1.7 USE="ogg sse" 0 kB
    [ebuild R ] dev-libs/nspr-4.6.3 USE="-ipv6" 0 kB
    [ebuild R ] media-libs/libart_lgpl-2.3.17 USE="-debug" 0 kB
    [ebuild R ] x11-themes/hicolor-icon-theme-0.9-r1 0 kB
    [ebuild R ] app-admin/syslog-ng-1.6.9 USE="-hardened (-selinux) -static -tcpd" 0 kB
    [ebuild R ] media-libs/libexif-0.6.13-r1 USE="-doc -nls" 0 kB
    [ebuild R ] gnome-base/gnome-common-2.12.0 USE="-debug" 0 kB
    [ebuild R ] media-libs/portaudio-18.1-r5 0 kB
    [ebuild R ] app-dicts/myspell-en-20060316 0 kB
    [ebuild R ] sys-process/lsof-4.77 USE="-static" 0 kB
    [ebuild R ] dev-libs/pth-2.0.3 0 kB
    [ebuild R ] media-libs/x264-svn-20061014-r1 USE="-debug -threads" 0 kB
    [ebuild R ] dev-libs/libpcre-6.6 USE="-doc" 0 kB
    [ebuild R ] sys-power/powermgmt-base-1.22 0 kB
    [ebuild R ] media-libs/libmatroska-0.8.0 0 kB
    [ebuild R ] net-misc/iputils-021109-r3 USE="-doc -ipv6 -static" 0 kB
    [ebuild R ] net-misc/rsync-2.6.9-r1 USE="-acl -ipv6 -static -xinetd" 0 kB
    [ebuild R ] perl-core/Test-Harness-2.56 0 kB
    [ebuild R ] perl-core/PodParser-1.34 0 kB
    [ebuild R ] sys-apps/help2man-1.36.4 USE="-nls" 0 kB
    [ebuild R ] sys-devel/binutils-2.16.1-r3 USE="-multislot (-multitarget) -nls -test -vanilla" 0 kB
    [ebuild R ] perl-core/Test-Simple-0.64 0 kB
    [ebuild R ] virtual/perl-Storable-2.15 0 kB
    [ebuild R ] dev-perl/Locale-gettext-1.05 0 kB
    [ebuild R ] dev-perl/Compress-Raw-Zlib-2.001 0 kB
    [ebuild R ] virtual/perl-Scalar-List-Utils-1.18 0 kB
    [ebuild R ] virtual/perl-Test-Harness-2.56 0 kB
    [ebuild R ] dev-perl/IO-String-1.08 0 kB
    [ebuild R ] dev-perl/yaml-0.62 0 kB
    [ebuild R ] perl-core/Time-HiRes-1.90 0 kB
    [ebuild R ] dev-perl/Net-IP-1.25 0 kB
    [ebuild R ] virtual/perl-Digest-MD5-2.36 0 kB
    [ebuild R ] virtual/perl-MIME-Base64-3.07 0 kB
    [ebuild R ] virtual/perl-libnet-1.19 0 kB
    [ebuild R ] dev-perl/HTML-Tagset-3.10 0 kB
    [ebuild R ] dev-perl/Authen-SASL-2.10 0 kB
    [ebuild R ] dev-perl/Text-Iconv-1.4 0 kB
    [ebuild R ] dev-perl/Convert-ASN1-0.20 0 kB
    [ebuild R ] virtual/perl-PodParser-1.34 0 kB
    [ebuild R ] dev-perl/DateManip-5.44 0 kB
    [ebuild R ] dev-perl/XML-Writer-0.601 0 kB
    [ebuild R ] dev-perl/SGMLSpm-1.03-r5 0 kB
    [ebuild R ] virtual/perl-Test-Simple-0.64 0 kB
    [ebuild R ] dev-perl/IO-Compress-Base-2.001 0 kB
    [ebuild R ] virtual/perl-Time-HiRes-1.90 0 kB
    [ebuild R ] perl-core/digest-base-1.15 0 kB
    [ebuild R ] dev-perl/HTML-Parser-3.55 USE="unicode" 0 kB
    [ebuild R ] dev-perl/URI-1.35 0 kB
    [ebuild R ] dev-perl/IO-Compress-Zlib-2.001 0 kB
    [ebuild R ] virtual/perl-digest-base-1.15 0 kB
    [ebuild R ] dev-perl/HTML-Tree-3.23 0 kB
    [ebuild R ] dev-perl/Digest-SHA1-2.11 0 kB
    [ebuild R ] dev-perl/Digest-HMAC-1.01-r1 0 kB
    [ebuild R ] dev-perl/Net-DNS-0.59 USE="-ipv6" 0 kB
    [ebuild R ] sys-libs/zlib-1.2.3-r1 USE="-build" 0 kB
    [ebuild R ] media-libs/freetype-2.1.10-r2 USE="bindist zlib -doc" 0 kB
    [ebuild R ] media-libs/libid3tag-0.15.1b USE="-debug" 0 kB
    [ebuild R ] dev-perl/Compress-Zlib-2.001 0 kB
    [ebuild R ] media-libs/taglib-1.4 USE="-debug" 0 kB
    [ebuild R ] dev-perl/IO-Zlib-1.04 0 kB
    [ebuild R ] dev-perl/Archive-Zip-1.16 0 kB
    [ebuild R ] dev-perl/Archive-Tar-1.30 0 kB
    [ebuild R ] dev-perl/module-build-0.28.05 0 kB
    [ebuild R ] dev-perl/ExtUtils-CBuilder-0.18 0 kB
    [ebuild R ] dev-perl/extutils-parsexs-2.17 0 kB
    [ebuild R ] dev-libs/openssl-0.9.8d USE="bindist (sse2) zlib -emacs -test" 0 kB
    [ebuild R ] app-misc/ca-certificates-20050804 0 kB
    [ebuild R ] dev-perl/Net-SSLeay-1.25 0 kB
    [ebuild R ] net-misc/openvpn-2.0.6 USE="minimal pam ssl -examples -iproute2 -passwordsave (-selinux) -static -threads" 0 kB
    [ebuild R ] dev-perl/IO-Socket-SSL-1.02 0 kB
    [ebuild R ] dev-libs/expat-1.95.8 USE="-test" 0 kB
    [ebuild R ] dev-perl/XML-Parser-2.34 0 kB
    [ebuild R ] media-libs/musicbrainz-2.1.4 0 kB
    [ebuild R ] dev-util/intltool-0.35.0 0 kB
    [ebuild R ] dev-perl/libxml-perl-0.08 0 kB
    [ebuild R ] dev-perl/XML-RegExp-0.03-r1 0 kB
    [ebuild R ] gnome-base/gnome-mime-data-2.4.3 USE="-debug" 0 kB
    [ebuild R ] sys-devel/gcc-config-1.3.14 0 kB
    [ebuild R ] sys-apps/man-pages-2.42 USE="-nls" 0 kB
    [ebuild R ] sys-kernel/gentoo-sources-2.6.18-r6 USE="-build -symlink (-ultra1)" 0 kB
    [ebuild R ] sys-fs/udev-087-r1 USE="(-selinux)" 0 kB
    [ebuild R ] sys-apps/baselayout-1.12.6 USE="unicode -bootstrap -build -static" 0 kB
    [ebuild R ] sys-apps/module-init-tools-3.2.2-r1 USE="no-old-linux" 0 kB
    [ebuild R ] sys-apps/pcmciautils-012 USE="udev -debug -static -staticsocket" 0 kB
    [ebuild R ] sys-fs/fuse-2.6.1 0 kB
    [ebuild R ] sys-fs/ntfs3g-0.20070118 USE="-suid" 0 kB
    [ebuild R ] virtual/jdk-1.5.0 0 kB
    [ebuild R ] app-admin/eselect-esd-20060719 0 kB
    [ebuild R ] virtual/glu-7.0 0 kB
    [ebuild R ] app-admin/eselect-opengl-1.0.5 0 kB
    [ebuild R ] virtual/opengl-7.0 0 kB
    [ebuild R ] virtual/glut-1.0 0 kB
    [ebuild R ] virtual/xft-7.0 0 kB
    [ebuild R ] x11-misc/xdg-utils-1.0 0 kB
    [ebuild R ] virtual/ghostscript-0 0 kB
    [ebuild R ] virtual/jre-1.5.0 0 kB
    [ebuild R ] www-client/mozilla-launcher-1.52 0 kB
    [ebuild R ] gnome-base/gnome-light-2.16.2 0 kB
    [ebuild R ] virtual/jdk-1.4.2 0 kB
    [ebuild R ] sys-process/procps-3.2.6 USE="(-n32)" 0 kB
    [ebuild R ] app-forensics/rkhunter-1.2.7-r1 USE="bash-completion" 0 kB
    [ebuild R ] net-mail/mailbase-1 USE="pam" 0 kB
    [ebuild R ] app-text/acroread-7.0.9 USE="cups ldap -nsplugin" LINGUAS="en -da -de -es -fi -fr -it -ja -ko -nb -nl -pt -sv -zh_CN -zh_TW" 0 kB
    [ebuild R ] virtual/libstdc++-3.3 0 kB
    [ebuild R ] app-emulation/emul-linux-x86-gtklibs-2.10.6.3 USE="qt3" 0 kB
    [ebuild R ] app-emulation/emul-linux-x86-xlibs-7.0-r3 USE="opengl" VIDEO_CARDS="-i810 -mach64 -mga -r128 -radeon -s3virge -savage -sis -tdfx -trident -via" 0 kB
    [ebuild R ] app-emulation/emul-linux-x86-baselibs-2.5.5 0 kB
    [ebuild R ] app-emulation/emul-linux-x86-soundlibs-2.3 0 kB
    [ebuild R ] app-emulation/emul-linux-x86-medialibs-1.2 0 kB
    [ebuild R ] app-emulation/emul-linux-x86-qtlibs-3.4.4-r1 USE="-immqt-bc" 0 kB
    [ebuild R ] x11-plugins/desklet-clock-0.50 0 kB
    [ebuild R ] app-portage/genlop-0.30.5 USE="bash-completion" 0 kB
    [ebuild R ] app-text/docbook2X-0.6.1-r2 0 kB
    [ebuild R ] x11-wm/beryl-0.1.9999.1 USE="-gnome -kde" 0 kB [1]
    [ebuild R ] app-text/ding-1.4 0 kB
    [ebuild R ] sys-kernel/vanilla-sources-2.6.19.2 USE="-build -symlink" 0 kB
    [ebuild R ] net-wireless/wireless-tools-28 USE="-multicall -nls" 0 kB
    [ebuild R ] app-admin/eselect-oodict-20060706 0 kB
    [ebuild R ] x11-plugins/desklet-ftb-0.3.2 0 kB
    [ebuild R ] x11-misc/remind-03.00.24 USE="X" 0 kB
    [ebuild R ] sys-apps/man-1.6d USE="-nls" 0 kB
    [ebuild R ] sys-apps/groff-1.19.2-r1 USE="X -cjk" 0 kB
    [ebuild R ] sys-devel/libtool-1.5.22 0 kB
    [ebuild R ] media-libs/jpeg-6b-r7 0 kB
    [ebuild R ] media-libs/tiff-3.8.2-r2 USE="jpeg zlib -jbig -nocxx" 0 kB
    [ebuild R ] sys-devel/automake-1.10 0 kB
    [ebuild R ] app-admin/perl-cleaner-1.04.3 0 kB
    [ebuild R ] app-shells/bash-3.1_p17 USE="(-afs) -bashlogger -nls -vanilla" 0 kB
    [ebuild R ] app-portage/udept-0.5.99.0.2.95-r1 USE="bash-completion" 0 kB
    [ebuild R ] sys-libs/ncurses-5.5-r3 USE="gpm minimal unicode -bootstrap -build -debug -doc -nocxx -trace" 0 kB
    [ebuild R ] sys-libs/gpm-1.20.1-r5 USE="(-selinux)" 0 kB
    [ebuild R ] sys-apps/texinfo-4.8-r5 USE="-build -nls -static" 0 kB
    [ebuild R ] dev-util/dialog-1.0.20050206 USE="unicode" 0 kB
    [ebuild R ] app-editors/nano-2.0.2 USE="minimal ncurses unicode -debug -justify -nls -slang -spell" 0 kB
    [ebuild R ] app-portage/ufed-0.40-r6 0 kB
    [ebuild R ] app-text/ispell-3.2.06-r6 0 kB
    [ebuild R ] sys-apps/less-394 USE="unicode" 0 kB
    [ebuild R ] sys-devel/gdb-6.6 USE="-nls -test -vanilla" 0 kB
    [ebuild R ] sys-process/psmisc-22.2 USE="X -ipv6 -nls (-selinux)" 0 kB
    [ebuild R ] sys-devel/autoconf-2.61 USE="-emacs" 0 kB
    [ebuild R ] sys-devel/autoconf-2.13 0 kB
    [ebuild R ] sys-devel/gcc-4.1.1-r1 USE="fortran gtk (-altivec) -bootstrap -build -doc -gcj (-hardened) -ip28 -ip32r10k -mudflap (-multilib) -multislot (-n32) (-n64) -nls -nocxx -objc -objc++ -objc-gc -test -vanilla" 0 kB
    [ebuild R ] sys-apps/ed-0.2-r6 0 kB
    [ebuild R ] sys-fs/e2fsprogs-1.39 USE="-nls -static" 0 kB
    [ebuild R ] sys-apps/which-2.16 0 kB
    [ebuild R ] app-dicts/ispell-de-20011124 0 kB
    [ebuild R ] sys-devel/automake-1.5 0 kB
    [ebuild R ] x11-misc/util-macros-1.1.0 USE="-debug" 0 kB
    [ebuild R ] sys-devel/automake-1.9.6-r2 0 kB
    [ebuild R ] sys-devel/automake-1.8.5-r3 0 kB
    [ebuild R ] media-libs/libpng-1.2.14 USE="-doc" 0 kB
    [ebuild R ] sys-devel/automake-1.4_p6 0 kB
    [ebuild R ] dev-libs/libgpg-error-1.0-r1 USE="-nls" 0 kB
    [ebuild R ] dev-libs/libtasn1-0.3.5 USE="-doc" 0 kB
    [ebuild R ] sys-apps/util-linux-2.12r-r5 USE="crypt perl -nls -old-crypt (-selinux) -static" 0 kB
    [ebuild R ] sys-devel/automake-1.7.9-r1 0 kB
    [ebuild R ] app-arch/cabextract-1.1 0 kB
    [ebuild R ] media-libs/libdts-0.0.2-r5 USE="oss -debug" 0 kB
    [ebuild R ] media-libs/xvid-1.1.0-r3 USE="(-altivec) -doc" 0 kB
    [ebuild R ] dev-libs/lzo-1.08-r1 0 kB
    [ebuild R ] media-sound/cdparanoia-3.9.8-r5 0 kB
    [ebuild R ] media-libs/libmad-0.15.1b-r2 USE="-debug" 0 kB
    [ebuild R ] media-libs/libtheora-1.0_alpha6-r1 USE="-doc -encode -examples" 0 kB
    [ebuild R ] media-libs/libdvdcss-1.2.9 USE="-doc -static" 0 kB
    [ebuild R ] dev-libs/libusb-0.1.11 USE="-debug -doc" 0 kB
    [ebuild R ] media-libs/flac-1.1.2-r3 USE="3dnow ogg sse -debug -doc" 0 kB
    [ebuild R ] net-misc/wget-1.10.2 USE="ssl -build -debug -ipv6 -nls -socks5 -static" 0 kB
    [ebuild R ] media-libs/faad2-2.0-r13 0 kB
    [ebuild R ] media-libs/faac-1.24 0 kB
    [ebuild R ] media-libs/a52dec-0.7.4-r5 USE="oss -djbfft" 0 kB
    [ebuild R ] media-libs/libmodplug-0.8-r1 0 kB
    [ebuild R ] sys-devel/automake-1.6.3 0 kB
    [ebuild R ] app-portage/euses-2.5.4 0 kB
    [ebuild R ] sys-boot/grub-0.97-r3 USE="-custom-cflags -netboot -static" 0 kB
    [ebuild R ] x11-base/x11-drm-20060608 VIDEO_CARDS="-i810 -mach64 -mga -nv -r128 -radeon -savage -sis (-sunffb) -tdfx -via" 0 kB
    [ebuild R ] app-text/sgml-common-0.6.3-r4 0 kB
    [ebuild R ] media-libs/alsa-lib-1.0.13 USE="-debug -doc" 0 kB
    [ebuild R ] x11-proto/kbproto-1.0.3 USE="-debug" 0 kB
    [ebuild R ] x11-proto/xextproto-7.0.2 USE="-debug" 0 kB
    [ebuild R ] x11-proto/xf86bigfontproto-1.1.2 USE="-debug" 0 kB
    [ebuild R ] x11-proto/inputproto-1.3.2 USE="-debug" 0 kB
    [ebuild R ] x11-proto/xproto-7.0.7 USE="-debug" 0 kB
    [ebuild R ] x11-proto/bigreqsproto-1.0.2 USE="-debug" 0 kB
    [ebuild R ] x11-proto/xcmiscproto-1.1.2 USE="-debug" 0 kB
    [ebuild R ] x11-libs/xtrans-1.0.1 USE="-debug" 0 kB
    [ebuild R ] x11-proto/printproto-1.0.3 USE="-debug" 0 kB
    [ebuild R ] x11-proto/recordproto-1.13.2 USE="-debug" 0 kB
    [ebuild R ] sys-apps/coreutils-6.4 USE="-acl -nls (-selinux) -static" 0 kB
    [ebuild R ] x11-proto/xf86dgaproto-2.0.2 USE="-debug" 0 kB
    [ebuild R ] x11-proto/xf86vidmodeproto-2.2.2 USE="-debug" 0 kB
    [ebuild R ] x11-proto/glproto-1.4.8 USE="-debug" 0 kB
    [ebuild R ] x11-proto/xf86driproto-2.0.3 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libdrm-2.3.0 USE="-debug" 0 kB
    [ebuild R ] dev-libs/glib-1.2.10-r5 USE="-hardened" 0 kB
    [ebuild R ] x11-proto/xineramaproto-1.1.2 USE="-debug" 0 kB
    [ebuild R ] x11-proto/renderproto-0.9.2 USE="-debug" 0 kB
    [ebuild R ] media-libs/fontconfig-2.3.2-r1 USE="-doc" 0 kB
    [ebuild R ] x11-proto/randrproto-1.1.2 USE="-debug" 0 kB
    [ebuild R ] dev-libs/libgcrypt-1.2.2-r1 USE="-nls" 0 kB
    [ebuild R ] x11-proto/fixesproto-4.0 USE="-debug" 0 kB
    [ebuild R ] x11-proto/xf86miscproto-0.9.2 USE="-debug" 0 kB
    [ebuild R ] x11-proto/resourceproto-1.0.2 USE="-debug" 0 kB
    [ebuild R ] x11-proto/videoproto-2.2.2 USE="-debug" 0 kB
    [ebuild R ] x11-proto/trapproto-3.4.3 USE="-debug" 0 kB
    [ebuild R ] x11-proto/fontsproto-2.0.2 USE="-debug" 0 kB
    [ebuild R ] media-fonts/font-util-1.0.1 USE="-debug" 0 kB
    [ebuild R ] x11-proto/fontcacheproto-0.1.2 USE="-debug" 0 kB
    [ebuild R ] x11-proto/xf86rushproto-1.1.2 USE="-debug" 0 kB
    [ebuild R ] x11-proto/damageproto-1.0.3 USE="-debug" 0 kB
    [ebuild R ] x11-proto/evieext-1.0.2 USE="-debug" 0 kB
    [ebuild R ] x11-misc/xbitmaps-1.0.1 USE="-debug" 0 kB
    [ebuild R ] x11-proto/compositeproto-0.3.1 USE="-debug" 0 kB
    [ebuild R ] x11-proto/scrnsaverproto-1.1.0 USE="-debug" 0 kB
    [ebuild R ] media-libs/libmng-1.0.9-r1 USE="-lcms" 0 kB
    [ebuild R ] media-libs/libdvdread-0.9.6 0 kB
    [ebuild R ] x11-proto/dmxproto-2.2.2 USE="-debug" 0 kB
    [ebuild R ] dev-libs/libcdio-0.77 USE="minimal -cddb -nls -nocxx" 0 kB
    [ebuild R ] media-libs/libmpeg3-1.5.2-r3 USE="(-mmx)" 0 kB
    [ebuild R ] sys-apps/usbutils-0.71-r1 0 kB
    [ebuild R ] sci-libs/fftw-3.0.1-r2 USE="(-3dnow) (-altivec) -mpi (-sse) (-sse2)" 0 kB
    [ebuild R ] media-sound/normalize-0.7.6-r2 USE="audiofile mad -nls" 0 kB
    [ebuild R ] app-text/docbook-sgml-dtd-4.4 0 kB
    [ebuild R ] media-sound/alsa-utils-1.0.13 USE="-nls" 0 kB
    [ebuild R ] x11-libs/libXau-1.0.2 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libXdmcp-1.0.1 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libICE-1.0.1 USE="-debug -ipv6" 0 kB
    [ebuild R ] media-sound/esound-0.2.36-r2 USE="alsa -debug -ipv6 -tcpd" 0 kB
    [ebuild R ] x11-misc/makedepend-1.0.0 USE="-debug" 0 kB
    [ebuild R ] app-crypt/opencdk-0.5.5 USE="-doc" 0 kB
    [ebuild R ] app-text/poppler-0.5.4 USE="jpeg zlib -cjk" 0 kB
    [ebuild R ] x11-libs/liblbxutil-1.0.1 USE="-debug" 0 kB
    [ebuild R ] x11-apps/rgb-1.0.1 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libfontenc-1.0.2 USE="-debug" 0 kB
    [ebuild R ] media-libs/alsa-oss-1.0.12 0 kB
    [ebuild R ] sys-fs/cryptsetup-luks-1.0.3-r2 USE="-dynamic -nls (-selinux)" 0 kB
    [ebuild R ] dev-libs/libksba-0.9.15 0 kB
    [ebuild R ] app-text/docbook-dsssl-stylesheets-1.79 0 kB
    [ebuild R ] sys-apps/hotplug-20040923-r2 0 kB
    [ebuild R ] media-libs/libdvdnav-0.1.10 0 kB
    [ebuild R ] media-libs/libdvdplay-1.0.1 0 kB
    [ebuild R ] app-text/openjade-1.3.2-r1 0 kB
    [ebuild R ] media-libs/libsamplerate-0.1.1-r1 USE="sndfile -static" 0 kB
    [ebuild R ] x11-libs/libX11-1.0.3 USE="-debug -ipv6" 0 kB
    [ebuild R ] x11-libs/libSM-1.0.1 USE="-debug -ipv6" 0 kB
    [ebuild R ] x11-libs/libXfont-1.2.2 USE="-debug -ipv6" 0 kB
    [ebuild R ] media-libs/libmikmod-3.1.11-r2 USE="alsa esd oss" 0 kB
    [ebuild R ] sys-apps/coldplug-20040920-r1 0 kB
    [ebuild R ] media-libs/libao-0.8.5 USE="alsa esd -arts -mmap -nas" 0 kB
    [ebuild R ] x11-libs/libXt-1.0.2 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libXext-1.0.1 USE="-debug" 0 kB
    [ebuild R ] media-libs/aalib-1.4_rc5 USE="X gpm -slang" 0 kB
    [ebuild R ] media-libs/libgii-0.9.0 USE="X" 0 kB
    [ebuild R ] x11-libs/libXrender-0.9.1 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libXfixes-4.0.1 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libxkbfile-1.0.3 USE="-debug" 0 kB
    [ebuild R ] x11-apps/iceauth-1.0.1 USE="-debug" 0 kB
    [ebuild R ] x11-apps/bdftopcf-1.0.0 USE="-debug" 0 kB
    [ebuild R ] x11-apps/mkfontscale-1.0.1 USE="-debug" 0 kB
    [ebuild R ] x11-apps/luit-1.0.1 USE="-debug" 0 kB
    [ebuild R ] x11-libs/startup-notification-0.8 0 kB
    [ebuild R ] dev-perl/perl-tk-804.027 0 kB
    [ebuild R ] media-gfx/xloadimage-4.1-r4 USE="jpeg png tiff" 0 kB
    [ebuild R ] x11-apps/sessreg-1.0.0 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libXp-1.0.0 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libXi-1.0.1 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libXtst-1.0.1 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libXxf86vm-1.0.1 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libXxf86dga-1.0.1 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libXmu-1.0.2 USE="-debug -ipv6" 0 kB
    [ebuild R ] media-libs/giflib-4.1.4 USE="X -rle" 0 kB
    [ebuild R ] x11-libs/libXinerama-1.0.1 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libXft-2.1.10 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libXrandr-1.1.1 USE="-debug" 0 kB
    [ebuild R ] sys-apps/dbus-1.0.2 USE="X -debug -doc (-selinux)" 0 kB
    [ebuild R ] x11-libs/libXpm-3.5.5 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libXcursor-1.1.7 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libXxf86misc-1.0.1 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libxkbui-1.0.2 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libXres-1.0.1 USE="-debug" 0 kB
    [ebuild R ] x11-apps/mkfontdir-1.0.2 USE="-debug" 0 kB
    [ebuild R ] media-fonts/encodings-1.0.0 USE="-debug" 0 kB
    [ebuild R ] x11-apps/xkbcomp-1.0.2 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libXv-1.0.1 USE="-debug" 0 kB
    [ebuild R ] media-video/xanim-2.80.1-r4 0 kB
    [ebuild R ] x11-libs/libdmx-1.0.2 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libXcomposite-0.3 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libXdamage-1.0.3 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libXScrnSaver-1.1.0 USE="-debug" 0 kB
    [ebuild R ] x11-libs/xosd-2.2.8-r1 USE="xinerama" 0 kB
    [ebuild R ] media-libs/libggi-2.1.1 USE="X aalib fbcon mmx (-3dfx) -debug -directfb (-svga) (-vis)" 0 kB
    [ebuild R ] media-libs/mesa-6.5.2 USE="nptl -debug -doc -hardened -motif -xcb" VIDEO_CARDS="-i810 -mach64 -mga -none -r128 -radeon -s3virge -savage -sis (-sunffb) -tdfx -trident -via" 0 kB
    [ebuild R ] media-libs/imlib2-1.3.0 USE="X bzip2 gif jpeg mp3 png tiff zlib -doc (-mmx) -nls" 0 kB
    [ebuild R ] x11-libs/gtk+-1.2.10-r12 USE="-debug -nls" LINGUAS="-az -ca -cs -da -de -el -es -et -eu -fi -fr -ga -gl -hr -hu -it -ja -ko -lt -nl -nn -no -pl -pt -pt_BR -ro -ru -sk -sl -sr -sv -tr -uk -vi" 0 kB
    [ebuild R ] x11-apps/xprop-1.0.1 USE="-debug" 0 kB
    [ebuild R ] media-libs/gd-2.0.33 USE="jpeg png xpm -fontconfig -truetype" 0 kB
    [ebuild R ] x11-libs/libXaw-1.0.2 USE="-debug -xprint" 0 kB
    [ebuild R ] media-fonts/font-adobe-75dpi-1.0.0 USE="X -nls" 0 kB
    [ebuild R ] media-fonts/font-misc-misc-1.0.0 USE="X -nls" 0 kB
    [ebuild R ] media-fonts/font-cursor-misc-1.0.0 USE="X -nls" 0 kB
    [ebuild R ] x11-misc/xkeyboard-config-0.8 0 kB
    [ebuild R ] x11-apps/xauth-1.0.1 USE="-debug -ipv6" 0 kB
    [ebuild R ] x11-apps/xrdb-1.0.2 USE="-debug" 0 kB
    [ebuild R ] x11-wm/twm-1.0.1 USE="-debug" 0 kB
    [ebuild R ] media-fonts/corefonts-1-r2 USE="X" 0 kB
    [ebuild R ] x11-libs/libXvMC-1.0.2 USE="-debug" 0 kB
    [ebuild R ] x11-apps/xdpyinfo-1.0.1 USE="-debug" 0 kB
    [ebuild R ] x11-apps/xlsclients-1.0.1 USE="-debug" 0 kB
    [ebuild R ] x11-apps/xvinfo-1.0.1 USE="-debug" 0 kB
    [ebuild R ] media-libs/glut-3.7.1 0 kB
    [ebuild R ] media-libs/glitz-0.5.6 0 kB
    [ebuild R ] media-fonts/font-alias-1.0.1 USE="-debug" 0 kB
    [ebuild R ] x11-apps/xclock-1.0.2 USE="-debug -xprint" 0 kB
    [ebuild R ] media-sound/lame-3.96.1 USE="gtk -debug" 0 kB
    [ebuild R ] sys-apps/apmd-3.2.2_p5 USE="X -nls" 0 kB
    [ebuild R ] media-libs/imlib-1.9.14-r3 0 kB
    [ebuild R ] media-libs/libcaca-0.99_beta11 USE="X imlib ncurses opengl -doc -nocxx -slang" 0 kB
    [ebuild R ] media-libs/jasper-1.701.0 USE="jpeg opengl" 0 kB
    [ebuild R ] x11-base/xgl-0.0.1_pre20070105 USE="xinerama -debug -ipv6" 0 kB [1]
    [ebuild R ] media-libs/libsdl-1.2.11 USE="X aalib alsa dga esd fbcon ggi libcaca opengl oss xinerama xv -arts -directfb -nas -noaudio -noflagstrip -nojoystick -novideo (-svga)" 0 kB
    [ebuild R ] media-libs/smpeg-0.4.4-r8 USE="X gtk opengl -debug (-mmx)" 0 kB
    [ebuild R ] media-libs/openal-0.0.8-r1 USE="alsa esd mp3 sdl vorbis -arts -debug" 0 kB
    [ebuild R ] media-libs/sdl-gfx-2.0.13-r1 USE="(-mmx)" 0 kB
    [ebuild R ] media-libs/sdl-net-1.2.5 0 kB
    [ebuild R ] media-libs/sdl-image-1.2.5-r1 USE="gif jpeg png tiff" 0 kB
    [ebuild R ] media-video/ffmpeg-0.4.9_p20061016 USE="a52 aac amr dts imlib (mmx) network ogg oss sdl theora v4l vorbis x264 xvid zlib (-altivec) -debug -doc -encode -ieee1394 -test -threads -truetype" 0 kB
    [ebuild R ] media-libs/libmpeg2-0.4.0b USE="X sdl" 0 kB
    [ebuild R ] dev-libs/DirectFB-0.9.25.1 USE="fbcon gif jpeg mmx mpeg png sdl sse v4l v4l2 zlib -debug -fusion -static -sysfs -truetype" 0 kB
    [ebuild R ] sys-libs/readline-5.1_p4 0 kB
    [ebuild R ] sys-devel/bc-1.06-r6 USE="readline -static" 0 kB
    [ebuild R ] app-text/hunspell-1.1.4-r1 USE="ncurses readline" 0 kB
    [ebuild R ] dev-lang/tk-8.4.9 USE="-threads" 0 kB
    [ebuild R ] dev-lang/python-2.4.3-r4 USE="ncurses readline ssl tk -berkdb -bootstrap -build -doc -gdbm -ipv6 -nocxx -ucs2" 0 kB
    [ebuild R ] dev-python/python-fchksum-1.7.1 0 kB
    [ebuild R ] dev-java/java-config-2.0.31 0 kB
    [ebuild R ] dev-java/java-config-1.3.7 0 kB
    [ebuild R ] dev-python/pycrypto-2.0.1-r5 USE="bindist -gmp -test" 0 kB
    [ebuild R ] games-board/pysol-sound-server-3.01 0 kB
    [ebuild R ] sys-apps/file-4.18 USE="python" 0 kB
    [ebuild R ] sys-libs/cracklib-2.8.9-r1 USE="python -nls" 0 kB
    [ebuild R ] dev-libs/libxml2-2.6.27 USE="python readline -debug -doc -ipv6 -test" 0 kB
    [ebuild R ] dev-python/pyopengl-2.0.0.44 0 kB
    [ebuild R ] dev-python/numeric-23.7 0 kB
    [ebuild R ] app-text/iso-codes-0.58 0 kB
    [ebuild R ] dev-java/javatoolkit-0.1.9-r1 0 kB
    [ebuild R ] dev-python/pyxdg-0.15 0 kB
    [ebuild R ] dev-python/pyxml-0.8.4 0 kB
    [ebuild R ] dev-python/pyrex-0.9.4.1 0 kB
    [ebuild R ] media-libs/lcms-1.14-r1 USE="jpeg python tiff zlib" 0 kB
    [ebuild R ] dev-libs/boost-1.33.1-r1 USE="-bcp -bjam -debug -doc -icu -pyste -threads -threadsonly" 0 kB
    [ebuild R ] app-portage/gentoolkit-0.2.2 0 kB
    [ebuild R ] games-board/pysol-4.82-r1 0 kB
    [ebuild R ] app-admin/eselect-1.0.8 USE="bash-completion -doc" 0 kB
    [ebuild R ] sys-libs/pam-0.78-r5 USE="-berkdb -nis -pam_chroot -pam_console -pam_timestamp -pwdb (-selinux)" 0 kB
    [ebuild R ] x11-libs/cairo-1.3.10 USE="X glitz svg -debug -directfb -doc -newspr -xcb" 0 kB [1]
    [ebuild R ] app-arch/rpm2targz-9.0-r5 0 kB
    [ebuild R ] net-misc/neon-0.26.1-r1 USE="ssl zlib -expat -nls -socks5" 0 kB
    [ebuild R ] dev-perl/XML-NamespaceSupport-1.09 0 kB
    [ebuild R ] dev-perl/XML-LibXML-Common-0.13 0 kB
    [ebuild R ] app-text/docbook-xsl-stylesheets-1.70.1 0 kB
    [ebuild R ] dev-libs/libxslt-1.1.17 USE="crypt python -debug" 0 kB
    [ebuild R ] x11-libs/libxklavier-3.1 USE="-doc" 0 kB
    [ebuild R ] dev-java/blackdown-jdk-1.4.2.03-r12 USE="-doc -nsplugin" 0 kB
    [ebuild R ] app-emulation/emul-linux-x86-java-1.5.0.10 USE="X alsa -nsplugin" 0 kB
    [ebuild R ] media-video/vcdimager-0.7.23 USE="minimal xml" 0 kB
    [ebuild R ] dev-libs/STLport-5.1.0 USE="boost -static" 0 kB
    [ebuild R ] net-misc/netkit-rsh-0.17-r7 USE="pam" 0 kB
    [ebuild R ] sys-libs/libutempter-1.1.4.1 0 kB
    [ebuild R ] dev-perl/XML-SAX-0.14-r1 0 kB
    [ebuild R ] app-text/docbook-xml-dtd-4.1.2-r6 0 kB
    [ebuild R ] app-text/docbook-xml-dtd-4.4-r1 0 kB
    [ebuild R ] dev-python/pycairo-1.2.6 USE="-examples -numeric" 0 kB
    [ebuild R ] net-dialup/ppp-2.4.4-r4 USE="dhcp gtk pam -activefilter -atm -eap-tls -ipv6 -mppe-mppc -radius" 0 kB
    [ebuild R ] sys-apps/shadow-4.0.18.1 USE="cracklib pam -nls -nousuid (-selinux) -skey" 0 kB
    [ebuild R ] app-text/docbook-xml-dtd-4.3 0 kB
    [ebuild R ] x11-apps/xsm-1.0.1 USE="-debug -xprint" 0 kB
    [ebuild R ] dev-perl/XML-LibXML-1.61.003 0 kB
    [ebuild R ] app-text/scrollkeeper-0.3.14-r2 USE="-nls" 0 kB
    [ebuild R ] app-text/gnome-doc-utils-0.8.0 USE="-debug" 0 kB
    [ebuild R ] net-dialup/pptpclient-1.7.0 USE="tk" 0 kB
    [ebuild R ] dev-perl/XML-Filter-BufferText-1.01 0 kB
    [ebuild R ] x11-apps/xinit-1.0.2-r6 USE="-debug -minimal" 0 kB
    [ebuild R ] dev-perl/XML-Simple-2.15 0 kB
    [ebuild R ] dev-perl/XML-SAX-Writer-0.50 0 kB
    [ebuild R ] x11-base/xorg-server-1.1.1-r4 USE="dri nptl sdl xorg (-3dfx) -aiglx -debug -dmx -ipv6 -kdrive -minimal -xprint" INPUT_DEVICES="evdev keyboard mouse -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -fpit -hyperpen -jamstudio -joystick -magellan -microtouch -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom" VIDEO_CARDS="fglrx -apm -ark -chips -cirrus -cyrix -dummy -epson -fbdev -glint -i128 (-i740) -i810 (-impact) (-imstt) -mach64 -mga -neomagic (-newport) (-nsc) -nv -nvidia -r128 -radeon -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vesa -vga -via -vmware -voodoo" 0 kB
    [ebuild R ] x11-terms/xterm-222 USE="toolbar unicode -Xaw3d -paste64 -truetype" 0 kB
    [ebuild R ] x11-misc/icon-naming-utils-0.8.1 0 kB
    [ebuild R ] dev-perl/perl-ldap-0.33-r1 USE="sasl ssl xml" 0 kB
    [ebuild R ] x11-drivers/xf86-input-evdev-1.1.2-r2 USE="-debug" 0 kB
    [ebuild R ] x11-drivers/xf86-input-mouse-1.1.1 USE="-debug" 0 kB
    [ebuild R ] x11-drivers/xf86-input-keyboard-1.1.0 USE="-debug" 0 kB
    [ebuild R ] x11-themes/gnome-icon-theme-2.16.1 USE="-debug" 0 kB
    [ebuild R ] dev-java/sun-jdk-1.5.0.10 USE="X alsa -doc -examples -jce (-nsplugin)" 0 kB
    [ebuild R ] sys-libs/db-4.3.29-r2 USE="java tcl -bootstrap -doc -nocxx -test" 0 kB
    [ebuild R ] dev-java/ant-core-1.6.5-r14 USE="-doc -source" 0 kB
    [ebuild R ] media-libs/pdflib-5.0.4_p1-r1 USE="java perl python tcl" 0 kB
    [ebuild R ] net-dns/libidn-0.5.15 USE="java -doc -emacs -nls" 0 kB
    [ebuild R ] dev-java/libreadline-java-0.8.0-r1 USE="-doc -source" 0 kB
    [ebuild R ] dev-java/javacup-0.10k USE="-source" 0 kB
    [ebuild R ] dev-java/gnu-crypto-2.0.1 USE="-doc" 0 kB
    [ebuild R ] dev-java/antlr-2.7.5-r3 USE="python -debug -doc -examples -mono -nocxx -nojava -script -source" 0 kB
    [ebuild R ] dev-java/servletapi-2.4-r5 USE="-doc -source" 0 kB
    [ebuild R ] dev-java/log4j-1.2.9 USE="-doc -javamail -jikes -jms -jmx -source" 0 kB
    [ebuild R ] dev-java/junit-3.8.1-r3 USE="-doc -source" 0 kB
    [ebuild R ] dev-java/servletapi-2.3-r3 USE="-doc -source" 0 kB
    [ebuild R ] dev-java/jgoodies-looks-2.0.4-r1 USE="-doc -source" 0 kB
    [ebuild R ] dev-java/jgoodies-forms-1.0.7 USE="-doc -source" 0 kB
    [ebuild R ] dev-java/jakarta-oro-2.0.8-r2 USE="-doc -examples -source" 0 kB
    [ebuild R ] dev-java/jreleaseinfo-1.3.0 USE="-source" 0 kB
    [ebuild R ] dev-java/jakarta-regexp-1.3-r4 USE="-doc -source" 0 kB
    [ebuild R ] dev-java/xml-commons-external-1.3.02-r1 USE="-doc -source" 0 kB
    [ebuild R ] dev-java/xml-commons-resolver-1.1-r1 USE="-doc -source" 0 kB
    [ebuild R ] dev-java/xjavac-20041208-r4 0 kB
    [ebuild R ] dev-java/jython-2.1-r6 USE="readline -doc -jikes -source" 0 kB
    [ebuild R ] dev-java/rhino-1.5.5-r2 USE="-doc -jikes -source" 0 kB
    [ebuild R ] dev-java/jdepend-2.8.1 USE="-doc -jikes -source" 0 kB
    [ebuild R ] dev-java/jzlib-1.0.5 USE="-doc -jikes -source" 0 kB
    [ebuild R ] dev-java/commons-collections-3.2 USE="-doc -source" 0 kB
    [ebuild R ] dev-java/javacc-3.2-r3 USE="-doc -examples -jikes -source" 0 kB
    [ebuild R ] dev-java/avalon-logkit-2.0-r2 USE="-doc -javamail -jms -source" 0 kB
    [ebuild R ] dev-java/avalon-logkit-1.2-r2 USE="-doc -javamail -jms -source" 0 kB
    [ebuild R ] dev-java/bsf-2.3.0-r2 USE="-doc -jikes -jython -rhino -source" 0 kB
    [ebuild R ] dev-java/commons-net-1.2.2-r1 USE="-doc -jikes -source" 0 kB
    [ebuild R ] dev-java/bcel-5.1-r3 USE="-doc -source" 0 kB
    [ebuild R ] dev-java/xerces-2.7.1-r2 USE="-doc -examples -source" 0 kB
    [ebuild R ] dev-java/jsch-0.1.18 USE="-doc -examples -jikes -source" 0 kB
    [ebuild R ] dev-java/bsh-2.0_beta4-r1 USE="readline -doc -source" 0 kB
    [ebuild R ] dev-java/xalan-2.7.0-r2 USE="-doc -source" 0 kB
    [ebuild R ] dev-java/commons-logging-1.0.4-r1 USE="-avalon -doc -jikes -source" 0 kB
    [ebuild R ] dev-java/commons-beanutils-1.6.1-r2 USE="-doc -jikes -source" 0 kB
    [ebuild R ] dev-java/ant-tasks-1.6.5-r2 USE="-javamail -noantlr -nobcel -nobeanutils -nobsf -nobsh -nocommonslogging -nocommonsnet -nojdepend -nojsch -nojython -nolog4j -nooro -noregexp -norhino -noxalan -noxerces" 0 kB
    [ebuild R ] dev-java/ant-1.6.5 0 kB
    [ebuild R ] dev-java/skinlf-1.2.12-r1 USE="-source" 0 kB
    [ebuild R ] dev-java/l2fprod-common-6.9.1 0 kB
    [ebuild R ] media-tv/tvbrowser-2.5 USE="-doc -source -themes" 0 kB
    [ebuild R ] sys-process/vixie-cron-4.1-r9 USE="pam -debug (-selinux)" 0 kB
    [ebuild R ] media-gfx/pstoedit-3.42 USE="-emf -plotutils" 0 kB
    [ebuild R ] dev-util/reswrap-3.2.0 USE="-debug -doc -profile" 0 kB
    [ebuild R ] app-misc/pax-utils-0.1.15 USE="caps" 0 kB
    [ebuild R ] sys-libs/glibc-2.4-r4 USE="nptl nptlonly -build -glibc-compat20 -glibc-omitfp -hardened (-multilib) -nls -profile (-selinux)" 0 kB
    [ebuild R ] dev-lang/swig-1.3.25 USE="java perl python tcl tk -doc -guile -php -ruby" 0 kB
    [ebuild R ] net-libs/gnutls-1.4.4-r1 USE="zlib -doc -nls" 0 kB
    [ebuild R ] dev-libs/glib-2.12.9 USE="-debug -doc -hardened" 0 kB
    [ebuild R ] sys-libs/libstdc++-v3-3.3.4 USE="nptl -build (-multilib) -nls" 0 kB
    [ebuild R ] dev-libs/nss-3.11.3 0 kB
    [ebuild R ] mail-mta/ssmtp-2.61-r2 USE="md5sum ssl -ipv6 -mailwrapper" 0 kB
    [ebuild R ] dev-perl/Crypt-SSLeay-0.51-r1 0 kB
    [ebuild R ] app-cdr/cdrtools-2.01.01_alpha20 USE="unicode" 0 kB
    [ebuild R ] app-emulation/emul-linux-x86-compat-1.0-r1 0 kB
    [ebuild R ] app-emulation/emul-linux-x86-sdl-2.3 0 kB
    [ebuild R ] www-client/links-2.1_pre26 USE="X fbcon gpm javascript jpeg png sdl ssl tiff unicode -directfb -livecd (-svga)" 0 kB
    [ebuild R ] sys-libs/libcap-1.10-r5 USE="python -nocxx -static" 0 kB
    [ebuild R ] net-print/cups-1.2.6 USE="X dbus jpeg pam png ppds ssl tiff -nls -php -samba -slp" 0 kB
    [ebuild R ] dev-libs/atk-1.12.3 USE="-debug -doc" 0 kB
    [ebuild R ] x11-drivers/ati-drivers-8.32.5 USE="acpi opengl -doc" 0 kB
    [ebuild R ] x11-libs/pango-1.14.9 USE="-debug -doc" 0 kB
    [ebuild R ] x11-misc/shared-mime-info-0.19 0 kB
    [ebuild R ] dev-libs/libIDL-0.8.7 USE="-debug" 0 kB
    [ebuild R ] dev-libs/dbus-glib-0.72 USE="-debug -doc (-selinux)" 0 kB
    [ebuild R ] app-admin/gamin-0.1.8 USE="-debug -doc" 0 kB
    [ebuild R ] dev-libs/libcroco-0.6.1 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libcm-0.1.1 0 kB [1]
    [ebuild R ] dev-python/pygobject-2.12.3 USE="-debug -doc" 0 kB
    [ebuild R ] dev-util/desktop-file-utils-0.11 0 kB
    [ebuild R ] net-libs/libsoup-2.2.99 USE="ssl -debug -doc" 0 kB
    [ebuild R ] media-libs/gstreamer-0.10.11 0 kB
    [ebuild R ] dev-libs/liboil-0.3.10-r1 USE="-doc" 0 kB
    [ebuild R ] gnome-base/libgtop-2.14.6 USE="X -debug -gdbm -static" 0 kB
    [ebuild R ] dev-perl/libwww-perl-5.805 USE="ssl" 0 kB
    [ebuild R ] app-misc/mc-4.6.1 USE="7zip X gpm ncurses pam unicode -nls -samba -slang" 0 kB
    [ebuild R ] app-cdr/dvd+rw-tools-7.0 0 kB
    [ebuild R ] app-text/enchant-1.2.5 0 kB
    [ebuild R ] games-fps/tremulous-bin-1.1.0 USE="sdl -dedicated" 0 kB
    [ebuild R ] dev-cpp/glibmm-2.8.4 USE="-debug -doc" 0 kB
    [ebuild R ] app-cdr/cdrdao-1.2.1-r1 USE="-debug -encode -gnome -pccts" 0 kB
    [ebuild R ] x11-libs/qt-3.3.6-r4 USE="cups gif opengl xinerama -debug -doc -examples (-firebird) -immqt -immqt-bc -ipv6 -mysql -nas -nis -odbc -postgres -sqlite" 0 kB
    [ebuild R ] x11-libs/gtk+-2.10.9 USE="X jpeg tiff xinerama -debug -doc" 0 kB
    [ebuild R ] gnome-base/orbit-2.14.2 USE="ssl -debug -doc" 0 kB
    [ebuild R ] sys-apps/hal-0.5.7.1-r3 USE="acpi crypt pcmcia -debug -dmi -doc (-selinux)" 0 kB
    [ebuild R ] net-print/libgnomecups-0.2.2 USE="-debug" 0 kB
    [ebuild R ] media-libs/gst-plugins-base-0.10.11 USE="X alsa esd oss xv -debug" 0 kB
    [ebuild R ] media-sound/jack-audio-connection-kit-0.102.20 USE="alsa caps cpudetection jack-tmpfs oss portaudio sndfile (-altivec) (-coreaudio) -debug -doc (-mmx) -netjack (-sse)" 0 kB
    [ebuild R ] media-libs/sdl-pango-0.1.2 0 kB
    [ebuild R ] x11-libs/qt-4.1.4-r2 USE="cups gif jpeg mng opengl png xinerama zlib -accessibility -debug -doc -examples (-firebird) -mysql -nas -nis -odbc -postgres -sqlite" 0 kB
    [ebuild R ] x11-libs/fox-1.4.34-r1 USE="bzip2 cups jpeg opengl png tiff zlib -debug -doc -profile -threads -truetype" 0 kB
    [ebuild R ] dev-perl/XML-DOM-1.44 0 kB
    [ebuild R ] app-editors/lfhex-0.3.7.2 0 kB
    [ebuild R ] app-text/ghostscript-esp-8.15.3 USE="X cups gtk xml -cjk -emacs -threads" 0 kB
    [ebuild R ] media-video/mplayer-1.0_rc1 USE="3dnow 3dnowext X aac aalib alsa amr bidi bindist bl cdparanoia cpudetection dga dts dvd dvdread enca esd fbcon ggi gif gtk iconv jack jpeg libcaca live lzo mad (mmx) musepack openal opengl oss png speex (sse) (sse2) tga theora unicode v4l v4l2 vorbis x264 xanim xinerama xv xvid xvmc (-3dfx) (-altivec) -arts -custom-cflags -debug -directfb -doc -dv -dvb -encode -ipv6 -joystick -lirc -livecd -matrox -mmxext -nas -real -rtc -samba -sdl (-svga) -truetype (-win32codecs)" LINGUAS="en -bg -cs -da -de -el -es -fr -hu -ja -ko -mk -nl -no -pl -pt_BR -ro -ru -sk -tr -uk -zh_CN -zh_TW" 0 kB
    [ebuild R ] gnome-base/libglade-2.6.0 USE="-debug -doc" 0 kB
    [ebuild R ] gnome-base/libbonobo-2.16.0 USE="-debug -doc" 0 kB
    [ebuild R ] gnome-base/gconf-2.14.0 USE="-debug -doc" 0 kB
    [ebuild R ] gnome-base/gnome-keyring-0.6.0 USE="-debug" 0 kB
    [ebuild R ] gnome-base/libgnomeprint-2.12.1 USE="cups -debug -doc" 0 kB
    [ebuild R ] x11-libs/libwnck-2.16.2 USE="-debug -doc" 0 kB [1]
    [ebuild R ] x11-libs/gtkglarea-1.99.0 USE="-debug" 0 kB
    [ebuild R ] media-plugins/gst-plugins-alsa-0.10.11 0 kB
    [ebuild R ] media-plugins/gst-plugins-oss-0.10.3 0 kB
    [ebuild R ] media-plugins/gst-plugins-xvideo-0.10.11 0 kB
    [ebuild R ] media-plugins/gst-plugins-x-0.10.11 0 kB
    [ebuild R ] media-plugins/gst-plugins-esd-0.10.3 0 kB
    [ebuild R ] x11-libs/libsexy-0.1.10 USE="-debug -doc" 0 kB
    [ebuild R ] x11-themes/gtk-engines-2.8.2 USE="-accessibility -debug -static" 0 kB
    [ebuild R ] media-sound/timidity++-2.13.2-r2 USE="X alsa esd flac gtk jack ncurses oss portaudio speex vorbis -ao -arts -emacs -motif -nas -slang -tcltk" 0 kB
    [ebuild R ] x11-wm/beryl-core-0.1.9999.1 0 kB [1]
    [ebuild R ] dev-python/pyorbit-2.14.1 USE="-debug" 0 kB
    [ebuild R ] media-plugins/gst-plugins-mad-0.10.3-r1 0 kB
    [ebuild R ] media-plugins/gst-plugins-vorbis-0.10.11 0 kB
    [ebuild R ] media-libs/gst-plugins-good-0.10.4 USE="-debug" 0 kB
    [ebuild R ] media-plugins/gst-plugins-ogg-0.10.11 0 kB
    [ebuild R ] net-ftp/gftp-2.0.18-r4 USE="gtk ssl" 0 kB
    [ebuild R ] media-libs/libquicktime-0.9.7-r1 USE="X gtk jpeg mmx png vorbis -dv -ieee1394" 0 kB
    [ebuild R ] app-crypt/qca-1.0-r2 0 kB
    [ebuild R ] app-text/gtkspell-2.0.11-r1 USE="-doc" 0 kB
    [ebuild R ] x11-libs/wxGTK-2.6.2-r1 USE="X gnome opengl unicode -debug -doc -joystick -odbc -sdl" 0 kB
    [ebuild R ] dev-perl/XML-XSLT-0.48 0 kB
    [ebuild R ] media-plugins/gst-plugins-ffmpeg-0.10.1-r1 0 kB
    [ebuild R ] sci-chemistry/gperiodic-2.0.7 USE="-nls" 0 kB
    [ebuild R ] x11-misc/beryl-manager-0.1.9999.1 0 kB [1]
    [ebuild R ] xfce-extra/xarchiver-0.4.6 USE="7zip rar zip -arj -debug -lha" 0 kB
    [ebuild R ] dev-libs/dbus-qt3-old-0.70 USE="-debug" 0 kB
    [ebuild R ] net-wireless/rt2500-1.1.0_beta4 USE="qt3" 0 kB
    [ebuild R ] media-libs/libwmf-0.2.8.4 USE="X gd gtk jpeg xml -debug -doc -expat" 0 kB
    [ebuild R ] gnome-base/libgnomecanvas-2.14.0 USE="X -debug -doc -static" 0 kB
    [ebuild R ] gnome-base/gnome-vfs-2.16.3 USE="gnutls hal ssl -avahi -debug -doc -ipv6 -samba" 0 kB
    [ebuild R ] x11-wm/metacity-2.16.3 USE="xcomposite xinerama -debug" 0 kB [1]
    [ebuild R ] dev-python/pygtk-2.10.3 USE="opengl -doc" 0 kB
    [ebuild R ] x11-misc/notification-daemon-0.3.6-r1 USE="-debug" 0 kB
    [ebuild R ] x11-themes/gnome-themes-2.16.2 USE="-accessibility -debug" 0 kB
    [ebuild R ] media-libs/sdl-mixer-1.2.7 USE="mikmod mp3 timidity vorbis" 0 kB
    [ebuild R ] media-sound/timidity-eawpatches-12-r4 0 kB
    [ebuild R ] x11-wm/emerald-0.1.9999.1 USE="-debug" 0 kB [1]
    [ebuild R ] media-plugins/gst-plugins-gconf-0.10.3 USE="-debug" 0 kB
    [ebuild R ] app-text/poppler-bindings-0.5.4 USE="cairo gtk qt3 qt4" 0 kB
    [ebuild R ] app-crypt/qca-tls-1.0-r3 0 kB
    [ebuild R ] kde-base/kdelibs-3.5.5-r5 USE="alsa cups fam jpeg2k ssl tiff utempter xinerama -acl -arts -debug -doc -kdeenablefinal -kdehiddenvisibility -kerberos -legacyssl -lua -openexr -spell -zeroconf" LINGUAS="-he" 0 kB
    [ebuild R ] media-video/gpac-0.4.1_pre20060122 USE="aac amr ffmpeg jpeg mad ogg opengl oss png sdl ssl theora vorbis wxwindows xml xvid -debug -mozilla -truetype" 0 kB
    [ebuild R ] net-print/cups-pdf-2.4.2 0 kB
    [ebuild R ] x11-misc/beryl-settings-bindings-0.1.9999.1 0 kB [1]
    [ebuild R ] media-gfx/imagemagick-6.3.0.5 USE="X bzip2 gs jpeg jpeg2k mpeg perl png tiff wmf xml zlib -doc -fpx -graphviz -jbig -lcms -nocxx -truetype" 0 kB
    [ebuild R ] gnome-base/libgnome-2.16.0 USE="esd -debug -doc -static" 0 kB
    [ebuild R ] gnome-base/gail-1.9.3 USE="-debug -doc" 0 kB
    [ebuild R ] gnome-base/libgnomeprintui-2.12.1 USE="-debug -doc" 0 kB
    [ebuild R ] gnome-base/gnome-menus-2.16.1 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libnotify-0.4.3 USE="-doc" 0 kB
    [ebuild R ] x11-libs/vte-0.14.1 USE="opengl python -debug -doc" 0 kB
    [ebuild R ] dev-perl/sdl-perl-2.1.3-r2 USE="mpeg -truetype" 0 kB
    [ebuild R ] x11-themes/emerald-themes-0.1.9999.1 0 kB [1]
    [ebuild R ] x11-libs/gtksourceview-1.8.1 USE="-debug -doc" 0 kB
    [ebuild R ] gnome-extra/gtkhtml-2.6.3 USE="-accessibility -debug" 0 kB
    [ebuild R ] sys-fs/ntfsprogs-1.13.1 USE="crypt fuse gnome -debug" 0 kB
    [ebuild R ] media-plugins/gst-plugins-gnomevfs-0.10.11 0 kB
    [ebuild R ] dev-cpp/gnome-vfsmm-2.16.0 USE="-debug -doc -examples" 0 kB
    [ebuild R ] app-cdr/k3b-0.12.17 USE="alsa css dvdr ffmpeg flac hal mp3 musepack musicbrainz sndfile vcd vorbis xinerama -arts -debug -encode -kde" LINGUAS="en_GB -af -bg -bn -br -bs -ca -cs -cy -da -de -el -es -et -eu -fi -fr -ga -he -hi -hu -is -it -ja -km -lt -mk -ms -nb -nds -nl -nn -pa -pl -pt -pt_BR -ro -ru -se -sl -sr -sr@Latn -sv -ta -tr -uk -zh_CN -zh_TW" 0 kB
    [ebuild R ] media-gfx/gimp-print-4.2.7 USE="cups gtk ppds readline -foomaticdb -nls" 0 kB
    [ebuild R ] gnome-base/libbonoboui-2.16.0 USE="X -debug -doc" 0 kB
    [ebuild R ] gnome-extra/libgsf-1.14.2 USE="bzip2 gnome python -debug -doc -static" 0 kB
    [ebuild R ] games-arcade/frozen-bubble-2.1.0 0 kB
    [ebuild R ] media-libs/xine-lib-1.1.3 USE="X a52 aac aalib alsa dts dvd esd fbcon flac gnome gtk imagemagick libcaca mad mng opengl oss sdl speex theora v4l vcd vorbis xinerama xv xvmc (-altivec) -arts -debug -directfb -dxr3 -ipv6 -mmap -modplug -nls -pulseaudio -truetype (-vidix) (-win32codecs)" 0 kB
    [ebuild R ] media-video/transcode-1.0.2-r3 USE="3dnow X a52 dvdread extrafilters fame gtk imagemagick jpeg lzo (mmx) mp3 mpeg network ogg quicktime sdl (sse) (sse2) theora v4l2 vorbis xml xvid (-altivec) -dv -mjpeg -truetype" 0 kB
    [ebuild R ] gnome-extra/zenity-2.16.2 USE="libnotify -debug" 0 kB
    [ebuild R ] x11-misc/alacarte-0.10.1-r1 USE="-debug" 0 kB
    [ebuild R ] gnome-base/libgnomeui-2.16.1 USE="jpeg -debug -doc" 0 kB
    [ebuild R ] gnome-base/librsvg-2.16.1 USE="gnome zlib -debug -doc" 0 kB
    [ebuild R ] www-client/mozilla-firefox-2.0.0.1-r2 USE="gnome java moznopango xforms xinerama -debug -filepicker -ipv6 -mozbranding -mozdevelop -restrict-javascript -xprint" LINGUAS="en_GB -ar -bg -ca -cs -da -de -el -es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn -nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ru -sk -sl -sv -sv_SE -tr -zh -zh_CN -zh_TW" 0 kB
    [ebuild R ] gnome-base/gnome-mount-0.4-r5 USE="-debug" 0 kB
    [ebuild R ] app-editors/ghex-2.8.2 USE="-debug" 0 kB
    [ebuild R ] gnome-base/gnome-desktop-2.16.2 USE="-debug -doc" 0 kB
    [ebuild R ] x11-terms/gnome-terminal-2.16.1 USE="-debug" 0 kB
    [ebuild R ] gnome-extra/gnome-system-monitor-2.16.1 USE="-debug" 0 kB
    [ebuild R ] x11-plugins/beryl-plugins-0.1.9999.1 USE="dbus -vidcap" 0 kB [1]
    [ebuild R ] gnome-extra/gtkhtml-3.12.2 USE="-debug -static" 0 kB
    [ebuild R ] dev-python/gnome-python-2.16.2 USE="-debug -doc" 0 kB
    [ebuild R ] gnome-extra/gnome-screensaver-2.16.2 USE="opengl pam xinerama -debug -doc" 0 kB
    [ebuild R ] media-gfx/gimp-2.3.14 USE="aalib alsa gnome gtkhtml jpeg mmx mng pdf png python sse svg tiff wmf (-altivec) -debug -doc -lcms -smp" 0 kB
    [ebuild R ] gnome-extra/gnome-power-manager-2.16.3 USE="libnotify -debug -doc" 0 kB
    [ebuild R ] gnome-extra/gucharmap-1.8.0 USE="gnome -cjk -debug" 0 kB
    [ebuild R ] media-video/vlc-0.8.6_p18636 USE="X a52 aalib alsa bidi dts dvd esd fbcon flac ggi gnutls hal libcaca libnotify live matroska mod mp3 mpeg ncurses ogg opengl oss png sdl speex stream svg theora v4l vcd vlm vorbis wxwindows xinerama xml xosd xv (-3dfx) (-altivec) -arts -avahi -cdda -cddb -corba -daap -debug -directfb -dvb -httpd -lirc -nsplugin -optimisememory -rtsp -samba -seamonkey -shout -skins (-svga) -truetype -upnp (-win32codecs)" 0 kB
    [ebuild R ] gnome-extra/gnome-keyring-manager-2.16.0-r1 USE="-debug -static" 0 kB
    [ebuild R ] gnome-extra/gcalctool-5.8.25 USE="-debug" 0 kB
    [ebuild R ] x11-misc/beryl-settings-0.1.9999.1 0 kB [1]
    [ebuild R ] net-www/mplayerplug-in-3.31-r1 USE="divx gtk quicktime realmedia wmp -gmedia" 0 kB
    [ebuild R ] gnome-base/eel-2.16.3 USE="X -debug" 0 kB
    [ebuild R ] gnome-extra/yelp-2.16.2 USE="-beagle -debug" 0 kB
    [ebuild R ] media-video/totem-2.16.4 USE="dvd xine -a52 -dbus -debug -ffmpeg -firefox -flac -gnome -hal -lirc -mad -mpeg -nsplugin -nvtv -ogg -theora -vorbis -xv" 0 kB
    [ebuild R ] gnome-extra/gdesklets-core-0.35.4 USE="-debug -doc" 0 kB
    [ebuild R ] app-admin/pessulus-2.16.1 USE="-debug -doc" 0 kB
    [ebuild R ] www-client/epiphany-2.16.2 USE="python -debug -doc" 0 kB
    [ebuild R ] media-gfx/eog-2.16.2 USE="jpeg -debug -lcms" 0 kB
    [ebuild R ] gnome-base/nautilus-2.16.3 USE="X gnome -beagle -debug" 0 kB
    [ebuild R ] gnome-extra/nautilus-cd-burner-2.16.2 USE="cdr dvdr -debug" 0 kB
    [ebuild R ] gnome-extra/nautilus-open-terminal-0.7 USE="-debug" 0 kB
    [ebuild R ] app-arch/file-roller-2.16.2 USE="gnome -debug" 0 kB
    [ebuild R ] app-text/evince-0.6.1-r1 USE="dbus gnome tiff -debug -djvu -doc -dvi -t1lib" 0 kB
    [ebuild R ] gnome-extra/gnome-media-2.16.1 USE="mad ogg vorbis -debug -ipv6" 0 kB
    [ebuild R ] app-cdr/kiso-0.8.3 USE="xinerama -arts -debug" 0 kB
    [ebuild R ] net-print/gnome-cups-manager-0.31-r2 USE="-debug" 0 kB
    [ebuild R ] x11-libs/libgksu-2.0.0 USE="-debug -doc -nls" 0 kB
    [ebuild R ] x11-libs/gksu-2.0.0 USE="-debug -doc -gnome" 0 kB
    [ebuild R ] gnome-base/gdm-2.16.4 USE="pam xinerama -accessibility -debug -ipv6 (-selinux) -tcpd" 0 kB
    [ebuild R ] gnome-base/gnome-session-2.16.2 USE="esd -branding -debug -ipv6 -tcpd" 0 kB
    [ebuild R ] gnome-base/control-center-2.16.2 USE="alsa eds hal -debug" 0 kB
    [ebuild R ] gnome-base/gnome-volume-manager-2.15.0-r1 USE="crypt -debug -doc" 0 kB
    [ebuild R ] gnome-extra/evolution-data-server-1.8.2 USE="ldap nntp ssl -debug -doc -ipv6 -kerberos -keyring -krb4" 0 kB
    [ebuild R ] gnome-base/gnome-panel-2.16.2 USE="eds -debug -doc" 0 kB
    [ebuild R ] gnome-extra/bug-buddy-2.16.0 USE="-debug" 0 kB
    [ebuild R ] gnome-extra/evolution-webcal-2.8.0 USE="-debug" 0 kB
    [ebuild R ] gnome-extra/gnome-utils-2.16.2-r2 USE="hal -debug -ipv6" 0 kB
    [ebuild R ] dev-python/gnome-python-desktop-2.16.0 USE="X -debug" 0 kB
    [ebuild R ] gnome-extra/fast-user-switch-applet-2.16.0 USE="-debug" 0 kB
    [ebuild R ] gnome-extra/sensors-applet-1.7.9 USE="hddtemp libnotify -debug -lm_sensors -nvidia" 0 kB
    [ebuild R ] app-editors/gedit-2.16.2-r1 USE="python -debug -doc -spell" 0 kB
    [ebuild R ] net-nds/openldap-2.3.30-r2 USE="crypt minimal perl readline sasl ssl -berkdb -debug -gdbm -ipv6 -kerberos -odbc -overlays -samba (-selinux) -slp -smbkrb5passwd -tcpd" 0 kB
    [ebuild R ] dev-libs/cyrus-sasl-2.1.22-r1 USE="crypt java ldap pam ssl -authdaemond -berkdb -gdbm -kerberos -mysql -ntlm_unsupported_patch -postgres -sample -srp -urandom" 0 kB
    [ebuild R ] net-misc/curl-7.15.1-r1 USE="ares gnutls ldap ssl -idn -ipv6 -kerberos -krb4 -test" 0 kB
    [ebuild R ] net-dns/bind-9.3.2-r4 USE="ldap ssl -berkdb -dlz -doc -idn -ipv6 -mysql -odbc -postgres (-selinux) -threads" 0 kB
    [ebuild R ] net-misc/openssh-4.5_p1 USE="X ldap pam -X509 -chroot -hpn -kerberos -libedit (-selinux) -skey -smartcard -static -tcpd" 0 kB
    [ebuild R ] gnome-extra/libgda-1.2.3 USE="ldap -berkdb -debug -doc (-firebird) -freetds -mdb -mysql -oci8 -odbc -postgres -sqlite -xbase" 0 kB
    [ebuild R ] app-admin/sudo-1.6.8_p9-r2 USE="ldap pam -offensive (-selinux) -skey" 0 kB
    [ebuild R ] dev-libs/apr-util-0.9.12 USE="ldap -berkdb -gdbm" 0 kB
    [ebuild R ] app-crypt/gnupg-1.4.6 USE="X bindist bzip2 curl idea ldap readline usb zlib -ecc -nls (-selinux) -smartcard -static" LINGUAS="-ru" 0 kB
    [ebuild R ] app-office/planner-0.12.1 USE="libgda python -debug -doc" 0 kB
    [ebuild R ] dev-python/gnome-python-extras-2.14.0-r1 USE="X firefox -debug -doc -seamonkey" 0 kB
    [ebuild R ] app-admin/system-tools-backends-1.4.2-r1 USE="-debug" 0 kB
    [ebuild R ] media-sound/vorbis-tools-1.1.1-r3 USE="flac speex -nls" 0 kB
    [ebuild R ] dev-util/subversion-1.3.2-r3 USE="bash-completion java perl python zlib -apache2 -berkdb -emacs -nls -nowebdav -ruby" 0 kB
    [ebuild R ] dev-python/python-ldap-2.0.11 USE="sasl ssl -doc" 0 kB
    [ebuild R ] app-office/openoffice-2.1.0 USE="binfilter branding cairo cups dbus eds firefox gnome gtk java ldap pam -debug -gstreamer -kde -odk -seamonkey -sound -webdav" LINGUAS="de en en_GB -af -ar -as_IN -be_BY -bg -bn -bs -ca -cs -cy -da -el -en_US -en_ZA -es -et -fa -fi -fr -gu_IN -he -hi_IN -hr -hu -it -ja -km -ko -lt -lv -mk -nb -nl -nn -nr -ns -or_IN -pa_IN -pl -pt -pt_BR -ru -rw -sh_YU -sk -sl -sr_CS -st -sv -sw_TZ -ta_IN -te_IN -tg -th -ti_ER -tn -tr -ts -ur_IN -ve -vi -xh -zh_CN -zh_TW -zu" 0 kB
    [ebuild R ] app-crypt/gnupg-1.9.21 USE="X ldap -gpg2-experimental -nls (-selinux) -smartcard" 0 kB
    [ebuild R ] gnome-extra/deskbar-applet-2.16.2-r1 USE="eds -debug -spell" 0 kB
    [ebuild R ] gnome-base/gnome-applets-2.16.2 USE="acpi apm gstreamer hal -debug -doc -ipv6" 0 kB
    [ebuild R ] app-portage/layman-1.0.6 0 kB
    [ebuild R ] app-admin/sabayon-2.12.4 USE="-debug" 0 kB
    [ebuild R ] mail-filter/spamassassin-3.1.3 USE="ldap qmail ssl -berkdb -doc -ipv6 -mysql -postgres -sqlite -tools" 0 kB
    [ebuild R ] mail-client/evolution-2.8.2.1 USE="crypt dbus hal ldap nntp ssl -bogofilter -debug -doc -ipv6 -kerberos -krb4 -mono -pda -profile -spell" 0 kB

    Total: 725 packages (725 reinstalls), Size of downloads: 0 kB
    Portage overlays:
    [1] /usr/local/layman/xeffects
    notebook roman #
Top
Roman_Gruber
Advocate
Advocate
Posts: 3854
Joined: Tue Oct 03, 2006 8:43 am
Location: Austro Bavaria

  • Quote

Post by Roman_Gruber » Sun Feb 04, 2007 9:21 am

post the output of glxinfo please, full!!
Top
Alebo
n00b
n00b
Posts: 37
Joined: Wed Mar 30, 2005 11:52 am
Location: NRW, Germany

  • Quote

Post by Alebo » Sun Feb 04, 2007 10:19 am

This is the output of glxinfo:

Code: Select all

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_get_proc_address, GLX_SGI_video_sync, GLX_ARB_multisample,
    GLX_ATI_pixel_format_float, GLX_ATI_render_texture
GLX version: 1.2
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_multisample
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON X700 Generic
OpenGL version string: 2.0.6234 (8.32.5)
OpenGL extensions:
    GL_ARB_multitexture, GL_EXT_texture_env_add, GL_EXT_compiled_vertex_array,
    GL_S3_s3tc, GL_ARB_depth_texture, GL_ARB_fragment_program,
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader,
    GL_ARB_multisample, GL_ARB_occlusion_query, GL_ARB_point_parameters,
    GL_ARB_point_sprite, GL_ARB_shader_objects, GL_ARB_shading_language_100,
    GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
    GL_ARB_texture_compression, GL_ARB_texture_cube_map,
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
    GL_ARB_texture_float, GL_ARB_texture_mirrored_repeat,
    GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_blend,
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
    GL_ARB_window_pos, GL_ARB_draw_buffers, GL_ATI_draw_buffers,
    GL_ATI_element_array, GL_ATI_envmap_bumpmap, GL_ATI_fragment_shader,
    GL_ATI_map_object_buffer, GL_ATI_separate_stencil,
    GL_ATI_texture_env_combine3, GL_ATI_texture_float,
    GL_ATI_texture_mirror_once, GL_ATI_vertex_array_object,
    GL_ATI_vertex_attrib_array_object, GL_ATI_vertex_streams,
    GL_ATIX_texture_env_combine3, GL_ATIX_texture_env_route,
    GL_ATIX_vertex_shader_output_point_size, GL_EXT_abgr, GL_EXT_bgra,
    GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_minmax,
    GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_object,
    GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, GL_EXT_point_parameters,
    GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap,
    GL_EXT_texgen_reflection, GL_EXT_texture3D,
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
    GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
    GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array,
    GL_EXT_vertex_shader, GL_HP_occlusion_test, GL_NV_blend_square,
    GL_NV_occlusion_query, GL_NV_texgen_reflection, GL_SGI_color_matrix,
    GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x23 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x24 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x27 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x28 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x29 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2a 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2b 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x2c 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x2d 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x2e 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x2f 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x30 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x31 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x32 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x33 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x34 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x35 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x36 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x37 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x38 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x39 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x3a 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x3b 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x3c 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x3d 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x3e 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x3f 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x40 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x41 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x42 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x43 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x44 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x45 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x46 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x47 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x48 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x49 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x4a 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x4b 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x4c 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x4d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x4e 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x4f 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x50 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x51 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x52 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x53 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x54 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x55 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x56 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x57 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x58 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x59 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x5a 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x5b 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x5c 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 None
0x5d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x5e 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 None
0x5f 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x60 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x61 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x62 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
My system is up to date more or less. I set it up three weeks ago. I use the same version of the ati-driver as you do.
Top
Roman_Gruber
Advocate
Advocate
Posts: 3854
Joined: Tue Oct 03, 2006 8:43 am
Location: Austro Bavaria

  • Quote

Post by Roman_Gruber » Sun Feb 04, 2007 10:28 am

Seems ok. Have you looked at top (console) or the system-monitor in gnome, to see, which application uses the high cpu, memory? Is it only while watching films? Maybe it needs so much cpu - power?
I set up gentoo on my Asus A6VA. Everything works fine except of graphics. When I move windows around, scroll in browsers for example, or watch a video with vlc or kaffeine the cpu usage rises to 80-100%. Even if I enable the analyzer in amarok the cpu usage is obviously higher.
Try e.g. another wm, like gnome, or fluxbox, or enlightment, to see if this is a kde problem! I think amarok is a kde application. 8)
Top
Alebo
n00b
n00b
Posts: 37
Joined: Wed Mar 30, 2005 11:52 am
Location: NRW, Germany

  • Quote

Post by Alebo » Sun Feb 04, 2007 11:19 am

This are two outputs from top.

I did the first measurement using kde reading this post with opera. I just took "konsole" an moved it around.

Code: Select all

top - 13:00:32 up  1:20,  2 users,  load average: 0.84, 0.65, 0.58
Tasks: 107 total,   3 running, 104 sleeping,   0 stopped,   0 zombie
Cpu(s): 93.9% us,  5.3% sy,  0.0% ni,  0.4% id,  0.0% wa,  0.4% hi,  0.0% si
Mem:   1030328k total,   959476k used,    70852k free,    47336k buffers
Swap:  1044184k total,        0k used,  1044184k free,   604696k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
13016 root      25   0 65308  40m 7444 R 53.9  4.0   2:59.55 X
13133 alex      15   0  138m  95m  14m S 16.3  9.5   0:57.35 opera
13103 alex      16   0 34148  18m  13m S  3.0  1.8   0:59.72 kicker
13428 alex      15   0  130m  35m  24m S  2.7  3.5   1:25.22 amarokapp
13097 alex      16   0 28764  12m 9624 S  2.3  1.3   0:03.73 kwin
13118 alex      15   0 32836  17m  11m R  1.3  1.8   0:06.68 konsole
13089 alex      15   0 31216  15m  12m S  1.0  1.6   0:01.60 kded
13101 alex      15   0 29676  14m  11m S  0.3  1.5   0:02.33 kdesktop
    1 root      15   0  1520  544  476 S  0.0  0.1   0:00.67 init
    2 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/0
    3 root      34  19     0    0    0 S  0.0  0.0   0:00.03 ksoftirqd/0
    4 root      10  -5     0    0    0 S  0.0  0.0   0:00.03 events/0
    5 root      10  -5     0    0    0 S  0.0  0.0   0:00.00 khelper
    6 root      11  -5     0    0    0 S  0.0  0.0   0:00.00 kthread
  158 root      10  -5     0    0    0 S  0.0  0.0   0:00.00 kblockd/0
  159 root      14  -5     0    0    0 S  0.0  0.0   0:02.11 kacpid
  277 root      20  -5     0    0    0 S  0.0  0.0   0:00.00 cqueue/0
The second one is from E17 moving eterm around. VLC is just opened but I do not play something. It's just open. I think it is very weird that VLC uses 19,6% of CPU while doing nothing.

Code: Select all

top - 13:08:48 up  1:28,  4 users,  load average: 0.84, 0.66, 0.60
Tasks:  85 total,   3 running,  82 sleeping,   0 stopped,   0 zombie
Cpu(s): 93.5% us,  6.0% sy,  0.0% ni,  0.0% id,  0.0% wa,  0.4% hi,  0.0% si
Mem:   1030328k total,   847896k used,   182432k free,    51400k buffers
Swap:  1044184k total,        0k used,  1044184k free,   659764k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
14248 alex      16   0 17980  13m 3976 R 39.9  1.3   0:24.94 enlightenment
13016 root      15   0 58388  34m  10m S 20.3  3.4   3:17.73 X
14542 alex      15   0 91768  25m  17m S 19.6  2.5   0:10.42 vlc
14524 alex      15   0  102m  33m  21m S  1.7  3.3   0:04.05 firefox-bin
14560 alex      15   0 27532  14m  10m S  0.7  1.4   0:00.63 yakuake
14551 alex      15   0  9980 3312 2264 S  0.3  0.3   0:00.31 xterm
    1 root      15   0  1520  544  476 S  0.0  0.1   0:00.67 init
    2 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/0
    3 root      34  19     0    0    0 S  0.0  0.0   0:00.03 ksoftirqd/0
    4 root      10  -5     0    0    0 S  0.0  0.0   0:00.03 events/0
    5 root      10  -5     0    0    0 S  0.0  0.0   0:00.00 khelper
    6 root      10  -5     0    0    0 S  0.0  0.0   0:00.00 kthread
  158 root      10  -5     0    0    0 S  0.0  0.0   0:00.00 kblockd/0
  159 root      11  -5     0    0    0 S  0.0  0.0   0:02.54 kacpid
  277 root      20  -5     0    0    0 S  0.0  0.0   0:00.00 cqueue/0
  278 root      10  -5     0    0    0 S  0.0  0.0   0:00.22 ata/0
  279 root      20  -5     0    0    0 S  0.0  0.0   0:00.00 ata_aux
  280 root      10  -5     0    0    0 S  0.0  0.0   0:00.00 ksuspend_usbd
Thanks for your help so far.
Top
Roman_Gruber
Advocate
Advocate
Posts: 3854
Joined: Tue Oct 03, 2006 8:43 am
Location: Austro Bavaria

  • Quote

Post by Roman_Gruber » Sun Feb 04, 2007 12:27 pm

Ok there is something wrong with your X-Server.

I have vlc running, beryl running and it takes nearly nothing.

A good starting point is to look into /var/log/messages.

See through this messages, if it tells you something. There it must be something.

post emerge --info please. THANKS => To see which architecture, version, etc..
Top
Alebo
n00b
n00b
Posts: 37
Joined: Wed Mar 30, 2005 11:52 am
Location: NRW, Germany

  • Quote

Post by Alebo » Sun Feb 04, 2007 10:08 pm

This is my /var/log/messages. I cannot find anything wrong concering the xorg-server or the ati-drivers.

Code: Select all

Feb  4 23:57:23 alebo su(pam_unix)[8310]: session closed for user root
Feb  4 23:57:23 alebo su(pam_unix)[8324]: session closed for user root
Feb  4 23:57:31 alebo su(pam_unix)[11750]: session closed for user root
Feb  4 23:57:38 alebo kde(pam_unix)[8182]: session closed for user alex
Feb  4 23:57:39 alebo [  450.467000] [fglrx] total      GART = 125829120
Feb  4 23:57:39 alebo [  450.467000] [fglrx] free       GART = 109838336
Feb  4 23:57:39 alebo [  450.467000] [fglrx] max single GART = 109838336
Feb  4 23:57:39 alebo [  450.467000] [fglrx] total      LFB  = 133959680
Feb  4 23:57:39 alebo [  450.467000] [fglrx] free       LFB  = 119570432
Feb  4 23:57:39 alebo [  450.467000] [fglrx] max single LFB  = 119570432
Feb  4 23:57:39 alebo [  450.467000] [fglrx] total      Inv  = 0
Feb  4 23:57:39 alebo [  450.467000] [fglrx] free       Inv  = 0
Feb  4 23:57:39 alebo [  450.467000] [fglrx] max single Inv  = 0
Feb  4 23:57:39 alebo [  450.467000] [fglrx] total      TIM  = 0
Feb  4 23:57:42 alebo shutdown[11884]: shutting down for system reboot
Feb  4 23:57:42 alebo init: Switching to runlevel: 6
Feb  4 23:57:50 alebo syslog-ng[7115]: syslog-ng version 1.6.11 going down
Feb  4 23:59:14 alebo syslog-ng[7277]: syslog-ng version 1.6.11 starting
Feb  4 23:59:14 alebo syslog-ng[7277]: Changing permissions on special file /dev/tty12
Feb  4 23:59:14 alebo LIFO batch:31
Feb  4 23:59:14 alebo [    0.000000]   HighMem zone: 255 pages used for memmap
Feb  4 23:59:14 alebo [    0.000000]   HighMem zone: 32449 pages, LIFO batch:7
Feb  4 23:59:14 alebo [    0.000000] DMI 2.3 present.
Feb  4 23:59:14 alebo [    0.000000] ACPI: RSDP (v000 ACPIAM                                ) @ 0x000f6980
Feb  4 23:59:14 alebo [    0.000000] ACPI: RSDT (v001 A M I  OEMRSDT  0x02000620 MSFT 0x00000097) @ 0x3ffc0000
Feb  4 23:59:14 alebo [    0.000000] ACPI: FADT (v002 A M I  OEMFACP  0x02000620 MSFT 0x00000097) @ 0x3ffc0200
Feb  4 23:59:14 alebo [    0.000000] ACPI: MADT (v001 A M I  OEMAPIC  0x02000620 MSFT 0x00000097) @ 0x3ffc0390
Feb  4 23:59:14 alebo [    0.000000] ACPI: MCFG (v001 A M I  OEMMCFG  0x02000620 MSFT 0x00000097) @ 0x3ffc03f0
Feb  4 23:59:14 alebo [    0.000000] ACPI: OEMB (v001 A M I  AMI_OEM  0x02000620 MSFT 0x00000097) @ 0x3ffcf040
Feb  4 23:59:14 alebo [    0.000000] ACPI: SSDT (v001    AMI   CPU1PM 0x00000001 INTL 0x02002026) @ 0x3ffc8e30
Feb  4 23:59:14 alebo [    0.000000] ACPI: DSDT (v001  0AAAA 0AAAA000 0x00000000 INTL 0x02002026) @ 0x00000000
Feb  4 23:59:14 alebo [    0.000000] ACPI: PM-Timer IO Port: 0x808
Feb  4 23:59:14 alebo [    0.000000] ACPI: Local APIC address 0xfee00000
Feb  4 23:59:14 alebo [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Feb  4 23:59:14 alebo [    0.000000] Processor #0 6:13 APIC version 20
Feb  4 23:59:14 alebo [    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
Feb  4 23:59:14 alebo [    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
Feb  4 23:59:14 alebo [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Feb  4 23:59:14 alebo [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Feb  4 23:59:14 alebo [    0.000000] ACPI: IRQ0 used by override.
Feb  4 23:59:14 alebo [    0.000000] ACPI: IRQ2 used by override.
Feb  4 23:59:14 alebo [    0.000000] ACPI: IRQ9 used by override.
Feb  4 23:59:14 alebo [    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
Feb  4 23:59:14 alebo [    0.000000] Using ACPI (MADT) for SMP configuration information
Feb  4 23:59:14 alebo [    0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:bed14000)
Feb  4 23:59:14 alebo [    0.000000] Detected 1296.788 MHz processor.
Feb  4 23:59:14 alebo [   20.199724] Built 1 zonelists.  Total pages: 260033
Feb  4 23:59:14 alebo [   20.199729] Kernel command line: root=/dev/sda7
Feb  4 23:59:14 alebo [   20.199996] mapped APIC to ffffd000 (fee00000)
Feb  4 23:59:14 alebo [   20.200000] mapped IOAPIC to ffffc000 (fec00000)
Feb  4 23:59:14 alebo [   20.200004] Enabling fast FPU save and restore... done.
Feb  4 23:59:14 alebo [   20.200007] Enabling unmasked SIMD FPU exception support... done.
Feb  4 23:59:14 alebo [   20.200011] Initializing CPU#0
Feb  4 23:59:14 alebo [   20.200085] PID hash table entries: 4096 (order: 12, 16384 bytes)
Feb  4 23:59:14 alebo [   20.201459] Console: colour VGA+ 80x25
Feb  4 23:59:14 alebo [   20.203936] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Feb  4 23:59:14 alebo [   20.204534] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Feb  4 23:59:14 alebo [   20.243940] Memory: 1029600k/1048320k available (5915k kernel code, 18140k reserved, 2211k data, 508k init, 130816k highmem)
Feb  4 23:59:14 alebo [   20.244023] virtual kernel memory layout:
Feb  4 23:59:14 alebo [   20.244025]     fixmap  : 0xfff4e000 - 0xfffff000   ( 708 kB)
Feb  4 23:59:14 alebo [   20.244027]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
Feb  4 23:59:14 alebo [   20.244028]     vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
Feb  4 23:59:14 alebo [   20.244030]     lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
Feb  4 23:59:14 alebo [   20.244032]       .init : 0xc08f9000 - 0xc0978000   ( 508 kB)
Feb  4 23:59:14 alebo [   20.244033]       .data : 0xc06c6f52 - 0xc08efb6c   (2211 kB)
Feb  4 23:59:14 alebo [   20.244035]       .text : 0xc0100000 - 0xc06c6f52   (5915 kB)
Feb  4 23:59:14 alebo [   20.244496] Checking if this processor honours the WP bit even in supervisor mode... Ok.
Feb  4 23:59:14 alebo [   20.303989] Calibrating delay using timer specific routine.. 2595.04 BogoMIPS (lpj=1297524)
Feb  4 23:59:14 alebo [   20.304151] Security Framework v1.0.0 initialized
Feb  4 23:59:14 alebo [   20.304213] SELinux:  Initializing.
Feb  4 23:59:14 alebo [   20.304284] SELinux:  Starting in permissive mode
Feb  4 23:59:14 alebo [   20.304346] selinux_register_security:  Registering secondary module capability
Feb  4 23:59:14 alebo [   20.304415] Capability LSM initialized as secondary
Feb  4 23:59:14 alebo [   20.304488] Mount-cache hash table entries: 512
Feb  4 23:59:14 alebo [   20.304686] CPU: After generic identify, caps: afe9fbff 00100000 00000000 00000000 00000180 00000000 00000000
Feb  4 23:59:14 alebo [   20.304701] CPU: L1 I cache: 32K, L1 D cache: 32K
Feb  4 23:59:14 alebo [   20.304806] CPU: L2 cache: 2048K
Feb  4 23:59:14 alebo [   20.304863] CPU: After all inits, caps: afe9fbff 00100000 00000000 00000040 00000180 00000000 00000000
Feb  4 23:59:14 alebo [   20.304872] Intel machine check architecture supported.
Feb  4 23:59:14 alebo [   20.304933] Intel machine check reporting enabled on CPU#0.
Feb  4 23:59:14 alebo [   20.305010] Compat vDSO mapped to ffffe000.
Feb  4 23:59:14 alebo [   20.305077] Checking 'hlt' instruction... OK.
Feb  4 23:59:14 alebo [   20.309345] SMP alternatives: switching to UP code
Feb  4 23:59:14 alebo [   20.309811] Freeing SMP alternatives: 28k freed
Feb  4 23:59:14 alebo [   20.309870] ACPI: Core revision 20060707
Feb  4 23:59:14 alebo [   20.327289] CPU0: Intel(R) Pentium(R) M processor 1.73GHz stepping 08
Feb  4 23:59:14 alebo [   20.327464] Total of 1 processors activated (2595.04 BogoMIPS).
Feb  4 23:59:14 alebo [   20.327681] ENABLING IO-APIC IRQs
Feb  4 23:59:14 alebo [   20.327936] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
Feb  4 23:59:14 alebo [   20.479851] Brought up 1 CPUs
Feb  4 23:59:14 alebo [   20.480412] NET: Registered protocol family 16
Feb  4 23:59:14 alebo [   20.480667] EISA bus registered
Feb  4 23:59:14 alebo [   20.480726] ACPI: bus type pci registered
Feb  4 23:59:14 alebo [   20.480791] PCI: BIOS Bug: MCFG area at e0000000 is not E820-reserved
Feb  4 23:59:14 alebo [   20.480856] PCI: Not using MMCONFIG.
Feb  4 23:59:14 alebo [   20.480978] PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=3
Feb  4 23:59:14 alebo [   20.481038] PCI: Using configuration type 1
Feb  4 23:59:14 alebo [   20.481095] Setting up standard PCI resources
Feb  4 23:59:14 alebo [   20.485627] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.485690] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.485750] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.485813] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.485873] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.485933] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.485992] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.486052] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.486111] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.486170] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.486230] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.486290] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.486349] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.486408] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.486468] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.486526] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.486586] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.486646] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.486705] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.486765] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.486849] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.486909] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.486969] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.487029] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.487088] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.487148] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.487207] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.487267] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.487326] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.487386] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.487445] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.487505] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.487565] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.487625] pci_get_subsys() called while pci_devices is still empty
Feb  4 23:59:14 alebo [   20.626175] ACPI: Interpreter enabled
Feb  4 23:59:14 alebo [   20.626233] ACPI: Using IOAPIC for interrupt routing
Feb  4 23:59:14 alebo [   20.626890] ACPI: PCI Root Bridge [PCI0] (0000:00)
Feb  4 23:59:14 alebo [   20.626957] PCI: Probing PCI hardware (bus 00)
Feb  4 23:59:14 alebo [   20.630077] PCI quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
Feb  4 23:59:14 alebo [   20.630140] PCI quirk: region 0480-04bf claimed by ICH6 GPIO
Feb  4 23:59:14 alebo [   20.630254] PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
Feb  4 23:59:14 alebo [   20.630399] Boot video device is 0000:01:00.0
Feb  4 23:59:14 alebo [   20.630904] PCI: Transparent bridge - 0000:00:1e.0
Feb  4 23:59:14 alebo [   20.631030] PCI: Bus #03 (-#06) is hidden behind transparent bridge #02 (-#03) (try 'pci=assign-busses')
Feb  4 23:59:14 alebo [   20.631102] Please report the result to linux-kernel to fix this permanently
Feb  4 23:59:14 alebo [   20.631195] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Feb  4 23:59:14 alebo [   20.636122] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
Feb  4 23:59:14 alebo [   20.644402] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P3._PRT]
Feb  4 23:59:14 alebo [   20.645551] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *11 12)
Feb  4 23:59:14 alebo [   20.646484] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 12) *11
Feb  4 23:59:14 alebo [   20.647417] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 7 12)
Feb  4 23:59:14 alebo [   20.648286] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 *6 7 12)
Feb  4 23:59:14 alebo [   20.649155] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 12)
Feb  4 23:59:14 alebo [   20.650019] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 12) *0, disabled.
Feb  4 23:59:14 alebo [   20.650978] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 12)
Feb  4 23:59:14 alebo [   20.651854] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 12)
Feb  4 23:59:14 alebo [   20.652777] ACPI: Power Resource [GFAN] (off)
Feb  4 23:59:14 alebo [   20.652858] Linux Plug and Play Support v0.97 (c) Adam Belay
Feb  4 23:59:14 alebo [   20.652927] pnp: PnP ACPI init
Feb  4 23:59:14 alebo [   20.658643] pnp: PnP ACPI: found 14 devices
Feb  4 23:59:14 alebo [   20.658706] PnPBIOS: Disabled by ACPI PNP
Feb  4 23:59:14 alebo [   20.658942] SCSI subsystem initialized
Feb  4 23:59:14 alebo [   20.659026] libata version 2.00 loaded.
Feb  4 23:59:14 alebo [   20.659101] usbcore: registered new interface driver usbfs
Feb  4 23:59:14 alebo [   20.659200] usbcore: registered new interface driver hub
Feb  4 23:59:14 alebo [   20.659296] usbcore: registered new device driver usb
Feb  4 23:59:14 alebo [   20.659391] PCI: Using ACPI for IRQ routing
Feb  4 23:59:14 alebo [   20.659450] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
Feb  4 23:59:14 alebo [   20.667283] NetLabel: Initializing
Feb  4 23:59:14 alebo [   20.667340] NetLabel:  domain hash size = 128
Feb  4 23:59:14 alebo [   20.667397] NetLabel:  protocols = UNLABELED CIPSOv4
Feb  4 23:59:14 alebo [   20.667471] NetLabel:  unlabeled traffic allowed by default
Feb  4 23:59:14 alebo [   20.669038] pnp: 00:0b: ioport range 0xa00-0xa0f has been reserved
Feb  4 23:59:14 alebo [   20.669124] ieee1394: Initialized config rom entry `ip1394'
Feb  4 23:59:14 alebo [   20.669216] ACPI: PCI Interrupt 0000:02:01.1[B] -> GSI 18 (level, low) -> IRQ 16
Feb  4 23:59:14 alebo [   20.722558] ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[16]  MMIO=[feafb000-feafb7ff]  Max Packet=[2048]  IR/IT contexts=[4/4]
Feb  4 23:59:14 alebo [   20.729735] PCI: Bridge: 0000:00:01.0
Feb  4 23:59:14 alebo [   20.729793]   IO window: a000-cfff
Feb  4 23:59:14 alebo [   20.729852]   MEM window: fe900000-fe9fffff
Feb  4 23:59:14 alebo [   20.729912]   PREFETCH window: cff00000-dfefffff
Feb  4 23:59:14 alebo [   20.729979] PCI: Bus 3, cardbus bridge: 0000:02:01.0
Feb  4 23:59:14 alebo [   20.730037]   IO window: 0000d000-0000d0ff
Feb  4 23:59:14 alebo [   20.730098]   IO window: 0000d400-0000d4ff
Feb  4 23:59:14 alebo [   20.730160]   PREFETCH window: 50000000-51ffffff
Feb  4 23:59:14 alebo [   20.730221]   MEM window: 54000000-55ffffff
Feb  4 23:59:14 alebo [   20.730281] PCI: Bridge: 0000:00:1e.0
Feb  4 23:59:14 alebo [   20.730339]   IO window: d000-dfff
Feb  4 23:59:14 alebo [   20.730400]   MEM window: fea00000-feafffff
Feb  4 23:59:14 alebo [   20.730460]   PREFETCH window: 50000000-52ffffff
Feb  4 23:59:14 alebo [   20.730531] ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 17
Feb  4 23:59:14 alebo [   20.730649] PCI: Setting latency timer of device 0000:00:01.0 to 64
Feb  4 23:59:14 alebo [   20.730662] PCI: Setting latency timer of device 0000:00:1e.0 to 64
Feb  4 23:59:14 alebo [   20.730678] ACPI: PCI Interrupt 0000:02:01.0[A] -> GSI 17 (level, low) -> IRQ 18
Feb  4 23:59:14 alebo [   20.730814] NET: Registered protocol family 2
Feb  4 23:59:14 alebo [   20.742798] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
Feb  4 23:59:14 alebo [   20.743010] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Feb  4 23:59:14 alebo [   20.744303] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
Feb  4 23:59:14 alebo [   20.745072] TCP: Hash tables configured (established 131072 bind 65536)
Feb  4 23:59:14 alebo [   20.745135] TCP reno registered
Feb  4 23:59:14 alebo [   20.745471] Machine check exception polling timer started.
Feb  4 23:59:14 alebo [   20.745849] audit: initializing netlink socket (disabled)
Feb  4 23:59:14 alebo [   20.745920] audit(1170629900.563:1): initialized
Feb  4 23:59:14 alebo [   20.746044] highmem bounce pool size: 64 pages
Feb  4 23:59:14 alebo [   20.746104] Total HugeTLB memory allocated, 0
Feb  4 23:59:14 alebo [   20.746241] VFS: Disk quotas dquot_6.5.1
Feb  4 23:59:14 alebo [   20.746321] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Feb  4 23:59:14 alebo [   20.746464] squashfs: version 3.1 (2006/08/19) Phillip Lougher
Feb  4 23:59:14 alebo [   20.746545] Coda Kernel/Venus communications, v5.3.20, coda@cs.cmu.edu
Feb  4 23:59:14 alebo [   20.746917] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Feb  4 23:59:14 alebo [   20.747254] NTFS driver 2.1.27 [Flags: R/W].
Feb  4 23:59:14 alebo [   20.747364] QNX4 filesystem 0.2.3 registered.
Feb  4 23:59:14 alebo [   20.747423] fuse init (API version 7.7)
Feb  4 23:59:14 alebo [   20.748294] JFS: nTxBlock = 8045, nTxLock = 64363
Feb  4 23:59:14 alebo [   20.755515] SGI XFS with ACLs, security attributes, realtime, large block numbers, no debug enabled
Feb  4 23:59:14 alebo [   20.755864] SGI XFS Quota Management subsystem
Feb  4 23:59:14 alebo [   20.755991] SELinux:  Registering netfilter hooks
Feb  4 23:59:14 alebo [   20.765190] io scheduler noop registered
Feb  4 23:59:14 alebo [   20.765294] io scheduler anticipatory registered
Feb  4 23:59:14 alebo [   20.765396] io scheduler deadline registered
Feb  4 23:59:14 alebo [   20.765534] io scheduler cfq registered (default)
Feb  4 23:59:14 alebo [   20.766005] PCI: Setting latency timer of device 0000:00:01.0 to 64
Feb  4 23:59:14 alebo [   20.766042] assign_interrupt_mode Found MSI capability
Feb  4 23:59:14 alebo [   20.766159] Allocate Port Service[0000:00:01.0:pcie00]
Feb  4 23:59:14 alebo [   20.791572] lp: driver loaded but no devices found
Feb  4 23:59:14 alebo [   20.791728] Real Time Clock Driver v1.12ac
Feb  4 23:59:14 alebo [   20.791856] toshiba: not a supported Toshiba laptop
Feb  4 23:59:14 alebo [   20.791957] ppdev: user-space parallel port driver
Feb  4 23:59:14 alebo [   20.792016] Linux agpgart interface v0.101 (c) Dave Jones
Feb  4 23:59:14 alebo [   20.792328] ACPI: AC Adapter [AC0] (on-line)
Feb  4 23:59:14 alebo [   20.826472] ACPI: Battery Slot [BAT0] (battery present)
Feb  4 23:59:14 alebo [   20.826549] ACPI: Power Button (FF) [PWRF]
Feb  4 23:59:14 alebo [   20.826649] ACPI: Lid Switch [LID]
Feb  4 23:59:14 alebo [   20.826714] ACPI: Sleep Button (CM) [SLPB]
Feb  4 23:59:14 alebo [   20.826865] ACPI: Transitioning device [FN00] to D3
Feb  4 23:59:14 alebo [   20.826923] ACPI: Transitioning device [FN00] to D3
Feb  4 23:59:14 alebo [   20.826983] ACPI: Fan [FN00] (off)
Feb  4 23:59:14 alebo [   20.827232] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Feb  4 23:59:14 alebo [   20.827543] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Feb  4 23:59:14 alebo [   20.827616] Using specific hotkey driver
Feb  4 23:59:14 alebo [   20.828610] ACPI: CPU0 (power states: C1[C1] C2[C2])
Feb  4 23:59:14 alebo [   20.828804] ACPI: Processor [CPU1] (supports 8 throttling states)
Feb  4 23:59:14 alebo [    0.399000] ACPI: Thermal Zone [THRM] (59 C)
Feb  4 23:59:14 alebo [    0.399000] Asus Laptop ACPI Extras version 0.30
Feb  4 23:59:14 alebo [    0.399000]   unsupported model A6VA, trying default values
Feb  4 23:59:14 alebo [    0.399000]   send /proc/acpi/dsdt to the developers
Feb  4 23:59:14 alebo [    0.399000] ibm_acpi: ec object not found
Feb  4 23:59:14 alebo [    0.399000] isapnp: Scanning for PnP cards...
Feb  4 23:59:14 alebo [    0.756000] isapnp: No Plug & Play device found
Feb  4 23:59:14 alebo [    0.756000] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
Feb  4 23:59:14 alebo [    0.756000] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Feb  4 23:59:14 alebo [    0.757000] parport: PnPBIOS parport detected.
Feb  4 23:59:14 alebo [    0.757000] parport0: PC-style at 0x378, irq 7 [PCSPP,EPP]
Feb  4 23:59:14 alebo [    1.008000] lp0: using parport0 (interrupt-driven).
Feb  4 23:59:14 alebo [    2.008000] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00e018000348630c]
Feb  4 23:59:14 alebo [    4.204000] floppy0: no floppy controllers found
Feb  4 23:59:14 alebo [    4.204000] RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
Feb  4 23:59:14 alebo [    4.205000] loop: loaded (max 8 devices)
Feb  4 23:59:14 alebo [    4.205000] Compaq SMART2 Driver (v 2.6.0)
Feb  4 23:59:14 alebo [    4.205000] HP CISS Driver (v 3.6.10)
Feb  4 23:59:14 alebo [    4.205000] v2.3 : Micro Memory(tm) PCI memory board block driver
Feb  4 23:59:14 alebo [    4.205000] MM: desc_per_page = 128
Feb  4 23:59:14 alebo [    4.206000] Loading iSCSI transport class v2.0-724.<5>iscsi: registered transport (tcp)
Feb  4 23:59:14 alebo [    4.206000] Loading Adaptec I2O RAID: Version 2.4 Build 5go
Feb  4 23:59:14 alebo [    4.206000] Detecting Adaptec I2O RAID controllers...
Feb  4 23:59:14 alebo [    4.206000] Adaptec aacraid driver (1.1-5[2409]-mh2)
Feb  4 23:59:14 alebo [    4.207000] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.2 loaded
Feb  4 23:59:14 alebo [    4.207000] NCR53c406a: no available ports found
Feb  4 23:59:14 alebo [    4.207000] sym53c416.c: Version 1.0.0-ac
Feb  4 23:59:14 alebo [    4.207000] qlogicfas: no cards were found, please specify I/O address and IRQ using iobase= and irq= options<6>QLogic Fibre Channel HBA Driver
Feb  4 23:59:14 alebo [    4.207000] iscsi: registered transport (qla4xxx)
Feb  4 23:59:14 alebo [    4.207000] QLogic iSCSI HBA Driver
Feb  4 23:59:14 alebo [    4.207000] Emulex LightPulse Fibre Channel SCSI driver 8.1.10
Feb  4 23:59:14 alebo [    4.208000] Copyright(c) 2004-2006 Emulex.  All rights reserved.
Feb  4 23:59:14 alebo [    4.479000] Failed initialization of WD-7000 SCSI card!
Feb  4 23:59:14 alebo [    4.479000] IBM MCA SCSI: Version 4.0b-ac
Feb  4 23:59:14 alebo [    4.479000] IBM MCA SCSI:  No Microchannel-bus present --> Aborting.
Feb  4 23:59:14 alebo [    4.479000]       	     This machine does not have any IBM MCA-bus
Feb  4 23:59:14 alebo [    4.479000]     	     or the MCA-Kernel-support is not enabled!
Feb  4 23:59:14 alebo [    4.498000] DC390: clustering now enabled by default. If you get problems load
Feb  4 23:59:14 alebo [    4.498000] 	with "disable_clustering=1" and report to maintainers
Feb  4 23:59:14 alebo [    4.498000] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
Feb  4 23:59:14 alebo [    4.498000] megaraid: 2.20.4.9 (Release Date: Sun Jul 16 12:27:22 EST 2006)
Feb  4 23:59:14 alebo [    4.498000] megasas: 00.00.03.05 Mon Oct 02 11:21:32 PDT 2006
Feb  4 23:59:14 alebo [    4.498000] GDT-HA: Storage RAID Controller Driver. Version: 3.05
Feb  4 23:59:14 alebo [    4.498000] GDT-HA: Found 0 PCI Storage RAID Controllers
Feb  4 23:59:14 alebo [    4.499000] 3ware Storage Controller device driver for Linux v1.26.02.001.
Feb  4 23:59:14 alebo [    4.499000] 3ware 9000 Storage Controller device driver for Linux v2.26.02.008.
Feb  4 23:59:14 alebo [    4.499000] nsp32: loading...
Feb  4 23:59:14 alebo [    4.499000] RocketRAID 3xxx SATA Controller driver v1.0 (060426)
Feb  4 23:59:14 alebo [    4.499000] stex: Promise SuperTrak EX Driver version: 3.0.0.1
Feb  4 23:59:14 alebo [    4.499000] st: Version 20050830, fixed bufsize 32768, s/g segs 256
Feb  4 23:59:14 alebo [    4.499000] osst :I: Tape driver with OnStream support version 0.99.4
Feb  4 23:59:14 alebo [    4.499000] osst :I: $Id: osst.c,v 1.73 2005/01/01 21:13:34 wriede Exp $
Feb  4 23:59:14 alebo [    4.499000] ata_piix 0000:00:1f.1: version 2.00ac6
Feb  4 23:59:14 alebo [    4.499000] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 16
Feb  4 23:59:14 alebo [    4.500000] PCI: Setting latency timer of device 0000:00:1f.1 to 64
Feb  4 23:59:14 alebo [    4.500000] ata1: PATA max UDMA/100 cmd 0x1F0 ctl 0x3F6 bmdma 0xFFA0 irq 14
Feb  4 23:59:14 alebo [    4.500000] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xFFA8 irq 15
Feb  4 23:59:14 alebo [    4.500000] scsi2 : ata_piix
Feb  4 23:59:14 alebo [    4.707000] ata1.00: ATA-7, max UDMA/100, 156301488 sectors: LBA48 
Feb  4 23:59:14 alebo [    4.707000] ata1.00: ata1: dev 0 multi count 16
Feb  4 23:59:14 alebo [    4.926000] ata1.01: ATAPI, max UDMA/33
Feb  4 23:59:14 alebo [    4.928000] ata1.00: configured for UDMA/100
Feb  4 23:59:14 alebo [    5.109000] ata1.01: configured for UDMA/33
Feb  4 23:59:14 alebo [    5.109000] scsi3 : ata_piix
Feb  4 23:59:14 alebo [    5.331000] ATA: abnormal status 0x7F on port 0x177
Feb  4 23:59:14 alebo [    5.332000] scsi 2:0:0:0: Direct-Access     ATA      HTS421280H9AT00  HA3O PQ: 0 ANSI: 5
Feb  4 23:59:14 alebo [    5.332000] SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
Feb  4 23:59:14 alebo [    5.332000] sda: Write Protect is off
Feb  4 23:59:14 alebo [    5.332000] sda: Mode Sense: 00 3a 00 00
Feb  4 23:59:14 alebo [    5.332000] SCSI device sda: drive cache: write back
Feb  4 23:59:14 alebo [    5.332000] SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
Feb  4 23:59:14 alebo [    5.332000] sda: Write Protect is off
Feb  4 23:59:14 alebo [    5.332000] sda: Mode Sense: 00 3a 00 00
Feb  4 23:59:14 alebo [    5.332000] SCSI device sda: drive cache: write back
Feb  4 23:59:14 alebo [    5.332000]  sda: sda1 sda2 < sda5 sda6 sda7 >
Feb  4 23:59:14 alebo [    5.404000] sd 2:0:0:0: Attached scsi disk sda
Feb  4 23:59:14 alebo [    5.404000] sd 2:0:0:0: Attached scsi generic sg0 type 0
Feb  4 23:59:14 alebo [    5.405000] scsi 2:0:1:0: CD-ROM            TSSTcorp CD/DVDW TS-L532A TI51 PQ: 0 ANSI: 5
Feb  4 23:59:14 alebo [    5.406000] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Feb  4 23:59:14 alebo [    5.406000] Uniform CD-ROM driver Revision: 3.20
Feb  4 23:59:14 alebo [    5.406000] sr 2:0:1:0: Attached scsi CD-ROM sr0
Feb  4 23:59:14 alebo [    5.406000] sr 2:0:1:0: Attached scsi generic sg1 type 5
Feb  4 23:59:14 alebo [    5.408000] I2O subsystem v1.325
Feb  4 23:59:14 alebo [    5.408000] i2o: max drivers = 8
Feb  4 23:59:14 alebo [    5.408000] I2O Configuration OSM v1.323
Feb  4 23:59:14 alebo [    5.408000] I2O Bus Adapter OSM v1.317
Feb  4 23:59:14 alebo [    5.408000] I2O Block Device OSM v1.325
Feb  4 23:59:14 alebo [    5.408000] I2O SCSI Peripheral OSM v1.316
Feb  4 23:59:14 alebo [    5.408000] I2O ProcFS OSM v1.316
Feb  4 23:59:14 alebo [    5.408000] Fusion MPT base driver 3.04.02
Feb  4 23:59:14 alebo [    5.409000] Copyright (c) 1999-2005 LSI Logic Corporation
Feb  4 23:59:14 alebo [    5.409000] Fusion MPT SPI Host driver 3.04.02
Feb  4 23:59:14 alebo [    5.409000] Fusion MPT FC Host driver 3.04.02
Feb  4 23:59:14 alebo [    5.409000] Fusion MPT SAS Host driver 3.04.02
Feb  4 23:59:14 alebo [    5.409000] Fusion MPT misc device (ioctl) driver 3.04.02
Feb  4 23:59:14 alebo [    5.409000] mptctl: Registered with Fusion MPT base driver
Feb  4 23:59:14 alebo [    5.409000] mptctl: /dev/mptctl @ (major,minor=10,220)
Feb  4 23:59:14 alebo [    5.409000] Fusion MPT LAN driver 3.04.02
Feb  4 23:59:14 alebo [    5.409000] ieee1394: sbp2: Driver forced to serialize I/O (serialize_io=1)
Feb  4 23:59:14 alebo [    5.409000] ieee1394: sbp2: Try serialize_io=0 for better performance
Feb  4 23:59:14 alebo [    5.409000] usbcore: registered new interface driver usblp
Feb  4 23:59:14 alebo [    5.409000] drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
Feb  4 23:59:14 alebo [    5.409000] Initializing USB Mass Storage driver...
Feb  4 23:59:14 alebo [    5.410000] usbcore: registered new interface driver usb-storage
Feb  4 23:59:14 alebo [    5.410000] USB Mass Storage support registered.
Feb  4 23:59:14 alebo [    5.410000] usbcore: registered new interface driver libusual
Feb  4 23:59:14 alebo [    5.410000] usbcore: registered new interface driver hiddev
Feb  4 23:59:14 alebo [    5.410000] usbcore: registered new interface driver usbhid
Feb  4 23:59:14 alebo [    5.410000] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
Feb  4 23:59:14 alebo [    5.410000] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
Feb  4 23:59:14 alebo [    5.413000] i8042.c: Detected active multiplexing controller, rev 1.1.
Feb  4 23:59:14 alebo [    5.414000] serio: i8042 KBD port at 0x60,0x64 irq 1
Feb  4 23:59:14 alebo [    5.415000] serio: i8042 AUX0 port at 0x60,0x64 irq 12
Feb  4 23:59:14 alebo [    5.415000] serio: i8042 AUX1 port at 0x60,0x64 irq 12
Feb  4 23:59:14 alebo [    5.415000] serio: i8042 AUX2 port at 0x60,0x64 irq 12
Feb  4 23:59:14 alebo [    5.415000] serio: i8042 AUX3 port at 0x60,0x64 irq 12
Feb  4 23:59:14 alebo [    5.415000] parport0: cannot grant exclusive access for device parkbd
Feb  4 23:59:14 alebo [    5.415000] mice: PS/2 mouse device common for all mice
Feb  4 23:59:14 alebo [    5.415000] md: linear personality registered for level -1
Feb  4 23:59:14 alebo [    5.415000] md: raid0 personality registered for level 0
Feb  4 23:59:14 alebo [    5.415000] md: raid1 personality registered for level 1
Feb  4 23:59:14 alebo [    5.415000] md: raid10 personality registered for level 10
Feb  4 23:59:14 alebo [    5.432000] raid6: int32x1    421 MB/s
Feb  4 23:59:14 alebo [    5.449000] raid6: int32x2    500 MB/s
Feb  4 23:59:14 alebo [    5.466000] raid6: int32x4    421 MB/s
Feb  4 23:59:14 alebo [    5.483000] raid6: int32x8    355 MB/s
Feb  4 23:59:14 alebo [    5.500000] raid6: mmxx1     1292 MB/s
Feb  4 23:59:14 alebo [    5.517000] raid6: mmxx2     1414 MB/s
Feb  4 23:59:14 alebo [    5.534000] raid6: sse1x1     949 MB/s
Feb  4 23:59:14 alebo [    5.551000] raid6: sse1x2    1472 MB/s
Feb  4 23:59:14 alebo [    5.568000] raid6: sse2x1    1695 MB/s
Feb  4 23:59:14 alebo [    5.585000] raid6: sse2x2    1742 MB/s
Feb  4 23:59:14 alebo [    5.585000] raid6: using algorithm sse2x2 (1742 MB/s)
Feb  4 23:59:14 alebo [    5.585000] md: raid6 personality registered for level 6
Feb  4 23:59:14 alebo [    5.585000] md: raid5 personality registered for level 5
Feb  4 23:59:14 alebo [    5.585000] md: raid4 personality registered for level 4
Feb  4 23:59:14 alebo [    5.585000] raid5: automatically using best checksumming function: pIII_sse
Feb  4 23:59:14 alebo [    5.590000]    pIII_sse  :  3452.000 MB/sec
Feb  4 23:59:14 alebo [    5.590000] raid5: using function: pIII_sse (3452.000 MB/sec)
Feb  4 23:59:14 alebo [    5.590000] md: multipath personality registered for level -4
Feb  4 23:59:14 alebo [    5.590000] md: faulty personality registered for level -5
Feb  4 23:59:14 alebo [    5.590000] device-mapper: ioctl: 4.10.0-ioctl (2006-09-14) initialised: dm-devel@redhat.com
Feb  4 23:59:14 alebo [    5.590000] EISA: Probing bus 0 at eisa.0
Feb  4 23:59:14 alebo [    5.590000] EISA: Detected 0 cards.
Feb  4 23:59:14 alebo [    5.590000] Advanced Linux Sound Architecture Driver Version 1.0.13 (Tue Nov 28 14:07:24 2006 UTC).
Feb  4 23:59:14 alebo [    5.619000] input: AT Translated Set 2 keyboard as /class/input/input0
Feb  4 23:59:14 alebo [    5.750000] specify port
Feb  4 23:59:14 alebo [    5.750000] snd_cs4231: probe of snd_cs4231.0 failed with error -22
Feb  4 23:59:14 alebo [    6.431000] Synaptics Touchpad, model: 1, fw: 6.1, id: 0xa3a0b3, caps: 0xa04713/0x10008
Feb  4 23:59:14 alebo [    6.471000] input: SynPS/2 Synaptics TouchPad as /class/input/input1
Feb  4 23:59:14 alebo [    6.474000] ALSA device list:
Feb  4 23:59:14 alebo [    6.474000]   No soundcards found.
Feb  4 23:59:14 alebo [    6.474000] TCP bic registered
Feb  4 23:59:14 alebo [    6.474000] NET: Registered protocol family 1
Feb  4 23:59:14 alebo [    6.474000] NET: Registered protocol family 17
Feb  4 23:59:14 alebo [    6.475000] Using IPI No-Shortcut mode
Feb  4 23:59:14 alebo [    6.475000] ACPI: (supports S0 S3 S4 S5)
Feb  4 23:59:14 alebo [    6.475000] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
Feb  4 23:59:14 alebo [    6.475000] md: Autodetecting RAID arrays.
Feb  4 23:59:14 alebo [    6.475000] md: autorun ...
Feb  4 23:59:14 alebo [    6.476000] Time: tsc clocksource has been installed.
Feb  4 23:59:14 alebo [    6.476000] md: ... autorun DONE.
Feb  4 23:59:14 alebo [    6.478000] Time: acpi_pm clocksource has been installed.
Feb  4 23:59:14 alebo [    6.493000] kjournald starting.  Commit interval 5 seconds
Feb  4 23:59:14 alebo [    6.493000] EXT3-fs: mounted filesystem with ordered data mode.
Feb  4 23:59:14 alebo [    6.493000] VFS: Mounted root (ext3 filesystem) readonly.
Feb  4 23:59:14 alebo [    6.493000] Freeing unused kernel memory: 508k freed
Feb  4 23:59:14 alebo [   14.715000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Feb  4 23:59:14 alebo [   14.737000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Feb  4 23:59:14 alebo [   15.046000] agpgart: Detected an Intel 915GM Chipset.
Feb  4 23:59:14 alebo [   15.069000] agpgart: AGP aperture is 256M @ 0x0
Feb  4 23:59:14 alebo [   15.785000] USB Universal Host Controller Interface driver v3.0
Feb  4 23:59:14 alebo [   15.787000] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 19
Feb  4 23:59:14 alebo [   15.787000] PCI: Setting latency timer of device 0000:00:1d.0 to 64
Feb  4 23:59:14 alebo [   15.787000] uhci_hcd 0000:00:1d.0: UHCI Host Controller
Feb  4 23:59:14 alebo [   15.789000] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
Feb  4 23:59:14 alebo [   15.789000] uhci_hcd 0000:00:1d.0: irq 19, io base 0x0000e480
Feb  4 23:59:14 alebo [   15.792000] usb usb1: configuration #1 chosen from 1 choice
Feb  4 23:59:14 alebo [   15.794000] hub 1-0:1.0: USB hub found
Feb  4 23:59:14 alebo [   15.794000] hub 1-0:1.0: 2 ports detected
Feb  4 23:59:14 alebo [   15.833000] input: PC Speaker as /class/input/input2
Feb  4 23:59:14 alebo [   15.900000] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 20
Feb  4 23:59:14 alebo [   15.900000] PCI: Setting latency timer of device 0000:00:1d.1 to 64
Feb  4 23:59:14 alebo [   15.900000] uhci_hcd 0000:00:1d.1: UHCI Host Controller
Feb  4 23:59:14 alebo [   15.901000] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
Feb  4 23:59:14 alebo [   15.901000] uhci_hcd 0000:00:1d.1: irq 20, io base 0x0000e800
Feb  4 23:59:14 alebo [   15.905000] usb usb2: configuration #1 chosen from 1 choice
Feb  4 23:59:14 alebo [   15.907000] hub 2-0:1.0: USB hub found
Feb  4 23:59:14 alebo [   15.907000] hub 2-0:1.0: 2 ports detected
Feb  4 23:59:14 alebo [   16.011000] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 16
Feb  4 23:59:14 alebo [   16.011000] PCI: Setting latency timer of device 0000:00:1d.2 to 64
Feb  4 23:59:14 alebo [   16.011000] uhci_hcd 0000:00:1d.2: UHCI Host Controller
Feb  4 23:59:14 alebo [   16.013000] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
Feb  4 23:59:14 alebo [   16.013000] uhci_hcd 0000:00:1d.2: irq 16, io base 0x0000e880
Feb  4 23:59:14 alebo [   16.016000] usb usb3: configuration #1 chosen from 1 choice
Feb  4 23:59:14 alebo [   16.018000] hub 3-0:1.0: USB hub found
Feb  4 23:59:14 alebo [   16.018000] hub 3-0:1.0: 2 ports detected
Feb  4 23:59:14 alebo [   16.109000] usb 1-2: new low speed USB device using uhci_hcd and address 2
Feb  4 23:59:14 alebo [   16.246000] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 17
Feb  4 23:59:14 alebo [   16.246000] PCI: Setting latency timer of device 0000:00:1d.3 to 64
Feb  4 23:59:14 alebo [   16.246000] uhci_hcd 0000:00:1d.3: UHCI Host Controller
Feb  4 23:59:14 alebo [   16.247000] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
Feb  4 23:59:14 alebo [   16.247000] uhci_hcd 0000:00:1d.3: irq 17, io base 0x0000ec00
Feb  4 23:59:14 alebo [   16.251000] usb usb4: configuration #1 chosen from 1 choice
Feb  4 23:59:14 alebo [   16.253000] hub 4-0:1.0: USB hub found
Feb  4 23:59:14 alebo [   16.253000] hub 4-0:1.0: 2 ports detected
Feb  4 23:59:14 alebo [   16.274000] usb 1-2: configuration #1 chosen from 1 choice
Feb  4 23:59:14 alebo [   16.290000] input: Logitech USB-PS/2 Optical Mouse as /class/input/input3
Feb  4 23:59:14 alebo [   16.290000] input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-2
Feb  4 23:59:14 alebo [   16.357000] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 19
Feb  4 23:59:14 alebo [   16.357000] PCI: Setting latency timer of device 0000:00:1d.7 to 64
Feb  4 23:59:14 alebo [   16.357000] ehci_hcd 0000:00:1d.7: EHCI Host Controller
Feb  4 23:59:14 alebo [   16.359000] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
Feb  4 23:59:14 alebo [   16.359000] ehci_hcd 0000:00:1d.7: debug port 1
Feb  4 23:59:14 alebo [   16.359000] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
Feb  4 23:59:14 alebo [   16.359000] ehci_hcd 0000:00:1d.7: irq 19, io mem 0xfebffc00
Feb  4 23:59:14 alebo [   16.363000] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
Feb  4 23:59:14 alebo [   16.367000] usb usb5: configuration #1 chosen from 1 choice
Feb  4 23:59:14 alebo [   16.369000] hub 5-0:1.0: USB hub found
Feb  4 23:59:14 alebo [   16.369000] hub 5-0:1.0: 8 ports detected
Feb  4 23:59:14 alebo [   16.573000] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 17
Feb  4 23:59:14 alebo [   16.574000] PCI: Setting latency timer of device 0000:00:1b.0 to 64
Feb  4 23:59:14 alebo [   16.683000] usb 1-2: USB disconnect, address 2
Feb  4 23:59:14 alebo [   17.152000] usb 5-4: new high speed USB device using ehci_hcd and address 3
Feb  4 23:59:14 alebo [   17.270000] usb 5-4: configuration #1 chosen from 1 choice
Feb  4 23:59:14 alebo [   17.271000] scsi4 : SCSI emulation for USB Mass Storage devices
Feb  4 23:59:14 alebo [   17.271000] usb-storage: device found at 3
Feb  4 23:59:14 alebo [   17.271000] usb-storage: waiting for device to settle before scanning
Feb  4 23:59:14 alebo [   17.480000] usb 5-5: new high speed USB device using ehci_hcd and address 4
Feb  4 23:59:14 alebo [   17.603000] usb 5-5: configuration #1 chosen from 1 choice
Feb  4 23:59:14 alebo [   17.965000] usb 1-2: new low speed USB device using uhci_hcd and address 3
Feb  4 23:59:14 alebo [   18.128000] usb 1-2: configuration #1 chosen from 1 choice
Feb  4 23:59:14 alebo [   18.144000] input: Logitech USB-PS/2 Optical Mouse as /class/input/input4
Feb  4 23:59:14 alebo [   18.145000] input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-2
Feb  4 23:59:14 alebo [   18.353000] usb 4-1: new full speed USB device using uhci_hcd and address 2
Feb  4 23:59:14 alebo [   18.549000] usb 4-1: configuration #1 chosen from 1 choice
Feb  4 23:59:14 alebo [   18.814000] Yenta: CardBus bridge found at 0000:02:01.0 [1043:1177]
Feb  4 23:59:14 alebo [   18.938000] Yenta: ISA IRQ mask 0x0438, PCI irq 18
Feb  4 23:59:14 alebo [   18.938000] Socket status: 30000006
Feb  4 23:59:14 alebo [   18.938000] Yenta: Raising subordinate bus# of parent bus (#02) from #03 to #06
Feb  4 23:59:14 alebo [   18.938000] pcmcia: parent PCI bridge I/O window: 0xd000 - 0xdfff
Feb  4 23:59:14 alebo [   18.938000] cs: IO port probe 0xd000-0xdfff: clean.
Feb  4 23:59:14 alebo [   18.939000] pcmcia: parent PCI bridge Memory window: 0xfea00000 - 0xfeafffff
Feb  4 23:59:14 alebo [   18.939000] pcmcia: parent PCI bridge Memory window: 0x50000000 - 0x52ffffff
Feb  4 23:59:14 alebo [   18.963000] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 20 (level, low) -> IRQ 21
Feb  4 23:59:14 alebo [   18.963000] skge 1.9 addr 0xfeafc000 irq 21 chip Yukon-Lite rev 9
Feb  4 23:59:14 alebo [   18.965000] skge eth0: addr 00:15:f2:88:82:04
Feb  4 23:59:14 alebo [   19.183000] ieee80211_crypt: registered algorithm 'NULL'
Feb  4 23:59:14 alebo [   19.198000] ieee80211: 802.11 data/management/control stack, git-1.1.13
Feb  4 23:59:14 alebo [   19.198000] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
Feb  4 23:59:14 alebo [   19.260000] sdhci: Secure Digital Host Controller Interface driver, 0.12
Feb  4 23:59:14 alebo [   19.260000] sdhci: Copyright(c) Pierre Ossman
Feb  4 23:59:14 alebo [   19.260000] sdhci: SDHCI controller found at 0000:02:01.2 [1180:0822] (rev 17)
Feb  4 23:59:14 alebo [   19.260000] ACPI: PCI Interrupt 0000:02:01.2[C] -> GSI 19 (level, low) -> IRQ 20
Feb  4 23:59:14 alebo [   19.260000] mmc0: SDHCI at 0xfeafb800 irq 20 DMA
Feb  4 23:59:14 alebo [   19.321000] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.1.4kmprq
Feb  4 23:59:14 alebo [   19.321000] ipw2200: Copyright(c) 2003-2006 Intel Corporation
Feb  4 23:59:14 alebo [   19.321000] ACPI: PCI Interrupt 0000:02:03.0[A] -> GSI 22 (level, low) -> IRQ 22
Feb  4 23:59:14 alebo [   19.321000] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
Feb  4 23:59:14 alebo [   21.349000] ipw2200: Detected geography ZZM (11 802.11bg channels, 0 802.11a channels)
Feb  4 23:59:14 alebo [   22.275000] scsi 4:0:0:0: Direct-Access     SAMSUNG  SP2514N          0000 PQ: 0 ANSI: 0
Feb  4 23:59:14 alebo [   22.276000] SCSI device sdb: 488397168 512-byte hdwr sectors (250059 MB)
Feb  4 23:59:14 alebo [   22.276000] sdb: Write Protect is off
Feb  4 23:59:14 alebo [   22.276000] sdb: Mode Sense: 27 00 00 00
Feb  4 23:59:14 alebo [   22.276000] sdb: assuming drive cache: write through
Feb  4 23:59:14 alebo [   22.279000] SCSI device sdb: 488397168 512-byte hdwr sectors (250059 MB)
Feb  4 23:59:14 alebo [   22.280000] sdb: Write Protect is off
Feb  4 23:59:14 alebo [   22.280000] sdb: Mode Sense: 27 00 00 00
Feb  4 23:59:14 alebo [   22.280000] sdb: assuming drive cache: write through
Feb  4 23:59:14 alebo [   22.280000]  sdb: sdb1 < sdb5 sdb6 sdb7 >
Feb  4 23:59:14 alebo [   22.327000] sd 4:0:0:0: Attached scsi disk sdb
Feb  4 23:59:14 alebo [   22.327000] sd 4:0:0:0: Attached scsi generic sg2 type 0
Feb  4 23:59:14 alebo [   22.331000] usb-storage: device scan complete
Feb  4 23:59:14 alebo [   33.393000] Bluetooth: Core ver 2.11
Feb  4 23:59:14 alebo [   33.393000] NET: Registered protocol family 31
Feb  4 23:59:14 alebo [   33.393000] Bluetooth: HCI device and connection manager initialized
Feb  4 23:59:14 alebo [   33.393000] Bluetooth: HCI socket layer initialized
Feb  4 23:59:14 alebo [   33.394000] Bluetooth: HCI USB driver ver 2.9
Feb  4 23:59:14 alebo [   33.439000] usbcore: registered new interface driver hci_usb
Feb  4 23:59:14 alebo [   37.959000] EXT3 FS on sda7, internal journal
Feb  4 23:59:14 alebo [   38.347000] ieee80211_crypt: registered algorithm 'WEP'
Feb  4 23:59:14 alebo [   38.392000] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
Feb  4 23:59:14 alebo [   38.468000] NET: Registered protocol family 23
Feb  4 23:59:14 alebo [   39.095000] Adding 1044184k swap on /dev/sda6.  Priority:-1 extents:1 across:1044184k
Feb  4 23:59:24 alebo [   63.001000] skge eth0: enabling interface
Feb  4 23:59:24 alebo rc-scripts: You are using a deprecated configuration syntax for eth0
Feb  4 23:59:24 alebo rc-scripts: You are advised to read /etc/conf.d/net.example and upgrade it accordingly
Feb  4 23:59:24 alebo dhcpcd[7973]: MAC address = 00:15:f2:88:82:04
Feb  5 00:00:24 alebo dhcpcd[7973]: timed out waiting for a valid DHCP server response
Feb  5 00:00:24 alebo [  123.502000] skge eth0: disabling interface
Feb  5 00:00:25 alebo rc-scripts: ERROR:  cannot start netmount as net.eth0 could not start
Feb  5 00:00:26 alebo logger: ACPI event unhandled: thermal_zone THRM 00000081 00000000
Feb  5 00:00:26 alebo cron[8212]: (CRON) STARTUP (V5.0)
Feb  5 00:00:32 alebo login(pam_unix)[8317]: session opened for user root by (uid=0)
Feb  5 00:00:32 alebo login[8335]: ROOT LOGIN  on 'tty1'
Feb  5 00:00:37 alebo [  136.430000] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
Feb  5 00:00:37 alebo [  136.433000] [fglrx] Maximum main memory to use for locked dma buffers: 924 MBytes.
Feb  5 00:00:37 alebo [  136.434000] [fglrx] module loaded - fglrx 8.32.5 [Dec 12 2006] on minor 0
Feb  5 00:00:37 alebo [  136.474000] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 17
Feb  5 00:00:39 alebo [  138.892000] [fglrx] total      GART = 130023424
Feb  5 00:00:39 alebo [  138.892000] [fglrx] free       GART = 114032640
Feb  5 00:00:39 alebo [  138.892000] [fglrx] max single GART = 114032640
Feb  5 00:00:39 alebo [  138.892000] [fglrx] total      LFB  = 134086656
Feb  5 00:00:39 alebo [  138.892000] [fglrx] free       LFB  = 119697408
Feb  5 00:00:39 alebo [  138.892000] [fglrx] max single LFB  = 119697408
Feb  5 00:00:39 alebo [  138.892000] [fglrx] total      Inv  = 0
Feb  5 00:00:39 alebo [  138.892000] [fglrx] free       Inv  = 0
Feb  5 00:00:39 alebo [  138.892000] [fglrx] max single Inv  = 0
Feb  5 00:00:39 alebo [  138.892000] [fglrx] total      TIM  = 0
Feb  5 00:00:51 alebo kde(pam_unix)[8344]: session opened for user alex by (uid=0)
Feb  5 00:01:25 alebo su[8472]: Successful su for root by alex
Feb  5 00:01:26 alebo su[8472]: + pts/1 alex:root
Feb  5 00:01:26 alebo su(pam_unix)[8472]: session opened for user root by (uid=1000)
Feb  5 00:01:51 alebo dhcpcd[8491]: MAC address = 00:15:00:29:40:dc
Feb  5 00:01:51 alebo dhcpcd[8491]: verified 192.168.178.34 address is not in use
Feb  5 00:01:51 alebo dhcpcd[8491]: your IP address = 192.168.178.34
Feb  5 00:02:02 alebo su[8500]: Successful su for root by alex
Feb  5 00:02:02 alebo su[8500]: + pts/3 alex:root
Feb  5 00:02:02 alebo su(pam_unix)[8500]: session opened for user root by (uid=1000)
Feb  5 00:02:02 alebo su(pam_unix)[8500]: session closed for user root
Feb  5 00:02:04 alebo su[8506]: Successful su for root by alex
Feb  5 00:02:04 alebo su[8506]: + pts/3 alex:root
Feb  5 00:02:04 alebo su(pam_unix)[8506]: session opened for user root by (uid=1000)
Top
Alebo
n00b
n00b
Posts: 37
Joined: Wed Mar 30, 2005 11:52 am
Location: NRW, Germany

  • Quote

Post by Alebo » Sun Feb 04, 2007 10:11 pm

This is my emerge --info

Code: Select all

Portage 2.1.1-r2 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r4, 2.6.19-gentoo-r4 i686)
=================================================================
System uname: 2.6.19-gentoo-r4 i686 Intel(R) Pentium(R) M processor 1.73GHz
Gentoo Base System release 1.12.6
Last Sync: Sun, 04 Feb 2007 12:30:08 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=pentium-m -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="de_DE.UTF-8"
LC_ALL="de_DE.UTF-8"
LINGUAS="de en"
MAKEOPTS=""
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/portage/local/layman/stuart-desktop /usr/portage/local/layman/gentopia /usr/portage/local/layman/enlightenment"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X acpi alsa alsa_cards_ali5451 alsa_cards_als4000 alsa_cards_atiixp alsa_cards_atiixp-modem alsa_cards_bt87x alsa_cards_ca0106 alsa_cards_cmipci alsa_cards_emu10k1x alsa_cards_ens1370 alsa_cards_ens1371 alsa_cards_es1938 alsa_cards_es1968 alsa_cards_fm801 alsa_cards_hda-intel alsa_cards_intel8x0 alsa_cards_intel8x0m alsa_cards_maestro3 alsa_cards_trident alsa_cards_usb-audio alsa_cards_via82xx alsa_cards_via82xx-modem alsa_cards_ymfpci alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear alsa_pcm_plugins_meter alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm alsa_pcm_plugins_softvol avi berkdb bitmap-fonts bzip2 cairo cdr cli cracklib crypt cups dbus dlloader dri dvd dvdr eds elibc_glibc emboss encode esd fam firefox fortran gdbm gif gpm gstreamer hal iconv input_devices_evdev input_devices_keyboard input_devices_mouse input_devices_synaptics ipv6 isdnlog jpeg kde kernel_linux lcd_devices_bayrad lcd_devices_cfontz lcd_devices_cfontz633 lcd_devices_glk lcd_devices_hd44780 lcd_devices_lb216 lcd_devices_lcdm001 lcd_devices_mtxorb lcd_devices_ncurses lcd_devices_text ldap libg++ linguas_de linguas_en logitech-mouse mad midi mikmod mmx mp3 mpeg ncurses nls nptl nptlonly ogg opengl oss pam pcre pdflib perl png ppds pppd python qt3 qt4 quicktime readline reflection samba sdl session spell spl sse ssl tcpd tiff truetype truetype-fonts type1-fonts udev unicode usb userland_GNU video_cards_fbdev video_cards_fglrx video_cards_radeon video_cards_vesa vorbis widescreen win32codecs x86 xml xorg xv zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Top
Roman_Gruber
Advocate
Advocate
Posts: 3854
Joined: Tue Oct 03, 2006 8:43 am
Location: Austro Bavaria

  • Quote

Post by Roman_Gruber » Mon Feb 05, 2007 3:38 pm

hi,

now a new gentoo-source is available, also a new ati-driver.

I recommend to use always stable gentoo-sources. This could be a reason why you have this problems. So use "+". If you need a new feature of the new kernels, then use ~ kernels. Else there is no reason for it. I have broken my system before, because i have used ~ kernel sources.

Try the new software, if problem exists, then report it.
Top
Alebo
n00b
n00b
Posts: 37
Joined: Wed Mar 30, 2005 11:52 am
Location: NRW, Germany

  • Quote

Post by Alebo » Mon Feb 05, 2007 7:55 pm

I installed and compiled the newest stable gentoo-sources, restarted my system with the new kernel but nothing changed.
Afterwards I installed the new ati-drivers, rebooted the system again and tried to start X. The only thing I got was a black screen. I tried this several times, but had no luck. Using the radeon drivers I could get into X, but the high cpu usage was still there. So I took a look into /var/log/Xorg.0.log (of course the logfile from starting with the ati-drivers) but I could not find any failure.
Top
Post Reply

15 posts • Page 1 of 1

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