prompt stringlengths 1 63.6k | completion stringlengths 1 53.1k |
|---|---|
Hi, I'm trying to upgrade from 3.5.x to 4.3.1 the first time. I followed these guides: http://www.linuxized.com/2009/09/kde-4-3-1-released-in-gentoo/#utm_source=feed&utm_medium=feed&utm_campaign=feed http://www.linuxized.com/2009/08/kde-4-3-is-here-quick-gentoo-upgrade-guide/#guide http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml The builds compiled surprisingly well, but now - I see no ~/.kde4 - I see no /usr/kde/4.3 or similar so I think something (probably just a silly, but important thing) went wrong, but I have no clue what. Any ideas? Thanks! P.S.: The disk is not full | Quote: - I see no ~/.kde4 - I see no /usr/kde/4.3 or similar Have you tried to start it? I don't think ~/.kde4 gets built until first start. there is no /usr/kde/4.3 (or are you trying to use kdeprefix?). |
Here is some info about my video card: Code: 01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV350 AP [Radeon 9600] [1002:4150] (prog-if 00 [VGA controller]) In the past, the only two drivers I have found to work on this card (on various distros, including Debian and Arch) are fglrx and vesa. However, several people in the gentoo IRC channel told me that I should be using the radeon driver for this card. When I try to startx, I get this: Code: reddevil ~ # cat startx.log | egrep 'WW|EE' (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (EE) Failed to load module "fbdev" (module does not exist, 0) (EE) RADEON(0): No connected devices found! (EE) RADEON(0): Using CRT default (EE) RADEON(0): Microcode: cannot load microcode I also modprobed "via-agp" and "drm" before running startx. Any suggestions? | Please post the output of Code: egrep '^[^#].*(RADEON|AGP)' /usr/src/linux/.config Also post your emerge --info |
[s]Today GCC got upgraded to 4.4.1 and since then[/s] firefox has rendered pages unusable. Here is a shot of what the forums look like. http://xs142.xs.to/xs142/09336/2009-08-14-202855_1050x1680_scrot283.png EDIT - I also upgraded to kernel 2.6.30-r5 today which turns out to be the problem. Every other app works just fine. | Hey, your image link doesn't work. |
I followed the instructions at http://fluxbox.sourceforge.net/docbook/en/html/x240.html for auto-tabbing, just using xterm, and it doesn't seem to be working (latest fluxbox on ~amd64). What'd I miss? | That did the trick. Many thanks! |
i've got a new install, just upgraded videocard and had my best working gentoo yet. i was able to change resolution. was making changes in preferences/appearence etc. and i lost all panels and icons. a right click does not even bring up anything. rebooted. ran X -configure again, same. created a new user. the new user has icons and panels but cannot adjust resolution. log in as root and root can change res.? my xorg.conf Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib64/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "dri" Load "extmod" Load "dbe" Load "record" Load "glx" Load "xtrap" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "Unknown Board" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection can i edit xorg.conf to make it open at 1024x768? thanks for help | Does it fall back to VESA? See your Xorg log, it's very likely it contains all you need to fix it. |
In a failed attempt to install KDE 4.3.1, I seem to have borked KDE 3.5.10. The KDE Control Center ( /usr/kde/3.5/bin/kcontrol ) crashes with Code: KCrash: Application 'kcontrol' crashing... KCrash cannot reach kdeinit, launching directly. I reinstalled kdelibs and kcontrol to no avail. Any debugging pointers would be welcomed. [SOLVED] I installed drkonqi and this indicated a problem with qt. I reinstalled qt and then kcontrol wouldn't crash but it wouldn't, say, change the wallpaper either. But the terminal window from which kcontrol was launched indicated it was trying to contact kdeinit4. So the culprit appears to be that the slotting separating KDE 3.5.10 from KDE 4.3.1 isn't perfect. I uninstalled kdeinit4 and kcontrol seems to work. I'm using the KDE 4 keyword list in Gentoo KDE Guide to eradicate the rest of KDE 4.[/SOLVED] | Maybe running revdep-rebuild could help. - not sure. |
After I had installed kde 4.3, previously having 3.5.10 my mouse and keyboard has stopped working. I am now stuck at the kde login screen not being able to use my mouse and keyboard. Can anyone help? | My guess would be that your question is wrong and it was xorg-server upgrade, not kde (though that would be really late of you). See, if 'emerge -1 xf86-input-evdev' helps. |
I am building a new Gentoo box out of a Dell Dimension 5100C that I inherited. It has an Intel P4 Prescott 2M CPU, and an Intel 945G Express chipset, with on board "Intel Integrated Graphics Accellerator GMA 950" My monitor is a ViewSonic VG2230wm, widescreen LCD, that I run normally at 1680x1050, 32 bit color, 60hz on the machine I have working (I share the console via a KVM switch) I am running a 2.6.30-gentoo-r5 based kernel set up for my machine. Following the instructions in the Gentoo X server How to, I set my make.conf to have the required INPUT_DEVICES="keyboard mouse" and VIDEO_CARDS="intel" lines - I got the "intel" driver from the Xorg driver list as the Gentoo doc doesn't really say what to use if you don't have an iNVideous or ATI card... I emerged the xorg server package with no obvious problems, and attempted to set it up using all three of the options given - The default "Xorg configure" seemed to run w/o errors, but gave me a grey screen with an "X" in the middle, no windows, the mouse didn't work, and I was unable to break out w/ Ctrl-alt-BS. I also could not change VT's with my Alt-F-keys in the standard way... I eventually had to power cycle to reset. "xorg-config" didn't give me many good choices, and running "startx" aborted with a "No Screens found" error. The xorgcfg program gave me a grey screen with the X in the middle, but also had two windows in the top left corner, it appears one is for setting things up, and the other was instructions on how to use the number pad if the mouse didn't work; but again this screen is seemingly locked up, as the mouse doesn't work, the number pad keys don't work, and the usual methods of breaking out don't seem to work... Suggestions on where I should go from here Gooserider | IIRC, xorgcfg is deprecated by upstream. The effect of 'Xorg -configure' was probably correct - it should give you only that screen with the cursor. Add 'evdev' to INPUT_DEVICES, make sure hal is running, 'emerge -1 xf86-input evdev' and try again 'startx' with xorg.conf generated by 'Xorg -configure' (adjust anything you need there). |
Hello. I've just updated yesterday my GDM to version 2.26.1 (stable 'in theory') and when I rebooted Xorg (7.4) GDM was showing nothing, not even a dialog or anything, just a black screen with the keyboard blocked. I tried downgrading to 2.20.9-r1 and this one works, but when I start gnome, nautilus seems to be not working. There's no background, no right-click options... by the way, I use gnome 2.27.x and it was working fine before this gdm change. Also, I tried installing the latest version of GDM, 2.27.4 wich is the one I have right now installed, and I have the same problem as 2.26.1. Someone could tell me what the hell is going on? I reviewed all the logfiles, and the X server only has two warnings referring to the NV driver. I leave here my emerge --info if it is useful, and the versions of the gnome related software I have removed some entries in the --info since they are related to FVWM-Crystal (wich i'm running now in replace mode) and are HUGE. Code: # emerge --info Portage 2.1.6.13 (default/linux/x86/2008.0, gcc-4.4.1, glibc-2.10.1-r0, 2.6.30-gentoo-r4 i686) ================================================================= System uname: Linux-2.6.30-gentoo-r4-i686-Intel-R-_Pentium-R-_4_CPU_2.40GHz-with-gentoo-2.0.1 Timestamp of tree: Mon, 07 Sep 2009 14:30:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 4.0_p28 dev-java/java-config: 2.1.7 dev-lang/python: 2.6.2-r1 dev-python/pycrypto: 2.0.1-r8 dev-util/ccache: 2.4-r8 dev-util/cmake: 2.6.4-r2 sys-apps/baselayout: 2.0.1 sys-apps/openrc: 0.4.3-r3 sys-apps/sandbox: 2.1 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2, 1.11 sys-devel/binutils: 2.19.1-r1 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="x86 ~x86" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 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 mmap_emul mulaw multi null plug rate route share shm softvol" ANT_HOME="/usr/share/ant" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ARCH="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CCACHE_SIZE="2G" CFLAGS="-O2 -march=i686 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CLEAN_DELAY="3" COLLISION_IGNORE="/lib/modules" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d" CVS_RSH="ssh" CXXFLAGS="-O2 -march=i686 -pipe -fomit-frame-pointer" DISPLAY=":0.0" DISTDIR="/usr/portage/distfiles" EDITOR="/bin/nano" ELIBC="glibc" EMERGE_DEFAULT_OPTS="--verbose" EMERGE_WARNING_DELAY="10" FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}"" FLTK_DOCDIR="/usr/share/doc/fltk-2.0_pre6786-r1/html" FVWM_CONFIGDIR="/etc/X11/fvwm/fvwm-crystal" FVWM_DISTROMENUDIR="/var/lib/fvwm-crystal" FVWM_DISTROMENUNAME="debian" FVWM_MODULEDIR="/usr/lib/fvwm/2.5.27" FVWM_SYSTEMDIR="/usr/bin/../share/fvwm-crystal/fvwm" FVWM_USERDIR="/root/.fvwm-crystal" FvwmConsoleTerminal="xterm" FvwmPager_Height="24" FvwmPager_Width="224" GCC_SPECS="" GDK_USE_XFT="1" GDM_Query="" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" HOME="/root" HOSTDISPLAY="valhalla:0.0" HUSHLOGIN="FALSE" INFOPATH="/usr/share/info:/usr/share/binutils-data/i686-pc-linux-gnu/2.19.1/info:/usr/share/gcc-data/i486-pc-linux-gnu/4.1.2/info:/usr/share/gcc-data/i686-pc-linux-gnu/4.4.1/info" INPUT_DEVICES="evdev keyboard mouse wacom" Icon_Theme="Default" JAVAC="/bin/javac" JDK_HOME="" KERNEL="linux" LANG="es_ES.UTF-8" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LC_ALL="es_ES.UTF-8" LDFLAGS="-Wl,-O1" LESS="-R -M --shift 5" LESSOPEN="|lesspipe.sh %s" LINGUAS="es" LOGNAME="root" LS_COLORS="rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:" MAIL="/var/mail/root" MAKEOPTS="-j2" MANPATH="/man:/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/i686-pc-linux-gnu/2.19.1/man:/usr/share/gcc-data/i486-pc-linux-gnu/4.1.2/man:/usr/share/gcc-data/i686-pc-linux-gnu/4.4.1/man:/etc/java-config/system-vm/man/:/usr/lib/php5/man/:/usr/qt/3/doc/man" Mod="A" Mod0="N" Mod1="M" Mod2="MS" MusicPlayer="mpd" NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" NotificationAreaManager="stalonetray" OOO_FORCE_DESKTOP="gnome" OPENGL_PROFILE="nvidia" PAGER="/usr/bin/less" PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/avr/gcc-bin/4.3.3:/usr/i486-pc-linux-gnu/gcc-bin/4.1.2:/usr/i686-pc-linux-gnu/gcc-bin/4.4.1:/usr/qt/3/bin:/usr/lib/subversion/bin" PKGDIR="/usr/portage/packages" PORTAGE_ARCHLIST="ppc x86-openbsd ppc-openbsd ppc64 x86-winnt x86-fbsd ppc-aix alpha arm x86-freebsd s390 amd64 x86-macos x64-openbsd ia64-hpux hppa x86-netbsd amd64-linux ia64-linux x86 sparc-solaris x64-freebsd sparc64-solaris x86-linux x64-macos sparc m68k-mint ia64 mips ppc-macos x86-interix hppa-hpux amd64-fbsd x64-solaris mips-irix m68k sh x86-solaris sparc-fbsd" PORTAGE_BINHOST_CHUNKSIZE="3000" PORTAGE_BIN_PATH="/usr/lib/portage/bin" PORTAGE_COMPRESS_EXCLUDE_SUFFIXES="css gif htm[l]? jp[e]?g js pdf png" PORTAGE_CONFIGROOT="/" PORTAGE_DEBUG="0" PORTAGE_DEPCACHEDIR="/var/cache/edb/dep" PORTAGE_ELOG_CLASSES="log warn error" PORTAGE_ELOG_MAILFROM="portage@localhost" PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}" PORTAGE_ELOG_MAILURI="root" PORTAGE_ELOG_SYSTEM="save_summary echo" PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5" PORTAGE_FETCH_RESUME_MIN_SIZE="350K" PORTAGE_GID="250" PORTAGE_INST_GID="0" PORTAGE_INST_UID="0" PORTAGE_PYM_PATH="/usr/lib/portage/pym" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_RSYNC_RETRIES="3" PORTAGE_TMPDIR="/var/tmp" PORTAGE_VERBOSE="1" PORTAGE_WORKDIR_MODE="0700" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage/layman/gnome /usr/local/portage/layman/sunrise /usr/local/portage/layman/gnome2-globalmenu" PROFILE_ONLY_VARIABLES="ARCH ELIBC KERNEL USERLAND" PWD="/home/pizte" PYTHONDOCS="/usr/share/doc/python-docs-2.6.2-r1/html/library" PYTHONDOCS_2_6="/usr/share/doc/python-docs-2.6.2-r1/html/library" Pager_Exec="/usr/bin/less" QMAKESPEC="linux-g++" QTDIR="/usr/qt/3" QuakeConsoleTerminal="xterm" QuakeConsole_Border="1" QuakeConsole_Height="50" RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}"" ROOT="/" ROOTPATH="/opt/bin:/usr/i686-pc-linux-gnu/avr/gcc-bin/4.3.3:/usr/i486-pc-linux-gnu/gcc-bin/4.1.2:/usr/i686-pc-linux-gnu/gcc-bin/4.4.1:/usr/qt/3/bin:/usr/lib/subversion/bin" RPMDIR="/usr/portage/rpm" RUBYOPT="-rauto_gem" SHELL="/bin/bash" SHLVL="2" SYNC="rsync://rsync.gentoo.org/gentoo-portage" TERM="xterm" TEXINPUTS="/usr/lib/ocaml/ocamldoc:" USE="X a52 aac acl acpi aim alsa ao apache2 apm audiofile avahi bash-completion berkdb bzip2 cairo calendar canna cddb cdio cdparanoia cdr cgi cjk cli consolekit cracklib crypt css curl curlwrappers daap dbus dga dri dts dv dvb dvd dvdr dvdread encode esd evo exif expat extras fbcon ffmpeg firefox flac fontconfig fortran freewnn ftp gd gdbm gif gimp glitz globalmenu glut gmp gnome gnome-keyring gphoto2 gpm gstreamer gtk gtkhtml hal hddtemp iconv icq idn imagemagick imap imlib ipod ipv6 isdnlog jabber javascript jbig jpeg jpeg2k lame lastfmradio latex libedit libnotify libwww lua lzo mad matroska mikmod mime mmap mmx mng modplug mp3 mpd mpeg mplayer msn mudflap musepack mysql nas ncurses nls nptl nptlonly ocaml ogg openal openextr opengl openmp oscar pam pcre pdf perl php plotutils png policykit portaudio posix ppds pppd pulseaudio python quicktime raw readline reflection rss ruby sasl sdl session sharedext sid simplexml sndfile snmp sockets speex spell spl sse sse2 ssl svg svga sysfs syslog szip taglib tcl tcpd theora tiff tk tokenizer truetype unicode usb vcd vhosts videos vim-syntax vorbis wavpack win32codecs wmf x264 x86 xattr xcb xcomposite xine xml xmlrpc xorg xosd xpm xv xvid yahoo zip zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 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 mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse wacom" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="es" USERLAND="GNU" VIDEO_CARDS="nv" USER="root" USERLAND="GNU" USE_EXPAND="ALSA_CARDS ALSA_PCM_PLUGINS APACHE2_MODULES APACHE2_MPMS CAMERAS CROSSCOMPILE_OPTS DVB_CARDS ELIBC FCDSL_CARDS FOO2ZJS_DEVICES FRITZCAPI_CARDS INPUT_DEVICES KERNEL LCD_DEVICES LINGUAS LIRC_DEVICES MISDN_CARDS NETBEANS_MODULES QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS SANE_BACKENDS USERLAND VIDEO_CARDS" USE_EXPAND_HIDDEN="CROSSCOMPILE_OPTS ELIBC KERNEL USERLAND" USE_ORDER="env:pkg:conf:defaults:pkginternal:env.d" VIDEO_CARDS="nv" WINDOWID="54525965" XDG_CONFIG_DIRS="/etc/xdg" XDG_DATA_DIRS="/usr/local/share:/usr/share" XTERM_LOCALE="C" XTERM_SHELL="/bin/bash" XTERM_VERSION="XTerm(243)" _="/usr/bin/emerge" Last X.org log: Code: (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/lib/xorg/modules//libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.2.1 ABI class: X.Org Video Driver, version 5.0 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) NV(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Lines Scanline Image Writes Setting up tile and stipple cache: 32 128x128 slots 32 256x256 slots 16 512x512 slots (==) NV(0): Backing store disabled (==) NV(0): Silken mouse enabled (II) NV(0): DPMS enabled (==) RandR enabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found) (II) config/hal: Adding input device ImExPS/2 Logitech MX Mouse (II) LoadModule: "evdev" (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.6.3, module version = 2.2.4 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 4.0 (**) ImExPS/2 Logitech MX Mouse: always reports core events (**) ImExPS/2 Logitech MX Mouse: Device: "/dev/input/event1" (II) ImExPS/2 Logitech MX Mouse: Found 12 mouse buttons (II) ImExPS/2 Logitech MX Mouse: Found x and y relative axes (II) ImExPS/2 Logitech MX Mouse: Found scroll wheel(s) (II) ImExPS/2 Logitech MX Mouse: Configuring as mouse (**) ImExPS/2 Logitech MX Mouse: YAxisMapping: buttons 4 and 5 (**) ImExPS/2 Logitech MX Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "ImExPS/2 Logitech MX Mouse" (type: MOUSE) (**) ImExPS/2 Logitech MX Mouse: (accel) keeping acceleration scheme 1 (**) ImExPS/2 Logitech MX Mouse: (accel) filter chain progression: 2.00 (**) ImExPS/2 Logitech MX Mouse: (accel) filter stage 0: 20.00 ms (**) ImExPS/2 Logitech MX Mouse: (accel) set acceleration profile 0 (II) ImExPS/2 Logitech MX Mouse: initialized for relative axes. (II) config/hal: Adding input device AT Translated Set 2 keyboard (**) AT Translated Set 2 keyboard: always reports core events (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0" (II) AT Translated Set 2 keyboard: Found keys (II) AT Translated Set 2 keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) ImExPS/2 Logitech MX Mouse: Device reopened after 1 attempts. (II) AT Translated Set 2 keyboard: Device reopened after 1 attempts. Package versions: Note: Most of them are keyworded or masked. x11-base/xorg-drivers : 1.6 x11-base/xorg-server : 1.6.3.901-r1 x11-base/xorg-x11 : 7.4 gnome-base/gdm : 2.27.4 (hard masked in gnome overlay) gnome-base/nautilus : 2.27.91 gnome-base/gnome-session : 2.26.2 x11-wm/metacity : 2.26.0 Every other package you can imagine in gnome is installed in it's 2.27.x version. Any more info you need just tell me | Is this similar to this problem. It sounds like it. |
I recently upgraded to media-libs/jpeg-7 and afterwords ran "emerge @preserved-rebuild". When that was done, I rebooted and was then unable to start kdm, which crashed with a segfault. The crash report claimed that kdmgreet had crashed, and the stack trace indicated that QtGui's libqjpeg had called libjpeg, and libjpeg had crashed. I tried rebuilding kdm, qtgui, kdelibs, and finally I remerged my entire system, and still could not start kdm. I finally found bug #283241, a tracker for jpeg-7 incompatibilities, and tried masking ">=media-libs/jpeg-7" and updated and ran "emerge @preserved-rebuild" again. Then I rebooted and now I can log in again. I filed a bug ( https://bugs.gentoo.org/show_bug.cgi?id=283406 ) and the response was to state that I hadn't provided any useful information and to mark the bug as resolved. So I'm posting here in case anyone else sees this problem, please post the requested information at that bug report and reopen it, I don't have time to go and break my system again to provide the information requested. | I've upgraded to version too and my entire system breaked. I didn't rebooted and rebuilded the breakage. what kdm are you running? using 4.3.0, my kdm was broken but it still booted. |
even after emerge -e gnome, there is still nothing better. KDE 3.5.10 and X seem OK. Is there any error message for Gnome I can use to find the problem? my emerge --info: Portage 2.1.6.13 (default/linux/amd64/2008.0, gcc-4.1.2, glibc-2.9_p20081201-r2, 2.6.25-gentoo-r7 x86_64) ================================================================= System uname: Linux-2.6.25-gentoo-r7-x86_64-AMD_Athlon-tm-_64_X2_Dual_Core_Processor_4800+-with-gentoo-1.12.11.1 Timestamp of tree: Tue, 25 Aug 2009 03:15:01 +0000 app-shells/bash: 3.2_p39 dev-java/java-config: 1.3.7-r1, 2.1.8-r1 dev-lang/python: 2.5.2-r7, 2.6.2-r1 dev-util/cmake: 2.6.4 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.5, 1.7.9-r1, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O3 -march=k8 -pipe" 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/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O3 -march=k8 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://gentoo.tom.com" LANG="zh_CN.UTF-8" LDFLAGS="-Wl,-O1" LINGUAS="zh_CN" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://gentoo.tom.com/gentoo-portage" USE="X a52 aac abiword acpid alsa amd64 arts ati berkdb bidi bitmap-fonts bzip2 cairo cdda cdio cdr cjk cli consolekit cracklib crypt cups dbus dri dts dvd encode ffmpeg firefox flac fortran freetype gdbm glitz gnome gnutls gpm gtk gtk2 httpd iconv immqt-bc ipv6 isdnlog jpeg kde live lm_sensors mad matroska mmx mozdevelop mpeg mudflap multilib ncurses nls nptl nptlonly nsplugin ogg oggvorbis opengl openmp pam pcre perl poppler-data pppd python qt qt3 readline reflection sdl session spl sse sse2 ssl stream svg sysfs tcpd theora truetype-fonts type1-fonts unicode vcd vlm wxwindows xcb xorg xulrunner xv zlib" 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 mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="zh_CN" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY | You could create a dummy account and start gnome - what happens ? |
HI! I have installed KDE 3.5.10 and 4.3.0. I installed 4.3.0 when it was still masked. Now, 4.3.1 is only keyworded and I would like to upgrade. I am getting some strange messages from portage, saying that some ebuilds are not available or are masked, which is not true. Also, it wants to downgrade some packages and I don't know why. Code: nice emerge --ask --update --deep --newuse world WARNING: One or more repositories have missing repo_name entries: /usr/local/portage/profiles/repo_name NOTE: Each repo_name entry should be a plain text file containing a unique name for the repository on the first line. These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] sys-devel/gnuconfig-20090203 [20080928] [ebuild U ] dev-libs/libevent-1.4.12 [1.4.11] [ebuild UD] dev-python/sip-4.7.9 [4.8.2] [ebuild U ] app-admin/eselect-python-20090824 [20090606] [ebuild NS ] sys-kernel/gentoo-sources-2.6.30-r6 [2.6.23-r9, 2.6.24-r8, 2.6.25-r9, 2.6.26-r4, 2.6.27-r10, 2.6.28-r5, 2.6.29-r5, 2.6.30-r5] USE="-build -symlink" [ebuild U ] dev-libs/opensc-0.11.9 [0.11.8] [ebuild U ] net-im/pidgin-2.5.9-r1 [2.5.9] [ebuild U ] dev-libs/soprano-2.3.0-r1 [2.3.0] USE="-redland*" [ebuild U ] kde-base/oxygen-icons-4.3.1 [4.3.0] [ebuild U ] app-office/akonadi-server-1.2.1 [1.2.0] [ebuild UD] dev-python/PyQt4-4.4.4-r5 [4.5.4-r4] [ebuild U ] kde-base/kdelibs-4.3.1 [4.3.0] [ebuild U ] kde-base/libknotificationitem-4.3.1 [4.3.0] [ebuild U ] kde-base/kdebase-data-4.3.1 [4.3.0] [ebuild U ] kde-base/kde-env-4.3.1 [4.3.0] [ebuild U ] kde-base/ktimezoned-4.3.1 [4.3.0] [ebuild U ] kde-base/libkworkspace-4.3.1 [4.3.0] [ebuild U ] kde-base/libkonq-4.3.1 [4.3.0] [ebuild U ] kde-base/solid-4.3.1 [4.3.0] [ebuild U ] kde-base/kephal-4.3.1 [4.3.0] [ebuild U ] kde-base/keditfiletype-4.3.1 [4.3.0] [ebuild U ] kde-base/kfind-4.3.1 [4.3.0] [ebuild U ] kde-base/kdesu-4.3.1 [4.3.0] [ebuild U ] kde-base/kcheckpass-4.3.1 [4.3.0] [ebuild U ] kde-base/nepomuk-4.3.1 [4.3.0] [ebuild U ] kde-base/kioclient-4.3.1 [4.3.0] [ebuild U ] kde-base/kurifilter-plugins-4.3.1 [4.3.0] [ebuild U ] kde-base/kpasswdserver-4.3.1 [4.3.0] [ebuild U ] kde-base/ksysguard-4.3.1 [4.3.0] [ebuild U ] kde-base/kdialog-4.3.1 [4.3.0] [ebuild U ] kde-base/ksplash-4.3.1 [4.3.0] [ebuild U ] kde-base/kdepimlibs-4.3.1 [4.3.0] [ebuild U ] kde-base/knotify-4.3.1 [4.3.0] [ebuild U ] kde-base/kfile-4.3.1 [4.3.0] [ebuild U ] kde-base/kdebase-menu-icons-4.3.1 [4.3.0] [ebuild U ] kde-base/kquitapp-4.3.1 [4.3.0] [ebuild U ] kde-base/kdebase-wallpapers-4.3.1 [4.3.0] [ebuild U ] kde-base/kstart-4.3.1 [4.3.0] [ebuild U ] kde-base/kdebase-menu-4.3.1 [4.3.0] [ebuild U ] kde-base/kdebase-desktoptheme-4.3.1 [4.3.0] [ebuild U ] kde-base/kde-l10n-4.3.1 [4.3.0] LINGUAS="-hr%" [ebuild U ] kde-base/konsole-4.3.1-r1 [4.3.0] [ebuild U ] kde-base/policykit-kde-4.3.1 [4.3.0] [ebuild U ] kde-base/kcalc-4.3.1 [4.3.0] [ebuild U ] kde-base/kstartupconfig-4.3.1 [4.3.0] [ebuild U ] kde-base/drkonqi-4.3.1 [4.3.0] [ebuild U ] kde-base/kiconfinder-4.3.1 [4.3.0] [ebuild U ] kde-base/renamedlg-plugins-4.3.1 [4.3.0] [ebuild U ] kde-base/kuiserver-4.3.1 [4.3.0] [ebuild U ] kde-base/ktraderclient-4.3.1 [4.3.0] [ebuild U ] kde-base/kdebugdialog-4.3.1 [4.3.0] [ebuild U ] kde-base/kwrite-4.3.1 [4.3.0] [ebuild U ] kde-base/kwrited-4.3.1 [4.3.0] [ebuild U ] kde-base/plasma-runtime-4.3.1 [4.3.0] [ebuild U ] kde-base/kappfinder-4.3.1 [4.3.0] [ebuild U ] kde-base/ksystraycmd-4.3.1 [4.3.0] [ebuild U ] kde-base/libplasmaclock-4.3.1 [4.3.0] [ebuild U ] kde-base/kate-4.3.1 [4.3.0] [ebuild U ] kde-base/kglobalaccel-4.3.1 [4.3.0] [ebuild U ] kde-base/kstyles-4.3.1 [4.3.0] [ebuild U ] kde-base/knetattach-4.3.1 [4.3.0] [ebuild U ] kde-base/kcmshell-4.3.1 [4.3.0] [ebuild U ] kde-base/kmix-4.3.1 [4.3.0] [ebuild U ] kde-base/kdebase-cursors-4.3.1 [4.3.0] [ebuild U ] kde-base/kinfocenter-4.3.1 [4.3.0] [ebuild U ] kde-base/knewstuff-4.3.1 [4.3.0] [ebuild U ] kde-base/kwalletd-4.3.1 [4.3.0] [ebuild U ] kde-base/khelpcenter-4.3.1 [4.3.0] [ebuild U ] kde-base/kreadconfig-4.3.1 [4.3.0] [ebuild U ] kde-base/solid-hardware-4.3.1 [4.3.0] [ebuild U ] kde-base/phonon-kde-4.3.1 [4.3.0] [ebuild U ] kde-base/kmimetypefinder-4.3.1 [4.3.0] [ebuild U ] kde-base/khotkeys-4.3.1 [4.3.0] [ebuild U ] kde-base/kdepasswd-4.3.1 [4.3.0] [ebuild U ] kde-base/keditbookmarks-4.3.1 [4.3.0] [ebuild U ] kde-base/kdebase-kioslaves-4.3.1 [4.3.0] [ebuild U ] kde-base/kcminit-4.3.1 [4.3.0] [ebuild U ] kde-base/libtaskmanager-4.3.1 [4.3.0] [ebuild U ] kde-base/kdnssd-4.3.1 [4.3.0] [ebuild U ] kde-base/kwin-4.3.1 [4.3.0] [ebuild U ] kde-base/solidautoeject-4.3.1 [4.3.0] [ebuild U ] kde-base/plasma-apps-4.3.1 [4.3.0] [ebuild U ] kde-base/ark-4.3.1 [4.3.0] [ebuild U ] kde-base/gwenview-4.3.1 [4.3.0] [ebuild U ] kde-base/dolphin-4.3.1 [4.3.0-r1] [ebuild U ] kde-base/kscreensaver-4.3.1 [4.3.0] [ebuild U ] kde-base/soliduiserver-4.3.1 [4.3.0] [ebuild U ] kde-base/powerdevil-4.3.1-r1 [4.3.0] [ebuild U ] kde-base/ksmserver-4.3.1 [4.3.0] [ebuild U ] kde-base/kcontrol-4.3.1 [4.3.0] [ebuild U ] kde-base/kmenuedit-4.3.1 [4.3.0] [ebuild U ] kde-base/klipper-4.3.1 [4.3.0] [ebuild U ] kde-base/kdm-4.3.1 [4.3.0-r1] [ebuild U ] kde-base/krunner-4.3.1 [4.3.0] [ebuild U ] kde-base/systemsettings-4.3.1 [4.3.0] [ebuild UD] x11-libs/qscintilla-2.3.2 [2.4] USE="-debug% -examples%" [ebuild UD] dev-python/qscintilla-python-2.3.2-r2 [2.4] [ebuild UD] dev-python/PyQt-3.17.6 [3.18-r1] [ebuild N ] kde-base/kfmclient-4.3.1 USE="(-aqua) -debug (-kdeprefix)" [ebuild U ] kde-base/konqueror-4.3.1 [4.3.0-r1] [blocks b ] <=kde-base/konqueror-4.3.0-r1:4.3[-kdeprefix] ("<=kde-base/konqueror-4.3.0-r1:4.3[-kdeprefix]" is blocking kde-base/kfmclient-4.3.1) [ebuild U ] kde-base/nsplugins-4.3.1 [4.3.0] !!! One or more updates have been skipped due to a dependency conflict: dev-python/sip:0 ('ebuild', '/', 'dev-python/sip-4.8.2', 'merge') conflicts with ~dev-python/sip-4.7.9 required by ('ebuild', '/', 'dev-python/PyQt-3.17.6', 'merge') !!! The following update has been skipped due to unsatisfied dependencies: x11-libs/qscintilla:0 emerge: there are no ebuilds to satisfy "~dev-python/qscintilla-python-2.4[qt4]". (dependency required by "x11-libs/qscintilla-2.4" [ebuild]) !!! The following update has been skipped due to unsatisfied dependencies: dev-python/qscintilla-python:0 emerge: there are no ebuilds to satisfy ">=dev-python/PyQt4-4.5[X]". (dependency required by "dev-python/qscintilla-python-2.4" [ebuild]) !!! The following update has been skipped due to unsatisfied dependencies: kde-base/kdebase-startkde:4.3 emerge: there are no ebuilds to satisfy ">=kde-base/plasma-workspace-4.3.1:4.3[-kdeprefix]". (dependency required by "kde-base/kdebase-startkde-4.3.1" [ebuild]) !!! The following update has been skipped due to unsatisfied dependencies: dev-python/PyQt4:0 !!! All ebuilds that could satisfy ">=dev-python/sip-4.8.2" have been masked. !!! One of the following masked packages is required to complete your request: - dev-python/sip-4.8.2 (masked by: ) For more information, see the MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. (dependency required by "dev-python/PyQt4-4.5.4-r4" [ebuild]) !!! The following update has been skipped due to unsatisfied dependencies: kde-base/kdeplasma-addons:4.3 emerge: there are no ebuilds to satisfy ">=kde-base/plasma-workspace-4.3.1:4.3[-kdeprefix]". (dependency required by "kde-base/kdeplasma-addons-4.3.1" [ebuild]) !!! The following update has been skipped due to unsatisfied dependencies: kde-base/plasma-workspace:4.3 emerge: there are no ebuilds to satisfy ">=kde-base/pykde4-4.3.1:4.3[-kdeprefix]". (dependency required by "kde-base/plasma-workspace-4.3.1" [ebuild]) !!! The following update has been skipped due to unsatisfied dependencies: kde-base/pykde4:4.3 emerge: there are no ebuilds to satisfy ">=dev-python/PyQt4-4.5[dbus,sql,svg,webkit,X]". (dependency required by "kde-base/pykde4-4.3.1" [ebuild]) !!! Problems have been detected with your world file !!! Please run emaint --check world !!! Ebuilds for the following packages are either all !!! masked or don't exist: kde-base/plasma-workspace:4.3 kde-base/kdebase-startkde:4.3 kde-base/kdeplasma-addons !!! The following installed packages are masked: - www-plugins/mplayerplug-in-3.55-r1 (masked by: package.mask) /usr/portage/profiles/package.mask: # Samuli Suomienn <ssuominen@gentoo.org> (30 Jul 2009) # Needs =net-libs/xulrunner-1.8* to compile. # Replaced by gecko-mediaplayer, see bug #273121. # Masked for removal in 60 days. For more information, see the MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. Would you like to merge these packages? [Yes/No] I did run "emaint --check world" as suggested by emerge, but it did not find an error. Any help would be greatly appreciated. Thanks! Thomas | mplayreplug-in is replaced with www-plugins/gecko-mediaplayer do you have amarok installed? |
Hi all. I apologize if this isn't the right place for a not Gentoo-specific question. But I count on the Gentoo people experience I'm building an embedded system running Xorg 1.4.2 without any windows manager, and a Gtk application that takes the whole screen area with one full-screen window. I have a touchscreen display, so I need to keep always hidden the mouse cursor, with no exceptions . I'm able to set a transparent cursor from my Gtk application: I draw a 1x1 pixel transparent bitmap cursor and set it as base cursor for my window; it works, but whenever my cursor goes above Entry field or the popup window of ComboBoxes the mouse cursor appears. I spent *days of work* googling around and trying to get this, without any success. I event tried to draw a transparent cursor theme, but I wasn't able to tell Xorg to use any external theme except its internal default one. Could you suggest me a way to tell Xorg or Gtk to NEVER SHOW THE MOUSE CURSOR? thank you in advance. | You can disable the mouse with xinput list your configurable devices and their id's: xinput list On my box the mouse is id=2 list the properties you can set for the device: xinput list-props 2 This tells me what I can configure. On my box Device Enabled (129): 1 means I need property 129 set a new value to property: xinput set-int-prop 2 129 8 0 Turns the mouse pointer off. set a new value to property: xinput set-int-prop 2 129 8 1 Turns it back on. See man xinput for details |
Hi there, did someone know why the gnome-kering does not memorize my gpg-authentication after entering it via pinentry? I got this issue since i update python (to 2.6) and gnome (to 2.24). This are my actual used Packages: Code: [I] dev-python/gnome-keyring-python Available versions: 2.24.1!t (~)2.26.0!t {debug examples} Installed versions: 2.26.0!t(22:19:08 04.09.2009)(-debug -examples) Homepage: http://pygtk.org/ Description: Python bindings for the interfacing with the GNOME keyring [I] gnome-base/gnome-keyring Available versions: 2.22.3-r1 [M]~2.24.1!t ~2.26.1-r1 ~2.26.3 {X debug doc hal pam test} Installed versions: 2.22.3-r1(19:01:03 07.09.2009)(hal pam -debug -doc -test) Homepage: http://www.gnome.org/ Description: Password and keyring managing daemon [I] gnome-extra/gnome-keyring-manager Available versions: 2.20.0 {debug test} Installed versions: 2.20.0(00:13:54 11.01.2008)(-debug -test) Homepage: http://www.gnome.org/ Description: A keyring management program for the GNOME Desktop Is my Version (2.22.3-r1) still incompatible with gnome 2.24? Why is gnome-base/gnome-keyring-2.24.1 masked and did someone know a workaround? And yes, the daemon is still running. But don't save my entry. Its just annoying to enter the password every time i using it. Code: $ ps -A | grep keyring 5383 ? 00:00:00 gnome-keyring-d Regards! | The reason gnome-session-2.24 is masked is because session management is totally broken: http://bugzilla.gnome.org/show_bug.cgi?id=552387 |
Last week I successfully installed KDE 4.3.0 on my T40 laptop. I saw that there was a updated available for 4.3.1 so I synced protage. This is the output I got using emerge -uavtDN world: Code: johns2 ~ # emerge -uavtDN world These are the packages that would be merged, in reverse order: Calculating dependencies... done! !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: dev-python/sip:0 ('ebuild', '/', 'dev-python/sip-4.7.9', 'merge') pulled in by >=dev-python/sip-4.7.1 required by ('ebuild', '/', 'kde-base/plasma-workspace-4.3.1', 'merge') >=dev-python/sip-4.4 required by ('installed', '/', 'dev-python/qscintilla-python-2.3.2-r2', 'nomerge') ~dev-python/sip-4.7.9 required by ('installed', '/', 'dev-python/PyQt-3.17.6', 'nomerge') ('installed', '/', 'dev-python/sip-4.8.2', 'nomerge') pulled in by >=dev-python/sip-4.8.2 required by ('installed', '/', 'dev-python/PyQt4-4.5.4-r4', 'nomerge') It may be possible to solve this problem by using package.mask to prevent one of those packages from being selected. However, it is also possible that conflicting dependencies exist such that they are impossible to satisfy simultaneously. If such a conflict exists in the dependencies of two different packages, then those packages can not be installed simultaneously. For more information, see MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. !!! All ebuilds that could satisfy ">=app-office/akonadi-server-1.2.1" have been masked. !!! One of the following masked packages is required to complete your request: - app-office/akonadi-server-1.2.1 (masked by: ~x86 keyword) For more information, see the MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. (dependency required by "kde-base/akonadi-4.3.1" [ebuild]) (dependency required by "kde-base/kdepim-meta-4.3.1" [ebuild]) (dependency required by "kde-base/kde-meta-4.3.1" [ebuild]) (dependency required by "world" [argument]) I am pretty sure I just need to add app-office/akonadi-server to my package.keywords file. But I am not sure what to do with the dev-python/sip mess. My emerge --info here: Code: johns2 ~ # emerge --info Portage 2.1.6.13 (default/linux/x86/10.0, gcc-4.3.2, glibc-2.9_p20081201-r2, 2.6.29-gentoo-r5 i686) ================================================================= System uname: Linux-2.6.29-gentoo-r5-i686-Intel-R-_Pentium-R-_M_processor_1500MHz-with-gentoo-1.12.11.1 Timestamp of tree: Sat, 05 Sep 2009 11:45:02 +0000 app-shells/bash: 3.2_p39 dev-java/java-config: 2.1.8-r1 dev-lang/python: 2.5.4-r3, 2.6.2-r1 dev-util/cmake: 2.6.4 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer" 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/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://ftp.ussg.iu.edu/pub/linux/gentoo " LDFLAGS="-Wl,-O1" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" USE="X acl acpi alsa ao berkdb branding bzip2 caps cddb cdr clamav cli cracklib crypt cups dbus dri dvd encode firefox flac fortran gdbm gimp gnome gpm hal iconv ipv6 isdnlog java java6 jpeg jpeg2k kde kontact lame laptop midi mmx mng mp3 mpeg mplayer msn mudflap mysql ncurses nls nptl nptlonly nsplugin ogg openal opengl openmp pam pcmica pcre pda pdf perl png pppd python qt3 qt4 quicktime rdesktop readline reflection session spl sql sse sse2 ssl svg sysfs tcpd tiff unicode usb vorbis webkit win32codecs x86 xorg xulrunner zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 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 mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="radeon" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Any help appreciated. | You need to find out what is pulling in qscintilla-python and PyQt (not PyQt4) which are then pulling in those other sip versions. Example: Code: equery depends qscintilla-python I have KDE-4.3.1 installed, but I don't have qscintilla-python and PyQt. |
I just upgraded to kde 4.3 and every time I try to log in the login splash screen takes much longer than usual, and then I get an error message saying plasma workspace crashed. This is followed by an error message saying the kde daemon crashed, and then nothing in kde will start up. I tried re-emerging kde-base/plasma-workspace with all of the use flags disabled, and I also tried moving my .kde4 directory- neither helped. Is this a bug or am I being stupid? Here is the output of emerge --info: Quote: Portage 2.1.6.13 (default/linux/x86/2008.0, gcc-4.3.4, glibc-2.10.1-r0, 2.6.28-15-generic i686) ================================================================= System uname: Linux-2.6.28-15-generic-i686-with-gentoo-2.0.1 Timestamp of tree: Sun, 16 Aug 2009 18:45:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 4.0_p28 dev-lang/python: 2.5.4-r3, 2.6.2-r1, 3.1 dev-util/ccache: 2.4-r8 dev-util/cmake: 2.6.4-r2 sys-apps/baselayout: 2.0.1 sys-apps/openrc: 0.4.3-r3 sys-apps/sandbox: 2.0 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2, 1.11 sys-devel/binutils: 2.19.1-r1 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="x86 ~x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -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/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-O2 -march=i686 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://gentoo.osuosl.org/ ftp://ftp.ussg.iu.edu/pub/linux/gentoo http://mirrors.cs.wmich.edu/gentoo http://gentoo.cites.uiuc.edu/pub/gentoo/ ftp://gentoo.cites.uiuc.edu/pub/gentoo/ http://lug.mtu.edu/gentoo/ ftp://lug.mtu.edu/gentoo/ " LANG="en_US.UTF-8" LDFLAGS="-Wl,-O1" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY=" " SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" USE="X acl aim alsa bash-completion berkdb bzip2 cddb cli cracklib crypt cups dbus dri dvd dvdr emacs fftw fortran gdbm gpm hal hddtemp hdf5 iconv imagemagick imap ipv6 isdnlog kde kontact latex libnotify lm_sensors mudflap mysql ncurses nls nptl nptlonly nsplugin offensive ogg opengl openmp oscar pam pcre pdf perl phonon pppd python qt3 qt3support qt4 qt4support readline reflection session solid spl ssl svg sysfs tcpd unicode vorbis webkit win32codecs x86 xcomposite xine xinerama xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 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 mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="intel" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS | Well not exactly on start, but my plasma-workspace crashes about 2-3 times / session. I'd guess it's something the devs are probably aware of and as It works afterwards I'm just gonna wait patiently for 4.3.1 ;) |
Hello, I've installed in my box Gentoo Linux from stage 3 and 2.6.30-r4 kernel, GCC 4.4.1... Now its time to get the enviroment but I'm having a lot of problems trying to install it. I've used the info that Gentoo offers in his website about the masked packages, etc. When I do: Code: emerge -av kde-meta:4.3 I get this: Code: ankara ~ # emerge --newuse -av world These are the packages that would be merged, in order: Calculating dependencies... done! [nomerge ] x11-libs/qt-3.3.8b-r1 USE="cups ipv6 mysql opengl xinerama -debug -doc -examples (-firebird) -immqt -immqt-bc -nas -nis -odbc -postgres -sqlite" [nomerge ] net-print/cups-1.3.10-r2 USE="X acl avahi dbus java jpeg ldap pam perl php png ppds python ssl tiff -gnutls -kerberos -samba -slp -static -xinetd -zeroconf" LINGUAS="en es -de -et -fr -he -id -it -ja -pl -sv -zh_TW" [ebuild N ] net-dns/avahi-0.6.24-r2 USE="autoipd dbus gdbm gtk ipv6 python qt3 qt4 -bookmarks -doc -howl-compat -mdnsresponder-compat -mono -test" [ebuild N ] x11-libs/qt-3.3.8b-r1 USE="cups ipv6 mysql opengl xinerama -debug -doc -examples (-firebird) -immqt -immqt-bc -nas -nis -odbc -postgres -sqlite" [ebuild N ] net-print/cups-1.3.10-r2 USE="X acl avahi dbus java jpeg ldap pam perl php png ppds python ssl tiff -gnutls -kerberos -samba -slp -static -xinetd -zeroconf" LINGUAS="en es -de -et -fr -he -id -it -ja -pl -sv -zh_TW" [ebuild N ] dev-python/pygtk-2.14.1-r1 USE="X -doc -examples" [ebuild N ] gnome-base/libglade-2.6.4 USE="-debug -doc" [ebuild N ] x11-libs/gtk+-2.14.7-r2 USE="X cups jpeg tiff vim-syntax xinerama -debug -doc -jpeg2k" * Error: circular dependencies: ('ebuild', '/', 'x11-libs/qt-3.3.8b-r1', 'merge') depends on ('ebuild', '/', 'net-print/cups-1.3.10-r2', 'merge') (buildtime) ('ebuild', '/', 'net-dns/avahi-0.6.24-r2', 'merge') depends on ('ebuild', '/', 'x11-libs/qt-3.3.8b-r1', 'merge') (buildtime) ('ebuild', '/', 'dev-python/pygtk-2.14.1-r1', 'merge') (buildtime) ('ebuild', '/', 'gnome-base/libglade-2.6.4', 'merge') (buildtime) ('ebuild', '/', 'x11-libs/gtk+-2.14.7-r2', 'merge') (buildtime) ('ebuild', '/', 'net-print/cups-1.3.10-r2', 'merge') depends on ('ebuild', '/', 'net-dns/avahi-0.6.24-r2', 'merge') (buildtime) ('ebuild', '/', 'gnome-base/libglade-2.6.4', 'merge') depends on ('ebuild', '/', 'x11-libs/gtk+-2.14.7-r2', 'merge') (buildtime) ('ebuild', '/', 'x11-libs/gtk+-2.14.7-r2', 'merge') depends on ('ebuild', '/', 'net-print/cups-1.3.10-r2', 'merge') (buildtime) ('ebuild', '/', 'dev-python/pygtk-2.14.1-r1', 'merge') depends on ('ebuild', '/', 'gnome-base/libglade-2.6.4', 'merge') (buildtime) ('ebuild', '/', 'x11-libs/gtk+-2.14.7-r2', 'merge') (buildtime) * Note that circular dependencies can often be avoided by temporarily * disabling USE flags that trigger optional dependencies. I've tried to put the use flags that it says in a /etc/portage/package.use/kde-4.3.use, put it directly in make.conf... nothing works for me. My emerge --info: Code: ankara ~ # emerge --info Portage 2.1.6.13 (default/linux/amd64/2008.0/desktop, gcc-4.4.1, glibc-2.10.1-r0, 2.6.30-gentoo-r4 x86_64) ================================================================= System uname: Linux-2.6.30-gentoo-r4-x86_64-Intel-R-_Core-TM-_i7_CPU_920_@_2.67GHz-with-gentoo-1.12.11.1 Timestamp of tree: Mon, 31 Aug 2009 19:15:02 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p39 dev-lang/python: 2.6.2-r1 dev-util/ccache: 2.4-r7 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.63-r1 sys-devel/automake: 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -msse4.2 -mcx16 -msahf -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=native -msse4.2 -mcx16 -msahf -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/ http://gentoo-euetib.upc.es/mirror/gentoo/ " LDFLAGS="-Wl,-O1" LINGUAS="en es" MAKEOPTS="-j9" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="3dnow 3dnowext X Xaw3d a52 aac acl acpi acpi4linux alsa amd64 apache2 arts asf audiofile avi berkdb bitmap-fonts bluetooth branding bzip2 cairo cddb cdr cli codecs composite compositor cracklib crypt cscope css cups cvs dbus divx divx4linux dmx dri dts dv dvb dvd dvdr dvdread eds emboss encode es evo examples fam fbcon ffmpeg firefox flac foomaticdb fortran ftp gcj gdbm gif gimpprint gmedia gpm gstreamer gtk gtk2 hal iconv imagemagick imap ipv6 isdnlog jabber java javascript joystick jpeg kde lcms ldap libnotify live lm_sensors lzo mad maildir mikmod mixer mmx mmx2 mmxext mng moznocompose moznoirc moznomail mozplaintext mp3 mp4 mpeg mpeg4 mplayer mppe-mppc msn mudflap multilib musepack music musicbrainz ncurses net network nls nocd noqmax nptl nptlonly nsplugin nvidia offensive ogg openal opengl openmp pam pcre pdf perl php png ppds pppd python qt3 qt3support qt4 quicktime rar readline realmedia reflection rsh rtc samba sasl sdl session shorten slang sndfile sockets sox speex spell spl sql sse sse2 ssl startup-notification subversion svg sysfs tcltk tcpd theora thunar tiff timidity tk transcode truetype truetype-fonts type1-fonts udev uim unicode usb v4l v4l2 vcd videos vim-with-x vorbis wmf wmp x264 xml xml2 xorg xprint xulrunner xv xvid xvmc zlib" 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 mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev mouse keyboard" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en es" USERLAND="GNU" VIDEO_CARDS="fglrx" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY I don't know what to do. I've searched but it's hard to find something similar to my problem, or I don't know how to search it fine. Sorry for my school English. Thank you in advance, Isern | First, 'emerge -av kde-meta:4.3' != 'emerge --newuse -av world'. Now, let's start with a simple question: do you really need qt3 ? If not, simply add '-qt3' to avahi's useflags. If you do, try playing with avahi useflags, i.e. unsetting it for cups first, then, after everything else is emerged, setting it back on and going through newuse again. |
When using rxvt-unicode-9.06 (9.05 fails with my gcc version, 4.4.1) and an XFT font, color12 (dark blue) is always black. Here's the minimal .Xdefaults to give this result: Code: URxvt.font: xft:DejaVu Sans Mono:pixelsize=11.5 Of course, the specific font and size are immaterial. I also have installed x11-libs/libXft-2.1.13 (latest in portage) and media-libs/fontconfig-2.6.0-r2 (2.7.2 also available; I'll check it out, but I didn't want to start over on this topic post). Any ideas? | Are you sure pixelsize is correct? Shouldn't it be size=11.5 ? |
Code: rahul@googly ~ $ date Mon Sep 7 10:38:58 UTC 2009 /etc/conf.d/hwclock Code: # Set CLOCK to "UTC" if your system clock is set to UTC (also known as # Greenwich Mean Time). If your clock is set to the local time, then # set CLOCK to "local". Note that if you dual boot with Windows, then # you should set it to "local". clock="local" # If you want to set the Hardware Clock to the current System Time # during shutdown, then say "YES" here. # You normally don't need to do this if you run a ntp daemon. clock_systohc="NO" # If you wish to pass any other arguments to hwclock during bootup, # you may do so here. Alpha users may wish to use --arc or --srm here. clock_args="" But all KDE widgets decide to display the time as current time + 2. In systemsettings, if I go to date and time the clock is set correctly. Just the widgets. Why? | Solved, /etc/localtime was missing. |
This is a fresh gentoo install - everything new and shiny (ext4 and BFS). I can start an X session (simply with startx using twm) but I can't log into KDE. /var/log/kdm.log Code: ******************************************************************************** Note that your system uses syslog. All of kdm's internally generated messages (i.e., not from libraries and external programs/scripts it uses) go to the daemon.* syslog facility; check your syslog configuration to find out to which file(s) it is logged. PAM logs messages related to authentication to authpriv.*. ******************************************************************************** This is a pre-release version of the X server from The X.Org Foundation. It is not supported in any way. Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/. Select the "xorg" product for bugs you find in this release. Before reporting bugs in pre-release versions please check the latest version in the X.Org Foundation git repository. See http://wiki.x.org/wiki/GitPage for git access instructions. X.Org X Server 1.6.3.901 (1.6.4 RC 1) Release Date: 2009-8-25 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.28-11-generic i686 Current Operating System: Linux googly 2.6.31-rc9-zen1-29677-ga4ae7d8 #2 ZEN SMP PREEMPT Sun Sep 6 08:21:49 Local time zone must be se i686 Build Date: 06 September 2009 12:20:16AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 6 21:58:06 2009 (==) Using config file: "/etc/X11/xorg.conf" FATAL: Module fbcon not found. Setting master expected keysym, got XF86Battery: line 59 of inet expected keysym, got XF86WLAN: line 60 of inet expected keysym, got XF86Suspend: line 174 of inet expected keysym, got XF86Battery: line 205 of inet expected keysym, got XF86Bluetooth: line 206 of inet expected keysym, got XF86WLAN: line 207 of inet expected keysym, got XF86Hibernate: line 214 of inet (EE) Unable to open evdev device "/dev/input/mouse2". (EE) PreInit returned NULL for "Mouse" expected keysym, got XF86Battery: line 59 of inet expected keysym, got XF86WLAN: line 60 of inet expected keysym, got XF86Suspend: line 174 of inet expected keysym, got XF86Battery: line 205 of inet expected keysym, got XF86Bluetooth: line 206 of inet expected keysym, got XF86WLAN: line 207 of inet expected keysym, got XF86Hibernate: line 214 of inet expected keysym, got XF86Battery: line 59 of inet expected keysym, got XF86WLAN: line 60 of inet expected keysym, got XF86Suspend: line 174 of inet expected keysym, got XF86Battery: line 205 of inet expected keysym, got XF86Bluetooth: line 206 of inet expected keysym, got XF86WLAN: line 207 of inet expected keysym, got XF86Hibernate: line 214 of inet expected keysym, got XF86Battery: line 59 of inet expected keysym, got XF86WLAN: line 60 of inet expected keysym, got XF86Suspend: line 174 of inet expected keysym, got XF86Battery: line 205 of inet expected keysym, got XF86Bluetooth: line 206 of inet expected keysym, got XF86WLAN: line 207 of inet expected keysym, got XF86Hibernate: line 214 of inet expected keysym, got XF86Battery: line 59 of inet expected keysym, got XF86WLAN: line 60 of inet expected keysym, got XF86Suspend: line 174 of inet expected keysym, got XF86Battery: line 205 of inet expected keysym, got XF86Bluetooth: line 206 of inet expected keysym, got XF86WLAN: line 207 of inet expected keysym, got XF86Hibernate: line 214 of inet expected keysym, got XF86Battery: line 59 of inet expected keysym, got XF86WLAN: line 60 of inet expected keysym, got XF86Suspend: line 174 of inet expected keysym, got XF86Battery: line 205 of inet expected keysym, got XF86Bluetooth: line 206 of inet expected keysym, got XF86WLAN: line 207 of inet expected keysym, got XF86Hibernate: line 214 of inet Dropping master Backtrace: 0: /usr/bin/X(xorg_backtrace+0x37) [0x81344f7] Fatal server error: Caught signal 11. Server aborting Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. This is a pre-release version of the X server from The X.Org Foundation. It is not supported in any way. Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/. Select the "xorg" product for bugs you find in this release. Before reporting bugs in pre-release versions please check the latest version in the X.Org Foundation git repository. See http://wiki.x.org/wiki/GitPage for git access instructions. X.Org X Server 1.6.3.901 (1.6.4 RC 1) Release Date: 2009-8-25 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.28-11-generic i686 Current Operating System: Linux googly 2.6.31-rc9-zen1-29677-ga4ae7d8 #2 ZEN SMP PREEMPT Sun Sep 6 08:21:49 Local time zone must be se i686 Build Date: 06 September 2009 12:20:16AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 6 22:09:08 2009 (==) Using config file: "/etc/X11/xorg.conf" FATAL: Module fbcon not found. Setting master expected keysym, got XF86Battery: line 59 of inet expected keysym, got XF86WLAN: line 60 of inet expected keysym, got XF86Suspend: line 174 of inet expected keysym, got XF86Battery: line 205 of inet expected keysym, got XF86Bluetooth: line 206 of inet expected keysym, got XF86WLAN: line 207 of inet expected keysym, got XF86Hibernate: line 214 of inet (EE) Unable to open evdev device "/dev/input/mouse2". (EE) PreInit returned NULL for "Mouse" expected keysym, got XF86Battery: line 59 of inet expected keysym, got XF86WLAN: line 60 of inet expected keysym, got XF86Suspend: line 174 of inet expected keysym, got XF86Battery: line 205 of inet expected keysym, got XF86Bluetooth: line 206 of inet expected keysym, got XF86WLAN: line 207 of inet expected keysym, got XF86Hibernate: line 214 of inet expected keysym, got XF86Battery: line 59 of inet expected keysym, got XF86WLAN: line 60 of inet expected keysym, got XF86Suspend: line 174 of inet expected keysym, got XF86Battery: line 205 of inet expected keysym, got XF86Bluetooth: line 206 of inet expected keysym, got XF86WLAN: line 207 of inet expected keysym, got XF86Hibernate: line 214 of inet expected keysym, got XF86Battery: line 59 of inet expected keysym, got XF86WLAN: line 60 of inet expected keysym, got XF86Suspend: line 174 of inet expected keysym, got XF86Battery: line 205 of inet expected keysym, got XF86Bluetooth: line 206 of inet expected keysym, got XF86WLAN: line 207 of inet expected keysym, got XF86Hibernate: line 214 of inet expected keysym, got XF86Battery: line 59 of inet expected keysym, got XF86WLAN: line 60 of inet expected keysym, got XF86Suspend: line 174 of inet expected keysym, got XF86Battery: line 205 of inet expected keysym, got XF86Bluetooth: line 206 of inet expected keysym, got XF86WLAN: line 207 of inet expected keysym, got XF86Hibernate: line 214 of inet expected keysym, got XF86Battery: line 59 of inet expected keysym, got XF86WLAN: line 60 of inet expected keysym, got XF86Suspend: line 174 of inet expected keysym, got XF86Battery: line 205 of inet expected keysym, got XF86Bluetooth: line 206 of inet expected keysym, got XF86WLAN: line 207 of inet expected keysym, got XF86Hibernate: line 214 of inet Dropping master Backtrace: 0: /usr/bin/X(xorg_backtrace+0x37) [0x81344f7] Fatal server error: Caught signal 11. Server aborting Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. Any help would be hugely appreciated (I am on a 30 kbps connection currently and downloading all the packages has been a royal pain). Would soon like to get my gentoo environment back. | You could try reemerging x11-drivers/xf86-input-evdev, there seems to be something wrong with the mouse. Also, what's in your xorg.conf? |
Recently i have been having some problems with some terminals and their fonts. It happens with a few terminals: Code: $ aterm aterm: can't load font "7x14" Code: $ Eterm Eterm: Error: Unable to load font "-misc-fixed-medium-r-semicondensed--13-*-*-*-c-*-iso8859-1". Falling back on "fixed" Eterm: Error: Unable to load font "-misc-fixed-medium-r-semicondensed--13-*-*-*-c-*-iso8859-1". Falling back on "fixed" Code: $ xterm Warning: Unable to load any usable ISO8859 font Error: Aborting: no font found This does not happen with: mrxvt, roxterm and it manageable with pterm to a certain extent. Xorg.conf fonts: Code: RgbPath "/usr/lib64/X11/rgb" FontPath "/usr/lib64/X11/fonts/misc/:unscaled" FontPath "/usr/lib64/X11/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/CID/" 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/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" any solutions ? | I did that and also a lot more other fonts and i still get those errors after restarting xorg |
I'm wondering if I'm the only one with this problem. In KDE 4.3, when a window is shaded, there is still a 40px wide chunk left over underneath the title bar. I hope this is a bug and not a feature because it is ugly. | I get the same thing - I doubt it's intentional since the "extra bar" goes away if I move the shaded window see http://osdir.com/ml/kde-bugs-dist/2009-08/msg06031.html |
I use compiz and kpager does work for moving between desktops, but if I accidentally minimize it or close it im then stuck and cant open it any more, and sometimes the system freezes. Is there a way via command line to tell kde-3.5 to switch virtual desktops? that might be the best way to go for me. PS, im not talking about chvt where you can get different console windows... like Ctrl+Alt+F1, this is for the other virtual desktops inside the GUI. | awesome wmctrl worked for me. I just manually did it this way and that works great for me, ill drop in the script too Code: ~ $ wmctrl -d 0 * DG: 5120x1024 VP: 1280,0 WA: 0,0 1280x977 Desktop 1 1 - DG: 5120x1024 VP: 1280,0 WA: 0,0 1280x977 Desktop 2 2 - DG: 5120x1024 VP: 1280,0 WA: 0,0 1280x977 Desktop 3 3 - DG: 5120x1024 VP: 1280,0 WA: 0,0 1280x977 Desktop 4 wmctrl -s # (# being 0,1,2,3) |
I've just upgraded the @world, two upgrades went in: glib-2.20.5 and pixman-0.16. Then I shut the pc down As I turned it on again, my gnome desktop was disappeared: now background images, no icons, no panel, no right button menus, only pidgin was showing up In a console, "ps -A" showed nautilus, panel and friends running, but a "top" revealed that gnome-keyring-daemon was eating my cpu at 100% downgrading those two packages didn't solve the problem revdep and reconcilio say everything is fine Logging in with a fresh new user showed the same behaviour: only the mouse pointer and a light blue background, nothing else Anyone experiencing? | solution came out from https://bugs.gentoo.org/283510 which happens to be a duplicate of https://bugs.gentoo.org/282341 |
I'm having a problem w/ my time. my kde clock is reporting the correct time. a superkaramba theme I have running (and other stuff) is not. when I run date as a normal user I get Code: date Wed Sep 2 18:51:39 UTC 2009 date -u Wed Sep 2 18:51:41 UTC 2009 and when I run date as root I get a different time Code: date Wed Sep 2 14:52:24 EDT 2009 date -u Wed Sep 2 18:52:26 UTC 2009 hwclock Wed Sep 2 14:57:03 2009 -0.642813 seconds hwclock -u Wed Sep 2 14:57:06 2009 -0.740933 seconds hwclock --localtime Wed Sep 2 18:57:11 2009 -0.964631 seconds my /etc/localtime file is a copy of /usr/share/zoneinfo/America/New_York and my /etc/conf.d/clock file looks like this Code: # /etc/conf.d/clock # Set CLOCK to "UTC" if your system clock is set to UTC (also known as # Greenwich Mean Time). If your clock is set to the local time, then # set CLOCK to "local". Note that if you dual boot with Windows, then # you should set it to "local". CLOCK="UTC" # Select the proper timezone. For valid values, peek inside of the # /usr/share/zoneinfo/ directory. For example, some common values are # "America/New_York" or "EST5EDT" or "Europe/Berlin". If you want to # manage /etc/localtime yourself, set this to "". TIMEZONE="America/New_York" # If you wish to pass any other arguments to hwclock during bootup, # you may do so here. CLOCK_OPTS="" # If you want to set the Hardware Clock to the current System Time # during shutdown, then say "yes" here. CLOCK_SYSTOHC="yes" ### ALPHA SPECIFIC OPTIONS ### # If your alpha uses the SRM console, set this to "yes". SRM="no" # If your alpha uses the ARC console, set this to "yes". ARC="no" does anyone see what could be my problem? thanks! | At first glance: Your hardware clock is set to UTC, while the timezone information is used to shift the time to the correct local time for your system. Maybe you should switch to localtime for both and install a NTP daemon (net-misc/ntp or net-misc/openntpd, add ntpd to default runlevel). |
Hi, after an update I have a problem with scalable fonts in X. If I try to start an xterm specifying a 'times' font Code: xterm -fn '-*-times-medium-r-normal--28-*-*-*-*-*-ISO8859-*' I get Code: xterm: unable to open font "-*-times-medium-r-normal--28-*-*-*-*-*-ISO8859-*", trying "fixed".... The same kind of issue emerges when I use Xfig. I've double checked that the usual font-related-packeges are installed and I've no clue where to look for a solution of this very annoying issue (I use Xfig for my job). Clearly on my laptop there is no such a problem. Any help? Thanks in advance | I've not been able to find a "soft" solution. Then I went for a "brute force" one: I decided to install almost all the available fonts Code: emerge -pv acroread-asianfonts adi-dsp-fonts alee-fonts aquafont aquapfont arabeyes-fonts arkpandora arphicfonts artwiz-aleczapka-en baekmuk-fonts cheapskatefonts corefonts cronyx-fonts culmus dejavu droid ec-fonts-mftraced efont-unicode encodings essays1743 farsi-fonts font-adobe-100dpi font-adobe-75dpi font-adobe-utopia-100dpi font-adobe-utopia-75dpi font-adobe-utopia-type1 font-alias font-arabic-misc font-bh-100dpi font-bh-75dpi font-bh-lucidatypewriter-100dpi font-bh-lucidatypewriter-75dpi font-bh-ttf font-bh-type1 font-bitstream-100dpi font-bitstream-75dpi font-bitstream-speedo font-bitstream-type1 font-cronyx-cyrillic font-cursor-misc font-daewoo-misc font-dec-misc font-ibm-type1 font-isas-misc font-jis-misc font-micro-misc font-misc-cyrillic font-misc-ethiopic font-misc-meltho font-misc-misc font-mutt-misc font-schumacher-misc font-screen-cyrillic font-sony-misc font-sun-misc font-util font-winitzki-cyrillic font-xfree86-type1 free-bangla-font freefonts freefont-ttf fs-fonts gnu-gs-fonts-other gnu-gs-fonts-std hkscs-ming hunkyfonts intlfonts ipamonafont jisx0213-fonts kacst-fonts khmer kochi-substitute konfont lfpfonts-fix lfpfonts-var liberation-fonts libertine-ttf lohit-fonts mathematica-fonts mikachan-font mikachan-font-otf mikachan-font-ttc mikachan-font-ttf monafont mplus-fonts nepali-fonts opendesktop-fonts oto pcf2bdf proggy-fonts sazanami shinonome sil-abyssinica sil-arabicfonts sil-charis sil-doulos sil-ezra sil-gentium sil-padauk tengwar-fonts terminus-font texcm-ttf ttf-bitstream-vera unfonts unfonts-extra unifont urw-fonts urwvn-fonts vc-fonts vlgothic webby-fonts wqy-bitmapfont x11fonts-jmk zh-kcfonts After this massive emerge, restart X and everything works fine |
So i'm installing KDE and looks fiarly close. when I enter startx the monitor flicks a bit and then goes back to the command line and has a bunch of "command not found errors" lext to line numbers. tThe line numbers run off the screen, does anyone know if there is a log file for KDE to I can see what the rest of the errors are? Thanks | Those 2 errors should not prevent X from starting. Try startong X without an xorg.conf file. Try the suggestions here Do you have a file /var/log/messages? |
I am using KDE 4.3 with KDM as login manager, but the problem is present on 4.3.1 and Fluxbox also. After relogin (but just relogin, not after restart) X becomes less responsive, like there is graphics performance issue. Scrolling (in FF, Thunderbird, Okular) becomes slower, moving windows leaves tracks etc. However, after restart and first login everything is just fine. Quite strange problem, but don't know where to start in solving process. I am using xorg-server-1.5.3-r6 configured with HAL. $emerge --info output: Code: Portage 2.1.6.13 (default/linux/amd64/2008.0/desktop, gcc-4.3.2, glibc-2.9_p20081201-r2, 2.6.30-gentoo-r4 x86_64) ================================================================= System uname: Linux-2.6.30-gentoo-r4-x86_64-AMD_Turion-tm-_X2_Dual-Core_Mobile_RM-70-with-gentoo-1.12.11.1 Timestamp of tree: Wed, 02 Sep 2009 15:45:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p39 dev-java/java-config: 2.1.8-r1 dev-lang/python: 2.6.2-r1 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.6.4 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=k8-sse3 -O2 -pipe" 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/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=k8-sse3 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://gd.tuwien.ac.at/opsys/linux/gentoo/ http://ftp.fi.muni.cz/pub/linux/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo http://ftp.uni-erlangen.de/pub/mirrors/gentoo " LDFLAGS="-Wl,-O1" LINGUAS="en" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage/layman/mozilla /usr/local/portage/layman/sunrise /usr/local/portage/layman/tucan-overlay-btd /usr/local/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="3dnow X a52 aac acl acpi alsa amd64 bash-completion berkdb bindist bluetooth branding bzip2 cairo cdda cddb cdr cli cracklib crypt css cups dbus dri dts dv dvd dvdr emboss encode fam ffmpeg firefox flac fortran gdbm gif gnutls gpm hal iconv imagemagick isdnlog jpeg kde lame ldap libnotify lzo mad matroska mikmod mmx mp3 mp4 mpeg msn mudflap multilib ncurses nls nptl nptlonly nsplugin ogg opengl openmp pam pcmcia pcre pdf perl png ppds pppd python qt3 qt3support qt4 quicktime raw readline recode reflection rss scanner sdl session spl sse sse2 ssl startup-notification svg sysfs tcpd thunar tiff truetype unicode usb v4l2 vcd vim-syntax vorbis w32codecs wifi x264 xft xinerama xml xorg xulrunner xv xvid yahoo zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="radeon" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Thank you! Alex | You could try this in /usr/share/config/kdm/kdmrc: Code: # Restart instead of resetting the local X-server after session exit. # Use it if the server leaks memory etc. # Default is false TerminateServer=true Maybe restarting the X server is sufficient to solve the problem. |
Hi, im trying to install kde 4.3 from portage and when it gets to qt-opengl it gets an error, anyone else have this problem or know how to solve it? compiling opengles1cl.cpp opengles1cl.cpp:1:21: error: GLES/gl.h: No such file or directory opengles1cl.cpp:2:22: error: GLES/egl.h: No such file or directory opengles1cl.cpp: In function 'int main(int, char**)': opengles1cl.cpp:6: error: 'GLfixed' was not declared in this scope opengles1cl.cpp:6: error: expected `;' before 'a' opengles1cl.cpp:7: error: 'eglInitialize' was not declared in this scope opengles1cl.cpp:8: error: 'a' was not declared in this scope opengles1cl.cpp:8: error: 'glColor4x' was not declared in this scope opengles1cl.cpp:9: error: 'GL_COLOR_BUFFER_BIT' was not declared in this scope opengles1cl.cpp:9: error: 'glClear' was not declared in this scope make: *** [opengles1cl.o] Error 1 OpenGL ES 1.x Lite disabled. All the OpenGL functionality tests failed! You might need to modify the include and library search paths by editing QMAKE_INCDIR_OPENGL, QMAKE_LIBDIR_OPENGL and QMAKE_LIBS_OPENGL in /var/tmp/portage/x11-libs/qt-opengl-4.5.1/work/qt-x11-opensource-src-4.5.1/mkspecs/linux-g++. * * ERROR: x11-libs/qt-opengl-4.5.1 failed. * Call stack: * ebuild.sh, line 49: Called src_configure * environment, line 3384: Called qt4-build_src_configure * environment, line 3079: Called die * The specific snippet of code: * ./configure ${myconf} || die "./configure failed"; * The die message: * ./configure failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/x11-libs/qt-opengl-4.5.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-libs/qt-opengl-4.5.1/temp/environment'. * >>> Failed to emerge x11-libs/qt-opengl-4.5.1, Log file: * Messages for package x11-libs/qt-opengl-4.5.1: * * ERROR: x11-libs/qt-opengl-4.5.1 failed. * Call stack: * ebuild.sh, line 49: Called src_configure * environment, line 3384: Called qt4-build_src_configure * environment, line 3079: Called die * The specific snippet of code: * ./configure ${myconf} || die "./configure failed"; * The die message: * ./configure failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/x11-libs/qt-opengl-4.5.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-libs/qt-opengl-4.5.1/temp/environment'. * | Please post your emerge --info and check that you have media-libs/mesa installed. |
Hi! I'm having a weird problem. I've got an EeePC 1008 and everything was working perfect until I upgraded from Kde 4.2 to 4.3. After that, as soon as I logged in the screen started to flicker and of course it was impossible to use. I uninstalled every single package from kde 4.3 and reinstalled 4.2. Now my problem is that when I logged in, on the normal KDE login screen, I've got only the background of kde4.2 and an xconsole without borders or decoration. If I run Code: startkde in this console, everything works somehow well. I tried putting Code: echo "exec /usr/bin/startkde" >> ~/.xinitrc but it does not make any difference. Displaymanager is set to KDM. Xsession is set to kde-4.2. VIDEO_CARDS is set to "intel". INPUT_DEVICES to "keyboard mouse evdev synaptics". Some help out there? | Hmm, really I have no idea, and thb I don't have EeeePC to test. Are you certain you haven't played with video drivers in the process? |
Hi I have swiss german keyboard and i have made various attempts to get rid of the deadkeys, i.e., i want to get a tilde or a hat or a grave accent to appear when i hit the key once (and not twice, or followed by a space). I have tried two keyboard entries in xorg.conf: Code: Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 5" Option "XkbModel" "pc102" Option "XkbLayout" "de_CH" Option "XkbVariant" "nodeadkeys" EndSection and Code: Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 5" Option "XkbModel" "pc102" Option "XkbLayout" "de" Option "XkbVariant" "ch" Option "XkbVariant" "nodeadkeys" EndSection Both these versions don't work: the tilde is not displayed at all, even when typed several time or followed by a space, and hat (^) and grave (`) still behave like dead keys. Does anybody have a suggestion how i should modify my xorg.conf, so that my swissgerman keyboard has no deadkeys? Thank You Jody | Read hal/evdev sticky ? |
GCC is getting the next error when I try to update KDE from 4.3 to 4.3.1 Code: Linking CXX shared library ../lib/libkxmlrpcclient.so [ 35%] Building CXX object syndication/CMakeFiles/syndication.dir/rdf/literal.o [ 35%] Built target kxmlrpcclient [ 35%] Building CXX object akonadi/CMakeFiles/akonadi-kde.dir/itemmovejob.o [ 35%] Building CXX object akonadi/CMakeFiles/akonadi-kde.dir/itemserializer.o [ 35%] Building CXX object syndication/CMakeFiles/syndication.dir/rdf/resource.o En el fichero incluído de /usr/lib/gcc/i686-pc-linux-gnu/4.4.1/include/g++-v4/ext/hash_set:59, de /usr/include/boost/graph/adjacency_list.hpp:22, de /var/tmp/portage/kde-base/kdepimlibs-4.3.1/work/kdepimlibs-4.3.1/akonadi/itemserializer.cpp:39: /usr/lib/gcc/i686-pc-linux-gnu/4.4.1/include/g++-v4/backward/backward_warning.h:28:2: aviso: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. En el fichero incluído de /usr/include/boost/mpl/apply.hpp:23, de /usr/include/boost/iterator/iterator_facade.hpp:34, de /usr/include/boost/iterator/iterator_adaptor.hpp:15, de /usr/include/boost/graph/graph_traits.hpp:19, de /usr/include/boost/graph/adjacency_list.hpp:36, de /var/tmp/portage/kde-base/kdepimlibs-4.3.1/work/kdepimlibs-4.3.1/akonadi/itemserializer.cpp:39: /usr/include/boost/mpl/apply_wrap.hpp:81:31: error: falta un operador binario antes del elemento "(" /usr/include/boost/mpl/apply_wrap.hpp:173:31: error: falta un operador binario antes del elemento "(" En el fichero incluído de /usr/include/boost/mpl/bind.hpp:27, de /usr/include/boost/mpl/lambda.hpp:18, de /usr/include/boost/mpl/apply.hpp:25, de /usr/include/boost/iterator/iterator_facade.hpp:34, de /usr/include/boost/iterator/iterator_adaptor.hpp:15, de /usr/include/boost/graph/graph_traits.hpp:19, de /usr/include/boost/graph/adjacency_list.hpp:36, de /var/tmp/portage/kde-base/kdepimlibs-4.3.1/work/kdepimlibs-4.3.1/akonadi/itemserializer.cpp:39: /usr/include/boost/mpl/apply_wrap.hpp:81:31: error: falta un operador binario antes del elemento "(" /usr/include/boost/mpl/apply_wrap.hpp:173:31: error: falta un operador binario antes del elemento "(" En el fichero incluído de /usr/include/boost/mpl/lambda.hpp:18, de /usr/include/boost/mpl/apply.hpp:25, de /usr/include/boost/iterator/iterator_facade.hpp:34, de /usr/include/boost/iterator/iterator_adaptor.hpp:15, de /usr/include/boost/graph/graph_traits.hpp:19, de /usr/include/boost/graph/adjacency_list.hpp:36, de /var/tmp/portage/kde-base/kdepimlibs-4.3.1/work/kdepimlibs-4.3.1/akonadi/itemserializer.cpp:39: /usr/include/boost/mpl/bind.hpp:364:31: error: falta un operador binario antes del elemento "(" /usr/include/boost/mpl/bind.hpp:531:31: error: falta un operador binario antes del elemento "(" En el fichero incluído de /usr/include/boost/mpl/lambda.hpp:22, de /usr/include/boost/mpl/apply.hpp:25, de /usr/include/boost/iterator/iterator_facade.hpp:34, de /usr/include/boost/iterator/iterator_adaptor.hpp:15, de /usr/include/boost/graph/graph_traits.hpp:19, de /usr/include/boost/graph/adjacency_list.hpp:36, de /var/tmp/portage/kde-base/kdepimlibs-4.3.1/work/kdepimlibs-4.3.1/akonadi/itemserializer.cpp:39: /usr/include/boost/mpl/aux_/full_lambda.hpp:230:31: error: falta un operador binario antes del elemento "(" En el fichero incluído de /usr/include/boost/iterator/iterator_facade.hpp:34, de /usr/include/boost/iterator/iterator_adaptor.hpp:15, de /usr/include/boost/graph/graph_traits.hpp:19, de /usr/include/boost/graph/adjacency_list.hpp:36, de /var/tmp/portage/kde-base/kdepimlibs-4.3.1/work/kdepimlibs-4.3.1/akonadi/itemserializer.cpp:39: /usr/include/boost/mpl/apply.hpp:138:31: error: falta un operador binario antes del elemento "(" [ 35%] Building CXX object akonadi/CMakeFiles/akonadi-kde.dir/itemserializerplugin.o [ 36%] Building CXX object syndication/CMakeFiles/syndication.dir/rdf/model.o [ 36%] Building CXX object syndication/CMakeFiles/syndication.dir/rdf/modelmaker.o /var/tmp/portage/kde-base/kdepimlibs-4.3.1/work/kdepimlibs-4.3.1/akonadi/itemserializer.cpp:64: aviso: parámetro ‘label’ sin uso [ 36%] Building CXX object syndication/CMakeFiles/syndication.dir/rdf/rdfvocab.o [ 36%] Building CXX object syndication/CMakeFiles/syndication.dir/rdf/sequence.o [ 36%] Building CXX object syndication/CMakeFiles/syndication.dir/rdf/statement.o [ 36%] Building CXX object syndication/CMakeFiles/syndication.dir/rdf/resourcewrapper.o [ 36%] Building CXX object akonadi/CMakeFiles/akonadi-kde.dir/itemmodifyjob.o make[2]: *** [akonadi/CMakeFiles/akonadi-kde.dir/itemserializer.o] Error 1 make[2]: *** Se espera a que terminen otras tareas.... [ 36%] Building CXX object syndication/CMakeFiles/syndication.dir/rdf/nodevisitor.o Scanning dependencies of target kholidays [ 36%] Building CXX object syndication/CMakeFiles/syndication.dir/atom/category.o [ 36%] Building CXX object kholidays/CMakeFiles/kholidays.dir/kholidays_automoc.o [ 36%] Building CXX object kholidays/CMakeFiles/kholidays.dir/holidays.o [ 38%] Building CXX object syndication/CMakeFiles/syndication.dir/atom/constants.o make[1]: *** [akonadi/CMakeFiles/akonadi-kde.dir/all] Error 2 make[1]: *** Se espera a que terminen otras tareas.... [ 38%] Building C object kholidays/CMakeFiles/kholidays.dir/scanholiday.o scanholiday.c: En la función ‘kcallex’: scanholiday.lex:96: aviso: se descarta el valor de devolución de ‘fwrite’, se declaró con el atributo warn_unused_result scanholiday.lex: En el nivel principal: scanholiday.c:1539: aviso: se define ‘input’ pero no se usa [ 38%] Building C object kholidays/CMakeFiles/kholidays.dir/parseholiday.o parseholiday.c:331:6: aviso: "YYENABLE_NLS" no está definido parseholiday.c:878:6: aviso: "YYLTYPE_IS_TRIVIAL" no está definido [ 38%] Building CXX object syndication/CMakeFiles/syndication.dir/atom/content.o [ 39%] Building CXX object kholidays/CMakeFiles/kholidays.dir/astroseasons.o [ 39%] Building CXX object kholidays/CMakeFiles/kholidays.dir/lunarphase.o [ 39%] Building CXX object syndication/CMakeFiles/syndication.dir/atom/document.o [ 39%] Building CXX object syndication/CMakeFiles/syndication.dir/atom/entry.o [ 39%] Building CXX object kholidays/CMakeFiles/kholidays.dir/zodiac.o Linking CXX shared library ../lib/libkholidays.so [ 39%] Built target kholidays [ 39%] Building CXX object syndication/CMakeFiles/syndication.dir/atom/generator.o [ 39%] Building CXX object syndication/CMakeFiles/syndication.dir/atom/link.o [ 39%] Building CXX object syndication/CMakeFiles/syndication.dir/atom/parser.o [ 39%] Building CXX object syndication/CMakeFiles/syndication.dir/atom/person.o [ 40%] Building CXX object syndication/CMakeFiles/syndication.dir/atom/source.o [ 40%] Building CXX object syndication/CMakeFiles/syndication.dir/atom/atomtools.o [ 40%] Building CXX object syndication/CMakeFiles/syndication.dir/mapper/feedrss2impl.o [ 40%] Building CXX object syndication/CMakeFiles/syndication.dir/mapper/itemrss2impl.o [ 40%] Building CXX object syndication/CMakeFiles/syndication.dir/mapper/enclosurerss2impl.o [ 40%] Building CXX object syndication/CMakeFiles/syndication.dir/mapper/categoryrss2impl.o [ 40%] Building CXX object syndication/CMakeFiles/syndication.dir/mapper/imagerss2impl.o [ 42%] Building CXX object syndication/CMakeFiles/syndication.dir/mapper/feedrdfimpl.o [ 42%] Building CXX object syndication/CMakeFiles/syndication.dir/mapper/itemrdfimpl.o [ 42%] Building CXX object syndication/CMakeFiles/syndication.dir/mapper/imagerdfimpl.o [ 42%] Building CXX object syndication/CMakeFiles/syndication.dir/mapper/feedatomimpl.o [ 42%] [ 42%] Building CXX object syndication/CMakeFiles/syndication.dir/mapper/itematomimpl.o Building CXX object syndication/CMakeFiles/syndication.dir/mapper/enclosureatomimpl.o [ 42%] Building CXX object syndication/CMakeFiles/syndication.dir/mapper/categoryatomimpl.o [ 42%] Building CXX object syndication/CMakeFiles/syndication.dir/documentsource.o [ 43%] Building CXX object syndication/CMakeFiles/syndication.dir/documentvisitor.o [ 43%] Building CXX object syndication/CMakeFiles/syndication.dir/elementwrapper.o [ 43%] Building CXX object syndication/CMakeFiles/syndication.dir/constants.o [ 43%] Building CXX object syndication/CMakeFiles/syndication.dir/feed.o [ 43%] Building CXX object syndication/CMakeFiles/syndication.dir/item.o [ 43%] Building CXX object syndication/CMakeFiles/syndication.dir/enclosure.o [ 43%] Building CXX object syndication/CMakeFiles/syndication.dir/category.o [ 43%] Building CXX object syndication/CMakeFiles/syndication.dir/image.o [ 45%] Building CXX object syndication/CMakeFiles/syndication.dir/tools.o [ 45%] Building CXX object syndication/CMakeFiles/syndication.dir/person.o [ 45%] Building CXX object syndication/CMakeFiles/syndication.dir/personimpl.o [ 45%] Building CXX object syndication/CMakeFiles/syndication.dir/loader.o [ 45%] Building CXX object syndication/CMakeFiles/syndication.dir/global.o [ 45%] Building CXX object syndication/CMakeFiles/syndication.dir/dataretriever.o [ 45%] Building CXX object syndication/CMakeFiles/syndication.dir/specificitemvisitor.o [ 45%] Building CXX object syndication/CMakeFiles/syndication.dir/specificitem.o [ 46%] Building CXX object syndication/CMakeFiles/syndication.dir/specificdocument.o [ 46%] Building CXX object syndication/CMakeFiles/syndication.dir/abstractparser.o Linking CXX shared library ../lib/libsyndication.so [ 46%] Built target syndication make: *** [all] Error 2 * * ERROR: kde-base/kdepimlibs-4.3.1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3300: Called kde4-base_src_compile * environment, line 2499: Called cmake-utils_src_compile * environment, line 840: Called cmake-utils_src_make * environment, line 920: Called die * The specific snippet of code: * emake "$@" || die "Make failed!"; * The die message: * Make failed! * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/kde-base/kdepimlibs-4.3.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/kdepimlibs-4.3.1/temp/environment'. * >>> Failed to emerge kde-base/kdepimlibs-4.3.1, Log file: >>> '/var/tmp/portage/kde-base/kdepimlibs-4.3.1/temp/build.log' * Messages for package kde-base/kdepimlibs-4.3.1: * * ERROR: kde-base/kdepimlibs-4.3.1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3300: Called kde4-base_src_compile * environment, line 2499: Called cmake-utils_src_compile * environment, line 840: Called cmake-utils_src_make * environment, line 920: Called die * The specific snippet of code: * emake "$@" || die "Make failed!"; * The die message: * Make failed! * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/kde-base/kdepimlibs-4.3.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/kdepimlibs-4.3.1/temp/environment'. Sorry, but my system is configurated in spanish. Here is my gcc Code: jesus.rodriguez@intel ~ $ gcc-config -l [1] i686-pc-linux-gnu-4.3.4 [2] i686-pc-linux-gnu-4.4.1 * And cflags: Code: CFLAGS="-march=core2 -mssse3 -O2 -pipe -fomit-frame-pointer" Thanks, | Hmm... I also have gcc 4.4.1, and I had a similar problem but with KAddressbook. I did an emerge --sync and emerge kaddressbook again and it compiled fine. Maybe they fixed it? |
I did a fresh install on my Samsung Q35 with an Intel 945GMA I've found many troubles with X (X won't start, blank screen, etc) , I followed gentoo-wiki page Intel and GMA so now the configuration is tuxonice-sources-2.6.30-r4 xorg-server-1.6.3.901 xf86-video-intel-2.8.0 mesa-7.5-r3 hal-0.5.13-r2 dbus-1.3.0 The login screen (KDM) works well, everything is fine. Once I log in, after the "hard disk" is charged (you know...whe KDE is starting up) the screen goes blank, black. If I mouve the mouse it begins blinking, the faster I move it. Then I hear the sound that the KDE is charged well (the standart one), the problem persists. I could use some help=) Xorg.0.log Code: cat /var/log/Xorg.0.log This is a pre-release version of the X server from The X.Org Foundation. It is not supported in any way. Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/. Select the "xorg" product for bugs you find in this release. Before reporting bugs in pre-release versions please check the latest version in the X.Org Foundation git repository. See http://wiki.x.org/wiki/GitPage for git access instructions. X.Org X Server 1.6.3.901 (1.6.4 RC 1) Release Date: 2009-8-25 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.30-tuxonice-r4 i686 Current Operating System: Linux cpgrl 2.6.30-tuxonice-r4 #2 SMP Wed Sep 2 16:03:18 MSD 2009 i686 Build Date: 02 September 2009 07:58:38PM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 2 20:43:19 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (==) Automatically adding devices (==) Automatically enabling devices (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/misc/"). (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/misc/"). (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (**) FontPath set to: /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/, built-ins (**) ModulePath set to "/usr/lib/xorg/modules" (**) Extension "Composite" is enabled (**) Extension "RENDER" is enabled (II) Cannot locate a core pointer device. (II) Cannot locate a core keyboard device. (II) The server relies on HAL to provide the list of input devices. If no devices become available, reconfigure HAL or disable AllowEmptyInput. (II) Loader magic: 0x3da0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 5.0 X.Org XInput driver : 4.0 X.Org Server Extension : 2.0 (II) Loader running on linux (++) using VT number 7 (--) PCI:*(0:0:2:0) 8086:27a2:144d:c504 Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xd8100000/524288, 0xc0000000/268435456, 0xd8200000/262144, I/O @ 0x00001800/8 (--) PCI: (0:0:2:1) 8086:27a6:144d:c504 Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xd8180000/524288 (II) Open ACPI successful (/var/run/acpid.socket) (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) "dri2" will be loaded by default. (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dri2" (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.1.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "intel" (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 2.8.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, IGD_GM, IGD_G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, Mobile Intel® GM45 Express Chipset, Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41, IGDNG_D, IGDNG_M (II) Primary Device is: PCI 00@00:02:0 (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) resource ranges after probing: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenByBusid: drmOpenMinor returns 8 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 (==) intel(0): Depth 24, (--) framebuffer bpp 32 (==) intel(0): RGB weight 888 (==) intel(0): Default visual is TrueColor (**) intel(0): Option "DRI" "true" (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM (--) intel(0): Chipset: "945GM" (II) intel(0): Output VGA1 using monitor section Monitor0 (II) intel(0): Output LVDS1 has no monitor section (II) intel(0): Output VGA1 disconnected (II) intel(0): Output LVDS1 connected (II) intel(0): Using exact sizes for initial modes (II) intel(0): Output LVDS1 using initial mode 1280x800 (==) intel(0): video overlay key set to 0x101fe (==) intel(0): Using gamma correction (1.0, 1.0, 1.0) (==) intel(0): DPI set to (96, 96) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "dri2" (II) LoadModule: "dri2" (II) Reloading /usr/lib/xorg/modules/extensions//libdri2.so (==) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) intel(0): [DRI2] Setup complete (**) intel(0): Kernel mode setting active, disabling FBC. (**) intel(0): Framebuffer compression disabled (**) intel(0): Tiling enabled (**) intel(0): SwapBuffers wait enabled (==) intel(0): VideoRam: 262144 KB (II) intel(0): Attempting memory allocation with tiled buffers. (II) intel(0): Tiled allocation successful. (II) UXA(0): Driver registered support for the following operations: (II) solid (II) copy (II) composite (RENDER acceleration) (==) intel(0): Backing store disabled (==) intel(0): Silken mouse enabled (II) intel(0): Initializing HW Cursor (II) intel(0): No memory allocations (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. (II) intel(0): DPMS enabled (==) intel(0): Intel XvMC decoder disabled (II) intel(0): Set up textured video (II) intel(0): direct rendering: DRI2 Enabled (WW) intel(0): Option "AccelMethod" is not used (--) RandR disabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) AIGLX: enabled GLX_MESA_copy_sub_buffer (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects (II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so (II) GLX: Initialized DRI2 GL provider for screen 0 (II) intel(0): Setting screen physical size to 331 x 207 (II) config/hal: Adding input device Macintosh mouse button emulation (II) LoadModule: "evdev" (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.6.3, module version = 2.1.3 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 4.0 (**) Macintosh mouse button emulation: always reports core events (**) Macintosh mouse button emulation: Device: "/dev/input/event1" (II) Macintosh mouse button emulation: Found 3 mouse buttons (II) Macintosh mouse button emulation: Found x and y relative axes (II) Macintosh mouse button emulation: Configuring as mouse (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5 (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE) (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1 (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00 (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms (**) Macintosh mouse button emulation: (accel) set acceleration profile 0 (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad (II) LoadModule: "synaptics" (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so (II) Module synaptics: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 4.0 (II) Synaptics touchpad driver version 1.0.0 (**) Option "Device" "/dev/input/event3" (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255 (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0 (II) SynPS/2 Synaptics TouchPad: buttons: left right middle double triple (--) SynPS/2 Synaptics TouchPad touchpad found (**) SynPS/2 Synaptics TouchPad: always reports core events (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD) (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1 (**) SynPS/2 Synaptics TouchPad: (accel) filter chain progression: 2.00 (**) SynPS/2 Synaptics TouchPad: (accel) filter stage 0: 20.00 ms (**) SynPS/2 Synaptics TouchPad: (accel) set acceleration profile 0 (--) SynPS/2 Synaptics TouchPad touchpad found (II) config/hal: Adding input device AT Translated Set 2 keyboard (**) AT Translated Set 2 keyboard: always reports core events (**) AT Translated Set 2 keyboard: Device: "/dev/input/event2" (II) AT Translated Set 2 keyboard: Found keys (II) AT Translated Set 2 keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us,ru(winkeys)" (**) Option "xkb_options" "grp:shifts_toggle,grp_led:scroll" (II) config/hal: Adding input device Logitech USB-PS/2 Optical Mouse (**) Logitech USB-PS/2 Optical Mouse: always reports core events (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event8" (II) Logitech USB-PS/2 Optical Mouse: Found 3 mouse buttons (II) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5 (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE) (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1 (**) Logitech USB-PS/2 Optical Mouse: (accel) filter chain progression: 2.00 (**) Logitech USB-PS/2 Optical Mouse: (accel) filter stage 0: 20.00 ms (**) Logitech USB-PS/2 Optical Mouse: (accel) set acceleration profile 0 (II) config/hal: Adding input device Sleep Button (**) Sleep Button: always reports core events (**) Sleep Button: Device: "/dev/input/event7" (II) Sleep Button: Found keys (II) Sleep Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us,ru(winkeys)" (**) Option "xkb_options" "grp:shifts_toggle,grp_led:scroll" (II) config/hal: Adding input device Power Button (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event6" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us,ru(winkeys)" (**) Option "xkb_options" "grp:shifts_toggle,grp_led:scroll" (II) config/hal: Adding input device Video Bus (**) Video Bus: always reports core events (**) Video Bus: Device: "/dev/input/event0" (II) Video Bus: Found keys (II) Video Bus: Configuring as keyboard (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us,ru(winkeys)" (**) Option "xkb_options" "grp:shifts_toggle,grp_led:scroll" (II) config/hal: Adding input device Power Button (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event4" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us,ru(winkeys)" (**) Option "xkb_options" "grp:shifts_toggle,grp_led:scroll" (II) intel(0): EDID vendor "SEC", prod id 16705 (II) intel(0): Printing DDC gathered Modelines: (II) intel(0): Modeline "1280x800"x0.0 65.31 1280 1296 1328 1344 800 801 804 810 -hsync -vsync (48.6 kHz) (II) intel(0): EDID vendor "SEC", prod id 16705 (II) intel(0): Printing DDC gathered Modelines: (II) intel(0): Modeline "1280x800"x0.0 65.31 1280 1296 1328 1344 800 801 804 810 -hsync -vsync (48.6 kHz) kdm.log Code: This is a pre-release version of the X server from The X.Org Foundation. It is not supported in any way. Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/. Select the "xorg" product for bugs you find in this release. Before reporting bugs in pre-release versions please check the latest version in the X.Org Foundation git repository. See http://wiki.x.org/wiki/GitPage for git access instructions. X.Org X Server 1.6.3.901 (1.6.4 RC 1) Release Date: 2009-8-25 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.30-tuxonice-r4 i686 Current Operating System: Linux cpgrl 2.6.30-tuxonice-r4 #2 SMP Wed Sep 2 16:03:18 MSD 2009 i686 Build Date: 02 September 2009 07:58:38PM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 2 20:04:03 2009 (==) Using config file: "/etc/X11/xorg.conf" FATAL: Module fbcon not found. Setting master unhandled buffer attach event, attacment type 7 unhandled buffer attach event, attacment type 7 unhandled buffer attach event, attacment type 7 unhandled buffer attach event, attacment type 7 unhandled buffer attach event, attacment type 7 unhandled buffer attach event, attacment type 7 unhandled buffer attach event, attacment type 7 xorg.conf Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "extmod" # Load "xtrap" Load "record" Load "dbe" Load "dri" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "ColorKey" # <i> #Option "CacheLines" # <i> #Option "Dac6Bit" # [<bool>] #Option "DRI" # [<bool>] #Option "NoDDC" # [<bool>] #Option "ShowCache" # [<bool>] #Option "XvMCSurfaces" # <i> #Option "PageFlip" # [<bool>] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller" BusID "PCI:0:2:0" # Option "AccelMethod" "EXA" Option "AccelMethod" "UXA" # Option "Tiling" "False" Option "DRI" "true" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" Option "RENDER" "Enable" EndSection Section "DRI" Mode 0666 EndSection | take out that 'uxa' line. UXA is broken anyway. If that does not help, deactivate the 'check functionality' option in system-settings - desktop/effects/third tab. does your problem persists? |
Does anybody know how to configure KDE 4.3's Digital Clock to show 12 hour time instead of 24 hour time? | Thank you! That fixed it. |
I recently installed VirtualBox to run a windoze guest system. Everything in BV installed like a snap, I sorted out a few small issues and all is well except my keyboard. If I run as root, the key mappings work perfectly. When I log in as me, the right control (control home key) does not function at all, neither does the left control key work. Thus I have no control-C, control-V, or home/guest escape. To my knowledge, both the root and my account have no special keyboard mappings and use the same settings in Gnome. Any suggestions appreciated! | There's something really tricky about configuring VirtualBox and similar with evdev driver. There are a few threads about it. The problem is that some of those programs relied on keysyms, instead of keycodes (or the other way around - there was a thread about it on xorg mailing list a few months back). |
I have X working fine with gentoo-sources-2.6.26-r2, but I have not been able to make it work with any subsequent kernel, most recently gentoo-sources-2.6.30-r4. I did set the symlink and rebuild nvidia-drivers. Glx is set to nvidia I still get the error Quote: (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found) I followed symlinks, and they point to the nvidia glx driver. I don't understand why I have this problem, especially when everything, including World of Warcraft via Wine, runs in the earlier kernel. | Check /var/log/Xorg.0.log, and remember that each time you switch your kernel you have to set the /usr/src/linux symlink to the new kernel and *after that* recompile the nvidia-drivers package so the module for the new kernel is built. |
Moved "/usr/kde/4.2/" out of the way and everything compiled OK. After getting Akonadi working (thanks to info in these forums), 4.3 is working well.....seems faster than 4.2.x, but I don't know if it's inherently faster or due to having been compiled with gcc 4.4 (or both). ______________ Compiling kdebase-4.3 fails during emerge of kscreensaver-4.3.1 with following error message: Quote: Linking CXX executable kblankscrn.kss /usr/kde/4.2/lib/libkio.so.5: undefined reference to `KProtocolInfoFactory::_self' collect2: ld returned 1 exit status make[2]: *** [kscreensaver/kblank_screensaver/kblankscrn.kss] Error 1 make[1]: *** [kscreensaver/kblank_screensaver/CMakeFiles/kblankscrn.kss.dir/all] Error 2 make: *** [all] Error 2 * * ERROR: kde-base/kscreensaver-4.3.1 failed. I'd appreciate any suggestions as to how to fix this, as I haven't found anything relevant by searching. Here's my emerge info, in case that's of help: Quote: Portage 2.2_rc40 (default/linux/x86/2008.0/desktop, gcc-4.4.1, glibc-2.9_p20081201-r2, 2.6.30-gentoo-r4 i686) ================================================================= System uname: Linux-2.6.30-gentoo-r4-i686-AMD_Phenom-tm-_II_X4_940_Processor-with-glibc2.1 Timestamp of tree: Wed, 02 Sep 2009 01:00:03 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p39 dev-java/java-config: 1.3.7-r1, 2.1.7 dev-lang/python: 2.4.4-r9, 2.5.2-r7 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.6.2-r1 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.9 sys-devel/autoconf: 2.13, 2.63-r1 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.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-Os -march=amdfam10 -pipe -fomit-frame-pointer" 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/kde/4.2/env /usr/kde/4.2/share/config /usr/kde/4.2/shutdown /usr/share/config /var/lib/hsqldb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-Os -march=amdfam10 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests ccache distlocks fixpackages metadata-transfer parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch userpriv" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LANG="en_US.UTF-8" LDFLAGS="-Wl,-O1" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/portage/local/layman/xeffects /usr/portage/local/layman/desktop-effects /usr/portage/local/layman/sunrise /usr/portage/local/layman/kde-testing /usr/portage/local/layman/THE /usr/portage/local/layman/THE" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa apache2 berkdb bluetooth branding bzip2 cairo cdr cli cracklib crypt ctype cups dbus dri dts dvd dvdr eds emboss encode esd evo fam firefox flac fortran gdbm gif glitz gnome gpm gstreamer gtk hal iconv ipv6 irmc isdnlog java jpeg kde ldap libnotify mad midi mikmod mp3 mp4 mpeg mudflap mysql ncurses nls nptl nptlonly nsplugin ogg opengl openmp pam pcre pdf perl php png ppds pppd python qt3 qt3support qt4 quicktime readline reflection samba sdl session spell spl sql ssl startup-notification svg sysfs tcpd thunar tiff truetype unicode usb v4l2 vorbis webkit win32codecs x264 x86 xcb xml xorg xulrunner xv xvid xvmc zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 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 mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia vesa" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS | I'd file a bug at https://bugs.gentoo.org/ . |
Solve: the biggest help for me was not to install cups. USE = "-cups" I just got done emerging udev and e2fsprogs.I unmerged pygtk, poppler and gail because they blocked gnome. I read the how to emerge gnome and followed the instructions. I get an error with a "#emerge gnome" http://www.gentoo.org/doc/en/gnome-config.xml Any hints? Do I need to set all the USE flags from "emerge --pretend gnome"? And what about gnome-light ? I've got some good advice recently. Thanks Code: !!! Please attach the following file when seeking support: !!! /var/tmp/portage/app-text/libspectre-0.2.1/work/libspectre-0.2.1/config.log * * ERROR: app-text/libspectre-0.2.1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 1101: Called econf '--disable-dependency-tracking' '--disable-asserts' '--disable-checks' '--disable-testing' * ebuild.sh, line 534: Called die * The specific snippet of code: * die "econf failed" * The die message: * econf failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/app-text/libspectre-0.2.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-text/libspectre-0.2.1/temp/environment'. * >>> Failed to emerge app-text/libspectre-0.2.1, Log file: >>> '/var/tmp/portage/app-text/libspectre-0.2.1/temp/build.log' * Messages for package app-text/libspectre-0.2.1: * * ERROR: app-text/libspectre-0.2.1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 1101: Called econf '--disable-dependency-tracking' '--disable-asserts' '--disable-checks' '--disable-testing' * ebuild.sh, line 534: Called die * The specific snippet of code: * die "econf failed" * The die message: * econf failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/app-text/libspectre-0.2.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-text/libspectre-0.2.1/temp/environment'. | Try the newer libspectre 0.2.2 which got marked stable on x86 at least. Anyway, gnome-light is a very basic Gnome desktop and you need to add the components you want manually. |
I'm upgraded my xorg-server to the stable version 1.5.3-r6 and everything went fine. Keyboard is working with the fdi/evdev/hald combination but I'm curious how to remap a single key? I'm using the normal US layout and I need some extra characters like german umlauts and I try to exchange the 'y' and the 'z' keys. I achived the later (before the update) with the following lines in my ~/.Xmodmap: Code: ! y<->z keycode 29 = z Z yen keycode 52 = y Y guillemotleft less Is xmodmap still state of the art? Or what it "the way" to change mappings on fdi/evdev/hald systems? I googled a lot about this topic but I found only people with mouse button problems or something else. Thanks for the feedback! | Hi. Have you tried to alter the keymap in /usr/share/keymaps ? |
I upgraded from KDE 4.2 to KDE 4.3 and have no window decorations. ( I think that's what it's called) There is no border and no title bar on windows, they all open in the upper left and cannot be moved. I have two computers with the main hardware difference being nvidia vs. ati graphics card. The nvidia machine had no trouble, but the ati exhibits the problem described. My ati card is a radeon 9600 and I'm running the proprietary drivers for it that are now hardmasked. so far I have tried: * removing the .kde directory and restarting kde * Turned off compositing through xorg.conf and restart kde * reinstall kwin I would appreciate any advice. | I have the same problem when i recompile my kernel. After this i have to install again fglrx drivers, without them i don`t have window decorations (no title bars and stuff). When i run radeonhd or radeon, moving windows is just horrible slow - i can even watch the rendering process of window frame by frame like a some kind of presentation . So make sure you are loading fglrx correctly. You can type glxgears in Konsole or check /var/log/Xorg.0.log. PS: Oh wait. Is your card Radeon 9600 ? Isn`t it to old for fglrx ? As far as i know fglrx runs only on chipset newer than r6xx. Maybe you should try radeonhd ? I have Radeon Mobility HD 4570 so i am sentenced to proprietary ati drivers. |
My synaptics touchpad's tapping functionality does not work. I've had this problem ever since upgrading away from xorg-server-1.3. Scrolling and acceleration are working fine - just the button tap isn't. Here's my /etc/hal/fdi/11-x11-synaptics.fdi file. I didn't write it myself, I got it from somewhere here on the forums. It has a button tap section that looks the same as what others have posted in bug reports, but tapping is still a no-go. Code: <?xml version="1.0" encoding="UTF-8"?> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.touchpad"> <match key="info.product" contains="ALPS GlidePoint"> <merge key="input.x11_driver" type="string">synaptics</merge> <merge key="input.x11_options.SHMConfig" type="string">true</merge> <!-- Edges --> <merge key="input.x11_options.LeftEdge" type="string">120</merge> <merge key="input.x11_options.RightEdge" type="string">880</merge> <merge key="input.x11_options.TopEdge" type="string">120</merge> <merge key="input.x11_options.BottomEdge" type="string">650</merge> <!-- Scrolling up/down --> <merge key="input.x11_options.HorizEdgeScroll" type="string">true</merge> <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge> <merge key="input.x11_options.UpDownScrolling" type="string">true</merge> <merge key="input.x11_options.LeftRightScrolling" type="string">true</merge> <merge key="input.x11_options.UpDownScrollRepeat" type="string">true</merge> <merge key="input.x11_options.LeftRightScrollRepeat" type="string">true</merge> <merge key="input.x11_options.MinSpeed" type="string">0.7</merge> <merge key="input.x11_options.MaxSpeed" type="string">1.3</merge> <merge key="input.x11_options.AccelFactor" type="string">0.050</merge> <merge key="input.x11_options.EdgeMotionMinSpeed" type="string">5</merge> <merge key="input.x11_options.EdgeMotionMaxSpeed" type="string">10</merge> <merge key="input.x11_options.HorizScrollDelta" type="string">45</merge> <merge key="input.x11_options.VertScrollDelta" type="string">45</merge> <!-- Tapping --> <merge key="input.x11_options.TapButton1" type="string">1</merge> <merge key="input.x11_options.TapButton2" type="string">2</merge> <merge key="input.x11_options.TapButton3" type="string">3</merge> <merge key="input.x11_options.MaxTapMove" type="string">220</merge> <merge key="input.x11_options.FastTaps" type="string">1</merge> <merge key="input.x11_options.FingerLow" type="string">25</merge> <merge key="input.x11_options.FingerHigh" type="string">30</merge> --> <!-- Corner clicks --> <merge key="input.x11_options.RBCornerButton" type="string">2</merge> <merge key="input.x11_options.RTCornerButton" type="string">3</merge> </match> </match> </device> </deviceinfo> Thoughts? | First check hal settings to see if that file actually got applied, then check the driver's manpage, if you're setting the values correctly. |
Hi, I am using KDE 4.3 and when I attach a USB-device or a card to my CardReader it appears in the Device Notifier - BUT I do not like the names, because most of them are just Volume (vfat) oder NONAME... Where can I tune these names ? I want to distinguish between my USB-sticks and Cards by the indicated names in the Device Notifier. Peter | stegerpl wrote: Where can I tune these names ? The "name" of a vfat file system is usually called a label . You can create labels for DOS and vfat file systems from the command line using sys-fs/mtools . Plug in the card you want to give a label to, but don't mount it. Become root and edit /etc/mtools/mtools.conf appropriately, e.g.: Code: first three lines of /etc/mtools/mtools.conf: # Example mtools.conf files. Uncomment the lines which correspond to # your architecture and comment out the "SAMPLE FILE" line below #SAMPLE FILE drive m: file="/dev/sda" Now you can simply do: Code: $ mlabel -c m:PLESCHING where m: has to correspond to the drive letter defined in your mtools.conf. Good luck! |
I did not emerge cups. Code: tma etc # emerge --pretend gnome These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] dev-util/gtk-doc-am-1.10-r1 [ebuild N ] media-libs/libogg-1.1.3 [ebuild N ] net-wireless/bluez-libs-3.36 USE="-debug" [ebuild N ] dev-util/gperf-3.0.3 [ebuild N ] dev-libs/libsigc++-2.2.3 USE="-debug -doc -test" [ebuild N ] media-libs/openjpeg-1.3-r2 USE="-tools" [ebuild N ] app-text/poppler-data-0.2.1 [ebuild N ] dev-libs/libdaemon-0.12 USE="-doc -examples" [ebuild N ] net-dns/bind-tools-9.4.3_p3 USE="ipv6 -idn" [ebuild N ] net-misc/netkit-fingerd-0.17-r3 USE="-xinetd" [ebuild U ] dev-libs/nspr-4.8 [4.6.8] [ebuild N ] virtual/libusb-0 [ebuild N ] virtual/eject-0 [ebuild N ] media-libs/libao-0.8.8 USE="alsa -doc -mmap -nas -pulseaudio" [ebuild N ] media-libs/libid3tag-0.15.1b-r2 USE="-debug" [ebuild N ] media-libs/taglib-1.5 USE="-debug -test" [ebuild N ] media-libs/musicbrainz-2.1.5 [ebuild N ] app-cdr/cdrtools-2.01.01_alpha57-r1 USE="acl unicode" [ebuild U ] dev-libs/nss-3.12.3-r1 [3.11.9] [ebuild U ] media-libs/freetype-2.3.9-r1 [2.3.6] USE="-bindist* -fontforge%" [ebuild N ] virtual/cdrtools-0 [ebuild U ] sys-apps/dbus-1.2.3-r1 [1.1.20] [ebuild U ] media-libs/libart_lgpl-2.3.20 [2.3.19-r1] [ebuild N ] app-text/build-docbook-catalog-1.4 [ebuild N ] app-cdr/dvd+rw-tools-7.1-r1 [ebuild N ] dev-games/libggz-0.0.14.1 USE="-debug -gnutls" [ebuild NS ] sys-devel/autoconf-2.13 [2.63-r1] [ebuild U ] dev-libs/libtasn1-2.2 [0.3.5] [ebuild N ] perl-core/Storable-2.18 [ebuild N ] perl-core/Test-Simple-0.80 [ebuild U ] dev-util/intltool-0.40.5 [0.35.5] [ebuild N ] virtual/perl-Test-Simple-0.80 [ebuild N ] virtual/perl-Storable-2.18 [ebuild N ] x11-themes/sound-theme-freedesktop-0.2 [ebuild N ] media-libs/libvorbis-1.2.3 USE="-doc" [ebuild N ] app-text/sgml-common-0.6.3-r5 [ebuild N ] media-libs/libmad-0.15.1b-r2 USE="-debug" [ebuild N ] media-sound/lame-3.98.2-r1 USE="-debug -mmx -mp3rtp -sndfile" [ebuild N ] dev-lang/nasm-2.07 USE="-doc" [ebuild N ] x11-proto/xf86miscproto-0.9.2 [ebuild N ] x11-proto/scrnsaverproto-1.1.0 [ebuild N ] x11-libs/pixman-0.14.0-r1 USE="(-altivec) -debug -mmx -sse2" [ebuild N ] media-libs/a52dec-0.7.4-r6 USE="-djbfft -oss" [ebuild N ] media-libs/libdvdcss-1.2.10 USE="-doc" [ebuild N ] media-sound/cdparanoia-3.10.2-r3 [ebuild N ] x11-proto/xf86vidmodeproto-2.2.2 [ebuild N ] dev-libs/check-0.9.5-r1 [ebuild N ] app-cdr/cdrdao-1.2.3_rc2 USE="encode mad vorbis -gcdmaster -pccts" [ebuild N ] media-libs/libdvdread-0.9.7 [ebuild N ] dev-libs/libxslt-1.1.24-r1 USE="crypt python -debug -examples" [ebuild N ] app-text/docbook-xsl-stylesheets-1.73.2 [ebuild N ] dev-lang/yasm-0.8.0 USE="nls" [ebuild N ] dev-perl/XML-NamespaceSupport-1.09 [ebuild N ] app-text/hunspell-1.2.8 USE="ncurses nls readline" [ebuild N ] x11-themes/gnome-backgrounds-2.24.0 [ebuild N ] dev-python/pyrex-0.9.8.5 USE="-examples" [ebuild N ] dev-python/python-ldap-2.2.1 USE="ssl -doc -sasl" [ebuild N ] dev-python/pyxdg-0.17-r1 [ebuild N ] app-text/scrollkeeper-dtd-1.0 [ebuild N ] dev-python/setuptools-0.6_rc9 [ebuild N ] media-libs/flac-1.2.1-r3 USE="cxx ogg -3dnow (-altivec) -debug -doc -sse" [ebuild N ] dev-games/ggz-client-libs-0.0.14.1 USE="-debug" [ebuild N ] dev-lang/swig-1.3.36 USE="perl python -R -chicken -clisp -doc -guile -java -lua -mono -mzscheme -ocaml -octave -php -pike -ruby -tcl -tk" [ebuild N ] net-dns/libidn-1.14 USE="nls -doc -emacs -java -mono" [ebuild N ] sys-devel/gdb-6.8-r1 USE="nls -multitarget -test -vanilla" [ebuild N ] dev-libs/libcdio-0.80 USE="cxx -cddb -minimal" [ebuild N ] dev-python/gdata-2.0.0 USE="-examples" [ebuild N ] dev-perl/XML-LibXML-Common-0.13 [ebuild U ] media-sound/esound-0.2.41 [0.2.38-r1] USE="-oss% -static-libs%" [ebuild N ] app-text/docbook-xml-dtd-4.1.2-r6 [ebuild N ] app-text/docbook-xml-dtd-4.3-r1 [ebuild N ] app-text/rarian-0.8.1 USE="-debug" [ebuild N ] dev-perl/XML-SAX-0.16 [ebuild N ] app-text/docbook-xml-dtd-4.4-r1 [ebuild N ] dev-python/numpy-1.3.0 USE="-lapack -test" [ebuild N ] media-libs/lcms-1.18-r1 USE="jpeg python tiff zlib" [ebuild N ] media-libs/xvid-1.2.2-r1 USE="-examples -pic" [ebuild N ] media-libs/x264-0.0.20081006 USE="threads -debug" [ebuild N ] net-misc/whois-4.7.30 USE="nls" [ebuild N ] app-text/gnome-doc-utils-0.14.2 USE="-debug" [ebuild N ] app-text/scrollkeeper-9999-r1 [ebuild N ] dev-libs/elfutils-0.131-r2 [ebuild N ] dev-perl/XML-LibXML-1.66-r1 [ebuild N ] gnome-extra/gnome-user-docs-2.24.2-r1 [ebuild N ] dev-perl/XML-Simple-2.18 [ebuild N ] dev-libs/pwlib-1.10.10-r1 USE="alsa ipv6 ldap sdl ssl xml -debug -ieee1394 -oss -sasl -v4l -v4l2" [ebuild N ] x11-misc/icon-naming-utils-0.8.90 [ebuild N ] media-libs/libmpeg2-0.5.1 USE="X sdl" [ebuild N ] media-video/ffmpeg-0.5-r1 USE="3dnow 3dnowext X alsa encode hardcoded-tables ipv6 mmx mmxext mp3 sdl ssse3 vorbis x264 xvid zlib (-altivec) -amr -bindist -custom-cflags -debug -dirac -doc -faac -faad -gsm -ieee1394 -jpeg2k -network -oss -schroedinger -speex -test -theora -threads -v4l -v4l2 -vdpau -vhook" VIDEO_CARDS="-nvidia" [ebuild U ] x11-themes/gnome-icon-theme-2.24.0 [2.20.0] [ebuild N ] net-libs/opal-2.2.11 USE="-debug -noaudio -novideo" [ebuild U ] sys-libs/pam-1.0.4 [0.99.9.0] [ebuild N ] sys-auth/pambase-20081028 USE="cracklib sha512 -consolekit -debug -gnome-keyring -mktemp -passwdqc (-selinux) -ssh" [ebuild N ] sys-libs/libcap-2.16 USE="pam" [ebuild N ] sys-fs/udev-141 USE="(-selinux)" [ebuild N ] sys-kernel/gentoo-sources-2.6.30-r5 USE="-build -symlink" [ebuild U ] x11-libs/cairo-1.8.6-r1 [1.4.14] USE="-cleartype%" [ebuild N ] dev-cpp/cairomm-1.6.0 USE="-doc" [ebuild N ] dev-libs/poppler-0.10.7 USE="abiword poppler-data" [ebuild N ] app-text/poppler-utils-0.10.7 USE="abiword" [ebuild N ] virtual/poppler-utils-0.10.7 USE="abiword" [ebuild N ] dev-python/dbus-python-0.82.4 USE="-test" [ebuild N ] app-text/libspectre-0.2.1 USE="-debug -doc -test" [ebuild N ] app-crypt/gpgme-1.1.8-r1 USE="-pth" [ebuild U ] dev-libs/glib-2.18.4-r1 [2.14.6] USE="fam%* (-selinux) -xattr%" [ebuild N ] media-libs/gstreamer-0.10.23 USE="nls -test" [ebuild U ] x11-libs/pango-1.24.2 [1.18.4] USE="X%*" [ebuild N ] net-libs/libsoup-2.24.3 USE="ssl -debug -doc" [ebuild U ] dev-libs/atk-1.24.0 [1.20.0] [ebuild U ] gnome-base/libgtop-2.24.4 [2.20.1] [ebuild N ] x11-libs/libxklavier-3.6 USE="-doc" [ebuild N ] dev-libs/liboil-0.3.15 USE="-doc" [ebuild U ] dev-libs/libIDL-0.8.12 [0.8.9] [ebuild N ] app-text/enchant-1.4.2 USE="hunspell -aspell -zemberek" [ebuild N ] dev-cpp/glibmm-2.16.4 USE="-debug -doc -examples" [ebuild N ] media-libs/gst-plugins-base-0.10.23 USE="nls -debug" [ebuild U ] gnome-base/orbit-2.14.16 [2.14.10] [ebuild U ] gnome-base/libbonobo-2.24.1 [2.20.3] [ebuild N ] media-libs/gst-plugins-good-0.10.14 USE="-debug" [ebuild N ] dev-python/pyorbit-2.24.0 USE="-debug" [ebuild N ] media-plugins/gst-plugins-x-0.10.23 [ebuild N ] media-plugins/gst-plugins-gio-0.10.23 [ebuild N ] media-plugins/gst-plugins-dvdread-0.10.11 [ebuild N ] media-plugins/gst-plugins-xvideo-0.10.23 [ebuild N ] media-libs/gst-plugins-ugly-0.10.11 USE="-debug" [ebuild N ] media-plugins/gst-plugins-alsa-0.10.23 [ebuild N ] media-plugins/gst-plugins-a52dec-0.10.11 [ebuild N ] media-plugins/gst-plugins-esd-0.10.14 [ebuild N ] media-plugins/gst-plugins-flac-0.10.14 [ebuild N ] media-plugins/gst-plugins-ogg-0.10.23 [ebuild N ] media-plugins/gst-plugins-vorbis-0.10.23 [ebuild N ] media-plugins/gst-plugins-mpeg2dec-0.10.11 [ebuild N ] media-plugins/gst-plugins-cdparanoia-0.10.23 [ebuild N ] media-plugins/gst-plugins-pango-0.10.23 [ebuild N ] media-plugins/gst-plugins-mad-0.10.11 [ebuild N ] media-plugins/gst-plugins-meta-0.10-r2 USE="X a52 alsa dvd esd flac mad mpeg ogg vorbis xv -dvb -ffmpeg -mythtv -oss -theora" [ebuild U ] sys-apps/hal-0.5.11-r9 [0.5.9.1-r3] USE="X%* -apm% -laptop%" [ebuild U ] app-misc/hal-info-20090414 [20070618] [ebuild U ] dev-python/pygobject-2.18.0 [2.14.0] USE="X%* -libffi% -test%" [uninstall ] dev-python/pygtk-2.12.0 [blocks b ] <dev-python/pygtk-2.13 ("<dev-python/pygtk-2.13" is blocking dev-python/pygobject-2.18.0) [ebuild U ] x11-libs/gtk+-2.14.7-r2 [2.12.5-r1] USE="-jpeg2k%" [ebuild U ] gnome-base/gconf-2.24.0 [2.20.1-r1] [ebuild U ] gnome-base/libglade-2.6.4 [2.6.2] [ebuild U ] gnome-base/librsvg-2.22.3 [2.20.0] [ebuild U ] x11-libs/libwnck-2.24.2 [2.20.3] [ebuild N ] x11-libs/gtksourceview-2.4.2 USE="-debug -doc" [ebuild N ] x11-themes/gtk-engines-2.16.1 USE="-accessibility -debug" [ebuild N ] gnome-base/gail-1000 [ebuild N ] dev-libs/poppler-glib-0.10.7 USE="cairo" [ebuild N ] media-libs/swfdec-0.8.4 USE="alsa gstreamer gtk -doc -ffmpeg -pulseaudio" [ebuild N ] x11-libs/gtkglext-1.2.0 USE="-debug" [ebuild N ] dev-cpp/gtkmm-2.12.7 USE="-debug -doc -examples -test" [uninstall ] app-text/poppler-0.6.3 [blocks b ] app-text/poppler ("app-text/poppler" is blocking dev-libs/poppler-glib-0.10.7, dev-libs/poppler-0.10.7, app-text/poppler-utils-0.10.7) [ebuild U ] dev-python/pygtk-2.14.1-r1 [2.12.0] USE="X%*" [ebuild U ] gnome-base/gnome-keyring-2.22.3-r1 [2.20.3] [ebuild N ] gnome-base/libgnomekbd-2.24.0 USE="-debug" [ebuild N ] media-plugins/gst-plugins-gconf-0.10.14 [ebuild N ] x11-wm/metacity-2.24.0-r2 USE="-debug -xinerama" [ebuild N ] media-libs/libcanberra-0.11 USE="alsa gstreamer gtk -doc -oss" [ebuild N ] x11-themes/gnome-themes-2.24.3 USE="-accessibility" [ebuild N ] gnome-extra/gnome-system-monitor-2.24.4 [ebuild N ] net-analyzer/gnome-nettool-2.22.1 USE="-debug" [ebuild N ] gnome-extra/gcalctool-5.24.3.1 USE="-debug" [ebuild N ] gnome-extra/swfdec-gnome-2.24.0 USE="-debug" [ebuild N ] virtual/poppler-glib-0.10.7 USE="cairo" [ebuild N ] dev-python/gnome-python-desktop-base-2.24.1 USE="-debug" [ebuild N ] net-dns/avahi-0.6.24-r2 USE="dbus gdbm gtk ipv6 python -autoipd -bookmarks -doc -howl-compat -mdnsresponder-compat -mono -qt3 -qt4 -test" [ebuild U ] gnome-base/gnome-menus-2.24.2 [2.20.3] [ebuild N ] dev-python/gnome-python-base-2.22.3 USE="-debug" [ebuild N ] dev-libs/libgweather-2.24.3 USE="python -debug" [ebuild U ] x11-libs/vte-0.17.4-r3 [0.16.12] [ebuild N ] gnome-extra/gucharmap-2.24.3 USE="gnome python -cjk -debug -doc -test" [ebuild U ] gnome-base/gdm-2.20.9-r1 [2.20.3] USE="-gnome-keyring%" [ebuild N ] gnome-extra/zenity-2.24.1 USE="libnotify -debug" [ebuild N ] app-text/evince-2.24.2 USE="dbus tiff -debug -djvu -doc -dvi -gnome-keyring -nautilus -t1lib" [ebuild N ] net-libs/gtk-vnc-0.3.8-r1 USE="python -examples" [ebuild N ] dev-python/pygtkglext-1.1.0 USE="-examples" [ebuild N ] dev-python/pygtksourceview-2.4.0 USE="-debug -doc" [ebuild U ] gnome-base/gnome-vfs-2.24.1 [2.20.1-r1] USE="avahi* fam%* -kerberos*" [ebuild U ] net-print/cups-1.3.10-r2 [1.2.12-r8] USE="acl%* avahi%* perl%* python%* -gnutls% -java% -kerberos% -static% -xinetd% -zeroconf%" LINGUAS="-de% -en% -es% -et% -fr% -he% -id% -it% -ja% -pl% -sv% -zh_TW%" [ebuild N ] dev-python/libgnomecanvas-python-2.22.3 USE="-debug -examples" [ebuild N ] dev-python/gconf-python-2.22.3 USE="-debug -examples" [ebuild N ] gnome-base/gvfs-1.0.3-r2 USE="avahi bluetooth gnome hal -archive -bash-completion -cdda -debug -doc -fuse -gnome-keyring -gphoto2 -samba" [ebuild N ] dev-python/gnome-keyring-python-2.24.1 USE="-debug -examples" [ebuild N ] dev-python/libwnck-python-2.24.1 USE="-debug -examples" [ebuild N ] app-editors/gedit-2.24.3 USE="python spell -doc -xattr" [ebuild N ] dev-python/metacity-python-2.24.1 USE="-debug" [ebuild N ] dev-python/libgtop-python-2.24.1 USE="-debug" [ebuild N ] dev-python/librsvg-python-2.24.1 USE="-debug -examples" [ebuild U ] gnome-base/libgnome-2.24.1 [2.20.1.1] [ebuild N ] dev-python/gnome-vfs-python-2.22.3 USE="-debug -doc -examples" [ebuild U ] net-print/libgnomecups-0.2.3 [0.2.2] [ebuild U ] gnome-base/libbonoboui-2.24.1 [2.20.0] [ebuild U ] gnome-base/libgnomeprint-2.18.5 [2.18.3] [ebuild U ] gnome-base/libgnomeui-2.24.1 [2.20.1.1] [ebuild N ] dev-python/libbonobo-python-2.22.3 USE="-debug -examples" [ebuild U ] gnome-base/libgnomeprintui-2.18.3 [2.18.1] [ebuild N ] x11-libs/gtksourceview-1.8.5-r1 USE="-debug -doc" [ebuild N ] gnome-extra/evolution-data-server-2.24.5-r3 USE="ipv6 ldap ssl -debug -doc -gnome-keyring -kerberos -krb4" [ebuild N ] dev-python/libgnome-python-2.22.3 USE="-debug -examples" [ebuild N ] gnome-extra/gnome-media-2.24.0.1-r1 USE="esd ipv6 -debug -gnomecd" [ebuild N ] dev-python/libgnomeprint-python-2.24.1 USE="-debug -doc -examples" [ebuild N ] gnome-extra/gtkhtml-3.24.5 USE="-debug" [ebuild N ] net-libs/xulrunner-1.9.0.13 USE="dbus gnome startup-notification -custom-optimization -java" [ebuild N ] gnome-extra/gconf-editor-2.24.1 USE="-debug -test" [ebuild N ] x11-terms/gnome-terminal-2.24.2-r1 USE="-debug" [ebuild N ] app-crypt/seahorse-2.22.3 USE="avahi dbus ldap libnotify xulrunner -applet -debug -epiphany -gedit -gnome-keyring -nautilus" [ebuild N ] app-arch/file-roller-2.24.3 USE="-nautilus" [ebuild N ] net-misc/vino-2.24.1 USE="avahi crypt ipv6 jpeg libnotify zlib -debug -gnome-keyring -gnutls" [ebuild N ] net-print/gnome-cups-manager-0.33 USE="-debug" [ebuild U ] gnome-base/gnome-desktop-2.24.3-r1 [2.20.3] [ebuild N ] dev-python/gnome-python-2.22.3 [ebuild N ] gnome-extra/bug-buddy-2.24.2 USE="eds -debug" [ebuild N ] dev-libs/totem-pl-parser-2.24.4 USE="hal -doc" [ebuild N ] dev-python/gnome-media-python-2.24.1 USE="-debug -examples" [ebuild N ] net-voip/ekiga-2.0.12 USE="avahi dbus gnome sdl -debug -doc" [ebuild N ] gnome-extra/yelp-2.24.0-r10 USE="-beagle -debug -lzma" [ebuild N ] gnome-extra/evolution-webcal-2.24.0 USE="-debug" [ebuild N ] mail-client/evolution-2.24.5 USE="crypt dbus hal ldap ssl -debug -kerberos -krb4 -mono -networkmanager -nntp -pda -profile" [ebuild N ] dev-python/gtksourceview-python-2.24.1 USE="-debug -doc -examples" [ebuild N ] dev-python/evolution-python-2.24.1 USE="-debug" [ebuild N ] gnome-base/gnome-panel-2.24.3-r1 USE="eds -doc -networkmanager" [ebuild U ] gnome-base/eel-2.24.1 [2.20.0] USE="-test%" [ebuild N ] gnome-base/gnome-settings-daemon-2.24.1-r1 USE="alsa esd gstreamer libnotify -debug -pulseaudio" [ebuild N ] dev-python/bug-buddy-python-2.24.1 USE="-debug" [ebuild N ] dev-python/gnome-desktop-python-2.24.1 USE="-debug" [ebuild N ] media-video/totem-2.24.3 USE="bluetooth gnome python -debug -galago -lirc -nautilus -nsplugin -nvtv -tracker" [ebuild N ] media-gfx/eog-2.24.3.1 USE="dbus python -debug -doc -exif -lcms -xmp" [ebuild N ] www-client/epiphany-2.24.3-r10 USE="avahi python spell -debug -doc -networkmanager" [ebuild N ] gnome-extra/gnome-screensaver-2.24.1-r1 USE="libnotify opengl pam -debug -doc" [ebuild N ] app-admin/sabayon-2.22.1 USE="-debug" [ebuild U ] gnome-base/nautilus-2.24.2-r3 [2.20.0-r1] USE="-doc% -xmp%" [ebuild N ] dev-python/gnome-applets-python-2.24.1 USE="-debug -examples" [ebuild N ] gnome-extra/gnome-utils-2.24.1 USE="hal ipv6 -debug -doc" [ebuild N ] gnome-base/gnome-applets-2.24.3.1 USE="acpi gnome gstreamer hal ipv6 -apm -debug -doc" [ebuild N ] gnome-base/gnome-session-2.22.3-r1 USE="branding ipv6 tcpd -debug" [ebuild N ] app-admin/pessulus-2.24.0 USE="-debug -doc" [ebuild N ] gnome-extra/fast-user-switch-applet-2.24.0 USE="-debug" [ebuild N ] net-analyzer/gnome-netstatus-2.12.2 USE="-debug" [ebuild N ] gnome-extra/gnome-power-manager-2.22.1 USE="X -debug -doc -test" [ebuild N ] x11-misc/alacarte-0.11.10 [ebuild N ] net-misc/vinagre-2.24.2-r1 USE="avahi -debug -test" [ebuild N ] dev-python/totem-python-2.24.1 USE="-debug" [ebuild N ] gnome-extra/nautilus-cd-burner-2.24.0 USE="cdr dvdr -debug" [ebuild N ] gnome-base/gnome-control-center-2.24.0.1 USE="eds hal sound -debug" [ebuild N ] gnome-extra/deskbar-applet-2.24.3 USE="eds spell -test" [ebuild N ] gnome-extra/gnome-games-2.24.3 USE="X opengl -artworkextra -guile" [ebuild N ] gnome-base/gnome-volume-manager-2.24.1 USE="-automount -consolekit -debug" [ebuild N ] media-sound/sound-juicer-2.24.0 USE="-debug -test" [ebuild N ] dev-python/nautilus-cd-burner-python-2.24.1 USE="-debug -examples" [ebuild N ] dev-python/gnome-python-desktop-2.24.1 [ebuild N ] gnome-base/gnome-2.24.1 USE="cdr cups dvdr esd ldap -accessibility -mono" [blocks B ] >=sys-fs/udev-126 (">=sys-fs/udev-126" is blocking sys-fs/cryptsetup-1.0.5-r1) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. ('installed', '/', 'sys-fs/cryptsetup-1.0.5-r1', 'nomerge') pulled in by >=sys-fs/cryptsetup-1.0.5 required by ('ebuild', '/', 'sys-apps/hal-0.5.11-r9', 'merge') ('ebuild', '/', 'sys-fs/udev-141', 'merge') pulled in by sys-fs/udev required by ('ebuild', '/', 'sys-kernel/gentoo-sources-2.6.30-r5', 'merge') >=sys-fs/udev-117 required by ('ebuild', '/', 'sys-apps/hal-0.5.11-r9', 'merge') virtual/dev-manager required by world (and 2 more) For more information about Blocked Packages, please refer to the following section of the Gentoo Linux x86 Handbook (architecture is irrelevant): http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked !!! The following installed packages are masked: - x11-base/xorg-server-1.3.0.0-r6 (masked by: package.mask) /usr/portage/profiles/package.mask: # R��mi Cardona <remi@gentoo.org> (06 Aug 2009) # Big Xorg 1.3/1.4 mask. Masked for removal Real Soon Now (tm) # xf86-input-evtouch going out completely, switch to evdev - x11-drivers/xf86-input-mouse-1.2.3 (masked by: package.mask) - x11-drivers/xf86-input-keyboard-1.1.1 (masked by: package.mask) - media-libs/mesa-6.5.2-r1 (masked by: package.mask) For more information, see the MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. I am not able to unmerge [blocks B ] >=sys-fs/udev-126 (">=sys-fs/udev-126" is blocking sys-fs/cryptsetup-1.0.5-r1) so I can install emerge gnome. Any ideas? Code: tma etc # emerge --search udev Searching... [ Results for search key : udev ] [ Applications found : 3 ] * app-text/uudeview Latest version available: 0.5.20-r1 Latest version installed: [ Not Installed ] Size of files: 255 kB Homepage: http://www.fpx.de/fp/Software/UUDeview/ Description: uu, xx, base64, binhex decoder License: GPL-2 * app-vim/udev-syntax [ Masked ] Latest version available: 20051016-r1 Latest version installed: [ Not Installed ] Size of files: 1 kB Homepage: http://www.vim.org/scripts/script.php?script_id=1381 Description: vim plugin: syntax highlighting for udev rules files License: vim * sys-fs/udev Latest version available: 141 Latest version installed: [ Not Installed ] Size of files: 437 kB Homepage: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html Description: Linux dynamic and persistent device naming support (aka userspace devfs) License: GPL-2 tma etc # | Might try emerging udev, then emerge gnome. |
I have recently got my Linux OS owrking and now I working on the display. When I try to launch X I get some errors. Code: (EE) Failed to load modules "type1" (module does not exist, 0) (EE) Failed to load module "freetype" (module does not exist, 0) (EE) Failed to initialize the GLX modules; please check your X log file that the GLX module has been loaded in you X server, and that the module is in the NVIDIA GLX module..... Also with a modprobe I get Code: modprobe nvidia result nvidia: Unkown symbol register_cpu_notifier nvidia: Unknown symbol unregister_cpu_notifier FATAL: Error inserting nvidia (/lib/modles/2.6.30-gentoo-r4/video/nvidia.ko): Unkown symbol in module, or unkown parameter (see dmesg) | Have you tried remerging nvidia-drivers? Code: emerge --oneshot x11-drivers/nvidia-drivers |
Hello all, I'm using Gentoo linux together with x11-base/xorg-server-1.5.3-r6. The falgs for this package are below. Code: USE="ipv6 kdrive minimal nptl xorg" INPUT_DEVICES="keyboard mouse" VIDEO_CARDS="neomagic" Since I am learning German, and speak my native Norwegian, while living here in the UK and have a UK keyboard, I want to add some norwegian characters and an umlaut deadkey for äëïöü, as well as ß onto some keys. (in the same way as on the norwegian keyboard we get € by holding Alt Gr while pressing E) Where will I find the keymap file? And how can I add these glyphs to the keys? | "/usr/share/keymaps/i386/qwertz/de.map.gz" - don't know, if it's just a matter of modifying, renaming and loading, give it a try. On the other hand, why not switching to a complete de-keymap when you need it and i.e. using an on-screen keyboard for reference(if needed)? |
Hi, I've been using the nvidia driver, but my card was broken, so I changed the card(now using SiS integrated graphics). I am recompiling xorg-server, but got an error. I think this is because nvidia driver was providing OpenGL/GLX etc. stuff and now after nvidia-driver was unmerged, something is missing. I am getting many compiling errors. Compiling error are like Code: indirect_dispatch.c:5851: error: 'GLuint' undeclared (first use in this function) indirect_dispatch.c:5851: error: expected expression before ')' token indirect_dispatch.c:5854: error: '__GLXclientState' has no member named 'client' indirect_dispatch.c:5854: error: 'GL_FALSE' undeclared (first use in this function) indirect_dispatch.c:5854: error: too many arguments to function '__glXSendReply' indirect_dispatch.c: At top level: indirect_dispatch.c:5861: error: expected declaration specifiers or '...' before 'GLbyte' indirect_dispatch.c: In function '__glXDisp_IsRenderbufferEXT': indirect_dispatch.c:5863: error: 'pc' undeclared (first use in this function) indirect_dispatch.c:5869: error: 'GLboolean' undeclared (first use in this function) indirect_dispatch.c:5869: error: expected ';' before 'retval' i This is just a random part of them. The first error is Code: !!! Error: Failed to create //usr//lib/libGL.so I think this has a clue. Will anyone give me a clue how to avoid it? Thanks in advance. | Actually, once you've made the above changes, use this command: Code: emerge -C nvidia-drivers && emerge libdrm && emerge mesa && emerge xorg-server && emerge xf86-video-sis && emerge $(qlist -IC x11-drivers) You will also have to change /etc/X11/xorg.conf to reflect the new driver. Blessed be! Pappy |
Does anybody know what changed in fvwm-2.5.27, because now I have borders around my icons/thumbnails. Here's my config http://sebaro.madpage.com/fvwm/, you can see in the screenshot that there were no thumbnail borders in the previous version. One more thing, I'm using tint2 as panel and when I click on a task it gets iconfied. I don't want that. I tried EWMHActivateWindowFunc but it doesn't work. | sebaro wrote: Does anybody know what changed in fvwm-2.5.27, because now I have borders around my icons/thumbnails. If you can provide a minimal version of your config you think exhibits this, by all means. But nothing has changed in FVWM 2.5.27 sebaro wrote: One more thing, I'm using tint2 as panel and when I click on a task it gets iconfied. I don't want that. I tried EWMHActivateWindowFunc but it doesn't work. I told you about this before. -- Thomas Adam |
The task bar on my KDE 4.3 desktop, when I upgraded from 4.2.4, was basically white and translucent. Now it has changed to black, so the text on it, and any pop-up informational messages, is almost unreadable. Any idea how to make it white again, or some other colour ? There does not appear to be a setting for it in settings manager. | energyman76b wrote: change the desktop design. Right click on deskop, choose the settings option, choose a different design. Thank you. |
I've recently moved(reinstalled) gentoo into a better sized partition and emerged kde-3.5.10. as user I run: Code: me@lair% echo "exec startkde" > ~/.xinitrc me@lair% startx startx command not found I've also tried just typing the command it represents Code: me@lair% exec startkde (7 or so lines of error that scroll way too fast to read) Cannot connect to Xserver Cannot connect to Xserver (and on and on until I enter ^C) I get the feeling I never emerged something... Edit: Bonus Question: how can I change the resolution of the shell? | For kde, what exactly did you emerge? Did you also emerge X? - John |
I installed some Gnome things yesterday, although I use KDE4 as my environment. When I booted up today, I was missing all the entries in the Application panel. I searched around and saw some people had the same problem. Some people had theirs fixed and others, including me, didn't. I tried deleting the .kde4 directory. I checked the permissions on the directories. I ran kbuildsycoca4 I ran kmenuedit, nothing at all shows up there. I tried to restore the system menu, but that did nothing. Is there anything else that I can try to get these things back? I'd hate to have to wipe everything and start over again because of this. Thanks. | I should also add that this is a new install, so it was never upgraded from KDE4.2 to KDE4.3. It's only ever had 4.3. Also, the menus don't work for other users, so it looks like it's a system-wide problem. |
Using flash (You Tube) works fine until I click the "full screen mode" on the flash player. At this point, firefox completely disappears and closes. When restarted firefox show the "embarrassing" screen stating that it lost some windows. This is consistent (happens everytime). Anyone else have this flash problem? | https://bugs.gentoo.org/show_bug.cgi?id=276259 |
hi, a new install and i cannot start x. my Xorg.0.log Code: X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.30-gentoo-r4 x86_64 Current Operating System: Linux phenomII 2.6.30-gentoo-r4 #1 SMP Sat Aug 22 19:24:15 EST 2009 x86_64 Build Date: 23 August 2009 04:42:10AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 23 07:03:58 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Simple Layout" (**) |-->Screen "Screen 1" (0) (**) | |-->Monitor "monitor1" (**) | |-->Device "vcard" (**) |-->Input Device "Mouse1" (**) |-->Input Device "Keyboard1" (==) Automatically adding devices (==) Automatically enabling devices (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/misc/"). (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/misc/"). (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). (**) FontPath set to: /usr/share/fonts/75dpi/, /usr/share/fonts/75dpi/, built-ins (==) ModulePath set to "/usr/lib64/xorg/modules" (WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled. (WW) Disabling Mouse1 (WW) Disabling Keyboard1 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) Loader magic: 0x1200 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 (II) Loader running on linux (--) using VT number 7 (--) PCI:*(0@3:7:0) ATI Technologies Inc 3D Rage IIC 215IIC [Mach64 GT IIC] rev 122, Mem @ 0xfc000000/16777216, 0xfdcff000/4096, I/O @ 0x0000ce00/256, BIOS @ 0x????????/131072 (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [25] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [27] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [29] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [31] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [33] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [35] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded by default. (II) "record" will be loaded by default. (II) "dri" will be loaded by default. (II) LoadModule: "dbe" (II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "extmod" (II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "freetype" (WW) Warning, couldn't open module freetype (II) UnloadModule: "freetype" (EE) Failed to load module "freetype" (module does not exist, 0) (II) LoadModule: "glx" (II) Loading /usr/lib64/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (==) AIGLX enabled (==) Exporting typical set of GLX visuals (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib64/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib64/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "ati" (WW) Warning, couldn't open module ati (II) UnloadModule: "ati" (EE) Failed to load module "ati" (module does not exist, 0) (EE) No drivers available. Fatal server error: no screens found following another thread in this forum i have done this: changed profile to desktop from default. emerge --sync && emerge -uDN world checked rc-status hald and dbus are on Xorg -configure gets me nowhere. xorgconfig i have run several times, tried vesa as driver and ati get same response Code: (EE) VESA no matching modes screens found but none have a usable configuration. my xorg.conf: Code: # 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(5) man page for details about the format of # this file. # ********************************************************************** # ********************************************************************** # Module section -- this section is used to specify # which dynamically loadable modules to load. # ********************************************************************** # Section "Module" # This loads the DBE extension module. Load "dbe" # Double buffer extension # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection # This loads the font modules # Load "type1" Load "freetype" # Load "xtt" # This loads the GLX module # Load "glx" # This loads the DRI module # Load "dri" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" # 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/misc/" # FontPath "/usr/share/fonts/TTF/" # FontPath "/usr/share/fonts/OTF" # FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" # 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/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. # ModulePath "/usr/lib/modules" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging # Option "NoTrapSignals" # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence # (where n is 1 through 12). This allows clients to receive these key # events. # Option "DontVTSwitch" # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence # This allows clients to receive this key event. # Option "DontZap" # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching # sequences. This allows clients to receive these key events. # Option "Dont Zoom" # Uncomment this to disable tuning with the xvidtune client. With # it the client can still run and fetch card and monitor attributes, # but it will not be allowed to change them. If it tries it will # receive a protocol error. # Option "DisableVidModeExtension" # Uncomment this to enable the use of a non-local xvidtune client. # Option "AllowNonLocalXvidtune" # Uncomment this to disable dynamically modifying the input device # (mouse and keyboard) settings. # Option "DisableModInDev" # Uncomment this to enable the use of a non-local client to # change the keyboard or mouse settings (currently only xset). # Option "AllowNonLocalModInDev" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # 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: # Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" # # 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" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" # Auto detect Option "Device" "/dev/input/mice" # 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. Option "ZAxisMapping" "4 5 6 7" # Emulate3Buttons is an option for 2-button mice # Emulate3Timeout is the timeout in milliseconds (default is 50ms) # Option "Emulate3Buttons" # Option "Emulate3Timeout" "50" # ChordMiddle is an option for some 3-button Logitech mice # Option "ChordMiddle" EndSection # ********************************************************************** # 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"emerge --sync && emerge -uDN world # 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 Section "Monitor" Identifier "monitor1" # HorizSync is in kHz unless units are specified. # HorizSync may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. HorizSync 31.5 - 64.3 # HorizSync 30-64 # multisync # HorizSync 31.5, 35.2 # multiple fixed sync frequencies # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies # VertRefresh is in Hz unless units are specified. # VertRefresh may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. VertRefresh 50-70 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present # Standard VGA Device: Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" # The chipset line is optional in most cases. It can be useemerge --sync && emerge -uDN worldd to override # the driver's chipset detection, and should not normally be specified. # Chipset "generic" # The Driver line must be present. When using run-time loadable driver # modules, this line instructs the server to load the specified driver # module. Even when not using loadable driver modules, this line # indicates which driver should interpret the information in this section. emerge --sync && emerge -uDN world Driver "vga" # The BusID line is used to specify which of possibly multiple devices # this section is intended for. When this line isn't present, a device # section can only match up with the primary video device. For PCI # devices a line like the following could be used. This line should not # normally be included unless there is more than one video device # intalled. # BusID "PCI:0:10:0" # VideoRam 256 # Clocks 25.2 28.3 EndSection emerge --sync && emerge -uDN world # Device configured by xorgconfig: Section "Device" Identifier "vcard" Driver "ati" #VideoRam 65536 # Insert Clocks lines here if appropriate EndSection # ********************************************************************** # 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. Section "Screen" Identifier "Screen 1" Device "vcard" Monitor "monitor1" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # 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 "ServerLayout" # The Identifier line must be present Identifier "Simple Layout" # 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. Screen "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". InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection # Section "DRI" # Mode 0666 # EndSection i have an ati rage iic monitor : Horizontal Refresh Rate 30 ~ 83 KHz Vertical Refresh Rate 50 ~ 75 Hz set according. xorgconfig selected: monitor that can do 1280x1024 at 60hz have also tried vga, vesa and ati drivers and different monitors. i've tried so much i can't remember. usually at startx screen displays "out of range" i have tried Ctrl/Alt/+and have gotten black and white screen, but where from there? cntrl/alt/backspace and back to error message. thanks for help. | 1. don't use xorgconfig - it throws in too much noise 2. add 'evdev' to INPUT_DRIVERS and 'emerge -1 xf86-input-evdev' 3. consider using xf86-video-ati (if you think you are, see if it's actually emerged) |
With xorg-server-1.6.2.901 and xorg-server-1.6.3 I get the following error when starting X: Quote: [config/dbus] couldn't take over org.x.config: org.freedesktop.DBus.Error.AccessDenied (Connection ":1.0" is not allowed to own the service "org.x.config.display0" due to security policies in the configuration file) (EE) config/hal: couldn't initialise context: unknown error (null) The NVidia splash screen shows up, but after that the screen goes blank. I have no possibility to return to a console and have to hard reset the computer. Very annoying. The last 1.6.2 version of xorg-server, I think it was 1.6.2-r1, worked. But now it has been removed from portage. I downgraded to 1.5.3 so I can work. What else? Hm, head /var/log/Xorg.0.log: Quote: X.Org X Server 1.6.3 Release Date: 2009-7-31 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.28-gentoo-r2 x86_64 Current Operating System: Linux sirius 2.6.28-gentoo-r2 #2 SMP PREEMPT Tue Mar 3 14:51:14 CET 2009 x86_64 Build Date: 03 August 2009 01:16:53PM And yes, I use nvidia-drivers. Code: emerge -pv xorg-server These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] x11-base/xorg-server-1.5.3-r7 USE="hal ipv6 kdrive nptl sdl xorg (-3dfx) -debug -dmx -minimal -tslib" INPUT_DEVICES="evdev keyboard mouse -acecad -aiptek -citron -elographics -fpit -hyperpen -joystick -mutouch -penmount -synaptics -tslib -virtualbox -vmmouse -void -wacom" VIDEO_CARDS="nv nvidia -apm -ark -ast -chips -cirrus -dummy -epson -fbdev -fglrx (-geode) -glint -i128 (-i740) (-impact) (-imstt) -intel -mach64 -mga -neomagic (-newport) -r128 -radeon -radeonhd -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l (-vermilion) -vesa -via -virtualbox -vmware -voodoo (-xgi)" 0 kB Any idea? Thanks | Quote: Reference Implementation (dbus-daemon and libdbus) The dbus 1.2 stable branch has been split into two streams. The "1.2.4Xpermissive" branch originates from 1.2.4, and maintains the unintended permissive default for messages. Releases after 1.2.4 (1.2.6+) have a default deny. It is intended that the permissive branch only be used temporarily by vendors. For more information, see this mail. The current development version is based on the primary (not permissive) branch: it is expected that vendors will have fixed the problems created by the unintended defaults. The current primary release is D-Bus 1.2.16. (2009-07-14) The current permissive release is D-Bus 1.2.4.6permissive. (2009-05-06) The current development release is D-Bus 1.3.0 (2009-07-29) DBus 1.3.0 This release is the current development version of D-Bus. It is in early development cycle and is intended for beta testers. D-Bus 1.3.0 contains new features when compared to 1.2.x that maturing. It is expected that there will be a few more 1.3 releases before this branch is considered stable and released as D-Bus 1.4.0. Well, I tried downgrading to 1.2.12 with no change. According to the above it is no longer a permissive build. so I downgraded to 1.2.3-r1 but it is worse for me, X still not starting, but I can't switch back to my virtual terminal #1. keyboard is locked up/unresponsive. I had to ssh in to kill it. Restarting dbus and hal again fixed it from locking up. But it still complains about the same security policies in the configuration file. |
Hello, I decided to reinstall my thinkpad with gentoo. But currently I have big problems with X and glx. When I type startx or Xorg -configure and later X -config /root/xorg.conf.new he freezes and I cant move my mouse or type something through my keyboard. I already testing to comment out glx and switched driver to nv, nvidia, vesa. Always the same problem. Xorg.0.log says following: Code: X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.29-gentoo-r5 x86_64 Current Operating System: Linux gentoo-box 2.6.29-gentoo-r5 #4 SMP Tue Jun 2 15:44:46 Local time zone must be set--see zic m x86_64 Build Date: 03 June 2009 12:26:44AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 3 01:42:17 2009 (++) Using config file: "/root/xorg.conf.new" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Automatically adding devices (==) Automatically enabling devices (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/misc/"). (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/misc/"). (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). (**) FontPath set to: /usr/share/fonts/75dpi/, /usr/share/fonts/75dpi/, built-ins (**) ModulePath set to "/usr/lib64/xorg/modules" (WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled. (WW) Disabling Mouse0 (WW) Disabling Keyboard0 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) Loader magic: 0x1200 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 (II) Loader running on linux (--) using VT number 7 (--) PCI:*(0@1:0:0) nVidia Corporation Quadro NVS 140M rev 161, Mem @ 0xd2000000/16777216, 0xe0000000/268435456, 0xd0000000/33554432, I/O @ 0x00002000/128 (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "record" (II) Loading /usr/lib64/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension RECORD (II) LoadModule: "extmod" (II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "dri" (II) Loading /usr/lib64/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "glx" (II) Loading /usr/lib64/xorg/modules/extensions//libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extension (II) NVIDIA GLX Module 180.60 Mon May 11 15:53:29 PDT 2009 (II) Loading extension GLX (II) LoadModule: "wfb" (II) Loading /usr/lib64/xorg/modules//libwfb.so (II) Module wfb: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) LoadModule: "xtrap" (II) Loading /usr/lib64/xorg/modules/extensions//libxtrap.so (II) Module xtrap: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DEC-XTRAP (II) LoadModule: "nv" (II) Loading /usr/lib64/xorg/modules/drivers//nv_drv.so (II) Module nv: vendor="X.Org Foundation" compiled for 1.5.3, module version = 2.1.12 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL, Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL, Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra, GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800, GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT, GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550, Quadro FX 540, GeForce 6200, GeForce 6500, GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX, GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800, GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400, GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M, GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS, GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS, GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M, GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600M, GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M GS, GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 160M (II) Primary Device is: PCI 01@00:00:0 (--) NV: Found NVIDIA Quadro NVS 140M at 01@00:00:0 (II) resource ranges after probing: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/lib64/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) NV(0): Initializing int10 (II) NV(0): Primary V_BIOS segment is: 0xc000 (--) NV(0): Console is VGA mode 0x3 (==) NV(0): Depth 24, (--) framebuffer bpp 32 (==) NV(0): RGB weight 888 (==) NV(0): Default visual is TrueColor (==) NV(0): Using hardware cursor (==) NV(0): Using gamma correction (1.0, 1.0, 1.0) (II) NV(0): MMIO registers mapped at 0x7f3122725000 (--) NV(0): Total video RAM: 128.0 MB (--) NV(0): BAR1 size: 256.0 MB (--) NV(0): Mapped memory: 127.0 MB (II) NV(0): Linear framebuffer mapped at 0x7f311a825000 (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Module "i2c" already built-in (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (--) NV(0): Connector map: (--) NV(0): Bus 3 -> SOR0 (LVDS) (--) NV(0): Bus 0 -> DAC1 (--) NV(0): Bus 1 -> SOR1 (--) NV(0): Load detection: 256 (II) NV(0): I2C bus "I2C0" initialized. (II) NV(0): Output VGA1 using monitor section Monitor0 (II) NV(0): I2C bus "I2C1" initialized. (II) NV(0): Output DVI1 has no monitor section (II) NV(0): LVDS native size 1400x1050 (II) NV(0): Output LVDS has no monitor section (II) NV(0): I2C bus "I2C3 (LVDS)" initialized. (II) NV(0): Probing for EDID on I2C bus 0... (II) NV(0): I2C device "I2C0:ddc2" registered at address 0xA0. (II) NV(0): I2C device "I2C0:ddc2" removed. (II) NV(0): ... none found (--) NV(0): Trying load detection on VGA1 ... nothing. (II) NV(0): Probing for EDID on I2C bus 1... (II) NV(0): I2C device "I2C1:ddc2" registered at address 0xA0. (II) NV(0): I2C device "I2C1:ddc2" removed. (II) NV(0): ... none found (II) NV(0): Probing for EDID on I2C bus 3... (II) NV(0): I2C device "I2C3 (LVDS):ddc2" registered at address 0xA0. (--) NV(0): DDC detected a DFP: (II) NV(0): Manufacturer: LEN Model: 4022 Serial#: 0 (II) NV(0): Year: 2007 Week: 41 (II) NV(0): EDID Version: 1.3 (II) NV(0): Digital Display Input (II) NV(0): Max Image Size [cm]: horiz.: 29 vert.: 21 (II) NV(0): Gamma: 2.20 (II) NV(0): DPMS capabilities: StandBy Suspend Off (II) NV(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) NV(0): First detailed timing is preferred mode (II) NV(0): redX: 0.610 redY: 0.330 greenX: 0.300 greenY: 0.530 (II) NV(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 (II) NV(0): Manufacturer's mask: 0 (II) NV(0): Supported additional Video Mode: (II) NV(0): clock: 108.0 MHz Image Size: 287 x 215 mm (II) NV(0): h_active: 1400 h_sync: 1448 h_sync_end 1560 h_blank_end 1688 h_border: 0 (II) NV(0): v_active: 1050 v_sync: 1051 v_sync_end 1054 v_blanking: 1066 v_border: 0 (II) NV(0): Supported additional Video Mode: (II) NV(0): clock: 90.0 MHz Image Size: 287 x 215 mm (II) NV(0): h_active: 1400 h_sync: 1448 h_sync_end 1560 h_blank_end 1688 h_border: 0 (II) NV(0): v_active: 1050 v_sync: 1051 v_sync_end 1054 v_blanking: 1066 v_border: 0 (WW) NV(0): Unknown vendor-specific block f (II) NV(0): LTD141EN9B (II) NV(0): EDID (in hex): (II) NV(0): 00ffffffffffff0030ae224000000000 (II) NV(0): 29110103801d1578ea6f959c544c8726 (II) NV(0): 21505400000001010101010101010101 (II) NV(0): 010101010101302a7820511a10403070 (II) NV(0): 13001fd71000001825237820511a1040 (II) NV(0): 307013001fd7100000180000000f0090 (II) NV(0): 43329043280f010030640055000000fe (II) NV(0): 004c5444313431454e39420a202000f0 (II) NV(0): EDID vendor "LEN", prod id 16418 (II) NV(0): Output VGA1 disconnected (II) NV(0): Output DVI1 disconnected (II) NV(0): Output LVDS connected (II) NV(0): Using exact sizes for initial modes (II) NV(0): Output LVDS using initial mode 1400x1050 (--) NV(0): Virtual size is 1400x1400 (pitch 1536) (**) NV(0): Driver mode "1400x1050": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz (II) NV(0): Modeline "1400x1050"x60.0 108.00 1400 1448 1560 1688 1050 1051 1054 1066 -hsync -vsync (64.0 kHz) (**) NV(0): Driver mode "1400x1050": 90.0 MHz (scaled from 0.0 MHz), 53.3 kHz, 50.0 Hz (II) NV(0): Modeline "1400x1050"x50.0 89.97 1400 1448 1560 1688 1050 1051 1054 1066 -hsync -vsync (53.3 kHz) (**) NV(0): Default mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz (II) NV(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (**) NV(0): Default mode "1280x960": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz (II) NV(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) (**) NV(0): Default mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (**) NV(0): Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (**) NV(0): Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (**) NV(0): Default mode "640x512": 54.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz (D) (II) NV(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz) (**) NV(0): Default mode "640x480": 54.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz (D) (II) NV(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz) (**) NV(0): Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (**) NV(0): Default mode "512x384": 32.5 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz (D) (II) NV(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz) (==) NV(0): DPI set to (96, 96) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib64/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/lib64/xorg/modules//libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.2.1 ABI class: X.Org Video Driver, version 4.1 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (--) NV(0): 118.75 MB available for offscreen pixmaps (II) NV(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Lines Scanline Image Writes Setting up tile and stipple cache: 32 128x128 slots 32 256x256 slots 16 512x512 slots (==) NV(0): Backing store disabled (==) NV(0): Silken mouse enabled (II) NV(0): DPMS enabled (II) NV(0): RandR 1.2 enabled, ignore the following RandR disabled message. (--) RandR disabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found) (II) NV(0): Setting screen physical size to 287 x 215 My xorg.conf.new (created from X): Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib64/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "record" Load "extmod" Load "dbe" Load "dri" Load "glx" Load "wfb" Load "xtrap" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "NoAccel" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "UseFBDev" # [<bool>] #Option "Rotate" # [<str>] #Option "VideoKey" # <i> #Option "FlatPanel" # [<bool>] #Option "FPDither" # [<bool>] #Option "CrtcNumber" # <i> #Option "FPScale" # [<bool>] #Option "FPTweak" # <i> #Option "DualHead" # [<bool>] Identifier "Card0" Driver "nv" VendorName "nVidia Corporation" BoardName "Quadro NVS 140M" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection emerge --info: Code: emerge --info Portage 2.1.6.11 (default/linux/amd64/2008.0, gcc-4.3.2, glibc-2.8_p20080602-r1, 2.6.29-gentoo-r5 x86_64) ================================================================= System uname: Linux-2.6.29-gentoo-r5-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T7500_@_2.20GHz-with-glibc2.2.5 Timestamp of tree: Tue, 02 Jun 2009 11:15:01 +0000 app-shells/bash: 3.2_p39 dev-java/java-config: 2.1.7 dev-lang/python: 2.5.4-r2 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63 sys-devel/automake: 1.5, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=nocona -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=nocona -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo http://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ " LDFLAGS="-Wl,-O1" LINGUAS="de" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="X acl acpi amd64 berkdb bluetooth branding bzip2 cdr cli cracklib crypt cups dbus dri dvd ffmpeg firefox fontconfig fortran ftp gdbm gnome gpm gstreamer hal hddemp iconv icq ipv6 isdnlog java latex lm_sensors midi mmx mp3 mpeg mudflap multilib musicbrainz ncurses nls nntp nptl nptlonly opengl openmp pam pcmcia pcre pdf perl png pppd python quicktime readline reflection session spl sse sse2 ssl sysfs syslog tcpd unicode v4l v4l2 wifi x264 xorg xosd xscreensaver xvid zlib" 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 mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY I have no anymore advices for me. For solutions thank you in advance. | Your problem is your input drivers not the video driver Quote: (WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled. (WW) Disabling Mouse0 (WW) Disabling Keyboard0 You need the evdev driver. See http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml |
Hi there, I've a new PC and i have some problems with installing gentoo on it, or more exactly with installing xorg on it. So there are the informations needed to help me: Code: emerge --info Portage 2.1.6.13 (default/linux/amd64/2008.0, gcc-4.3.2, glibc-2.9_p20081201-r2, 2.6.28-gentoo-r5 x86_64) ================================================================= System uname: Linux-2.6.28-gentoo-r5-x86_64-AMD_Phenom-tm-_II_X4_940_Processor-with-gentoo-1.12.11.1 Timestamp of tree: Mon, 24 Aug 2009 11:30:01 +0000 app-shells/bash: 3.2_p39 dev-lang/python: 2.6.2-r1 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe -march=amdfam10" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -pipe -march=amdfam10" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ " LDFLAGS="-Wl,-O1" LINGUAS="fr" MAKEOPTS="-j4" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dnow X a52 aac acl acpi alsa amd64 berkdb bzip2 cddb cdparanoia cdr cli cracklib crypt cups dri dv dvb dvd dvdr emacs ffmpeg firefox flac fortran gdbm gif gimp gnome gpm gstreamer gtk hal hddtemp iconv imap ipv6 isdnlog jpeg jpeg2k mime mmx mng modplug mp3 mpeg mplayer mtp mudflap multilib ncurses nls nptl nptlonly ocaml ogg openal opengl openmp pam pcre perl png pppd python quicktime readline reflection session smp speex spell spl sse sse2 ssl svg sysfs syslog tcpd tiff truetype unicode vorbis x264 xml xorg xulrunner xvid zlib" 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 mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev joystick" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="fr" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo fglrx radeonhd" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Code: X -configure X.Org X Server 1.6.3 Release Date: 2009-7-31 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.28-gentoo-r5 x86_64 Current Operating System: Linux palpatine 2.6.28-gentoo-r5 #1 SMP Sun Aug 23 16:24:10 CEST 2009 x86_64 Build Date: 24 August 2009 02:37:19PM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 24 15:58:59 2009 List of video drivers: sis radeon tdfx glint voodoo r128 mach64 fglrx neomagic mga nv savage intel openchrome trident vmware ati radeonhd fbdev vesa (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found Backtrace: 0: X(xorg_backtrace+0x26) [0x4ee9c6] 1: X(xf86SigHandler+0x39) [0x490839] 2: /lib/libc.so.6 [0x7f773d046290] 3: /usr/lib64/xorg/modules/drivers//fglrx_drv.so(atiddxProbeMain+0x928) [0x7f773b05b9c8] 4: X(xf86CallDriverProbe+0xed) [0x46bfad] 5: X(DoConfigure+0x1a2) [0x488942] 6: X(InitOutput+0x9c3) [0x46cd03] 7: X(main+0x206) [0x4316a6] 8: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f773d0325c6] 9: X [0x430cc9] Fatal server error: Caught signal 11. Server aborting Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. Aborted here is the Xorg.0.log after the X -configure: Code: X.Org X Server 1.6.3 Release Date: 2009-7-31 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.28-gentoo-r5 x86_64 Current Operating System: Linux palpatine 2.6.28-gentoo-r5 #1 SMP Sun Aug 23 16:24:10 CEST 2009 x86_64 Build Date: 24 August 2009 02:37:19PM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 24 15:58:59 2009 (II) Loader magic: 0xd20 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 5.0 X.Org XInput driver : 4.0 X.Org Server Extension : 2.0 (II) Loader running on linux (--) using VT number 8 (--) PCI:*(0:1:0:0) 1002:9460:174b:e115 ATI Technologies Inc rev 0, Mem @ 0xd0000000/268435456, 0xfbdf0000/65536, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072 List of video drivers: sis radeon tdfx glint voodoo r128 mach64 fglrx neomagic mga nv savage intel openchrome trident vmware ati radeonhd fbdev vesa (II) LoadModule: "sis" (II) Loading /usr/lib64/xorg/modules/drivers//sis_drv.so (II) Module sis: vendor="X.Org Foundation" compiled for 1.6.3, module version = 0.10.2 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "radeon" (II) Loading /usr/lib64/xorg/modules/drivers//radeon_drv.so (II) Module radeon: vendor="X.Org Foundation" compiled for 1.6.3, module version = 6.12.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "tdfx" (II) Loading /usr/lib64/xorg/modules/drivers//tdfx_drv.so (II) Module tdfx: vendor="X.Org Foundation" compiled for 1.6.3, module version = 1.4.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "glint" (II) Loading /usr/lib64/xorg/modules/drivers//glint_drv.so (II) Module glint: vendor="X.Org Foundation" compiled for 1.6.3, module version = 1.2.2 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "voodoo" (II) Loading /usr/lib64/xorg/modules/drivers//voodoo_drv.so (II) Module voodoo: vendor="X.Org Foundation" compiled for 1.6.3, module version = 1.1.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "r128" (II) Loading /usr/lib64/xorg/modules/drivers//r128_drv.so (II) Module r128: vendor="X.Org Foundation" compiled for 1.6.3, module version = 6.8.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "mach64" (II) Loading /usr/lib64/xorg/modules/drivers//mach64_drv.so (II) Module mach64: vendor="X.Org Foundation" compiled for 1.6.3, module version = 6.8.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "fglrx" (II) Loading /usr/lib64/xorg/modules/drivers//fglrx_drv.so (II) Module fglrx: vendor="FireGL - ATI Technologies Inc." compiled for 1.4.99.906, module version = 8.64.3 Module class: X.Org Video Driver (II) LoadModule: "neomagic" (II) Loading /usr/lib64/xorg/modules/drivers//neomagic_drv.so (II) Module neomagic: vendor="X.Org Foundation" compiled for 1.6.3, module version = 1.2.2 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "mga" (II) Loading /usr/lib64/xorg/modules/drivers//mga_drv.so (II) Module mga: vendor="X.Org Foundation" compiled for 1.6.3, module version = 1.4.9 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "nv" (II) Loading /usr/lib64/xorg/modules/drivers//nv_drv.so (II) Module nv: vendor="X.Org Foundation" compiled for 1.6.3, module version = 2.1.12 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "savage" (II) Loading /usr/lib64/xorg/modules/drivers//savage_drv.so (II) Module savage: vendor="X.Org Foundation" compiled for 1.6.3, module version = 2.2.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "intel" (II) Loading /usr/lib64/xorg/modules/drivers//intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.6.3, module version = 2.6.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "openchrome" (II) Loading /usr/lib64/xorg/modules/drivers//openchrome_drv.so (II) Module openchrome: vendor="http://openchrome.org/" compiled for 1.6.3, module version = 0.2.903 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "trident" (II) Loading /usr/lib64/xorg/modules/drivers//trident_drv.so (II) Module trident: vendor="X.Org Foundation" compiled for 1.6.3, module version = 1.3.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "vmware" (II) Loading /usr/lib64/xorg/modules/drivers//vmware_drv.so (II) Module vmware: vendor="X.Org Foundation" compiled for 1.6.3, module version = 10.16.5 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "ati" (II) Loading /usr/lib64/xorg/modules/drivers//ati_drv.so (II) Module ati: vendor="X.Org Foundation" compiled for 1.6.3, module version = 6.12.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "radeonhd" (II) Loading /usr/lib64/xorg/modules/drivers//radeonhd_drv.so (II) Module radeonhd: vendor="AMD GPG" compiled for 1.6.3, module version = 1.2.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "fbdev" (II) Loading /usr/lib64/xorg/modules/drivers//fbdev_drv.so (II) Module fbdev: vendor="X.Org Foundation" compiled for 1.6.3, module version = 0.4.0 ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "vesa" (II) Loading /usr/lib64/xorg/modules/drivers//vesa_drv.so (II) Module vesa: vendor="X.Org Foundation" compiled for 1.6.3, module version = 2.2.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [25] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [27] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [29] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [31] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [33] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [35] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) Primary Device is: PCI 01@00:00:0 (WW) Falling back to old probe method for sis (WW) Falling back to old probe method for glint (WW) Falling back to old probe method for voodoo (WW) Falling back to old probe method for fglrx (II) ATI Proprietary Linux Driver Version Identifier:8.64.3 (II) ATI Proprietary Linux Driver Release Identifier: 8.64 (II) ATI Proprietary Linux Driver Build Date: Jul 14 2009 21:18:29 (II) Loading PCS database from /etc/ati/amdpcsdb (WW) This ATI Proprietary Linux Driver does not guarantee support of video driver ABI higher than 2.0 (WW) Video driver ABI version of the X server is 5.0 (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found (**) ChipID override: 0x9460 (**) Chipset Supported AMD Graphics Processor (0x9460) found Backtrace: 0: X(xorg_backtrace+0x26) [0x4ee9c6] 1: X(xf86SigHandler+0x39) [0x490839] 2: /lib/libc.so.6 [0x7f773d046290] 3: /usr/lib64/xorg/modules/drivers//fglrx_drv.so(atiddxProbeMain+0x928) [0x7f773b05b9c8] 4: X(xf86CallDriverProbe+0xed) [0x46bfad] 5: X(DoConfigure+0x1a2) [0x488942] 6: X(InitOutput+0x9c3) [0x46cd03] 7: X(main+0x206) [0x4316a6] 8: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f773d0325c6] 9: X [0x430cc9] Fatal server error: Caught signal 11. Server aborting Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. and there is the one when try to start X Code: X.Org X Server 1.6.3 Release Date: 2009-7-31 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.28-gentoo-r5 x86_64 Current Operating System: Linux palpatine 2.6.28-gentoo-r5 #1 SMP Sun Aug 23 16:24:10 CEST 2009 x86_64 Build Date: 24 August 2009 02:37:19PM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 24 15:31:07 2009 (II) Loader magic: 0xd20 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 5.0 X.Org XInput driver : 4.0 X.Org Server Extension : 2.0 (II) Loader running on linux (++) using VT number 7 (--) PCI:*(0:1:0:0) 1002:9460:174b:e115 ATI Technologies Inc rev 0, Mem @ 0xd0000000/268435456, 0xfbdf0000/65536, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072 (==) Using default built-in configuration (30 lines) (==) --- Start of built-in configuration --- Section "Device" Identifier "Builtin Default ati Device 0" Driver "ati" EndSection Section "Screen" Identifier "Builtin Default ati Screen 0" Device "Builtin Default ati Device 0" EndSection Section "Device" Identifier "Builtin Default vesa Device 0" Driver "vesa" EndSection Section "Screen" Identifier "Builtin Default vesa Screen 0" Device "Builtin Default vesa Device 0" EndSection Section "Device" Identifier "Builtin Default fbdev Device 0" Driver "fbdev" EndSection Section "Screen" Identifier "Builtin Default fbdev Screen 0" Device "Builtin Default fbdev Device 0" EndSection Section "ServerLayout" Identifier "Builtin Default Layout" Screen "Builtin Default ati Screen 0" Screen "Builtin Default vesa Screen 0" Screen "Builtin Default fbdev Screen 0" EndSection (==) --- End of built-in configuration --- (==) ServerLayout "Builtin Default Layout" (**) |-->Screen "Builtin Default ati Screen 0" (0) (**) | |-->Monitor "<default monitor>" (**) | |-->Device "Builtin Default ati Device 0" (==) No monitor specified for screen "Builtin Default ati Screen 0". Using a default monitor configuration. (**) |-->Screen "Builtin Default vesa Screen 0" (1) (**) | |-->Monitor "<default monitor>" (**) | |-->Device "Builtin Default vesa Device 0" (==) No monitor specified for screen "Builtin Default vesa Screen 0". Using a default monitor configuration. (**) |-->Screen "Builtin Default fbdev Screen 0" (2) (**) | |-->Monitor "<default monitor>" (**) | |-->Device "Builtin Default fbdev Device 0" (==) No monitor specified for screen "Builtin Default fbdev Screen 0". Using a default monitor configuration. (==) Automatically adding devices (==) Automatically enabling devices (==) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/, built-ins (==) ModulePath set to "/usr/lib64/xorg/modules" (II) Cannot locate a core pointer device. (II) Cannot locate a core keyboard device. (II) The server relies on HAL to provide the list of input devices. If no devices become available, reconfigure HAL or disable AllowEmptyInput. (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [25] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [27] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [29] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [31] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [33] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [35] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) LoadModule: "extmod" (II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.6.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.6.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib64/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.6.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib64/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.6.3, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib64/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.6.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dri2" (II) Loading /usr/lib64/xorg/modules/extensions//libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.6.3, module version = 1.1.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "ati" (II) Loading /usr/lib64/xorg/modules/drivers//ati_drv.so (II) Module ati: vendor="X.Org Foundation" compiled for 1.6.3, module version = 6.12.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "radeon" (II) Loading /usr/lib64/xorg/modules/drivers//radeon_drv.so (II) Module radeon: vendor="X.Org Foundation" compiled for 1.6.3, module version = 6.12.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "vesa" (II) Loading /usr/lib64/xorg/modules/drivers//vesa_drv.so (II) Module vesa: vendor="X.Org Foundation" compiled for 1.6.3, module version = 2.2.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "fbdev" (II) Loading /usr/lib64/xorg/modules/drivers//fbdev_drv.so (II) Module fbdev: vendor="X.Org Foundation" compiled for 1.6.3, module version = 0.4.0 ABI class: X.Org Video Driver, version 5.0 (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI), ATI Radeon Mobility X300 (M24) 3152 (PCIE), ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE), ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650, ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP), ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337, ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP), ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP), ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP), ATI Radeon Mobility 9800 (M18) JN (AGP), ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP), ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP), ATI Radeon Mobility M7 LW (AGP), ATI Mobility FireGL 7800 M7 LX (AGP), ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP), ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI), ATI Radeon Mobility X300 (M22) 5460 (PCIE), ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE), ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE), ATI Radeon X800PRO (R423) UI (PCIE), ATI Radeon X800LE (R423) UJ (PCIE), ATI Radeon X800SE (R423) UK (PCIE), ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE), ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE), ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE), ATI FireGL unknown (R423) UR (PCIE), ATI FireGL unknown (R423) UT (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility Radeon X700 XL (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon XPRESS 200 5954 (PCIE), ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI), ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE), ATI Radeon XPRESS 200M 5975 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE), ATI Radeon XPRESS 200M 5A42 (PCIE), ATI Radeon XPRESS 200 5A61 (PCIE), ATI Radeon XPRESS 200M 5A62 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE), ATI Radeon X600 (RV370) 5B62 (PCIE), ATI Radeon X550 (RV370) 5B63 (PCIE), ATI FireGL V3100 (RV370) 5B64 (PCIE), ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Mobility Radeon X800 XT (M28) (PCIE), ATI Mobility FireGL V5100 (M28) (PCIE), ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE), ATI Radeon X850 XT PE (R480) (PCIE), ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE), ATI unknown Radeon / FireGL (R480) 5D50 (PCIE), ATI Radeon X850 XT (R480) (PCIE), ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 PRO (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800, ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800, ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, ATI Mobility Radeon X1400, ATI Radeon X1300/X1550, ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300, ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350, ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550, ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450, ATI Radeon X1300/X1550, ATI Mobility Radeon X2300, ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, ATI Mobility Radeon X1350, ATI Mobility Radeon X1450, ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350, ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600, ATI Mobility FireGL V5200, ATI Mobility Radeon X1600, ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400, ATI Mobility FireGL V5250, ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT, ATI FireGL V5200, ATI Mobility Radeon X1700, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950, ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560, ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400, ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560, ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740, ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2, ATI Radeon 4800 Series, ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, ATI FirePro M7750, ATI M98, ATI M98, ATI M98, ATI Radeon RV730 (AGP), ATI FirePro M5750, ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670], ATI RADEON E4600, ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, ATI Mobility Radeon HD 3850, ATI Radeon HD3850, ATI Mobility Radeon HD 3850 X2, ATI RV670, ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series, ATI RV630, ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Mobility FireGL Graphics Processor, ATI Radeon RV710, ATI Radeon HD 3470, ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700, ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics, ATI Radeon HD Graphics, ATI Radeon Graphics, ATI Mobility Radeon HD Graphics, ATI Mobility Radeon Graphics, ATI Radeon Graphics (II) VESA: driver for VESA chipsets: vesa (II) FBDEV: driver for framebuffer: fbdev (II) Primary Device is: PCI 01@00:00:0 (WW) Falling back to old probe method for fbdev (II) Loading sub module "fbdevhw" (II) LoadModule: "fbdevhw" (II) Loading /usr/lib64/xorg/modules/linux//libfbdevhw.so (II) Module fbdevhw: vendor="X.Org Foundation" compiled for 1.6.3, module version = 0.0.2 ABI class: X.Org Video Driver, version 5.0 (II) FBDEV(1): using default device Fatal server error: Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. And then there are the compilation options for xorg-server and ati-drivers : Code: emerge -pv xorg-server These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] x11-base/xorg-server-1.6.3 USE="hal ipv6 nptl xorg -debug -dmx -kdrive -minimal -sdl -tslib" INPUT_DEVICES="evdev joystick keyboard mouse -acecad -aiptek -citron -elographics -fpit -hyperpen -mutouch -penmount -synaptics -tslib -virtualbox -vmmouse -void -wacom" VIDEO_CARDS="fbdev fglrx glint intel mach64 mga neomagic nv r128 radeon radeonhd savage sis tdfx trident vesa via vmware voodoo -apm -ark -ast -chips -cirrus -dummy -epson (-geode) -i128 (-i740) (-impact) (-imstt) (-newport) -nvidia -rendition -s3 -s3virge -siliconmotion -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tga -tseng -v4l (-vermilion) -virtualbox (-xgi)" 0 kB Total: 1 package (1 reinstall), Size of downloads: 0 kB Code: emerge -pv ati-drivers These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] x11-drivers/ati-drivers-9.8 USE="acpi modules (multilib) -debug" 0 kB Total: 1 package (1 reinstall), Size of downloads: 0 kB the lspci result: Code: 00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge 00:02.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (ext gfx port 0) 00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1) 00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2) 00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [IDE mode] 00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller 00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller 00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller 00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller 00:13.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller 00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller 00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3a) 00:14.1 IDE interface: ATI Technologies Inc SB700/SB800 IDE Controller 00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) 00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller 00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge 00:14.5 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller 00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] HyperTransport Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Miscellaneous Control 00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Link Control 01:00.0 VGA compatible controller: ATI Technologies Inc Device 9460 01:00.1 Audio device: ATI Technologies Inc HD48x0 audio 02:00.0 FireWire (IEEE 1394): JMicron Technologies, Inc. Device 2380 03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02) and the lsmod: Code: lsmod Module Size Used by fglrx 2259340 0 I've tested some things but the only "positive" result i got is, with xorg 1.5.3-r7 it works only with vesa. for information i got a HD4890 Vapor-X by Saphhire (1 GB memory) thanks a lot if you find some idea to solve this. NB: xorgconfig or xorgcfg don't exist with xorg 1.6.3 and i don't have a xorg.conf (X -configure doesn't finish). | where did you get fglrx? emerge ati-drivers (needs 9.8, needs several packages unmasked) , emerge xf86-video-ati (should be wrong for your card), or from ati website? Edit: 9.8, I see it now. have you run Code: modprobe fglrx ? result? Code: aticonfig ? |
Hi, I've just upgrade KDE 3.5.9 > 3.5.10 and can not log in. My user-name comes up OK, but after I enter my password i am returned to the log-in screen. I can log-in to a terminal as a normal user/root OK. Any help is much appreciated CM | could be you have this problem : https://forums.gentoo.org/viewtopic-p-5795804.html#5795804 |
I know this is already discussed but I think I've checked most things. I can't suspend via gnome-power-amanger as non-root user because the buttons are missing. Via root the suspend/hibernate buttons are accessible and works fine. I am member of this groups: $ groups sys disk wheel audio cdrom dialout video usb users polkituser plugdev netdev gthielebein src Which should be sufficient. hal/dbus is build with policykit/consolekit/laptop useflags: Quote: [I] sys-apps/hal Available versions: 0.5.9.1-r3 (~)0.5.11-r4 0.5.11-r8 0.5.11-r9 (~)0.5.12_rc1-r4 (~)0.5.12_rc1-r6 {X acpi apm consolekit crypt debug dell disk-partition doc kernel_FreeBSD kernel_linux laptop pcmcia policykit selinux} Installed versions: 0.5.12_rc1-r6(01:44:18 07/03/09)(X acpi consolekit crypt kernel_linux laptop policykit -apm -debug -dell -disk-partition -doc -kernel_FreeBSD -selinux xorg is build with hal useflag: Quote: Installed versions: 1.6.1.901-r5(19:43:59 07/03/09)(hal input_devices_evdev input_devices_keyboard input_devices_mouse ipv6 nptl video_cards_fglrx video_cards_radeon video_cards_radeonhd video_cards_vesa xorg -debug -dmx -input_devices_acecad -input_devices_aiptek -input_devices_calcomp -input_devices_citron -input_devices_digitaledge -input_devices_dmc -input_devices_dynapro -input_devices_elo2300 -input_devices_elographics -input_devices_fpit -input_devices_hyperpen -input_devices_jamstudio -input_devices_joystick -input_devices_magellan -input_devices_microtouch -input_devices_mutouch -input_devices_palmax -input_devices_penmount -input_devices_spaceorb -input_devices_summa -input_devices_synaptics -input_devices_tek4957 -input_devices_tslib -input_devices_ur98 -input_devices_virtualbox -input_devices_vmmouse -input_devices_void -input_devices_wacom -kdrive -minimal -sdl -tslib -video_cards_apm -video_cards_ark -video_cards_ast -video_cards_chips -video_cards_cirrus -video_cards_dummy -video_cards_epson -video_cards_fbdev -video_cards_geode -video_cards_glint -video_cards_i128 -video_cards_i740 -video_cards_impact -video_cards_imstt -video_cards_intel -video_cards_mach64 -video_cards_mga -video_cards_neomagic -video_cards_nv -video_cards_nvidia -video_cards_r128 -video_cards_rendition -video_cards_s3 -video_cards_s3virge -video_cards_savage -video_cards_siliconmotion -video_cards_sis -video_cards_sisusb -video_cards_sunbw2 -video_cards_suncg14 -video_cards_suncg3 -video_cards_suncg6 -video_cards_sunffb -video_cards_sunleo -video_cards_suntcx -video_cards_tdfx -video_cards_tga -video_cards_trident -video_cards_tseng -video_cards_v4l -video_cards_vermilion -video_cards_via -video_cards_virtualbox -video_cards_vmware -video_cards_voodoo -video_cards_xgi) Homepage: http://xorg.freedesktop.org/ What else could issue that? I remember that i had a similar issue with arch solved via this - http://bbs.archlinux.org/viewtopic.php?id=60237 but my PolicyKit.conf looks: Code: <?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- --> <!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN" "http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd"> <!-- See the manual page PolicyKit.conf(5) for file format --> <config version="0.1"> <define_admin_auth group="wheel"/> <match user="root"> <return result="yes"/> </match> </config> | I'm using an older hal (v0.5.11-r and it works fine here. This version doesn't have the policykit USE flag. There must be some way to run hal from the commandline and have it dump diagnostic information, to see how it decides not to give you permission to suspend. |
I'm wondering what's needed to have firefox running with moonlight plugin. In portage I've found www-plugins/moonlight In the official moonlight website there is the firefox plugin for both 32 and 64 bit (the latter wont be installed, ff complains about compatibility). I think I've tryed every combination: portage, ff plugin, both without success. Is there someone who managed to get it working? Thanks in advance | I just emerged moonlight on my amd64 and it seems to be working fine, I can view the showcase on microsoft's silverlight page (which is written in silverlight). However, it seems that it only supports v1.0 and not v2.0, don't know how to make it support v2.0. |
I have trouble to find out why these applications causes such a high cpu-usage in the case these applications just running and I do not do anything. This means for example that I had just started audacious2 and without even playing a music-file the cpu-usage is between 90-100% These are the "bad" applications. soffice.bin > 90 % audacious2 > 90 % opera > 90 % thunderbird-bin > 90 % Other applications does not causes such a high CPU usage in this case, e.g: mousepad < 1 % abiword < 1 % gnumeric < 1% lynx < 1 % mp3blaster < 1 % These are the ways I tried to figure out that cpu-usage-problem: strace, ltrace, dstat, google. Hardware: Pentium III (old ibm A20m) 700 MHz Coppermine Any Ideas are welcome. If you need more information I will provide them. As follows you will find the package-settings of audacious (high cpu usage) and abiword (low-cpu-usage) and then the System Settings. (emerge --info audacious/ abiword) ================================================================= Package Settings audacious2 ================================================================= media-sound/audacious-2.1 was built with the following: USE="nls session (-altivec) -chardet -libsamplerate -sse2" ================================================================= Package Settings abiword ================================================================= app-office/abiword-2.6.4 was built with the following: USE="spell xml -debug -gnome" ================================================================= System Settings ================================================================= System uname: Linux-2.6.30-gentoo-r4-i686-Pentium_III_-Coppermine-with-glibc2.0 Timestamp of tree: Thu, 20 Aug 2009 08:45:02 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p39 dev-lang/python: 2.5.4-r3 dev-python/pycrypto: 2.0.1-r8 dev-util/ccache: 2.4-r7 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.5, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=pentium3m -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -march=pentium3m -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://de-mirror.org/distro/gentoo/ " LDFLAGS="-Wl,-O1" LINGUAS="de" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/home/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa berkdb bluetooth branding bzip2 cairo capslib cdr cli cracklib crypt cups dbus dga dri dts dvd dvdr eds emboss encode esd evo fam firefox flac gdbm gif gpm gstreamer gtk hal iconv isdnlog jpeg libnotify mad mikmod mp3 mp4 mpeg mudflap ncurses nls nptl nptlonly ogg opengl openmp oss pam pcre pdf perl png ppds pppd python qt3support quicktime readline reflection sdl sdl-sound session spell spl ssl startup-notification svg sysfs tcpd tiff truetype unicode usb vorbis win32codecs x264 x86 xml xorg xscreensaver xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 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 mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" USERLAND="GNU" VIDEO_CARDS="r128 fbdev mach64 vesa" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY | Well, first of all, you do have an old machine. I assume you're running recent versions of these programs, which are not designed to run with a small footprint on fairly old machines. Second, the programs you mentioned having a heavy CPU load, keeping the above point in mind, ARE heavy-duty programs. So of course your CPU load is going to get eaten up by these programs. By contrast, the programs you mentioned as having a light CPU footprint ARE light programs designed to do very simple things, as opposed to office, Opera and Thunderbird which are multi-purpose programs designed to do a whole bunch of things. I don't think there's a lot you can do, compile-wise. But you may be able to edit some config files for these programs to force them not to use as many of their options when running, which would make them lighter on your system. I wouldn't know what to edit for these particular programs, though. Hopefully someone else will chime in to provide some more advice - but keep in mind the older your machine, the faster the CPU will get eaten and there's little you can do about it except run really old programs or find comparable programs designed to be less CPU-intensive. |
I cannot get compiz-fusion working, Im using the nvidia-drivers. Heres all the configs and output I can find. I have done a lot of research and trial and error but get nowhere. Need assistance. xorg.conf Code: Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" EndSection Section "Module" Load "dbe" Load "extmod" Load "type1" Load "freetype" Load "glx" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 31.5 - 91.1 VertRefresh 56.0 - 85.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "TwinView" "False" Option "MetaModes" "nvidia-auto-select, nvidia-auto-select" Option "RenderAccel" "True" Option "AddARGBGLXVisuals" "True" SubSection "Display" Depth 24 EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" EndSection xorg.log Code: X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.30-gentoo-r4 x86_64 Current Operating System: Linux nclinux 2.6.30-gentoo-r4 #5 SMP PREEMPT Thu Aug 20 21:39:59 CDT 2009 x86_64 Build Date: 21 August 2009 02:44:06AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 21 23:25:33 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Layout0" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Device0" (**) |-->Input Device "Keyboard0" (**) |-->Input Device "Mouse0" (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (==) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/, built-ins (==) ModulePath set to "/usr/lib64/xorg/modules" (**) Extension "Composite" is enabled (WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled. (WW) Disabling Keyboard0 (WW) Disabling Mouse0 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) Loader magic: 0x1200 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 (II) Loader running on linux (--) using VT number 7 (--) PCI: (0@4:0:0) nVidia Corporation unknown chipset (0x05e0) rev 161, Mem @ 0xf7000000/16777216, 0xc0000000/268435456, 0xf4000000/33554432, I/O @ 0x00009c00/128, BIOS @ 0x????????/524288 (--) PCI:*(0@5:0:0) nVidia Corporation unknown chipset (0x05e0) rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000ac00/128, BIOS @ 0x????????/524288 (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded by default. (II) "dri" will be loaded by default. (II) LoadModule: "dbe" (II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "extmod" (II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "type1" (WW) Warning, couldn't open module type1 (II) UnloadModule: "type1" (EE) Failed to load module "type1" (module does not exist, 0) (II) LoadModule: "freetype" (WW) Warning, couldn't open module freetype (II) UnloadModule: "freetype" (EE) Failed to load module "freetype" (module does not exist, 0) (II) LoadModule: "glx" (II) Loading /usr/lib64/xorg/modules/extensions//libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extension (II) NVIDIA GLX Module 180.60 Mon May 11 15:53:29 PDT 2009 (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib64/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib64/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "nvidia" (II) Loading /usr/lib64/xorg/modules/drivers//nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Video Driver (II) NVIDIA dlloader X Driver 180.60 Mon May 11 15:33:16 PDT 2009 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 05@00:00:0 (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib64/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "wfb" (II) LoadModule: "wfb" (II) Loading /usr/lib64/xorg/modules//libwfb.so (II) Module wfb: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (II) resource ranges after probing: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(0): Option "RenderAccel" "True" (**) NVIDIA(0): Option "TwinView" "False" (**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select, nvidia-auto-select" (**) NVIDIA(0): Option "AddARGBGLXVisuals" "True" (**) NVIDIA(0): Enabling RENDER acceleration (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is (II) NVIDIA(0): enabled. (II) NVIDIA(0): NVIDIA GPU GeForce GTX 295 (GT200) at PCI:5:0:0 (GPU-0) (--) NVIDIA(0): Memory: 917504 kBytes (--) NVIDIA(0): VideoBIOS: 62.00.45.00.0b (II) NVIDIA(0): Detected PCI Express Link width: 16X (--) NVIDIA(0): Interlaced video modes are supported on this GPU (--) NVIDIA(0): Connected display device(s) on GeForce GTX 295 at PCI:5:0:0: (--) NVIDIA(0): Acer AL1914 (CRT-1) (--) NVIDIA(0): NEC LCD200VX (DFP-0) (--) NVIDIA(0): Acer AL1914 (CRT-1): 400.0 MHz maximum pixel clock (--) NVIDIA(0): NEC LCD200VX (DFP-0): 330.0 MHz maximum pixel clock (--) NVIDIA(0): NEC LCD200VX (DFP-0): Internal Dual Link TMDS (II) NVIDIA(0): Assigned Display Device: DFP-0 (WW) NVIDIA(0): Invalid display device in Mode Description (WW) NVIDIA(0): "nvidia-auto-select" (WW) NVIDIA(0): Not using mode description "nvidia-auto-select"; unable to map (WW) NVIDIA(0): to display device (II) NVIDIA(0): Validated modes: (II) NVIDIA(0): "nvidia-auto-select,nvidia-auto-select" (II) NVIDIA(0): Virtual screen size determined to be 1600 x 1200 (--) NVIDIA(0): DPI set to (99, 98); computed from "UseEdidDpi" X config (--) NVIDIA(0): option (**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals. (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) NVIDIA(GPU-1): NVIDIA GPU GeForce GTX 295 (GT200) at PCI:4:0:0 (GPU-1) (--) NVIDIA(GPU-1): Memory: 917504 kBytes (--) NVIDIA(GPU-1): VideoBIOS: 62.00.45.00.0a (II) NVIDIA(GPU-1): Detected PCI Express Link width: 16X (--) NVIDIA(GPU-1): Interlaced video modes are supported on this GPU (--) NVIDIA(GPU-1): Connected display device(s) on GeForce GTX 295 at PCI:4:0:0: (II) NVIDIA(0): Initialized GPU GART. (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X (II) NVIDIA(0): configuration option may not be set correctly. When the (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will (II) NVIDIA(0): try to use it to receive ACPI event notifications. For (II) NVIDIA(0): details, please see the "ConnectToAcpid" and (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X (II) NVIDIA(0): Config Options in the README. (II) NVIDIA(0): Setting mode "nvidia-auto-select,nvidia-auto-select" (II) Loading extension NV-GLX (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized (==) NVIDIA(0): Disabling shared memory pixmaps (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (**) Option "dpms" (**) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (II) Loading extension XINERAMA (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (II) Initializing extension GLX (II) config/hal: Adding input device Macintosh mouse button emulation (II) LoadModule: "evdev" (II) Loading /usr/lib64/xorg/modules/input//evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.5.3, module version = 2.1.3 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (**) Macintosh mouse button emulation: always reports core events (**) Macintosh mouse button emulation: Device: "/dev/input/event2" (II) Macintosh mouse button emulation: Found 3 mouse buttons (II) Macintosh mouse button emulation: Found x and y relative axes (II) Macintosh mouse button emulation: Configuring as mouse (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5 (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE) (II) config/hal: Adding input device PS/2 Generic Mouse (**) PS/2 Generic Mouse: always reports core events (**) PS/2 Generic Mouse: Device: "/dev/input/event4" (II) PS/2 Generic Mouse: Found 3 mouse buttons (II) PS/2 Generic Mouse: Found x and y relative axes (II) PS/2 Generic Mouse: Configuring as mouse (**) PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5 (**) PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE) (II) config/hal: Adding input device AT Translated Set 2 keyboard (**) AT Translated Set 2 keyboard: always reports core events (**) AT Translated Set 2 keyboard: Device: "/dev/input/event3" (II) AT Translated Set 2 keyboard: Found keys (II) AT Translated Set 2 keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device HID 04d9:1135 (**) HID 04d9:1135: always reports core events (**) HID 04d9:1135: Device: "/dev/input/event5" (II) HID 04d9:1135: Found 5 mouse buttons (II) HID 04d9:1135: Found x and y relative axes (II) HID 04d9:1135: Configuring as mouse (**) HID 04d9:1135: YAxisMapping: buttons 4 and 5 (**) HID 04d9:1135: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "HID 04d9:1135" (type: MOUSE) glxinfo snippet Code: direct rendering: Yes server glx vendor string: NVIDIA Corporation server glx version string: 1.4 . OpenGL vendor string: NVIDIA Corporation OpenGL renderer string: GeForce GTX 295/PCI/SSE2 OpenGL version string: 3.0.0 NVIDIA 180.60 OpenGL shading language version string: 1.30 NVIDIA via Cg compiler when run compiz-manger, I can run ccm and have some settings turned on and emeral runs, but I get no window borders and all the windows are locked in place. Xgl seems to be an issue, but I find nothing on installing it. Code: Checking for Xgl: not present. xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log Detected PCI ID for VGA: 05:00.0 0300: 10de:05e0 (rev a1) (prog-if 00 [VGA controller]) Checking for texture_from_pixmap: present. Checking for non power of two support: present. Checking for Composite extension: present. Comparing resolution (1600x1200) to maximum 3D texture size (8192): Passed. Checking for nVidia: present. Checking for FBConfig: present. Checking for Xgl: not present. Starting emerald xvinfo seems to say nothign of Xgl, its what compiz-manager uses in its start up script to check for Xgl. | Yes they were enabled, I had found that post, but so far no luck. I have tried several things. ill reread post i saw and see if i missed something. its using emerald, how would I change it to another manager to see if its an emerald issue? |
I'm able to get the nv drivers working ok (and can do so with no xorg.conf); but the nvidia-drivers are causing me pain for some reason. lspci: 01:00.0 VGA compatible controller: nVidia Corporation NV41 [Quadro FX Go1400] (rev a2) emerge -pv nvidia-drivers: [ebuild R ] x11-drivers/nvidia-drivers-185.18.31 USE="acpi -custom-cflags -gtk (-multilib)" 13,812 kB I've got hal and consolekit and evdev and the nvidia module loaded, etc. etc. - and have read all relevant docs; as far as I can tell I've done everything correctly (I'm not new to linux or gentoo); but I simply cannot get X going with the nvidia-drivers. WHat happens is it starts up, then a little cursor blinks for a few moments at the far upper left of the screen... and then... nothing. Just black. And I can't ctl-alt-backspace out, and killing X doesn't do anything. I need to ssh into the laptop and then reboot... In the following post, I'll paste the /var/log/Xorg.0.log | Here's the xorg log: (I'll paste the xorg.conf in the next post) Code: X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.30-gentoo-r4 i686 Current Operating System: Linux scanner 2.6.30-gentoo-r4 #1 SMP Fri Aug 21 00:18:19 MST 2009 i686 Build Date: 22 August 2009 02:48:20AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 22 19:42:13 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Layout0" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Device0" (**) |-->Input Device "Keyboard0" (**) |-->Input Device "Mouse0" (==) Automatically adding devices (==) Automatically enabling devices (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/misc/"). (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). (==) FontPath set to: /usr/share/fonts/75dpi/, built-ins (==) ModulePath set to "/usr/lib/xorg/modules" (WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled. (WW) Disabling Keyboard0 (WW) Disabling Mouse0 (II) Open ACPI successful (/var/run/acpid.socket) (II) Loader magic: 0x9e0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 (II) Loader running on linux (--) using VT number 7 (--) PCI:*(0@1:0:0) nVidia Corporation NV41 [Quadro FX Go1400] rev 162, Mem @ 0xdd000000/0, 0xc0000000/0, 0xde000000/0, BIOS @ 0x????????/131072 (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extension (II) NVIDIA GLX Module 185.18.31 Tue Jul 28 16:15:35 PDT 2009 (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "nvidia" (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Video Driver (II) NVIDIA dlloader X Driver 185.18.31 Tue Jul 28 15:49:53 PDT 2009 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 01@00:00:0 (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "wfb" (II) LoadModule: "wfb" (II) Loading /usr/lib/xorg/modules//libwfb.so (II) Module wfb: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (II) resource ranges after probing: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(0): Enabling RENDER acceleration (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is (II) NVIDIA(0): enabled. (II) NVIDIA(0): NVIDIA GPU Quadro FX Go1400 (NV41GL) at PCI:1:0:0 (GPU-0) (--) NVIDIA(0): Memory: 262144 kBytes (--) NVIDIA(0): VideoBIOS: 05.41.02.29.a3 (II) NVIDIA(0): Detected PCI Express Link width: 16X (--) NVIDIA(0): Interlaced video modes are supported on this GPU (--) NVIDIA(0): Connected display device(s) on Quadro FX Go1400 at PCI:1:0:0: (--) NVIDIA(0): LPL (DFP-0) (--) NVIDIA(0): LPL (DFP-0): 310.0 MHz maximum pixel clock (--) NVIDIA(0): LPL (DFP-0): Internal Dual Link LVDS (II) NVIDIA(0): Assigned Display Device: DFP-0 (==) NVIDIA(0): (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select" (==) NVIDIA(0): will be used as the requested mode. (==) NVIDIA(0): (II) NVIDIA(0): Validated modes: (II) NVIDIA(0): "nvidia-auto-select" (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1200 (--) NVIDIA(0): DPI set to (147, 145); computed from "UseEdidDpi" X config (--) NVIDIA(0): option (WW) NVIDIA(0): UBB is incompatible with the Composite extension. Disabling (WW) NVIDIA(0): UBB. (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals. (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) NVIDIA(0): Initialized GPU GART. (II) NVIDIA(0): ACPI display change hotkey events enabled: the X server is new (II) NVIDIA(0): enough to receive ACPI display change hotkey events. |
After upgrading to 4.3, KDE crashes on startup followed by an error message & backtrace from drkonqi. When I try to save the backtrace so I can file a bug report, drkonqi crashes and doesn't save the file. Is there any other way of going about this? Can I use gdb directly somehow? | A special thanks to Jonathan Callen for the answer to this one: Quote: If you add the following 2 lines to ~/.kde4/share/config/drkonqirc, you will see a new button, "Debug", on the DrKonqi screen. If you click that button, then choose the option to open gdb, it will open a gdb session in a new Konsole, where you can get the backtrace yourself. Add these two lines to ~/.kde4/share/config/drkonqirc: [drkonqi] ShowDebugButton=true |
I just switched from the binary ATI drivers to the open source drivers (see this guide ). Now pretty much all my fonts are too big (in X), e.g. in vim, Firefox, liferea, etc. I've been through http://en.gentoo-wiki.com/wiki/X.Org/Fonts to make sure the settings are OK (although the font size was perfect before switching drivers). It seems to be a common problem, and googling turned up quite a lot of results. But all of them boil down to changing the DPI settings, and I don't think that's correct, since IIRC X takes care of that if the DisplaySize is set correctly. Any pointers are appreciated! I'm running a ThinkPad T60 2007-ZT6, graphic card is an ATI Mobility RADEON X1400 and I'm using the openbox WM. (BTW: I'm sure this has been asked on these forums before, but the forum search just doesn't do its job properly ) Code: $ cat /etc/X11/xorg.conf Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen" 0 0 InputDevice "Mouse" "CorePointer" InputDevice "Keyboard" "CoreKeyboard" EndSection #Section "ServerFlags" # Option "AIGLX" "off" #EndSection Section "Files" # See also ~root/font_list_fix.py FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/freefonts" FontPath "/usr/share/fonts/default/ghostscript" FontPath "/usr/share/fonts/baekmuk-fonts" FontPath "/usr/share/fonts/kochi-substitute" FontPath "/usr/share/fonts/dejavu" FontPath "/usr/share/fonts/arphicfonts" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" EndSection Section "Module" Load "record" Load "glx" Load "extmod" Load "xtrap" Load "dbe" Load "GLcore" Load "dri" EndSection Section "dri" Mode 0666 EndSection Section "Extensions" Option "Composite" "false" EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor" Option "VendorName" "ThinkPad monitor" Option "ModelName" "ThinkPad monitor" Option "DPMS" "true" DisplaySize 291 212 EndSection Section "Device" Identifier "Card" Driver "radeon" BusID "PCI:1:0:0" Option "DRI" "true" EndSection Section "Screen" Identifier "Screen" Device "Card" Monitor "Monitor" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Code: $ xdpyinfo | grep resolution 57: resolution: 124x124 dots per inch Code: $ xrandr Screen 0: minimum 320 x 200, current 1400 x 1050, maximum 1400 x 1400 VGA-0 disconnected (normal left inverted right x axis y axis) LVDS connected 1400x1050+0+0 (normal left inverted right x axis y axis) 287mm x 215mm 1400x1050 60.0*+ 50.0 1280x1024 59.9 60.0 1280x960 60.0 59.9 1280x854 59.9 1280x800 59.8 1280x720 59.9 1152x768 59.8 1024x768 60.0 59.9 800x600 60.3 59.9 56.2 640x480 59.9 59.4 DVI-0 disconnected (normal left inverted right x axis y axis) Code: $ emerge --info Portage 2.1.6.13 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.9_p20081201-r2, 2.6.25-gentoo-r8 i686) ================================================================= System uname: Linux-2.6.25-gentoo-r8-i686-Intel-R-_Core-TM-2_CPU_T7200_@_2.00GHz-with-gentoo-1.12.11.1 Timestamp of tree: Thu, 20 Aug 2009 15:45:01 +0000 app-shells/bash: 3.2_p39 dev-java/java-config: 2.1.8-r1 dev-lang/python: 2.4.6, 2.5.4-r3, 2.6.2-r1 dev-python/pycrypto: 2.0.1-r8 dev-util/cmake: 2.6.4 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63-r1 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.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-Os -march=nocona -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/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-Os -march=nocona -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LANG="en_US.utf8" LC_ALL="en_US.utf8" LDFLAGS="-Wl,-O1" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa apache2 avi bash-completion berkdb bluetooth bzip2 cairo cddb cdparanoia cdr cjk cli cracklib crypt cups dri dvd dvdr dvdread emacs encode exif ffmpeg flac gdbm gif gnuplot gpm gtk iconv icq imap ipv6 isdnlog jpeg kpathsea latex libnotify mad madwifi mozdom mp3 mpeg mudflap ncurses nls nptk nptl nptlonly ogg opengl openmp oscar oss pam pcre pdf perl png pop pppd python qt quicktime readline reflection sdl session slang spamassassin spl ssl svg sysfs tcpd tiff truetype type1 unicode vim-syntax vorbis x86 xorg xosd xulrunner xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 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 mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="radeon" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS EDIT: Seems my Xorg.0.log was to long for the forum software. See here: Xorg.0.log | torf wrote: changing the DPI settings, and I don't think that's correct You haven't said whether you've actually *tried* it. |
I'm running Evolution 2.24.5 with evolution-data-server 2.24.5-r2. My primary mailstore is a pop3/smtp setup via my isp, but I also have a 1.0.5-r8 net2qmail setup which handles mail directly to and from my machine. The .maildir that netqmail drops my user's email into is then handled by evolution as a second mailstore. My problem is that I seem unable to delete (or more accurately purge) emails from the maildir format mailstore. Below are a couple of directory listings, which shows 5 read mails and one deleted mail. Code: ~/.maildir total 50 0 drwx------ 6 sdunne users 280 2009-04-28 09:59 . 6 drwxr-xr-x 95 sdunne users 6408 2009-04-28 01:04 .. 4 -rw-r--r-- 1 sdunne users 199 2009-04-28 09:59 ..cmeta 0 drwx------ 2 sdunne users 432 2009-04-27 09:57 cur 0 drwxr-xr-x 2 sdunne users 112 2009-04-28 09:59 .#evolution 24 -rw-r--r-- 1 sdunne users 22528 2009-04-27 22:39 folders.db 12 -rw------- 1 sdunne users 9216 2009-04-27 09:53 ..ibex.index 4 -rw------- 1 sdunne users 1780 2009-04-27 09:53 ..ibex.index.data 0 drwx------ 2 sdunne users 48 2009-04-27 09:53 new 0 drwx------ 2 sdunne users 48 2009-04-27 03:06 tmp ~/.maildir/cur total 24 0 drwx------ 2 sdunne users 432 2009-04-27 09:57 . 0 drwx------ 6 sdunne users 280 2009-04-28 10:00 .. 4 -rw------- 1 sdunne users 455 2009-04-26 20:10 1240773054.1821.<myfqdn>:2,S 4 -rw------- 1 sdunne users 1485 2009-04-26 20:12 1240773158.2250.<myfqdn>:2,S 4 -rw------- 1 sdunne users 1382 2009-04-26 20:15 1240773307.2893.<myfqdn>:2,S 4 -rw------- 1 sdunne users 1382 2009-04-26 20:16 1240773364.3122.<myfqdn>:2,S 4 -rw------- 1 sdunne users 1382 2009-04-26 20:17 1240773476.3636.<myfqdn>:2,S 4 -rw------- 1 sdunne users 850 2009-04-27 03:06 1240797963.9866.<myfqdn>:2,ST Now if I delete the contents of the inbox, every email file now has the suffix ST, and in the evolution GUI they are moved from Inbox to Wastebasket. However when I try to empty the Wastebasket they refuse to disappear either from evolution or ~/.maildir/cur itself, and if I undelete them they are switched back to the Inbox again. I suppose I should be able to delete them from the filesystem myself and let evolution recreate its own indices, but surely Evolution should be able to do this itself. | After a dig around on the gnome bugzilla, I struck paydirt It appears to be a known bug and an explicit ^E will remove the deleted mails |
I want to run World of Warcraft with one command. what do I do? scripts of any kind are also welcome. altering of startx or whatever. what I've tried thus far: -startx /usr/bin/wine path/to/wow/Wow.exe. no dice. X crashed. -putting "exec hackedbox n\ exec /usr/bin/wine path/to/wow/Wow.exe" in .xinitrc. the game didn't start. X started fine though. | worked out beautifully man. copied startx into wow and changed it to use .xinitwow instead of .xinitrc, and there I put what you wrote. thanks heaps. |
I use a dark Obsidian Coast theme in KDE 4.3 that I do not want applied to my GTK apps. But no matter what I select in "GTK Styles and Fonts", I still get that dark background in Thunderbird and Pidgin (Firefox is unaffected). Even after I restart KDE. How do I completely disable the theming on GTK apps? This wasn't an issue for me in 4.1. | Try looking for any theme settings in ~/.gtkrc-2.0 or in the various files in ~/.config. If you remove the theme settings from these files, or just wipe out that .gtkrc-2.0 file altogether (though I don't know what else that may effect), that should remove any KDE themes from being applied. |
Hello everyone I have got huge problem with my battery plasmoid It does not show battery status. I have hal, dbus, acpi into my make.use. Dbus, acpid, hal, consolekit, cpufreqd, are working just fine with no errors. I heve add all stuff for acpi and thinkpad into my kernel (2.6.30). The are only one info-error which is produced from "Power Management": "ConsoleKit was not found active on your PC, or PowerDevil cannot contact it":p That is strange becouse powerdevil and consolekit are emerged and consolekit is working!! I have no idea whwre is problem. BTW /proc/acpi/battery/BAT0 is present and I can view the battery status so acpi is working good. my emerge info: Code: Portage 2.1.6.13 (default/linux/amd64/2008.0, gcc-4.3.2, glibc-2.9_p20081201-r2, 2.6.30-gentoo-r4 x86_64) ================================================================= System uname: Linux-2.6.30-gentoo-r4-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T8100_@_2.10GHz-with-gentoo-1.12.11.1 Timestamp of tree: Wed, 19 Aug 2009 05:45:01 +0000 app-shells/bash: 3.2_p39 dev-java/java-config: 2.1.8-r1 dev-lang/python: 2.6.2-r1 dev-python/pycrypto: 2.0.1-r8 dev-util/cmake: 2.6.4-r2 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://gentoo.prz.rzeszow.pl http://gentoo.mirror.pw.edu.pl/ " LDFLAGS="-Wl,-O1" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="X acl acpi alsa amd64 apache2 apm arts berkdb bluetooth bzip2 cli consolekit cracklib crypt cups dbus dri dvd dvdr dvdread fftw firefox fortran ftp gdbm gif gimp glut gnuplot gpm hal handbook iconv ieee1394 ipv6 isdnlog java javascript jpeg jpeg2k kde laptop latex lm_sensors mmx mozilla mp3 mpeg mplayer mudflap multilib mysql ncurses nls nptl nptlonly opengl openmp pam pcmcia pcre pdf perl php pm-utils png pppd ps python qt3 qt3support qt4 quicktime raw readline reflection rss scanner session spl sqlite sse sse2 ssl sysfs syslog tcpd tetex tiff unicode usb wifi xine xml xorg xprint xscreensaver zlib" 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 mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="intel vesa" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Root has battery monitor working! Meyby some permissions, I have no idea:/ I would be very gratefull for any help:) | I have solved the problem after several hours... I have emerged the laptop-mode-tools and unmerge the pm-utils. After that I add to the default runlevel the gpm and laptop_mode. Uff it was strrange issue:) |
Hi Is there a tool that will show what the hard disk is doing at any given time. Only I do find in gentoo that the hard disk seems to read/write a lot for no obvious reason. Best wishes percy | It could depend on logger, programs (bittorrent? ) or maybe your fs is set up to commit a lot. Look into the program lsof. It has many very niftty options. |
Hi, I am trying to upgrade my KDE 4.2 to 4.3, but I can't because of all the blocks. I am using sets and I've checked Quote: If you’re trying to upgrade from KDE 4.2, but portage gives you nice little blocks, there are a few things you can check: * Make sure you’ve synced the tree and/or kde-testing overlay (if using it) * Make sure the unmask/keyword files are correct and up-to-date * Check that you don’t have any 4.2 versioned kde-base/* items in /var/lib/portage/world * Check that you don’t have any 4.2 versioned sets in /var/lib/portage/world_sets Everything looks fine, I've cleaned /var/lib/portage/world and in /var/lib/portage/world_sets there is just Code: @kdebase @system Anymore ideas what could cause all the blocks? | Could you post those blocks, cause while we could try to divine them, results would be very uncertain in such case ? |
Just finished installing kde 4.3 (x86) on my new thinkpad x200s laptop. The problem that I run into, is that powerdevil does not see my battery, and 'more'/capabilities gives that: Number of CPUs 0 Number of Batteries 0 CPU can be turned off (No) Scaling capaility (No) Supported CPU Policies No methods found Supported suspend methods No methods found Supported schemes performance, powersaving However, I have compiled ACPI, scaling and governors into kernel. I can also manually change governor. I guess I am missing some dependency, that I cannot work out. Nothing from the logs, apart from some strange entries like: Code: Aug 16 21:24:50 thinkpad dbus-daemon: Rejected send message, 1 matched rules; type="method_call", sender=":1.21" (uid=1000 pid=2805 comm="kdeinit4: kcmshell4 [kdeinit] powerdevilconfig") interface="org.freedesktop.Hal.Device" member="GetPropertyBoolean" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1042 comm="/usr/sbin/hald)) Aug 16 21:24:50 thinkpad dbus-daemon: Rejected send message, 1 matched rules; type="method_call", sender=":1.21" (uid=1000 pid=2805 comm="kdeinit4: kcmshell4 [kdeinit] powerdevilconfig") interface="org.freedesktop.Hal.Device.CPUFreq" member="GetCPUFreqAvailableGovernors" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1042 comm="/usr/sbin/hald)) While i am not sure if this has anything to do with my problem, it looks suspicious right... ? | Can you post your emerge --info and mention which kernel sources you're using? I ran into a similar (perhaps the very same, I have a lousy memory) issue not too long ago. I'm using the latest tuxonice sources, and once I got that configured correctly, as far as I can remember, that helped me solve the problem with the battery icon. |
Hi there Recently I've been experiencing some strange X behaviors. If I clean my .xinitrc file and type "startx" in a terminal I get Code: X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.30-zen1 x86_64 Current Operating System: Linux kuroiryu 2.6.30-zen1 #8 ZEN SMP Fri Jul 31 18:33:04 BRT 2009 x86_64 Build Date: 05 August 2009 04:49:36PM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.2.log", Time: Wed Aug 5 16:16:06 2009 (==) Using config file: "/etc/X11/xorg.conf" (EE) PreInit returned NULL for "A4Mouse" The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Duplicate shape name "RTRN" > Using last definition > Warning: Duplicate shape name "RTSH" > Using last definition > Warning: Don't know how to merge sections yet > Warning: Don't know how to merge sections yet > Warning: Don't know how to merge sections yet > Warning: Don't know how to merge sections yet > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols > Ignoring extra symbols Errors from xkbcomp are not fatal to the X server waiting for X server to shut down . and in a couple of seconds I'm back to terminal, without X window. The strange thing is that my xorg.conf file works perfectly for KDE-4.2 and Enlightenment, for example. The only way to get pure X running is thourgh xdm; I log in console with root, invoke "xdm" (not /etc/init.d/xdm) and then I can log in a X session. It used to work not so long ago, but few days ago I got the stupid idea of an emerge --depclean, and things are not the same. I still cannot startx properly, but not even throught xdm the X session does not work as it is supposed to. It does not display the windows borders, and clicking "the desktop" gives me no menu. All windows invoked appears in 0x0 point in screen and cannot be moved, iconified or etc - its like I don't have a window manager working. I tried revdep-rebuild a couple of time, and got no change. I re-emerged xorg-serve and twm and nothing new. I think that emerge --depclean broke something, does anyone have an idea of what it could be? Thanks in advance | Holysword wrote: Hi there Recently I've been experiencing some strange X behaviors. If I clean my .xinitrc file and type "startx" in a terminal I get [...]. and in a couple of seconds I'm back to terminal, without X window. The strange thing is that my xorg.conf file works perfectly for KDE-4.2 and Enlightenment, for example. Thanks in advance By cleaning your .xinitrc I guess you mean an empty but existing file. If present X will only last as long as the content of .xinitrc does not return. An empty file returns immediately. Remove xinitrc completely or start a wm with it. |
Hi all, The problems with bittornado and python updates seem never ending. This has happened many times before. The errors I am getting when I try to run the btdownloadgui.py are as follows: Code: /usr/lib/python2.6/site-packages/BitTornado/__init__.py:8: DeprecationWarning: the sha module is deprecated; use the hashlib module instead from sha import sha Traceback (most recent call last): File "/usr/bin/btdownloadgui.py", line 23, in <module> print >> sys.stderr, "%s: wxPython 2.6 not installed." %e NameError: name 'sys' is not defined Any help on how to fix this would be appreciated. Alex | Did you run python-updater? |
Anyway, I emerged Gnome-light today. No applications menu. It appeared originally, but it just highlighted and no menu dropped down. Took it out and re-added the Gnome main menu. NO applications menu. I re-emerged Gnome. I'd appreciate any advice. | That didn't do it, but thanks. |
Hi everybody I'm using a Fujitsu Siemens Lifebook C1410, trying setup a working xorg-server on it. Unfortunately it doesn't seem to work, using a auto generated xorg.conf. What happens is that X hangs using 100% CPU, showing a black screen an a single underscore _, keyboard and touchpad not working (so no way to hit ctrl+alt+backspace). Another weird thing is that I can't get back to the console after killing the process via ssh. I've tested both devices /dev/input/mice (touchpad) and /dev/input/event0 (keyboard), which both show an ouput - but it doesn't work when starting X. I emerged xorg-server with the flags INPUT_DEVICES "evdev keyboard mouse" and VIDEO_CARDS "intel". I've also tried using X together with hald, but unfortunately that didn't work either :/. I have no big experience with X configuration and thus I'd be happy to get some help on how to solve the problem :). Thank you. Best regards watain The on-chip video card: Code: 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller]) Subsystem: Fujitsu Limited. Device 1381 Flags: bus master, fast devsel, latency 0, IRQ 11 Memory at f0300000 (32-bit, non-prefetchable) [size=512K] I/O ports at 1800 [size=8] Memory at e0000000 (32-bit, prefetchable) [size=256M] Memory at f0400000 (32-bit, non-prefetchable) [size=256K] Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Count=1/1 Enable- Capabilities: [d0] Power Management version 2 The contents of Xorg.conf.new: Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "dbe" Load "glx" Load "record" Load "extmod" Load "xtrap" Load "dri" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "ColorKey" # <i> #Option "CacheLines" # <i> #Option "Dac6Bit" # [<bool>] #Option "DRI" # [<bool>] #Option "NoDDC" # [<bool>] #Option "ShowCache" # [<bool>] #Option "XvMCSurfaces" # <i> #Option "PageFlip" # [<bool>] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Contents of Xorg.0.log: Code: X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.29-gentoo-r5 i686 Current Operating System: Linux thunderbolt 2.6.29-gentoo-r5 #1 SMP Fri Jul 17 23:47:04 CEST 2009 i686 Build Date: 18 July 2009 02:55:23AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 19 13:55:40 2009 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) Loader magic: 0xba0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 (II) Loader running on linux (--) using VT number 7 (--) PCI:*(0@0:2:0) Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xf0300000/0, 0xe0000000/0, 0xf0400000/0, I/O @ 0x00001800/0 (--) PCI: (0@0:2:1) Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xf0380000/0 List of video drivers: intel (II) LoadModule: "intel" (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.5.3, module version = 2.6.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) Primary Device is: PCI 00@00:02:0 (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, Mobile Intel® GM45 Express Chipset, Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41 (++) Using config file: "/root/xorg.conf.new" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Not automatically adding devices (==) Not automatically enabling devices (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/misc/"). (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/misc/"). (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). (**) FontPath set to: /usr/share/fonts/75dpi/, /usr/share/fonts/75dpi/, built-ins (**) ModulePath set to "/usr/lib/xorg/modules" (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) resource ranges after probing: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] Xorg detected your mouse at device /dev/input/mice. Please check your config if the mouse is still not operational, as by default Xorg tries to autodetect the protocol. Your xorg.conf file is /root/xorg.conf.new To test the server, run 'X -config /root/xorg.conf.new' | Hello again I finally managed to get a error message (when running X with the default config file, not the generated one): Code: New driver is "intel" (==) Using default built-in configuration (30 lines) [b]Fatal server error: Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices[/b] When running X with the auto generated config file, it hangs after those lines of output, using 100% cpu: Code: Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 20 12:55:43 2009 (++) Using config file: "xorg.conf.new" I guess there's a problem with the on-board video chip and the drivers? :/. By the way, here's the Xorg.0.log, maybe there's some useful information: Code: X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.29-gentoo-r5 i686 Current Operating System: Linux thunderbolt 2.6.29-gentoo-r5 #1 SMP Fri Jul 17 23:47:04 CEST 2009 i686 Build Date: 18 July 2009 02:55:23AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 20 12:55:43 2009 (++) Using config file: "xorg.conf.new" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Not automatically adding devices (==) Not automatically enabling devices (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/misc/"). (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/misc/"). (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). (**) FontPath set to: /usr/share/fonts/75dpi/, /usr/share/fonts/75dpi/, built-ins (**) ModulePath set to "/usr/lib/xorg/modules" (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) Loader magic: 0xba0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 (II) Loader running on linux (--) using VT number 7 (--) PCI:*(0@0:2:0) Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xf0300000/0, 0xe0000000/0, 0xf0400000/0, I/O @ 0x00001800/0 (--) PCI: (0@0:2:1) Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xf0380000/0 (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (==) AIGLX enabled (==) Exporting typical set of GLX visuals (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension RECORD (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "xtrap" (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so (II) Module xtrap: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DEC-XTRAP (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "intel" (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.5.3, module version = 2.6.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 (II) LoadModule: "mouse" (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) LoadModule: "kbd" (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.3.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, Mobile Intel® GM45 Express Chipset, Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41 (II) Primary Device is: PCI 00@00:02:0 (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) resource ranges after probing: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.5.3, module version = 0.1.0 ABI class: X.Org Video Driver, version 4.1 (==) intel(0): Depth 24, (--) framebuffer bpp 32 (==) intel(0): RGB weight 888 (==) intel(0): Default visual is TrueColor (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM (--) intel(0): Chipset: "945GM" (--) intel(0): Linear framebuffer at 0xE0000000 (--) intel(0): IO registers at addr 0xF0300000 (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB (==) intel(0): Using EXA for acceleration (II) intel(0): 2 display pipes available. (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Module "i2c" already built-in (II) intel(0): Output VGA using monitor section Monitor0 (II) intel(0): Output LVDS has no monitor section (II) intel(0): I2C bus "LVDSDDC_C" initialized. (II) intel(0): Attempting to determine panel fixed mode. (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. (II) intel(0): found backlight control method /sys/class/backlight/acpi_video0 (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized. (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70. (II) intel(0): I2C bus "SDVOB DDC Bus" initialized. (II) intel(0): Output TMDS-1 has no monitor section (II) intel(0): SDVOB: device VID/DID: 02:43.00, clock range 25.0MHz - 200.0MHz (II) intel(0): SDVOB: 1 input channel (II) intel(0): SDVOB: TMDS0 output reported (II) intel(0): Output TV has no monitor section (II) intel(0): Current clock rate multiplier: 1 (II) intel(0): Resizable framebuffer: not available (1 3) (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. (II) intel(0): Output VGA disconnected (II) intel(0): Output LVDS connected (II) intel(0): Output TMDS-1 disconnected (II) intel(0): Output TV disconnected (II) intel(0): Using exact sizes for initial modes (II) intel(0): Output LVDS using initial mode 1024x768 Best regards watain |
Hi, since months I am trying to find, why the shortcut Alt+F2 for bringing up the "Run Application" dialog does no longer work. Even Alt+F1 for opening the main menu doesn't work. When I change the keyboard shortcut setting(s) it won't start as well. I think it has to to something with the two default panels being created if no gconf database entry is available. If I delete the .gconf folder and login again, the shortcuts do work. I filled up my panel at the top position and removed (using context menu) the bottom panel. And the shortcuts don't work. At my notebook's gentoo I ran the following command, which solved the issue after logging in again: Code: gconftool-2 --recursive-unset /apps/panel/toplevels/panel_0 But for my 64bit Gentoo on my usual PC it doesn't work. By the way, I have activated the unstable tree and have layman's repostory "gnome" in portage. Portage and all applications are up to date and revdep-rebuild has no suggests. Any help appreciated. | Ok, since there were no hints, I did "reconfig" as follows: I recursively deleted the while /apps/panel tree. Killed all gnome-panel. Result: Shortcut works. Gnome-panel restored the default panels. I deleted the top panel, and watched the entries in /apps/panel/toplevels (only bottom_panel_0 left). I added a new panel (context menu of bottom panel), deleted the bottom panel and recursively the gconf entry /apps/panel/toplevels/bottom_panel_0. Before I started this new creation of panels, I made a screenshot: Restoring now all objects on my panel (now panel_0). Now only panel_0 is in toplevels gconf directory and the shortcuts do work . It seems that those two top_panel_0 and panel_0 had some back-references. |
After a reboot, I only have 640x480 as the max resolution on a 22 inch monitor with 1650x1050 native resolution. I use KDE4 and xorg 1.5. During my xorg upgrade, I removed the monitor sections as the upgrade guide suggested. I have 2 monitors. MY primary monitor is 1950x1080 and is has no problem. The problem is on the second monitor. If I use the nividia settings tool, it does not have anything over 640x480 listed. Will I need to add a monitor section back or is there a more logical fix? | mackerel wrote: Will I need to add a monitor section back ... Mine defaults to 1024x768, so I use a minimal xorg.conf Code: # cat /etc/X11/xorg.conf Section "ServerLayout" Identifier "X" Screen 0 "Screen0" 0 0 EndSection Section "Device" Identifier "Card0" Driver "radeon" EndSection Section "Screen" Identifier "Screen0" Device "Card0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "dri" Mode 0666 EndSection The Section "Screen" sets the resolution that I want, and The section "dri" double speeds my glxgears. And I get no output from Code: grep ^\(EE /var/log/Xorg.0.log |
I recently installed pidgin-2.5.8 on a dual monitor ~amd64 box. I cannot get the pidgin system tray icon to show even when I have Preferences->Interface->System Tray Icon set to Always . I do have Notification Area in my Gnome panel, so I do not understand why the Pidgin status icons will not show. The system tray icon is very useful in showing that new messages have arrived, when the you cannot see the pidgin interface because it's either personified or on another desktop. Anyone have this working correctly? Thanks | It has one. I'm using net-im/pidgin-2.5.8 and e17 and have pidgin in systray. Did you try to John Bailey wrote: Go to Tools->Preferences. On the Interface tab, if "Show system tray icon" is set to anything but "always", then change it. ( https://answers.launchpad.net/ubuntu/+source/pidgin/+question/37005 )? |
i fixed my vnc after a post here and i can login from putty and tightvnc in my home gentoo machine.the thing is that i want to see my desktop as it is.let me explain, the problem is that when I connect i open a new session, and when I close that session, all tasks running closes too.Is there a way to login to the session running in my server and keep it open when I close down tightvnc client, and then reconnect to that session on another time?is it possible to login and see exactly what i see in my pc(menus,taskbar etc)? For now i just have fluxbox in my xstartup like that Quote: xrdb $HOME/ .Xrecourses xsetroot -solid gray xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & exec fluxbox and do my job but is there a way to make it right? thanks in advance EDIT:if i just add this line in my xstartup Quote: exec /etc/init.d/xdm restart i get a gray screen as when we where first installing beryl if you remember.though maybe because of compiz running in my home server and killed it but the same thing happens thanks | x11vnc should allow you to connect to running sessions, alternatively you could use nxserver-freenx which itself uses x11vnc |
I have a desktop with an old GeForce2 MX video card. After I updated my system to xorg-server-1.5.X a few months ago, I found out that the old 71.X.X (<87.X.X) nvidia drivers did not support that version of x-server. Well, after a few months of no x-server (I did not downgrade to <1.5.X) and no solution in sight, I decided to move to the xorg nv driver. I do not need 3D acceleration, so nv should be fine. I could not seem to find a great how-to wiki on setting up to use the nv driver. I looked at http://xorg.freedesktop.org/wiki/nv, https://help.ubuntu.com/community/XORGHardy#Xorg%20NV%20Driver%20Configuration, http://www.gentoo.org/doc/en/xorg-config.xml, and http://www.gentoo.org/doc/en/nvidia-guide.xml with no success. After following all of the below, my screen turns to a black screen with odd white characters across the screen near the end of the boot cycle (I assume when the x-server is started). Pressing ALT-CTRL-F1 just presents a text screen which is also full of odd white characters. - Changed my VIDEO_CARDS to “nv” and emerged world with the new use flag set. - Commented out “nvidia” in /etc/modules.autoload.d/kernel-2.6 - Ran update-modules - Changed the Driver line to “nv” in my /etc/X11/xorg.conf’s Device section - Rebooted I was also curious that per the above, I assumed the nvidia driver would not be loaded, but after reboots a lsmod still showed the nvidia driver loaded. Code: mythserver michael # dmesg | grep -i nv ... [ 0.000000] Nvidia board detected. Ignoring ACPI timer override. [ 1.978446] nv_probe: set workaround bit for reversed mac addr ... [ 9.639474] nvidia: module license 'NVIDIA' taints kernel. [ 9.753664] nvidia 0000:01:02.0: PCI INT A -> Link[LNK3] -> GSI 5 (level, low) -> IRQ 5 [ 9.754455] nvidia 0000:03:00.0: enabling device (0000 -> 0002) [ 9.754958] nvidia 0000:03:00.0: PCI INT A -> Link[LNK5] -> GSI 11 (level, low) -> IRQ 11 [ 9.755825] NVRM: loading NVIDIA Linux x86 Kernel Module 71.86.09 Mon Feb 23 16:13:37 PST 2009 Here is my xorg.conf Code: mythserver linux # cat /etc/X11/xorg.conf Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" # Commented out for nv driver troubleshooting # Load "dbe" # Load "glx" # Load "dri" # Load "extmod" # Load "xtrap" # Load "GLcore" # Load "record" # Load "freetype" # Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" Identifier "Card0" Driver "nv" VendorName "nVidia Corporation" BoardName "NVCrush11 [GeForce2 MX Integrated Graphics]" BusID "PCI:3:0:0" EndSection Section "Screen" DefaultDepth 24 Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection [/ code] Also my /var/log/Xorg.0.log does not indicate any errors. Any thoughts on my issue or a good guide for the nv driver? Thanks in advance Mike | I ran some older nVidia cards on xorg-server-1.4.2 with nvidia driver in xorg.conf for a long time. Never had any issues. I always followed the Gentoo nVidia Guide |
I have installed a CAD program (ProE). It has a startscript: /usr/local/ptc/proe_startscript When I run the startscript as root, the program starts fine. But if I run the startscript as user I get the following error message Quote: Xlib: connection to ":0.0" refused by server Xlib: No protocol specified Error opening display Graphics type 'OPENGL' is not available with current window environment. I have searched the forum but have not found anything that leads me to a solution. If anyone can give me a hint of what the problem might be I would be most greatful. I have no other problems with X, either as user or root. | You can add a user to the X server access list. Run as <username> Code: $ xhost +local:<username> This allows <username> to connect to the local running X server, which might do what you need. |
Hi, i've been trying to look for a solution for 2 weeks now, and cannot seem to get my xorg server running. After installing my base system and getting my make.conf setup to emerge X, running X -configure, and startx will end up with this server crash message; Code: (++) Using config file: "/root/xorg.conf.new" (EE) intel (0): Failted to pin front buffer: Cannot allocate memory Fatal server error: Couldn't bind memory for BO front buffer This is my lspci out ; Code: root@sysresccd /root % lspci 00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 01) 00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01) 00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01) 00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01) 00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01) 00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 81) 00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge (rev 01) 00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller (rev 01) 00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01) 00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01) 01:05.0 Modem: Intel Corporation FA82537EP 56K V.92 Data/Fax Modem PCI (rev 04) 01:09.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 01) current make.conf using desktop profile; Code: CFLAGS="-O2 -march=i686 -pipe" CXXFLAGS="${CGLAGS}" CHOST="i686-pc-linux-gnu" MAKEOPTS="-j2" LINGUAS="en en_US" GENTOO_MIRRORS="http://gentoo.osuosl.org/ " SYNC="rsync://rsync.gentoo.org/gentoo-portage" FEATURES="ccache" CCACHE_DIR="/var/tmp/ccache" CCACHE_SIZE="2G" USE="-arts -eds -esd -kde -qt3 -qt4 xattr" INPUT_DEVICES="evdev keyboard mouse" VIDEO_CARDS="intel" and emerge --info; Code: (chroot) sysresccd / # emerge --info Portage 2.1.6.13 (default/linux/x86/2008.0/desktop, gcc-4.3.2, glibc-2.9_p20081201-r2, 2.6.29.06-std122 i686) ================================================================= System uname: Linux-2.6.29.06-std122-i686-Intel-R-_Celeron-R-_CPU_2.40GHz-with-glibc2.0 Timestamp of tree: Fri, 31 Jul 2009 01:00:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p39 dev-lang/python: 2.5.4-r3 dev-util/ccache: 2.4-r7 sys-apps/baselayout: 2.0.1 sys-apps/openrc: 0.4.3-r3 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.63-r1 sys-devel/automake: 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d" CXXFLAGS="" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://gentoo.osuosl.org/ " LANG="en_US.UTF-8" LDFLAGS="-Wl,-O1" LINGUAS="en en_US" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acl acpi alsa berkdb bluetooth branding bzip2 cairo cdr cli cracklib crypt cups dbus dri dvd dvdr dvdread emboss encode evo fam firefox fortran gdbm gif gnome gpm gstreamer gtk hal iconv ipv6 isdnlog jpeg ldap libnotify mad midi mikmod mp3 mpeg mudflap ncurses nls nptl nptlonly ogg opengl openmp pam pcre pdf perl png ppds pppd python qt3support quicktime readline reflection sdl session spell spl ssl startup-notification svg sysfs tcpd tiff truetype unicode usb vorbis win32codecs x86 xattr xml xorg xulrunner xv zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 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 mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en en_US" USERLAND="GNU" VIDEO_CARDS="intel" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY I'm using baselayout2 and openrc, its a dell2400 with Celeron 2.40 intel chip ... Code: (chroot) sysresccd / # cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Intel(R) Celeron(R) CPU 2.40GHz stepping : 9 cpu MHz : 2392.297 cache size : 128 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe up pebs bts cid xtpr bogomips : 4784.59 clflush size : 64 power management: What am i missing, i cant figure out where i keep going wrong. Last bit of info is the xorg.conf.new file generated by X -configure command as root; Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "extmod" Load "dri" Load "record" Load "dbe" Load "xtrap" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "ColorKey" # <i> #Option "CacheLines" # <i> #Option "Dac6Bit" # [<bool>] #Option "DRI" # [<bool>] #Option "NoDDC" # [<bool>] #Option "ShowCache" # [<bool>] #Option "XvMCSurfaces" # <i> #Option "PageFlip" # [<bool>] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Devi$ BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Can someone see what i am overlooking to get this working, i'm going mad .... I can post my /var/log.Xorg.0.log file if it is relevant, but at this point, i'm desparate. I poked around the xorg topics but none seem to be relevant, the bugzilla i found was for the intel 965. I'm using the i915 in my kernel. Thanks in advance. Tom Edit: current xorg-server is 1.5.3-r6 | try kernel 2.6.30-r4 or a kernel 2.6.27- ; 28 and 29 kernels and intel graphics have been getting bad press |
I have a EEE PC 1005HA, had X and fluxbox working completely, installed openoffice and now when I startx as a user it starts and then exits with no errors. root can log in just fine without any problem, both into X and fluxbox. Let me know if you need more information and I'll get it here ASAP. Thanks. | What's the content of ~/.xinitrc? Or better what's the difference between this file for root and the user. |
Hello everyone, after a post and conversation here found a solution about kde crashing while trying to logging(at least i though i solved it).i still think that it's a daemon running after kdm that crashes and doesn't let it to login.And i say that because,when i run Quote: /etc/init.d/xdm restart from terminal i can login and doesn't have any problem.So i tried to delete all the services after kdm and add them again and see what happens.so i deleted them and started adding them on by one but everytime it was logging without any problem.when i finished adding all of them and though it was solved, but it started the same after the next reboot. So my qestion is this,can i change the boot sequence in order to put kdm last in the order in order to see if it's going to start or crash again? thanks in advance | In file /etc/init.d/xdm find Code: depend() { #something } and add line after name-fo-thing-that-breaks-xdm --- Remember to bakup your /etc/init.d/xdm ! |
Hi all ! I upgraded successfully to kde 4.3. Compile digikam and libkipi against kde 4.3 libs, but digikam can't load any kipi plugin : kipi modules list is empty... Same thing with gwenview... Any idea ?? | I simply forgot to compile kipi-plugins-0.5.0 available on digikam website but unfortunately not in Gentoo tree for KDE4... Now this is working perfectly ! |
Hi, does anyone else experience this: Usually after moving/resizing window, sometimes also without obvious reason, compiz process goes to 100% cpu usage and stays there for 2..5 seconds. This results also in whole screen/mouse freezes for comparable times. After downgrade to nvidia-drivers-185.18.14 everything works without mentioned issues. other signifficant stuff: gentoo-sources 2.6.30-r4 xorg-server 1.6.2-r1 kde 3.5.10 AMD Opteron 180 Geforce 8800GT nForce 630A Have a nice gentoo, Tom | Turn off all of the options in /etc/X11/xorg.conf Code: Section "Device" Identifier "Videocard0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 6150" Option "AddARGBGLXVisuals" "true" # Option "Coolbits" "3" # Option "OnDemandVBlankInterrupts" "true" # Option "UseEvents" "true" # Option "DamageEvents" "true" # Option "TripleBuffer" "true" EndSection |
KDE System settings -> Regional & Language correctly displays my local time. None of the plasmoid clocks, binary, fuzzy, analog svg, the default bottom right digital, do, they all display UTC time. Bug? Setting? | It's set to local, but it looks like I should select a timezone for the clock too? I have only UTC to select. Maybe I'm missing a package? |
HI, I have downloaded an iso image and burnt a copy with k3b with the verify option. It suceeds but tells me the new CD does not match the original. I checked the md5 against the value on the server and it shows I got a good download. I have now burnt three copied on two different media types (CDR and CDRW). Exactly the same each time. The live CDs boot and seem to function correctly (not a guarantee that they are perfect though) and I am wondering if this is not a fault in k3b. FWIW the image in question is the unofficial minimal install CD http://www.faskatech.net/latest/i686/installcd/install-i686-minimal-2008.0.iso http://www.faskatech.net/reiser4-livecd/reiser4-download.html After three burns it seems odd they all come out wrong. Any ideas what may be going on here? TIA, Gentree. | Code: bash-4.0#md5sum /dev/hdd 84126f88f03b9fa428d286f303ffc80c /dev/hdd bash-4.0#md5sum i*iso 84126f88f03b9fa428d286f303ffc80c install-i686-minimal-2008.0.iso thanks yabs , that's what I needed. Thanks hopeless for the explaination. |
Hi I've been playing Ragnarok Online last days without any problems (I have even posted this expaling how to...). Then I got the stupid decision of doing emerge --depclean I checked the packages to be unmerged, but seems that not weell enougth. At the start, Ragnarok wasn't even starting, with an error very similar to this (it was actually about "Wrong Integer Type", instead of "Invalid parameter attribute"), but I recompiled some stuffs and it is starting again. The problem is that its REALLY slow. When I say slow I mean something like "I cannot even type my password in login screen". Just remembering, before the depclean it was running flawlessly. Checking the terminal, it displays the following a lot of times: Code: fixme:d3d_surface:flush_to_framebuffer_drawpixels >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glDrawBuffer @ surface.c / 1226 fixme:d3d_surface:flush_to_framebuffer_drawpixels >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glDrawBuffer(GL_BACK) @ surface.c / 1305 Any clue? | Did you try running revdep-rebuild a couple of times after depclean? |
I just turn on computer and at my account the metacity can't automatically start and I have to start it through terminal. Dunno what was happen, however I am unable to fix it at this moment and to say the truth, I don't know what to do. I don't see anything at logs, I try remove configs for gnome... At my family account it works fine, so something is broken at my account | I had a similar situation, but after I removed ~/.gtkrc-2.0 and .config/gtk-2.0 it was ok again. |
My mozilla-firefox (various ebuilds ranging from 3.0.11 to 3.5.2 at least) cannot properly render this page, for example: http://amicus.via.infonow.net/locator/abm/?LOC=en_CA Firefox's Error Console says: "Error: uncaught exception: uncaught exception: Msn.Drawing.Exception: Your Web browser does not support SVG or VML. Some graphics features may not function properly." The page does work properly with www-client/midori, as well as my friends' windows builds of firefox. Am I missing something? | Please post your emerge --info |
Hi, starting from Firefox 3.5 (currently Firefox-3.5.1-r1) on gentoo ~x86 updated to most recent packages, if i select fullscreen mode in youtube videos Firefox crashes...Flash Player and Nvidia drivers are updated to last version. I have tryied to rebuild xulrunner and mozilla-firefox, but the problem still persist... Start Firefox from console doesn't show any problems at startup, but when i select fullscreen mode: Code: *** glibc detected *** /usr/lib/mozilla-firefox/firefox: free(): invalid pointer: 0xaed9d570 *** ======= Backtrace: ========= /lib/libc.so.6[0xb7dce7c4] /lib/libc.so.6[0xb7dcfea3] /lib/libc.so.6(cfree+0x6d)[0xb7dd2ebd] //usr//lib/opengl/nvidia/lib/libGL.so.1[0xaefa33a5] ======= Memory map: ======== 08048000-0805b000 r-xp 00000000 03:03 738754 /usr/lib/mozilla-firefox/firefox 0805b000-0805c000 r--p 00012000 03:03 738754 /usr/lib/mozilla-firefox/firefox 0805c000-0805d000 rw-p 00013000 03:03 738754 /usr/lib/mozilla-firefox/firefox 0805d000-0805e000 rw-p 00000000 00:00 0 a7b6f000-a88de000 r-xp 00000000 03:03 858593 /usr/lib/opengl/nvidia/lib/libGLcore.so.185.18.31 a88de000-a8acb000 rwxp 00d6e000 03:03 858593 /usr/lib/opengl/nvidia/lib/libGLcore.so.185.18.31 a8acb000-a8ad8000 rwxp 00000000 00:00 0 a8ad8000-a9ad8000 rw-p 00000000 00:00 0 a9ad8000-a9ad9000 ---p 00000000 00:00 0 a9ad9000-aa2d9000 rwxp 00000000 00:00 0 aa2d9000-aa2da000 ---p 00000000 00:00 0 aa2da000-aaada000 rwxp 00000000 00:00 0 aaada000-aaadb000 ---p 00000000 00:00 0 aaadb000-ab2db000 rwxp 00000000 00:00 0 ab2db000-ab373000 r--p 00000000 03:03 859063 /usr/share/fonts/dejavu/DejaVuSans.ttf ab373000-ab3ff000 r--p 00000000 03:03 858749 /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf ab3ff000-ab400000 ---p 00000000 00:00 0 ab400000-abc00000 rwxp 00000000 00:00 0 abc00000-abe00000 rw-p 00000000 00:00 0 abe0b000-abea3000 r--p 00000000 03:03 859063 /usr/share/fonts/dejavu/DejaVuSans.ttf abea3000-abfd9000 r-xp 00000000 03:03 757977 /usr/lib/libcrypto.so.0.9.8 abfd9000-abfda000 ---p 00136000 03:03 757977 /usr/lib/libcrypto.so.0.9.8 abfda000-abfe2000 r--p 00136000 03:03 757977 /usr/lib/libcrypto.so.0.9.8 abfe2000-abff0000 rw-p 0013e000 03:03 757977 /usr/lib/libcrypto.so.0.9.8 abff0000-abff4000 rw-p 00000000 00:00 0 abff4000-ac035000 r-xp 00000000 03:03 794265 /usr/lib/libcurl.so.4.1.1 ac035000-ac036000 r--p 00041000 03:03 794265 /usr/lib/libcurl.so.4.1.1 ac036000-ac037000 rw-p 00042000 03:03 794265 /usr/lib/libcurl.so.4.1.1 ac050000-ac051000 ---p 00000000 00:00 0 ac051000-ac851000 rwxp 00000000 00:00 0 ac851000-ac852000 ---p 00000000 00:00 0 ac852000-ad052000 rwxp 00000000 00:00 0 ad052000-ae052000 rw-p 00000000 00:00 0 ae052000-ae9e2000 r-xp 00000000 03:03 728127 /opt/netscape/plugins/libflashplayer.so ae9e2000-aea15000 rw-p 00990000 03:03 728127 /opt/netscape/plugins/libflashplayer.so aea15000-aef00000 rw-p 00000000 00:00 0 aef55000-aefd5000 r-xp 00000000 03:03 858588 /usr/lib/opengl/nvidia/lib/libGL.so.185.18.31 aefd5000-aefed000 rwxp 0007f000 03:03 858588 /usr/lib/opengl/nvidia/lib/libGL.so.185.18.31 aefed000-aeffc000 rwxp 00000000 00:00 0 aeffc000-aeffd000 ---p 00000000 00:00 0 aeffd000-af7fd000 rwxp 00000000 00:00 0 af7fd000-af7fe000 ---p 00000000 00:00 0 af7fe000-afffe000 rwxp 00000000 00:00 0 afffe000-affff000 ---p 00000000 00:00 0 affff000-b07ff000 rwxp 00000000 00:00 0 b07ff000-b0800000 ---p 00000000 00:00 0 b0800000-b1000000 rwxp 00000000 00:00 0 b1000000-b1800000 rw-p 00000000 00:00 0 b1862000-b1872000 rw-s 00000000 00:08 655364 /SYSV0056a4d6 (deleted) b1872000-b18b5000 r-xp 00000000 03:03 757980 /usr/lib/libssl.so.0.9.8 b18b5000-b18b6000 r--p 00043000 03:03 757980 /usr/lib/libssl.so.0.9.8 b18b6000-b18b9000 rw-p 00044000 03:03 757980 /usr/lib/libssl.so.0.9.8 b18b9000-b18ff000 r--p 00000000 03:03 736649 /usr/share/fonts/corefonts/arialbd.ttf b18ff000-b1900000 ---p 00000000 00:00 0 b1900000-b2100000 rwxp 00000000 00:00 0 b2100000-b2400000 rw-p 00000000 00:00 0 b2403000-b2413000 rw-s 00000000 00:0e 684 /dev/snd/pcmC0D0p b2413000-b242e000 r--p 00000000 03:03 753719 /usr/share/fonts/default/ghostscript/n021004l.pfb b242e000-b2472000 r--p 00000000 03:03 736653 /usr/share/fonts/corefonts/arial.ttf b2472000-b24fe000 r--p 00000000 03:03 858749 /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf b24fe000-b24ff000 ---p 00000000 00:00 0 b24ff000-b2cff000 rwxp 00000000 00:00 0 b2cff000-b2d00000 ---p 00000000 00:00 0 b2d00000-b3500000 rwxp 00000000 00:00 0 b3500000-b3700000 rw-p 00000000 00:00 0 b370d000-b375e000 r--p 00000000 03:03 859073 /usr/share/fonts/dejavu/DejaVuSerif.ttf b375e000-b37a4000 r-xp 00000000 03:03 891889 /usr/lib/nss/libnssckbi.so.12 b37a4000-b37ac000 r--p 00045000 03:03 891889 /usr/lib/nss/libnssckbi.so.12 b37ac000-b37b0000 rw-p 0004d000 03:03 891889 /usr/lib/nss/libnssckbi.so.12 b37b0000-b37f9000 r-xp 00000000 03:03 894338 /usr/lib/nss/libfreebl3.so.12 b37f9000-b37fa000 r--p 00049000 03:03 894338 /usr/lib/nss/libfreebl3.so.12 b37fa000-b37fb000 rw-p 0004a000 03:03 894338 /usr/lib/nss/libfreebl3.so.12 b37fb000-b37ff000 rw-p 00000000 00:00 0 b37ff000-b3800000 ---p 00000000 00:00 0 b3800000-b4000000 rwxp 00000000 00:00 0 b4000000-b4100000 rw-p 00000000 00:00 0 b4107000-b4108000 r-xp 00000000 03:03 858604 /usr/lib/opengl/nvidia/tls/libnvidia-tls.so.185.18.31 b4108000-b4109000 rw-p 00000000 03:03 858604 /usr/lib/opengl/nvidia/tls/libnvidia-tls.so.185.18.31 b4109000-b410a000 rw-s 81000000 00:0e 684 /dev/snd/pcmC0D0p b410a000-b410b000 r--s 80000000 00:0e 684 /dev/snd/pcmC0D0p b410b000-b410c000 rw-s 00000000 00:08 622595 /SYSV0056a4d5 (deleted) b410c000-b410e000 r-xp 00000000 03:03 730124 /usr/lib/libXss.so.1.0.0 b410e000-b410f000 r--p 00001000 03:03 730124 /usr/lib/libXss.so.1.0.0 b410f000-b4110000 rw-p 00002000 03:03 730124 /usr/lib/libXss.so.1.0.0 b4110000-b4111000 rw-p 00000000 00:00 0 b4111000-b4129000 rwxp 00000000 00:00 0 b4129000-b414c000 r-xp 00000000 03:03 891886 /usr/lib/nss/libnssdbm3.so.12 b414c000-b414d000 r--p 00022000 03:03 891886 /usr/lib/nss/libnssdbm3.so.12 b414d000-b414e000 rw-p 00023000 03:03 891886 /usr/lib/nss/libnssdbm3.so.12 b414e000-b4184000 r-xp 00000000 03:03 891885 /usr/lib/nss/libsoftokn3.so.12 b4184000-b4185000 r--p 00036000 03:03 891885 /usr/lib/nss/libsoftokn3.so.12 b4185000-b4186000 rw-p 00037000 03:03 891885 /usr/lib/nss/libsoftokn3.so.12 b4186000-b41e6000 rw-s 00000000 00:08 753665 /SYSV00000000 (deleted) b41e6000-b41ff000 r--s 00000000 03:03 20005 /usr/share/mime/mime.cache b41ff000-b4200000 ---p 00000000 00:00 0 b4200000-b4a00000 rwxp 00000000 00:00 0 b4a00000-b4b00000 rw-p 00000000 00:00 0 b4b00000-b4b08000 rwxp 00000000 00:00 0 b4b08000-b4b0c000 r-xp 00000000 03:03 988352 /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so b4b0c000-b4b0d000 r--p 00003000 03:03 988352 /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so b4b0d000-b4b0e000 rw-p 00004000 03:03 988352 /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so b4b0e000-b4b27000 r--s 00000000 03:03 20005 /usr/share/mime/mime.cache b4b27000-b4b4d000 r-xp 00000000 03:03 738761 /usr/lib/mozilla-firefox/components/libbrowsercomps.so b4b4d000-b4b4e000 r--p 00025000 03:03 738761 /usr/lib/mozilla-firefox/components/libbrowsercomps.so b4b4e000-b4b4f000 rw-p 00026000 03:03 738761 /usr/lib/mozilla-firefox/components/libbrowsercomps.so b4b4f000-b4be7000 r--p 00000000 03:03 859063 /usr/share/fonts/dejavu/DejaVuSans.ttf b4be7000-b4bfa000 r-xp 00000000 03:03 802305 /lib/libnsl-2.10.1.so b4bfa000-b4bfb000 r--p 00012000 03:03 802305 /lib/libnsl-2.10.1.so b4bfb000-b4bfc000 rw-p 00013000 03:03 802305 /lib/libnsl-2.10.1.so b4bfc000-b4bfe000 rw-p 00000000 00:00 0 b4bfe000-b4bff000 ---p 00000000 00:00 0 b4bff000-b53ff000 rwxp 00000000 00:00 0 b53ff000-b5400000 ---p 00000000 00:00 0 b5400000-b5c00000 rwxp 00000000 00:00 0 b5c00000-b5d00000 rw-p 00000000 00:00 0 b5d00000-b5d02000 r-xp 00000000 03:03 809713 /usr/lib/libXinerama.so.1.0.0 b5d02000-b5d03000 r--p 00001000 03:03 809713 /usr/lib/libXinerama.so.1.0.0 b5d03000-b5d04000 rw-p 00002000 03:03 809713 /usr/lib/libXinerama.so.1.0.0 b5d04000-b5d0b000 r--s 00000000 03:03 883065 /var/cache/fontconfig/12b26b760a24f8b4feb03ad48a333a72-x86.cache-2 b5d0b000-b5d14000 r-xp 00000000 03:03 802318 /lib/libnss_nis-2.10.1.so b5d14000-b5d15000 r--p 00008000 03:03 802318 /lib/libnss_nis-2.10.1.so b5d15000-b5d16000 rw-p 00009000 03:03 802318 /lib/libnss_nis-2.10.1.so b5d16000-b5d1d000 r-xp 00000000 03:03 802342 /lib/libnss_compat-2.10.1.so b5d1d000-b5d1e000 r--p 00006000 03:03 802342 /lib/libnss_compat-2.10.1.so b5d1e000-b5d1f000 rw-p 00007000 03:03 802342 /lib/libnss_compat-2.10.1.so b5d1f000-b5d21000 rwxp 00000000 00:00 0 b5d21000-b5d23000 r-xp 00000000 03:03 770157 /usr/lib/pango/1.6.0/modules/pango-basic-fc.so b5d23000-b5d24000 r--p 00001000 03:03 770157 /usr/lib/pango/1.6.0/modules/pango-basic-fc.so b5d24000-b5d25000 rw-p 00002000 03:03 770157 /usr/lib/pango/1.6.0/modules/pango-basic-fc.so b5d25000-b5d38000 r--s 00000000 03:03 883063 /var/cache/fontconfig/4b5cf4386f1cde02a336ba961b4ac82d-x86.cache-2 b5d38000-b5d41000 r-xp 00000000 03:03 788422 /usr/lib/xulrunner-1.9.1.1/components/libimgicon.so b5d41000-b5d42000 r--p 00009000 03:03 788422 /usr/lib/xulrunner-1.9.1.1/components/libimgicon.so b5d42000-b5d43000 rw-p 0000a000 03:03 788422 /usr/lib/xulrunner-1.9.1.1/components/libimgicon.so b5d43000-b5d54000 r-xp 00000000 03:03 802308 /lib/libresolv-2.10.1.so b5d54000-b5d55000 r--p 00010000 03:03 802308 /lib/libresolv-2.10.1.so b5d55000-b5d56000 rw-p 00011000 03:03 802308 /lib/libresolv-2.10.1.so b5d56000-b5d58000 rw-p 00000000 00:00 0 b5d58000-b5d62000 r-xp 00000000 03:03 802312 /lib/libnss_files-2.10.1.so b5d62000-b5d63000 r--p 00009000 03:03 802312 /lib/libnss_files-2.10.1.so b5d63000-b5d64000 rw-p 0000a000 03:03 802312 /lib/libnss_files-2.10.1.so b5d64000-b5d6a000 r--s 00000000 03:03 883064 /var/cache/fontconfig/87f5e051180a7a75f16eb6fe7dbd3749-x86.cache-2 b5d6a000-b5d70000 r-xp 00000000 03:03 788252 /usr/lib/xulrunner-1.9.1.1/components/libdbusservice.so b5d70000-b5d71000 r--p 00006000 03:03 788252 /usr/lib/xulrunner-1.9.1.1/components/libdbusservice.so b5d71000-b5d72000 rw-p 00007000 03:03 788252 /usr/lib/xulrunner-1.9.1.1/components/libdbusservice.so b5d72000-b5d7b000 r-xp 00000000 03:03 738736 /usr/lib/mozilla-firefox/components/libbrowserdirprovider.so b5d7b000-b5d7c000 r--p 00009000 03:03 738736 /usr/lib/mozilla-firefox/components/libbrowserdirprovider.so b5d7c000-b5d7d000 rw-p 0000a000 03:03 738736 /usr/lib/mozilla-firefox/components/libbrowserdirprovider.so b5d7d000-b5f00000 r--p 00000000 03:03 40182 /usr/lib/locale/locale-archive b5f00000-b5f19000 r-xp 00000000 03:03 892745 /usr/lib/libxcb.so.1.0.0 b5f19000-b5f1a000 r--p 00018000 03:03 892745 /usr/lib/libxcb.so.1.0.0 b5f1a000-b5f1b000 rw-p 00019000 03:03 892745 /usr/lib/libxcb.so.1.0.0 b5f1b000-b5f1e000 r-xp 00000000 03:03 827694 /usr/lib/libxcb-atom.so.1.0.0 b5f1e000-b5f1f000 r--p 00002000 03:03 827694 /usr/lib/libxcb-atom.so.1.0.0 b5f1f000-b5f20000 rw-p 00003000 03:03 827694 /usr/lib/libxcb-atom.so.1.0.0 b5f20000-b5f21000 r-xp 00000000 03:03 827566 /usr/lib/libxcb-event.so.1.0.0 b5f21000-b5f22000 r--p 00000000 03:03 827566 /usr/lib/libxcb-event.so.1.0.0 b5f22000-b5f23000 rw-p 00001000 03:03 827566 /usr/lib/libxcb-event.so.1.0.0 b5f23000-b5f25000 r-xp 00000000 03:03 827371 /usr/lib/libxcb-aux.so.0.0.0 b5f25000-b5f26000 r--p 00001000 03:03 827371 /usr/lib/libxcb-aux.so.0.0.0 b5f26000-b5f27000 rw-p 00002000 03:03 827371 /usr/lib/libxcb-aux.so.0.0.0 b5f27000-b5f3d000 r-xp 00000000 03:03 736867 /usr/lib/libICE.so.6.3.0 b5f3d000-b5f3e000 r--p 00015000 03:03 736867 /usr/lib/libICE.so.6.3.0 b5f3e000-b5f3f000 rw-p 00016000 03:03 736867 /usr/lib/libICE.so.6.3.0 b5f3f000-b5f41000 rw-p 00000000 00:00 0 b5f41000-b5f44000 r-xp 00000000 03:03 1102380 /lib/libuuid.so.1.3.0 b5f44000-b5f45000 r--p 00002000 03:03 1102380 /lib/libuuid.so.1.3.0 b5f45000-b5f46000 rw-p 00003000 03:03 1102380 /lib/libuuid.so.1.3.0 b5f46000-b5f4d000 r-xp 00000000 03:03 777665 /usr/lib/libSM.so.6.0.0 b5f4d000-b5f4e000 r--p 00006000 03:03 777665 /usr/lib/libSM.so.6.0.0 b5f4e000-b5f4f000 rw-p 00007000 03:03 777665 /usr/lib/libSM.so.6.0.0 b5f4f000-b5f53000 r-xp 00000000 03:03 736922 /usr/lib/libXfixes.so.3.1.0 b5f53000-b5f54000 r--p 00003000 03:03 736922 /usr/lib/libXfixes.so.3.1.0 b5f54000-b5f55000 rw-p 00004000 03:03 736922 /usr/lib/libXfixes.so.3.1.0 b5f55000-b5f57000 r-xp 00000000 03:03 754563 /usr/lib/libXdamage.so.1.1.0 b5f57000-b5f58000 r--p 00001000 03:03 754563 /usr/lib/libXdamage.so.1.1.0 b5f58000-b5f59000 rw-p 00002000 03:03 754563 /usr/lib/libXdamage.so.1.1.0 b5f59000-b5f67000 r-xp 00000000 03:03 754348 /usr/lib/libXext.so.6.4.0 b5f67000-b5f68000 r--p 0000d000 03:03 754348 /usr/lib/libXext.so.6.4.0 b5f68000-b5f69000 rw-p 0000e000 03:03 754348 /usr/lib/libXext.so.6.4.0 b5f69000-b5f6b000 r-xp 00000000 03:03 730136 /usr/lib/libXcomposite.so.1.0.0 b5f6b000-b5f6c000 r--p 00001000 03:03 730136 /usr/lib/libXcomposite.so.1.0.0 b5f6c000-b5f6d000 rw-p 00002000 03:03 730136 /usr/lib/libXcomposite.so.1.0.0 b5f6d000-b5f76000 r-xp 00000000 03:03 747544 /usr/lib/libXcursor.so.1.0.2 b5f76000-b5f77000 r--p 00008000 03:03 747544 /usr/lib/libXcursor.so.1.0.2 b5f77000-b5f78000 rw-p 00009000 03:03 747544 /usr/lib/libXcursor.so.1.0.2 b5f78000-b5f7f000 r-xp 00000000 03:03 730097 /usr/lib/libXrandr.so.2.2.0 b5f7f000-b5f80000 r--p 00006000 03:03 730097 /usr/lib/libXrandr.so.2.2.0 b5f80000-b5f81000 rw-p 00007000 03:03 730097 /usr/lib/libXrandr.so.2.2.0 b5f81000-b5f89000 r-xp 00000000 03:03 770180 /usr/lib/libXi.so.6.0.0 b5f89000-b5f8a000 r--p 00007000 03:03 770180 /usr/lib/libXi.so.6.0.0 b5f8a000-b5f8b000 rw-p 00008000 03:03 770180 /usr/lib/libXi.so.6.0.0 b5f8b000-b5f8f000 r-xp 00000000 03:03 753715 /usr/lib/libXdmcp.so.6.0.0 b5f8f000-b5f90000 r--p 00003000 03:03 753715 /usr/lib/libXdmcp.so.6.0.0 b5f90000-b5f91000 rw-p 00004000 03:03 753715 /usr/lib/libXdmcp.so.6.0.0 b5f91000-b5f93000 r-xp 00000000 03:03 737015 /usr/lib/libXau.so.6.0.0 b5f93000-b5f94000 r--p 00001000 03:03 737015 /usr/lib/libXau.so.6.0.0 b5f94000-b5f95000 rw-p 00002000 03:03 737015 /usr/lib/libXau.so.6.0.0 b5f95000-b5fb9000 r-xp 00000000 03:03 737957 /usr/lib/libexpat.so.1.5.2 b5fb9000-b5fbb000 r--p 00024000 03:03 737957 /usr/lib/libexpat.so.1.5.2 b5fbb000-b5fbc000 rw-p 00026000 03:03 737957 /usr/lib/libexpat.so.1.5.2 b5fbc000-b5fdf000 r-xp 00000000 03:03 733456 /usr/lib/libpng12.so.0.38.0 b5fdf000-b5fe0000 r--p 00022000 03:03 733456 /usr/lib/libpng12.so.0.38.0 b5fe0000-b5fe1000 rw-p 00023000 03:03 733456 /usr/lib/libpng12.so.0.38.0 b5fe1000-b6023000 r-xp 00000000 03:03 891249 /usr/lib/libpixman-1.so.0.14.0 b6023000-b6025000 r--p 00041000 03:03 891249 /usr/lib/libpixman-1.so.0.14.0 b6025000-b6026000 rw-p 00043000 03:03 891249 /usr/lib/libpixman-1.so.0.14.0 b6026000-b602e000 r-xp 00000000 03:03 842535 /usr/lib/libstartup-notification-1.so.0.0.0 b602e000-b602f000 r--p 00007000 03:03 842535 /usr/lib/libstartup-notification-1.so.0.0.0 b602f000-b6030000 rw-p 00008000 03:03 842535 /usr/lib/libstartup-notification-1.so.0.0.0 b6030000-b6080000 r-xp 00000000 03:03 760662 /usr/lib/libXt.so.6.0.0 b6080000-b6081000 r--p 00050000 03:03 760662 /usr/lib/libXt.so.6.0.0 b6081000-b6084000 rw-p 00051000 03:03 760662 /usr/lib/libXt.so.6.0.0 b6084000-b608e000 r-xp 00000000 03:03 770136 /usr/lib/libpangocairo-1.0.so.0.2400.5 b608e000-b608f000 r--p 00009000 03:03 770136 /usr/lib/libpangocairo-1.0.so.0.2400.5 b608f000-b6090000 rw-p 0000a000 03:03 770136 /usr/lib/libpangocairo-1.0.so.0.2400.5 b6090000-b60a8000 r-xp 00000000 03:03 988400 /usr/lib/libgdk_pixbuf-2.0.so.0.1600.5 b60a8000-b60a9000 r--p 00017000 03:03 988400 /usr/lib/libgdk_pixbuf-2.0.so.0.1600.5 b60a9000-b60aa000 rw-p 00018000 03:03 988400 /usr/lib/libgdk_pixbuf-2.0.so.0.1600.5 b60aa000-b6134000 r-xp 00000000 03:03 988412 /usr/lib/libgdk-x11-2.0.so.0.1600.5 b6134000-b6136000 r--p 00089000 03:03 988412 /usr/lib/libgdk-x11-2.0.so.0.1600.5 b6136000-b6137000 rw-p 0008b000 03:03 988412 /usr/lib/libgdk-x11-2.0.so.0.1600.5 b6137000-b61a1000 r-xp 00000000 03:03 862247 /usr/lib/libgio-2.0.so.0.2000.4 b61a1000-b61a2000 r--p 0006a000 03:03 862247 /usr/lib/libgio-2.0.so.0.2000.4 b61a2000-b61a3000 rw-p 0006b000 03:03 862247 /usr/lib/libgio-2.0.so.0.2000.4 b61a3000-b61bc000 r-xp 00000000 03:03 761258 /usr/lib/libatk-1.0.so.0.2609.1 b61bc000-b61bd000 r--p 00019000 03:03 761258 /usr/lib/libatk-1.0.so.0.2609.1 b61bd000-b61be000 rw-p 0001a000 03:03 761258 /usr/lib/libatk-1.0.so.0.2609.1 b61be000-b655d000 r-xp 00000000 03:03 988417 /usr/lib/libgtk-x11-2.0.so.0.1600.5 b655d000-b655e000 ---p 0039f000 03:03 988417 /usr/lib/libgtk-x11-2.0.so.0.1600.5 b655e000-b6562000 r--p 0039f000 03:03 988417 /usr/lib/libgtk-x11-2.0.so.0.1600.5 b6562000-b6564000 rw-p 003a3000 03:03 988417 /usr/lib/libgtk-x11-2.0.so.0.1600.5 b6564000-b6566000 rw-p 00000000 00:00 0 b6566000-b65a8000 r-xp 00000000 03:03 770131 /usr/lib/libpango-1.0.so.0.2400.5 b65a8000-b65a9000 r--p 00042000 03:03 770131 /usr/lib/libpango-1.0.so.0.2400.5 b65a9000-b65aa000 rw-p 00043000 03:03 770131 /usr/lib/libpango-1.0.so.0.2400.5 b65aa000-b65d2000 r-xp 00000000 03:03 770392 /usr/lib/libpangoft2-1.0.so.0.2400.5 b65d2000-b65d3000 r--p 00027000 03:03 770392 /usr/lib/libpangoft2-1.0.so.0.2400.5 b65d3000-b65d4000 rw-p 00028000 03:03 770392 /usr/lib/libpangoft2-1.0.so.0.2400.5 b65d4000-b66ab000 r-xp 00000000 03:03 863426 /usr/lib/libglib-2.0.so.0.2000.4 b66ab000-b66ac000 r--p 000d6000 03:03 863426 /usr/lib/libglib-2.0.so.0.2000.4 b66ac000-b66ad000 rw-p 000d7000 03:03 863426 /usr/lib/libglib-2.0.so.0.2000.4 b66ad000-b66e8000 r-xp 00000000 03:03 860536 /usr/lib/libgobject-2.0.so.0.2000.4 b66e8000-b66e9000 r--p 0003b000 03:03 860536 /usr/lib/libgobject-2.0.so.0.2000.4 b66e9000-b66ea000 rw-p 0003c000 03:03 860536 /usr/lib/libgobject-2.0.so.0.2000.4 b66ea000-b6724000 r-xp 00000000 03:03 732429 /usr/lib/libdbus-1.so.3.5.0 b6724000-b6725000 ---p 0003a000 03:03 732429 /usr/lib/libdbus-1.so.3.5.0 b6725000-b6726000 r--p 0003a000 03:03 732429 /usr/lib/libdbus-1.so.3.5.0 b6726000-b6727000 rw-p 0003b000 03:03 732429 /usr/lib/libdbus-1.so.3.5.0 b6727000-b6744000 r-xp 00000000 03:03 763250 /usr/lib/libdbus-glib-1.so.2.1.0 b6744000-b6745000 r--p 0001c000 03:03 763250 /usr/lib/libdbus-glib-1.so.2.1.0 b6745000-b6746000 rw-p 0001d000 03:03 763250 /usr/lib/libdbus-glib-1.so.2.1.0 b6746000-b6788000 r-xp 00000000 03:03 770389 /usr/lib/libhunspell-1.2.so.0.0.0 b6788000-b6789000 r--p 00041000 03:03 770389 /usr/lib/libhunspell-1.2.so.0.0.0 b6789000-b678d000 rw-p 00042000 03:03 770389 /usr/lib/libhunspell-1.2.so.0.0.0 b678d000-b679f000 r-xp 00000000 03:03 738313 /lib/libz.so.1.2.3 b679f000-b67a0000 r--p 00011000 03:03 738313 /lib/libz.so.1.2.3 b67a0000-b67a1000 rw-p 00012000 03:03 738313 /lib/libz.so.1.2.3 b67a1000-b6893000 r-xp 00000000 03:03 772876 /usr/lib/libX11.so.6.2.0 b6893000-b6894000 r--p 000f1000 03:03 772876 /usr/lib/libX11.so.6.2.0 b6894000-b6897000 rw-p 000f2000 03:03 772876 /usr/lib/libX11.so.6.2.0 b6897000-b68c6000 r-xp 00000000 03:03 749175 /usr/lib/libfontconfig.so.1.3.0 b68c6000-b68c7000 r--p 0002e000 03:03 749175 /usr/lib/libfontconfig.so.1.3.0 b68c7000-b68c8000 rw-p 0002f000 03:03 749175 /usr/lib/libfontconfig.so.1.3.0 b68c8000-b694b000 r-xp 00000000 03:03 737749 /usr/lib/libfreetype.so.6.3.20 b694b000-b694f000 r--p 00082000 03:03 737749 /usr/lib/libfreetype.so.6.3.20 b694f000-b6950000 rw-p 00086000 03:03 737749 /usr/lib/libfreetype.so.6.3.20 b6950000-b69bd000 r-xp 00000000 03:03 748384 /usr/lib/libcairo.so.2.10800.8 b69bd000-b69bf000 r--p 0006d000 03:03 748384 /usr/lib/libcairo.so.2.10800.8 b69bf000-b69c0000 rw-p 0006f000 03:03 748384 /usr/lib/libcairo.so.2.10800.8 b69c0000-b69d5000 r-xp 00000000 03:03 891890 /usr/lib/nss/libnssutil3.so.12 b69d5000-b69d8000 r--p 00014000 03:03 891890 /usr/lib/nss/libnssutil3.so.12 b69d8000-b69d9000 rw-p 00017000 03:03 891890 /usr/lib/nss/libnssutil3.so.12 b69d9000-b6ae5000 r-xp 00000000 03:03 891884 /usr/lib/nss/libnss3.so.12 b6ae5000-b6ae6000 ---p 0010c000 03:03 891884 /usr/lib/nss/libnss3.so.12 b6ae6000-b6ae9000 r--p 0010c000 03:03 891884 /usr/lib/nss/libnss3.so.12 b6ae9000-b6aeb000 rw-p 0010f000 03:03 891884 /usr/lib/nss/libnss3.so.12 b6aeb000-b6b0e000 r-xp 00000000 03:03 891888 /usr/lib/nss/libsmime3.so.12 b6b0e000-b6b10000 r--p 00022000 03:03 891888 /usr/lib/nss/libsmime3.so.12 b6b10000-b6b11000 rw-p 00024000 03:03 891888 /usr/lib/nss/libsmime3.so.12 b6b11000-b6b3f000 r-xp 00000000 03:03 891887 /usr/lib/nss/libssl3.so.12 b6b3f000-b6b41000 r--p 0002d000 03:03 891887 /usr/lib/nss/libssl3.so.12 b6b41000-b6b42000 rw-p 0002f000 03:03 891887 /usr/lib/nss/libssl3.so.12 b6b42000-b6b61000 r-xp 00000000 03:03 747455 /usr/lib/libjpeg.so.62.0.0 b6b61000-b6b62000 r--p 0001e000 03:03 747455 /usr/lib/libjpeg.so.62.0.0 b6b62000-b6b63000 rw-p 0001f000 03:03 747455 /usr/lib/libjpeg.so.62.0.0 b6b63000-b6bdb000 r-xp 00000000 03:03 760789 /usr/lib/libsqlite3.so.0.8.6 b6bdb000-b6bdc000 r--p 00077000 03:03 760789 /usr/lib/libsqlite3.so.0.8.6 b6bdc000-b6bde000 rw-p 00078000 03:03 760789 /usr/lib/libsqlite3.so.0.8.6 b6bde000-b772a000 r-xp 00000000 03:03 788529 /usr/lib/xulrunner-1.9.1.1/libxul.so b772a000-b77fd000 r--p 00b4c000 03:03 788529 /usr/lib/xulrunner-1.9.1.1/libxul.so b77fd000-b7824000 rw-p 00c1f000 03:03 788529 /usr/lib/xulrunner-1.9.1.1/libxul.so b7824000-b7834000 rw-p 00000000 00:00 0 b7834000-b78f9000 r-xp 00000000 03:03 788536 /usr/lib/xulrunner-1.9.1.1/libmozjs.so b78f9000-b78fb000 r--p 000c5000 03:03 788536 /usr/lib/xulrunner-1.9.1.1/libmozjs.so b78fb000-b78ff000 rw-p 000c7000 03:03 788536 /usr/lib/xulrunner-1.9.1.1/libmozjs.so b78ff000-b7c00000 rw-p 00000000 00:00 0 b7c00000-b7c01000 rwxp 00000000 00:00 0 b7c01000-b7c05000 r-xp 00000000 03:03 862881 /usr/lib/libgthread-2.0.so.0.2000.4 b7c05000-b7c06000 r--p 00003000 03:03 862881 /usr/lib/libgthread-2.0.so.0.2000.4 b7c06000-b7c07000 rw-p 00004000 03:03 862881 /usr/lib/libgthread-2.0.so.0.2000.4 b7c07000-b7c09000 rwxp 00000000 00:00 0 b7c09000-b7c0e000 r-xp 00000000 03:03 802307 /lib/libnss_dns-2.10.1.so b7c0e000-b7c0f000 r--p 00004000 03:03 802307 /lib/libnss_dns-2.10.1.so b7c0f000-b7c10000 rw-p 00005000 03:03 802307 /lib/libnss_dns-2.10.1.so b7c10000-b7c12000 r-xp 00000000 03:03 989159 /usr/lib/gconv/UTF-16.so b7c12000-b7c13000 r--p 00001000 03:03 989159 /usr/lib/gconv/UTF-16.so b7c13000-b7c14000 rw-p 00002000 03:03 989159 /usr/lib/gconv/UTF-16.so b7c14000-b7c1b000 r--s 00000000 03:03 65063 /usr/lib/gconv/gconv-modules.cache b7c1b000-b7c1e000 r-xp 00000000 03:03 788533 /usr/lib/xulrunner-1.9.1.1/libxpcom.so b7c1e000-b7c1f000 r--p 00002000 03:03 788533 /usr/lib/xulrunner-1.9.1.1/libxpcom.so b7c1f000-b7c20000 rw-p 00003000 03:03 788533 /usr/lib/xulrunner-1.9.1.1/libxpcom.so b7c20000-b7c53000 r-xp 00000000 03:03 769296 /usr/lib/nspr/libnspr4.so.8 b7c53000-b7c54000 r--p 00032000 03:03 769296 /usr/lib/nspr/libnspr4.so.8 b7c54000-b7c55000 rw-p 00033000 03:03 769296 /usr/lib/nspr/libnspr4.so.8 b7c55000-b7d59000 rw-p 00000000 00:00 0 b7d59000-b7d60000 r-xp 00000000 03:03 802309 /lib/librt-2.10.1.so b7d60000-b7d61000 r--p 00006000 03:03 802309 /lib/librt-2.10.1.so b7d61000-b7d62000 rw-p 00007000 03:03 802309 /lib/librt-2.10.1.so b7d62000-b7ea6000 r-xp 00000000 03:03 802301 /lib/libc-2.10.1.so b7ea6000-b7ea7000 ---p 00144000 03:03 802301 /lib/libc-2.10.1.so b7ea7000-b7ea9000 r--p 00144000 03:03 802301 /lib/libc-2.10.1.so b7ea9000-b7eaa000 rw-p 00146000 03:03 802301 /lib/libc-2.10.1.so b7eaa000-b7ead000 rw-p 00000000 00:00 0 b7ead000-b7eb9000 r-xp 00000000 03:03 819673 /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/libgcc_s.so.1 b7eb9000-b7eba000 r--p 0000b000 03:03 819673 /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/libgcc_s.so.1 b7eba000-b7ebb000 rw-p 0000c000 03:03 819673 /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/libgcc_s.so.1 b7ebb000-b7ebc000 rw-p 00000000 00:00 0 b7ebc000-b7ee0000 r-xp 00000000 03:03 802314 /lib/libm-2.10.1.so b7ee0000-b7ee1000 r--p 00023000 03:03 802314 /lib/libm-2.10.1.so b7ee1000-b7ee2000 rw-p 00024000 03:03 802314 /lib/libm-2.10.1.so b7ee2000-b7fc4000 r-xp 00000000 03:03 819776 /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/libstdc++.so.6.0.10 b7fc4000-b7fc8000 r--p 000e2000 03:03 819776 /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/libstdc++.so.6.0.10 b7fc8000-b7fc9000 rw-p 000e6000 03:03 819776 /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/libstdc++.so.6.0.10 b7fc9000-b7fcf000 rw-p 00000000 00:00 0 b7fcf000-b7fd1000 r-xp 00000000 03:03 802313 /lib/libdl-2.10.1.so b7fd1000-b7fd2000 r--p 00001000 03:03 802313 /lib/libdl-2.10.1.so b7fd2000-b7fd3000 rw-p 00002000 03:03 802313 /lib/libdl-2.10.1.so b7fd3000-b8088000 r-xp 00000000 03:03 732626 /usr/lib/libasound.so.2.0.0 b8088000-b808b000 r--p 000b4000 03:03 732626 /usr/lib/libasound.so.2.0.0 b808b000-b808c000 rw-p 000b7000 03:03 732626 /usr/lib/libasound.so.2.0.0 b808c000-b80a1000 r-xp 00000000 03:03 802292 /lib/libpthread-2.10.1.so b80a1000-b80a2000 r--p 00014000 03:03 802292 /lib/libpthread-2.10.1.so b80a2000-b80a3000 rw-p 00015000 03:03 802292 /lib/libpthread-2.10.1.so b80a3000-b80a5000 rw-p 00000000 00:00 0 b80a5000-b80a8000 r-xp 00000000 03:03 862281 /usr/lib/libgmodule-2.0.so.0.2000.4 b80a8000-b80a9000 r--p 00002000 03:03 862281 /usr/lib/libgmodule-2.0.so.0.2000.4 b80a9000-b80aa000 rw-p 00003000 03:03 862281 /usr/lib/libgmodule-2.0.so.0.2000.4 b80aa000-b80b2000 r-xp 00000000 03:03 737165 /usr/lib/libXrender.so.1.3.0 b80b2000-b80b3000 r--p 00007000 03:03 737165 /usr/lib/libXrender.so.1.3.0 b80b3000-b80b4000 rw-p 00008000 03:03 737165 /usr/lib/libXrender.so.1.3.0 b80b4000-b80b7000 r-xp 00000000 03:03 769277 /usr/lib/nspr/libplc4.so.8 b80b7000-b80b8000 r--p 00002000 03:03 769277 /usr/lib/nspr/libplc4.so.8 b80b8000-b80b9000 rw-p 00003000 03:03 769277 /usr/lib/nspr/libplc4.so.8 b80b9000-b80bb000 r-xp 00000000 03:03 768768 /usr/lib/nspr/libplds4.so.8 b80bb000-b80bc000 r--p 00001000 03:03 768768 /usr/lib/nspr/libplds4.so.8 b80bc000-b80bd000 rw-p 00002000 03:03 768768 /usr/lib/nspr/libplds4.so.8 b80bd000-b80be000 rwxp 00000000 00:00 0 b80be000-b80bf000 rw-p 00000000 00:00 0 b80bf000-b80db000 r-xp 00000000 03:03 802302 /lib/ld-2.10.1.so b80db000-b80dc000 r-xp 00000000 00:00 0 [vdso] b80dc000-b80dd000 r--p 0001c000 03:03 802302 /lib/ld-2.10.1.so b80dd000-b80de000 rw-p 0001d000 03:03 802302 /lib/ld-2.10.1.so bff39000-bff51000 rwxp 00000000 00:00 0 [stack] bff51000-bff52000 rw-p 00000000 00:00 0 Aborted Is it a bug? | Works on mine with glibc-2.9_p20081201-r2 Can you post your emerge --info please. |
How do I lock the window in place or/and prevent it from resizing? Sometimes I meant to move the scrollbar, but end up grabbing the border. Thus it would move the window or size it. | It's been a while... but IIRC I think you need to look at ~/.config/openbox/rc.xml (or run locate rc.xml) If you set the titlebar to no then you won't be able to move the window and if you set borders to no you won't be able to resize it. Code: <application class="kvirc"> <position> <x>-10</x> <y>-40</y> </position> <decor> <titlebar>no</titlebar> <borders>no</borders> </decor> </application> |
After doing a world emerge a couple weeks back, I noticed that some of my icons were missing in evolution and rhythmbox. (Unfortunately I can't remember exactly what was upgraded during the emerge) re-emerging the two packages didn't fix it. I went into /use/share/rhythmbox/icons and noticed that there wasn't a "gnome" folder in there, just "hicolor." So I created a symlink to hicolor called "gnome," and that has fixed the problem. Did the same thing for evolution, and that worked as well. So now I'm just wondering what caused that to happen, and if there is a better (more correct) way to fix this problem... thanks | For me this is not work |
Hi everybody, Since a few months ago I've been experiencing a somewhat annoying problem regarding nvidia, compiz and the text cursor in some apps (so far Evolution and OpenOffice seem to be the ones most affected by it, though renaming a file in Krusader for example yields the same results). The best way to describe it is: http://i38.tinypic.com/2hehkeq.jpg This happens whenever I move the text with the keyboard, and goes away completely if I move/resize the window, or click on any part of the text field (in the case of Krusader it goes away when I rename the file). I'm experiencing this with the 177.80 nvidia-drivers (though it has been happening for some time now). With the 180.06/8 drivers the problem got worse, and things like gnome-terminal were also affected. If I disable compiz the problem goes away. I believe it is nvidia related, since I have a notebook with an intel video card and the same compiz/gnome versions, and I don't have this kind of problems. I'm using compiz-0.7.7 along with gnome-2.22 Anyone got any idea about this? Any suggestions? Thanks in advance. | I've been doing some reading, and found a workaround: activating indirect rendering AND loose binding makes this problem go away. Another solution would be to deactivate loose binding, though for nvidia users the performance loss is huge. However, this is a workaround and not an actual fix. So let's hope that work is done soon on all the areas where it needs to be done (not only the Nvidia driver but also Compiz and X, as I read). |
Hi, i had problems with this nvidia driver. X started well (probably, in X log there were no errors) but screen was off. Now i upgraded nvidia driver to beta nvidia-drivers-190.18 (and even it looks to me that it is much more faster now...) Maybe this could help to anybody. | When i have a couple of minutes, i emerge these "bad" drivers and send bugreport to nvidia... |
kde-4.2.4 blocks kde-4.3.0 so is there a bulk way to uninstall kde-4.2.4 stuff? | This should be sufficient Code: # emerge -Cav $(qlist -IC kde) |
This applet (on my machine) reports The place 'Ottawa' is not valid. The data source is not able to find this place When I search for Ottawa using Environment Canada as the data source. (In fact Env Canada fails as a data source for ALL locations.) However BBC weather and NOAA;s national weather service do still work as data sources. Env Canada USED to work with this applet until a few weeks ago AND still does with the different weather applet used on my wife's kde-3.5.10 debian. Any suggeestions. | Same here. The Environment Canada data source used to work for Mont Saint-Hilaire then abruptly stopped working a few weeks ago. I googled around some but haven't found any solutions yet. |
I'd not done it for about 9 months, and there was a new version of the graphics driver out, so I decided to do a fresh install of Gentoo on the PC board in the custom arcade cabinet in my front room. It's powered by an Intel 915GM, so I wanted to take advantage of the upgrades to the drivers recently added to Gentoo (the previous drivers were from 2006). I followed exactly the same install procedure (I do this a lot, so I've got it written down ) as before, but although glxgears runs a good deal faster, the actuall app I run on the board can no longer get any vidmodes above 640x480. Even - and this is the weird bit - when it's already in a mode higher than 640x480. (1024x768 in this case). And when I try and use XF86ModeSwitchToMode to change to 640x480, it doesn't actually change the res, just limits the mouse and rendering to the top left 640x480 pixels (although that's probably down to the viewport call immediately after). If I call XF86VidModeGetAllModeLines, then the first entry should be the current mode. But it plainly isn't, it's always a flavour of 640x480. In fact, none of the XG86VidMode functions return anything that makes any sense anymore. GL still works - I can run the app in a window when I've got X set to a high enough resolution, and it is significantly faster than before (and seems to be able to use all the VRAM, rather than just the first 32M ). But I can't use XF86VidMode to change the res anymore. The visual chosen by glXChooseVisual is still the same (apart from the different ordinal). Here's a few details: Old: X: 1.3.0, XF86VidMode 2.2 OpenGL renderer string: Mesa DRI Intel(R) 915GM 20061017 x86/MMX/SSE2 OpenGL version string: 1.3 Mesa 6.5.2 New: X: 1.5.3, XF86VidMode 2.2 OpenGL renderer string: Mesa DRI Intel(R) 915GM GEM 20090114 OpenGL version string: 1.4 Mesa 7.4 Can anyone help me out? | Subi, please post your kernel .config as well as the results of lspci -n and cat /proc/cpuinfo as well as your /etc/fstab file. I bet you have kernel issues. Also please post /var/log/dmesg and /var/log/Xorg.0.log. Blessed be! Pappy |
Recently, firefox has started behaving strangely. My bookmarks are gone. I can't use any forms on webpages. And there is no history. In the error console I see: Quote: Error: uncaught exception: [Exception... "Component returned failure code: 0x8007000e (NS_ERROR_OUT_OF_MEMORY) [nsIDocShellHistory.useGlobalHistory]" nsresult: "0x8007000e (NS_ERROR_OUT_OF_MEMORY)" location: "JS frame :: chrome://browser/content/browser.js :: prepareForStartup :: line 764" data: no] Error: [Exception... "Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]" nsresult: "0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)" location: "JS frame :: file:///usr/lib/mozilla-firefox/components/nsBrowserGlue.js :: bg__initPlaces :: line 446" data: no] Source File: file:///usr/lib/mozilla-firefox/components/nsBrowserGlue.js Line: 446 Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIObserverService.removeObserver]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://browser/content/browser.js :: BrowserShutdown :: line 960" data: no] The packages are Quote: [ebuild R ] net-libs/xulrunner-1.9.0.11-r1 USE="dbus java startup-notification -custom-optimization -gnome" 0 kB [ebuild R ] www-client/mozilla-firefox-3.0.11 USE="dbus java startup-notification xulrunner -bindist -custom-optimization -gnome -iceweasel -mozdevelop -restrict-javascript" LINGUAS="en ja -af -ar -be -bg -bn -bn_IN -ca -cs -cy -da -de -el -en_GB -en_US -eo -es -es_AR -es_ES -et -eu -fi -fr -fy -fy_NL -ga -ga_IE -gl -gu -gu_IN -he -hi -hi_IN -hu -id -is -it -ka -kn -ko -ku -lt -lv -mk -mn -mr -nb -nb_NO -nl -nn -nn_NO -oc -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -si -sk -sl -sq -sr -sv -sv_SE -te -th -tr -uk -zh -zh_CN -zh_TW" 0 kB | Well, since your bookmarks and history are already gone, why not nuke your $HOME/.mozilla and $HOME/.macromedia directories. Maybe that could help - not sure. Is that behavior occurring in a specific Desktop Environment or always? |
I recently updated to xorg-server-1.5.3-r6 from 1.3.something. I've set up hal and evdev without problem, but I'm having trouble getting nvidia-drivers-71.86.09 (using an old TNT2) to load. The nv driver (which I'm using at present) will load fine. I saw somewhere that I should Code: #emerge -e world so I did that, but still no go with nvidia-drivers. I have noticed that I can't open zsnes with any window mode with an O (which is opengl, I believe), which seems to fall in line with the error I'm getting from wine: Code: Xlib: extension "GLX" missing on display ":0.0". err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems My xorg.conf: http://pastebin.com/m28627099 Code: eselect opengl list Available OpenGL implementations: [1] nvidia * [2] xorg-x11 My Xorg.0.log: http://pastebin.com/m41f01f97 (using the nv driver, obviously) I haven't been able to get acpi configured in the kernel. Kind of scratching my head over that problem, but unless it's within the scope of this issue, I'll keep it out of this thread. I'm having trouble locating an instance of the nvidia driver error on the forum, though I know I've seen the exact error on here somewhere, albeit for the newer drivers (error was something about failing to load, if I recall correctly. I'll post it when I get a chance to switch to nvidia in xorg.conf and reboot again). I don't really care which driver I'm using, though I'd like to know why .09 isn't cooperating. Before I updated to xorg-server 1.5 I was using the .07 version of nvidia-drivers. I recall reading somewhere that .07 doesn't support the new xorg server, which is why I held off with updating until .09 was available. I've since tried .11 from nvidia's website, but still no luck, though it's in testing phase so whether it's my issue or theirs I'm unsure. Code: 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 CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j2" USE="3dnow aac aalib acl acpi aim alsa ao avi bash-completion bzip2 caps cddb cdparanoia cdr cjk clamav cracklib crypt cscope ctype cups dbus dga dvd dvdread encode esd exif expat extensions fam fbcon ffmpeg firefox flac foomaticdb gcj gd gdbm gif gmp gnutls gphoto2 gpm gstreamer gtk hal imagemagick imlib jabber java jbig joystick jpeg jpeg2k kerberos lcms ldap libg++ libwww mad mhash mmx mng mp3 mpeg msn ncurses neXt nls nptlonly nsplugin nvidia offensive ogg opengl oscar oss pdf perl php png postgres python qt4 quicktime readline recode samba sasl sdl silc socks5 spell spl sse sse2 ssh ssl svg szip theora tiff tcl tk truetype unicode usb vorbis win32codecs wmf X xcomposite xml xpm xvid xvmc zlib -gnome -kde" INPUT_DEVICES="evdev" VIDEO_CARDS="nvidia" ALSA_CARDS="emu10k1" FEATURES="parallel-fetch user-fetch ccache" CCACHE_DIR="/var/tmp/ccache/" CCACHE_SIZE="2G" source /usr/portage/local/layman/make.conf Code: emerge --info Portage 2.1.6.13 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.9_p20081201-r2, 2.6.29-gentoo-r5 i686) ================================================================= System uname: Linux-2.6.29-gentoo-r5-i686-Intel-R-_Pentium-R-_4_CPU_1.60GHz-with-glibc2.0 Timestamp of tree: Wed, 05 Aug 2009 17:30:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p39 dev-java/java-config: 1.3.7-r1, 2.1.8-r1 dev-lang/python: 2.4.4-r5, 2.5.4-r3 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.6.4 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63-r1 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.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans user-fetch userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LANG="en_US.UTF-8" LC_ALL="en_US.UTF-8" LDFLAGS="-Wl,-O1" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/portage/local/layman/enlightenment" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dnow X aac aalib acl acpi aim alsa ao avi bash-completion berkdb bzip2 caps cddb cdparanoia cdr cjk clamav cli cracklib crypt cscope ctype cups dbus dga dri dvd dvdread encode esd exif expat extensions fam fbcon ffmpeg firefox flac foomaticdb fortran gcj gd gdbm gif gmp gnutls gphoto2 gpm gstreamer gtk hal iconv imagemagick imlib ipv6 isdnlog jabber java jbig joystick jpeg jpeg2k kerberos lcms ldap libg++ libwww mad mhash mmx mng mp3 mpeg msn mudflap ncurses neXt nls nptl nptlonly nsplugin nvidia offensive ogg opengl openmp oscar oss pam pcre pdf perl php png postgres pppd python qt4 quicktime readline recode reflection samba sasl sdl session silc socks5 spell spl sse sse2 ssh ssl svg sysfs szip tcl tcpd theora tiff tk truetype unicode usb vorbis win32codecs wmf x86 xcomposite xml xorg xpm xvid xvmc zlib" ALSA_CARDS="emu10k1" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS If I forgot to include anything, let me know. So, what'd I break and how do I fix it? EDIT: Xorg.0.log with nvidia set in xorg.conf: http://pastebin.com/m2c4e4351 | In your /etc/X11/xorg.conf switch from Driver "nv" to Driver "nvidia" in the Section "Device" Then restart X. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.