prompt stringlengths 1 63.6k | completion stringlengths 1 53.1k |
|---|---|
After the upgrade to KDE 4.7, shadows of menu and tooltip not longer working. This is a screenshot: http://imageshack.us/photo/my-images/109/shadow1i.png/ I have another system with gentoo/kde but that work correctly. The only difference is the graphic card: nvidia's system is working (binary driver), ati not (open driver). Any suggestion? Thanks | I also began having issues when I upgraded from KDE 4.6.x to 4.7.x. Unfortunately the most annoying issue is still present in 4.8.x. However, I was able to fix at least one of the issues, and you may try what I did. Open a terminal and make sure you are in your home directory. cd ~/ Then copy move your ~/.kde4 profile directory to another place. Don't delete it. You want to have a backup of your data/settings. mv .kde4/ .kde4.backup/ Then reboot or at least restart KDE. Your .kde4/ profile directory should automatically be regenerated when KDE restarts. This can sometimes fix issues that are caused by incorrect settings. And judging by the frequency of issues people had when upgrading from KDE 4.6.x to 4.7.x, it seems that there may have been some changes in the settings files between releases. If your problem has been fixed, then if you had any settings or data you want to keep from your old .kde4.backup/ directory, then copy that information into its appropriate place in the new .kde4/ directory. If your problem has not been fixed, then 'rm -r .kde4/' and then move your backup to it's original location 'mv .kde4.backup/ .kde4/' Of course you can use the GUI to make/restore backups if you prefer. I hope this helps! |
Hello there I've been happily using an aluminium Apple keyboard for the last years with Gentoo, but I just updated the whole system and now my fn keys are configured as volume and brightness controls etc. I'd like to get back to their default behaviour. I know I could just xmodmad the whole keys array, but I'm sure there's a more elegant solution. I have read there's an /etc/conf.d/ file for the APPLE HID module, butI have all USB HID stuff compiled in-kernel. No modules. Thanks! | Don't know if that is generic for Apple, but this works on my MBP Code: echo X > /sys/module/hid_apple/parameters/fnmode for X in: 0=completly disabled, 1=normal FX-keys, 2=Function-Keys |
Dear all, After a reboot on my laptop, I cannot anymore suspend or hibernate, which were working fine before. I use xfce4 and xfce4-power-manager. I hope you can give me some useful hint. This is the output of ck-list-sessions (which I think should be ok) Quote: Session3: unix-user = '1000' realname = '(null)' seat = 'Seat1' session-type = '' active = FALSE x11-display = ':0' x11-display-device = '/dev/tty7' display-device = '' remote-host-name = '' is-local = TRUE on-since = '2012-03-04T22:38:42.823029Z' login-session-id = '13' Session2: unix-user = '1000' realname = '(null)' seat = 'Seat1' session-type = '' active = TRUE x11-display = ':0' x11-display-device = '/dev/tty7' display-device = '' remote-host-name = '' is-local = TRUE on-since = '2012-03-04T22:38:42.536059Z' login-session-id = '13' Session1: unix-user = '1000' realname = '(null)' seat = 'Seat2' session-type = '' active = FALSE x11-display = ':0' x11-display-device = '' display-device = '' remote-host-name = '' is-local = TRUE on-since = '2012-03-04T22:38:42.463006Z' login-session-id = '13' This is my /etc/make.conf/ Quote: # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. CFLAGS="-O2 -pipe" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j2" # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. CHOST="x86_64-pc-linux-gnu" # These are the USE flags that were used in addition to what is provided by the # profile used for building. GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://mirror.datapipe.net/gentoo http://gentoo.inode.at/ http://gd.tuwien.ac.at/opsys/linux/gentoo/ http://gentoo.modulix.net/gentoo/ http://mirrors.linuxant.fr/distfiles.gentoo.org/ http://gd.tuwien.ac.at/opsys/linux/gentoo/ http://mirror.netcologne.de/gentoo/ " SYNC="rsync://rsync.de.gentoo.org/gentoo-portage" USE="-hal -kde -minimal -gnome -esd -qt4 -arts -apm \ alsa dvd cups foomaticdb mmx sse sse2 lock session thunar \ consolekit device-mapper pam policykit udev gdbm gif gtk ntp ntponly gtk2 jpeg \ mpeg mjpeg pdflib png python X readline multilib slang truetype xface \ f77 dvdr cdr cdda cddb ogg doc oggvorbis vorbis avi dv real live java a52 xvid \ xemacs emacs win32codecs acpi bitmap-fonts truetype-fonts type1-fonts \ atlas blas lapack tiff imagemagick ffmpeg wmf bzip2 tcltk flac theora pcre \ audiofile curl glut lcms usb gd gdu dbus startup-notification xscreensaver \ symlink laptop" INPUT_DEVICES="evdev synaptics" VIDEO_CARDS="intel" | Looking at first post of this thread. You have 2 open ConsoleKit sessions for /dev/tty7. This is not right. There should only be one visible. Forgot to restore the 'nox11' param to /etc/pam.d/system-login after updating whatever Display Manager you are using to a new version with internal ConsoleKit support? This is covered by the updated first post of this thread: https://forums.gentoo.org/viewtopic-t-858965-start-0.html And this kernel option everyone keeps talking about, is not related to suspending at all, it's more about getting wakeup timing information from CPUs. Sure, you should fix it regardless, but it's unrelated to the topic of this thread. |
hey all, trying to get nvidia drivers to work and I having trouble, module loads but goes to blank screen and sits there then monitor turns off. followed all gentoo docs. Have gone over all logs. This new box with a gigabyte 990fxa-ud3 board, amd fx4100, 16gigs of ram, nvidia geforce gt430. It seems only error I get is acpi failed to connect to the acpi daemon. (really warning) I would really appreciate any help that I can get. Have searched and searched to find some kind answer but no luck. here are links to my various logs. Thanks in advance...... Don't beat me up to bad, probably something I over looked........ http://paste.pocoo.org/show/566041/ http://paste.pocoo.org/show/566042/ http://paste.pocoo.org/show/566043/ http://paste.pocoo.org/show/566045/ http://paste.pocoo.org/show/566049/ Just to let you all know. I went back and unmerged all drivers and mods. then recreated all parts to getting nvidia to work. ( xorg.conf cleaned up kernel and so on) After redoing all parts of setup card is working. thanks for the help......................... | That can't be the entire Xorg.0.log, there's for sure more. Up to that point it looks fine. While I don't think it hurts in this case, remove everything but the Device section from xorg.conf and try again. If the log again stops at the same place, we're looking at a hard freeze here. Hmm, another idea - remove all IOMMU support from the kernel. |
Is there a way to remove the hibernate and suspend from the K Menu's Leave area? I don't see anything in system settings, and the menu editor is apps only. | How about package.use entry of: kde-base/kdelibs -upower And: emerge -C upower And package.mask entry of: sys-power/upower And checking if anything else in world is pulling it in: emerge -avDNut world And dealing with them? As I would assume KDE to automatically hide these menu entries when upower is not available. At your own risk as I don't even use KDE. |
I added the following to : /etc/X11/xinit/xinitrc.d/95-xrandr Code: #!/bin/bash /usr/bin/xrandr --output DFP10 --brightness 0.6 in the hope this would adjust the brightness of the display on startup, so I would not have to set it manually. However this does not seem to work. I suspect that this script is called before X is actually running and that is the reason it is not taking effect. How can I get xrandr to run on startup, or save its configuration values. | lostinspace2011 How do you start X ?.if you are starting x via xinitrc,just put : exec "your DE/WM " && "your xrandr line" there. regards hedmo |
Hi, I updated my laptop yesterday, and now X won't start. It is a amd dual core 2.4ghz with an Nvidia GO 7600 GPU. I have tried nvidia-drivers-295.20-r1, nvidia-drivers-290.10 and nvidia-drivers-290.10-r2. None work. I'm getting this error in my /var/log/Xorg.0.log: Code: X.Org X Server 1.11.2 Release Date: 2011-11-04 [ 6816.038] X Protocol Version 11, Revision 0 [ 6816.038] Build Operating System: Linux 3.0.6-gentoo x86_64 Gentoo [ 6816.038] Current Operating System: Linux cdmobile 3.2.1-gentoo-r2 #1 SMP PREEMPT Mon Feb 13 06:40:36 EST 2012 x86_64 [ 6816.038] Kernel command line: root=/dev/sda7 vga=791 hpet=disable [ 6816.038] Build Date: 22 December 2011 06:54:56AM [ 6816.038] [ 6816.038] Current version of pixman: 0.24.0 [ 6816.038] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 6816.038] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 6816.038] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 5 20:10:06 2012 [ 6816.038] (==) Using config file: "/etc/X11/xorg.conf" [ 6816.038] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 6816.039] (==) ServerLayout "X.org Configured" [ 6816.039] (**) |-->Screen "Screen0" (0) [ 6816.039] (**) | |-->Monitor "Monitor0" [ 6816.039] (**) | |-->Device "Card0" [ 6816.039] (**) |-->Input Device "Mouse0" [ 6816.039] (**) |-->Input Device "Keyboard0" [ 6816.039] (==) Automatically adding devices [ 6816.039] (==) Automatically enabling devices [ 6816.039] (**) 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/, /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ [ 6816.039] (**) ModulePath set to "/usr/lib64/xorg/modules" [ 6816.039] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. [ 6816.039] (WW) Disabling Mouse0 [ 6816.039] (WW) Disabling Keyboard0 [ 6816.039] (II) Loader magic: 0x7c8ac0 [ 6816.039] (II) Module ABI versions: [ 6816.039] X.Org ANSI C Emulation: 0.4 [ 6816.039] X.Org Video Driver: 11.0 [ 6816.039] X.Org XInput driver : 13.0 [ 6816.039] X.Org Server Extension : 6.0 [ 6816.040] (--) PCI:*(0:4:0:0) 10de:0398:1043:1322 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xdd000000/16777216, I/O @ 0x00001000/128, BIOS @ 0x????????/131072 [ 6816.041] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) [ 6816.041] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. [ 6816.041] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. [ 6816.041] (II) "glx" will be loaded. This was enabled by default and also specified in the config file. [ 6816.041] (II) "record" will be loaded. This was enabled by default and also specified in the config file. [ 6816.041] (II) "dri" will be loaded by default. [ 6816.041] (II) "dri2" will be loaded by default. [ 6816.041] (II) LoadModule: "dbe" [ 6816.041] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so [ 6816.041] (II) Module dbe: vendor="X.Org Foundation" [ 6816.041] compiled for 1.11.2, module version = 1.0.0 [ 6816.041] Module class: X.Org Server Extension [ 6816.041] ABI class: X.Org Server Extension, version 6.0 [ 6816.041] (II) Loading extension DOUBLE-BUFFER [ 6816.041] (II) LoadModule: "record" [ 6816.041] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so [ 6816.042] (II) Module record: vendor="X.Org Foundation" [ 6816.042] compiled for 1.11.2, module version = 1.13.0 [ 6816.042] Module class: X.Org Server Extension [ 6816.042] ABI class: X.Org Server Extension, version 6.0 [ 6816.042] (II) Loading extension RECORD [ 6816.042] (II) LoadModule: "glx" [ 6816.042] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 6816.066] (II) Module glx: vendor="NVIDIA Corporation" [ 6816.066] compiled for 4.0.2, module version = 1.0.0 [ 6816.066] Module class: X.Org Server Extension [ 6816.066] (II) NVIDIA GLX Module 290.10 Wed Nov 16 18:01:24 PST 2011 [ 6816.066] (II) Loading extension GLX [ 6816.066] (II) LoadModule: "extmod" [ 6816.066] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so [ 6816.067] (II) Module extmod: vendor="X.Org Foundation" [ 6816.067] compiled for 1.11.2, module version = 1.0.0 [ 6816.067] Module class: X.Org Server Extension [ 6816.067] ABI class: X.Org Server Extension, version 6.0 [ 6816.067] (II) Loading extension MIT-SCREEN-SAVER [ 6816.067] (II) Loading extension XFree86-VidModeExtension [ 6816.067] (II) Loading extension XFree86-DGA [ 6816.067] (II) Loading extension DPMS [ 6816.067] (II) Loading extension XVideo [ 6816.067] (II) Loading extension XVideo-MotionCompensation [ 6816.067] (II) Loading extension X-Resource [ 6816.067] (II) LoadModule: "dri" [ 6816.067] (WW) Warning, couldn't open module dri [ 6816.067] (II) UnloadModule: "dri" [ 6816.067] (II) Unloading dri [ 6816.067] (EE) Failed to load module "dri" (module does not exist, 0) [ 6816.067] (II) LoadModule: "dri2" [ 6816.067] (WW) Warning, couldn't open module dri2 [ 6816.067] (II) UnloadModule: "dri2" [ 6816.067] (II) Unloading dri2 [ 6816.067] (EE) Failed to load module "dri2" (module does not exist, 0) [ 6816.068] (II) LoadModule: "nvidia" [ 6816.068] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so [ 6816.069] (II) Module nvidia: vendor="NVIDIA Corporation" [ 6816.069] compiled for 4.0.2, module version = 1.0.0 [ 6816.069] Module class: X.Org Video Driver [ 6816.069] (II) NVIDIA dlloader X Driver 290.10 Wed Nov 16 17:41:10 PST 2011 [ 6816.069] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 6816.069] (++) using VT number 7 [ 6816.069] (WW) xf86OpenConsole: setpgid failed: Operation not permitted [ 6816.069] (WW) xf86OpenConsole: setsid failed: Operation not permitted [ 6816.083] (II) Loading sub module "fb" [ 6816.083] (II) LoadModule: "fb" [ 6816.084] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 6816.084] (II) Module fb: vendor="X.Org Foundation" [ 6816.084] compiled for 1.11.2, module version = 1.0.0 [ 6816.084] ABI class: X.Org ANSI C Emulation, version 0.4 [ 6816.084] (II) Loading sub module "wfb" [ 6816.084] (II) LoadModule: "wfb" [ 6816.084] (II) Loading /usr/lib64/xorg/modules/libwfb.so [ 6816.084] (II) Module wfb: vendor="X.Org Foundation" [ 6816.084] compiled for 1.11.2, module version = 1.0.0 [ 6816.085] ABI class: X.Org ANSI C Emulation, version 0.4 [ 6816.085] (II) Loading sub module "ramdac" [ 6816.085] (II) LoadModule: "ramdac" [ 6816.085] (II) Module "ramdac" already built-in [ 6816.085] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so [ 6816.085] (II) Loading /usr/lib64/xorg/modules/libwfb.so [ 6816.085] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 6816.085] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32 [ 6816.085] (==) NVIDIA(0): RGB weight 888 [ 6816.085] (==) NVIDIA(0): Default visual is TrueColor [ 6816.085] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) [ 6816.085] (**) NVIDIA(0): Enabling 2D acceleration [ 6817.703] (EE) NVIDIA(0): Failed to get supported display device(s) [ 6817.724] (WW) NVIDIA(GPU-0): Failed to query OR info 0x24 [ 6817.727] (II) NVIDIA(0): NVIDIA GPU GeForce Go 7600 (G73) at PCI:4:0:0 (GPU-0) [ 6817.727] (--) NVIDIA(0): Memory: 262144 kBytes [ 6817.727] (--) NVIDIA(0): VideoBIOS: 05.73.22.47.18 [ 6817.727] (II) NVIDIA(0): Detected PCI Express Link width: 16X [ 6817.727] (--) NVIDIA(0): Interlaced video modes are supported on this GPU [ 6817.727] (--) NVIDIA(0): Connected display device(s) on GeForce Go 7600 at PCI:4:0:0 [ 6817.727] (--) NVIDIA(0): none [ 6817.727] (EE) NVIDIA(0): No display devices found for this X screen. [ 6817.752] (II) UnloadModule: "nvidia" [ 6817.752] (II) Unloading nvidia [ 6817.752] (II) UnloadModule: "wfb" [ 6817.752] (II) Unloading wfb [ 6817.752] (II) UnloadModule: "fb" [ 6817.752] (II) Unloading fb [ 6817.752] (EE) Screen(s) found, but none have a usable configuration. [ 6817.752] Fatal server error: [ 6817.752] no screens found [ 6817.752] Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 6817.752] Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 6817.752] [ 6817.781] Server terminated with error (1). Closing log file. I went back to the docs, and followed them step-by-step, and it still won't work. Did I miss out on some major change here? Or is there a bug? I appreciate any help. Thanks. G | Thanks gus, When I installed x11-drivers/nvidia-drivers-295.20-r1 I had forgotten to unload the old module so it wouldn't load the newly compiled nvidia module. Stupid mistake. You are correct, the 295.20 driver does work. Thanks again. -G |
Problem is solved now. Solution is described in this reply. Hi guys. Month ago I updated my system and it broke automounting in nautilus. I spent tens of hours when i tried to fix it. I tried everything I found on forums and how-tos, but nothing helped. Also I emerged udisks, udisks-glue and polkit with --noconfmem. Yesterday I updated system again and didn't help too, so probably it should not be some broken package. There is warning what I got after plugin flash disk Code: Not Authorized: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.udisks.filesystem-mount is not registered My kernel Code: $[FrostyX ~]-> uname -a Linux thinkpad 3.2.1-gentoo-r2 #7 SMP Tue Mar 13 02:19:47 CET 2012 i686 Intel(R) Core(TM)2 Duo CPU T6570 @ 2.10GHz GenuineIntel GNU/Linux I think it is something weird there, cause I can't see some mount action Code: $[FrostyX ~]-> pkaction org.freedesktop.NetworkManager.enable-disable-network org.freedesktop.NetworkManager.enable-disable-wifi org.freedesktop.NetworkManager.enable-disable-wwan org.freedesktop.NetworkManager.network-control org.freedesktop.NetworkManager.sleep-wake org.freedesktop.NetworkManager.use-user-connections org.freedesktop.consolekit.system.restart org.freedesktop.consolekit.system.restart-multiple-users org.freedesktop.consolekit.system.restart-multiple-users org.freedesktop.consolekit.system.stop org.freedesktop.consolekit.system.stop-multiple-users org.freedesktop.network-manager-settings.system.hostname.modify org.freedesktop.network-manager-settings.system.modify org.freedesktop.network-manager-settings.system.wifi.share.open org.freedesktop.network-manager-settings.system.wifi.share.protected org.freedesktop.policykit.exec org.freedesktop.policykit.lockdown org.gnome.gconf.defaults.set-mandatory org.gnome.gconf.defaults.set-system /usr/share/polkit-1/actions/org.freedesktop.udisks.policy Code: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd"> <policyconfig> <vendor>The udisks Project</vendor> <vendor_url>http://udisks.freedesktop.org/</vendor_url> <icon_name>drive-removable-media</icon_name> <action id="org.freedesktop.udisks.filesystem-mount"> <description>Mount a device</description> <description xml:lang="da">Montér en enhed</description> <message>Authentication is required to mount the device</message> <message xml:lang="da">Autorisering er påkrævet for at montere et fil system</message> <defaults> <allow_any>yes</allow_any> <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> <action id="org.freedesktop.udisks.filesystem-mount-system-internal"> <description>Mount a system-internal device</description> <description xml:lang="da">Montér en intern enhed</description> <message>Authentication is required to mount the device</message> <message xml:lang="da">Autorisering er påkrævet for at montere et fil system</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>auth_admin_keep</allow_active> </defaults> </action> <action id="org.freedesktop.udisks.filesystem-check"> <description>Check file system on a device</description> <description xml:lang="da">Check fil system for en enhed</description> <message>Authentication is required to check the file system on the device</message> <message xml:lang="da">Autorisering er påkrævet for at checke fil systemet på en enhed</message> <defaults> <allow_any>yes</allow_any> <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> <action id="org.freedesktop.udisks.filesystem-check-system-internal"> <description>Check file system of a system-internal device</description> <description xml:lang="da">Check fil system for en intern enhed</description> <message>Authentication is required to check the file system on the device</message> <message xml:lang="da">Autorisering er påkrævet for at checke fil systemet på en enhed</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>auth_admin_keep</allow_active> </defaults> </action> <action id="org.freedesktop.udisks.filesystem-unmount-others"> <description>Unmount a device mounted by another user</description> <description xml:lang="da">Afmontér en enhed monteret af en anden bruger</description> <message>Authentication is required to unmount devices mounted by another user</message> <message xml:lang="da">Autorisering er påkrævet for at afmontere enheder monteret af en anden bruger</message> <defaults> <allow_any>yes</allow_any> <allow_inactive>no</allow_inactive> <allow_active>auth_admin</allow_active> </defaults> </action> <action id="org.freedesktop.udisks.filesystem-lsof"> <description>List open files</description> <description xml:lang="da">Vis åbne filer</description> <message>Authentication is required to list open files on a mounted file system</message> <message xml:lang="da">Autorisering er påkrævet for at liste åbne filer</message> <defaults> <allow_any>yes</allow_any> <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> <action id="org.freedesktop.udisks.filesystem-lsof-system-internal"> <description>List open files on a system-internal device</description> <description xml:lang="da">Vis åbne filer på en intern enhed</description> <message>Authentication is required to list open files on a mounted file system</message> <message xml:lang="da">Autorisering er påkrævet for at liste åbne filer</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>auth_admin_keep</allow_active> </defaults> </action> <action id="org.freedesktop.udisks.drive-eject"> <description>Eject media from a device</description> <message>Authentication is required to eject media from the device</message> <message xml:lang="da">Autorisering er påkrævet for at skubbe medie ud af en enhed</message> <defaults> <allow_any>yes</allow_any> <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> <action id="org.freedesktop.udisks.drive-detach"> <description>Detach a drive</description> <message>Authentication is required to detach the drive</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> <action id="org.freedesktop.udisks.change"> <description>Modify a device</description> <description xml:lang="da">Modificér en enhed</description> <message>Authentication is required to modify the device</message> <message xml:lang="da">Autorisering er påkrævet for at ændre en enhed</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> <action id="org.freedesktop.udisks.change-system-internal"> <description>Modify a system-internal device</description> <description xml:lang="da">Modificér en intern enhed</description> <message>Authentication is required to modify the device</message> <message xml:lang="da">Autorisering er påkrævet for at ændre en enhed</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>auth_admin_keep</allow_active> </defaults> </action> <action id="org.freedesktop.udisks.drive-ata-smart-refresh"> <description>Refresh ATA SMART data</description> <description xml:lang="da">Læs ATA SMART data</description> <message>Authentication is required to refresh ATA SMART data</message> <message xml:lang="da">Autorisering er påkrævet for at læse ATA SMART data</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> <action id="org.freedesktop.udisks.drive-ata-smart-selftest"> <description>Run ATA SMART Self Tests</description> <description xml:lang="da">Kør ATA SMART selv checks</description> <message>Authentication is required to run ATA SMART self tests</message> <message xml:lang="da">Autorisering er påkrævet for at køre ATA SMART selvcheck</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>auth_admin</allow_active> </defaults> </action> <action id="org.freedesktop.udisks.drive-ata-smart-retrieve-historical-data"> <description>Retrieve historical ATA SMART data</description> <description xml:lang="da">Hent historisk ATA SMART data</description> <message>Authentication is required to retrieve historical ATA SMART data</message> <message xml:lang="da">Autorisering er påkrævet for at hente historisk ATA SMART data</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> <action id="org.freedesktop.udisks.luks-unlock"> <description>Unlock an encrypted device</description> <description xml:lang="da">Åbn en krypteret enhed</description> <message>Authentication is required to unlock an encrypted device</message> <message xml:lang="da">Autorisering er påkrævet for at åbne en krypteret enhed</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> <action id="org.freedesktop.udisks.luks-lock-others"> <description>Lock an encrypted device unlocked by another user</description> <description xml:lang="da">Lås en krypteret enhed åbnet af en anden bruger</description> <message>Authentication is required to lock an encrypted device unlocked by another user</message> <message xml:lang="da">Autorisering er påkrævet for at låse en krypteret enhed åbnet af en anden bruger</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>auth_admin</allow_active> </defaults> </action> <action id="org.freedesktop.udisks.linux-md"> <description>Configure Linux Software RAID</description> <description xml:lang="da">Konfigurér Software RAID</description> <message>Authentication is required to configure Linux Software RAID devices</message> <message xml:lang="da">Autorisering er påkrævet for at konfigurere RAID enheder</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>auth_admin_keep</allow_active> </defaults> </action> <action id="org.freedesktop.udisks.linux-lvm2"> <description>Configure Linux LVM2</description> <message>Authentication is required to configure Linux LVM2</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>auth_admin_keep</allow_active> </defaults> </action> <action id="org.freedesktop.udisks.cancel-job-others"> <description>Cancel a job initiated by another user</description> <description xml:lang="da">Afbryd job påbegyndt af en anden bruger</description> <message>Authentication is required to cancel a job initiated by another user</message> <message xml:lang="da">Autorisering er påkrævet for at afbryde et job påbegyndt af en anden bruger</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>auth_admin</allow_active> </defaults> </action> <action id="org.freedesktop.udisks.inhibit-polling"> <description>Inhibit media detection</description> <description xml:lang="da">Undertryk medie detektion</description> <message>Authentication is required to inhibit media detection</message> <message xml:lang="da">Autorisering er påkrævet for at undertrykke medie detektion</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> <action id="org.freedesktop.udisks.drive-set-spindown"> <description>Set drive spindown timeout</description> <message>Authentication is required to configure drive spindown timeout</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> </policyconfig> My user is in this groups: Code: $[FrostyX ~]-> groups disk wheel audio cdrom video usb users vboxusers plugdev frostyx mpd I work on openbox using startx, so there is my .xinitrc Code: #!/bin/bash exec dbus-launch ck-launch-session openbox-session If we need other informations, please tell me which, I'll post them. So please, where can be a problem ? Thanks (sorry for my english. I am not retarded, but it isn't my native language ) | First post of https://forums.gentoo.org/viewtopic-t-858965-start-0.html has lately been updated. If you followed it earlier, you might want to recheck. The output required would be 'ck-list-sessions' as a normal user, from X11 terminal (shell). |
I keep getting errors trying to emerge kde-base/kdepim-runtime-4.8.0 after emerge --update --deep --with-bdeps=y --ask world All other packages installed successfully. I didn't try emerge --depclean or revdep-rebuild yet emerge --info =kde-base/kdepim-runtime-4.8.0 Code: Portage 2.1.10.49 (default/linux/amd64/10.0/desktop/kde, gcc-4.5.3, glibc-2.14.1-r2, 3.2.9-gentoo x86_64) ================================================================= System Settings ================================================================= System uname: Linux-3.2.9-gentoo-x86_64-Intel-R-_Core-TM-2_Duo_CPU_P8600_@_2.40GHz-with-gentoo-2.1 Timestamp of tree: Sun, 04 Mar 2012 11:15:01 +0000 app-shells/bash: 4.2_p20 dev-java/java-config: 2.1.11-r3 dev-lang/python: 2.7.2-r3, 3.1.3-r1, 3.2.2 dev-util/cmake: 2.8.7-r3 dev-util/pkgconfig: 0.26 sys-apps/baselayout: 2.1 sys-apps/openrc: 0.9.9.2 sys-apps/sandbox: 2.5 sys-devel/autoconf: 2.13, 2.68 sys-devel/automake: 1.9.6-r3, 1.11.3 sys-devel/binutils: 2.22-r1 sys-devel/gcc: 4.4.5, 4.5.3-r2 sys-devel/gcc-config: 1.5.1 sys-devel/libtool: 2.4.2 sys-devel/make: 3.82-r3 sys-kernel/linux-headers: 3.2-r1 (virtual/os-headers) sys-libs/glibc: 2.14.1-r2 Repositories: gentoo lcd-filtering arcon atomic_local_overlay ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe -march=core2" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/openvpn/easy-rsa /usr/share/themes/oxygen-gtk/gtk-2.0" 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.3/ext-active/ /etc/php/apache2-php5.4/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/php/cli-php5.4/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" CXXFLAGS="-O2 -pipe -march=core2" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="" GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/ http://de-mirror.org/gentoo/ http://mirror.leaseweb.com/gentoo/" LANG="ru_RU.utf-8" LC_ALL="" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="en ru" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/var/lib/layman/lcd-filtering /var/lib/layman/arcon /usr/local/portage" SYNC="rsync://rsync.fi.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa amd64 apng berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus declarative dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gdu gif git gpm iconv icu ipv6 jpeg kde kipi laptop lcms ldap libnotify lm_sensors mad mercurial mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl nptlonly ogg opengl openmp pam pango pcre pdf phonon plasma png policykit ppds pppd qt3support qt4 readline sdl semantic-desktop session spell sse sse2 sse3 ssl startup-notification subversion svg symlink sysfs tcpd tiff truetype udev unicode usb vorbis wifi x264 xcb xcomposite xinerama xml xorg xscreensaver xulrunner xv 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en ru" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="intel vesa radeon fglrx" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS cat /var/tmp/portage/kde-base/kdepim-runtime-4.8.0/temp/build.log http://pastebin.com/5XagwpcV | It makes no sense to paste the whole build.log here (it is truncated), either find the error or post a link to a pastebin. |
Hello, I got nvidia drivers installed on Gentoo. It's working fine as far as I can tell. But when I boot up my gentoo I can't see the "vesa" support. You know, the high resolution when everything scrolls up. If I install my nouveau driver I do have it but with Nvidia, nada, nothing. So I went in my kernel and enabled Code: Device Drivers ---> Graphics Support ---> <*> Support for frame buffer devices ---> [*] VESA VGA graphics support & Code: Device Drivers ---> Graphics Support ---> <*> Support for frame buffer devices ---> <*> Userspace VESA VGA graphics support I booted the new kernel and still nothing. Is there some configuration that needs to be done after this. I checked the nvidia gentoo guide and read the text in /usr/src/linux/Documentation/fb/vesafb.txt but I'm a bit lost. Thanks for any help | Pass it as a boot parameter in /boot/grub/menu.lst Something like: Code: title Gentoo 3.2.7 root (hd0,1) kernel /boot/vmlinuz-3.2.7 video=uvesafb:mtrr:3,ywrap,1024x768-32@85 savedefault |
Hello, I installed Bluefish. Emerged ok. No errors. But why I do'nt have it in Main Manu->Applications->Programming? System: Code: home # uname -r 3.2.1-gentoo-r2 and latest gnome 2 and compiz. | kieliszek wrote: I installed Bluefish. Emerged ok. No errors. But why I do'nt have it in Main Manu->Applications->Programming? I don't have an "Applications->Programming" menu item either. I also checked the Bluefish installed on my Debian Squeeze box. It doesn't have an "Applications->Programming" menu item either. Maybe the menu has been rearranged. Can you give some more detail on this menu item? |
Hi, Sorry newbie here, So i'm running brand new install with Xfce4 for my DE but I only have 640x480 resolution, My PC is an old dell office computer with intel onboard gfx and a 15" LCD. I've googled and played around with xorg.conf but cannot figure out how to get it to work. Here's my make.conf and xorg.conf: Code: # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. CFLAGS="-O2 -march=i686 -pipe" CXXFLAGS="${CFLAGS}" # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. CHOST="i686-pc-linux-gnu" MAKEOPTS="-j2" INPUT_DEVICES="evdev keyboard mouse" VIDEO_CARDS="vesa intel" USE="32bit 3dfx 64bit X a52 aac acpi alsa apng branding bzip2 cairo cdr consolekit d3d dbus dmx dri dts dvd dvdr emboss encode exif fam firefox flac fontconfig gif gpm gtk hal jpeg kdrive lcms ldap libkms libnotify mad mikmod minimal mng mp3 mp4 mpeg ogg opengl pango pdf png ppds python qt3support qt4 sdl sna spell startup-notification static-libs svg tiff truetype tslib unicode usb vlc vorbis x264 xcb xml xnest xorgmodule xscreensaver xulrunner xv xvid -doc" And xorg.conf Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" 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 "record" Load "dbe" Load "extmod" Load "dri" Load "dri2" 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 "Monitor" Identifier "Monitor1" 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", ### <percent>: "<f>%" ### [arg]: arg optional #Option "LinearFramebuffer" # [<bool>] #Option "Tiling" # [<bool>] #Option "XvPreferOverlay" # [<bool>] #Option "ColorKey" # <i> #Option "VideoKey" # <i> #Option "HotPlug" # [<bool>] #Option "Throttle" # [<bool>] #Option "UseRelaxedFencing" # [<bool>] #Option "UseVmap" # [<bool>] #Option "ZaphodHeads" # <str> #Option "DelayedFlush" # [<bool>] Identifier "Card0" Driver "intel" BusID "PCI:0:2:0" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz", ### <percent>: "<f>%" ### [arg]: arg optional #Option "ShadowFB" # [<bool>] #Option "DefaultRefresh" # [<bool>] #Option "ModeSetClearScreen" # [<bool>] Identifier "Card1" Driver "vesa" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Virtual 1024 768 Depth 24 Modes "800x600@60" "1024x768@60" "800x600@56" "640x480@60" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" 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 Any help is much appreciated, Im lost everything results in blank screen and i gotta hard reset. | I also have an old-ish Dell Optiplex 745 with i915 graphics. At first, I was also stuck with low resolution. My Dell could not probe my monitor's capabilities, and was defaulting to the lowest value. I was told by some that I would not have had my problem if I'd been using an LCD monitor instead of a CRT. I would do as Gusar suggests: move your xorg.conf, and see if X11 starts without any xorg.conf. In my case, I did need an xorg.conf to provide my Monitor's capabilities. I was lucky enough to have other video cards that had used this monitor, and I could cut-n-paste the "Monitor" section of my xorg.conf file from those builds. If you can't get X11 working correctly without an xorg.conf, you should probably rebuild your xorg.conf from scratch using 'X -configure'. You might need to do some Googling to find the proper settings to populate your "Monitor" section in your xorg.conf. |
I've got a rather strange problem with my german keyboard layout in gdm - and no, this is not one of the many where you have to add a Section "InputClass" into your xorg.conf.d, because I've done all this and it was working fine for years. Since I had to replace my old keyboard my gdm layout for the new (german) keyboard is "us". I've not changed anything in my config files and my old keyboard is still "de". The old one was a Cordless Desktop MX attached via PS/2 - the new one is a MX5500 Rev attached via USB. But even when use my old keyboard on the USB port it will work as german keyboard. And now the really strange thing: When I attach both keyboards (via PS/2 or USB doesn't matter) my new one is "us", the old one is "de" until I press a key on the old keyboard. After that, my new keyboard is switched to "de". So the question is: How do I get my keyboard working as german keyboard from the start, without having a second keyboard attached? Any ideas, anyone? | can you paste kernel config, Xorg Log and all xorg.conf keyboard related stuff into pastebin please? i assume you want to keep the new USB keyboard, so the Xorg log should be while only the USB keyboard is connected. in GDM you mean the problem is only while in GDM or also after you login to gnome or what..? |
Hi, anyone recognizing this odd behavior? anyone who know what's causing this (and thereby how to fix it)? The odd thing that happens is that everytime I clear recent history in firefox (10.0.1), and when I do that I usually clear everything (all checkboxes and Everything as timespan), the LibreOffice (3.4.3.2-r1) start-application pops up??? That is, the application window you get when you start LibreOffice and not one of writer, impress, etc. I cannot see why this is happening and I certainly don't think it's desired... Any clues are highly appreciated! /pste | I don't know what is causing the behaviour, but I got it as well - at least a similar one. When starting up FF, LO will appear as well. |
After upgrading to 4.7 KDE needs extremely much memory. To be more specific the memory is cosumed by 1) kdeinit4: plasma-desktop --> 490MB 2) /usr/bin/korgac --icon korgac --> 540 MB 3) /usr/bin/kopete --session xyz123 --> 550 MB 4) kdeinit4: krunner --> 560 MB 5) kontact --> 700 MB The process' names are taken from "htop". This is the real memory usage, the virtually allocated memory is much higher. I have 4GB of main memory and according to htop it is more or lesse completely used by user processes, hence "buffer" and "cache" memory is very low and the computer is extremely slow. I am used to keep kontact and kopete open during my normal work, but at the moment I have to close them in order to be able to start any other application. Or (alternatively) I enable my 12 GB swap space partition. But this makes things even worse. The processes listed above even try to allocate more memory and the swap space is used with approximately 2 GB. Therefore the computer even becomes more slower, because any action like opening an e-mail, changing windows, etc. triggers hard drive disk access. With KDE 4.6 I was used to have at least 1GB of free main memory. The situation does not get better, if I disable nepomuk and stringi. It helps a little bit, but actually it has no great effect. | Much lower figures on my (64 bit) kde-4.8 desktop system: 1) 77364 2) 17096 3) - 4) 25652 5) 95328 Those numbers of yours are way out of bounds. Try starting from a clean user profile. |
Hi guys, My monitor is 1024X1046 resolution, but now the graphic is not complete on the monitor. There are the black space around its. Quote: localhost ~ # cat /etc/X11/xorg.conf Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" 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 "extmod" Load "dri2" Load "dri" Load "glx" Load "dbe" Load "record" 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 "Monitor" Identifier "Monitor1" 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", ### <percent>: "<f>%" ### [arg]: arg optional #Option "AccelMethod" # [<str>] #Option "DRI" # [<bool>] #Option "ColorKey" # <i> #Option "VideoKey" # <i> #Option "FallbackDebug" # [<bool>] #Option "Tiling" # [<bool>] #Option "Shadow" # [<bool>] #Option "SwapbuffersWait" # [<bool>] #Option "XvMC" # [<bool>] #Option "XvPreferOverlay" # [<bool>] #Option "DebugFlushBatches" # [<bool>] #Option "DebugFlushCaches" # [<bool>] #Option "DebugWait" # [<bool>] #Option "HotPlug" # [<bool>] Identifier "Card0" Driver "intel" BusID "PCI:0:2:0" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz", ### <percent>: "<f>%" ### [arg]: arg optional #Option "ShadowFB" # [<bool>] #Option "DefaultRefresh" # [<bool>] #Option "ModeSetClearScreen" # [<bool>] Identifier "Card1" Driver "vesa" 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 Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" 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 I don't know because there are 2 device:card0 and card1! They are the same BusID! Quote: localhost ~ # lspci -nn | grep -i vga 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller [8086:2a02] (rev 0c) and... Quote: localhost ~ # eselect kernel list Available kernel symlink targets: [1] linux-2.6.39-gentoo [2] linux-2.6.39-gentoo-r3 [3] linux-3.0-gentoo [4] linux-3.1.0-gentoo [5] linux-3.1.4-gentoo [6] linux-3.2.0-gentoo-r1 * [7] linux-3.2.1-gentoo-r2 [8] linux-3.2.2-gentoo localhost ~ # eix -cCI x11-drivers [I] x11-drivers/xf86-input-evdev (2.6.0@02/01/12): Generic Linux input driver [I] x11-drivers/xf86-input-keyboard (1.6.0@02/01/12): Keyboard input driver [I] x11-drivers/xf86-input-mouse (1.7.1@02/01/12): X.Org driver for mouse input devices [I] x11-drivers/xf86-input-synaptics (1.4.0@02/01/12): Driver for Synaptics touchpads [I] x11-drivers/xf86-video-intel (2.17.0-r3@02/01/12): X.Org driver for Intel cards [I] x11-drivers/xf86-video-vesa (2.3.0@02/01/12): Generic VESA video driver who help me? do you need others outputs? | What does /var/log/Xorg.0.log tell when you try to startx now without any of the xorg.conf doing their things? |
I have a Gentoo setup as a VirtualBox client, which has been working fine until I did a world update (emerge -vDu world); Firefox crashes immediately when it starts. Here is where (I think) the problem is. Code: [ 3122.912] Backtrace: [ 3122.914] 0: /usr/bin/X (xorg_backtrace+0x28) [0x569418] [ 3122.914] 1: /usr/bin/X (0x400000+0x16cfe9) [0x56cfe9] [ 3122.914] 2: /lib64/libpthread.so.0 (0x7fac7191b000+0x10310) [0x7fac7192b310] [ 3122.914] 3: /usr/lib64/libpixman-1.so.0 (0x7fac71691000+0x71d4a) [0x7fac71702d4a] [ 3122.914] 4: /usr/lib64/libpixman-1.so.0 (pixman_image_composite32+0x4bc) [0x7fac7169b91c] [ 3122.914] 5: /usr/lib64/xorg/modules/libfb.so (fbComposite+0x1d8) [0x7fac6e82c218] [ 3122.914] 6: /usr/lib64/xorg/modules/libshadowfb.so (0x7fac6e60a000+0x5417) [0x7fac6e60f417] [ 3122.914] 7: /usr/bin/X (0x400000+0xf7e23) [0x4f7e23] [ 3122.914] 8: /usr/bin/X (0x400000+0xee9c9) [0x4ee9c9] [ 3122.914] 9: /usr/bin/X (0x400000+0x358a1) [0x4358a1] [ 3122.914] 10: /usr/bin/X (0x400000+0x2494a) [0x42494a] [ 3122.914] 11: /lib64/libc.so.6 (__libc_start_main+0xfd) [0x7fac7085309d] [ 3122.914] 12: /usr/bin/X (0x400000+0x244e9) [0x4244e9] [ 3122.914] Illegal instruction at address 0x7fac71702d4a [ 3122.914] Fatal server error: [ 3122.914] Caught signal 4 (Illegal instruction). Server aborting [ 3122.914] [ 3122.914] Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 3122.914] Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 3122.914] And here is the whole "Xorg.0.log" file. http://pastebin.com/f0E8vyRQ I'd appreciate any help. __ sol | Not sure what addressed the issue, but a complete rebuild ("emerge -ev world") fixed the problem. Or perhaps I should have tried "firefox -safe-mode" before doing a rebuild, but well, too late. I noticed a similar VirtualBox guest (i.e. same Gentoo with pretty much the same installed packages) worked without a problem, so I just went ahead and did a rebuild. While I was at it, I changed "/etc/make.conf" file's CFLAGS from "-march=core2" to "-march=k8", although I guess that wouldn't make much difference anyway. __ sol |
I can't mount any CD's. Nautilus reports: Quote: Error mounting: mount: block device /dev/sr1 is write-protected, mounting read-only mount: wrong fs type, bad option, bad superblock on /dev/sr1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so dmesg|tail only contains Code: [18482.714085] ISO 9660 Extensions: Microsoft Joliet Level 3 and mounting the drive manually works fine. So what's the problem? | There shouldn't be any fstab entry. But lets try something different: see what effect 'udisks --mount' has. |
I've just reinstalled Gentoo after a long absence, and things seem to have changed a bit since I left. I did the install in a hurry with the intention of going back and fixing things later. First I installed X and Fluxbox. After installing mplayer, I noticed that video performance was terrible. I realized it wasn't doing any hardware rendering, so I went back to fix that by recompiling the kernel and including direct rendering (I have an ATI Radeon HD 3870). Once I got that turned on (glxgears running at ~930 fps, which seems low), I noticed that moving a window resulted in the window moving very slowly after my cursor. According to a couple threads I found, this is a telltale sign of misconfigured hardware in X. The problem is, I can't find any solution. When I first installed X, it ran fine without a config file, so I'm not sure how to just add a section for hardware rendering. For that matter, I don't really know what I would need to change, or what information would be most useful. Does anyone know a good place to start troubleshooting so I can find out what exactly needs to be changed? | As always, use pastebin to post /var/log/Xorg.0.log |
Just a simple thing that was bugging me (KDE 4.2 and Firefox 3.0.6): After a download, the (right-click) option to open the destination directory or folder of the download wasn't working on my system. Hopefully this post will make it faster and easier for other newbies searching the forums. First, determine the path to dolphin (varies if you're using kdeprefix USE flags, etc). In a shell type: Code: locate dolphin | grep bin | grep usr I realise this code is inelegant but I'm not familiar with regular expressions. It gets the job done. whereis returns null on my system for dolphin. This assumes you have emerged sys-apps/slocate and run 'sudo slocate -u' since you installed KDE 4.2. My system returns: Code: /usr/kde/4.2/bin/dolphin This result may vary depending on your installation. In Firefox, go to Edit... Preferences... and then to the Applications section. In this list select the configurable option: file (Some Firefox Add-ons, such as FlashGot, change the available options in the Applications section, as well as the behaviour of Firefox.) Choose Use other... for the action (on the right-hand side), then either select or enter the path to dolphin. (To enter a path you may have to click the edit button in the top left of the window.) This fixed it for me. I didn't have to restart Firefox. | Oops. Necroed thread |
Hello, I have the latest stable version of KDE and Firefox 10 installed. Whenever I right-click on a file in Firefox's downloads window and choose Open Containing Folder it insists on opening it in Filelight. I'd like to know how I can tell it to open the folders in Dolphin. There's another thread on the forum about this, but it's about Firefox 3. Dave | In KDE System Settings I went to File Associations and searched for directory. found in inode/directory filelight listed twice. since I rarely use filelight I removed both entries of filelight, applied the changes and now dolphin opens the folder when clicking the folder icon in the downloads list. George |
Hi, I have a problem with Konqueror default view. I can set filemanager profile to set the default view into column view, but when I add a link location on the desktop to a specific folder location, and then open that location, it STILL opens that location in icon mode which is frustrating because, of course, column view is a more efficient way of quickly browsing folders. When I just start konqueror it starts in column view so that is fine, but it's very annoying that this isn't the global way konqueror interprets a profile. How can I fix this? I have tried removing other profiles, like web browsing so that only ONE profile could be activated but this makes konqueror crash and the only way to fix this is to unmerge konquerer AND dolphin, and re-emerge them, before it works again. | Solved setting use seperate settings for each folder to global settings in configure konqueror. |
I have some problems during emerge gnome-light like this : Code: Please submit a full bug report. See <http://bugs.gentoo.org/> for instructions. make[4]: *** [nsHtml5NamedCharacters.o] Error 1 make[4]: *** Deleting file `nsHtml5NamedCharacters.o' make[4]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.2.20/work/mozilla-1.9.2/parser/html' make[3]: *** [libs] Error 2 make[3]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.2.20/work/mozilla-1.9.2/parser' make[2]: *** [libs_tier_gecko] Error 2 make[2]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.2.20/work/mozilla-1.9.2' make[1]: *** [tier_gecko] Error 2 make[1]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.2.20/work/mozilla-1.9.2' make: *** [default] Error 2 emake failed * ERROR: net-libs/xulrunner-1.9.2.20 failed (compile phase): * emake failed * * Call stack: * ebuild.sh, line 85: Called src_compile * environment, line 7651: Called _eapi2_src_compile * phase-helpers.sh, line 577: Called die * The specific snippet of code: * emake || die "emake failed" * * If you need support, post the output of 'emerge --info =net-libs/xulrunner-1.9.2.20', * the complete build log and the output of 'emerge -pqv =net-libs/xulrunner-1.9.2.20'. !!! When you file a bug report, please include the following information: GENTOO_VM= CLASSPATH="" JAVA_HOME="" JAVACFLAGS="" COMPILER="" and of course, the output of emerge --info * The complete build log is located at '/var/tmp/portage/net-libs/xulrunner-1.9.2.20/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-libs/xulrunner-1.9.2.20/temp/environment'. * S: '/var/tmp/portage/net-libs/xulrunner-1.9.2.20/work/mozilla-1.9.2' >>> Failed to emerge net-libs/xulrunner-1.9.2.20, Log file: >>> '/var/tmp/portage/net-libs/xulrunner-1.9.2.20/temp/build.log' * Messages for package net-libs/xulrunner-1.9.2.20: * ERROR: net-libs/xulrunner-1.9.2.20 failed (compile phase): * emake failed * * Call stack: * ebuild.sh, line 85: Called src_compile * environment, line 7651: Called _eapi2_src_compile * phase-helpers.sh, line 577: Called die * The specific snippet of code: * emake || die "emake failed" * * If you need support, post the output of 'emerge --info =net-libs/xulrunner-1.9.2.20', * the complete build log and the output of 'emerge -pqv =net-libs/xulrunner-1.9.2.20'. * The complete build log is located at '/var/tmp/portage/net-libs/xulrunner-1.9.2.20/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-libs/xulrunner-1.9.2.20/temp/environment'. * S: '/var/tmp/portage/net-libs/xulrunner-1.9.2.20/work/mozilla-1.9.2' * IMPORTANT: 3 news items need reading for repository 'gentoo'. * Use eselect news to read news items. emerge --info =net-libs/xulrunner-1.9.2.20: Code: Portage 2.1.10.44 (default/linux/amd64/10.0, gcc-4.5.3, glibc-2.13-r4, 3.2.1-gentoo-r2 x86_64) ================================================================= System Settings ================================================================= System uname: Linux-3.2.1-gentoo-r2-x86_64-Intel-R-_Core-TM-_i5-2410M_CPU_@_2.30GHz-with-gentoo-2.0.3 Timestamp of tree: Sun, 12 Feb 2012 12:30:01 +0000 app-shells/bash: 4.1_p9 dev-lang/python: 2.7.2-r3, 3.1.4-r3 dev-util/cmake: 2.8.6-r4 dev-util/pkgconfig: 0.26 sys-apps/baselayout: 2.0.3 sys-apps/openrc: 0.9.8.4 sys-apps/sandbox: 2.5 sys-devel/autoconf: 2.13, 2.68 sys-devel/automake: 1.11.1 sys-devel/binutils: 2.21.1-r1 sys-devel/gcc: 4.5.3-r1 sys-devel/gcc-config: 1.4.1-r1 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82-r1 sys-kernel/linux-headers: 3.1 (virtual/os-headers) sys-libs/glibc: 2.13-r4 Repositories: gentoo ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -march=core2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -march=core2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs ccache distlocks ebuild-locks fixlafiles news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="" GENTOO_MIRRORS="http://gentoo.aditsu.net/" LDFLAGS="-Wl,-O1 -Wl,--as-needed" 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" PORTDIR_OVERLAY="" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acl amd64 berkdb bzip2 cli consolekit cracklib crypt cups cxx dri firefox fortran gdbm gdu gpm gudev hal iconv ipv6 libkms mmx modules mudflap multilib ncurses nls nptl nptlonly openmp pam pcre policykit pppd python readline session sse sse2 ssl sysfs tcpd unicode xorg 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="intel vmware radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS What do I support to do ? Thanks all in advanced .I go to sleep now,and expect someone help to figure out it tomorrow. | You didn't post the actual error. However, the most probable cause is that you're running out of RAM - add more swap. |
installed KDE4 via the guide. everything was fine. i installed it via kdebase-meta, not the full thing. on top i just emerged konsole and wicd-kde today, i noticed that i couldn't open anything. i'd click menu>konsole... the menu closes, nothing happens. i can click any link on the menu, firefox, settings... anything. menu closes. nothing. tried right click on desktop, run command. any command, xterm, konsole, /usr/bin/xterm... nothing. everything else works. i can change widgets, just not launch applications. it works right when i start KDE. but after some time... this happens, and never goes away. any log i should be looking? UPDATE 1: just noticed that when wicd-kde connects to the wifi, it changes my hostname to the hostname the DHCP server on the router assigns it. maybe it's messing up with X permissions somewhere? ...will try to restart and not log on to wifi | KDE keeps a log in your /home/username/.xsession-errors. But be in for a disappointment: it's full of garbage! And every time you log out and in it's re-written. Two years ago I installed kde-3.5 on my wife's lappy. There .xsession-errors never grows larger than ~500 bytes . In mine it is always more than 50 KB! Good luck. Gerard. |
By default, when gnome is installed, the lock screen has a background with the Gentoo logo. While that's all well and good, I would like to change the background at the lock screen. Everything that I've found online says to overwrite the image at /usr/share/pixmaps/backgrounds/gnome/background-default.jpg This isn't the image on the lockscreen, though. This image looks like Gnome's default desktop background. What I would like to know is how to change that lock screen background. | I'm not on Linux atm, but isn't this as simple as opening gconf-editor, navigating to /schemas/desktop/gnome/background, and changing 'picture_filename' to the path of the image you want? |
Since two days I have this problem with plasma. Basically I am getting tired about not having a task bar so I need to fix it.. I have run revdep-rebuild and python-updater, but there's nothing in particular coming up when doing so. Synced as of today. I am on ~amd64, not sure if this says anything: Code: Application: Plasma Desktop Shell (kdeinit4), signal: Segmentation fault Using host libthread_db library "/lib64/libthread_db.so.1". [KCrash Handler] #6 0x00007fab4c539982 in ?? () from /usr/lib64/python2.7/site-packages/sip.so #7 0x00007fab4c53a040 in ?? () from /usr/lib64/python2.7/site-packages/sip.so #8 0x00007fab4afd487b in initkdecore () from /usr/lib64/python2.7/site-packages/PyKDE4/kdecore.so #9 0x00007fab4ce9f805 in _PyImport_LoadDynamicModule () from /usr/lib64/libpython2.7.so.1.0 #10 0x00007fab4ce9de41 in ?? () from /usr/lib64/libpython2.7.so.1.0 #11 0x00007fab4ce9e086 in ?? () from /usr/lib64/libpython2.7.so.1.0 #12 0x00007fab4ce9e5f9 in ?? () from /usr/lib64/libpython2.7.so.1.0 #13 0x00007fab4ce9eba4 in PyImport_ImportModuleLevel () from /usr/lib64/libpython2.7.so.1.0 #14 0x00007fab4ce84ec9 in ?? () from /usr/lib64/libpython2.7.so.1.0 #15 0x00007fab4ce01f39 in PyObject_Call () from /usr/lib64/libpython2.7.so.1.0 #16 0x00007fab4ce01ffe in ?? () from /usr/lib64/libpython2.7.so.1.0 #17 0x00007fab4ce020d0 in PyObject_CallFunction () from /usr/lib64/libpython2.7.so.1.0 #18 0x00007fab4ce9f07a in PyImport_Import () from /usr/lib64/libpython2.7.so.1.0 #19 0x00007fab4ce9f1a2 in PyImport_ImportModule () from /usr/lib64/libpython2.7.so.1.0 #20 0x00007fab4c5365ef in ?? () from /usr/lib64/python2.7/site-packages/sip.so #21 0x00007fab4b7642c8 in initplasma () from /usr/lib64/python2.7/site-packages/PyKDE4/plasma.so #22 0x00007fab4ce9f805 in _PyImport_LoadDynamicModule () from /usr/lib64/libpython2.7.so.1.0 #23 0x00007fab4ce9de41 in ?? () from /usr/lib64/libpython2.7.so.1.0 #24 0x00007fab4ce9e086 in ?? () from /usr/lib64/libpython2.7.so.1.0 #25 0x00007fab4ce9e5f9 in ?? () from /usr/lib64/libpython2.7.so.1.0 #26 0x00007fab4ce9eba4 in PyImport_ImportModuleLevel () from /usr/lib64/libpython2.7.so.1.0 #27 0x00007fab4ce84ec9 in ?? () from /usr/lib64/libpython2.7.so.1.0 #28 0x00007fab4ce01f39 in PyObject_Call () from /usr/lib64/libpython2.7.so.1.0 #29 0x00007fab4ce865a9 in PyEval_CallObjectWithKeywords () from /usr/lib64/libpython2.7.so.1.0 #30 0x00007fab4ce89b19 in PyEval_EvalFrameEx () from /usr/lib64/libpython2.7.so.1.0 #31 0x00007fab4ce8dc57 in PyEval_EvalCodeEx () from /usr/lib64/libpython2.7.so.1.0 #32 0x00007fab4ce8dcbd in PyEval_EvalCode () from /usr/lib64/libpython2.7.so.1.0 #33 0x00007fab4ce9cdab in PyImport_ExecCodeModuleEx () from /usr/lib64/libpython2.7.so.1.0 #34 0x00007fab4ce9d09b in ?? () from /usr/lib64/libpython2.7.so.1.0 #35 0x00007fab4ce9de41 in ?? () from /usr/lib64/libpython2.7.so.1.0 #36 0x00007fab4ce9e086 in ?? () from /usr/lib64/libpython2.7.so.1.0 #37 0x00007fab4ce9e5b8 in ?? () from /usr/lib64/libpython2.7.so.1.0 #38 0x00007fab4ce9eba4 in PyImport_ImportModuleLevel () from /usr/lib64/libpython2.7.so.1.0 #39 0x00007fab4ce84ec9 in ?? () from /usr/lib64/libpython2.7.so.1.0 #40 0x00007fab4ce01f39 in PyObject_Call () from /usr/lib64/libpython2.7.so.1.0 #41 0x00007fab4ce01ffe in ?? () from /usr/lib64/libpython2.7.so.1.0 #42 0x00007fab4ce020d0 in PyObject_CallFunction () from /usr/lib64/libpython2.7.so.1.0 #43 0x00007fab4ce9f07a in PyImport_Import () from /usr/lib64/libpython2.7.so.1.0 #44 0x00007fab4ce9f1a2 in PyImport_ImportModule () from /usr/lib64/libpython2.7.so.1.0 #45 0x00007fab4d1a543a in ?? () from /usr/lib64/kde4/kpython2.7pluginfactory.so #46 0x00007fab4d1a6314 in ?? () from /usr/lib64/kde4/kpython2.7pluginfactory.so #47 0x00007fab5bb3062d in ?? () from /usr/lib64/libplasma.so.3 #48 0x00007fab5bb3134a in Plasma::loadScriptEngine(QString const&, Plasma::Applet*) () from /usr/lib64/libplasma.so.3 #49 0x00007fab5ba89845 in ?? () from /usr/lib64/libplasma.so.3 #50 0x00007fab5ba8a737 in Plasma::Applet::Applet(QObject*, QList<QVariant> const&) () from /usr/lib64/libplasma.so.3 #51 0x00007fab5bacf5ee in Plasma::PluginLoader::loadApplet(QString const&, unsigned int, QList<QVariant> const&) () from /usr/lib64/libplasma.so.3 #52 0x00007fab5ba9d44d in ?? () from /usr/lib64/libplasma.so.3 #53 0x00007fab5baa8036 in Plasma::Containment::restoreContents(KConfigGroup&) () from /usr/lib64/libplasma.so.3 #54 0x00007fab5baa7040 in Plasma::Containment::restore(KConfigGroup&) () from /usr/lib64/libplasma.so.3 #55 0x00007fab5bab016e in ?? () from /usr/lib64/libplasma.so.3 #56 0x00007fab5bab09a8 in Plasma::Corona::loadLayout(QString const&) () from /usr/lib64/libplasma.so.3 #57 0x00007fab5bab0a5c in Plasma::Corona::initializeLayout(QString const&) () from /usr/lib64/libplasma.so.3 #58 0x00007fab551020ee in ?? () from /usr/lib64/libkdeinit4_plasma-desktop.so #59 0x00007fab551023e6 in ?? () from /usr/lib64/libkdeinit4_plasma-desktop.so #60 0x00007fab5510375a in ?? () from /usr/lib64/libkdeinit4_plasma-desktop.so #61 0x00007fab65d88ebd in QObject::event(QEvent*) () from /usr/lib64/qt4/libQtCore.so.4 #62 0x00007fab64f6378a in QApplication::event(QEvent*) () from /usr/lib64/qt4/libQtGui.so.4 #63 0x00007fab64f61330 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/qt4/libQtGui.so.4 #64 0x00007fab64f65a71 in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/qt4/libQtGui.so.4 #65 0x00007fab66b21020 in KApplication::notify(QObject*, QEvent*) () from /usr/lib64/libkdeui.so.5 #66 0x00007fab65d76322 in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib64/qt4/libQtCore.so.4 #67 0x00007fab65d791cb in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib64/qt4/libQtCore.so.4 #68 0x00007fab65da0ffe in ?? () from /usr/lib64/qt4/libQtCore.so.4 #69 0x00007fab619bf032 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0 #70 0x00007fab619bf778 in ?? () from /usr/lib64/libglib-2.0.so.0 #71 0x00007fab619bf934 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #72 0x00007fab65da1124 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4 #73 0x00007fab64ff863a in ?? () from /usr/lib64/qt4/libQtGui.so.4 #74 0x00007fab65d75538 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4 #75 0x00007fab65d75799 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4 #76 0x00007fab65d79511 in QCoreApplication::exec() () from /usr/lib64/qt4/libQtCore.so.4 #77 0x00007fab550eaacd in kdemain () from /usr/lib64/libkdeinit4_plasma-desktop.so #78 0x00000000004071d3 in _start () Any guess/suggestino on how to proceed much appreciated! Cheers, Micael | Have you recently updated PyQt4 and/or sip without rebuilding their dependencies? From PyQt4 elog Quote: WARN: postinst │ │When updating dev-python/PyQt4, you usually need to rebuild packages, which depend on │ │dev-python/PyQt4, such as dev-python/qscintilla-python. If you have app-portage/gentoolkit │ │installed, you can find these packages with `equery d dev-python/PyQt4`. |
When i log into kdm to kde, i see: - cursor changes to my theme - startup animation completes just fine. - scren fade to black instead of my wallpaper and that's it. i end up with a black screen and the mouse cursor. my current workaround is: cltr+alt+f1 login as root /etc/init.d/xdm stop /etc/init.d/xdm start now i log in, and everythig works perfectly. there's nothing consistent in the error logs. a few times there's a segfault for wicd-client. but that's not 100% of the time any log i could look into? or is this some know issue? | Have you had a recent update to PyQt4 or sip and not rebuilt the dependencies? If so, it could be the cause of your problems and worth trying. Code: equery d PyQt4 emerge -av1 [dependency1] [dependency2] [dep........... and the same for sip if necessary |
I'd appreciate any help on getting my laptop's hotkeys to work. If I can figure out how to get the sound hot keys to work, I'm sure I can figure out the rest. Laptop: HP ProBook 6550b. WM: Fluxbox Sound works, alsamixer works, gkrellm can control sound volume From xmodmap | grep Audio: Code: keycode 121 = XF86AudioMute NoSymbol XF86AudioMute keycode 122 = XF86AudioLowerVolume NoSymbol XF86AudioLowerVolume keycode 123 = XF86AudioRaiseVolume NoSymbol XF86AudioRaiseVolume What I don't yet know is how to get these three buttons to actually work. They're touch-sensitive buttons that are flush with the surface of the laptop. There's a wireless on/off switch which works, but I'm guessing that's because it's hard-coded to do so. | Thanks! |
Hi, I am using Evolution 3.2.3 on an amd64 Gnome 3.2.x environment I just added my Google Calendar to Evolution in an attempt to use the same one on my Android device and my desktop. But I am getting this error: Code: (evolution:2482): libecal-WARNING **: e_cal_client_new: Cannot get calendar from factory: No backend factory for 'google' of 'VEVENT' Anyone got any idea what it means and how to fix it? Mons | Hi, Yes, had that set. I was having a look at the settings again (right-click and select properties on the calendar). I set the Google calendar to default and also selected copy calendar contents locally for offline operation. That seemed to do it. The error has disappeared. Bit strange. Mons |
Hello, what terminal programs can display and copy-n-paste Unicode? I have fluxbox as "WM" but none of the terms I tried had it all. rwst | All that I have tried support copy and paste using ctr+sift+c and ctr+sift+v. That is gnome-terminal, konsole, and LXTerminal. You should be able to past highlighted text with the middle mouse button. |
In all desktops, I always set my panels to 'Auto-hide'. With the latest version of kde-4.8.0 the panels are almost completely transparent. Under System Settings ==> Desktop Effects ==> All Effects, I have access to "Translucency" which allows me to control the degree of transparency of different windows in different circumstances. However, Panels are not in this list. This isn't really a surprise since panels belong (if I've understood what I've read correctly) in the Plasma area. Unfortunately, Workspace Behavior makes no mention of this like 'translucency' or 'transparency'. I would very much like my panels to my much less transparent than they are. The problem is that I sometimes have very 'busy' windows under where the panels pop open and this makes whatever appears on the panels and associated daughter panel popup messages difficult and sometimes impossible to read. Is there any switch, knob, slider or other control I've missed where I can control panel translucency? | I think you are looking for System Settings ==> Workspace Appearance ==> Desktop Theme ==> Details |
Hello everyone, this is my first post in the forum. I just purchased an Asus Eee 1005PXD netbook and I'm currently installing Gentoo on it, focusing in minimalism, since it's a very low-end machine. I followed the Gentoo handbook for x86, configuring the kernel manually and installing a minimal system with no users but root. After that I proceeded to install X and Fluxbox. I emerged xorg-server and slim, then I configured both following the X Server configuration HOWTO in the handbook and the SLiM article in the wiki. Everything went fine but then I emerged Fluxbox (following the Fluxbox configuration HOWTO in the handbook) and for some reason I'm unable to run it. After I log in, I face a X session with a black background and the default "X" mouse cursor. Seems that fluxbox is not working or it's not well configured, since if I switch to tty2 and I do a "killall fluxbox", no processes are found. I spent like 90 minutes googling and messing with xinitrc, slim.conf and 90xsession but I'm unable to make it work so my last chance are the forums. Any help will be really appreciated. | Greetings! first of all, SLIM is unmaintained. You might want to switch to lxdm or xdm. Its up to you of course. just FYI. So for testing X. from the command line, what does this do? Code: X -retro If you get a screen that is rather blank with a moving mouse, then good. We can move on. Try Code: startfluxbox I suspect that slim is not starting fluxbox and everything is fine or X is not working correctly. If you want to boot up without starting slim, you can use the "e" to edit the kernel parameters in grub and add nox. This will go away after one boot and will prevent slim from starting. |
Hello, when I try to run inkscape I am getting this error: Code: michal@localhost ~ $ inkscape inkscape: error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directory libopencl seems to be present: Code: localhost michal # find / -name *libOpenCL* /usr/lib32/OpenCL/vendors/nvidia/libOpenCL.so.1 /usr/lib32/OpenCL/vendors/nvidia/libOpenCL.so.1.0.0 /usr/lib32/OpenCL/vendors/nvidia/libOpenCL.so /usr/lib64/OpenCL/vendors/nvidia/libOpenCL.so.1 /usr/lib64/OpenCL/vendors/nvidia/libOpenCL.so.1.0.0 /usr/lib64/OpenCL/vendors/nvidia/libOpenCL.so reemerging inkscape - errors too Code: /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libOpenCL.so.1, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagick++.so, not found (try using -rpath or -rpath-link) /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagickCore.so: undefined reference to `clCreateProgramWithSource' /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagickCore.so: undefined reference to `clReleaseKernel' /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagickCore.so: undefined reference to `clEnqueueNDRangeKernel' /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagickCore.so: undefined reference to `clGetPlatformIDs' /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagickCore.so: undefined reference to `clGetDeviceInfo' /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagickCore.so: undefined reference to `clCreateBuffer' /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagickCore.so: undefined reference to `clReleaseCommandQueue' /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagickCore.so: undefined reference to `clReleaseContext' /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagickCore.so: undefined reference to `clReleaseMemObject' /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagickCore.so: undefined reference to `clCreateCommandQueue' /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagickCore.so: undefined reference to `clBuildProgram' /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagickCore.so: undefined reference to `clFinish' /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagickCore.so: undefined reference to `clGetProgramBuildInfo' /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagickCore.so: undefined reference to `clCreateContextFromType' /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagickCore.so: undefined reference to `clGetContextInfo' /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagickCore.so: undefined reference to `clEnqueueReadBuffer' /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagickCore.so: undefined reference to `clReleaseProgram' /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagickCore.so: undefined reference to `clEnqueueWriteBuffer' /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagickCore.so: undefined reference to `clSetKernelArg' /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../lib64/libMagickCore.so: undefined reference to `clCreateKernel' collect2: ld returned 1 exit status make[2]: *** [inkscape] Error 1 make[2]: Leaving directory `/var/tmp/portage/media-gfx/inkscape-0.48.2/work/inkscape-0.48.2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/media-gfx/inkscape-0.48.2/work/inkscape-0.48.2' make: *** [all] Error 2 | Solved added /usr/lib64/OpenCL/vendors/nvidia to /etc/ld.so.conf then ran ldconfig |
Hello, this FluxBox Unicode thing is getting on my nerves.. I still have not yet figure out how to get my Queensrÿche to print as Queensrÿche Instead of printing that, it's printing Queensr?che, I'm sure there's something I can set in .Xdefaults, I have to, to get my Mouse Cursor Theme to display. nano -w .Xdefaults : XCursor.theme: AquaWorld Eselect locale list : [9] en_US.utf8 * I'm pretty sure it's set right, and KDE takes too long to merge on this slower system. Is there a package that won't pull in any KDE/Gnome stuff, to fix this Unicode Program, even VLC can't play these files, even though I copied the folder name, with the ? in it, and Eterm copied that fine, I copied it to a Queensrcyhe folder but vlc still can't play these files. Thanks ! | Not sure if this will help but it is working here on openbox. Code: amd64testbox ~ # eselect locale list Available targets for the LANG variable: [1] C [2] en_US [3] en_US.iso88591 [4] en_US.utf8 [5] POSIX [6] en_US.UTF-8 * [ ] (free form) amd64testbox ~ # locale LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL= amd64testbox ~ # exit logout david@amd64testbox ~ $ locale LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL= david@amd64testbox ~ $ cat /etc/lo local.d/ locale.gen localtime login.defs logrotate.d/ david@amd64testbox ~ $ cat /etc/locale.gen # /etc/locale.gen: list all of the locales you want to have on your system # # The format of each line: # <locale> <charmap> # # Where <locale> is a locale located in /usr/share/i18n/locales/ and # where <charmap> is a charmap located in /usr/share/i18n/charmaps/. # # All blank lines and lines starting with # are ignored. # # For the default list of supported combinations, see the file: # /usr/share/i18n/SUPPORTED # # Whenever glibc is emerged, the locales listed here will be automatically # rebuilt for you. After updating this file, you can simply run `locale-gen` # yourself instead of re-emerging glibc. en_US ISO-8859-1 en_US.UTF-8 UTF-8 #ja_JP.EUC-JP EUC-JP #ja_JP.UTF-8 UTF-8 #ja_JP EUC-JP #en_HK ISO-8859-1 #en_PH ISO-8859-1 #de_DE ISO-8859-1 #de_DE@euro ISO-8859-15 #es_MX ISO-8859-1 #fa_IR UTF-8 #fr_FR ISO-8859-1 #fr_FR@euro ISO-8859-15 #it_IT ISO-8859-1 david@amd64testbox ~ $ |
I performed a few days ago the upgrade to xfce4 4.8 and I'm having a couple of minor issues. One is with mixer. I used to adjust sound volume by the use of mouse wheel, but now it doesn't work anymore, laying this error: Code: xfce_mixer_plugin_volume_changed: assertion 'GST_IS_MIXER' (mixer_plugin->card) failed alsasound works well and so does the mixer itself, when invoked with left-mouse click, but the error above sounds strange to me. That wheel function is not life-saving, but an appreciable delicacy I'd like to restore | My mistake, maybe. Looking better to the "issue" it happens when logged as root only, not as a user. And either xfce4 or xfce4-panel says they are not for use as root: Code: W: main.c: This program is not intended to be run as root (unless --system is specified). For this reason I'm marking this as solved. I don't delete the post, anyway, in case it is useful to the xfce4's developers as a signal of more serious troubles that may arise, or to users who are in doubt as I was. |
i'm still without KDE doing everything on the console. I noticed one extremely annoying behaviour: after some time, the console will blank out. but the screen remains on. the LCD backlight is still blasting full. so, is there a way to: A) stop the console from blanking B) properly turn off the monitor? for now i think A would be way more useful. update: finally managed to tune my search terms enough `setterm -blank 0` | On this issue of blanking, I found this: http://alexis.m2osw.com/console.html There might be more to turning off the backlight, though. Hrm. I also have my suspicions that this might not work for every console driver. |
Dear Friends: after emerge autofs according to wiki. the gnome's display can't be changed even choose different language in gdm and can't input chinese in firefox. need your help urgently! thanks in advance. | Eh, autofs? Can't really imagine how it could mess up such stuff. Ok, you'll have to provide more information about your setup for others to think of a possible solution. You can start by these: which wiki did you follow? (a URL would be an answer) did you follow the whole wiki page or just a part ? I mean the UDEV related stuff on the un-official wiki... what for are you using autofs ? please post your autofs configuration files that you edited (remember to use the [code] tags) When you get back with this information, the situation may be a little clearer Wild guess: If you used Autofs to mount some of your drives, maybe it failed to mount (maybe due to some wrong configuration) the drive with the locale files or even your whole root filesystem if that's how you set it up, in that case it would be just and emty dir managed to autofs. The solution would be to stop the autofs daemon, remove it from the default runlevel and reboot (provided you didn't change your fstab). |
Greetings, I am stuck with a severe lack of clear and updated information on getting the ATI closed-source driver working in a manner close as to what I would like to achieve. Here is the setup: ATI Radeon HD 6950 PCI card, with two outputs on the card. Dell 2005FPW (connected via DVI cable) Samsung TA550 SyncMaster (connected via DVI to VGA cable) The ATI 11.11 driver (Catalyst Version 11.11, driver packaging Version 8.911-111025A-128237C-ATI) I would like to have both monitors active in a single X Session and be able to move applications/windows between the two monitors, and have the respective monitors run at their native resolutions. The TA550 has a native resolution of 1920x1080, the 2005FPW has a native resolution of 1680x1050. Thus far the AMD site has not been updated since 4/18/2008, and refers to fglrxconfig on XF86Config-4 , not aticonfig on xorg so it's use is of very limited value. The Gentoo Wiki for Dual Monitors and using ATI drivers were of help getting the driver working on xorg, but thus far I have only succeeded with a single cloned display on the two monitors, and a cursor that like to switch screens that it wants to appear on. The information for setting up multiple monitors thus far have not worked. Here is my /etc/X11/xorg.conf: (slightly edited by me to get it working) Code: Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 Screen "aticonfig-Screen[0]-1" EndSection Section "Module" Load "fglrx" EndSection Section "ServerFlags" Option "Xinerama" "on" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-1" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "aticonfig-Device[0]-1" Driver "fglrx" BusID "PCI:1:0:0" Screen 1 EndSection Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[0]-1" Device "aticonfig-Device[0]-1" Monitor "aticonfig-Monitor[0]-1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Here is my /var/log/Xorg.0.log: [code]X.Org X Server 1.11.2 Release Date: 2011-11-04 [ 2758.143] X Protocol Version 11, Revision 0 [ 2758.143] Build Operating System: Linux 3.1.10-gentoo-r1 x86_64 Gentoo [ 2758.143] Current Operating System: Linux Jesterspet-H8DCI 3.1.10-gentoo-r1 #1 SMP PREEMPT Wed Feb 8 11:22:39 PST 2012 x86_64 [ 2758.143] Kernel command line: root=/dev/ram0 real_root=/dev/sdb5 video=uvesafb:mtrr:3,ywrap,1920x1080-32@60 dolvm splash=silent,theme: console=tty1 quiet [ 2758.143] Build Date: 08 February 2012 04:41:31PM [ 2758.143] [ 2758.143] Current version of pixman: 0.24.0 [ 2758.143] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 2758.144] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 2758.144] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 8 17:07:43 2012 [ 2758.144] (==) Using config file: "/etc/X11/xorg.conf" [ 2758.144] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 2758.144] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 2758.145] (==) ServerLayout "aticonfig Layout" [ 2758.145] (**) |-->Screen "aticonfig-Screen[0]-0" (0) [ 2758.145] (**) | |-->Monitor "aticonfig-Monitor[0]-0" [ 2758.145] (**) | |-->Device "aticonfig-Device[0]-0" [ 2758.145] (**) |-->Screen "aticonfig-Screen[0]-1" (1) [ 2758.145] (**) | |-->Monitor "aticonfig-Monitor[0]-1" [ 2758.145] (**) | |-->Device "aticonfig-Device[0]-1" [ 2758.145] (**) Option "Xinerama" "on" [ 2758.145] (==) Automatically adding devices [ 2758.145] (==) Automatically enabling devices [ 2758.145] (**) Xinerama: enabled [ 2758.145] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 2758.145] Entry deleted from font path. [ 2758.145] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 2758.145] Entry deleted from font path. [ 2758.145] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 2758.145] Entry deleted from font path. [ 2758.145] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". [ 2758.145] Entry deleted from font path. [ 2758.145] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). [ 2758.145] (==) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/100dpi/ [ 2758.145] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 2758.145] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 2758.145] (II) Loader magic: 0x7c9ac0 [ 2758.145] (II) Module ABI versions: [ 2758.145] X.Org ANSI C Emulation: 0.4 [ 2758.145] X.Org Video Driver: 11.0 [ 2758.145] X.Org XInput driver : 13.0 [ 2758.145] X.Org Server Extension : 6.0 [ 2758.146] (--) PCI:*(0:1:0:0) 1002:6719:1043:03d4 rev 0, Mem @ 0xc0000000/268435456, 0xb74e0000/131072, I/O @ 0x00009800/256, BIOS @ 0x????????/131072 [ 2758.146] (II) "extmod" will be loaded by default. [ 2758.146] (II) "dbe" will be loaded by default. [ 2758.146] (II) "glx" will be loaded by default. [ 2758.146] (II) "record" will be loaded by default. [ 2758.146] (II) "dri" will be loaded by default. [ 2758.146] (II) "dri2" will be loaded by default. [ 2758.147] (II) LoadModule: "fglrx" [ 2758.147] (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so [ 2758.165] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc." [ 2758.165] compiled for 1.4.99.906, module version = 8.91.4 [ 2758.165] Module class: X.Org Video Driver [ 2758.165] (II) Loading sub module "fglrxdrm" [ 2758.165] (II) LoadModule: "fglrxdrm" [ 2758.165] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so [ 2758.165] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc." [ 2758.165] compiled for 1.4.99.906, module version = 8.91.4 [ 2758.165] (II) LoadModule: "extmod" [ 2758.166] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so [ 2758.166] (II) Module extmod: vendor="X.Org Foundation" [ 2758.166] compiled for 1.11.2, module version = 1.0.0 [ 2758.166] Module class: X.Org Server Extension [ 2758.166] ABI class: X.Org Server Extension, version 6.0 [ 2758.166] (II) Loading extension MIT-SCREEN-SAVER [ 2758.166] (II) Loading extension XFree86-VidModeExtension [ 2758.166] (II) Loading extension XFree86-DGA [ 2758.166] (II) Loading extension DPMS [ 2758.166] (II) Loading extension XVideo [ 2758.166] (II) Loading extension XVideo-MotionCompensation [ 2758.166] (II) Loading extension X-Resource [ 2758.166] (II) LoadModule: "dbe" [ 2758.166] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so [ 2758.166] (II) Module dbe: vendor="X.Org Foundation" [ 2758.166] compiled for 1.11.2, module version = 1.0.0 [ 2758.166] Module class: X.Org Server Extension [ 2758.166] ABI class: X.Org Server Extension, version 6.0 [ 2758.166] (II) Loading extension DOUBLE-BUFFER [ 2758.166] (II) LoadModule: "glx" [ 2758.166] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 2758.166] (II) Module glx: vendor="Advanced Micro Devices, Inc." [ 2758.166] compiled for 6.9.0, module version = 1.0.0 [ 2758.167] (II) Loading extension GLX [ 2758.167] (II) LoadModule: "record" [ 2758.167] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so [ 2758.167] (II) Module record: vendor="X.Org Foundation" [ 2758.167] compiled for 1.11.2, module version = 1.13.0 [ 2758.167] Module class: X.Org Server Extension [ 2758.167] ABI class: X.Org Server Extension, version 6.0 [ 2758.167] (II) Loading extension RECORD [ 2758.167] (II) LoadModule: "dri" [ 2758.167] (WW) Warning, couldn't open module dri [ 2758.167] (II) UnloadModule: "dri" [ 2758.167] (II) Unloading dri [ 2758.167] (EE) Failed to load module "dri" (module does not exist, 0) [ 2758.167] (II) LoadModule: "dri2" [ 2758.168] (WW) Warning, couldn't open module dri2 [ 2758.168] (II) UnloadModule: "dri2" [ 2758.168] (II) Unloading dri2 [ 2758.168] (EE) Failed to load module "dri2" (module does not exist, 0) [ 2758.168] (II) LoadModule: "fglrx" [ 2758.168] (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so [ 2758.168] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc." [ 2758.168] compiled for 1.4.99.906, module version = 8.91.4 [ 2758.168] Module class: X.Org Video Driver [ 2758.168] (II) ATI Proprietary Linux Driver Version Identifier:8.91.4 [ 2758.168] (II) ATI Proprietary Linux Driver Release Identifier: 8.911 [ 2758.168] (II) ATI Proprietary Linux Driver Build Date: Oct 25 2011 21:24:13 [ 2758.168] (--) using VT number 7 [ 2758.174] (WW) Falling back to old probe method for fglrx [ 2758.182] (II) Loading PCS database from /etc/ati/amdpcsdb [ 2758.183] (--) Chipset Supported AMD Graphics Processor (0x6719) found [ 2758.183] (--) Chipset Supported AMD Graphics Processor (0x6719) found [ 2758.184] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found [ 2758.185] (II) AMD Video driver is running on a device belonging to a group targeted for this release [ 2758.198] (II) AMD Video driver is signed [ 2758.198] (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so [ 2758.199] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so [ 2758.199] (II) fglrx(0): pEnt->device->identifier=0x7faf60 [ 2758.199] (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so [ 2758.199] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so [ 2758.199] (II) fglrx(1): pEnt->device->identifier=0x7faf60 [ 2758.199] (II) fglrx(0): === [xdl_xs111_atiddxPreInit] === begin [ 2758.199] (II) Loading sub module "vgahw" [ 2758.199] (II) LoadModule: "vgahw" [ 2758.199] (II) Loading /usr/lib64/xorg/modules/libvgahw.so [ 2758.199] (II) Module vgahw: vendor="X.Org Foundation" [ 2758.199] compiled for 1.11.2, module version = 0.1.0 [ 2758.199] ABI class: X.Org Video Driver, version 11.0 [ 2758.199] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32 [ 2758.199] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) [ 2758.199] (==) fglrx(0): Default visual is TrueColor [ 2758.199] (**) fglrx(0): Option "DPMS" "true" [ 2758.199] (==) fglrx(0): RGB weight 888 [ 2758.199] (II) fglrx(0): Using 8 bits per RGB [ 2758.199] (==) fglrx(0): Buffer Tiling is ON [ 2758.200] (II) Loading sub module "fglrxdrm" [ 2758.200] (II) LoadModule: "fglrxdrm" [ 2758.200] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so [ 2758.200] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc." [ 2758.200] compiled for 1.4.99.906, module version = 8.91.4 [ 2758.202] ukiDynamicMajor: found major device number 247 [ 2758.203] ukiDynamicMajor: found major device number 247 [ 2758.203] ukiOpenByBusid: Searching for BusID PCI:1:0:0 [ 2758.203] ukiOpenDevice: node name is /dev/ati/card0 [ 2758.203] ukiOpenDevice: open result is 12, (OK) [ 2758.203] ukiOpenByBusid: ukiOpenMinor returns 12 [ 2758.203] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0 [ 2758.203] (==) fglrx(0): NoAccel = NO [ 2758.203] (==) fglrx(0): ATI 2D Acceleration Architecture enabled [ 2758.203] (--) fglrx(0): Chipset: "AMD Radeon HD 6900 Series " (Chipset = 0x6719) [ 2758.203] (--) fglrx(0): (PciSubVendor = 0x1043, PciSubDevice = 0x03d4) [ 2758.203] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI [ 2758.203] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000 [ 2758.203] (--) fglrx(0): MMIO registers at 0xb74e0000 [ 2758.203] (--) fglrx(0): I/O port at 0x00009800 [ 2758.203] (==) fglrx(0): ROM-BIOS at 0x000c0000 [ 2758.221] (II) fglrx(0): AC Adapter is used [ 2758.252] (II) fglrx(0): Primary V_BIOS segment is: 0xc000 [ 2758.366] (II) Loading sub module "vbe" [ 2758.366] (II) LoadModule: "vbe" [ 2758.367] (II) Loading /usr/lib64/xorg/modules/libvbe.so [ 2758.367] (II) Module vbe: vendor="X.Org Foundation" [ 2758.367] compiled for 1.11.2, module version = 1.1.0 [ 2758.367] ABI class: X.Org Video Driver, version 11.0 [ 2758.367] (II) fglrx(0): VESA BIOS detected [ 2758.367] (II) fglrx(0): VESA VBE Version 3.0 [ 2758.367] (II) fglrx(0): VESA VBE Total Mem: 16384 kB [ 2758.367] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS [ 2758.367] (II) fglrx(0): VESA VBE OEM Software Rev: 13.10 [ 2758.367] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, AMD Technologies Inc. [ 2758.367] (II) fglrx(0): VESA VBE OEM Product: CAYMAN [ 2758.367] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00 [ 2758.424] (II) fglrx(0): ATI Video BIOS revision 9 or later detected [ 2758.424] (--) fglrx(0): Video RAM: 1048576 kByte, Type: GDDR5 [ 2758.424] (II) fglrx(0): PCIE card detected [ 2758.424] (--) fglrx(0): Using per-process page tables (PPPT) as GART. [ 2758.424] (WW) fglrx(0): board is an unknown third party board, chipset is supported [ 2758.428] (II) fglrx(0): Using adapter: 1:0.0. [ 2758.467] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf800000000, MCFBSize = 0x40000000) [ 2758.523] (II) fglrx(0): Interrupt handler installed at IRQ 112. [ 2758.523] (II) fglrx(0): RandR 1.2 support is enabled! [ 2758.523] (II) fglrx(0): RandR 1.2 rotation support is enabled! [ 2758.523] (==) fglrx(0): Center Mode is disabled [ 2758.523] (II) Loading sub module "fb" [ 2758.523] (II) LoadModule: "fb" [ 2758.523] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 2758.523] (II) Module fb: vendor="X.Org Foundation" [ 2758.523] compiled for 1.11.2, module version = 1.0.0 [ 2758.523] ABI class: X.Org ANSI C Emulation, version 0.4 [ 2758.523] (II) Loading sub module "ddc" [ 2758.523] (II) LoadModule: "ddc" [ 2758.523] (II) Module "ddc" already built-in [ 2758.843] (II) fglrx(0): Finished Initialize PPLIB! [ 2758.845] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0 [ 2758.845] (II) fglrx(0): Output DFP2 has no monitor section [ 2758.845] (II) fglrx(0): Output DFP3 has no monitor section [ 2758.845] (II) fglrx(0): Output DFP4 has no monitor section [ 2758.845] (II) fglrx(0): Output DFP5 has no monitor section [ 2758.845] (II) fglrx(0): Output DFP6 has no monitor section [ 2758.845] (II) fglrx(0): Output CRT1 has no monitor section [ 2758.845] (II) Loading sub module "ddc" [ 2758.845] (II) LoadModule: "ddc" [ 2758.845] (II) Module "ddc" already built-in [ 2758.845] (II) fglrx(0): Connected Display0: DFP6 [ 2758.845] (II) fglrx(0): Display0 EDID data --------------------------- [ 2758.845] (II) fglrx(0): Manufacturer: DEL Model: e009 Serial#: 827087436 [ 2758.845] (II) fglrx(0): Year: 2005 Week: 7 [ 2758.845] (II) fglrx(0): EDID Version: 1.3 [ 2758.845] (II) fglrx(0): Digital Display Input [ 2758.845] (II) fglrx(0): Max Image Size [cm]: horiz.: 43 vert.: 27 [ 2758.845] (II) fglrx(0): Gamma: 2.20 [ 2758.845] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off [ 2758.845] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 2758.845] (II) fglrx(0): First detailed timing is preferred mode [ 2758.845] (II) fglrx(0): redX: 0.637 redY: 0.340 greenX: 0.297 greenY: 0.610 [ 2758.845] (II) fglrx(0): blueX: 0.146 blueY: 0.071 whiteX: 0.313 whiteY: 0.329 [ 2758.845] (II) fglrx(0): Supported established timings: [ 2758.845] (II) fglrx(0): 720x400@70Hz [ 2758.845] (II) fglrx(0): 640x480@60Hz [ 2758.845] (II) fglrx(0): 640x480@75Hz [ 2758.845] (II) fglrx(0): 800x600@60Hz [ 2758.845] (II) fglrx(0): 800x600@75Hz [ 2758.845] (II) fglrx(0): 1024x768@60Hz [ 2758.845] (II) fglrx(0): 1024x768@75Hz [ 2758.845] (II) fglrx(0): 1280x1024@75Hz [ 2758.845] (II) fglrx(0): Manufacturer's mask: 0 [ 2758.845] (II) fglrx(0): Supported standard timings: [ 2758.845] (II) fglrx(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 2758.845] (II) fglrx(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 2758.845] (II) fglrx(0): Supported detailed timing: [ 2758.845] (II) fglrx(0): clock: 119.0 MHz Image Size: 434 x 270 mm [ 2758.845] (II) fglrx(0): h_active: 1680 h_sync: 1728 h_sync_end 1760 h_blank_end 1840 h_border: 0 [ 2758.845] (II) fglrx(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1080 v_border: 0 [ 2758.845] (II) fglrx(0): Serial No: T613052G1LZL [ 2758.845] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz [ 2758.845] (II) fglrx(0): Monitor name: DELL 2005FPW [ 2758.845] (II) fglrx(0): EDID (in hex): [ 2758.845] (II) fglrx(0): 00ffffffffffff0010ac09e04c5a4c31 [ 2758.845] (II) fglrx(0): 070f0103ee2b1b78ea0195a3574c9c25 [ 2758.845] (II) fglrx(0): 125054a54b008180714f010101010101 [ 2758.845] (II) fglrx(0): 0101010101017c2e90a0601a1e403020 [ 2758.845] (II) fglrx(0): 3600b20e1100001a000000ff00543631 [ 2758.846] (II) fglrx(0): 3330353247314c5a4c0a000000fd0038 [ 2758.846] (II) fglrx(0): 4b1e530e000a202020202020000000fc [ 2758.846] (II) fglrx(0): 0044454c4c20323030354650570a009f [ 2758.846] (II) fglrx(0): End of Display0 EDID data -------------------- [ 2758.846] (II) fglrx(0): Connected Display1: CRT1 [ 2758.846] (II) fglrx(0): Display1 EDID data --------------------------- [ 2758.846] (II) fglrx(0): Manufacturer: SAM Model: 7ab Serial#: 1413559093 [ 2758.846] (II) fglrx(0): Year: 2010 Week: 48 [ 2758.846] (II) fglrx(0): EDID Version: 1.3 [ 2758.846] (II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V [ 2758.846] (II) fglrx(0): Sync: Separate [ 2758.846] (II) fglrx(0): Max Image Size [cm]: horiz.: 53 vert.: 30 [ 2758.846] (II) fglrx(0): Gamma: 2.20 [ 2758.846] (II) fglrx(0): DPMS capabilities: Off; RGB/Color Display [ 2758.846] (II) fglrx(0): First detailed timing is preferred mode [ 2758.846] (II) fglrx(0): redX: 0.633 redY: 0.340 greenX: 0.320 greenY: 0.622 [ 2758.846] (II) fglrx(0): blueX: 0.155 blueY: 0.042 whiteX: 0.312 whiteY: 0.329 [ 2758.846] (II) fglrx(0): Supported established timings: [ 2758.846] (II) fglrx(0): 720x400@70Hz [ 2758.846] (II) fglrx(0): 640x480@60Hz [ 2758.846] (II) fglrx(0): 640x480@67Hz [ 2758.846] (II) fglrx(0): 640x480@72Hz [ 2758.846] (II) fglrx(0): 640x480@75Hz [ 2758.846] (II) fglrx(0): 800x600@56Hz [ 2758.846] (II) fglrx(0): 800x600@60Hz [ 2758.846] (II) fglrx(0): 800x600@72Hz [ 2758.846] (II) fglrx(0): 800x600@75Hz [ 2758.846] (II) fglrx(0): 832x624@75Hz [ 2758.846] (II) fglrx(0): 1024x768@60Hz [ 2758.846] (II) fglrx(0): 1024x768@70Hz [ 2758.846] (II) fglrx(0): 1024x768@75Hz [ 2758.846] (II) fglrx(0): 1280x1024@75Hz [ 2758.846] (II) fglrx(0): 1152x864@75Hz [ 2758.846] (II) fglrx(0): Manufacturer's mask: 0 [ 2758.846] (II) fglrx(0): Supported standard timings: [ 2758.846] (II) fglrx(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 2758.846] (II) fglrx(0): #1: hsize: 1280 vsize 800 refresh: 60 vid: 129 [ 2758.846] (II) fglrx(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513 [ 2758.846] (II) fglrx(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 2758.846] (II) fglrx(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149 [ 2758.846] (II) fglrx(0): #5: hsize: 1440 vsize 900 refresh: 75 vid: 3989 [ 2758.846] (II) fglrx(0): #6: hsize: 1680 vsize 1050 refresh: 60 vid: 179 [ 2758.846] (II) fglrx(0): Supported detailed timing: [ 2758.846] (II) fglrx(0): clock: 148.5 MHz Image Size: 531 x 299 mm [ 2758.846] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0 [ 2758.846] (II) fglrx(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0 [ 2758.846] (II) fglrx(0): Supported detailed timing: [ 2758.846] (II) fglrx(0): clock: 85.5 MHz Image Size: 531 x 299 mm [ 2758.846] (II) fglrx(0): h_active: 1360 h_sync: 1424 h_sync_end 1536 h_blank_end 1792 h_border: 0 [ 2758.846] (II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 795 v_border: 0 [ 2758.846] (II) fglrx(0): Ranges: V min: 60 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz [ 2758.846] (II) fglrx(0): Monitor name: SMT24A350 [ 2758.846] (II) fglrx(0): EDID (in hex): [ 2758.846] (II) fglrx(0): 00ffffffffffff004c2dab0735334154 [ 2758.846] (II) fglrx(0): 3014010368351e782a01f1a257529f27 [ 2758.846] (II) fglrx(0): 0a5054bfef80714f8100814081809500 [ 2758.846] (II) fglrx(0): 950fb3000101023a801871382d40582c [ 2758.846] (II) fglrx(0): 4500132b2100001e662150b051001b30 [ 2758.846] (II) fglrx(0): 40703600132b2100001e000000fd003c [ 2758.846] (II) fglrx(0): 4b1e5111000a202020202020000000fc [ 2758.846] (II) fglrx(0): 00534d543234413335300a202020004c [ 2758.846] (II) fglrx(0): End of Display1 EDID data -------------------- [ 2758.848] (II) fglrx(0): EDID for output DFP1 [ 2758.848] (II) fglrx(0): EDID for output DFP2 [ 2758.848] (II) fglrx(0): EDID for output DFP3 [ 2758.848] (II) fglrx(0): EDID for output DFP4 [ 2758.848] (II) fglrx(0): EDID for output DFP5 [ 2758.848] (II) fglrx(0): EDID for output DFP6 [ 2758.848] (II) fglrx(0): Manufacturer: DEL Model: e009 Serial#: 827087436 [ 2758.848] (II) fglrx(0): Year: 2005 Week: 7 [ 2758.848] (II) fglrx(0): EDID Version: 1.3 [ 2758.848] (II) fglrx(0): Digital Display Input [ 2758.848] (II) fglrx(0): Max Image Size [cm]: horiz.: 43 vert.: 27 [ 2758.848] (II) fglrx(0): Gamma: 2.20 [ 2758.848] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off [ 2758.848] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 2758.848] (II) fglrx(0): First detailed timing is preferred mode [ 2758.848] (II) fglrx(0): redX: 0.637 redY: 0.340 greenX: 0.297 greenY: 0.610 [ 2758.848] (II) fglrx(0): blueX: 0.146 blueY: 0.071 whiteX: 0.313 whiteY: 0.329 [ 2758.848] (II) fglrx(0): Supported established timings: [ 2758.848] (II) fglrx(0): 720x400@70Hz [ 2758.848] (II) fglrx(0): 640x480@60Hz [ 2758.848] (II) fglrx(0): 640x480@75Hz [ 2758.848] (II) fglrx(0): 800x600@60Hz [ 2758.848] (II) fglrx(0): 800x600@75Hz [ 2758.848] (II) fglrx(0): 1024x768@60Hz [ 2758.848] (II) fglrx(0): 1024x768@75Hz [ 2758.848] (II) fglrx(0): 1280x1024@75Hz [ 2758.848] (II) fglrx(0): Manufacturer's mask: 0 [ 2758.848] (II) fglrx(0): Supported standard timings: [ 2758.848] (II) fglrx(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 2758.848] (II) fglrx(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 2758.848] (II) fglrx(0): Supported detailed timing: [ 2758.848] (II) fglrx(0): clock: 119.0 MHz Image Size: 434 x 270 mm [ 2758.848] (II) fglrx(0): h_active: 1680 h_sync: 1728 h_sync_end 1760 h_blank_end 1840 h_border: 0 [ 2758.848] (II) fglrx(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1080 v_border: 0 [ 2758.848] (II) fglrx(0): Serial No: T613052G1LZL [ 2758.848] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz [ 2758.848] (II) fglrx(0): Monitor name: DELL 2005FPW [ 2758.848] (II) fglrx(0): EDID (in hex): [ 2758.848] (II) fglrx(0): 00ffffffffffff0010ac09e04c5a4c31 [ 2758.848] (II) fglrx(0): 070f0103ee2b1b78ea0195a3574c9c25 [ 2758.848] (II) fglrx(0): 125054a54b008180714f010101010101 [ 2758.848] (II) fglrx(0): 0101010101017c2e90a0601a1e403020 [ 2758.848] (II) fglrx(0): 3600b20e1100001a000000ff00543631 [ 2758.848] (II) fglrx(0): 3330353247314c5a4c0a000000fd0038 [ 2758.848] (II) fglrx(0): 4b1e530e000a202020202020000000fc [ 2758.848] (II) fglrx(0): 0044454c4c20323030354650570a009f [ 2758.848] (II) fglrx(0): Printing probed modes for output DFP6 [ 2758.848] (II) fglrx(0): Modeline "1680x1050"x60.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz) [ 2758.848] (II) fglrx(0): Modeline "1400x1050"x60.0 119.00 1400 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz) [ 2758.848] (II) fglrx(0): Modeline "1600x900"x60.0 119.00 1600 1728 1760 1840 900 1053 1059 1080 +hsync -vsync (64.7 kHz) [ 2758.848] (II) fglrx(0): Modeline "1360x1024"x60.0 119.00 1360 1728 1760 1840 1024 1053 1059 1080 +hsync -vsync (64.7 kHz) [ 2758.848] (II) fglrx(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 2758.848] (II) fglrx(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 2758.848] (II) fglrx(0): Modeline "1440x900"x60.0 119.00 1440 1728 1760 1840 900 1053 1059 1080 +hsync -vsync (64.7 kHz) [ 2758.848] (II) fglrx(0): Modeline "1280x960"x75.0 135.00 1280 1296 1440 1688 960 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 2758.848] (II) fglrx(0): Modeline "1280x960"x60.0 108.00 1280 1328 1440 1688 960 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 2758.848] (II) fglrx(0): Modeline "1280x800"x75.0 135.00 1280 1296 1440 1688 800 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 2758.848] (II) fglrx(0): Modeline "1280x800"x60.0 108.00 1280 1328 1440 1688 800 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 2758.848] (II) fglrx(0): Modeline "1152x864"x60.0 119.00 1152 1728 1760 1840 864 1053 1059 1080 +hsync -vsync (64.7 kHz) [ 2758.848] (II) fglrx(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) [ 2758.848] (II) fglrx(0): Modeline "1280x768"x75.0 135.00 1280 1296 1440 1688 768 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 2758.848] (II) fglrx(0): Modeline "1280x768"x60.0 108.00 1280 1328 1440 1688 768 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 2758.848] (II) fglrx(0): Modeline "1280x720"x75.0 135.00 1280 1296 1440 1688 720 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 2758.848] (II) fglrx(0): Modeline "1280x720"x60.0 108.00 1280 1328 1440 1688 720 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 2758.848] (II) fglrx(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) [ 2758.848] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 2758.848] (II) fglrx(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 2758.848] (II) fglrx(0): Modeline "800x600"x60.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 2758.848] (II) fglrx(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 2758.849] (II) fglrx(0): Modeline "640x480"x60.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 2758.849] (II) fglrx(0): EDID for output CRT1 [ 2758.849] (II) fglrx(0): Output DFP1 disconnected [ 2758.849] (II) fglrx(0): Output DFP2 disconnected [ 2758.849] (II) fglrx(0): Output DFP3 disconnected [ 2758.849] (II) fglrx(0): Output DFP4 disconnected [ 2758.849] (II) fglrx(0): Output DFP5 disconnected [ 2758.849] (II) fglrx(0): Output DFP6 connected [ 2758.849] (II) fglrx(0): Output CRT1 disconnected [ 2758.849] (II) fglrx(0): Using exact sizes for initial modes [ 2758.849] (II) fglrx(0): Output DFP6 using initial mode 1680x1050 [ 2758.849] (II) fglrx(0): DPI set to (96, 96) [ 2758.849] (II) fglrx(0): Eyefinity capable adapter detected. [ 2758.849] (II) fglrx(0): Adapter AMD Radeon HD 6900 Series has 6 configurable heads and 2 displays connected. [ 2758.849] (==) fglrx(0): PseudoColor visuals disabled [ 2758.849] (II) Loading sub module "ramdac" [ 2758.849] (II) LoadModule: "ramdac" [ 2758.849] (II) Module "ramdac" already built-in [ 2758.849] (==) fglrx(0): NoDRI = NO [ 2758.849] (==) fglrx(0): Capabilities: 0x00000000 [ 2758.849] (==) fglrx(0): CapabilitiesEx: 0x00000000 [ 2758.849] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so" [ 2758.849] (==) fglrx(0): UseFastTLS=0 [ 2758.849] (==) fglrx(0): BlockSignalsOnLock=1 [ 2758.849] (II) fglrx(1): === [xdl_xs111_atiddxPreInit] === begin [ 2758.849] (II) Loading sub module "vgahw" [ 2758.849] (II) LoadModule: "vgahw" [ 2758.850] (II) Loading /usr/lib64/xorg/modules/libvgahw.so [ 2758.850] (II) Module vgahw: vendor="X.Org Foundation" [ 2758.850] compiled for 1.11.2, module version = 0.1.0 [ 2758.850] ABI class: X.Org Video Driver, version 11.0 [ 2758.850] (**) fglrx(1): Depth 24, (--) framebuffer bpp 32 [ 2758.850] (II) fglrx(1): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) [ 2758.850] (==) fglrx(1): Default visual is TrueColor [ 2758.850] (==) fglrx(1): RGB weight 888 [ 2758.850] (II) fglrx(1): Using 8 bits per RGB [ 2758.850] (==) fglrx(1): Buffer Tiling is ON (copy from primary) [ 2758.850] (==) fglrx(1): NoAccel = NO (copy from primary screen) [ 2758.850] (==) fglrx(1): ATI 2D Acceleration Architecture enabled [ 2758.850] (II) Loading sub module "fb" [ 2758.850] (II) LoadModule: "fb" [ 2758.850] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 2758.850] (II) Module fb: vendor="X.Org Foundation" [ 2758.850] compiled for 1.11.2, module version = 1.0.0 [ 2758.850] ABI class: X.Org ANSI C Emulation, version 0.4 [ 2758.850] (II) Loading sub module "ddc" [ 2758.850] (II) LoadModule: "ddc" [ 2758.850] (II) Module "ddc" already built-in [ 2758.850] (II) fglrx(1): Output DFP1 using monitor section aticonfig-Monitor[0]-1 [ 2758.850] (II) fglrx(1): Output DFP2 has no monitor section [ 2758.850] (II) fglrx(1): Output DFP3 has no monitor section [ 2758.850] (II) fglrx(1): Output DFP4 has no monitor section [ 2758.850] (II) fglrx(1): Output DFP5 has no monitor section [ 2758.850] (II) fglrx(1): Output DFP6 has no monitor section [ 2758.850] (II) fglrx(1): Output CRT1 has no monitor section [ 2758.850] (II) fglrx(1): EDID for output DFP1 [ 2758.850] (II) fglrx(1): EDID for output DFP2 [ 2758.850] (II) fglrx(1): EDID for output DFP3 [ 2758.850] (II) fglrx(1): EDID for output DFP4 [ 2758.850] (II) fglrx(1): EDID for output DFP5 [ 2758.850] (II) fglrx(1): EDID for output DFP6 [ 2758.850] (II) fglrx(1): EDID for output CRT1 [ 2758.850] (II) fglrx(1): Manufacturer: SAM Model: 7ab Serial#: 1413559093 [ 2758.850] (II) fglrx(1): Year: 2010 Week: 48 [ 2758.850] (II) fglrx(1): EDID Version: 1.3 [ 2758.850] (II) fglrx(1): Analog Display Input, Input Voltage Level: 0.700/0.700 V [ 2758.850] (II) fglrx(1): Sync: Separate [ 2758.850] (II) fglrx(1): Max Image Size [cm]: horiz.: 53 vert.: 30 [ 2758.850] (II) fglrx(1): Gamma: 2.20 [ 2758.850] (II) fglrx(1): DPMS capabilities: Off; RGB/Color Display [ 2758.850] (II) fglrx(1): First detailed timing is preferred mode [ 2758.850] (II) fglrx(1): redX: 0.633 redY: 0.340 greenX: 0.320 greenY: 0.622 [ 2758.850] (II) fglrx(1): blueX: 0.155 blueY: 0.042 whiteX: 0.312 whiteY: 0.329 [ 2758.850] (II) fglrx(1): Supported established timings: [ 2758.850] (II) fglrx(1): 720x400@70Hz [ 2758.850] (II) fglrx(1): 640x480@60Hz [ 2758.850] (II) fglrx(1): 640x480@67Hz [ 2758.850] (II) fglrx(1): 640x480@72Hz [ 2758.850] (II) fglrx(1): 640x480@75Hz [ 2758.850] (II) fglrx(1): 800x600@56Hz [ 2758.850] (II) fglrx(1): 800x600@60Hz [ 2758.850] (II) fglrx(1): 800x600@72Hz [ 2758.851] (II) fglrx(1): 800x600@75Hz [ 2758.851] (II) fglrx(1): 832x624@75Hz [ 2758.851] (II) fglrx(1): 1024x768@60Hz [ 2758.851] (II) fglrx(1): 1024x768@70Hz [ 2758.851] (II) fglrx(1): 1024x768@75Hz [ 2758.851] (II) fglrx(1): 1280x1024@75Hz [ 2758.851] (II) fglrx(1): 1152x864@75Hz [ 2758.851] (II) fglrx(1): Manufacturer's mask: 0 [ 2758.851] (II) fglrx(1): Supported standard timings: [ 2758.851] (II) fglrx(1): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 2758.851] (II) fglrx(1): #1: hsize: 1280 vsize 800 refresh: 60 vid: 129 [ 2758.851] (II) fglrx(1): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513 [ 2758.851] (II) fglrx(1): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 2758.851] (II) fglrx(1): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149 [ 2758.851] (II) fglrx(1): #5: hsize: 1440 vsize 900 refresh: 75 vid: 3989 [ 2758.851] (II) fglrx(1): #6: hsize: 1680 vsize 1050 refresh: 60 vid: 179 [ 2758.851] (II) fglrx(1): Supported detailed timing: [ 2758.851] (II) fglrx(1): clock: 148.5 MHz Image Size: 531 x 299 mm [ 2758.851] (II) fglrx(1): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0 [ 2758.851] (II) fglrx(1): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0 [ 2758.851] (II) fglrx(1): Supported detailed timing: [ 2758.851] (II) fglrx(1): clock: 85.5 MHz Image Size: 531 x 299 mm [ 2758.851] (II) fglrx(1): h_active: 1360 h_sync: 1424 h_sync_end 1536 h_blank_end 1792 h_border: 0 [ 2758.851] (II) fglrx(1): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 795 v_border: 0 [ 2758.851] (II) fglrx(1): Ranges: V min: 60 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz [ 2758.851] (II) fglrx(1): Monitor name: SMT24A350 [ 2758.851] (II) fglrx(1): EDID (in hex): [ 2758.851] (II) fglrx(1): 00ffffffffffff004c2dab0735334154 [ 2758.851] (II) fglrx(1): 3014010368351e782a01f1a257529f27 [ 2758.851] (II) fglrx(1): 0a5054bfef80714f8100814081809500 [ 2758.851] (II) fglrx(1): 950fb3000101023a801871382d40582c [ 2758.851] (II) fglrx(1): 4500132b2100001e662150b051001b30 [ 2758.851] (II) fglrx(1): 40703600132b2100001e000000fd003c [ 2758.851] (II) fglrx(1): 4b1e5111000a202020202020000000fc [ 2758.851] (II) fglrx(1): 00534d543234413335300a202020004c [ 2758.851] (II) fglrx(1): Printing probed modes for output CRT1 [ 2758.851] (II) fglrx(1): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz) [ 2758.851] (II) fglrx(1): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) [ 2758.851] (II) fglrx(1): Modeline "1400x1050"x60.0 146.25 1400 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) [ 2758.851] (II) fglrx(1): Modeline "1600x900"x60.0 146.25 1600 1784 1960 2240 900 1053 1059 1089 -hsync +vsync (65.3 kHz) [ 2758.851] (II) fglrx(1): Modeline "1360x1024"x60.0 146.25 1360 1784 1960 2240 1024 1053 1059 1089 -hsync +vsync (65.3 kHz) [ 2758.851] (II) fglrx(1): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 2758.851] (II) fglrx(1): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 2758.851] (II) fglrx(1): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz) [ 2758.851] (II) fglrx(1): Modeline "1440x900"x60.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz) [ 2758.851] (II) fglrx(1): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) [ 2758.851] (II) fglrx(1): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz) [ 2758.851] (II) fglrx(1): Modeline "1280x800"x60.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz) [ 2758.851] (II) fglrx(1): Modeline "1152x864"x60.0 148.50 1152 2008 2052 2200 864 1084 1089 1125 +hsync +vsync (67.5 kHz) [ 2758.851] (II) fglrx(1): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) [ 2758.851] (II) fglrx(1): Modeline "1280x768"x60.0 83.50 1280 1352 1480 1680 768 803 809 831 -hsync +vsync (49.7 kHz) [ 2758.851] (II) fglrx(1): Modeline "1280x720"x60.0 83.50 1280 1352 1480 1680 720 803 809 831 -hsync +vsync (49.7 kHz) [ 2758.851] (II) fglrx(1): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) [ 2758.851] (II) fglrx(1): Modeline "1024x768"x70.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) [ 2758.851] (II) fglrx(1): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 2758.851] (II) fglrx(1): Modeline "800x600"x72.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) [ 2758.851] (II) fglrx(1): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 2758.851] (II) fglrx(1): Modeline "800x600"x60.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 2758.851] (II) fglrx(1): Modeline "800x600"x56.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) [ 2758.851] (II) fglrx(1): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 2758.851] (II) fglrx(1): Modeline "640x480"x72.0 31.50 640 656 696 832 480 481 484 520 -hsync -vsync (37.9 kHz) [ 2758.851] (II) fglrx(1): Modeline "640x480"x67.0 27.28 640 664 728 816 480 481 484 499 -hsync +vsync (33.4 kHz) [ 2758.851] (II) fglrx(1): Modeline "640x480"x60.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 2758.851] (II) fglrx(1): Output DFP1 disconnected [ 2758.851] (II) fglrx(1): Output DFP2 disconnected [ 2758.851] (II) fglrx(1): Output DFP3 disconnected [ 2758.851] (II) fglrx(1): Output DFP4 disconnected [ 2758.851] (II) fglrx(1): Output DFP5 disconnected [ 2758.851] (II) fglrx(1): Output DFP6 disconnected [ 2758.851] (II) fglrx(1): Output CRT1 connected [ 2758.851] (II) fglrx(1): Using exact sizes for initial modes [ 2758.851] (II) fglrx(1): Output CRT1 using initial mode 1920x1080 [ 2758.851] (II) fglrx(1): DPI set to (96, 96) [ 2758.851] (WW) fglrx(0): Unable to register ADL handler for 0x00110000 [ 2758.851] (WW) fglrx(0): Unable to register ADL handler for 0x00120000 [ 2758.851] (WW) fglrx(0): Unable to register ADL handler for 0x00130000 [ 2758.851] (WW) fglrx(0): Unable to register ADL handler for 0x00150000 [ 2758.851] (II) fglrx(1): Eyefinity capable adapter detected. [ 2758.851] (II) fglrx(1): Adapter AMD Radeon HD 6900 Series has 6 configurable heads and 2 displays connected. [ 2758.852] (==) fglrx(1): PseudoColor visuals disabled [ 2758.852] (==) fglrx(1): bNoDRI = NO (copy from primary screen) [ 2758.852] (==) fglrx(1): UseFastTLS=0 [ 2758.852] (==) fglrx(1): BlockSignalsOnLock=1 [ 2758.852] (--) Depth 24 pixmap format is 32 bpp [ 2758.852] (II) Loading extension ATIFGLRXDRI [ 2758.852] (II) fglrx(0): doing swlDriScreenInit [ 2758.852] (II) fglrx(0): swlDriScreenInit for fglrx driver [ 2758.852] ukiDynamicMajor: found major device number 247 [ 2758.852] ukiDynamicMajor: found major device number 247 [ 2758.852] ukiDynamicMajor: found major device number 247 [ 2758.852] ukiOpenByBusid: Searching for BusID PCI:1:0:0 [ 2758.852] ukiOpenDevice: node name is /dev/ati/card0 [ 2758.852] ukiOpenDevice: open result is 17, (OK) [ 2758.852] ukiOpenByBusid: ukiOpenMinor returns 17 [ 2758.852] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0 [ 2758.852] (II) fglrx(0): [uki] DRM interface version 1.0 [ 2758.852] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0" [ 2758.852] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000 [ 2758.852] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f3bcec4a000 [ 2758.852] (II) fglrx(0): [uki] framebuffer handle = 0x3000 [ 2758.852] (II) fglrx(0): [uki] added 1 reserved context for kernel [ 2758.852] (II) fglrx(0): swlDriScreenInit done [ 2758.852] (II) fglrx(0): Kernel Module Version Information: [ 2758.852] (II) fglrx(0): Name: fglrx [ 2758.852] (II) fglrx(0): Version: 8.91.4 [ 2758.852] (II) fglrx(0): Date: Oct 25 2011 [ 2758.852] (II) fglrx(0): Desc: ATI FireGL DRM kernel module [ 2758.852] (II) fglrx(0): Kernel Module version matches driver. [ 2758.852] (II) fglrx(0): Kernel Module Build Time Information: [ 2758.852] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.1.10-gentoo-r1 [ 2758.852] (II) fglrx(0): Build-Kernel MODVERSIONS: yes [ 2758.852] (II) fglrx(0): Build-Kernel __SMP__: yes [ 2758.852] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000 [ 2758.852] (II) fglrx(0): [uki] register handle = 0x00004000 [ 2758.891] (II) fglrx(0): DRI initialization successfull [ 2758.891] (II) fglrx(0): FBADPhys: 0xf801000000 FBMappedSize: 0x010e0000 [ 2758.891] (==) fglrx(0): Backing store disabled [ 2758.891] (II) Loading extension FGLRXEXTENSION [ 2758.891] (**) fglrx(0): DPMS enabled [ 2758.892] (II) fglrx(0): Initialized in-driver Xinerama extension [ 2758.892] (**) fglrx(0): Textured Video is enabled. [ 2758.892] (II) LoadModule: "glesx" [ 2758.892] (II) Loading /usr/lib64/xorg/modules/glesx.so [ 2759.054] (II) Module glesx: vendor="X.Org Foundation" [ 2759.054] compiled for 1.4.99.906, module version = 1.0.0 [ 2759.054] (II) Loading extension GLESX [ 2759.054] (II) fglrx(0): GLESX enableFlags = 592 [ 2759.055 [/ | I have Option "DesktopSetup" "horizontal" in my "Device" section. But this was so long ago. I recall using aticonfig that modified my single monitor solution to work with both monitors. (One monitor is connected via DVI through HDMI port, other is connected to analog VGA through the DVI-I port...) |
After the update yesterday when i run revdep-rebuild i see okular not compiling . here is the error in /var/tmp/portage/kde-base/okular-4.7.4/temp/build.log [code][0m[34m[1mGenerating generator_plucker.moc [0m[ 95%] Built target okularGenerator_plucker_automoc [35m[1mScanning dependencies of target okularGenerator_plucker [0m[ 96%] [32mBuilding CXX object generators/plucker/CMakeFiles/okularGenerator_plucker.dir/okularGenerator_plucker_automoc.o [0m[ 96%] [32mBuilding CXX object generators/plucker/CMakeFiles/okularGenerator_plucker.dir/generator_plucker.o [0m[ 97%] [32mBuilding CXX object generators/plucker/CMakeFiles/okularGenerator_plucker.dir/unpluck/config.o [0m/var/tmp/portage/kde-base/okular-4.7.4/work/okular-4.7.4/generators/plucker/unpluck/config.cpp: In function 'int ReadConfigFile(char*)': /var/tmp/portage/kde-base/okular-4.7.4/work/okular-4.7.4/generators/plucker/unpluck/config.cpp:97:52: warning: deprecated conversion from string constant to 'char*' /var/tmp/portage/kde-base/okular-4.7.4/work/okular-4.7.4/generators/plucker/unpluck/config.cpp: In function 'void InitializeConfigInfo()': /var/tmp/portage/kde-base/okular-4.7.4/work/okular-4.7.4/generators/plucker/unpluck/config.cpp:269:24: warning: deprecated conversion from string constant to 'char*' /var/tmp/portage/kde-base/okular-4.7.4/work/okular-4.7.4/generators/plucker/unpluck/config.cpp:270:37: warning: deprecated conversion from string constant to 'char*' /var/tmp/portage/kde-base/okular-4.7.4/work/okular-4.7.4/generators/plucker/unpluck/config.cpp:271:34: warning: deprecated conversion from string constant to 'char*' /var/tmp/portage/kde-base/okular-4.7.4/work/okular-4.7.4/generators/plucker/unpluck/config.cpp: In function 'char* plkr_GetConfigString(char*, char*, char*)': /var/tmp/portage/kde-base/okular-4.7.4/work/okular-4.7.4/generators/plucker/unpluck/config.cpp:305:74: warning: deprecated conversion from string constant to 'char*' /var/tmp/portage/kde-base/okular-4.7.4/work/okular-4.7.4/generators/plucker/unpluck/config.cpp:313:56: warning: deprecated conversion from string constant to 'char*' [ 97%] [32mBuilding CXX object generators/plucker/CMakeFiles/okularGenerator_plucker.dir/unpluck/image.o [0m[ 98%] [32mBuilding CXX object generators/plucker/CMakeFiles/okularGenerator_plucker.dir/unpluck/qunpluck.o [0m/var/tmp/portage/kde-base/okular-4.7.4/work/okular-4.7.4/generators/plucker/unpluck/qunpluck.cpp: In member function 'void QUnpluck::ParseText(plkr_Document*, unsigned char*, int, int*, int*, Context*)': /var/tmp/portage/kde-base/okular-4.7.4/work/okular-4.7.4/generators/plucker/unpluck/qunpluck.cpp:450:32: warning: value computed is not used /var/tmp/portage/kde-base/okular-4.7.4/work/okular-4.7.4/generators/plucker/unpluck/qunpluck.cpp:463:28: warning: value computed is not used [100%] [32mBuilding CXX object generators/plucker/CMakeFiles/okularGenerator_plucker.dir/unpluck/unpluck.o [0m/var/tmp/portage/kde-base/okular-4.7.4/work/okular-4.7.4/generators/plucker/unpluck/unpluck.cpp: In function 'plkr_Document* plkr_OpenDoc(plkr_DBHandle_s*)': /var/tmp/portage/kde-base/okular-4.7.4/work/okular-4.7.4/generators/plucker/unpluck/unpluck.cpp:807:70: warning: deprecated conversion from string constant to 'char*' [100%] [32mBuilding CXX object generators/plucker/CMakeFiles/okularGenerator_plucker.dir/unpluck/util.o [0m[31m[1mLinking CXX shared module ../../lib/okularGenerator_plucker.so [0m[100%] Built target okularGenerator_plucker [35m[1mScanning dependencies of target doc-handbook [0m[100%] [34m[1mGenerating index.cache.bz2 [0mindex.docbook:9: warning: failed to load external entity "dtd/kdex.dtd" ]> ^ index.docbook:18: parser error : Entity 'language' not defined <book lang="&language;"> ^ index.docbook:18: element book: validity error : No declaration for attribute lang of element book <book lang="&language;"> ^ index.docbook:20: parser error : Entity 'okular' not defined <title>The &okular; Handbook</title> ^ index.docbook:20: element title: validity error : No declaration for element title <title>The &okular; Handbook</title> ^ index.docbook:23: element firstname: validity error : No declaration for element firstname <firstname>Albert</firstname> ^ index.docbook:24: element surname: validity error : No declaration for element surname <surname>Astals Cid</surname> ^ index.docbook:26: element email: validity error : No declaration for element email <address><email>aacid@kde.org</email></address> ^ index.docbook:26: element address: validity error : No declaration for element address <address><email>aacid@kde.org</email></address> ^ index.docbook:27: element affiliation: validity error : No declaration for element affiliation </affiliation> ^ index.docbook:28: element author: validity error : No declaration for element author </author> ^ index.docbook:30: element firstname: validity error : No declaration for element firstname <firstname>Pino</firstname> ^ index.docbook:31: element surname: validity error : No declaration for element surname <surname>Toscano</surname> ^ index.docbook:33: element email: validity error : No declaration for element email <address><email>pino@kde.org</email></address> ^ index.docbook:33: element address: validity error : No declaration for element address <address><email>pino@kde.org</email></address> ^ index.docbook:34: element affiliation: validity error : No declaration for element affiliation </affiliation> ^ index.docbook:35: element author: validity error : No declaration for element author </author> ^ index.docbook:37: element authorgroup: validity error : No declaration for element authorgroup </authorgroup> ^ index.docbook:38: parser error : Entity 'FDLNotice' not defined <legalnotice>&FDLNotice;</legalnotice> ^ index.docbook:38: element legalnotice: validity error : No declaration for element legalnotice <legalnotice>&FDLNotice;</legalnotice> ^ index.docbook:39: element date: validity error : No declaration for element date <date>2010-10-05</date> ^ index.docbook:40: parser error : Entity 'kde' not defined <releaseinfo>0.11.80 (&kde; 4.6)</releaseinfo> ^ index.docbook:40: element releaseinfo: validity error : No declaration for element releaseinfo <releaseinfo>0.11.80 (&kde; 4.6)</releaseinfo> ^ index.docbook:43: parser error : Entity 'okular' not defined <para>&okular; is a &kde; universal document viewer based on &kpdf; code.</pa ^ index.docbook:43: parser error : Entity 'kde' not defined <para>&okular; is a &kde; universal document viewer based on &kpdf; code.</pa ^ index.docbook:43: element application: validity error : No declaration for element application <para>&okular; is a &kde; universal document viewer based on &kpdf; code.</pa ^ index.docbook:43: element para: validity error : No declaration for element para <para>&okular; is a &kde; universal document viewer based on &kpdf; code.</para ^ index.docbook:44: element abstract: validity error : No declaration for element abstract </abstract> ^ index.docbook:46: element keyword: validity error : No declaration for element keyword <keyword>KDE</keyword> ^ index.docbook:47: element keyword: validity error : No declaration for element keyword <keyword>okular</keyword> ^ index.docbook:48: element keyword: validity error : No declaration for element keyword <keyword>pdf</keyword> ^ index.docbook:49: element keyword: validity error : No declaration for element keyword <keyword>ps</keyword> ^ index.docbook:50: element keyword: validity error : No declaration for element keyword <keyword>postscript</keyword> ^ index.docbook:51: element keyword: validity error : No declaration for element keyword <keyword>tiff</keyword> ^ index.docbook:52: element keyword: validity error : No declaration for element keyword <keyword>djvu</keyword> ^ index.docbook:53: element keyword: validity error : No declaration for element keyword <keyword>dvi</keyword> ^ index.docbook:54: element keyword: validity error : No declaration for element keyword <keyword>chm</keyword> ^ index.docbook:55: element keyword: validity error : No declaration for element keyword <keyword>xps</keyword> ^ index.docbook:56: element keyword: validity error : No declaration for element keyword <keyword>comicbook</keyword> ^ index.docbook:57: element keyword: validity error : No declaration for element keyword <keyword>fictionbook</keyword> ^ index.docbook:58: element keyword: validity error : No declaration for element keyword <keyword>mobipocket</keyword> ^ index.docbook:59: element keyword: validity error : No declaration for element keyword <keyword>plucker</keyword> ^ index.docbook:60: element keyword: validity error : No declaration for element keyword <keyword>annotation</keyword> ^ index.docbook:61: element keywordset: validity error : No declaration for element keywordset </keywordset> ^ index.docbook:62: element bookinfo: validity error : No declaration for element bookinfo </bookinfo> ^ index.docbook:63: element chapter: validity error : No declaration for attribute id of element chapter <chapter id="introduction"> ^ index.docbook:64: element title: validity error : No declaration for element title <title>Introduction</title> ^ index.docbook:65: parser error : Entity 'okular' not defined <para>&okular; is a &kde; universal document viewer based on the code of the & ^ index.docbook:65: parser error : Entity 'kde' not defined <para>&okular; is a &kde; universal document viewer based on the code of the & ^ index.docbook:66: parser error : Entity 'okular' not defined Although being based on &kpdf; code, &okular; has some unique features such a ^ index.docbook:68: element para: validity error : No declaration for element para </para> ^ index.docbook:70: parser error : Entity 'okular' not defined &okular; supports a lot of different formats like PDF, Postscript, Tiff, CHM, ^ index.docbook:70: parser error : Entity 'etc' not defined different formats like PDF, Postscript, Tiff, CHM, DjVU, Images (png, jpg, &etc; ^ index.docbook:72: element ulink: validity error : No declaration for attribute url of element ulink ed formats and their features see <ulink url="http://okular.kde.org/formats.php" ^ index.docbook:73: parser error : Entity 'okular' not defined &okular; Document Format Handlers</ulink>. ^ index.docbook:73: element ulink: validity error : No declaration for element ulink &okular; Document Format Handlers</ulink>. ^ index.docbook:74: element para: validity error : No declaration for element para </para> ^ index.docbook:76: parser error : Entity 'okular' not defined <screeninfo>&okular;s Main Window</screeninfo> ^ index.docbook:76: element screeninfo: validity error : No declaration for element screeninfo <screeninfo>&okular;s Main Window</screeninfo> ^ index.docbook:79: element imagedata: validity error : No declaration for attribute fileref of element imagedata <imagedata fileref="mainwindow.png" format="PNG" /> ^ index.docbook:79: element imagedata: validity error : No declaration for attribute format of element imagedata <imagedata fileref="mainwindow.png" format="PNG" /> ^ index.docbook:79: element imagedata: validity error : No declaration for element imagedata <imagedata fileref="mainwindow.png" format="PNG" /> ^ index.docbook:80: element imageobject: validity error : No declaration for element imageobject </imageobject> ^ index.docbook:82: parser error : Entity 'okular' not defined <phrase>&okular;s Main Window</phrase> ^ index.docbook:82: element phrase: validity error : No declaration for element phrase <phrase>&okular;s Main Window</phrase> ^ index.docbook:83: element textobject: validity error : No declaration for element textobject </textobject> ^ index.docbook:84: element mediaobject: validity error : No declaration for element mediaobject </mediaobject> ^ index.docbook:85: element screenshot: validity error : No declaration for element screenshot </screenshot> ^ index.docbook:94: element chapter: validity error : No declaration for element chapter </chapter> ^ index.docbook:95: element chapter: validity error : No declaration for attribute id of element chapter <chapter id="use"> ^ index.docbook:96: element title: validity error : No declaration for element title <title>Basic Usage</title> ^ index.docbook:97: element sect1: validity error : No declaration for attribute id of element sect1 <sect1 id="opening"> ^ index.docbook:98: element title: validity error : No declaration for element title <title>Opening Files</title> ^ index.docbook:100: parser error : Entity 'okular' not defined To view any supported file in &okular;, select <menuchoice><guimenu>File</gu ^ index.docbook:100: element guimenu: validity error : No declaration for element guimenu view any supported file in &okular;, select <menuchoice><guimenu>File</guimenu> ^ index.docbook:100: element guimenuitem: validity error : No declaration for element guimenuitem ar;, select <menuchoice><guimenu>File</guimenu><guimenuitem>Open...</guimenuitem ^ index.docbook:101: element menuchoice: validity error : No declaration for element menuchoice </menuchoice>, choose a supported file in the dialog and click <guibutton>Op ^ index.docbook:101: element guibutton: validity error : No declaration for element guibutton ce>, choose a supported file in the dialog and click <guibutton>Open</guibutton> ^ index.docbook:103: element para: validity error : No declaration for element para </para> ^ index.docbook:105: parser error : Entity 'okular' not defined If you have already opened files in &okular; before, you can quickly access ^ index.docbook:106: element guimenu: validity error : No declaration for element guimenu the <menuchoice><guimenu>File</guimenu><guisubmenu>Open Recent</guisubmenu>< ^ index.docbook:106: element guisubmenu: validity error : No declaration for element guisubmenu the <menuchoice><guimenu>File</guimenu><guisubmenu>Open Recent</guisubmenu>< ^ index.docbook:106: element menuchoice: validity error : No declaration for element menuchoice uchoice><guimenu>File</guimenu><guisubmenu>Open Recent</guisubmenu></menuchoice> ^ index.docbook:107: element para: validity error : No declaration for element para </para> ^ index.docbook:108: parser error : Entity 'okular' not defined <para>&okular; is the default &kde; application for PDF and Postscript files, ^ index.docbook:108: parser error : Entity 'kde' not defined <para>&okular; is the default &kde; application for PDF and Postscript files, ^ index.docbook:109: parser error : Entity 'LMB' not defined &LMB; on such a file type in the filemanager. If you want to open any file w ^ index.docbook:109: parser error : Entity 'okular' not defined filemanager. If you want to open any file whose format is supported by &okular; ^ index.docbook:110: element guimenu: validity error : No declaration for element guimenu use <menuchoice><guimenu>Open with...</guimenu><guimenuitem>&okular;</guimen ^ index.docbook:110: parser error : Entity 'okular' not defined use <menuchoice><guimenu>Open with...</guimenu><guimenuitem>&okular;</guimen ^ index.docbook:110: element guimenuitem: validity error : No declaration for element guimenuitem e <menuchoice><guimenu>Open with...</guimenu><guimenuitem>&okular;</guimenuitem> ^ index.docbook:110: element menuchoice: validity error : No declaration for element menuchoice <guimenu>Open with...</guimenu><guimenuitem>&okular;</guimenuitem> </menuchoice> ^ index.docbook:112: element para: validity error : No declaration for element para </para> ^ index.docbook:115: element link: validity error : No declaration for attribute linkend of element link <link linkend="navigating">next section</link> to learn more about this. ^ index.docbook:115: element link: validity error : No declaration for element link <link linkend="navigating">next section</link> to learn more about this. ^ index.docbook:116: element para: validity error : No declaration for element para </para> ^ index.docbook:117: element sect1: validity error : No declaration for element sect1 </sect1> ^ index.docbook:118: element sect1: validity error : No declaration for attribute id of element sect1 <sect1 id="navigating"> ^ index.docbook:119: element title: validity error : No declaration for element title <title>Navigating</title> ^ index.docbook:120: parser error : Entity 'okular' not defined <para>This section describes how you can navigate through a document in &okular; ^ index.docbook:120: element para: validity error : No declaration for element para his section describes how you can navigate through a document in &okular;.</para ^ index.docbook:127: element keycap: validity error : No declaration for element keycap <keycap>Up Arrow</keycap> and <keycap>Down Arrow</keycap> keys. You may also ^ index.docbook:127: element keycap: validity error : No declaration for element keycap <keycap>Up Arrow</keycap> and <keycap>Down Arrow</keycap> keys. You may also ^ index.docbook:128: element keycap: validity error : No declaration for element keycap the scrollbar, your mousewheel or the <keycap>Page Up</keycap> and <keycap>P ^ index.docbook:128: element keycap: validity error : No declaration for element keycap r, your mousewheel or the <keycap>Page Up</keycap> and <keycap>Page Down</keycap ^ index.docbook:130: element para: validity error : No declaration for element para </para> ^ index.docbook:132: parser error : Entity 'LMB' not defined Another way is to hold the &LMB; down at any place on the document while dra ^ index.docbook:134: element guimenu: validity error : No declaration for element guimenu enabled, which you can select by choosing <menuchoice><guimenu>Tools</guimenu> ^ index.docbook:135: element guimenuitem: validity error : No declaration for element guimenuitem </guimenuitem></menuchoice>. ^ index.docbook:135: element menuchoice: validity error : No declaration for element menuchoice </guimenuitem></menuchoice>. ^ index.docbook:136: element para: validity error : No declaration for element para </para> ^ index.docbook:137: parser error : Entity 'okular' not defined ad a document with several pages use the automatic scrolling feature of &okular; ^ index.docbook:138: element keycombo: validity error : No declaration for attribute action of element keycombo Start automatic scrolling with <keycombo action="simul">&Shift;<keysym>Down A ^ index.docbook:138: parser error : Entity 'Shift' not defined Start automatic scrolling with <keycombo action="simul">&Shift;<keysym>Down A ^ index.docbook:138: element keysym: validity error : No declaration for element keysym matic scrolling with <keycombo action="simul">&Shift;<keysym>Down Arrow</keysym> ^ index.docbook:138: element keycombo: validity error : No declaration for element keycombo ling with <keycombo action="simul">&Shift;<keysym>Down Arrow</keysym></keycombo> ^ index.docbook:139: element keycombo: validity error : No declaration for attribute action of element keycombo <keycombo action="simul">&Shift;<keysym>Up Arrow</keysym></keycombo>. Then us ^ index.docbook:139: parser error : Entity 'Shift' not defined <keycombo action="simul">&Shift;<keysym>Up Arrow</keysym></keycombo>. Then us ^ index.docbook:139: element keysym: validity error : No declaration for element keysym <keycombo action="simul">&Shift;<keysym>Up Arrow</keysym></keycombo>. Then us ^ index.docbook:139: element keycombo: validity error : No declaration for element keycombo <keycombo action="simul">&Shift;<keysym>Up Arrow</keysym></keycombo>. Then us ^ index.docbook:140: parser error : Entity 'Shift' not defined d. You can start or stop automatic scrolling temporarily by pressing the &Shift; ^ index.docbook:142: element para: validity error : No declaration for element para </para> ^ index.docbook:145: element para: validity error : No declaration for element para </para> ^ index.docbook:149: element para: validity error : No declaration for element para </para> ^ index.docbook:155: element para: validity error : No declaration for element para </para> ^ index.docbook:156: element listitem: validity error : No declaration for element listitem </listitem> ^ index.docbook:162: element para: validity error : No declaration for element para </para> ^ index.docbook:163: element listitem: validity error : No declaration for element listitem </listitem> ^ index.docbook:166: element guilabel: validity error : No declaration for element guilabel If the document has bookmarks, enable the <guilabel>Bookmarks</guilabel> v ^ index.docbook:170: element para: validity error : No declaration for element para </para> ^ index.docbook:171: element listitem: validity error : No declaration for element listitem </listitem> ^ index.docbook:174: element guilabel: validity error : No declaration for element guilabel If the document has annotations, enable the <guilabel>Reviews</guilabel> v ^ index.docbook:175: element keycap: validity error : No declaration for element keycap and click the annotations or select them with the <keycap>Up Arrow</keycap> ^ index.docbook:175: element keycap: validity error : No declaration for element keycap r select them with the <keycap>Up Arrow</keycap> and <keycap>Down Arrow</keycap> ^ index.docbook:175: element keycap: validity error : No declaration for element keycap </keycap> and <keycap>Down Arrow</keycap> keys and press <keycap>Return</keycap> ^ index.docbook:176: element para: validity error : No declaration for element para </para> ^ index.docbook:177: element listitem: validity error : No declaration for element listitem </listitem> ^ index.docbook:178: element itemizedlist: validity error : No declaration for element itemizedlist </itemizedlist> ^ index.docbook:182: parser error : Entity 'kde' not defined other document the default &kde; handler for that format will be invoked. ^ index.docbook:183: element quote: validity error : No declaration for element quote For example, clicking on a link pointing to <quote>http://www.kde.org</quote ^ index.docbook:184: parser error : Entity 'kde' not defined will open the web page in the default &kde;'s web browser. ^ index.docbook:185: element para: validity error : No declaration for element para </para> ^ index.docbook:189: element para: validity error : No declaration for element para </para> ^ index.docbook:194: element keycombo: validity error : No declaration for attribute action of element keycombo <keycombo action="simul">&Ctrl;<keycap>Home</keycap></keycombo> or ^ index.docbook:194: parser error : Entity 'Ctrl' not defined <keycombo action="simul">&Ctrl;<keycap>Home</keycap></keycombo> or ^ index.docbook:194: element keycap: validity error : No declaration for element keycap <keycombo action="simul">&Ctrl;<keycap>Home</keycap></keycombo> or ^ index.docbook:194: element keycombo: validity error : No declaration for element keycombo <keycombo action="simul">&Ctrl;<keycap>Home</keycap></keycombo> or ^ index.docbook:197: element guimenu: validity error : No declaration for element guimenu <guimenu>Go</guimenu> ^ index.docbook:198: element guimenuitem: validity error : No declaration for element guimenuitem <guimenuitem>Beginning of the document</guimenuitem> ^ index.docbook:199: element menuchoice: validity error : No declaration for element menuchoice </menuchoice>. ^ index.docbook:200: element para: validity error : No declaration for element para </para> ^ index.docbook:201: element listitem: validity error : No declaration for element listitem </listitem> ^ index.docbook:205: element keycombo: validity error : No declaration for attribute action of element keycombo <keycombo action="simul">&Ctrl;<keycap>End</keycap></keycombo> or ^ index.docbook:205: parser error : Entity 'Ctrl' not defined <keycombo action="simul">&Ctrl;<keycap>End</keycap></keycombo> or ^ index.docbook:205: element keycap: validity error : No declaration for element keycap <keycombo action="simul">&Ctrl;<keycap>End</keycap></keycombo> or ^ index.docbook:205: element keycombo: validity error : No declaration for element keycombo <keycombo action="simul">&Ctrl;<keycap>End</keycap></keycombo> or ^ index.docbook:208: element guimenu: validity error : No declaration for element guimenu <guimenu>Go</guimenu> ^ index.docbook:209: element guimenuitem: validity error : No declaration for element guimenuitem <guimenuitem>End of the document</guimenuitem> ^ index.docbook:210: element menuchoice: validity error : No declaration for element menuchoice </menuchoice>. ^ index.docbook:211: element para: validity error : No declaration for element para </para> ^ index.docbook:212: element listitem: validity error : No declaration for element listitem </listitem> ^ index.docbook:215: element keycap: validity error : No declaration for element keycap You can go forward in the document using <keycap>Space</keycap> or <keycap ^ index.docbook:215: element keycap: validity error : No declaration for element keycap rward in the document using <keycap>Space</keycap> or <keycap>Page Down</keycap> ^ index.docbook:216: element guibutton: validity error : No declaration for element guibutton To go to the next page of the document use the <guibutton>Next Page</guibutton> ^ index.docbook:219: element guimenu: validity error : No declaration for element guimenu <guimenu>Go</guimenu> ^ index.docbook:220: element guimenuitem: validity error : No declaration for element guimenuitem <guimenuitem>Next Page</guimenuitem> ^ index.docbook:221: element menuchoice: validity error : No declaration for element menuchoice </menuchoice> in the menubar. ^ index.docbook:222: element para: validity error : No declaration for element para </para> ^ index.docbook:223: element listitem: validity error : No declaration for element listitem </listitem> ^ index.docbook:226: parser error : Entity 'Backspace' not defined You can go back in the document using &Backspace; or <keycap>Page Up</keyc ^ index.docbook:226: element keycap: validity error : No declaration for element keycap You can go back in the document using &Backspace; or <keycap>Page Up</keycap> ^ index.docbook:227: element guibutton: validity error : No declaration for element guibutton go to the previous page of the document use <guibutton>Previous Page</guibutton> ^ index.docbook:230: element guimenu: validity error : No declaration for element guimenu <guimenu>Go</guimenu> ^ index.docbook:231: element guimenuitem: validity error : No declaration for element guimenuitem <guimenuitem>Previous Page</guimenuitem> ^ index.docbook:232: element menuchoice: validity error : No declaration for element menuchoice </menuchoice> in the menubar. ^ index.docbook:233: element para: validity error : No declaration for element para </para> ^ index.docbook:234: element listitem: validity error : No declaration for element listitem </listitem> ^ index.docbook:235: element itemizedlist: validity error : No declaration for element itemizedlist </itemizedlist> ^ index.docbook:236: element sect1: validity error : No declaration for element sect1 </sect1> ^ index.docbook:237: element sect1: validity error : No declaration for attribute id of element sect1 <sect1 id="presentationMode"> ^ index.docbook:238: element title: validity error : No declaration for element title <title>Presentation Mode</title> ^ index.docbook:240: parser error : Entity 'okular' not defined The Presentation mode represents another way to view documents in &okular;. ^ index.docbook:242: element guimenu: validity error : No declaration for element guimenu <menuchoice><guimenu>View</guimenu><guimenuitem>Presentation</guimenuitem></ ^ index.docbook:242: element guimenuitem: validity error : No declaration for element guimenuitem <menuchoice><guimenu>View</guimenu><guimenuitem>Presentation</guimenuitem></ ^ index.docbook:242: element menuchoice: validity error : No declaration for element menuchoice oice><guimenu>View</guimenu><guimenuitem>Presentation</guimenuitem></menuchoice> ^ index.docbook:245: element para: validity error : No declaration for element para </para> ^ index.docbook:248: element acronym: validity error : No declaration for element acronym &PDF; documents can even specify that they are always opened in presentatio ^ index.docbook:249: element para: validity error : No declaration for element para </para> ^ index.docbook:250: element note: validity error : No declaration for element note </note> ^ index.docbook:254: element para: validity error : No declaration for element para </para> ^ index.docbook:256: parser error : Entity 'okular' not defined <screeninfo>&okular; in Presentation Mode</screeninfo> ^ index.docbook:256: element screeninfo: validity error : No declaration for element screeninfo <screeninfo>&okular; in Presentation Mode</screeninfo> ^ index.docbook:259: element imagedata: validity error : No declaration for attribute fileref of element imagedata <imagedata fileref="presentation.png" format="PNG" /> ^ index.docbook:259: element imagedata: validity error : No declaration for attribute format of element imagedata <imagedata fileref="presentation.png" format="PNG" /> ^ index.docbook:259: element imagedata: validity error : No declaration for element imagedata <imagedata fileref="presentation.png" format="PNG" /> ^ index.docbook:260: element imageobject: validity error : No declaration for element imageobject </imageobject> ^ index.docbook:262: parser error : Entity 'okular' not defined <phrase>&okular; in Presentation Mode</phrase> ^ index.docbook:262: element phrase: validity error : No declaration for element phrase <phrase>&okular; in Presentation Mode</phrase> ^ index.docbook:263: element textobject: validity error : No declaration for element textobject </textobject> ^ index.docbook:264: element mediaobject: validity error : No declaration for element mediaobject </mediaobject> ^ index.docbook:265: element screenshot: validity error : No declaration for element screenshot </screenshot> ^ index.docbook:268: parser error : Entity 'LMB' not defined pages you may use the &LMB; (next page) and the &RMB; (previous page), the m ^ index.docbook:268: parser error : Entity 'RMB' not defined pages you may use the &LMB; (next page) and the &RMB; (previous page), the m ^ index.docbook:270: element link: validity error : No declaration for attribute linkend of element link or the keys specified in the <link linkend="navigating">Navigating</link> ^ index.docbook:270: element link: validity error : No declaration for element link or the keys specified in the <link linkend="navigating">Navigating</link> ^ index.docbook:272: element para: validity error : No declaration for element para </para> ^ index.docbook:274: parser error : Entity 'Esc' not defined You can exit presentation mode at any time by pressing the &Esc; key or clic ^ index.docbook:275: element guiicon: validity error : No declaration for element guiicon the <guiicon>Quit</guiicon> icon in the top bar. ^ index.docbook:276: element para: validity error : No declaration for element para </para> ^ index.docbook:279: element guilabel: validity error : No declaration for element guilabel <guilabel>Toggle Drawing Mode</guilabel> icon in the top bar to enable or di ^ index.docbook:281: element guilabel: validity error : No declaration for element guilabel g to another page, or manually selecting the <guilabel>Erase Drawings</guilabel> ^ index.docbook:282: element para: validity error : No declaration for element para </para> ^ index.docbook:287: element para: validity error : No declaration for element para </para> ^ index.docbook:290: element link: validity error : No declaration for attribute linkend of element link description in the chapter <link linkend="configpresentation">Configuring &o ^ index.docbook:290: parser error : Entity 'okular' not defined scription in the chapter <link linkend="configpresentation">Configuring &okular; ^ index.docbook:290: element link: validity error : No declaration for element link on in the chapter <link linkend="configpresentation">Configuring &okular;</link> ^ index.docbook:291: element para: validity error : No declaration for element para </para> ^ index.docbook:292: element sect1: validity error : No declaration for element sect1 </sect1> ^ index.docbook:293: element chapter: validity error : No declaration for element chapter </chapter> ^ index.docbook:295: element chapter: validity error : No declaration for attribute id of element chapter <chapter id="advanced"> ^ index.docbook:296: parser error : Entity 'okular' not defined <title>&okular; Advanced Features</title> ^ index.docbook:296: element title: validity error : No declaration for element title <title>&okular; Advanced Features</title> ^ index.docbook:297: element sect1: validity error : No declaration for attribute id of element sect1 <sect1 id="embedded-files"> ^ index.docbook:298: element title: validity error : No declaration for element title <title>Embedded Files</title> ^ index.docbook:302: element para: validity error : No declaration for element para </para> ^ index.docbook:304: element screeninfo: validity error : No declaration for element screeninfo <screeninfo>The embedded files bar</screeninfo> ^ index.docbook:307: element imagedata: validity error : No declaration for attribute fileref of element imagedata <imagedata fileref="embedded-files-bar.png" format="PNG" /> ^ index.docbook:307: element imagedata: validity error : No declaration for attribute format of element imagedata <imagedata fileref="embedded-files-bar.png" format="PNG" /> ^ index.docbook:307: element imagedata: validity error : No declaration for element imagedata <imagedata fileref="embedded-files-bar.png" format="PNG" /> ^ index.docbook:308: element imageobject: validity error : No declaration for element imageobject </imageobject> ^ index.docbook:310: element phrase: validity error : No declaration for element phrase <phrase>The embedded files bar</phrase> ^ index.docbook:311: element textobject: validity error : No declaration for element textobject </textobject> ^ index.docbook:312: element mediaobject: validity error : No declaration for element mediaobject </mediaobject> ^ index.docbook:313: element screenshot: validity error : No declaration for element screenshot </screenshot> ^ index.docbook:316: element guimenu: validity error : No declaration for element guimenu <menuchoice><guimenu>File</guimenu><guimenuitem>Embedded Files</guimenuitem> ^ index.docbook:316: element guimenuitem: validity error : No declaration for element guimenuitem <menuchoice><guimenu>File</guimenu><guimenuitem>Embedded Files</guimenuitem> ^ index.docbook:316: element menuchoice: validity error : No declaration for element menuchoice ice><guimenu>File</guimenu><guimenuitem>Embedded Files</guimenuitem></menuchoice ^ index.docbook:319: element para: validity error : No declaration for element para </para> ^ index.docbook:320: element sect1: validity error : No declaration for element sect1 </sect1> ^ index.docbook:321: element sect1: validity error : No declaration for attribute id of element sect1 <sect1 id="forms"> ^ index.docbook:322: element title: validity error : No declaration for element title <title>Forms</title> ^ index.docbook:326: element para: validity error : No declaration for element para </para> ^ index.docbook:328: element screeninfo: validity error : No declaration for element screeninfo <screeninfo>The forms bar</screeninfo> ^ index.docbook:331: element imagedata: validity error : No declaration for attribute fileref of element imagedata <imagedata fileref="forms-bar.png" format="PNG" /> ^ index.docbook:331: element imagedata: validity error : No declaration for attribute format of element imagedata <imagedata fileref="forms-bar.png" format="PNG" /> ^ index.docbook:331: element imagedata: validity error : No declaration for element imagedata <imagedata fileref="forms-bar.png" format="PNG" /> ^ index.docbook:332: element imageobject: validity error : No declaration for element imageobject </imageobject> ^ index.docbook:334: element phrase: validity error : No declaration for element phrase <phrase>The forms bar</phrase> ^ index.docbook:335: element textobject: validity error : No declaration for element textobject </textobject> ^ index.docbook:336: element mediaobject: validity error : No declaration for element mediaobject </mediaobject> ^ index.docbook:337: element screenshot: validity error : No declaration for element screenshot </screenshot> ^ index.docbook:339: element guilabel: validity error : No declaration for element guilabel In this case, you can either click on <guilabel>Show Forms</guilabel> in the ^ index.docbook:340: element guimenu: validity error : No declaration for element guimenu <menuchoice><guimenu>View</guimenu><guimenuitem>Show Forms</guimenuitem></me ^ index.docbook:340: element guimenuitem: validity error : No declaration for element guimenuitem <menuchoice><guimenu>View</guimenu><guimenuitem>Show Forms</guimenuitem></me ^ index.docbook:340: element menuchoice: validity error : No declaration for element menuchoice uchoice><guimenu>View</guimenu><guimenuitem>Show Forms</guimenuitem></menuchoice ^ index.docbook:342: element para: validity error : No declaration for element para </para> ^ index.docbook:343: element sect1: validity error : No declaration for element sect1 </sect1> ^ index.docbook:344: element sect1: validity error : No declaration for attribute id of element sect1 <sect1 id="annotations"> ^ index.docbook:345: element title: validity error : No declaration for element title <title>Annotations</title> ^ index.docbook:347: parser error : Entity 'okular' not defined &okular; allows you to review and annotate your documents. ^ index.docbook:348: parser error : Entity 'okular' not defined Annotations created in &okular; are automatically saved in the internal loca ^ index.docbook:350: parser error : Entity 'okular' not defined &okular; does not implicitly change any document it opens. ^ index.docbook:351: element para: validity error : No declaration for element para </para> ^ index.docbook:353: parser error : Entity 'okular' not defined <screeninfo>&okular;'s Annotations</screeninfo> ^ index.docbook:353: element screeninfo: validity error : No declaration for element screeninfo <screeninfo>&okular;'s Annotations</screeninfo> ^ index.docbook:356: element imagedata: validity error : No declaration for attribute fileref of element imagedata <imagedata fileref="annotations.png" format="PNG" /> ^ index.docbook:356: element imagedata: validity error : No declaration for attribute format of element imagedata <imagedata fileref="annotations.png" format="PNG" /> ^ index.docbook:356: element imagedata: validity error : No declaration for element imagedata <imagedata fileref="annotations.png" format="PNG" /> ^ index.docbook:357: element imageobject: validity error : No declaration for element imageobject </imageobject> ^ index.docbook:359: parser error : Entity 'okular' not defined <phrase>&okular;'s Annotations</phrase> ^ index.docbook:359: element phrase: validity error : No declaration for element phrase <phrase>&okular;'s Annotations</phrase> ^ index.docbook:360: element textobject: validity error : No declaration for element textobject </textobject> ^ index.docbook:361: element mediaobject: validity error : No declaration for element mediaobject </mediaobject> ^ index.docbook:362: element screenshot: validity error : No declaration for element screenshot </screenshot> ^ index.docbook:363: parser error : Entity 'okular' not defined <para>&okular; has two different kind of annotations:</para> ^ index.docbook:363: element para: validity error : No declaration for element para <para>&okular; has two different kind of annotations:</para> ^ index.docbook:364: element guilabel: validity error : No declaration for element guilabel <para>Text annotations like <guilabel>Yellow Highlighter</guilabel> and <guil ^ index.docbook:364: element guilabel: validity error : No declaration for element guilabel uilabel>Yellow Highlighter</guilabel> and <guilabel>Black Underlining</guilabel> ^ index.docbook:365: parser error : Entity 'eg' not defined for files with text like ⪚ PDF.</para> ^ index.docbook:365: element para: validity error : No declaration for element para for files with text like ⪚ PDF.</para> ^ index.docbook:366: element guilabel: validity error : No declaration for element guilabel <para>Graphic annotations like <guilabel>Note</guilabel>, <guilabel>Inline No ^ index.docbook:366: element guilabel: validity error : No declaration for element guilabel hic annotations like <guilabel>Note</guilabel>, <guilabel>Inline Note</guilabel> ^ index.docbook:366: element guilabel: validity error : No declaration for element guilabel bel>, <guilabel>Inline Note</guilabel>, <guilabel>Green Freehand Line</guilabel> ^ index.docbook:366: element guilabel: validity error : No declaration for element guilabel ilabel>Green Freehand Line</guilabel>, <guilabel>Straight Yellow Line</guilabel> ^ index.docbook:366: element guilabel: validity error : No declaration for element guilabel l>, <guilabel>Straight Yellow Line</guilabel>, <guilabel>Blue Polygon</guilabel> ^ index.docbook:366: element guilabel: validity error : No declaration for element guilabel w Line</guilabel>, <guilabel>Blue Polygon</guilabel>, <guilabel>Stamp</guilabel> ^ index.docbook:366: element guilabel: validity error : No declaration for element guilabel gon</guilabel>, <guilabel>Stamp</guilabel> and <guilabel>Cyan Ellipse</guilabel> ^ index.docbook:366: parser error : Entity 'okular' not defined bel> and <guilabel>Cyan Ellipse</guilabel> for all formats supported by &okular; ^ index.docbook:366: element para: validity error : No declaration for element para d <guilabel>Cyan Ellipse</guilabel> for all formats supported by &okular;.</para ^ index.docbook:367: element guilabel: validity error : No declaration for element guilabel <para>Using the context menu either in the <guilabel>Reviews</guilabel> view ^ index.docbook:367: element guilabel: validity error : No declaration for element guilabel tion panel or in the main window you can open a <guilabel>Pop up Note</guilabel> ^ index.docbook:367: element para: validity error : No declaration for element para op up Note</guilabel> for any kind of annotation and add or edit comments.</para ^ index.docbook:368: parser error : Entity 'okular' not defined ions are not only limited to PDF files, they can be used for any format &okular; ^ index.docbook:368: element para: validity error : No declaration for element para y limited to PDF files, they can be used for any format &okular; supports.</para ^ index.docbook:370: parser error : Entity 'kde' not defined Since &kde; 4.2, &okular; has the "document archiving" feature. This is an & ^ index.docbook:370: parser error : Entity 'okular' not defined Since &kde; 4.2, &okular; has the "document archiving" feature. This is an & ^ index.docbook:370: parser error : Entity 'okular' not defined ce &kde; 4.2, &okular; has the "document archiving&am | It says it can't find dtd/kdex.dtd, which should be part of kde-base/kdelibs: /usr/share/apps/ksgmltools2/customization/dtd/kdex.dtd Do you have it? An alternative solution is to try compiling with "handbook" flag unset. |
Hello, I'am not able to paste to vim from kde4 using the middle mouse button. The first time it gives me Quote: E29: No inserted text yet Press ENTER or type command to continue then i press ENTER and it shows the text i've just pasted. The next times it works but sometimes pastes garbage. i found this online http://groups.google.com/group/comp.windows.x.kde/browse_thread/thread/4591acfad2b17d56 It worked for a couple of hours, but now the problem is back. Any workarounds? Code: lordcris ~ # emerge -pv vim vim-core kdelibs klipper These are the packages that would be merged, in order: Calculating dependencies ... done! [ebuild R ] app-editors/vim-core-7.2.182 USE="nls -acl -bash-completion -livecd" 0 kB [ebuild R ] kde-base/kdelibs-4.3.2-r3 USE="acl alsa bzip2 handbook mmx nls opengl semantic-desktop spell sse sse2 ssl -3dnow (-altivec) (-aqua) -bindist -debug -doc -fam -jpeg2k (-kdeprefix) -kerberos -lzma -openexr -test -zeroconf" 0 kB [ebuild R ] app-editors/vim-7.2.182 USE="nls vim-with-x -acl -bash-completion -cscope -debug -gpm -minimal -perl -python -ruby -vim-pager" 0 kB [ebuild R ] kde-base/klipper-4.3.2 USE="handbook (-aqua) -debug (-kdeprefix)" 0 kB | Does it work if you quit klipper ? |
Hi, I have had this problem for some time, and I figured that it would eventually work itself out after a few emerge world's. It has been over a year, and the problem still persists. The problems seemed to appear after we left the 3.x versions of firefox. I'm now on 8.1. My pages render fine on the screen, the fonts look good (reasonably so at least, the anti aliasing could be a little better). The problem is that when I print, they always come up looking extremely pixelated, and barely legible (depending upon the size of the font). Helvetica is a definite problem, though it may not be the only font with the issue. If I were to guess, I'd say it is substituting a terminal or ps font for the print... but I cannot imagine why... If I look in my font installer for KDE, I can see that I have the Helvetica font family installed. It looks fine in firefox, libreoffice and so on, and it even prints fine in everything but firefox. This has become a major nuisance. Anyone have any ideas on what is going on here? Thanks! -G | Helvetica is a bitmap font. Printing a 96dpi bitmap font at 300+dpi is going to look terrible. Uninstall it if you don't like it. |
I bought a usb graphics card to run dual monitors on my lap top (2x22" external). I use the built-in vga port for my right monitor and the usb card for the left monitor. However, it seems like I can only run one graphics card at the time. I read somewhere that I could not mix usb cards with the built-in card, but I cannot find where I read it. Does anyone know if there is a way to fix this? I can run both cards but not at the same time so the cards are OK. I am using fbdev for usb and fglrx for the built-in. | You're going to have a bad time with things if you want that USB device to act as a hotplug monitor. If you want it always on, you're in luck. I've used DisplayLink based devices in the past, and they've worked for me with some setup required. General info here: http://libdlo.freedesktop.org/wiki/ A specific tri-head use case you may find helpful: http://mulchman.org/blog/?tag=displaylink |
I install the X and gnome. But I use the Code: lsmod I could not find the module "nouveau". But by Code: dmesg I can find that the module have been inserted. In the make.conf I have choose VIDEO_CARDS="nouveau" Another problem Everytime I move window, it seem the system render slowly. I can see tuft of white zone when I move window. Any idea???? | Sounds like the missing module is for xorg, not a kernel module. Can you verify that VIDEO_CARDS="nouveau" is set, and that x11-drivers/xf86-video-nouveau is installed? If these things don't help, please post your complete /var/log/Xorg.0.log |
Hello all, I've got a lenovo u260. about 5 months ago I had full screen brightness control. I reinstalled win 7 on it to lend to my folks to use for a while. Now that I have it back I've installed linux, have everything working except for screen brightness control. I have two levels of brightness, and it always defaults to low brightness. When I had this configured before I had HAL enabled, and this was before the 3.x series kernel. lspci: 00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02) This is the core i3 version of the laptop. Any help would be appreciated. | Hi, first you have to provide more info what is your goal or preferred way of controlling the brightness? If through your DE, then which do you use? as you have a Intel integrated GFX card, what does the "notebook manual" say about the module? like Intel GMA 4**** do the brightness control keys work even in a TTY console? that would mean that they are controlled hardware-wise and any software attempting to control brightness could mess things up. Som of may friends with Lenovo Thinkpads and KDE solved such an issue by disabling the control keys in the KDE keybinings menu somewhere, before both software and hardrae changed brigtness, so they had 3 steps instead of 10 or so. the xbacklight utility is a simple way to debug have you tried writing (as root) to files in subdirectories of /sys/class/backlight/ ? I had a similar problem with my Acer Extensa 5632z, also has an integrated Intel GMA 4500M The solution was to add Code: acpi_osi=Linux to the kernel boot parameters. It instructs the kernel to report itself to the BIOS properly and BIOS then provides the right interface. I don't use a DE, so I just bound xbacklight +12% to my function keys through my WM. A strange thing was that with a parameter Code: acpi_osi= the function keys worked hardware-wise, but couldn't be controlled by software or the /sys interface. Try both these forms of the parameter and see which works best for you. Good luck |
on my x86 notebook with intel graphics (1.10.1.902 xorg-server / 2.15.0 intel driver) I installed googleearth 6.0.3.2197 When I try to start googleearth as a regular user, one of two things happen 1. A crash with "caught signal 11" error (crashlog below) 2. A window pops up asking if I want to try "directx mode"; whether I say "yes" or "no" googleearth starts with very bad performance and screen corruption BUT - if I use kdesu googleearth and run it as root, everything works perfectly permissions in ~/.googleearth and ~/.config/Google seem OK here's a crashlog Code: Major Version 6 Minor Version 0 Build Number 0003 Build Date May 17 2011 Build Time 00:40:40 OS Type 3 OS Major Version 2 OS Minor Version 6 OS Build Version 38 OS Patch Version 0 Crash Signal 11 Crash Time 1306328008 Up Time 11.8672 Stacktrace from glibc: ./libgoogleearth_free.so(+0xab953)[0xb7859953] ./libgoogleearth_free.so(+0xabad3)[0xb7859ad3] [0xb78cf400] ./libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x61)[0xb6beb5f1] ./libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x1db)[0xb6beba2b] ./libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0x170)[0xb6beb560] ./libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x61)[0xb6beb5f1] ./libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x1db)[0xb6beba2b] ./libQtGui.so.4(_ZN7QWidget10showNormalEv+0x5c)[0xb6bd916c] ./libgoogleearth_free.so(_ZN10MainWindow18readScreensizeInfoEv+0xd2f)[0xb7826bbf] ./libgoogleearth_free.so(_ZN5earth6client11Application12SetupMainWinENS0_3Kvw7ProductEb+0x31c)[0xb78608cc] ./libgoogleearth_free.so(_ZN5earth6client11Application3runEv+0x50e)[0xb7863aae] ./libgoogleearth_free.so(+0xaa40b)[0xb785840b] ./libgoogleearth_free.so(earthmain+0x247)[0xb7859587] ./googleearth-bin[0x804872b] /lib/libc.so.6(__libc_start_main+0xe7)[0xb56e2c93] ./googleearth-bin[0x8048671] | You didn't tell if your user is in video group? |
Hi, I've got gnome-3.2 running fine, and have gone through the gentoo gnome 3.2 upgrade guide, but I'm experiencing a strange issue: The black toolbar at the top displays: "Activities", <title of current window>, date/time, and then doesn't display anything until the username on the far right. The weird thing is that although the universal-access-settings, volume-control, network-manager, and power-manager icons aren't displayed, their menus pop up when clicked upon. It's kind of a pain clicking randomly and then using the cursor keys to access the proper applet's menu. AAny idea on how to resolve this? -Scott | Are you using ATI video drivers ? |
Dear Friends: /etc/conf.d/xdm has been edited for gdm. but when /etc/init.d/xdm start, system still enter into xdm. need help, thanks! | can you doublecheck? Code: risko-t3400 ~ # grep DISPLAYMANAGER /etc/conf.d/xdm DISPLAYMANAGER="gdm" |
Hi there, I emerged the last release of Google Chrome (and the emerging lasted about 5 hours ). Now, I'm trying to add some extension, but when I click the "Add to chrome" button, after pressing "INSTALL" into the gtk "Confirm install" dialog, the extension actually don't get installed. Any ideas? T. | Ok I solved it. Even though I edited the default downloaded files folder from "Downloads" to "download", when Chrome tries to install an ext. it looks for "Downloads". The problem is solved by creating a folder and naming it "Downloads". UN-BE-LIE-VE-BLE |
I have a problem with Intel Sandy Bridge video and the qtcurve window decorations in KDE 4. At 100% opacity they are completely transparent, and at anything else they are still transparent but with a slight blur behind them. See here for what 100% opacity looks like: http://i.imgur.com/efTQr.jpg I've tried qtcurve-1.6.4 and qtcurve-1.8.9 and both are the same. This is only a problem with Intel video; it looks fine on my nvidia box. I'm using the 2.17.0-r3 intel driver, kde 4.7.4, and the "raster" use flag is enabled for qt-gui. Desktop effects are turned on. Does anyone else have this problem? | Does it work with the "blur" plugin disabled? |
Good day, I trying emerge xorg-server nvidia-drivers [/url]. There was error in half installation. http://pastebin.com/E4PDv2uu I don't know, how can I fix it. Please, help me. Thank you. | post your /etc/make.conf and exact cpu model you have. looks like the instructions compiler uses do not exist on your cpu. |
I am having trouble getting the Xorg-server to work on a new Gentoo install on an Acer Aspire One with integrated Intel graphics controllers. I had set the proper USE flags and VIDEO_CARDS settings in make.conf. I have also selected CONFIG_DRM_I915=m in my kernel, and previous attempts to set CONFIG_DRM_I915_KMS=y has resulted in the system hanging, whenever it tries to initialize udev. Here is the output of Xorg.0.log whenever I issue startx: http://pastebin.com/F8Brre59 Here is some read out from dmesg | tail: Code: pci 0000:00:02.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11 pci 0000:00:02.0 setting latency timer to 64 mtrr: no more MTRRs avialable [drm] MTRR allocation failed. Graphics performance may suffer. [drm] Supports vblank timestamp caching Rev1 (10.10.2010). [drm] No driver support for vblank timestamp query. [drm] Initialized I915 1.6.0 20080730 for 0000:00:02.0 on minor 0 This is what I get from less /proc/mtrr: Code: reg00: base=0x0fffe0000 (4095MB), size= 128KB, count=1: write-protect reg01: base=0x0fffc0000 (4095MB), size= 128KB, count=1: uncachable reg02: base=0x000000000 ( 0MB), size= 512MB, count=1: write-back reg03: base=0x020000000 ( 512MB), size= 512MB, count=1: write-back reg04: base=0x03f800000 (1016MB), size= 8MB, count=1: uncachable reg05: base=0x03f600000 (1014MB), size= 2MB, count=1: uncachable reg06: base=0x03f500000 (1013MB), size= 1MB, count=1: uncachable reg07: base=0x000000000 ( 0MB), size= 128KB, count=1: uncachable ...skipping... reg00: base=0x0fffe0000 (4095MB), size= 128KB, count=1: write-protect reg01: base=0x0fffc0000 (4095MB), size= 128KB, count=1: uncachable reg02: base=0x000000000 ( 0MB), size= 512MB, count=1: write-back reg03: base=0x020000000 ( 512MB), size= 512MB, count=1: write-back reg04: base=0x03f800000 (1016MB), size= 8MB, count=1: uncachable reg05: base=0x03f600000 (1014MB), size= 2MB, count=1: uncachable reg06: base=0x03f500000 (1013MB), size= 1MB, count=1: uncachable reg07: base=0x000000000 ( 0MB), size= 128KB, count=1: uncachable And this is what happens when I run X -configure as root: Code: List of video drivers: intel (++) Using config file: "/root/xorg.conf.new" (==) Using system config directory "/usr/share/X11/xorg.conf.d Number of created screens does not match number of detected devices. Configuration failed. Server terminated with error (2). Closing log file. lsmod does show that the i915 modules is loaded automatically after booting. I have been looking throughout this, as well as, Googling some of these errors, and have yet to find anything that has resolved this problem. There is something that may or may not be related. Since the first time I have booted into this new installation, I have been seeing Disabling IRQ #11 appear in the boot output. It hasn't stopped the boot process or affected anything on the system so far, but this message usually appears after uevents have processed, which is the point that the boot process freezes up with CONFIG_DRM_I915_KMS kernel option enabled. Please let me know if these is any additional information that is needed for this issue. Thanks in advice for any help. | It will not work without KMS. |
Good day, I have installed xorg and nvidia drivers. When i type X -config /root/xorg.conf.new , it doesn't start. Code: # grep EE /var/log/Xorg.0.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 1055.562] (EE) Failed to load module "dri" (module does not exist, 0) [ 1055.563] (II) Loading extension MIT-SCREEN-SAVER [ 1055.564] (EE) Failed to load module "dri2" (module does not exist, 0) [ 1057.668] (EE) NVIDIA: Failed to load module "dri2" (module does not exist, 0) # cat /root/xorg.conf.new http://pastebin.com/DJKUfmRe I have read this instruction http://www.gentoo.org/doc/en/nvidia-guide.xml . How can I fix it? Thank you. | That's not the actual error, Nvidia doesn't need dri2. Post the full /var/log/Xorg.0.log but not directly here, use pastebin. But before that, replace your xorg.conf with just this, nothing else: Code: Section "Device" Identifier "Nvidia Card" Driver "nvidia" EndSection |
Hello everybody I recently just rebuilt my gentoo system from scratch. I installed gnome 3 using the instructions given in this link http://oleeekchoff.blogspot.com/2011/10/gnome-3-on-gentoo.html My problem is that I can boot up and log in fine but when I log in I get stuck with only the default background showing, nothing else. Sometimes there will be what looks like a bar flashing at the top for a split second and it won't show again. Any suggestions? Logs I should check? is there one central gnome log that might have an error in it? there's nothing about gnome in /var/log Last bit of Xorg.0.log Code: [ 23.340] Option "XkbLayout" "us" [ 23.340] Option "_source" "server/udev" [ 23.340] Option "name" "HID 0a5c:4502" [ 23.340] Option "path" "/dev/input/event6" [ 23.340] Option "device" "/dev/input/event6" [ 23.340] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.1/2-1.8.1:1.0/input/input6/event6" [ 23.340] Option "driver" "evdev" [ 23.340] (**) HID 0a5c:4502: always reports core events [ 23.340] (**) HID 0a5c:4502: Device: "/dev/input/event6" [ 23.340] (--) HID 0a5c:4502: Found keys [ 23.340] (II) HID 0a5c:4502: Configuring as keyboard [ 23.340] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.1/2-1.8.1:1.0/input/input6/event6" [ 23.340] (II) XINPUT: Adding extended input device "HID 0a5c:4502" (type: KEYBOARD) [ 23.340] (**) Option "xkb_rules" "evdev" [ 23.340] (**) Option "xkb_model" "evdev" [ 23.340] (**) Option "xkb_layout" "us" [ 23.340] (II) XKB: Reusing cached keymap [ 23.341] (II) config/udev: Adding input device HID 0a5c:4503 (/dev/input/event7) [ 23.341] (**) HID 0a5c:4503: Applying InputClass "evdev pointer catchall" [ 23.341] (II) Using input driver 'evdev' for 'HID 0a5c:4503' [ 23.341] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 23.341] Option "XkbRules" "evdev" [ 23.341] Option "XkbModel" "evdev" [ 23.341] Option "XkbLayout" "us" [ 23.341] Option "_source" "server/udev" [ 23.341] Option "name" "HID 0a5c:4503" [ 23.341] Option "path" "/dev/input/event7" [ 23.341] Option "device" "/dev/input/event7" [ 23.341] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.2/2-1.8.2:1.0/input/input7/event7" [ 23.341] Option "driver" "evdev" [ 23.341] (**) HID 0a5c:4503: always reports core events [ 23.341] (**) HID 0a5c:4503: Device: "/dev/input/event7" [ 23.341] (--) HID 0a5c:4503: Found 3 mouse buttons [ 23.341] (--) HID 0a5c:4503: Found relative axes [ 23.341] (--) HID 0a5c:4503: Found x and y relative axes [ 23.341] (II) HID 0a5c:4503: Configuring as mouse [ 23.341] (**) HID 0a5c:4503: YAxisMapping: buttons 4 and 5 [ 23.341] (**) HID 0a5c:4503: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 23.341] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.2/2-1.8.2:1.0/input/input7/event7" [ 23.341] (II) XINPUT: Adding extended input device "HID 0a5c:4503" (type: MOUSE) [ 23.341] (II) HID 0a5c:4503: initialized for relative axes. [ 23.341] (**) HID 0a5c:4503: (accel) keeping acceleration scheme 1 [ 23.341] (**) HID 0a5c:4503: (accel) acceleration profile 0 [ 23.341] (**) HID 0a5c:4503: (accel) acceleration factor: 2.000 [ 23.341] (**) HID 0a5c:4503: (accel) acceleration threshold: 4 [ 23.341] (II) config/udev: Adding input device HID 0a5c:4503 (/dev/input/mouse1) [ 23.341] (II) No input driver/identifier specified (ignoring) dmesg Code: [ 3.591317] usb 2-1.8.2: configuration #1 chosen from 1 choice [ 3.591496] usb 2-1.8.2: adding 2-1.8.2:1.0 (config #1, interface 0) [ 3.591699] usbhid 2-1.8.2:1.0: usb_probe_interface [ 3.591704] usbhid 2-1.8.2:1.0: usb_probe_interface - got id [ 3.594362] input: HID 0a5c:4503 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.2/2-1.8.2:1.0/input/input7 [ 3.594736] generic-usb 0003:0A5C:4503.0006: input,hidraw5: USB HID v1.11 Mouse [HID 0a5c:4503] on usb-0000:00:1d.0-1.8.2/input0 [ 3.594747] drivers/usb/core/inode.c: creating file '009' [ 3.594759] hub 2-1.8:1.0: 396mA power budget left [ 3.594957] hub 2-1.8:1.0: port 3, status 0101, change 0000, 12 Mb/s [ 3.657027] usb 2-1.8.3: new full speed USB device number 10 using ehci_hcd [ 3.733525] usb 2-1.8.3: skipped 1 descriptor after interface [ 3.733723] usb 2-1.8.3: default language 0x0409 [ 3.734739] usb 2-1.8.3: udev 10, busnum 2, minor = 137 [ 3.734743] usb 2-1.8.3: New USB device found, idVendor=0a5c, idProduct=2148 [ 3.734748] usb 2-1.8.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.734752] usb 2-1.8.3: Product: BCM92046DG-CL1ROM [ 3.734756] usb 2-1.8.3: Manufacturer: Broadcom Corp [ 3.734759] usb 2-1.8.3: SerialNumber: 000272AF5883 [ 3.734839] usb 2-1.8.3: usb_probe_device [ 3.734843] usb 2-1.8.3: configuration #1 chosen from 1 choice [ 3.735023] usb 2-1.8.3: adding 2-1.8.3:1.0 (config #1, interface 0) [ 3.735116] usb 2-1.8.3: adding 2-1.8.3:1.1 (config #1, interface 1) [ 3.735157] usb 2-1.8.3: adding 2-1.8.3:1.2 (config #1, interface 2) [ 3.735188] usb 2-1.8.3: adding 2-1.8.3:1.3 (config #1, interface 3) [ 3.735210] drivers/usb/core/inode.c: creating file '010' [ 3.735220] hub 2-1.8:1.0: 394mA power budget left [ 3.735222] hub 2-1.8:1.0: state 7 ports 3 chg 0000 evt 0004 [ 4.136756] udev[1298]: starting version 164 [ 4.506331] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 4.506348] r8169 0000:03:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19 [ 4.506467] r8169 0000:03:00.0: setting latency timer to 64 [ 4.506517] r8169 0000:03:00.0: irq 53 for MSI/MSI-X [ 4.506902] r8169 0000:03:00.0: eth0: RTL8168d/8111d at 0xffffc90000c7e000, bc:ae:c5:5d:cd:45, XID 083000c0 IRQ 53 [ 4.785245] skge 0000:0b:02.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 4.785432] skge: 1.13 addr 0xf7ffc000 irq 17 chip Yukon-Lite rev 9 [ 4.785868] skge 0000:0b:02.0: eth1: addr 5c:d9:98:0a:28:ce [ 5.632257] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22 [ 5.632489] HDA Intel 0000:00:1b.0: irq 54 for MSI/MSI-X [ 5.632511] HDA Intel 0000:00:1b.0: setting latency timer to 64 [ 7.022432] nvidia: module license 'NVIDIA' taints kernel. [ 7.022435] Disabling lock debugging due to kernel taint [ 7.530701] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 7.530709] nvidia 0000:01:00.0: setting latency timer to 64 [ 7.530713] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem [ 7.531220] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 275.09.07 Wed Jun 8 14:16:46 PDT 2011 [ 8.300755] EXT3-fs (sda7): using internal journal [ 8.541378] fuse init (API version 7.16) | Hi cyberpirate, I installed Gnome-3.2 from yesterday to today. Its works! If a problem came up I used Code: lafilefixer --justfixit Code: python-updater Code: revdep-rebuild and I need in /etc/portage/package.keywords/ gnome3-more.keywords wrote: dev-lang/spidermonkey media-libs/gupnp-dlna net-wireless/wpa_supplicant x11-themes/gtk-engines and in /etc/portage/package.use gnome3-more.use wrote: net-dns/avahi gtk3 net-misc/curl ssl -nss -gnutls A other problem are the applets. I had to deinstall Networkmanager an his dependencis and a lot more. Aften installing Gnome3.2 is finished I installed Networkmanager, nm-applet, cairo-dock. And its works fine. Thanks to the developers! Great work! Ma |
I have installed Gentoo using System Rescue cd and now I would like to emerge LXDE. I keep getting this output: Total: 72 packages (72 new), Size of downloads: 126,753 kB The following USE changes are necessary to proceed: #required by x11-libs/pango-1.28.4, required by x11-libs/vte-0.28.2-r202, required by lxde-base/lxterminal-0.1.11, required by lxde-base/lxde-meta-0.5.5, required by lxde-meta (argument) =x11-libs/cairo-1.10.2-r1 X #required by x11-wm/openbox-3.5.0-r1, required by x11-misc/obconf-2.0.3_p20110314-r1, required by lxde-base/lxde-meta-0.5.5, required by lxde-meta (argument) =x11-libs/pango-1.28.4 X Use --autounmask-write to write changes to config files (honoring CONFIG_PROTECT). I have changed my make.conf file to look like this: GNU nano 2.2.5 File: /etc/make.conf # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. CFLAGS="-march=core2 -O2 -pipe" CXXFLAGS="${CFLAGS}" # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. CHOST="x86_64-pc-linux-gnu" # These are the USE flags that were used in addition to what is provided by the # profile used for building. USE="mmx sse sse2" MAKEOPTS="-j3" GENTOO_MIRRORS="http://mirror.the-best-hosting.net" SYNC="rsync://rsync6.ca.gentoo.org/gentoo-portage" INPUT_DEVICES="evdev synaptics" VIDEO_CARDS="intel" USE="dev-libs/libxml2-2.7.8-r4 python" USE="udev consolekit dbus policykit" USE="-lxde -gnome -kde dbus -qt4 -qt3support" USE="-dev-libs/libxml2-2.7.8-r4 python" USE="--autounmask-write to write changes to config files" GENTOO_MIRRORS="http://gentoo.arcticnetwork.ca/" SYNC="rsync://rsync5.ca.gentoo.org/gentoo-portage" #required by x11-libs/pango-1.28.4, required by x11-libs/vte-0.28.2-r202, requ$ USE="-x11-libs/pango-1.28.4 X" USE="-x11-misc/obconf-2.0.3_p20110314-r1 lxde" I must be missing something because I keep getting the same output. Also I don't know what to do with the auto unmask suggestion: "Use --autounmask-write to write changes to config files (honoring CONFIG_PROTECT)." Thanks in advance for any help, even just a pointer to a webpage that explains USE flags for dummy's | To do what emerge is telling you, write the line Code: EMERGE_DEFAULT_OPTS="--autounmask-write y" in /etc/make.conf. Accept when emerge want to change packages configuration. Before proceeding, you must update your configurations files with etc-update or dispatch-conf as emerge will tell you. You should have, I thing, only one USE variable in your make.conf. Like you do, it is possible that only the value of the last one will be take in account by emerge. I am not sure if severals instances of the USE variable in /etc/make.conf are cumulative for emerge. You mixte things that are package specific and must go in one of the file in /etc/portage/ with globals variables that go in the USE variable in /etc/make.conf. |
Does anyone know how to get KDE to use Vuze for magnet urls? I have been looking around and everything seems to be gnome specific. | ~/.kde4/share/kde4/services/magnet.protocol Code: [Protocol] exec=vuze "%u" protocol=magnet input=none output=none helper=true listing=false reading=false writing=false makedir=false deleting=false |
Since I've installed KDE 4.7.4 had many problems, but most were resolved the same day. The one that remained is that I cannot change window decorations whatever theme I select in KDE settings. Effects seem to be disabled AND when I press logout or shutdown from menu the area of kicker menu becomes a black box . Does anyone know hot to fix this? I tried re-installing kwin but that did not help at all. | Reads like you suffer from graphics issues. Did the last update pull in new versions of xorg-server/mesa/graphics-drivers? Which graphics card/driver do you use? |
I can no more login as root in systemsettings to save changes to the kde login screen after having upgraded to KDE 4.7.4. I am absolutemy certain I type the correct password. I even write in KATE and then did a copy-paste, without success. I get this message like the following (the first sentence is translated from french): "Error of the DBUS engine. Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, te reply timeout expired, or the network connection was broken. (code 7)" I also find these lines in /var/log/auth.log: Jan 21 10:38:05 pc-francois polkitd(authority=local): Operator of unix-session:/org/freedesktop/ConsoleKit/Session1 FAILED to authenticate to gain authorization for action org.kde.kcontrol.kcmkdm.save for unix-process:6639:400483 [/usr/bin/systemsettings -caption Configuration du système --icon preferences-system] (owned by unix-user:francois) Jan 21 10:38:45 pc-francois polkit-agent-helper-1[6703]: pam_unix(polkit-1:auth): authentication failure; logname= uid=1000 euid=0 tty= ruser=francois rhost= user=francois Jan 21 10:40:02 pc-francois polkitd(authority=local): Operator of unix-session:/org/freedesktop/ConsoleKit/Session1 FAILED to authenticate to gain authorization for action org.kde.kcontrol.kcmkdm.save for unix-process:6698:421348 [/usr/bin/systemsettings -caption Configuration du système --icon preferences-system] (owned by unix-user:francois) I recompiled alll DBUS and polkit related packages but it didn't solve the problem. Does anybody know what's happening ? Thanks in advance for your help. | So this topic has been seen 136 times but nobody has confirmed or informed this problem. Meanwhile, the upgrade from polkit 0.103 to 0.104-r1 has solved the problem. |
I installed X and gnome. Followed the instructions and everything is fine for now. When I start Gentoo, I see the login manager (the gui) and I can type my username and pass but when I log out, when I thought it would bring me back to my login manager, only to find out it brings me to the login as shell. I don't know how to say it exactly but its like X shuts down I guess. I only see Code: login: . I can still login with either root or my username but from that point I have to type startx to start my gui. How can I fix this so if I log out, it brings me back to my login manager...the gui thingy lol. | Not at home so I can`t tell you what I've done exactly but the problem is fixed. To my current knowledge i revised some steps in the gentoo xorg and gentoo gnome installation process after the packages were emerged and it seems to solve the problem. |
I see that KDE 4.8 is available. Doing the upgrade fails with kscreensaver: Quote: ----------------------------------------------------------------------------- -- The following REQUIRED packages could NOT be located on your system. -- You must install these packages before continuing. ----------------------------------------------------------------------------- * OpenGL (ES) <http://mesa3d.org/> OpenGL (ES) Either OpenGL or OpenGL ES 2.0 are required for Compositing support in KWin. ----------------------------------------------------------------------------- Interesting thing is the the opengl flag is disabled when compiling kscreensaver, and OpenGL IS installed on my system. Is this a bug, or am I doing something wrong? | Solved. Looks like I compiled some of the KDE modules with opengl, some without. Setting the opengl USE flag in make.conf to compile everything with opengl solved the problem. |
Hi all. Can't seem to find the answer to this anywhere ... I use kde 4.7.4 but have firefox installed and - as many of you are aware - kmail is worthless at the moment, so I use thunderbird for email. Here's the problem: by default both thunderbird and firefox open file dialogues are set to show hidden files I want them to by default NOT show hidden files (I know I can use ctrl-h or right click to toggle show hidden files, but I want the default behaviour to change.) Any advice welcome and TIA | You could try .config/gtk-2.0/gtkfilechooser.ini (if it exists) and toggle ShowHidden there, though I'm not sure if firefox follows it (it's sometimes hard to tell, what's gtk in firefox and what's not). |
Phonon keeps asking me if i would like to forget about the same 3 devices over and over again. I keep clicking yes and it keeps asking. Is there a way to remove devices from the list manually? | I've been having similar problems - it asks to lose my soundcards that I use. I've done both marked yes and also no several times - happens after a reboot it seems. Lately I've been having issues getting KDE4.6.1 to recognize my Delta 66 sound card at all. I have to reboot - then if the computer sleeps or something it loses the card. I'm on ~AMD64, so figure on some instability but this doesn't seem quite right. You're the first I've seen mention it. |
I'm on gentoo x64 with a geforce 560 TI video cards, and every boot I must resetting the video-card (overscan compensation) from the nvidia control panel, because the desktop it's too large. This is my correct settings file Code: # # /home/cr4sh/.nvidia-settings-rc # # Configuration file for nvidia-settings - the NVIDIA X Server Settings utility # Generated on Thu Jan 12 17:25:13 2012 # # ConfigProperties: RcFileLocale = C ToolTips = Yes DisplayStatusBar = Yes SliderTextEntries = Yes IncludeDisplayNameInConfigFile = Yes ShowQuitDialog = Yes Timer = PowerMizer_Monitor_(GPU_0),Yes,1000 Timer = Thermal_Monitor_(GPU_0),Yes,1000 Timer = Graphics_Card_(GPU_0),Yes,1000 # Attributes: web&hardware:0.0/CursorShadow=0 web&hardware:0.0/CursorShadowAlpha=64 web&hardware:0.0/CursorShadowRed=0 web&hardware:0.0/CursorShadowGreen=0 web&hardware:0.0/CursorShadowBlue=0 web&hardware:0.0/CursorShadowXOffset=4 web&hardware:0.0/CursorShadowYOffset=2 web&hardware:0.0/SyncToVBlank=0 web&hardware:0.0/LogAniso=0 web&hardware:0.0/FSAA=0 web&hardware:0.0/TextureSharpen=0 web&hardware:0.0/AllowFlipping=1 web&hardware:0.0/FSAAAppControlled=1 web&hardware:0.0/LogAnisoAppControlled=1 web&hardware:0.0/OpenGLImageSettings=1 web&hardware:0.0/FSAAAppEnhanced=0 web&hardware:0.0/RedBrightness=0.000000 web&hardware:0.0/GreenBrightness=0.000000 web&hardware:0.0/BlueBrightness=0.000000 web&hardware:0.0/RedContrast=0.000000 web&hardware:0.0/GreenContrast=0.000000 web&hardware:0.0/BlueContrast=0.000000 web&hardware:0.0/RedGamma=1.000000 web&hardware:0.0/GreenGamma=1.000000 web&hardware:0.0/BlueGamma=1.000000 web&hardware:0.0/DigitalVibrance[DFP-1]=0 web&hardware:0.0/ImageSharpening[DFP-1]=127 web&hardware:0.0/GPUScaling[DFP-1]=131073 web&hardware:0.0/OverscanCompensation[DFP-1]=98 web&hardware:0.0/ColorSpace[DFP-1]=0 web&hardware:0.0/ColorRange[DFP-1]=0 web&hardware:0.0/XVideoTextureBrightness=0 web&hardware:0.0/XVideoTextureContrast=0 web&hardware:0.0/XVideoTextureHue=0 web&hardware:0.0/XVideoTextureSaturation=0 web&hardware:0.0/XVideoTextureSyncToVBlank=1 web&hardware:0.0/XVideoSyncToDisplay=131072 and the xorg.conf Code: # nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 290.10 (buildmeister@swio-display-x86-rhel47-07.nvidia.com) Wed Nov 16 18:46:42 PST 2011 # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 290.10 (buildmeister@swio-display-x86-rhel47-07.nvidia.com) Wed Nov 16 18:47:40 PST 2011 Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "Xinerama" "0" EndSection Section "Files" EndSection Section "InputDevice" # generated from data in "/etc/conf.d/gpm" Identifier "Mouse0" Driver "mouse" Option "Protocol" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" Option "Xkblayout" "it" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Ancor Communications Inc ASUS 24T1E" HorizSync 31.0 - 83.0 VertRefresh 56.0 - 76.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GTX 560 Ti" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "TwinView" "0" Option "metamodes" "nvidia-auto-select +0+0" SubSection "Display" Depth 24 EndSubSection EndSection | Looks like your EndSubSection is misplaced. Try the simpler: Code: Section "Screen" Identifier "Screen0" Device "Device0" DefaultDepth 24 SubSection "Display" Modes "1920x1080" Viewport 0 0 EndSubSection EndSection |
Hi, I'm installing Gentoo for the first time and have run into some trouble getting X to work. I used the most recent minimal install iso and did get a working (except for grub, to be solved later) base system. Now I followed the X server configuration howto in conjunction with the ATI faq and the wiki . With the latter helping me to change from X exiting with an error to getting a black screen. I installed twm and xterm as per the X server configuration how to, but that doesn't change anything. I can't ctrl-alt-backspace out of X, nor control-alt-delete, nor alt-F1 to a command line. Reset button does work. The xorg log does not seem to show any errors: Code: [ 275.311] X.Org X Server 1.11.2 Release Date: 2011-11-04 [ 275.316] X Protocol Version 11, Revision 0 [ 275.318] Build Operating System: Linux 3.1.6-gentoo x86_64 Gentoo [ 275.320] Current Operating System: Linux everdarkgreen 3.1.6-gentoo #4 SMP Mon Jan 23 21:20:33 IST 2012 x86_64 [ 275.321] Kernel command line: BOOT_IMAGE=/boot/kernel-3.1.6-gentoo-r4 root=/dev/sda6 video=uvesafb:mtrr:3,ywrap,1920x1080-32@60 [ 275.323] Build Date: 23 January 2012 09:41:51PM [ 275.325] [ 275.326] Current version of pixman: 0.24.0 [ 275.327] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 275.330] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 275.334] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 23 21:55:09 2012 [ 275.349] (==) Using config file: "/etc/X11/xorg.conf" [ 275.351] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 275.380] (==) ServerLayout "aticonfig Layout" [ 275.380] (**) |-->Screen "aticonfig-Screen[0]-0" (0) [ 275.380] (**) | |-->Monitor "aticonfig-Monitor[0]-0" [ 275.381] (**) | |-->Device "aticonfig-Device[0]-0" [ 275.381] (==) Automatically adding devices [ 275.381] (==) Automatically enabling devices [ 275.381] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 275.381] Entry deleted from font path. [ 275.381] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 275.381] Entry deleted from font path. [ 275.381] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 275.381] Entry deleted from font path. [ 275.381] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". [ 275.381] Entry deleted from font path. [ 275.381] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). [ 275.381] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". [ 275.381] Entry deleted from font path. [ 275.381] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). [ 275.381] (==) FontPath set to: /usr/share/fonts/misc/ [ 275.381] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 275.381] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 275.381] (II) Loader magic: 0x7d5ac0 [ 275.381] (II) Module ABI versions: [ 275.381] X.Org ANSI C Emulation: 0.4 [ 275.381] X.Org Video Driver: 11.0 [ 275.381] X.Org XInput driver : 13.0 [ 275.381] X.Org Server Extension : 6.0 [ 275.381] (--) PCI:*(0:1:0:0) 1002:9442:1458:21c0 rev 0, Mem @ 0xd0000000/268435456, 0xfdee0000/65536, I/O @ 0x0000ee00/256, BIOS @ 0x????????/131072 [ 275.381] (II) "extmod" will be loaded by default. [ 275.381] (II) "dbe" will be loaded by default. [ 275.381] (II) "glx" will be loaded by default. [ 275.381] (II) "record" will be loaded by default. [ 275.381] (II) "dri" will be loaded by default. [ 275.381] (II) "dri2" will be loaded by default. [ 275.381] (II) LoadModule: "extmod" [ 275.383] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so [ 275.391] (II) Module extmod: vendor="X.Org Foundation" [ 275.391] compiled for 1.11.2, module version = 1.0.0 [ 275.391] Module class: X.Org Server Extension [ 275.391] ABI class: X.Org Server Extension, version 6.0 [ 275.391] (II) Loading extension MIT-SCREEN-SAVER [ 275.391] (II) Loading extension XFree86-VidModeExtension [ 275.391] (II) Loading extension XFree86-DGA [ 275.391] (II) Loading extension DPMS [ 275.391] (II) Loading extension XVideo [ 275.391] (II) Loading extension XVideo-MotionCompensation [ 275.391] (II) Loading extension X-Resource [ 275.391] (II) LoadModule: "dbe" [ 275.391] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so [ 275.396] (II) Module dbe: vendor="X.Org Foundation" [ 275.396] compiled for 1.11.2, module version = 1.0.0 [ 275.396] Module class: X.Org Server Extension [ 275.396] ABI class: X.Org Server Extension, version 6.0 [ 275.396] (II) Loading extension DOUBLE-BUFFER [ 275.396] (II) LoadModule: "glx" [ 275.396] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 275.418] (II) Module glx: vendor="Advanced Micro Devices, Inc." [ 275.419] compiled for 6.9.0, module version = 1.0.0 [ 275.419] (II) Loading extension GLX [ 275.419] (II) LoadModule: "record" [ 275.419] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so [ 275.425] (II) Module record: vendor="X.Org Foundation" [ 275.425] compiled for 1.11.2, module version = 1.13.0 [ 275.425] Module class: X.Org Server Extension [ 275.425] ABI class: X.Org Server Extension, version 6.0 [ 275.425] (II) Loading extension RECORD [ 275.425] (II) LoadModule: "dri" [ 275.426] (WW) Warning, couldn't open module dri [ 275.426] (II) UnloadModule: "dri" [ 275.426] (II) Unloading dri [ 275.426] (EE) Failed to load module "dri" (module does not exist, 0) [ 275.427] (II) LoadModule: "dri2" [ 275.427] (WW) Warning, couldn't open module dri2 [ 275.427] (II) UnloadModule: "dri2" [ 275.427] (II) Unloading dri2 [ 275.427] (EE) Failed to load module "dri2" (module does not exist, 0) [ 275.429] (II) LoadModule: "fglrx" [ 275.429] (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so [ 275.568] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc." [ 275.576] compiled for 1.4.99.906, module version = 8.91.4 [ 275.576] Module class: X.Org Video Driver [ 275.581] (II) Loading sub module "fglrxdrm" [ 275.581] (II) LoadModule: "fglrxdrm" [ 275.581] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so [ 275.596] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc." [ 275.596] compiled for 1.4.99.906, module version = 8.91.4 [ 275.596] (II) ATI Proprietary Linux Driver Version Identifier:8.91.4 [ 275.596] (II) ATI Proprietary Linux Driver Release Identifier: 8.911 [ 275.596] (II) ATI Proprietary Linux Driver Build Date: Oct 25 2011 21:24:13 [ 275.596] (--) using VT number 7 [ 275.602] (WW) Falling back to old probe method for fglrx [ 275.644] (II) Loading PCS database from /etc/ati/amdpcsdb [ 275.651] (--) Chipset Supported AMD Graphics Processor (0x9442) found [ 275.657] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:0) found [ 275.658] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:2:0) found [ 275.658] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:4:0) found [ 275.658] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:10:0) found [ 275.658] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found [ 275.658] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found [ 275.658] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found [ 275.658] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found [ 275.658] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found [ 275.658] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found [ 275.658] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found [ 275.658] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found [ 275.658] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found [ 275.658] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found [ 275.658] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found [ 275.658] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found [ 275.658] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found [ 275.658] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found [ 275.658] (II) AMD Video driver is running on a device belonging to a group targeted for this release [ 275.663] (II) AMD Video driver is signed [ 275.663] (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so [ 275.663] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so [ 275.663] (II) fglrx(0): pEnt->device->identifier=0xb9e990 [ 275.663] (II) fglrx(0): === [xdl_xs111_atiddxPreInit] === begin [ 275.663] (II) Loading sub module "vgahw" [ 275.663] (II) LoadModule: "vgahw" [ 275.664] (II) Loading /usr/lib64/xorg/modules/libvgahw.so [ 275.678] (II) Module vgahw: vendor="X.Org Foundation" [ 275.678] compiled for 1.11.2, module version = 0.1.0 [ 275.678] ABI class: X.Org Video Driver, version 11.0 [ 275.678] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32 [ 275.678] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) [ 275.678] (==) fglrx(0): Default visual is TrueColor [ 275.678] (**) fglrx(0): Option "DPMS" "true" [ 275.678] (==) fglrx(0): RGB weight 888 [ 275.678] (II) fglrx(0): Using 8 bits per RGB [ 275.678] (==) fglrx(0): Buffer Tiling is ON [ 275.678] (II) Loading sub module "fglrxdrm" [ 275.678] (II) LoadModule: "fglrxdrm" [ 275.678] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so [ 275.678] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc." [ 275.678] compiled for 1.4.99.906, module version = 8.91.4 [ 275.680] ukiDynamicMajor: found major device number 250 [ 275.680] ukiDynamicMajor: found major device number 250 [ 275.680] ukiOpenByBusid: Searching for BusID PCI:1:0:0 [ 275.680] ukiOpenDevice: node name is /dev/ati/card0 [ 275.680] ukiOpenDevice: open result is 11, (OK) [ 275.680] ukiOpenByBusid: ukiOpenMinor returns 11 [ 275.680] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0 [ 275.680] (==) fglrx(0): NoAccel = NO [ 275.680] (==) fglrx(0): ATI 2D Acceleration Architecture enabled [ 275.680] (--) fglrx(0): Chipset: "ATI Radeon HD 4800 Series " (Chipset = 0x9442) [ 275.680] (--) fglrx(0): (PciSubVendor = 0x1458, PciSubDevice = 0x21c0) [ 275.680] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI [ 275.680] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000 [ 275.680] (--) fglrx(0): MMIO registers at 0xfdee0000 [ 275.680] (--) fglrx(0): I/O port at 0x0000ee00 [ 275.680] (==) fglrx(0): ROM-BIOS at 0x000c0000 [ 275.755] (II) fglrx(0): AC Adapter is used [ 275.761] (II) fglrx(0): Primary V_BIOS segment is: 0xc000 [ 275.860] (II) Loading sub module "vbe" [ 275.860] (II) LoadModule: "vbe" [ 275.860] (II) Loading /usr/lib64/xorg/modules/libvbe.so [ 275.874] (II) Module vbe: vendor="X.Org Foundation" [ 275.874] compiled for 1.11.2, module version = 1.1.0 [ 275.874] ABI class: X.Org Video Driver, version 11.0 [ 275.875] (II) fglrx(0): VESA BIOS detected [ 275.875] (II) fglrx(0): VESA VBE Version 3.0 [ 275.875] (II) fglrx(0): VESA VBE Total Mem: 16384 kB [ 275.875] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS [ 275.875] (II) fglrx(0): VESA VBE OEM Software Rev: 11.21 [ 275.875] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. [ 275.875] (II) fglrx(0): VESA VBE OEM Product: XXXXX-XXX [ 275.875] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00 [ 275.908] (II) fglrx(0): ATI Video BIOS revision 9 or later detected [ 275.908] (--) fglrx(0): Video RAM: 524288 kByte, Type: GDDR3 [ 275.909] (II) fglrx(0): PCIE card detected [ 275.909] (--) fglrx(0): Using per-process page tables (PPPT) as GART. [ 275.909] (WW) fglrx(0): board is an unknown third party board, chipset is supported [ 275.911] (II) fglrx(0): Using adapter: 1:0.0. [ 280.878] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x20000000) [ 280.881] (II) fglrx(0): Interrupt handler installed at IRQ 47. [ 280.881] (II) fglrx(0): RandR 1.2 support is enabled! [ 280.881] (II) fglrx(0): RandR 1.2 rotation support is enabled! [ 280.881] (==) fglrx(0): Center Mode is disabled [ 280.881] (II) Loading sub module "fb" [ 280.881] (II) LoadModule: "fb" [ 280.882] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 280.898] (II) Module fb: vendor="X.Org Foundation" [ 280.898] compiled for 1.11.2, module version = 1.0.0 [ 280.898] ABI class: X.Org ANSI C Emulation, version 0.4 [ 280.899] (II) Loading sub module "ddc" [ 280.899] (II) LoadModule: "ddc" [ 280.899] (II) Module "ddc" already built-in [ 282.163] (II) fglrx(0): Finished Initialize PPLIB! [ 282.253] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0 [ 282.254] (II) fglrx(0): Output DFP2 has no monitor section [ 282.254] (II) fglrx(0): Output CRT1 has no monitor section [ 282.254] (II) fglrx(0): Output CRT2 has no monitor section [ 282.254] (II) fglrx(0): Output TV has no monitor section [ 282.254] (II) fglrx(0): Output CV has no monitor section [ 282.254] (II) Loading sub module "ddc" [ 282.254] (II) LoadModule: "ddc" [ 282.255] (II) Module "ddc" already built-in [ 282.255] (II) fglrx(0): Connected Display0: DFP2 [ 282.255] (II) fglrx(0): Display0 EDID data --------------------------- [ 282.255] (II) fglrx(0): Manufacturer: SAM Model: 570 Serial#: 1314271795 [ 282.255] (II) fglrx(0): Year: 2009 Week: 52 [ 282.255] (II) fglrx(0): EDID Version: 1.3 [ 282.255] (II) fglrx(0): Digital Display Input [ 282.255] (II) fglrx(0): Max Image Size [cm]: horiz.: 51 vert.: 29 [ 282.255] (II) fglrx(0): Gamma: 2.20 [ 282.255] (II) fglrx(0): DPMS capabilities: Off [ 282.255] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 282.255] (II) fglrx(0): First detailed timing is preferred mode [ 282.255] (II) fglrx(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600 [ 282.255] (II) fglrx(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329 [ 282.255] (II) fglrx(0): Supported established timings: [ 282.255] (II) fglrx(0): 720x400@70Hz [ 282.255] (II) fglrx(0): 640x480@60Hz [ 282.255] (II) fglrx(0): 640x480@67Hz [ 282.255] (II) fglrx(0): 640x480@72Hz [ 282.255] (II) fglrx(0): 640x480@75Hz [ 282.255] (II) fglrx(0): 800x600@56Hz [ 282.255] (II) fglrx(0): 800x600@60Hz [ 282.256] (II) fglrx(0): 800x600@72Hz [ 282.256] (II) fglrx(0): 800x600@75Hz [ 282.256] (II) fglrx(0): 832x624@75Hz [ 282.256] (II) fglrx(0): 1024x768@60Hz [ 282.256] (II) fglrx(0): 1024x768@70Hz [ 282.256] (II) fglrx(0): 1024x768@75Hz [ 282.256] (II) fglrx(0): 1280x1024@75Hz [ 282.256] (II) fglrx(0): 1152x864@75Hz [ 282.256] (II) fglrx(0): Manufacturer's mask: 0 [ 282.256] (II) fglrx(0): Supported standard timings: [ 282.256] (II) fglrx(0): #0: hsize: 1280 vsize 800 refresh: 60 vid: 129 [ 282.256] (II) fglrx(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 [ 282.256] (II) fglrx(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 282.256] (II) fglrx(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149 [ 282.256] (II) fglrx(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179 [ 282.256] (II) fglrx(0): #5: hsize: 1600 vsize 1200 refresh: 60 vid: 16553 [ 282.256] (II) fglrx(0): #6: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 282.256] (II) fglrx(0): Supported detailed timing: [ 282.256] (II) fglrx(0): clock: 148.5 MHz Image Size: 510 x 287 mm [ 282.256] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0 [ 282.256] (II) fglrx(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0 [ 282.256] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz [ 282.256] (II) fglrx(0): Monitor name: SyncMaster [ 282.256] (II) fglrx(0): Serial No: HVMSC01008 [ 282.256] (II) fglrx(0): Number of EDID sections to follow: 1 [ 282.256] (II) fglrx(0): EDID (in hex): [ 282.256] (II) fglrx(0): 00ffffffffffff004c2d70053332564e [ 282.256] (II) fglrx(0): 3413010380331d782aee91a3544c9926 [ 282.256] (II) fglrx(0): 0f5054bfef808100814081809500b300 [ 282.257] (II) fglrx(0): a940714f0101023a801871382d40582c [ 282.257] (II) fglrx(0): 4500fe1f1100001e000000fd00384b1e [ 282.257] (II) fglrx(0): 5111000a202020202020000000fc0053 [ 282.257] (II) fglrx(0): 796e634d61737465720a2020000000ff [ 282.257] (II) fglrx(0): 0048564d534330313030380a202001de [ 282.257] (II) fglrx(0): End of Display0 EDID data -------------------- [ 283.827] (II) fglrx(0): EDID for output DFP1 [ 283.827] (II) fglrx(0): EDID for output DFP2 [ 283.827] (II) fglrx(0): Manufacturer: SAM Model: 570 Serial#: 1314271795 [ 283.827] (II) fglrx(0): Year: 2009 Week: 52 [ 283.827] (II) fglrx(0): EDID Version: 1.3 [ 283.827] (II) fglrx(0): Digital Display Input [ 283.827] (II) fglrx(0): Max Image Size [cm]: horiz.: 51 vert.: 29 [ 283.827] (II) fglrx(0): Gamma: 2.20 [ 283.827] (II) fglrx(0): DPMS capabilities: Off [ 283.827] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 283.827] (II) fglrx(0): First detailed timing is preferred mode [ 283.827] (II) fglrx(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600 [ 283.827] (II) fglrx(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329 [ 283.827] (II) fglrx(0): Supported established timings: [ 283.827] (II) fglrx(0): 720x400@70Hz [ 283.827] (II) fglrx(0): 640x480@60Hz [ 283.827] (II) fglrx(0): 640x480@67Hz [ 283.827] (II) fglrx(0): 640x480@72Hz [ 283.827] (II) fglrx(0): 640x480@75Hz [ 283.827] (II) fglrx(0): 800x600@56Hz [ 283.828] (II) fglrx(0): 800x600@60Hz [ 283.828] (II) fglrx(0): 800x600@72Hz [ 283.828] (II) fglrx(0): 800x600@75Hz [ 283.828] (II) fglrx(0): 832x624@75Hz [ 283.828] (II) fglrx(0): 1024x768@60Hz [ 283.828] (II) fglrx(0): 1024x768@70Hz [ 283.828] (II) fglrx(0): 1024x768@75Hz [ 283.828] (II) fglrx(0): 1280x1024@75Hz [ 283.828] (II) fglrx(0): 1152x864@75Hz [ 283.828] (II) fglrx(0): Manufacturer's mask: 0 [ 283.828] (II) fglrx(0): Supported standard timings: [ 283.828] (II) fglrx(0): #0: hsize: 1280 vsize 800 refresh: 60 vid: 129 [ 283.828] (II) fglrx(0): #1: hsize: 1280 vsize 960 refresh: 60 vid: 16513 [ 283.828] (II) fglrx(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 283.828] (II) fglrx(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149 [ 283.828] (II) fglrx(0): #4: hsize: 1680 vsize 1050 refresh: 60 vid: 179 [ 283.828] (II) fglrx(0): #5: hsize: 1600 vsize 1200 refresh: 60 vid: 16553 [ 283.828] (II) fglrx(0): #6: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 283.828] (II) fglrx(0): Supported detailed timing: [ 283.828] (II) fglrx(0): clock: 148.5 MHz Image Size: 510 x 287 mm [ 283.828] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0 [ 283.828] (II) fglrx(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0 [ 283.828] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz [ 283.828] (II) fglrx(0): Monitor name: SyncMaster [ 283.828] (II) fglrx(0): Serial No: HVMSC01008 [ 283.828] (II) fglrx(0): Number of EDID sections to follow: 1 [ 283.828] (II) fglrx(0): EDID (in hex): [ 283.828] (II) fglrx(0): 00ffffffffffff004c2d70053332564e [ 283.828] (II) fglrx(0): 3413010380331d782aee91a3544c9926 [ 283.828] (II) fglrx(0): 0f5054bfef808100814081809500b300 [ 283.828] (II) fglrx(0): a940714f0101023a801871382d40582c [ 283.829] (II) fglrx(0): 4500fe1f1100001e000000fd00384b1e [ 283.829] (II) fglrx(0): 5111000a202020202020000000fc0053 [ 283.829] (II) fglrx(0): 796e634d61737465720a2020000000ff [ 283.829] (II) fglrx(0): 0048564d534330313030380a202001de [ 283.829] (II) fglrx(0): Printing probed modes for output DFP2 [ 283.830] (II) fglrx(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 -hsync -vsync (67.5 kHz) [ 283.830] (II) fglrx(0): Modeline "1776x1000"x60.0 147.05 1776 1880 2072 2368 1000 1001 1004 1035 +hsync -vsync (62.1 kHz) [ 283.830] (II) fglrx(0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 -hsync -vsync (60.0 kHz) [ 283.830] (II) fglrx(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 -hsync -vsync (56.2 kHz) [ 283.830] (II) fglrx(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 -hsync -vsync (75.0 kHz) [ 283.830] (II) fglrx(0): Modeline "1776x1000"x50.0 120.18 1776 1872 2056 2336 1000 1001 1004 1029 +hsync -vsync (51.4 kHz) [ 283.830] (II) fglrx(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 +hsync -vsync (65.3 kHz) [ 283.830] (II) fglrx(0): Modeline "1680x1050"x50.0 120.20 1680 1776 1952 2224 1050 1051 1054 1081 +hsync -vsync (54.0 kHz) [ 283.830] (II) fglrx(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 +hsync -vsync (65.3 kHz) [ 283.830] (II) fglrx(0): Modeline "1400x1050"x50.0 99.88 1400 1480 1624 1848 1050 1051 1054 1081 +hsync -vsync (54.0 kHz) [ 283.830] (II) fglrx(0): Modeline "1600x900"x50.0 97.04 1600 1680 1848 2096 900 901 904 926 +hsync -vsync (46.3 kHz) [ 283.830] (II) fglrx(0): Modeline "1360x1024"x60.0 116.01 1360 1448 1592 1824 1024 1025 1028 1060 +hsync -vsync (63.6 kHz) [ 283.830] (II) fglrx(0): Modeline "1360x1024"x50.0 94.43 1360 1432 1576 1792 1024 1025 1028 1054 +hsync -vsync (52.7 kHz) [ 283.830] (II) fglrx(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 -hsync -vsync (80.0 kHz) [ 283.830] (II) fglrx(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 -hsync -vsync (64.0 kHz) [ 283.830] (II) fglrx(0): Modeline "1280x1024"x50.0 89.37 1280 1352 1488 1696 1024 1025 1028 1054 +hsync -vsync (52.7 kHz) [ 283.830] (II) fglrx(0): Modeline "1440x900"x60.0 106.50 1440 1520 1672 1904 900 903 909 934 +hsync -vsync (55.9 kHz) [ 283.830] (II) fglrx(0): Modeline "1440x900"x50.0 87.41 1440 1512 1664 1888 900 901 904 926 +hsync -vsync (46.3 kHz) [ 283.830] (II) fglrx(0): Modeline "1280x960"x75.0 129.86 1280 1368 1504 1728 960 961 964 1002 +hsync -vsync (75.2 kHz) [ 283.830] (II) fglrx(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 -hsync -vsync (60.0 kHz) [ 283.831] (II) fglrx(0): Modeline "1280x960"x50.0 82.99 1280 1344 1480 1680 960 961 964 988 +hsync -vsync (49.4 kHz) [ 283.831] (II) fglrx(0): Modeline "1280x800"x75.0 107.21 1280 1360 1496 1712 800 801 804 835 +hsync -vsync (62.6 kHz) [ 283.831] (II) fglrx(0): Modeline "1280x800"x60.0 83.46 1280 1344 1480 1680 800 801 804 828 +hsync -vsync (49.7 kHz) [ 283.831] (II) fglrx(0): Modeline "1280x800"x50.0 68.55 1280 1336 1472 1664 800 801 804 824 +hsync -vsync (41.2 kHz) [ 283.831] (II) fglrx(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 -hsync -vsync (67.5 kHz) [ 283.831] (II) fglrx(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 +hsync -vsync (53.7 kHz) [ 283.831] (II) fglrx(0): Modeline "1152x864"x50.0 66.85 1152 1208 1328 1504 864 865 868 889 +hsync -vsync (44.4 kHz) [ 283.831] (II) fglrx(0): Modeline "1280x768"x75.0 102.25 1280 1360 1488 1696 768 771 778 805 +hsync -vsync (60.3 kHz) [ 283.831] (II) fglrx(0): Modeline "1280x768"x60.0 79.50 1280 1344 1472 1664 768 771 778 798 +hsync -vsync (47.8 kHz) [ 283.831] (II) fglrx(0): Modeline "1280x768"x50.0 65.17 1280 1336 1464 1648 768 769 772 791 +hsync -vsync (39.5 kHz) [ 283.831] (II) fglrx(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 -hsync -vsync (45.0 kHz) [ 283.831] (II) fglrx(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 -hsync -vsync (37.5 kHz) [ 283.831] (II) fglrx(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 -hsync -vsync (60.0 kHz) [ 283.831] (II) fglrx(0): Modeline "1024x768"x70.0 75.00 1024 1048 1184 1328 768 771 777 806 +hsync +vsync (56.5 kHz) [ 283.831] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 +hsync +vsync (48.4 kHz) [ 283.831] (II) fglrx(0): Modeline "1024x768"x50.0 51.89 1024 1064 1168 1312 768 769 772 791 +hsync -vsync (39.6 kHz) [ 283.831] (II) fglrx(0): Modeline "1152x648"x60.0 59.90 1152 1200 1320 1488 648 649 652 671 +hsync -vsync (40.3 kHz) [ 283.831] (II) fglrx(0): Modeline "1152x648"x50.0 48.55 1152 1184 1304 1456 648 649 652 667 +hsync -vsync (33.3 kHz) [ 283.831] (II) fglrx(0): Modeline "800x600"x72.0 50.00 800 856 976 1040 600 637 643 666 -hsync -vsync (48.1 kHz) [ 283.831] (II) fglrx(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 -hsync -vsync (46.9 kHz) [ 283.831] (II) fglrx(0): Modeline "800x600"x70.0 45.50 800 840 920 1040 600 601 604 625 +hsync -vsync (43.8 kHz) [ 283.832] (II) fglrx(0): Modeline "800x600"x60.0 40.00 800 840 968 1056 600 601 605 628 -hsync -vsync (37.9 kHz) [ 283.832] (II) fglrx(0): Modeline "800x600"x56.0 36.00 800 824 896 1024 600 601 603 625 -hsync -vsync (35.2 kHz) [ 283.832] (II) fglrx(0): Modeline "800x600"x50.0 31.14 800 824 904 1008 600 601 604 618 +hsync -vsync (30.9 kHz) [ 283.832] (II) fglrx(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 +hsync +vsync (31.2 kHz) [ 283.832] (II) fglrx(0): Modeline "720x480"x60.0 27.00 720 736 798 858 480 489 495 525 +hsync +vsync (31.5 kHz) [ 283.832] (II) fglrx(0): Modeline "720x480"x50.0 21.78 720 728 800 880 480 481 484 495 +hsync -vsync (24.8 kHz) [ 283.832] (II) fglrx(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 +hsync +vsync (37.5 kHz) [ 283.832] (II) fglrx(0): Modeline "640x480"x72.0 31.50 640 656 696 832 480 481 484 520 +hsync +vsync (37.9 kHz) [ 283.832] (II) fglrx(0): Modeline "640x480"x60.0 25.18 640 648 744 800 480 482 484 525 +hsync +vsync (31.5 kHz) [ 283.832] (II) fglrx(0): Modeline "640x480"x50.0 19.40 640 648 712 784 480 481 484 495 +hsync -vsync (24.7 kHz) [ 283.832] (II) fglrx(0): EDID for output CRT1 [ 283.832] (II) fglrx(0): EDID for output CRT2 [ 283.832] (II) fglrx(0): EDID for output TV [ 283.832] (II) fglrx(0): EDID for output CV [ 283.832] (II) fglrx(0): Output DFP1 disconnected [ 283.832] (II) fglrx(0): Output DFP2 connected [ 283.832] (II) fglrx(0): Output CRT1 disconnected [ 283.832] (II) fglrx(0): Output CRT2 disconnected [ 283.832] (II) fglrx(0): Output TV disconnected [ 283.832] (II) fglrx(0): Output CV disconnected [ 283.832] (II) fglrx(0): Using exact sizes for initial modes [ 283.832] (II) fglrx(0): Output DFP2 using initial mode 1920x1080 [ 283.833] (II) fglrx(0): DPI set to (96, 96) [ 283.833] (II) fglrx(0): Adapter ATI Radeon HD 4800 Series has 2 configurable heads and 1 displays connected. [ 283.833] (==) fglrx(0): PseudoColor visuals disabled [ 283.833] (II) Loading sub module "ramdac" [ 283.833] (II) LoadModule: "ramdac" [ 283.833] (II) Module "ramdac" already built-in [ 283.833] (==) fglrx(0): NoDRI = NO [ 283.833] (==) fglrx(0): Capabilities: 0x00000000 [ 283.833] (==) fglrx(0): CapabilitiesEx: 0x00000000 [ 283.834] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so" [ 283.834] (==) fglrx(0): UseFastTLS=0 [ 283.834] (==) fglrx(0): BlockSignalsOnLock=1 [ 283.834] (--) Depth 24 pixmap format is 32 bpp [ 283.835] (II) Loading extension ATIFGLRXDRI [ 283.835] (II) fglrx(0): doing swlDriScreenInit [ 283.835] (II) fglrx(0): swlDriScreenInit for fglrx driver [ 283.835] ukiDynamicMajor: found major device number 250 [ 283.836] ukiDynamicMajor: found major device number 250 [ 283.836] ukiDynamicMajor: found major device number 250 [ 283.836] ukiOpenByBusid: Searching for BusID PCI:1:0:0 [ 283.836] ukiOpenDevice: node name is /dev/ati/card0 [ 283.836] ukiOpenDevice: open result is 16, (OK) [ 283.836] ukiOpenByBusid: ukiOpenMinor returns 16 [ 283.836] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0 [ 283.836] (II) fglrx(0): [uki] DRM interface version 1.0 [ 283.836] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0" [ 283.836] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000 [ 283.836] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f3bbf093000 [ 283.836] (II) fglrx(0): [uki] framebuffer handle = 0x3000 [ 283.837] (II) fglrx(0): [uki] added 1 reserved context for kernel [ 283.837] (II) fglrx(0): swlDriScreenInit done [ 283.837] (II) fglrx(0): Kernel Module Version Information: [ 283.837] (II) fglrx(0): Name: fglrx [ 283.837] (II) fglrx(0): Version: 8.91.4 [ 283.837] (II) fglrx(0): Date: Oct 25 2011 [ 283.837] (II) fglrx(0): Desc: ATI FireGL DRM kernel module [ 283.837] (II) fglrx(0): Kernel Module version matches driver. [ 283.837] (II) fglrx(0): Kernel Module Build Time Information: [ 283.837] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.1.6-gentoo [ 283.837] (II) fglrx(0): Build-Kernel MODVERSIONS: no [ 283.837] (II) fglrx(0): Build-Kernel __SMP__: yes [ 283.837] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000 [ 283.837] (II) fglrx(0): [uki] register handle = 0x00004000 My xorg.conf: Code: Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 EndSection Section "Module" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Any ideas on what to do? Thanks | God Of Atheism, Welcome to Gentoo Your Xorg.0.log file is truncated, it should end with the pointer, keyboard and other odds and ends being started and attached to the evdev driver. Going straight to fglrx is a little ambitions sometimes. Rename your xorg.conf to say aorg.conf_broken, so you can get it back later. Now do Code: emerge -1 xf86-video-vesa to get a nice simple video driver to use for testing. The idea is to make it work first and make it better later. No xorg.conf is needed with open source drivers. Code: startx; sleep 30 && killall X will kill Xorg after 30 seconds, just in case it doesn't work. |
Hi everyone! I use conky with the gmail.py script. I try to make the color of the number of my received mails change if this number is > 0. It means that if I have 0 mails in my inbox, the 0 should be white. If I have 1 or more mails in my inbox, this number have to be red. The color of the output is defined by conky. I know that it's possible to do this with a bash script, but if I have 10 mails in my inbox, the script doesn't work anymore. So I want this with the python one! Here is the gmail.py script: Code: import os import string #Enter your username and password below within double quotes # eg. username="username" and password="password" username="************" password="************" com="wget -O - https://"+username+":"+password+"@mail.google.com/mail/feed/atom --no-check-certificate" temp=os.popen(com) msg=temp.read() index=string.find(msg,"<fullcount>") index2=string.find(msg,"</fullcount>") fc=int(msg[index+11:index2]) if fc==0: print "0" if fc>0: print str(fc) And here the part of my conky which calls the script: Code: ${color #98c2c7}Gmail (adresse perso)${alignr}[${color} ${execi 60 python ~/.scripts/gmail.py} ${color #98c2c7}]${color} Excuse me for my english...it's a french english! Thanks a lot! P.S.: Oh...For white color, it's ok! It's the red color that I want to have! | It's exactly what I was looking for!!! Thank you mate!!! |
Has anyone managed to emerge the current version of Gnome stable? Running a clean install from a current Stage3 and Portage snapshot gets me ~20 packages from unstable (~x86) and three or four slot conflicts, including several versions of udev. I'd hoped to drop back to an earlier Gnome, but there seems to be only one 2.x version left in Portage - has anyone actually built this code recently? Thanks - Will | Weird, it shouldn't be picking up from ~ unstable. Do you have something in /etc/make.conf or /etc/portage/package.keywords ? I found Gnome builds much better when /etc/make.profile is linked to a Gnome profile. /etc/make.profile -> ../usr/portage/profiles/default/linux/x86/10.0/desktop/gnome The generic desktop profile doesn't work very well at all for me when building Gnome... |
I got a problem when updating world. There is gnome 3 update coming and there are blockers, slot conflicts and one licence issue. I have not been updating and using the PC much lately so I'm not sure how to sort this out. Any advice? Here is some log from the emerge issues: Code: [ebuild U ] dev-libs/totem-pl-parser-2.32.6-r1 [2.32.5] USE="introspection* quvi -archive -doc" 1,405 kB [ebuild N ] media-video/totem-2.32.0-r2 USE="nautilus python youtube -bluetooth -debug -doc -galago -iplayer -lirc -nsplugin (-tracker) -upnp" 0 kB [ebuild NS ~] gnome-extra/gucharmap-3.2.2 [2.32.1] USE="gnome introspection -cjk -debug -doc -test" 2,631 kB [uninstall ] gnome-extra/gucharmap-2.32.1 USE="gnome python -cjk -debug -doc (-introspection) -test" [blocks b ] <gnome-extra/gucharmap-3:0 ("<gnome-extra/gucharmap-3:0" is blocking gnome-extra/gucharmap-3.2.2) [ebuild N ~] gnome-base/gnome-applets-3.2.1 USE="gnome ipv6 networkmanager policykit" 7,844 kB [ebuild U ] gnome-base/gnome-2.32.1-r1 [2.32.1] USE="cdr cups dvdr ldap policykit -accessibility -mono" 0 kB [blocks B ] gnome-extra/gnome-media[pulseaudio] ("gnome-extra/gnome-media[pulseaudio]" is blocking gnome-base/gnome-control-center-3.2.2) [blocks B ] <gnome-extra/gnome-power-manager-3.1.3 ("<gnome-extra/gnome-power-manager-3.1.3" is blocking gnome-base/gnome-settings-daemon-3.2.2-r1) [blocks B ] <gnome-extra/gnome-media-2.32.0-r300 ("<gnome-extra/gnome-media-2.32.0-r300" is blocking gnome-base/gnome-control-center-3.2.2) [blocks B ] <gnome-base/gnome-menus-3.0.1-r1:0 ("<gnome-base/gnome-menus-3.0.1-r1:0" is blocking gnome-base/gnome-menus-3.2.0.1-r1) [blocks B ] <gnome-base/gdm-2.91.94 ("<gnome-base/gdm-2.91.94" is blocking gnome-base/gnome-control-center-3.2.2) Total: 225 packages (154 upgrades, 39 new, 7 in new slots, 25 reinstalls, 2 uninstalls), Size of downloads: 743,889 kB Conflict: 8 blocks (5 unsatisfied) !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: dev-libs/libgdata:0 (dev-libs/libgdata-0.8.1-r1::gentoo, ebuild scheduled for merge) pulled in by <dev-libs/libgdata-0.9 required by (media-video/totem-2.32.0-r2::gentoo, ebuild scheduled for merge) (dev-libs/libgdata-0.10.1::gentoo, ebuild scheduled for merge) pulled in by >=dev-libs/libgdata-0.9.1 required by (gnome-extra/evolution-data-server-3.2.3::gentoo, ebuild scheduled for merge) x11-base/xorg-server:0 (x11-base/xorg-server-1.11.99.901::gentoo, ebuild scheduled for merge) pulled in by (no parents that aren't satisfied by other packages in this slot) (x11-base/xorg-server-1.11.3::gentoo, ebuild scheduled for merge) pulled in by <=x11-base/xorg-server-1.11.49 required by (x11-drivers/ati-drivers-11.12-r1::gentoo, ebuild scheduled for merge) dev-libs/libgweather:2 (dev-libs/libgweather-2.30.3::gentoo, ebuild scheduled for merge) pulled in by <dev-libs/libgweather-2.90.1:2 required by (gnome-base/gnome-panel-2.32.1-r3::gentoo, ebuild scheduled for merge) (and 2 more with the same problem) (dev-libs/libgweather-3.2.1::gentoo, ebuild scheduled for merge) pulled in by >=dev-libs/libgweather-2.91.0 required by (gnome-base/gnome-applets-3.2.1::gentoo, ebuild scheduled for merge) (and 2 more with the same problem) gnome-base/gnome-panel:0 (gnome-base/gnome-panel-2.32.1-r3::gentoo, ebuild scheduled for merge) pulled in by gnome-base/gnome-panel[bonobo] required by (gnome-extra/deskbar-applet-2.32.0::gentoo, ebuild scheduled for merge) gnome-base/gnome-panel[bonobo] required by (net-analyzer/gnome-netstatus-2.28.2::gentoo, ebuild scheduled for merge) gnome-base/gnome-panel[bonobo] required by (gnome-extra/gnome-power-manager-2.32.0-r2::gentoo, ebuild scheduled for merge) (gnome-base/gnome-panel-3.2.1::gentoo, ebuild scheduled for merge) pulled in by >=gnome-base/gnome-panel-2.91.91 required by (gnome-base/gnome-applets-3.2.1::gentoo, ebuild scheduled for merge) 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. You may want to try a larger value of the --backtrack option, such as --backtrack=30, in order to see if that will solve this conflict automatically. For more information, see MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. !!! The following updates are masked by LICENSE changes: - dev-java/sun-jre-bin-1.6.0.29::gentoo (masked by: Oracle-BCLA-JavaSE license(s)) A copy of the 'Oracle-BCLA-JavaSE' license is located at '/usr/portage/licenses/Oracle-BCLA-JavaSE'. - app-emulation/emul-linux-x86-java-1.6.0.29::gentoo (masked by: Oracle-BCLA-JavaSE license(s)) For more information, see the MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. | Nevermind folks. I think I'm going to be able to handle this after all. I started with unmerging gucharmap gnome etc. Then I removed the xorg-server from the portage.unmask file. Finally I added the oracle licence in the /etc/make.conf. it's just has been long time since I have been fiddling with Gentoo things. |
As the title says, the package net-libs/gnome-online-accounts-3.2.1 can not be built on my system while I'm trying to install gnome-3.2 (gnome-light actually). Snippet from compilation output: Code: >>> Compiling source in /var/tmp/portage/net-libs/gnome-online-accounts-3.2.1/work/gnome-online-accounts-3.2.1 ... make -j3 -s Making all in data Making all in icons Making all in 16x16 Making all in 22x22 Making all in 24x24 Making all in 32x32 Making all in 48x48 Making all in 256x256 Making all in src Making all in goa CC libgoa_1_0_la-goaclient.lo CC libgoa_1_0_la-goaerror.lo CC libgoa_1_0_la-goa-generated.lo CC libgoa_1_0_la-goaenumtypes.lo goa-generated.c:1580: error: field 'lock' has incomplete type goa-generated.c:2725: error: field 'lock' has incomplete type goa-generated.c:3866: error: field 'lock' has incomplete type goa-generated.c:4944: error: field 'lock' has incomplete type goa-generated.c:5887: error: field 'lock' has incomplete type goa-generated.c:7371: error: field 'lock' has incomplete type goa-generated.c:8344: error: field 'lock' has incomplete type goa-generated.c:9027: error: field 'lock' has incomplete type goa-generated.c:9710: error: field 'lock' has incomplete type goa-generated.c:10393: error: field 'lock' has incomplete type make[4]: *** [libgoa_1_0_la-goa-generated.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [all] Error 2 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 I did not find any other similar error messages for this library on Google. My info: Code: # emerge --info =net-libs/gnome-online-accounts-3.2.1 Portage 2.1.10.41 (default/linux/x86/10.0/desktop/kde, gcc-4.4.5, glibc-2.13-r4, 3.1.6-gentoo i686) ================================================================= System Settings ================================================================= System uname: Linux-3.1.6-gentoo-i686-Intel-R-_Core-TM-2_Duo_CPU_T7500_@_2.20GHz-with-gentoo-2.0.3 Timestamp of tree: Thu, 19 Jan 2012 12:00:01 +0000 app-shells/bash: 4.1_p9 dev-java/java-config: 2.1.11-r3 dev-lang/python: 2.7.2-r3, 3.1.4-r3 dev-util/cmake: 2.8.6-r4 dev-util/pkgconfig: 0.26 sys-apps/baselayout: 2.0.3 sys-apps/openrc: 0.9.4 sys-apps/sandbox: 2.5 sys-devel/autoconf: 2.13, 2.68 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.21.1-r1 sys-devel/gcc: 4.4.5, 4.6.1-r1 sys-devel/gcc-config: 1.4.1-r1 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82-r1 sys-kernel/linux-headers: 2.6.39 (virtual/os-headers) sys-libs/glibc: 2.13-r4 Repositories: gentoo science ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="* -@EULA google-chrome skype-eula PUEL Intel-SDP" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=core2 -pipe -w" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/env.d/java/ /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" CXXFLAGS="-O2 -march=core2 -pipe -w" DISTDIR="/home/portage-distfiles" FEATURES="assume-digests binpkg-logs collision-protect distlocks ebuild-locks fixlafiles news parallel-fetch protect-owned sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="" GENTOO_MIRRORS="http://distfiles.gentoo.org" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j3 -s" 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="/var/lib/layman/science" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="7Zip X a52 aac aalib accessibility acl acpi aiglx akonadi alsa apng artswrappersuid audiofile autoipd avahi bash-completion berkdb bidi bzip2 cairo cdda cddb cdr chm cjk cli config_wizard consolekit cpudetection cracklib crypt css cups cxx daap dbox2 dbus declarative desktopglobe devil dga dhcpcd disk-partition djvu dri dts dv dvb dvd dvdr dvdread dvi ebook embedded emboss encode exif extramodules extras fam fame fat fbcondecor ffmpeg fftw flac flash foomatic-db foomaticdb fortran freetype gcj gd gdbm gdu gif gimpprint git gmp gnuplot gnutls gphoto2 gpm gpu gs gsm gstreamer iconv icu ieee1394 imap inotify iodbc irc jack java jingle jpeg kde kerberos kipi lame lapack laptop latex lcd lcms ldap libnotify live lj lm_sensors lyx lzma lzo mad mail matroska mdnsresponder-compat mercurial mjpeg mmx mng modules mp3 mp3rtp mp3tunes mp4 mpeg mpi msn mudflap musepack ncurses network networkmanager new-login nls nptl nptlonly nsplugin ntfs offensive ogg openal openexr opengl openmp optimized-qmake pam pango pcmcia pcre pda pdf phonon plasma png policykit povray ppds pppd pulseaudio qt3support qt4 rar rdesktop readline rss scanner sdl semantic-desktop sensord server session skype slp smp sms sparse speex spell sql sqlite sse sse2 ssl startup-notification stream subversion svg sysfs tcpd theora threads tiff tracker truetype udev unicode upnp usb v4l v4l2 video visualization voice vorbis weather webkit win32codecs wmf x264 x86 xcb xcomposite xine xinerama xml xorg xpm 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev keyboard mouse synaptics void" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS | gnome-online-accounts-3.2.1 is ~x86 and if you are installing gnome-light-3.2.1 it can not be used by its self it is only going to install basically gnome-base/gnome without any apps, If you want gnome 3.2 you will have better success with the gnome profile. |
After a recent update my Logitech MX Revolution mouse (cordless) has become so slow (laggy or jerky) that it is useless. I am using a corded USB mouse in its place. Over the past few days I have spent hours investigating the problem to no avail. Does anyone else have this problem? Some particulars on the problem system: Code: x2 shrike # lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 002: ID 050d:0237 Belkin Components F5U237 USB 2.0 7-Port Hub Bus 002 Device 002: ID 0dc6:3000 Precision Squared Technology Corp. Bus 001 Device 004: ID 046d:c51a Logitech, Inc. MX Revolution/G7 Cordless Mouse Bus 001 Device 005: ID 1267:0210 Logic3 / SpectraVideo plc LG Optical Mouse 3D-310 Bus 002 Device 003: ID 0dc6:9801 Precision Squared Technology Corp. Code: Portage 2.1.10.44 (default/linux/amd64/10.0/desktop, gcc-4.5.3, glibc-2.14.1-r2, 3.1.6-gentoo x86_64) ================================================================= System uname: Linux-3.1.6-gentoo-x86_64-AMD_Athlon-tm-_64_X2_Dual_Core_Processor_4400+-with-gentoo-2.1 Timestamp of tree: Sun, 22 Jan 2012 15:15:01 +0000 ccache version 3.1.7 [enabled] app-shells/bash: 4.2_p20 dev-java/java-config: 2.1.11-r3 dev-lang/python: 2.6.7-r2, 2.7.2-r3, 3.2.2 dev-util/ccache: 3.1.7 dev-util/cmake: 2.8.6-r4 dev-util/pkgconfig: 0.26 sys-apps/baselayout: 2.1 sys-apps/openrc: 0.9.8.1 sys-apps/sandbox: 2.5 sys-devel/autoconf: 2.13, 2.68 sys-devel/automake: 1.9.6-r3, 1.11.2-r1 sys-devel/binutils: 2.22-r1 sys-devel/gcc: 4.3.6-r1, 4.5.3-r2 sys-devel/gcc-config: 1.5-r2 sys-devel/libtool: 2.4.2 sys-devel/make: 3.82-r3 sys-kernel/linux-headers: 3.2 (virtual/os-headers) sys-libs/glibc: 2.14.1-r2 Repositories: gentoo ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=athlon64 -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/gentoo-release /etc/php/apache2-php5.4/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=athlon64 -O2 -pipe" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--jobs=5 --load-average=5.0" FEATURES="assume-digests binpkg-logs ccache distlocks ebuild-locks fixlafiles news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="" GENTOO_MIRRORS="http://ftp.swin.edu.au/gentoo http://ftp.kaist.ac.kr/pub/gentoo/ http://gentoo.lagis.at/" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="en" 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="" SYNC="rsync://192.168.1.144/gentoo-portage" USE="3dnow 3dnowext X a52 aac acl acpi alsa amd64 apache2 apng archive bash-completion berkdb bidi bluetooth branding bzip2 cairo cdda cdr cleartype cli consolekit corefonts cracklib crypt cups curl cxx dbus device-mapper dri dssi dts dvd dvdr emboss encode equery exif faac faad fam ffmpeg firefox flac fortran freetype gcj gd gdbm gdu gif gnutls gphoto2 gpm gtk gtk2 hasuse iconv icu id3tag ipv6 jack java jbig jpeg lcms ldap libnotify libsamplerate lxde mad matroska minizip mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl nptlonly nsplugin ogg opengl openmp osc pam pango pcntl pcre pdf png policykit ppds pppd python qt3support qt4 readline rubberband scanner schroedinger sdl session slp sndfile snmp spell sse sse2 ssl startup-notification stream svg sysfs taglib tcl tcpd theora threads tiff truetype type1 udev unicode usb vcd vdpau vorbis wavpack wxwidgets x264 xcb xcomposite xml xorg xscreensaver xulrunner xv xvid xvmc 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18 ruby19" SANE_BACKENDS="epkowa hp" USERLAND="GNU" VIDEO_CARDS="nouveau nv" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Code: x2 shrike # dmesg |grep -i Logitech input: Logitech USB Receiver as /devices/pci0000:00/0000:00:0a.1/usb1/1-2/1-2.2/1-2.2:1.0/input/input2 generic-usb 0003:046D:C51A.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:0a.1-2.2/input0 input: Logitech USB Receiver as /devices/pci0000:00/0000:00:0a.1/usb1/1-2/1-2.2/1-2.2:1.1/input/input3 generic-usb 0003:046D:C51A.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:0a.1-2.2/input1 Code: [ 32.477] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2) [ 32.477] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall" [ 32.477] (II) Using input driver 'evdev' for 'Logitech USB Receiver' [ 32.477] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 32.477] (**) Logitech USB Receiver: always reports core events [ 32.477] (**) Logitech USB Receiver: Device: "/dev/input/event2" [ 32.477] (--) Logitech USB Receiver: Found 20 mouse buttons [ 32.477] (--) Logitech USB Receiver: Found scroll wheel(s) [ 32.477] (--) Logitech USB Receiver: Found relative axes [ 32.477] (--) Logitech USB Receiver: Found x and y relative axes [ 32.477] (II) Logitech USB Receiver: Configuring as mouse [ 32.477] (II) Logitech USB Receiver: Adding scrollwheel support [ 32.477] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5 [ 32.477] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 32.477] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:0a.1/usb1/1-2/1-2.2/1-2.2:1.0/input/input2/event2" [ 32.477] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 9) [ 32.477] (II) Logitech USB Receiver: initialized for relative axes. [ 32.477] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1 [ 32.477] (**) Logitech USB Receiver: (accel) acceleration profile 0 [ 32.477] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000 [ 32.477] (**) Logitech USB Receiver: (accel) acceleration threshold: 4 [ 32.478] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0) [ 32.478] (II) No input driver/identifier specified (ignoring) [ 32.478] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3) [ 32.478] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall" [ 32.478] (II) Using input driver 'evdev' for 'Logitech USB Receiver' [ 32.478] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 32.478] (**) Logitech USB Receiver: always reports core events [ 32.478] (**) Logitech USB Receiver: Device: "/dev/input/event3" [ 32.478] (--) Logitech USB Receiver: Found 1 mouse buttons [ 32.478] (--) Logitech USB Receiver: Found scroll wheel(s) [ 32.478] (--) Logitech USB Receiver: Found relative axes [ 32.478] (--) Logitech USB Receiver: Found absolute axes [ 32.478] (--) Logitech USB Receiver: Found keys [ 32.478] (II) Logitech USB Receiver: Configuring as mouse [ 32.478] (II) Logitech USB Receiver: Configuring as keyboard [ 32.478] (II) Logitech USB Receiver: Adding scrollwheel support [ 32.478] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5 [ 32.478] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 32.478] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:0a.1/usb1/1-2/1-2.2/1-2.2:1.1/input/input3/event3" [ 32.478] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 10) [ 32.478] (**) Option "xkb_rules" "evdev" [ 32.478] (**) Option "xkb_model" "evdev" [ 32.478] (**) Option "xkb_layout" "us" [ 32.479] (EE) Logitech USB Receiver: failed to initialize for relative axes. [ 32.479] (II) Logitech USB Receiver: initialized for absolute axes. [ 32.479] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1 [ 32.479] (**) Logitech USB Receiver: (accel) acceleration profile 0 [ 32.479] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000 I don't have a /etc/X11/xorg.conf. Thanks, shrike | My first suspects would be xorg-server, xorg-drivers, evdev, or xf86-input-mouse, depending on what you're using. Can you determine if any of these were updated? If you need to find out which xorg drivers you're using, just do Code: qlist -IC x11-drivers/ This is why I want Portage to have an official log and rollback function. Since there isn't I take these steps when upgrading: mkdir /home/user/PortageLogs, if it doesn't exist cd /home/user/PortageLogs emerge --sync emerge -pvuDN world > (year)_(month) Then I proceed with the updates. If something breaks and there's no solution forthcoming, I check my log file, find the broken "new" package, roll it back manually, and block it with package.mask. I started doing things this way after the n-hundredth time something important broke and I couldn't find out which package to roll back. This is particularly useful since most of my machines live on ~arch. |
Hi, I'm using dev-lang/R-2.14.1 and have a few problems with it finding fonts for drawing graphs. When I attempt to draw a graph I'm told.... Code: Error in title(main = main, sub = sub, xlab = xlab, ylab = ylab, ...) : X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size 12 could not be loaded So I opted to install the adobe fonts which for whatever reason weren't already installed... Code: emerge -av font-adobe-75dpi font-adobe-100dpi font-adobe-utopia-75dpi font-adobe-utopia-100dpi But to no avail, even after rebuilding dev-lang/R. Could this be a wider issue with Xorg not finding the fonts? Any insight/advice on how to resolve this would be greatly appreciated, cheers, slack | Solved this by enabling the USE="cairo" option for dev-lang/R |
Hi, I just installed the great Gentoo, X and fluxbox. At the tty prompt, my keyboard is non-US (which is what I need), but once I startx the keyboard becomes US, despite the fact I changed my xorg.conf : Code: # nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 290.10 (buildmeister@swio-display-x86-rhel47-07.nvidia.com) Wed Nov 16 18:46:42 PST 2011 # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 290.10 (buildmeister@swio-display-x86-rhel47-07.nvidia.com) Wed Nov 16 18:47:40 PST 2011 #Mark Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "Xinerama" "0" EndSection Section "Files" EndSection Section "Module" Disable "dri2" Disable "dri" Load "glx" EndSection Section "InputDevice" # generated from data in "/etc/conf.d/gpm" Identifier "Mouse0" Driver "mouse" Option "Protocol" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" Option "XkbdLayout" "gb" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "ViewSonic VA2448 SERIES" HorizSync 24.0 - 82.0 VertRefresh 50.0 - 75.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GTX 560 Ti" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "TwinView" "0" Option "metamodes" "nvidia-auto-select +0+0" SubSection "Display" Depth 24 EndSubSection EndSection #Section "InputClass" # Identifier "Keyboard0" # #MatchIsKeyboard "yes" # Driver "kbd" # Option "XkbLayout" "gb" #EndSection Is there something wrong with what I've set, or is it set somewhere else? Thanks Mark | mark1977, Welcome to Gentoo. You are very close ... Code: Section "InputClass" Identifier "UK keyboard" Driver "evdev" MatchIsKeyboard "on" Option "xkbmodel" "evdev" Option "xkblayout" "gb" # Option "xkbvariant" "deadgraveacute" # Option "xkbrules" "base" EndSection is what I have. Xorg will use the evdev driver now unless you go to great lenghts to prevent it. |
Gnome 3.2.1 upgrade BLOCK (gdm blocks gnome-control-center) I am fairly new to gentoo. When trying to upgrade from gnome-light-2.32.1-r1 to gnome-light-3.2.1, I get the following: ----------------------------------------------------------------------------------- ~ # emerge -pv gnome-base/gnome-light These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] net-misc/mobile-broadband-provider-info-20110511 69 kB [ebuild N ] dev-libs/libical-0.43 1,119 kB [ebuild N ] dev-libs/libnl-1.1-r2 USE="-doc" 283 kB [ebuild N ] media-libs/libdiscid-0.2.2 340 kB [ebuild N ] net-libs/libasyncns-0.7 USE="-debug -doc" 367 kB [ebuild N ] media-gfx/shared-color-profiles-0.1.4 18,209 kB [ebuild N ] media-libs/libv4l-0.8.5 366 kB [ebuild NS ] media-libs/lcms-2.3 [1.19] USE="jpeg tiff zlib -doc -static-libs -test" 4,358 kB [ebuild N ] gnome-extra/gnome-audio-2.22.2 USE="-debug" 1,703 kB [ebuild N ] net-wireless/wireless-tools-29 USE="nls -multicall" 288 kB [ebuild N ] dev-util/gdbus-codegen-2.30.2 0 kB [ebuild NS ] app-text/docbook-xml-dtd-4.3-r1 [4.1.2-r6, 4.4-r2] 82 kB [ebuild N ] net-dialup/ppp-2.4.5-r1 USE="gtk pam -activefilter -atm -dhcp -eap-tls -ipv6 -radius" 709 kB [ebuild N ] sys-libs/libcap-2.22 USE="pam" 59 kB [ebuild N ] app-admin/eselect-esd-20060719 2 kB [ebuild N ] app-admin/apg-2.3.0b-r5 USE="cracklib" 108 kB [ebuild N ] dev-libs/libgee-0.6.3 USE="introspection" 420 kB [ebuild N ] dev-lang/vala-0.14.1 USE="vapigen -test" 2,538 kB [ebuild N ~] net-libs/liboauth-0.9.6 USE="nss -bindist -curl -doc" 481 kB [ebuild N ~] dev-lang/spidermonkey-1.8.5-r1 USE="-debug -static-libs -test" 6,021 kB [ebuild N ] net-wireless/wpa_supplicant-0.7.3-r5 USE="dbus readline ssl -debug -eap-sim -fasteap -gnutls -madwifi (-ps3) -qt4 (-selinux) -wimax -wps" 1,600 kB [ebuild N ] x11-apps/xrandr-1.3.5 150 kB [ebuild NS ~] gnome-base/gnome-desktop-3.2.1 [2.32.1] USE="introspection -debug -doc" 903 kB [ebuild N ] net-libs/telepathy-glib-0.16.3 USE="introspection vala -debug -test" 3,039 kB [ebuild U ~] x11-libs/pango-1.29.4 [1.28.4] USE="X introspection -debug -doc -test" 1,129 kB [ebuild N ~] dev-libs/gjs-1.30.1 USE="-examples -test" 445 kB [ebuild N ] media-libs/clutter-gst-1.4.4 USE="introspection -debug -doc -examples" 330 kB [ebuild NS ] media-libs/clutter-gtk-1.0.4 [0.10.8] USE="introspection -debug -doc -examples" 299 kB [ebuild NS ~] x11-libs/libwnck-3.2.1 [2.30.7] USE="introspection -doc -startup-notification" 634 kB [ebuild N ] x11-misc/colord-0.1.15 USE="introspection udev -doc -examples -gusb -scanner -vala" 447 kB [ebuild NS ~] x11-libs/gtksourceview-3.2.3 [2.10.5-r1] USE="introspection -doc -glade -test" 1,188 kB [ebuild N ] net-libs/neon-0.29.6 USE="nls ssl zlib -doc -expat -gnutls -kerberos -libproxy -pkcs11 -static-libs" LINGUAS="-cs -de -fr -ja -nn -pl -ru -tr -zh_CN" 862 kB [ebuild N ] app-text/libspectre-0.2.6 USE="-debug -doc -static-libs" 350 kB [ebuild N ~] app-accessibility/at-spi2-core-2.2.3 USE="introspection -doc" 420 kB [ebuild N ] dev-libs/openobex-1.5 USE="-bluetooth -debug -irda -syslog -usb" 392 kB [ebuild N ] dev-libs/libatomic_ops-1.2-r1 180 kB [ebuild N ] media-fonts/cantarell-0.0.7 USE="X" 356 kB [ebuild N ~] x11-libs/mx-1.3.1 USE="dbus gtk introspection -debug -doc -glade -startup-notification" 1,224 kB [ebuild N ] media-video/gnome-video-effects-0.3.0 175 kB [ebuild N ] media-libs/gst-plugins-bad-0.10.22 USE="orc" 0 kB [ebuild N ] media-plugins/gst-plugins-ogg-0.10.35 0 kB [ebuild N ] media-plugins/gst-plugins-vorbis-0.10.35 0 kB [ebuild N ] media-plugins/gst-plugins-pango-0.10.35 0 kB [ebuild N ] media-plugins/gst-plugins-jpeg-0.10.30 0 kB [ebuild N ] media-plugins/gst-plugins-theora-0.10.35 0 kB [ebuild N ] media-plugins/gst-plugins-v4l2-0.10.30 0 kB [ebuild U ~] x11-libs/gtk+-3.2.3 [3.0.12-r1] USE="cups introspection xinerama (-aqua) -colord% -debug -doc -examples -packagekit% -test -vim-syntax" 12,373 kB [ebuild N ~] app-text/evince-3.2.1-r1 USE="dbus introspection tiff -debug -djvu -doc -dvi -gnome-keyring -nautilus -t1lib -xps" 3,706 kB [ebuild N ] media-libs/musicbrainz-3.0.2 USE="-test" 97 kB [ebuild N ] net-im/telepathy-logger-0.2.12 USE="introspection -doc -test" 455 kB [ebuild N ~] dev-python/pyatspi-2.2.1 USE="-test" 260 kB [ebuild U ~] gnome-base/libgnomekbd-3.2.0-r1 [2.32.0-r1] USE="introspection%* -test" 368 kB [ebuild U ~] x11-themes/gnome-themes-standard-3.2.1 [3.0.2] 1,029 kB [ebuild NS ~] x11-libs/vte-0.30.1-r2 [0.28.2-r202] USE="introspection -debug -doc -glade" 930 kB [ebuild N ~] x11-themes/gnome-icon-theme-symbolic-3.2.2 170 kB [ebuild N ~] sys-apps/accountsservice-0.6.15 USE="introspection -doc" 280 kB [ebuild N ] net-misc/modemmanager-0.4 USE="policykit -doc -test" 435 kB [ebuild N ~] net-print/cups-pk-helper-0.2.1 212 kB [ebuild N ~] net-misc/networkmanager-0.9.2.0-r2 USE="dhcpcd introspection nss ppp -avahi -bluetooth -connection-sharing -dhclient -doc -gnutls -resolvconf -wimax" 1,723 kB [ebuild N ] net-wireless/bluez-4.96 USE="alsa consolekit cups gstreamer -caps -debug -health -maemo6 -old-daemons -pcmcia -pnat -test-programs -usb" 1,647 kB [ebuild U ~] x11-terms/gnome-terminal-3.2.1 [2.32.1] 1,944 kB [ebuild N ~] app-accessibility/caribou-0.4.1 353 kB [ebuild N ] net-im/telepathy-mission-control-5.10.1 USE="upower -gnome-keyring -networkmanager" 987 kB [ebuild N ~] dev-libs/folks-0.6.6 USE="-debug -eds -socialweb -test -tracker -utils -vala" 1,344 kB [ebuild N ] app-mobilephone/obexd-0.42 USE="-debug -eds -nokia -server -usb" 417 kB [ebuild N ~] media-video/cheese-3.2.2 USE="introspection -doc" 3,405 kB [ebuild U ~] x11-misc/notification-daemon-0.7.3 [0.5.0] 269 kB [ebuild N ] media-sound/pulseaudio-0.9.22-r2 USE="X alsa asyncns caps dbus glib gnome tcpd udev -avahi -bluetooth -doc -ipv6 -jack -libsamplerate -lirc (-oss) -realtime (-system-wide) -test" 2,029 kB [ebuild U ~] gnome-base/gnome-settings-daemon-3.2.2-r1 [2.32.1-r2] USE="colord%* cups%* policykit short-touchpad-timeout%* udev%* -debug -packagekit% -smartcard -test% (-libnotify%) (-pulseaudio%)" 1,385 kB [ebuild N ~] x11-wm/mutter-3.2.2 USE="introspection xinerama -test" 1,609 kB [ebuild U ~] x11-wm/metacity-2.34.1 [2.30.3] USE="xinerama -test" 1,874 kB [ebuild U ~] gnome-base/gnome-session-3.2.1 [2.32.1-r3] USE="-doc -ipv6 (-debug%)" 685 kB [ebuild N ~] gnome-extra/nm-applet-0.9.2.0-r1 USE="-bluetooth" 1,052 kB [ebuild U ~] dev-libs/libgweather-3.2.1 [2.30.3] USE="introspection%* -doc (-python%)" 4,167 kB [ebuild N ] net-libs/rest-0.7.12 USE="gnome introspection -doc -test" 293 kB [ebuild N ~] dev-libs/libgdata-0.10.1 USE="gnome introspection -debug -doc -static-libs" 1,105 kB [ebuild N ~] gnome-base/gnome-core-libs-3.2.1 USE="cups -python" 0 kB [ebuild N ~] net-libs/libsocialweb-0.25.20 USE="gnome introspection networkmanager -connman -doc -vala" 461 kB [ebuild U ~] gnome-base/nautilus-3.2.1-r1 [2.32.2.1-r1] USE="gnome introspection* previewer%* -doc -exif% -packagekit% -sendto% -test -tracker% -xmp" 4,594 kB [ebuild N ~] gnome-extra/sushi-0.2.1 290 kB [ebuild N ~] net-libs/gnome-online-accounts-3.2.1 USE="gnome introspection -debug -doc" 448 kB [ebuild N ~] gnome-extra/evolution-data-server-3.2.3 USE="gnome-online-accounts introspection weather -doc -ipv6 -kerberos -ldap -test -vala" 3,643 kB [ebuild N ~] net-wireless/gnome-bluetooth-3.2.1 USE="introspection -debug -doc -sendto" 1,115 kB [ebuild NS ~] gnome-base/gnome-menus-3.2.0.1-r1 [2.30.5] USE="introspection python -debug -test" 393 kB [ebuild U ~] gnome-base/gnome-control-center-3.2.2 [2.32.1-r1] USE="cheese%* colord%* cups%* networkmanager%* socialweb%* -debug (-eds%)" 4,127 kB [uninstall ] gnome-base/gnome-menus-2.30.5 USE="-debug (-introspection) -python" [blocks b ] <gnome-base/gnome-menus-3.0.1-r1:0 ("<gnome-base/gnome-menus-3.0.1-r1:0" is blocking gnome-base/gnome-menus-3.2.0.1-r1) [ebuild N ~] gnome-base/gnome-shell-3.2.2.1 USE="bluetooth networkmanager" 1,103 kB [ebuild U ~] gnome-base/gnome-panel-3.2.1 [2.32.1-r3] USE="introspection -doc -eds -networkmanager (-bonobo%*)" 2,368 kB [ebuild N ~] gnome-base/gnome-fallback-3.2.1 USE="cups" 0 kB [ebuild U ~] gnome-base/gnome-light-3.2.1 [2.32.1-r1] USE="cups%* fallback%* gnome-shell%* (-automount%*)" 0 kB [blocks B ] <gnome-base/gdm-2.91.94 ("<gnome-base/gdm-2.91.94" is blocking gnome-base/gnome-control-center-3.2.2) Total: 89 packages (14 upgrades, 67 new, 8 in new slots, 1 uninstall), Size of downloads: 116,751 kB Conflict: 2 blocks (1 unsatisfied) !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: x11-libs/pango:0 (x11-libs/pango-1.29.4::gentoo, ebuild scheduled for merge) pulled in by >=x11-libs/pango-1.29.3 required by (gnome-base/gnome-core-libs-3.2.1::gentoo, ebuild scheduled for merge) (and 1 more with the same problem) (x11-libs/pango-1.28.4::gentoo, installed) pulled in by (no parents that aren't satisfied by other packages in this slot) x11-libs/gtk+:3 (x11-libs/gtk+-3.2.3::gentoo, ebuild scheduled for merge) pulled in by >=x11-libs/gtk+-3.2.1:3[cups?] required by (gnome-base/gnome-core-libs-3.2.1::gentoo, ebuild scheduled for merge) (and 5 more with the same problem) (x11-libs/gtk+-3.0.12-r1::gentoo, installed) pulled in by (no parents that aren't satisfied by other packages in this slot) 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. You may want to try a larger value of the --backtrack option, such as --backtrack=30, in order to see if that will solve this conflict automatically. For more information, see MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook ---------------------------------------------------------------------------------------------------------------------------------------- The --backtrack=30 option results in the same. From what I have learned portage tries to take care of soft blocks but you have to resolve hard blocks yourself. Is it wise to do a 'emerge -C gdm' here and run emerge gnome-light again? Please advise me. I have googled to no avail and a search in here returns 0 results I will post my emerge --info if that helps. | it looks to me like the lower versions of some applications are blocking the updates. You should try Code: emerge -auvND world first and see if that works. The world update is a better way since it should catch everything you did not include by only specifying gnome-light. |
pcmanfm can navigate to computers running sshd using sftp under LXDE (requires gvfs). If I change the WM from open-box to icewm or switch to plain icewm from the LXDE login screen, sftp stops working in pcmanfm. The cause of the problem is in this file: /etc/lxdm/Xsession They have custom xsession launchers for fedora, mandriva, debian, suse and ubuntu all other distros are classified as unknown and the script suggests that you create a custom xinitrc file here: /etc/lxdm/xinitrc If that file doesn't exist (the default) it runs a generic launcher which does not launch dbus-launch which is why pcmanfm can't do sftp with icewm. I have a quick and dirty fix, add these lines to /etc/lxdm/Xsession just before the last exec line in the file. Code: if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then eval "$(dbus-launch --sh-syntax --exit-with-session)" fi That fixes the pcmanfm problem but the menu does not update for icewm. I would like to place entries in /etc/lxdm/xinitrc to make lxdm launch icewm using the built in Gentoo mechanism. This directory has the scripts that should be run before launching icewm-session: /etc/X11/xinit/xinitrc.d/ Can someone show me how to do that? | I figured out how to create a custom /etc/lxdm/xinitrc that works with lxdm. Code: su -c "echo 'export XSESSION=\$1 > exec -l \$SHELL -c \". /etc/X11/xinit/xinitrc\" > ' > /etc/lxdm/xinitrc" Make it executable: Code: su -c "chmod +x /etc/lxdm/xinitrc" Pass the DE/WM chosen to /etc/lxdm/xinitrc. Replace <. /etc/lxdm/xinitrc> line with <. /etc/lxdm/xinitrc "$LXSESSION"> in /etc/lxdm/Xsession: Code: su -c "sed -i -e 's/\. \/etc\/lxdm\/xinitrc/\. \/etc\/lxdm\/xinitrc \"\$LXSESSION\"/' /etc/lxdm/Xsession" |
kget do not start. the error is Code: KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work "/usr/bin/kget(15478)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files" "/usr/bin/kget(15478)" Soprano: "QLocalSocket::connectToServer: Invalid name" "/usr/bin/kget(15478)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files" "/usr/bin/kget(15478)" Soprano: "QLocalSocket::connectToServer: Invalid name" "/usr/bin/kget(15478)" Soprano: "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files" "/usr/bin/kget(15478)" Soprano: "QLocalSocket::connectToServer: Invalid name" QWidget::insertAction: Attempt to insert null action QWidget::insertAction: Attempt to insert null action What should I do to fix this? | keivan wrote: What should I do to fix this? Did you delete the config file already? |
I have "flpsed" installed to annotate some ps and pdf files. It worked better on my previous system (even though the fonts were choppy and ugly but they scale correctly) After switching to a new system when I open ps or pdf file, the default font to write is 8pts (too small) when I select larger font 14 or 24pts. the fonts don't scale on the screen correctly they are still 8pcs. I only see the changes when I save the work. Am I missing fonts that flpsed is using if so which ones? | Solved. flpsed needs "FL_HELVETICA" font. Xorg does not install one. If I'm not mistaken: media-fonts/liberation-fonts has HELVETICA |
Hi, My conky is starting automatically in my X session (from kdm), yet neither Code: grep -R conky /home/user/ or Code: grep -R conky /etc/ or Code: updatedb && locate conky return any reason as to why it's starting (and yes, updatedb suceeds, and yes the last one is kind of unnecessary lol). I'm running KDE and it is not saving the previous session. I kill conky and restart, and again, it's there. Strange no? I didn't emerged anything, specially an app at startup that could be calling this. (I mean, in user directory there's nothing, not even a binary that could be fetching conky, so all that remains is / binaries, but there's nothing new!) Any thoughts? | Try saving the session without conky, does it still appear? |
FIXED! new error is down: Hi, I installed Xorg using the guide but when I run startx it says: Code: hostname: Unknown host xauth: file /root/.serverauth.10965 does not exist X.Org X Server 1.11.2 Release Date: 2011-11-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 3.0.6-gentoo i686 Gentoo Current Operating System: Linux gserver 3.0.6-gentoo #1 SMP Mon Jan 2 19:11:32 CET 2012 i686 Kernel command line: BOOT_IMAGE=/kernel-genkernel-x86-3.0.6-gentoo root=UUID=7efd9d02-35e1-480e-81d9-43f9aa38d84b ro Build Date: 03 January 2012 08:59:02PM Current version of pixman: 0.24.0 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 Jan 6 20:54:50 2012 (==) Using system config directory "/usr/share/X11/xorg.conf.d" (EE) Failed to load module "vesa" (module does not exist, 0) (EE) Failed to load module "fbdev" (module does not exist, 0) WARNING: Error inserting wmi (/lib/modules/3.0.6-gentoo/kernel/drivers/platform/x86/wmi.ko): Unknown symbol in module, or unknown parameter (see dmesg) WARNING: Error inserting mxm_wmi (/lib/modules/3.0.6-gentoo/kernel/drivers/platform/x86/mxm-wmi.ko): Unknown symbol in module, or unknown parameter (see dmesg) WARNING: Error inserting drm_kms_helper (/lib/modules/3.0.6-gentoo/kernel/drivers/gpu/drm/drm_kms_helper.ko): Unknown symbol in module, or unknown parameter (see dmesg) WARNING: Error inserting ttm (/lib/modules/3.0.6-gentoo/kernel/drivers/gpu/drm/ttm/ttm.ko): Unknown symbol in module, or unknown parameter (see dmesg) FATAL: Error inserting nouveau (/lib/modules/3.0.6-gentoo/kernel/drivers/gpu/drm/nouveau/nouveau.ko): Unknown symbol in module, or unknown parameter (see dmesg) (EE) [drm] failed to open device (EE) No devices detected. Fatal server error: no screens found 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. Server terminated with error (1). Closing log file. ^Cxinit: giving up xinit: unable to connect to X server: Connection refused xinit: unexpected signal 2 I checked dmesg | grep Unknown: Code: i2c_i801: Unknown symbol i2c_new_device (err 0) i2c_i801: Unknown symbol i2c_del_adapter (err 0) i2c_i801: Unknown symbol i2c_add_adapter (err 0) video: Unknown symbol backlight_device_unregister (err 0) video: Unknown symbol backlight_force_update (err 0) video: Unknown symbol backlight_device_register (err 0) video: Unknown symbol backlight_device_unregister (err 0) video: Unknown symbol backlight_force_update (err 0) video: Unknown symbol backlight_device_register (err 0) video: Unknown symbol backlight_device_unregister (err 0) video: Unknown symbol backlight_force_update (err 0) video: Unknown symbol backlight_device_register (err 0) drm_kms_helper: Unknown symbol drm_mode_vrefresh (err 0) drm_kms_helper: Unknown symbol drm_ut_debug_printk (err 0) drm_kms_helper: Unknown symbol drm_mode_equal (err 0) drm_kms_helper: Unknown symbol drm_add_modes_noedid (err 0) drm_kms_helper: Unknown symbol drm_mode_debug_printmodeline (err 0) drm_kms_helper: Unknown symbol drm_sysfs_hotplug_event (err 0) drm_kms_helper: Unknown symbol drm_connector_property_set_value (err 0) drm_kms_helper: Unknown symbol drm_mode_height (err 0) drm_kms_helper: Unknown symbol drm_mode_prune_invalid (err 0) drm_kms_helper: Unknown symbol drm_mode_set_crtcinfo (err 0) drm_kms_helper: Unknown symbol drm_mode_connector_list_update (err 0) drm_kms_helper: Unknown symbol drm_mode_validate_size (err 0) drm_kms_helper: Unknown symbol drm_mode_connector_update_edid_property (err 0) drm_kms_helper: Unknown symbol drm_err (err 0) drm_kms_helper: Unknown symbol drm_mode_width (err 0) drm_kms_helper: Unknown symbol register_framebuffer (err -22) drm_kms_helper: Unknown symbol drm_mode_duplicate (err 0) drm_kms_helper: Unknown symbol drm_mode_find_dmt (err 0) drm_kms_helper: Unknown symbol i2c_add_adapter (err 0) drm_kms_helper: Unknown symbol drm_mode_parse_command_line_for_connector (err 0) drm_kms_helper: Unknown symbol drm_get_connector_name (err 0) drm_kms_helper: Unknown symbol drm_get_encoder_name (err 0) drm_kms_helper: Unknown symbol drm_mode_sort (err 0) drm_kms_helper: Unknown symbol drm_mode_destroy (err 0) drm_kms_helper: Unknown symbol drm_mode_create_from_cmdline_mode (err 0) drm_kms_helper: Unknown symbol drm_calc_timestamping_constants (err 0) ttm: Unknown symbol drm_mm_get_block_range_generic (err 0) ttm: Unknown symbol drm_mm_get_block_generic (err 0) ttm: Unknown symbol agp_bind_memory (err 0) ttm: Unknown symbol drm_mm_search_free_in_range (err 0) ttm: Unknown symbol drm_ht_just_insert_please (err 0) ttm: Unknown symbol drm_mm_takedown (err 0) ttm: Unknown symbol drm_mm_put_block (err 0) ttm: Unknown symbol drm_mm_search_free (err 0) ttm: Unknown symbol drm_ht_find_item (err 0) ttm: Unknown symbol drm_class_device_register (err 0) ttm: Unknown symbol drm_clflush_pages (err 0) ttm: Unknown symbol drm_ht_remove (err 0) ttm: Unknown symbol drm_ht_insert_item (err 0) ttm: Unknown symbol agp_free_memory (err 0) ttm: Unknown symbol drm_mm_pre_get (err 0) ttm: Unknown symbol drm_ht_create (err 0) ttm: Unknown symbol drm_mm_clean (err 0) ttm: Unknown symbol drm_mm_init (err 0) ttm: Unknown symbol agp_allocate_memory (err 0) ttm: Unknown symbol agp_unbind_memory (err 0) ttm: Unknown symbol drm_ht_remove_item (err 0) ttm: Unknown symbol drm_mm_debug_table (err 0) ttm: Unknown symbol drm_class_device_unregister (err 0) video: Unknown symbol backlight_device_unregister (err 0) video: Unknown symbol backlight_force_update (err 0) video: Unknown symbol backlight_device_register (err 0) video: Unknown symbol backlight_device_unregister (err 0) video: Unknown symbol backlight_force_update (err 0) video: Unknown symbol backlight_device_register (err 0) and I still dont know what to do I found how to fix alsa getting this error but dont know how to fix this one :S. FIXED! just rebooted with new kernel new error: Code: hostname: Unknown host xauth: file /root/.serverauth.12523 does not exist X.Org X Server 1.11.2 Release Date: 2011-11-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 3.0.6-gentoo i686 Gentoo Current Operating System: Linux gserver 3.0.6-gentoo #2 SMP Fri Jan 6 19:46:13 CET 2012 i686 Kernel command line: BOOT_IMAGE=/kernel-genkernel-x86-3.0.6-gentoo root=UUID=7efd9d02-35e1-480e-81d9-43f9aa38d84b ro Build Date: 03 January 2012 08:59:02PM Current version of pixman: 0.24.0 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 Jan 6 21:01:33 2012 (==) Using system config directory "/usr/share/X11/xorg.conf.d" (EE) Failed to load module "vesa" (module does not exist, 0) (EE) Failed to load module "fbdev" (module does not exist, 0) resize called 1920 1080 /etc/X11/xinit/xinitrc: line 63: exec: xterm: not found xinit: connection to X server lost waiting for X server to shut down Server terminated successfully (0). Closing log file. Already emerging xterm Emerged it and it works Wouldnt it be great if everything could be fixed that easy? Thanx | tomtomp, This sort of error is typically caused on second and subsequent builds of a kernel. The sequence of events goes something like this. You get a new kernel version for some reason, configure build and boot into it. Then you discover you have a bit missing. You reconfigure your kernel, rebuild it but mess up the install in some way. There are two ways ... Code: You omit to run make modules_install You mess up the cp arch/x86/boot/bzImage .... Either way, you get kernel modules built for one bzImage file attempting to work with a different bzImage file. There is another way to create this effect too. Set your clock backwards. Sometimes this id setected sometimes not. make is lazy. It looks at the timestamps on sources an the resulting existing object files, then decides to use the old object file if its newer than the sources. If your clock has steped backwards, make will use old object files where it should not and you get the same results. The first step is to rebuild and reinstall you kernel starting with Code: cd /usr/src/linux make clean to get rid of all the old object files. Your .config will not be harmed. Now that there are no boject files, make has to build everything. That fixes the time step problem. Take care to run Code: make modules_install so you know you are using the modules that fit with the bzImage (your new kernel file) Take care to Code: mount /boot before you copy the kernel over. Reboot and run Code: uname -a to find out about your running kernel. I get Code: $ uname -a Linux NeddySeagoon 3.1.6-gentoo #1 SMP PREEMPT Tue Jan 3 11:18:36 GMT 2012 x86_64 AMD Phenom(tm) II X6 1090T Processor AuthenticAMD GNU/Linux The #1 tells that this is the first build of my Code: 3.1.6-gentoo kernel and that it was built at Code: Tue Jan 3 11:18:36 GMT 2012 The build number is only useful if you know the previous build number but the date/time will allow you to determine if you are running the kernel you think you are. Do the above and post back if its not fixed. |
Hello to everyone. I'm a newbie user of gentoo and my knowledge is limited but i would like to learn. I could configure and start kde 4.7, except kmail, akonadi and mysql.... I was emerging and unemerging that three programs, modifying their settings, trying to fix the problems, when i deleted manually the completly config tree of akonadi and mysl. Suddenly after reboot, kde did not boot again anymore. It tried to start it from kdm and it restarts towards kdm again. uf. i don't know what to do. Please can anyone guide me for a bit? Any help is wellcome Salutes.... (writing from windows 7 xd) | Is there anything interesting in /var/log/kdm.log? Try this: Code: startx Code: kwin That should at least give you a GUI. |
Hello. I tried to install kmail on my gentoo. Was installed without problems, but when i tried to execute it, I found the next problems that don't allow its use. 1- MySQL server log contains errors 2- MySQL server custom configuration not available 3- Akonadi control process not registered at D-Bus 4- Akonadi server process not registered at D-Bus 5- Nepomuk search service not registered at D-Bus 6- No resource agents found 7- Currently Akonadi server error log found 8- Previous Akonadi server error log found I would like to use kmail, but i don't have enough knowledge to do. Can anyone help me a bit? Thanks forward The extended error report Akonadi Server Self-Test Report =============================== Test 1: ERROR -------- Database driver not found. Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server configuration. The following drivers are installed: QSQLITE, QSQLITE3. Make sure the required driver is installed. File content of '/home/enigma/.config/akonadi/akonadiserverrc': [%General] Driver=QMYSQL [QMYSQL] Name=akonadi Host= Options="UNIX_SOCKET=/home/enigma/.local/share/akonadi/socket-minienigma/mysql.socket" ServerPath=/usr/sbin/mysqld StartServer=true Test 2: SUCCESS -------- Akonadi is not running as root Details: Akonadi is not running as a root/administrator user, which is the recommended setup for a secure system. Test 3: SUCCESS -------- MySQL server found. Details: You have currently configured Akonadi to use the MySQL server '/usr/sbin/mysqld'. Make sure you have the MySQL server installed, set the correct path and ensure you have the necessary read and execution rights on the server executable. The server executable is typically called 'mysqld'; its location varies depending on the distribution. Test 4: SUCCESS -------- MySQL server is executable. Details: MySQL server found: /usr/sbin/mysqld Ver 5.1.56-log for pc-linux-gnu on x86_64 (Gentoo Linux mysql-5.1.56) Test 5: ERROR -------- MySQL server log contains errors. Details: The MySQL server error log file '<a href='/home/enigma/.local/share/akonadi/db_data/mysql.err'>/home/enigma/.local/share/akonadi/db_data/mysql.err</a>' contains errors. File content of '/home/enigma/.local/share/akonadi/db_data/mysql.err': 120112 13:54:55 InnoDB: Initializing buffer pool, size = 80.0M 120112 13:54:55 InnoDB: Completed initialization of buffer pool InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process . . .This error repeats a lot InnoDB: using the same InnoDB data or log files. 120112 13:56:35 InnoDB: Unable to open the first data file InnoDB: Error in opening ./ibdata1 120112 13:56:35 InnoDB: Operating system error number 11 in a file operation. InnoDB: Error number 11 means 'Resource temporarily unavailable'. InnoDB: Some operating system error numbers are described at InnoDB: http://dev.mysql.com/doc/refman/5.1/en/ ... codes.html InnoDB: Could not open or create data files. InnoDB: If you tried to add new data files, and it failed here, InnoDB: you should now edit innodb_data_file_path in my.cnf back InnoDB: to what it was, and remove the new ibdata files InnoDB created InnoDB: in this failed attempt. InnoDB only wrote those files full of InnoDB: zeros, but did not yet use them in any way. But be careful: do not InnoDB: remove old data files which contain your precious data! 120112 13:56:35 [ERROR] Plugin 'InnoDB' init function returned error. 120112 13:56:35 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 120112 13:56:35 [ERROR] Unknown/unsupported table type: innodb 120112 13:56:35 [ERROR] Aborting 120112 13:56:35 [Note] /usr/sbin/mysqld: Shutdown complete Test 6: SUCCESS -------- MySQL server default configuration found. Details: The default configuration for the MySQL server was found and is readable at <a href='/usr/share/config/akonadi/mysql-global.conf'>/usr/share/config/akonadi/mysql-global.conf</a>. File content of '/usr/share/config/akonadi/mysql-global.conf': # # Global Akonadi MySQL server settings, # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf # # Based on advice by Kris Köhntopp <kris@mysql.com> # [mysqld] skip_grant_tables skip_networking # strict query parsing/interpretation # TODO: make Akonadi work with those settings enabled #sql_mode=strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_zero_in_date,only_full_group_by,pipes_as_concat #sql_mode=strict_trans_tables # use InnoDB for transactions and better crash recovery default_storage_engine=innodb # case-insensitive table names, avoids trouble on windows lower_case_table_names=1 character_set_server=utf8 collation_server=utf8_general_ci table_cache=200 thread_cache_size=3 #log_bin=mysql-bin #expire_logs_days=3 #sync_bin_log=0 # error log file name, relative to datadir log_error=mysql.err log_warnings=2 # log all queries, useful for debugging but generates an enormous amount of data #log=mysql.full # log queries slower than n seconds, log file name relative to datadir (for debugging only) #log_slow_queries=mysql.slow #long_query_time=1 # log queries not using indices, debug only, disable for production use #log_queries_not_using_indexes=1 # maximum blob size max_allowed_packet=32M max_connections=256 # makes sense when having the same query multiple times # makes no sense with prepared statements and/or transactions query_cache_type=0 query_cache_size=0 innodb_file_per_table=1 innodb_log_buffer_size=1M innodb_additional_mem_pool_size=1M # messure database size and adjust # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema"); innodb_buffer_pool_size=80M # size of average write burst, keep Innob_log_waits small, keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables) innodb_log_file_size=64M innodb_flush_log_at_trx_commit=2 # Do not drop the connection to the DB after 8 hours of inactivity wait_timeout=31536000 [client] default-character-set=utf8 Test 7: SKIP -------- MySQL server custom configuration not available. Details: The custom configuration for the MySQL server was not found but is optional. Test 8: SUCCESS -------- MySQL server configuration is usable. Details: The MySQL server configuration was found at <a href='/home/enigma/.local/share/akonadi/mysql.conf'>/home/enigma/.local/share/akonadi/mysql.conf</a> and is readable. File content of '/home/enigma/.local/share/akonadi/mysql.conf': # # Global Akonadi MySQL server settings, # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf # # Based on advice by Kris Köhntopp <kris@mysql.com> # [mysqld] skip_grant_tables skip_networking # strict query parsing/interpretation # TODO: make Akonadi work with those settings enabled #sql_mode=strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_zero_in_date,only_full_group_by,pipes_as_concat #sql_mode=strict_trans_tables # use InnoDB for transactions and better crash recovery default_storage_engine=innodb # case-insensitive table names, avoids trouble on windows lower_case_table_names=1 character_set_server=utf8 collation_server=utf8_general_ci table_cache=200 thread_cache_size=3 #log_bin=mysql-bin #expire_logs_days=3 #sync_bin_log=0 # error log file name, relative to datadir log_error=mysql.err log_warnings=2 # log all queries, useful for debugging but generates an enormous amount of data #log=mysql.full # log queries slower than n seconds, log file name relative to datadir (for debugging only) #log_slow_queries=mysql.slow #long_query_time=1 # log queries not using indices, debug only, disable for production use #log_queries_not_using_indexes=1 # maximum blob size max_allowed_packet=32M max_connections=256 # makes sense when having the same query multiple times # makes no sense with prepared statements and/or transactions query_cache_type=0 query_cache_size=0 innodb_file_per_table=1 innodb_log_buffer_size=1M innodb_additional_mem_pool_size=1M # messure database size and adjust # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema"); innodb_buffer_pool_size=80M # size of average write burst, keep Innob_log_waits small, keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables) innodb_log_file_size=64M innodb_flush_log_at_trx_commit=2 # Do not drop the connection to the DB after 8 hours of inactivity wait_timeout=31536000 [client] default-character-set=utf8 Test 9: SUCCESS -------- akonadictl found and usable Details: The program '/usr/bin/akonadictl' to control the Akonadi server was found and could be executed successfully. Result: Akonadi 1.6.2 Test 10: ERROR -------- Akonadi control process not registered at D-Bus. Details: The Akonadi control process is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup. Test 11: ERROR -------- Akonadi server process not registered at D-Bus. Details: The Akonadi server process is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup. Test 12: ERROR -------- Nepomuk search service not registered at D-Bus. Details: The Nepomuk search service is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup. Test 13: SKIP -------- Protocol version check not possible. Details: Without a connection to the server it is not possible to check if the protocol version meets the requirements. Test 14: ERROR -------- No resource agents found. Details: No resource agents have been found, Akonadi is not usable without at least one. This usually means that no resource agents are installed or that there is a setup problem. The following paths have been searched: '/usr/share/akonadi/agents'. The XDG_DATA_DIRS environment variable is set to '/usr/local/share:/usr/share'; make sure this includes all paths where Akonadi agents are installed. Directory listing of '/usr/share/akonadi/agents': akonotesresource.desktop birthdaysresource.desktop calendarsearchagent.desktop contactsresource.desktop davgroupwareresource.desktop icalresource.desktop imapresource.desktop invitationsagent.desktop kabcresource.desktop kcalresource.desktop kdeaccountsresource.desktop knutresource.desktop kolabproxyresource.desktop localbookmarksresource.desktop maildirresource.desktop maildispatcheragent.desktop mboxresource.desktop microblog.desktop mixedmaildirresource.desktop mtdummyresource.desktop nepomukcalendarfeeder.desktop nepomukcontactfeeder.desktop nepomukemailfeeder.desktop nepomuktagresource.desktop nntpresource.desktop notesresource.desktop openxchangeresource.desktop pop3resource.desktop vcarddirresource.desktop vcardresource.desktop Environment variable XDG_DATA_DIRS is set to '/usr/local/share:/usr/share' Test 15: ERROR -------- Current Akonadi server error log found. Details: The Akonadi server reported errors during its current startup. The log can be found in <a href='/home/enigma/.local/share/akonadi/akonadiserver.error'>/home/enigma/.local/share/akonadi/akonadiserver.error</a>. File content of '/home/enigma/.local/share/akonadi/akonadiserver.error': "[ 0: akonadiserver(_Z11akBacktracev+0x37) [0x44e3a7] 1: akonadiserver() [0x44e7a2] 2: /lib64/libc.so.6(+0x35ad0) [0x7f5e724e9ad0] 3: /lib64/libc.so.6(gsignal+0x35) [0x7f5e724e9a55] 4: /lib64/libc.so.6(abort+0x185) [0x7f5e724ead55] 5: /usr/lib64/qt4/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x74) [0x7f5e7419e994] 6: /usr/lib64/qt4/libQtCore.so.4(+0x70b2d) [0x7f5e7419eb2d] 7: /usr/lib64/qt4/libQtCore.so.4(_Z6qFatalPKcz+0x95) [0x7f5e7419ecc5] 8: akonadiserver(_ZN13DbConfigMysql19startInternalServerEv+0x11c2) [0x4c9682] 9: akonadiserver(_ZN7Akonadi13AkonadiServer20startDatabaseProcessEv+0xd8) [0x450378] 10: akonadiserver(_ZN7Akonadi13AkonadiServerC1EP7QObject+0xc4) [0x451974] 11: akonadiserver(_ZN7Akonadi13AkonadiServer8instanceEv+0x4a) [0x452e9a] 12: akonadiserver(main+0x21e) [0x44962e] 13: /lib64/libc.so.6(__libc_start_main+0xfd) [0x7f5e724d609d] 14: akonadiserver() [0x449319] ] " Test 16: ERROR -------- Previous Akonadi server error log found. Details: The Akonadi server reported errors during its previous startup. The log can be found in <a href='/home/enigma/.local/share/akonadi/akonadiserver.error.old'>/home/enigma/.local/share/akonadi/akonadiserver.error.old</a>. File content of '/home/enigma/.local/share/akonadi/akonadiserver.error.old': "[ 0: akonadiserver(_Z11akBacktracev+0x37) [0x44e3a7] 1: akonadiserver() [0x44e7a2] 2: /lib64/libc.so.6(+0x35ad0) [0x7feb43003ad0] 3: /lib64/libc.so.6(gsignal+0x35) [0x7feb43003a55] 4: /lib64/libc.so.6(abort+0x185) [0x7feb43004d55] 5: /usr/lib64/qt4/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x74) [0x7feb44cb8994] 6: /usr/lib64/qt4/libQtCore.so.4(+0x70b2d) [0x7feb44cb8b2d] 7: /usr/lib64/qt4/libQtCore.so.4(_Z6qFatalPKcz+0x95) [0x7feb44cb8cc5] 8: akonadiserver(_ZN13DbConfigMysql19startInternalServerEv+0x11c2) [0x4c9682] 9: akonadiserver(_ZN7Akonadi13AkonadiServer20startDatabaseProcessEv+0xd8) [0x450378] 10: akonadiserver(_ZN7Akonadi13AkonadiServerC1EP7QObject+0xc4) [0x451974] 11: akonadiserver(_ZN7Akonadi13AkonadiServer8instanceEv+0x4a) [0x452e9a] 12: akonadiserver(main+0x21e) [0x44962e] 13: /lib64/libc.so.6(__libc_start_main+0xfd) [0x7feb42ff009d] 14: akonadiserver() [0x449319] ] " Test 17: SUCCESS -------- No current Akonadi control error log found. Details: The Akonadi control process did not report any errors during its current startup. Test 18: SUCCESS -------- No previous Akonadi control error log found. Details: The Akonadi control process did not report any errors during its previous startup. Regards. | akonadi-server and qt-sql must be installed with USE="mysql" enabled. Test 1 tells me: Code: Database driver not found. Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server configuration. The following drivers are installed: QSQLITE, QSQLITE3. Make sure the required driver is installed. you do not have qt-mysql-driver - should mean your USE-Flags for qt-sql must get adjusted. |
Hi I can't get my Nvidia GT 440 (developed by ASUS) to run on my computer, however, the 2012 livedvd have no issues. I've followed three different guides and compiled the kernel multiple times with these different settings and none seem to work. The error I get, when starting Xorg is: Code: X.Org X Server 1.11.2 Release Date: 2011-11-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 3.1.6-gentoo x86_64 Gentoo Current Operating System: Linux dc7700p 3.1.6-gentoo #2 SMP Mon Jan 16 21:09:43 CET 2012 x86_64 Kernel command line: root=/dev/sda3 video=uvesafb:mtrr:3,ywrap,2560x1440-32@60 Build Date: 12 January 2012 03:47:50PM Current version of pixman: 0.24.0 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 Jan 16 21:16:50 2012 (++) Using config file: "xorg.conf.new" (==) Using system config directory "/usr/share/X11/xorg.conf.d" (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X (EE) NVIDIA(0): log file that the GLX module has been loaded in your X (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If (EE) NVIDIA(0): you continue to encounter problems, Please try (EE) NVIDIA(0): reinstalling the NVIDIA driver. Server terminated successfully (0). Closing log file. Hope someone can pin point what I did wrong. The module called "nvidia" is loaded automatically. I generated an xorg.config file with "X -configure" and also tried nvidia-xconfig. Both give the above error. Withtout any config file the X-server is trying to load the nouveau, nv or vesa drivers (unsuccessfully). What have I done wrong? I'll add my kernel-configuration in the next post. Regards Preben | Replace your xorg.conf with just these lines: Code: Section "Device" Identifier "Nvidia Card" Driver "nvidia" EndSection Also run "eselect opengl set nvidia" and check with "eselect opengl list" that it is actually set to nvidia. |
Hello to everyone. Code: Linux gent 3.1.6-gentoo #1 Fri Dec 30 16:32:44 MSK 2011 x86_64 Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz GenuineIntel GNU/Linux I upgraded to KDE 4.7.4 and now DE is very unstable and quite unusable. First of all, application list is empty in Kicker menu: Faves, Computer and other tabs are populated but application tab is clean. Also, Panel is not working well , adding standard panel fails, since menu opens on top , when panel itself is on the bottom, so cannot also change settings because all configs move to top of the desktop to invisible area. Also, there are some issue with akonadi, making kmail etc. unusable, but firstly I need to populate menus at least and make panel behave correctly. Anyone knows how to fix this? Thanks. | As a normal user, run Code: kbuildsycoca4 If it still does not show any applications, run Code: kbuildsycoca4 --noincremental to recreate the cache from scratch. Did you logout after upgrading kde? Tried to restart kdm? Code: /etc/init.d/xdm restart Did you remove all panels from your desktop? If the menu opens on top, just try to ignore and start moving it (there is a button on the panel for moving the panel to a corner, should be in the center, right near the button for changing height). |
Hello, First, here is some general background. Skip below to SYMPTOMS for my exact issue: I’m in the process of setting up my first Gentoo install. So far I am really enjoying the system, mainly because of how BSD-like it is. I have some general un*x and Linux background, but I have been out of the FOSS scene for several years and am a bit rusty in some areas. I’d really like to go with Gentoo as my primary distribution because I don’t like the direction some of the more mainstream distributions have gone: For instance, Debian (my old distro of choice when I wasn’t using one of the BSD’s) now defaults to booting graphically into gdm3 if you install X. Rather than paring down a Debian install and rebuilding it the way I like it, I’d like to start with a distro that is more minimal out of the box. I thought this was going to be Slackware, but I tried Gentoo on a whim and I am pretty impressed with it. It almost felt like installing NetBSD! Again, I have some general Linux background, but my knowledge is a bit outdated. Xorg is new to me, but before the fork I was pretty comfortable setting up XFree86, which was more temperamental. I’m not afraid to get my hands dirty and do my research, but I seem to be going in circles trying to get X set up on this Gentoo laptop. I was hesitant to waste the time of others with requests for help, but I have worked on this for a week and have reached a point where I may be in over my head. I am still learning the portage/emerge system, so I might be making some trivial mistake somewhere. I fear my issue may be fairly hardware-specific. This is a brand-new Samsung Series 3 NP305V laptop, with the fairly-new AMD 3510MX (Llano core) APU with on-die Radeon HD 6620 display adapter. The mainboard chipset appears to be AMD all the way, with a Realtek 1000BT NIC and Atheros 802.11/bluetooth. Samsung hasn’t released specs for the system and their support staff gave me incorrect specs (they told me it was an Intel chipset with an Intel Core i3 CPU), so all of my information comes from probing. Let me know if more specific information is needed, but I am fairly certain the APU is the crux of all my woes. Most recent distro’s boot with a black screen when “fb" or Xorg start modesetting, or simply hang on boot. The open source Radeon driver simply doesn’t seem to support this display adapter, although the VESA drivers seem to work OK, but with distorted aspect ratio due to the wide screen on this laptop. Maybe this is fixable, but I’d like 3D acceleration, so I have focused my efforts on a more hardware-specific driver. My only good option seems to be to use the proprietary ATI “fglrx” driver. I know the driver works at least passably well with my hardware, because I have gotten it to work on Debian testing/wheezy (using the package manager) and Fedora (by simply running the ATI installer, since I don’t really care about the Fedora system, and am keeping it just in case I hose an install and need a bootable system to fall back to). The xorg.conf generated by “aticonfig --initial” is identical on the working Debian and Fedora systems and the broken Gentoo system. SYMPTOMS: If I delete any existing /etc/xorg.conf and run “sudo /usr/bin/Xorg -configure”, the command fails immediately without any probing, stating “No devices to configure. Configuration failed.” Maybe this is to be expected since I'm using a proprietary driver module? Full stderr and log output is at the end of this post. If I then run “startx” (still with no xorg.conf), nothing happens for about 30 seconds, then the command exits. No probing is done and the screen never flashes or turns black (full stderr and log at end of post). If I run “sudo aticonfig --initial”, an xorg.conf is produced, identical to that on my Debian partition (where it actually works). If I then run “startx,” I get a delay of about 10 seconds, followed by a black screen which flashes twice like it’s attempting a probe. Then Xorg shuts down and returns me to the console shell. On stderr, I do get the following warning: Code: “fglrx: No matching Device section for instance (BusID PCI:0@0:1:1) found” But my research seems to indicate that this is harmless, and most likely related to these display adapters being capable of dual-head support. Once again, full output and log is below. I have tried to get this working with kernel 3.1 and 3.2 from gentoo-sources. The other 0-day hardware in this system forces me to use such a recent kernel (in particular, I seem to need a recent version of the ath9k driver). I strongly suspect the problem lies with my installation of the xorg-drivers, but I am not familiar enough with xorg and portage to be more specific. I took a hard drive image before starting work on X configuration, so it would be no big deal if I need to roll the system back to a pretty clean install and start fresh. I have based my actions on the following resources: Gentoo X Server Configuration HOWTO http://www.gentoo.org/doc/en/xorg-config.xml (I realise this HOWTO deals more with the open-source drivers. I’ve used it as a rough guide for general X configuration, overriding its recommendations with the following more hardware-specific resource) ATI Unofficial community wiki Gentoo installation guide for fglrx: http://wiki.cchtml.com/index.php/Gentoo_Installation_Guide This has been my main resource for kernel configuration, so you can assume that my kernel is set up as described in the link above. I realise there is a similar Gentoo community wiki page, but the version on the ATI unofficial wiki seems more current. MISC INFO: I am using the ati-drivers ebuild, not the installer from the ATI website. If I end up rolling my system back, I will probably first try the ATI installer just out of curiosity, since it worked on Fedora. But I’d ideally like to get things working under Portage to ensure smooth sync’ing and upgrading. I realise most of the commands in my xinitrc are not yet installed. I do have twm installed. I even tried temprarily deleting my system-wide xinitrc and using a very simple ~/.xinitrc which just invokes twm, but the results were the same. Anyway, if Xorg works at all like XFree86, I should be able to start the X server without any valid commands in xinitrc and get the grey background and X cursor, right? One thing I wasn’t completely sure about was the agpgart driver. I am using the Opteron/Athlon64 on-chip agpgart driver. Is this appropriate for the new APU’s? I’m including firmware blobs in the kernel. Under Debian, the SUMO firmware is used. Under Gentoo, I’ve included all the blobs for the Radeon HD 6000 series, taking a shotgun approach. SUMO is definitely in there. The extra blobs shouldn’t hurt, should they? I intend to take them out when things are working, but I'm trying to avoid unnecessary configuration changes until I know what's causing my problem. I’ve left the “radeon" driver out of the kernel. I’m trying to omit open-source “radeon" support completely to avoid conflicts with the fglrx driver, since I know the “radeon” driver doesn’t work with my hardware. I’m also leaving the DRI/DRI2 stuff out of the kernel, since fglrx apparently has its own direct rendering code which it uses instead. I can modprobe fglrx. It loads fine and appears in lsmod output. I’m not sure if I need the mesa libs or not. Maybe someone can enlighten me? I’ve never really done much with 3d acceleration under FOSS systems, though I would certainly like to with this system . Right now, I am just trying to get a minimal working X server as a baseline, before I take a backup image and start playing with window managers and desktop environments. Should mesa be required at this point, or at all? I’m using the xorg-x11 ebuild instead of xorg-xserver, because I wanted to grab fonts and everything in one fell swoop and simplify the later configuration. I have tried unmerging and re-emerging this package, as well as xorg-drivers, to no avail. Searching the forums, I see a similar issue marked SOLVED, which turned out to be user error, booting the wrong kernel. I was in fact booting the wrong kernel for a day or two while troubleshooting my problem, but I eventually realised this on my own and modified the GRUB2 scripts on my Debian system (where I manage the bootloader) to show full kernel filenames at boot time, so I am confident this is no longer a factor. Here are relevant lines from my make.conf. Maybe there is a problem here; I put this together with a combination of guesswork, the handbook, and the guides I mentioned above. For example, I’ve omitted the “radeon” driver from VIDEO_CARDS because I am reasonably certain it will not work with my APU. I added ACCEPT="~AMD64“ preemptively because I wanted to try running compiz-fusion and ~AMD64 seems to be required to unmask its dependencies. I realize there are some extra codec flags that shouldn’t be necessary to get X working: Code: CFLAGS="-O2 -pipe -march=native" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j5" CHOST="x86_64-pc-linux-gnu" USE="mmx sse sse2 X alsa bluetooth acpi aalib aac a53 fglrx mp3 mp4 mpeg mplayer x264 modules firefox opengl kde gnome gtk offensive flac posix python sdl ssl svgalib threads win32codecs udev" VIDEO_CARDS="fglrx" ACCEPT_KEYWORDS="~amd64 INPUT_DEVICES="evdev synaptics" My most recent action was based on a forum post: http://www.gossamer-threads.com/lists/gentoo/user/202676 The issue seemed similar to my own, so for giggles I did Code: “emerge x11-drivers/xf86-video-fbdev-0.4.1“ All I got for my trouble was a segmentation fault (log below), so I quickly umerged the package. I feel like I'm on the right track here with x11-drivers, but this is getting a little over my head. Are the xf86-* drivers even compatible with Xorg? I think I’ve covered the relevant information. Please let me know if more is needed. Maybe I’m doing something wrong with Portage when I install Xorg? Or should I give up on compiz-fusion for now, remove ACCEPT="~AMD” from make.conf, and try earlier versions of Xorg and ati-drivers? Any feedback or suggestions are appreciated, especially from anyone who has fglrx running under Gentoo with a recent APU. If noone has any ideas, my next step is to restore the system from several days ago and start from scratch with X configuration, now that I have a better understanding of what needs to be done. LOGS/OUTPUT: stderr from "sudo /usr/bin/Xorg -configure": [EDIT] I'm cleaning out the logs with the exception of the Xorg version, since they really didn't turn out to be relevant to the problem. There is a representative log in one of my later posts to this thread, if someone is truly interested... Code: X.Org X Server 1.11.3 ... | meursalt wrote: Hello, First, here is some general background. Skip below to SYMPTOMS for my exact issue: I’m in the process of setting up my first Gentoo install. So far I am really enjoying the system, mainly because of how BSD-like it is. I have some general un*x and Linux background, but I have been out of the FOSS scene for several years and am a bit rusty in some areas. I’d really like to go with Gentoo as my primary distribution because I don’t like the direction some of the more mainstream distributions have gone: For instance, Debian (my old distro of choice when I wasn’t using one of the BSD’s) now defaults to booting graphically into gdm3 if you install X. Rather than paring down a Debian install and rebuilding it the way I like it, I’d like to start with a distro that is more minimal out of the box. I thought this was going to be Slackware, but I tried Gentoo on a whim and I am pretty impressed with it. It almost felt like installing NetBSD! Again, I have some general Linux background, but my knowledge is a bit outdated. Xorg is new to me, but before the fork I was pretty comfortable setting up XFree86, which was more temperamental. I’m not afraid to get my hands dirty and do my research, but I seem to be going in circles trying to get X set up on this Gentoo laptop. I was hesitant to waste the time of others with requests for help, but I have worked on this for a week and have reached a point where I may be in over my head. I am still learning the portage/emerge system, so I might be making some trivial mistake somewhere. I fear my issue may be fairly hardware-specific. This is a brand-new Samsung Series 3 NP305V laptop, with the fairly-new AMD 3510MX (Llano core) APU with on-die Radeon HD 6620 display adapter. The mainboard chipset appears to be AMD all the way, with a Realtek 1000BT NIC and Atheros 802.11/bluetooth. Samsung hasn’t released specs for the system and their support staff gave me incorrect specs (they told me it was an Intel chipset with an Intel Core i3 CPU), so all of my information comes from probing. Let me know if more specific information is needed, but I am fairly certain the APU is the crux of all my woes. Most recent distro’s boot with a black screen when “fb" or Xorg start modesetting, or simply hang on boot. The open source Radeon driver simply doesn’t seem to support this display adapter, although the VESA drivers seem to work OK, but with distorted aspect ratio due to the wide screen on this laptop. Maybe this is fixable, but I’d like 3D acceleration, so I have focused my efforts on a more hardware-specific driver. My only good option seems to be to use the proprietary ATI “fglrx” driver. I know the driver works at least passably well with my hardware, because I have gotten it to work on Debian testing/wheezy (using the package manager) and Fedora (by simply running the ATI installer, since I don’t really care about the Fedora system, and am keeping it just in case I hose an install and need a bootable system to fall back to). The xorg.conf generated by “aticonfig --initial” is identical on the working Debian and Fedora systems and the broken Gentoo system. SYMPTOMS: If I delete any existing /etc/xorg.conf and run “sudo /usr/bin/Xorg -configure”, the command fails immediately without any probing, stating “No devices to configure. Configuration failed.” Maybe this is to be expected since I'm using a proprietary driver module? Full stderr and log output is at the end of this post. If I then run “startx” (still with no xorg.conf), nothing happens for about 30 seconds, then the command exits. No probing is done and the screen never flashes or turns black (full stderr and log at end of post). If I run “sudo aticonfig --initial”, an xorg.conf is produced, identical to that on my Debian partition (where it actually works). If I then run “startx,” I get a delay of about 10 seconds, followed by a black screen which flashes twice like it’s attempting a probe. Then Xorg shuts down and returns me to the console shell. On stderr, I do get the following warning: Code: “fglrx: No matching Device section for instance (BusID PCI:0@0:1:1) found” But my research seems to indicate that this is harmless, and most likely related to these display adapters being capable of dual-head support. Once again, full output and log is below. I have tried to get this working with kernel 3.1 and 3.2 from gentoo-sources. The other 0-day hardware in this system forces me to use such a recent kernel (in particular, I seem to need a recent version of the ath9k driver). I strongly suspect the problem lies with my installation of the xorg-drivers, but I am not familiar enough with xorg and portage to be more specific. I took a hard drive image before starting work on X configuration, so it would be no big deal if I need to roll the system back to a pretty clean install and start fresh. I have based my actions on the following resources: Gentoo X Server Configuration HOWTO http://www.gentoo.org/doc/en/xorg-config.xml (I realise this HOWTO deals more with the open-source drivers. I’ve used it as a rough guide for general X configuration, overriding its recommendations with the following more hardware-specific resource) ATI Unofficial community wiki Gentoo installation guide for fglrx: http://wiki.cchtml.com/index.php/Gentoo_Installation_Guide This has been my main resource for kernel configuration, so you can assume that my kernel is set up as described in the link above. I realise there is a similar Gentoo community wiki page, but the version on the ATI unofficial wiki seems more current. MISC INFO: I am using the ati-drivers ebuild, not the installer from the ATI website. If I end up rolling my system back, I will probably first try the ATI installer just out of curiosity, since it worked on Fedora. But I’d ideally like to get things working under Portage to ensure smooth sync’ing and upgrading. I realise most of the commands in my xinitrc are not yet installed. I do have twm installed. I even tried temprarily deleting my system-wide xinitrc and using a very simple ~/.xinitrc which just invokes twm, but the results were the same. Anyway, if Xorg works at all like XFree86, I should be able to start the X server without any valid commands in xinitrc and get the grey background and X cursor, right? One thing I wasn’t completely sure about was the agpgart driver. I am using the Opteron/Athlon64 on-chip agpgart driver. Is this appropriate for the new APU’s? I’m including firmware blobs in the kernel. Under Debian, the SUMO firmware is used. Under Gentoo, I’ve included all the blobs for the Radeon HD 6000 series, taking a shotgun approach. SUMO is definitely in there. The extra blobs shouldn’t hurt, should they? I intend to take them out when things are working, but I'm trying to avoid unnecessary configuration changes until I know what's causing my problem. I’ve left the “radeon" driver out of the kernel. I’m trying to omit open-source “radeon" support completely to avoid conflicts with the fglrx driver, since I know the “radeon” driver doesn’t work with my hardware. I’m also leaving the DRI/DRI2 stuff out of the kernel, since fglrx apparently has its own direct rendering code which it uses instead. I can modprobe fglrx. It loads fine and appears in lsmod output. I’m not sure if I need the mesa libs or not. Maybe someone can enlighten me? I’ve never really done much with 3d acceleration under FOSS systems, though I would certainly like to with this system . Right now, I am just trying to get a minimal working X server as a baseline, before I take a backup image and start playing with window managers and desktop environments. Should mesa be required at this point, or at all? I’m using the xorg-x11 ebuild instead of xorg-xserver, because I wanted to grab fonts and everything in one fell swoop and simplify the later configuration. I have tried unmerging and re-emerging this package, as well as xorg-drivers, to no avail. Searching the forums, I see a similar issue marked SOLVED, which turned out to be user error, booting the wrong kernel. I was in fact booting the wrong kernel for a day or two while troubleshooting my problem, but I eventually realised this on my own and modified the GRUB2 scripts on my Debian system (where I manage the bootloader) to show full kernel filenames at boot time, so I am confident this is no longer a factor. Here are relevant lines from my make.conf. Maybe there is a problem here; I put this together with a combination of guesswork, the handbook, and the guides I mentioned above. For example, I’ve omitted the “radeon” driver from VIDEO_CARDS because I am reasonably certain it will not work with my APU. I added ACCEPT="~AMD64“ preemptively because I wanted to try running compiz-fusion and ~AMD64 seems to be required to unmask its dependencies. I realize there are some extra codec flags that shouldn’t be necessary to get X working: Code: CFLAGS="-O2 -pipe -march=native" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j5" CHOST="x86_64-pc-linux-gnu" USE="mmx sse sse2 X alsa bluetooth acpi aalib aac a53 fglrx mp3 mp4 mpeg mplayer x264 modules firefox opengl kde gnome gtk offensive flac posix python sdl ssl svgalib threads win32codecs udev" VIDEO_CARDS="fglrx" ACCEPT_KEYWORDS="~amd64 INPUT_DEVICES="evdev synaptics" My most recent action was based on a forum post: http://www.gossamer-threads.com/lists/gentoo/user/202676 The issue seemed similar to my own, so for giggles I did Code: “emerge x11-drivers/xf86-video-fbdev-0.4.1“ All I got for my trouble was a segmentation fault (log below), so I quickly umerged the package. I feel like I'm on the right track here with x11-drivers, but this is getting a little over my head. Are the xf86-* drivers even compatible with Xorg? I think I’ve covered the relevant information. Please let me know if more is needed. Maybe I’m doing something wrong with Portage when I install Xorg? Or should I give up on compiz-fusion for now, remove ACCEPT="~AMD” from make.conf, and try earlier versions of Xorg and ati-drivers? Any feedback or suggestions are appreciated, especially from anyone who has fglrx running under Gentoo with a recent APU. If noone has any ideas, my next step is to restore the system from several days ago and start from scratch with X configuration, now that I have a better understanding of what needs to be done. LOGS/OUTPUT: stderr from "sudo /usr/bin/Xorg -configure": Code: X.Org X Server 1.11.3 Release Date: 2011-12-16 X Protocol Version 11, Revision 0 Build Operating System: Linux 3.2.0-gentoo-r1-rlyeh-v3 x86_64 Gentoo Current Operating System: Linux rlyeh 3.2.0-gentoo-r1-rlyeh-v3 #2 SMP Sat Jan 7 17:33:45 CST 2012 x86_64 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-gentoo-r1-rlyeh-v3 root=/dev/sda10 Build Date: 08 January 2012 12:44:21AM Current version of pixman: 0.24.0 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 Jan 9 01:09:06 2012 List of video drivers: fglrx No devices to configure. Configuration failed. Server terminated with error (2). Closing log file. /var/log/Xorg.0.log from same command: Code: [ 122.176] X.Org X Server 1.11.3 Release Date: 2011-12-16 [ 122.176] X Protocol Version 11, Revision 0 [ 122.176] Build Operating System: Linux 3.2.0-gentoo-r1-rlyeh-v3 x86_64 Gentoo [ 122.176] Current Operating System: Linux rlyeh 3.2.0-gentoo-r1-rlyeh-v3 #2 SMP Sat Jan 7 17:33:45 CST 2012 x86_64 [ 122.176] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-gentoo-r1-rlyeh-v3 root=/dev/sda10 [ 122.176] Build Date: 08 January 2012 12:44:21AM [ 122.176] [ 122.176] Current version of pixman: 0.24.0 [ 122.176] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 122.176] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 122.176] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 9 01:09:06 2012 [ 122.176] (II) Loader magic: 0x7d5ae0 [ 122.176] (II) Module ABI versions: [ 122.176] X.Org ANSI C Emulation: 0.4 [ 122.176] X.Org Video Driver: 11.0 [ 122.176] X.Org XInput driver : 13.0 [ 122.176] X.Org Server Extension : 6.0 [ 122.179] (--) PCI:*(0:0:1:0) 1002:9641:144d:c608 rev 0, Mem @ 0xb0000000/268435456, 0xfeb00000/262144, I/O @ 0x0000f000/256 [ 122.206] List of video drivers: [ 122.206] fglrx [ 122.206] (II) LoadModule: "fglrx" [ 122.221] (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so [ 122.435] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc." [ 122.453] compiled for 1.4.99.906, module version = 8.92.6 [ 122.453] Module class: X.Org Video Driver [ 122.453] (II) Loading sub module "fglrxdrm" [ 122.453] (II) LoadModule: "fglrxdrm" [ 122.453] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so [ 122.470] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc." [ 122.470] compiled for 1.4.99.906, module version = 8.92.6 [ 122.470] (WW) Falling back to old probe method for fglrx [ 122.543] (II) Loading PCS database from /etc/ati/amdpcsdb [ 122.567] No devices to configure. Configuration failed. stderr from running "startx" with no xorg.conf" Code: hostname: Host name lookup failure xauth: file /home/case/.serverauth.2502 does not exist X.Org X Server 1.11.3 Release Date: 2011-12-16 X Protocol Version 11, Revision 0 Build Operating System: Linux 3.2.0-gentoo-r1-rlyeh-v3 x86_64 Gentoo Current Operating System: Linux rlyeh 3.2.0-gentoo-r1-rlyeh-v3 #2 SMP Sat Jan 7 17:33:45 CST 2012 x86_64 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-gentoo-r1-rlyeh-v3 root=/dev/sda10 Build Date: 08 January 2012 12:44:21AM Current version of pixman: 0.24.0 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 Jan 9 01:12:26 2012 (==) Using system config directory "/usr/share/X11/xorg.conf.d" (EE) Failed to load module "dri" (module does not exist, 0) (EE) Failed to load module "dri2" (module does not exist, 0) (EE) Failed to load module "ati" (module does not exist, 0) (EE) Failed to load module "vesa" (module does not exist, 0) (EE) Failed to load module "fbdev" (module does not exist, 0) (EE) No drivers available. Fatal server error: no screens found 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. Server terminated with error (1). Closing log file. xinit: giving up xinit: unable to connect to X server: Connection refused xinit: server error Log from startx with no xorg.conf: Code: [ 321.541] X.Org X Server 1.11.3 Release Date: 2011-12-16 [ 321.541] X Protocol Version 11, Revision 0 [ 321.541] Build Operating System: Linux 3.2.0-gentoo-r1-rlyeh-v3 x86_64 Gentoo [ 321.541] Current Operating System: Linux rlyeh 3.2.0-gentoo-r1-rlyeh-v3 #2 SMP Sat Jan 7 17:33:45 CST 2012 x86_64 [ 321.541] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-gentoo-r1-rlyeh-v3 root=/dev/sda10 [ 321.541] Build Date: 08 January 2012 12:44:21AM [ 321.541] [ 321.541] Current version of pixman: 0.24.0 [ 321.541] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 321.541] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 321.541] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 9 01:12:26 2012 [ 321.913] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 321.913] (==) No Layout section. Using the first Screen section. [ 321.913] (==) No screen section available. Using defaults. [ 321.913] (**) |-->Screen "Default Screen Section" (0) [ 321.913] (**) | |-->Monitor "<default monitor>" [ 321.913] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 321.913] (==) Automatically adding devices [ 321.913] (==) Automatically enabling devices [ 321.913] (==) 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/ [ 321.913] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 321.913] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 321.913] (II) Loader magic: 0x7d5ae0 [ 321.913] (II) Module ABI versions: [ 321.913] X.Org ANSI C Emulation: 0.4 [ 321.913] X.Org Video Driver: 11.0 [ 321.913] X.Org XInput driver : 13.0 [ 321.913] X.Org Server Extension : 6.0 [ 321.916] (--) PCI:*(0:0:1:0) 1002:9641:144d:c608 rev 0, Mem @ 0xb0000000/268435456, 0xfeb00000/262144, I/O @ 0x0000f000/256 [ 321.916] (II) Open ACPI successful (/var/run/acpid.socket) [ 321.916] (II) LoadModule: "extmod" [ 321.916] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so [ 321.916] (II) Module extmod: vendor="X.Org Foundation" [ 321.916] compiled for 1.11.3, module version = 1.0.0 [ 321.916] Module class: X.Org Server Extension [ 321.916] ABI class: X.Org Server Extension, version 6.0 [ 321.916] (II) Loading extension MIT-SCREEN-SAVER [ 321.916] (II) Loading extension XFree86-VidModeExtension [ 321.916] (II) Loading extension XFree86-DGA [ 321.916] (II) Loading extension DPMS [ 321.916] (II) Loading extension XVideo [ 321.916] (II) Loading extension XVideo-MotionCompensation [ 321.916] (II) Loading extension X-Resource [ 321.916] (II) LoadModule: "dbe" [ 321.916] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so [ 321.916] (II) Module dbe: vendor="X.Org Foundation" [ 321.916] compiled for 1.11.3, module version = 1.0.0 [ 321.916] Module class: X.Org Server Extension [ 321.916] ABI class: X.Org Server Extension, version 6.0 [ 321.916] (II) Loading extension DOUBLE-BUFFER [ 321.916] (II) LoadModule: "glx" [ 321.916] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 321.917] (II) Module glx: vendor="Advanced Micro Devices, Inc." [ 321.917] compiled for 6.9.0, module version = 1.0.0 [ 321.917] (II) Loading extension GLX [ 321.917] (II) LoadModule: "record" [ 321.917] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so [ 321.917] (II) Module record: vendor="X.Org Foundation" [ 321.917] compiled for 1.11.3, module version = 1.13.0 [ 321.917] Module class: X.Org Server Extension [ 321.917] ABI class: X.Org Server Extension, version 6.0 [ 321.917] (II) Loading extension RECORD [ 321.917] (II) LoadModule: "dri" [ 321.917] (WW) Warning, couldn't open module dri [ 321.917] (II) UnloadModule: "dri" [ 321.917] (II) Unloading dri [ 321.917] (EE) Failed to load module "dri" (module does not exist, 0) [ 321.917] (II) LoadModule: "dri2" [ 321.917] (WW) Warning, couldn't open module dri2 [ 321.917] (II) UnloadModule: "dri2" [ 321.917] (II) Unloading dri2 [ 321.917] (EE) Failed to load module "dri2" (module does not exist, 0) [ 321.917] (==) Matched ati as autoconfigured driver 0 [ 321.917] (==) Matched vesa as autoconfigured driver 1 [ 321.917] (==) Matched fbdev as autoconfigured driver 2 [ 321.917] (==) Assigned the driver to the xf86ConfigLayout [ 321.917] (II) LoadModule: "ati" [ 321.918] (WW) Warning, couldn't open module ati [ 321.918] (II) UnloadModule: "ati" [ 321.918] (II) Unloading ati [ 321.918] (EE) Failed to load module "ati" (module does not exist, 0) [ 321.918] (II) LoadModule: "vesa" [ 321.918] (WW) Warning, couldn't open module vesa [ 321.918] (II) UnloadModule: "vesa" [ 321.918] (II) Unloading vesa [ 321.918] (EE) Failed to load module "vesa" (module does not exist, 0) [ 321.918] (II) LoadModule: "fbdev" [ 321.918] (WW) Warning, couldn't open module fbdev [ 321.918] (II) UnloadModule: "fbdev" [ 321.918] (II) Unloading fbdev [ 321.918] (EE) Failed to load module "fbdev" (module does not exist, 0) [ 321.918] (EE) No drivers available. [ 321.918] Fatal server error: [ 321.918] no screens found [ 321.918] Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 321.918] Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 321.918] stderr from "startx" with xorg.conf generated by aticonfig --initial: Code: hostname: Host name lookup failure xauth: file /home/case/.serverauth.2540 does not exist X.Org X Server 1.11.3 Release Date: 2011-12-16 X Protocol Version 11, Revision 0 Build Operating System: Linux 3.2.0-gentoo-r1-rlyeh-v3 x86_64 Gentoo Current Operating System: Linux rlyeh 3.2.0-gentoo-r1-rlyeh-v3 #2 SMP Sat Jan 7 17:33:45 CST 2012 x86_64 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-gentoo-r1-rlyeh-v3 root=/dev/sda10 Build Date: 08 January 2012 12:44:21AM Current version of pixman: 0.24.0 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 Jan 9 01:14:34 2012 (==) Using config file: "/etc/X11/xorg.conf" (==) Using system config directory "/usr/share/X11/xorg.conf.d" (EE) Failed to load module "dri" (module does not exist, 0) (EE) Failed to load module "dri2" (module does not exist, 0) (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:1:1) found [- XMM_GLX] [I ]glesxXvInit Configureable RGBOutputColorRange xinit: connection to X server lost waiting for X server to shut down Server terminated successfully (0). Closing log file. log from same instance of startx: [code][ 450.207] X.Org X Server 1.11.3 Release Date: 2011-12-16 [ 450.207] X Protocol Version 11, Revision 0 [ 450.207] Build Operating System: Linux 3.2.0-gentoo-r1-rlyeh-v3 x86_64 Gentoo [ 450.207] Current Operating System: Linux rlyeh 3.2.0-gentoo-r1-rlyeh-v3 #2 SMP Sat Jan 7 17:33:45 CST 2012 x86_64 [ 450.207] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-gentoo-r1-rlyeh-v3 root=/dev/sda10 [ 450.207] Build Date: 08 January 2012 12:44:21AM [ 450.207] [ 450.207] Current version of pixman: 0.24.0 [ 450.207] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 450.207] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 450.207] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 9 01:14:34 2012 [ 450.207] (==) Using config file: "/etc/X11/xorg.conf" [ 450.207] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 450.207] (==) ServerLayout "aticonfig Layout" [ 450.207] (**) |-->Screen "aticonfig-Screen[0]-0" (0) [ 450.207] (**) | |-->Monitor "aticonfig-Monitor[0]-0" [ 450.207] (**) | |-->Device "aticonfig-Device[0]-0" [ 450.207] (==) Automatically adding devices [ 450.207] (==) Automatically enabling devices [ 450.207] (==) 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/ [ 450.207] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 450.207] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 450.207] (II) Loader magic: 0x7d5ae0 [ 450.207] (II) Module ABI versions: [ 450.207] X.Org ANSI C Emulation: 0.4 [ 450.207] X.Org Video Driver: 11.0 [ 450.207] X.Org XInput driver : 13.0 [ 450.207] X.Org Server Extension : 6.0 [ 450.211] (--) PCI:*(0:0:1:0) 1002:9641:144d:c608 rev 0, Mem @ 0xb0000000/268435456, 0xfeb00000/262144, I/O @ 0x0000f000/256 [ 450.211] (II) Open ACPI successful (/var/run/acpid.socket) [ 450.211] (II) "extmod" will be loaded by default. [ 450.211] (II) "dbe" will be loaded by default. [ 450.211] (II) "glx" will be loaded by default. [ 450.211] (II) "record" will be loaded by default. [ 450.211] (II) "dri" will be loaded by default. [ 450.211] (II) "dri2" will be loaded by default. [ 450.211] (II) LoadModule: "extmod" [ 450.211] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so [ 450.211] (II) Module extmod: vendor="X.Org Foundation" [ 450.211] compiled for 1.11.3, module version = 1.0.0 [ 450.211] Module class: X.Org Server Extension [ 450.211] ABI class: X.Org Server Extension, version 6.0 [ 450.211] (II) Loading extension MIT-SCREEN-SAVER [ 450.211] (II) Loading extension XFree86-VidModeExtension [ 450.211] (II) Loading extension XFree86-DGA [ 450.211] (II) Loading extension DPMS [ 450.211] (II) Loading extension XVideo [ 450.211] (II) Loading extension XVideo-MotionCompensation [ 450.211] (II) Loading extension X-Resource [ 450.211] (II) LoadModule: "dbe" [ 450.211] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so [ 450.211] (II) Module dbe: vendor="X.Org Foundation" [ 450.211] compiled for 1.11.3, module version = 1.0.0 [ 450.211] Module class: X.Org Server Extension [ 450.211] ABI class: X.Org Server Extension, version 6.0 [ 450.211] (II) Loading extension DOUBLE-BUFFER [ 450.211] (II) LoadModule: "glx" [ 450.211] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 450.211] (II) Module glx: vendor="Advanced Micro Devices, Inc." [ 450.211] compiled for 6.9.0, module version = 1.0.0 [ 450.212] (II) Loading extension GLX [ 450.212] (II) LoadModule: "record" [ 450.212] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so [ 450.212] (II) Module record: vendor="X.Org Foundation" [ 450.212] compiled for 1.11.3, module version = 1.13.0 [ 450.212] Module class: X.Org Server Extension [ 450.212] ABI class: X.Org Server Extension, version 6.0 [ 450.212] (II) Loading extension RECORD [ 450.212] (II) LoadModule: "dri" [ 450.212] (WW) Warning, couldn't open module dri [ 450.212] (II) UnloadModule: "dri" [ 450.212] (II) Unloading dri [ 450.212] (EE) Failed to load module "dri" (module does not exist, 0) [ 450.212] (II) LoadModule: "dri2" [ 450.212] (WW) Warning, couldn't open module dri2 [ 450.212] (II) UnloadModule: "dri2" [ 450.212] (II) Unloading dri2 [ 450.212] (EE) Failed to load module "dri2" (module does not exist, 0) [ 450.212] (II) LoadModule: "fglrx" [ 450.212] (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so [ 450.228] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc." [ 450.228] compiled for 1.4.99.906, module version = 8.92.6 [ 450.228] Module class: X.Org Video Driver [ 450.228] (II) Loading sub module "fglrxdrm" [ 450.228] (II) LoadModule: "fglrxdrm" [ 450.228] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so [ 450.228] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc." [ 450.228] compiled for 1.4.99.906, module version = 8.92.6 [ 450.228] (II) ATI Proprietary Linux Driver Version Identifier:8.92.6 [ 450.228] (II) ATI Proprietary Linux Driver Release Identifier: 8.92 [ 450.228] (II) ATI Proprietary Linux Driver Build Date: Nov 9 2011 21:11:31 [ 450.228] (--) using VT number 7 [ 450.230] (WW) Falling back to old probe method for fglrx [ 450.237] (II) Loading PCS database from /etc/ati/amdpcsdb [ 450.238] (--) Chipset Supported AMD Graphics Processor (0x9641) found [ 450.238] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:1:1) found [ 450.239] (II) AMD Video driver is running on a device belonging to a group targeted for this release [ 450.239] (II) AMD Video driver is signed [ 450.240] (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so [ 450.240] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so [ 450.240] (II) fglrx(0): pEnt->device->identifier=0x1a0f5b0 [ 450.240] (II) fglrx(0): === [xdl_xs111_atiddxPreInit] === begin [ 450.240] (II) Loading sub module "vgahw" [ 450.240] (II) LoadModule: "vgahw" [ 450.240] (II) Loading /usr/lib64/xorg/modules/libvgahw.so [ 450.240] (II) Module vgahw: vendor="X.Org Foundation" [ 450.240] compiled for 1.11.3, module version = 0.1.0 [ 450.240] ABI class: X.Org Video Driver, version 11.0 [ 450.240] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32 [ 450.240] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) [ 450.240] (==) fglrx(0): Default visual is TrueColor [ 450.240] (**) fglrx(0): Option "DPMS" "true" [ 450.240] (==) fglrx(0): RGB weight 888 [ 450.240] (II) fglrx(0): Using 8 bits per RGB [ 450.240] (==) fglrx(0): Buffer Tiling is ON [ 450.240] (II) Loading sub module "fglrxdrm" [ 450.241] (II) LoadModule: "fglrxdrm" [ 450.241] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so [ 450.241] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc." [ 450.241] compiled for 1.4.99.906, module version = 8.92.6 [ 450.242] ukiDynamicMajor: found major device number 250 [ 450.242] ukiDynamicMajor: found major device number 250 [ 450.242] ukiOpenByBusid: Searching for BusID PCI:0:1:0 [ 450.242] ukiOpenDevice: node name is /dev/ati/card0 [ 450.243] ukiOpenDevice: open result is 12, (OK) [ 450.243] ukiOpenByBusid: ukiOpenMinor returns 12 [ 450.243] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0 [ 450.243] (==) fglrx(0): NoAccel = NO [ 450.243] (==) fglrx(0): ATI 2D Acceleration Architecture enabled [ 450.243] (--) fglrx(0): Chipset: "AMD Radeon HD 6620G" (Chipset = 0x9641) [ 450.243] (--) fglrx(0): (PciSubVendor = 0x144d, PciSubDevice = 0xc608) [ 450.243] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI [ 450.243] (--) fglrx(0): Linear framebuffer (phys) at 0xb0000000 [ 450.243] (--) fglrx(0): MMIO registers at 0xfeb00000 [ 450.243] (--) fglrx(0): I/O port at 0x0000f000 [ 450.243] (==) fglrx(0): ROM-BIOS at 0x000c0000 [ 450.265] (II) fglrx(0): Battery is used [ 450.288] (II) fglrx(0): Primary V_BIOS segment is: 0xc000 [ 450.356] (II) Loading sub module "vbe" [ 450.356] (II) LoadModule: "vbe" [ 450.356] (II) Loading /usr/lib64/xorg/modules/libvbe.so [ 450.356] (II) Module vbe: vendor="X.Org Foundation" [ 450.356] compiled for 1.11.3, module version = 1.1.0 [ 450.356] ABI class: X.Org Video Driver, version 11.0 [ 450.356] (II) fglrx(0): VESA BIOS detected [ 450.356] (II) fglrx(0): VESA VBE Version 3.0 [ 450.356] (II) fglrx(0): VESA VBE Total Mem: 16384 kB [ 450.356] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS [ 450.356] (II) fglrx(0): VESA VBE OEM Software Rev: 12.43 [ 450.356] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, AMD Technologies Inc. [ 450.356] (II) fglrx(0): VESA VBE OEM Product: SUMO [ 450.356] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00 [ 450.362] (II) fglrx(0): ATI Video BIOS revision 9 or later detected [ 450.362] (--) fglrx(0): Video RAM: 524288 kByte, Type: DDR3 [ 450.362] (II) fglrx(0): PCIE card detected [ 450.362] (--) fglrx(0): Using per-process page tables (PPPT) as GART. [ 450.362] (WW) fglrx(0): board is an unknown third party board, chipset is supported [ 450.366] (II) fglrx(0): Using adapter: 0:1.0. [ 451.049] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x20000000) [ 451.060] (II) fglrx(0): Interrupt handler installed at IRQ 43. [ 451.060] (II) fglrx(0): RandR 1.2 support is enabled! [ 451.060] (II) fglrx(0): RandR 1.2 rotation support is enabled! [ 451.060] (==) fglrx(0): Center Mode is disabled [ 451.060] (II) Loading sub module "fb" [ 451.060] (II) LoadModule: "fb" [ 451.060] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 451.060] (II) Module fb: vendor="X.Org Foundation" [ 451.060] compiled for 1.11.3, module version = 1.0.0 [ 451.060] ABI class: X.Org ANSI C Emulation, version 0.4 [ 451.060] (II) Loading sub module "ddc" [ 451.060] (II) LoadModule: "ddc" [ 451.060] (II) Module "ddc" already built-in [ 451.178] (II) fglrx(0): Finished Initialize PPLIB! [ 451.179] (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0 [ 451.179] (II) fglrx(0): Output DFP1 has no monitor section [ 451.179] (II) fglrx(0): Output CRT1 has no monitor section [ 451.179] (II) Loading sub module "ddc" [ 451.179] (II) LoadModule: "ddc" [ 451.179] (II) Module "ddc" already built-in [ 451.179] (II) fglrx(0): Connected Display0: LVDS [ 451.179] (II) fglrx(0): Display0 EDID data --------------------------- [ 451.179] (II) fglrx(0): Manufacturer: SEC Model: 324a Serial#: 0 [ 451.179] (II) fglrx(0): Year: 2011 Week: 0 [ 451.179] (II) fglrx(0): EDID Version: 1.3 [ 451.179] (II) fglrx(0): Digital Display Input [ 451.179] (II) fglrx(0): Max Image Size [cm]: horiz.: 34 vert.: 19 [ 451.179] (II) fglrx(0): Gamma: 2.20 [ 451.179] (II) fglrx(0): No DPMS capabilities specified [ 451.179] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 451.179] (II) fglrx(0): First detailed timing is preferred mode [ 451.179] (II) fglrx(0): redX: 0.570 redY: 0.340 greenX: 0.330 greenY: 0.560 [ 451.179] (II) fglrx(0): blueX: 0.160 blueY: 0.135 whiteX: 0.313 whiteY: 0.329 [ 451.179] (II) fglrx(0): Manufacturer's mask: 0 [ 451.179] (II) fglrx(0): Supported detailed timing: [ 451.179] (II) fglrx(0): clock: 70.7 MHz Image Size: 344 x 194 mm [ 451.179] (II) fglrx(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1486 h_border: 0 [ 451.179] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 775 v_blanking: 792 v_border: 0 [ 451.179] (II) fglrx(0): Unknown vendor-specific block f [ 451.179] (II) fglrx(0): SAMSUNG [ 451.179] (II) fglrx(0): LTN156AT190 [ 451.179] (II) fglrx(0): EDID (in hex): [ 451.179] (II) fglrx(0): 00ffffffffffff004ca34a3200000000 [ 451.179] (II) fglrx(0): 00150103802213780a09259257548f29 [ 451.179] (II) fglrx(0): 22505400000001010101010101010101 [ 451.179] (II) fglrx(0): 0101010101019e1b5678500018303020 [ 451.179] (II) fglrx(0): 250058c2100000190000000f00000000 [ 451.179] (II) fglrx(0): 00000000002387026401000000fe0053 [ 451.179] (II) fglrx(0): 414d53554e470a2020202020000000fe [ 451.179] (II) fglrx(0): 004c544e31353641543139300a2000b4 [ 451.179] (II) fglrx(0): End of Display0 EDID data -------------------- [ 451.180] (II) fglrx(0): EDID for output LVDS [ 451.180] (II) fglrx(0): Manufacturer: SEC Model: 324a Serial#: 0 [ 451.180] (II) fglrx(0): Year: 2011 Week: 0 [ 451.180] (II) fglrx(0): EDID Version: 1.3 [ 451.180] (II) fglrx(0): Digital Display Input [ 451.180] (II) fglrx(0): Max Image Size [cm]: horiz.: 34 vert.: 19 [ 451.180] (II) fglrx(0): Gamma: 2.20 [ 451.180] (II) fglrx(0): No DPMS capabilities specified [ 451.180] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 451.180] (II) fglrx(0): First detailed timing is preferred mode [ 451.180] (II) fglrx(0): redX: 0.570 redY: 0.340 greenX: 0.330 greenY: 0.560 [ 451.180] (II) fglrx(0): blueX: 0.160 blueY: 0.135 whiteX: 0.313 whiteY: 0.329 [ 451.180] (II) fglrx(0): Manufacturer's mask: 0 [ 451.180] (II) fglrx(0): Supported detailed timing: [ 451.180] (II) fglrx(0): clock: 70.7 MHz Image Size: 344 x 194 mm [ 451.180] (II) fglrx(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1486 h_border: 0 [ 451.180] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 775 v_blanking: 792 v_border: 0 [ 451.180] (II) fglrx(0): Unknown vendor-specific block f [ 451.180] (II) fglrx(0): SAMSUNG [ 451.180] (II) fglrx(0): LTN156AT190 [ 451.180] (II) fglrx(0): EDID (in hex): [ 451.180] (II) fglrx(0): 00ffffffffffff004ca34a3200000000 [ 451.180] (II) fglrx(0): 00150103802213780a09259257548f29 [ 451.180] (II) fglrx(0): 22505400000001010101010101010101 [ 451.180] (II) fglrx(0): 0101010101019e1b5678500018303020 [ 451.180] (II) fglrx(0): 250058c2100000190000000f00000000 [ 451.180] (II) fglrx(0): 00000000002387026401000000fe0053 [ 451.180] (II) fglrx(0): 414d53554e470a2020202020000000fe [ 451.180] (II) fglrx(0): 004c544e31353641543139300a2000b4 [ 451.180] (II) fglrx(0): EDID vendor "SEC", prod id 12874 [ 451.180] (II) fglrx(0): Printing DDC gathered Modelines: [ 451.180] (II) fglrx(0): Modeline "1366x768"x0.0 70.70 1366 1414 1446 1486 768 770 775 792 -hsync -vsync (47.6 kHz) [ 451.180] (II) fglrx(0): Printing probed modes for output LVDS [ 451.180] (II) fglrx(0): Modeline "1366x768"x60.0 70.70 1366 1414 1446 1486 768 770 775 792 -hsync -vsync (47.6 kHz) [ 451.180] (II) fglrx(0): Modeline "1360x768"x60.0 70.70 1360 1414 1446 1486 768 770 775 792 -hsync -vsync (47.6 kHz) [ 451.180] (II) fglrx(0): Modeline "1280x768"x60.0 70.70 1280 1414 1446 1486 768 770 775 792 -hsync -vsync (47.6 kHz) [ 451.180] (II) fglrx(0): Modeline "1280x720"x60.0 70.70 1280 1414 1446 1486 720 770 775 792 -hsync -vsync (47.6 kHz) [ 451.180] (II) fglrx(0): Modeline "1024x768"x60.0 70.70 1024 1414 1446 1486 768 770 775 792 -hsync -vsync (47.6 kHz) [ 451.180] (II) fglrx(0): Modeline "1024x600"x60.0 70.70 1024 1414 1446 1486 600 770 775 792 -hsync -vsync (47.6 kHz) [ 451.180] (II) fglrx(0): Modeline "800x600"x60.0 70.70 800 1414 1446 1486 600 770 775 792 -hsync -vsync (47.6 kHz) [ 451.180] (II) fglrx(0): Modeline "800x480"x60.0 70.70 800 1414 1446 1486 480 770 775 792 -hsync -vsync (47.6 kHz) [ 451.180] (II) fglrx(0): Modeline "640x480"x60.0 70.70 640 1414 1446 1486 480 770 775 792 -hsync -vsync (47.6 kHz) [ 451.180] (II) fglrx(0): EDID for output DFP1 [ 451.180] (II) fglrx(0): EDID for output CRT1 [ 451.180] (II) fglrx(0): Output LVDS connected [ 451.180] (II) fglrx(0): Output DFP1 disconnected [ 451.180] (II) fglrx(0): Output CRT1 disconnected [ 451.180] (II) fglrx(0): Using exact sizes for initial modes [ 451.180] (II) fglrx(0): Output LVDS using initial mode 1366x768 [ 451.180] (II) fglrx(0): Display dimensions: (340, 190) mm [ 451.180] (II) fglrx(0): DPI set to (102, 102) [ 451.180] (II) fglrx(0): Adapter AMD Radeon HD 6620G has 2 configurable heads and 1 displays connected. [ 451.180] (==) fglrx(0): PseudoColor visuals disabled [ 451.180] (II) Loading sub module "ramdac" [ 451.180] (II) LoadModule: "ramdac" [ 451.180] (II) Module "ramdac" already built-in [ 451.180] (==) fglrx(0): NoDRI = NO [ 451.180] (==) fglrx(0): Capabilities: 0x00000000 [ 451.180] (==) fglrx(0): CapabilitiesEx: 0x00000000 [ 451.180] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so" [ 451.180] (==) fglrx(0): UseFastTLS=0 [ 451.180] (==) fglrx(0): BlockSignalsOnLock=1 [ 451.180] (--) Depth 24 pixmap format is 32 bpp [ 451.180] (II) Loading extension ATIFGLRXDRI [ 451.181] (II) fglrx(0): doing swlDriScreenInit [ 451.181] (II) fglrx(0): swlDriScreenInit for fglrx driver [ 451.181] ukiDynamicMajor: found major device number 250 [ 451.181] ukiDynamicMajor: found major device number 250 [ 451.181] ukiDynamicMajor: found major device number 250 [ 451.181] ukiOpenByBusid: Searching for BusID PCI:0:1:0 [ 451.181] ukiOpenDevice: node name is /dev/ati/card0 [ 451.181] ukiOpenDevice: open result is 17, (OK) [ 451.181] ukiOpenByBusid: ukiOpenMinor returns 17 [ 451.181] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0 [ 451.181] (II) fglrx(0): [uki] DRM interface version 1.0 [ 451.181] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:0:1:0" [ 451.181] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2b000 [ 451.181] (II) fglrx(0): [uki] mapped SAREA 0x2b000 to 0x7f1e724d8000 [ 451.181] (II) fglrx(0): [uki] framebuffer handle = 0x2c000 [ 451.181] (II) fglrx(0): [uki] added 1 reserved context for kernel [ 451.181] (II) fglrx(0): swlDriScreenInit done [ 451.181] (II) fglrx(0): Kernel Module Version Information: [ 451.181] (II) fglrx(0): Name: fglrx [ 451.181] (II) fglrx(0): Version: 8.92.6 [ 451.181] (II) fglrx(0): Date: Nov 9 2011 [ 451.181] (II) fglrx(0): Desc: ATI FireGL DRM kernel module [ 451.181] (II) fglrx(0): Kernel Module version matches driver. [ 451.181] (II) fglrx(0): Kernel Module Build Time Information: [ 451.181] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.2.0-gentoo-r1-rlyeh-v3 [ 451.181] (II) fglrx(0): Build-Kernel MODVERSIONS: no [ 451.181] (II) fglrx(0): Build-Kernel __SMP__: yes [ 451.181] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000 [ 451.181] (II) fglrx(0): [uki] register handle = 0x0002d000 [ 451.196] (II) fglrx(0): DRI initialization successfull [ 451.196] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01004000 [ 451.196] (==) fglrx(0): Backing store disabled [ 451.196] (II) Loading extension FGLRXEXTENSION [ 451.196] (**) fglrx(0): DPMS enabled [ 451.196] (II) fglrx(0): Initialized in-driver Xinerama extension [ 451.196] (**) fglrx(0): Textured Video is enabled. [ 451.196] (II) LoadModule: "glesx" [ 451.196] (II) Loading /usr/lib64/xorg/modules/glesx.so [ 451.197] (II) Module glesx: vendor="X.Org Foundation" [ 451.197] compiled for 1.4.99.906, module version = 1.0.0 [ 451.197] (II) Loading extension GLESX [ 451.197] (II) fglrx(0): GLESX enableFlags = 592 [ 451.197] (II) fglrx(0): GLESX is enabled [ 451.197] (II) LoadModule: "amdxmm" [ 451.197] (II) Loading /usr/lib64/xorg/modules/amdxmm.so [ 451.197] (II) Module amdxmm: vendor="X.Org Foundation" [ 451.197] compiled for 1.4.99.906, module version = 2.0.0 [ 451.232] (II) Loading extension AMDXVOPL [ 451.232] (II) Loading extension AMDXVBA [ 451.232] [- XMM_GLX] [I ]glesxXvInit Configureable RGBOutputColorRange [ 451.233] (II) fglrx(0): UVD feature is enabled(II) fglrx(0): [ 451.235] (II) fglrx(0): Enable composite support successfully [ 451.236] (WW) fglrx(0): Option "VendorName" is not used [ 451.236] (WW) fglrx(0): Option "ModelName" is not used [ 451.236] (II) fglrx(0): X context handle = 0x1 [ 451.236] (II) fglrx(0): [DRI] installation complete [ 451.236] (==) fglrx(0): Silken mouse enabled [ 451.236] (==) fglrx(0): Using HW cursor of display infrastructure! [ 451.236] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2. [ 451.236] (II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel' [ 451.236] (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel' [ 452.256] (II) fglrx(0): Framebuffer compression enabled: mcAddr=0xf01345000 width=0x800 height=0x258 [ 452.256] (--) RandR disabled [ 452.256] (II) Initializing built-in extension Generic Event Extension [ 452.256] (II) Initializing built-in extension SHAPE [ 452.256] (II) Initializing built-in extension MIT-SHM [ 452.256] (II) Initializing built-in extension XInputExtension [ 452.256] (II) Initializing built-in extension XTEST [ 452.256] (II) Initializing built-in extension BIG-REQUESTS [ 452.256] (II) Initializing built-in extension SYNC [ 452.256] (II) Initializing built-in extension XKEYBOARD [ 452.256] (II) Initializing built-in extension XC-MISC [ 452.256] (II) Initializing built-in extension XINERAMA [ 452.256] (II) Initializing built-in extension XFIXES [ 452.256] (II) Initializing built-in extension RENDER [ 452.256] (II) Initializing built-in extension RANDR [ 452.256] (II) Initializing built-in extension COMPOSITE [ 452.256] (II) Initializing built-in extension DAMAGE [ 452.259] ukiDynamicMajor: found major device number 250 [ 452.259] ukiDynamicMajor: found major device number 250 [ 452.259] ukiOpenByBusid: Searching for BusID PCI:0:1:0 [ 452.259] ukiOpenDevice: node name is /dev/ati/card0 [ 452.259] ukiOpenDevice: open result is 18, (OK) [ 452.259] ukiOpenByBusid: ukiOpenMinor returns 18 [ 452.259] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0 [ 452.361] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0 [ 452.378] (II) fglrx(0): Enable the clock gating! [ 452.378] (II) fglrx(0): Setting screen physical size to 361 x 203 [ 452.500] (II) config/udev: Adding input device Power Button (/dev/input/event2) [ 452.500] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 452.500] (II) LoadModule: "evdev" [ 452.500] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 452.500] (II) Module evdev: vendor="X.Org Foundation" [ 452.500] compiled for 1.11.2, module version = 2.6.0 [ 452.500] Module class: X.Org XInput Driver [ 452.500] ABI class: X.Org XInput driver, version 13.0 [ 452.500] (II) Using input driver 'evdev' for 'Power Button' [ 452.500] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 452.500] (**) Power Button: always reports core events [ 452.500] (**) Power Button: Device: "/dev/input/event2" [ 452.500] (--) Power Button: Found keys [ 452.500] (II) Power Button: Configuring as keyboard [ 452.500] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2" [ 452.500] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 452.500] (**) Option "xkb_rules" "evdev" [ 452.500] (**) Option "xkb_model" "evdev" [ 452.500] (**) Option "xkb_layout" "us" [ 452.534] (II) config/udev: Adding input device Video Bus (/dev/input/event3) [ 452.534] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 452.534] (II) Using input driver 'evdev' for 'Video Bus' [ 452.534] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 452.534] (**) Video Bus: always reports core events [ 452.534] (**) Video Bus: Device: "/dev/input/event3" [ 452.534] (--) Video Bus: Found keys [ 452.534] (II) Video Bus: Configuring as keyboard [ 452.534] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input3/event3" [ 452.534] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 452.534] (**) Option "xkb_rules" "evdev" [ 452.534] (**) Option "xkb_model" "evdev" [ 452.534] (**) Option "xkb_layout" "us" [ 452.535] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 452.535] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 452.535] (II) Using input driver 'evdev' for 'Power Button' [ 452.535] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 452.535] (**) Power Button: always reports core events [ 452.535] (**) Power Button: Device: "/dev/input/event1" [ 452.535] (--) Power Button: Found keys [ 452.535] (II) Power Button: Configuring as keyboard [ 452.535] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1" [ 452.535] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id [ 452.535] (**) Option "xkb_rules" "evdev" [ 452.535] (**) Option "xkb_model" "evdev" [ 452.535] (**) Option "xkb_layout" "us" [ 452.535] (II) config/udev: Adding input device Lid Switch (/dev/input/event0) [ 452.535] (II) No input driver/identifier specified (ignoring) [ 452.535] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4) [ 452.535] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 452.535] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard' [ 452.535] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 452.535] (**) AT Translated Set 2 keyboard: always reports core events [ 452.535] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event4" [ 452.535] (--) AT Translated Set 2 keyboard: Found keys [ 452.535] (II) AT Translated Set 2 keyboard: Configuring as keyboard [ 452.535] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4" [ 452.535] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9) [ 452.535] (**) Option "xkb_rules" "evdev" [ 452.535] (**) Option "xkb_model" "evdev" [ 452.535] (**) Option "xkb_layout" "us" [ 452.536] (II) config/udev: Adding input device PS/2 Logitech Wheel Mouse (/dev/input/event5) [ 452.536] (**) PS/2 Logitech Wheel Mouse: Applying InputClass "evdev pointer catchall" [ 452.536] (II) Using input driver 'evdev' for 'PS/2 Logitech Wheel Mouse' [ 452 first, for long pastes, use dpaste an likes. second, what version of ati-drivers are you using? |
Hi! Everytime I try to list my KDE PIM contacts using kabcclient (kabcclient -L), I get an error similar to this: Code: kabcclient(7035)/kio (KDirWatch) KDirWatchPrivate::removeEntry: doesn't know "/home/david/.kde4/share/apps/kabc" Any hints will be appreciated. | I found the problem: I hadn't set up an Akonadi resource for contacts in System Settings->Personal Information Manager . After doing it, kabcclient works as expected. |
Hi Folks Tonight's install of thunderbird failed... Code: * ERROR: mail-client/thunderbird-9.0 failed (install phase): * failed to cp thunderbird-gentoo-default-prefs.js * * Call stack: * ebuild.sh, line 75: Called src_install * environment, line 6336: Called die * The specific snippet of code: * cp "${FILESDIR}"/thunderbird-gentoo-default-prefs-1.js-1 "${ED}/${MOZILLA_FIVE_HOME}/defaults/pref/all-gentoo.js" || die "failed to cp thunderbird-gentoo-default-prefs.js"; * # emerge -pv thunderbird These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ~] mail-client/thunderbird-9.0 [8.0-r1] USE="alsa crashreporter dbus ipc libnotify webm -bindist -crypt -custom-cflags -custom-optimization -debug -gconf -lightning -mozdom -startup-notification -system-sqlite -wifi" LINGUAS="en_GB -ar -be -bg -bn -bn_BD -br -ca -cs -da -de -el -en -en_US -es -es_AR -es_ES -et -eu -fi -fr -fy -fy_NL -ga -ga_IE -gd -gl -he -hu -id -is -it -ja -ko -lt -nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -rm -ro -ru -si -sk -sl -sq -sv -sv_SE -ta -ta_LK -tr -uk -vi -zh -zh_CN -zh_TW" 0 kB # emerge --info Portage 2.1.10.41 (default/linux/x86/10.0, gcc-4.5.3, glibc-2.13-r4, 3.0.6-gentoo i686) ================================================================= System uname: Linux-3.0.6-gentoo-i686-Intel-R-_Core-TM-_i3_CPU_U_380_@_1.33GHz-with-gentoo-2.0.3 Timestamp of tree: Thu, 05 Jan 2012 17:45:01 +0000 app-shells/bash: 4.1_p9 dev-java/java-config: 2.1.11-r3 dev-lang/python: 2.7.2-r3, 3.1.4-r3 dev-util/cmake: 2.8.6-r4 dev-util/pkgconfig: 0.26 sys-apps/baselayout: 2.0.3 sys-apps/openrc: 0.9.4 sys-apps/sandbox: 2.5 sys-devel/autoconf: 2.13, 2.68 sys-devel/automake: 1.4_p6-r1, 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.21.1-r1 sys-devel/gcc: 4.4.5, 4.5.3-r1 sys-devel/gcc-config: 1.4.1-r1 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82-r1 sys-kernel/linux-headers: 2.6.39 (virtual/os-headers) sys-libs/glibc: 2.13-r4 | I have already addressed this in the tree, sorry for the inconvenience. |
Hello All, I've decided to switch from XFCE to LXDE and un-emerged XFCE but every time when I trying to do: Code: emerge -avuD world my system tries to install: Code: [ebuild N ] xfce-base/libxfce4util-4.8.2 USE="-debug" 0 kB [ebuild N ] xfce-base/xfconf-4.8.0 USE="-debug -perl" 0 kB [ebuild N ] xfce-base/garcon-0.1.9 USE="-debug" 0 kB [ebuild N ] xfce-base/garcon-0.1.9 USE="-debug" 0 kB [ebuild N ] xfce-base/thunar-1.2.3 USE="dbus exif libnotify pcre startup-notification udev -debug -test" XFCE_PLUGINS="trash" 0 kB How can I find what dependencies my system has? Thanks, | Try this to see what pulls that xfce related packages: Code: emerge -avuDt world Also after removing xfce did you run "emerge -vp" --depclean" to remove obsolete packages? Be careful before running this command and be sure it does not remove important packages like gcc, python or something like that: Code: emerge -vp --depclean emerge -v --depclean then emerge @preserved-rebuild and / or revdep-rebuild -v |
First of all, Happy New Year to everyone. I use a mostly stable and up-to-date amd64 box (just a few ~amd64 scientific packages). I'm trying to get digikam-2.x{3,4,5} to scan my photo collection for faces, but even with a small folder it crashes all of the time: Code: $ digikam QSqlDatabasePrivate::removeDatabase: connection 'ConnectionTest' is still in use, all queries will cease to work. QPainter::begin: Widget painting can only begin as a result of a paintEvent QPainter::translate: Painter not active QPainter::setClipRect: Painter not active QPainter::setFont: Painter not active QPainter::fontMetrics: Painter not active QPainter::setPen: Painter not active QPainter::setBrush: Painter not active QPainter::setFont: Painter not active QPainter::fontMetrics: Painter not active QPainter::setPen: Painter not active QPainter::setBrush: Painter not active QPainter::setFont: Painter not active QPainter::fontMetrics: Painter not active QPainter::setPen: Painter not active QPainter::setBrush: Painter not active libpng warning: Interlace handling should be turned on when using png_read_image libpng warning: Interlace handling should be turned on when using png_read_image QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No existe el fichero o el directorio QFileSystemWatcher: failed to add paths: /home/ramiro/.local/share/marble/maps/earth/placemarks/ Time elapsed: 422 ms Model: Time elapsed: 0 ms TextureColorizer::setSeaFileLandFile: Time elapsed: 20 ms Finished loading all placemarks 1652 Cascade directory located as : /usr/share/apps/libkface/haarcascades Cascade directory located as : /usr/share/apps/libkface/haarcascades KCrash: Application 'digikam' crashing... KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi from kdeinit sock_file=/home/ramiro/.kde4/socket-Ptero/kdeinit4__0 Unable to start Dr. Konqi Is the face recognition engine working for you? Do you get the crashes? I'm completely clueless. Here are my digikam-related installed packages: Code: $ eix -I digikam [I] media-gfx/digikam Available versions: (0) *0.9.4[1] (3.5) 0.9.5-r1[1] (~)0.9.6[1] (4) 2.3.0!t (~)2.4.1!t (~)2.5.0!t {addressbook aqua debug doc elibc_FreeBSD gphoto2 +handbook kdeenablefinal kdehiddenvisibility linguas_ linguas_af linguas_ar linguas_az linguas_be linguas_bg linguas_bn linguas_br linguas_bs linguas_ca linguas_cs linguas_csb linguas_cy linguas_da linguas_de linguas_el linguas_en_GB linguas_eo linguas_es linguas_et linguas_eu linguas_fa linguas_fi linguas_fo linguas_fr linguas_fy linguas_ga linguas_gl linguas_ha linguas_he linguas_hi linguas_hr linguas_hsb linguas_hu linguas_id linguas_is linguas_it linguas_ja linguas_ka linguas_kk linguas_km linguas_ko linguas_ku linguas_lb linguas_lo linguas_lt linguas_lv linguas_mi linguas_mk linguas_mn linguas_ms linguas_mt linguas_nb linguas_nds linguas_ne linguas_nl linguas_nn linguas_nso linguas_oc linguas_pa linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_rw linguas_se linguas_sk linguas_sl linguas_sq linguas_sr linguas_sr@Latn linguas_ss linguas_sv linguas_ta linguas_te linguas_tg linguas_th linguas_tr linguas_tt linguas_uk linguas_uz linguas_uz@cyrillic linguas_ven linguas_vi linguas_wa linguas_xh linguas_zh_CN linguas_zh_HK linguas_zh_TW linguas_zu mysql nfs semantic-desktop themedesigner +thumbnails video xinerama} Installed versions: 2.5.0(4)!t(21:06:27 03/01/12)(gphoto2 handbook linguas_es semantic-desktop thumbnails video -addressbook -aqua -debug -doc -kdeenablefinal -linguas_af -linguas_ar -linguas_az -linguas_be -linguas_bg -linguas_bn -linguas_br -linguas_bs -linguas_ca -linguas_cs -linguas_csb -linguas_cy -linguas_da -linguas_de -linguas_el -linguas_en_GB -linguas_eo -linguas_et -linguas_eu -linguas_fa -linguas_fi -linguas_fo -linguas_fr -linguas_fy -linguas_ga -linguas_gl -linguas_ha -linguas_he -linguas_hi -linguas_hr -linguas_hsb -linguas_hu -linguas_id -linguas_is -linguas_it -linguas_ja -linguas_ka -linguas_kk -linguas_km -linguas_ko -linguas_ku -linguas_lb -linguas_lo -linguas_lt -linguas_lv -linguas_mi -linguas_mk -linguas_mn -linguas_ms -linguas_mt -linguas_nb -linguas_nds -linguas_ne -linguas_nl -linguas_nn -linguas_nso -linguas_oc -linguas_pa -linguas_pl -linguas_pt -linguas_pt_BR -linguas_ro -linguas_ru -linguas_rw -linguas_se -linguas_sk -linguas_sl -linguas_sq -linguas_sr -linguas_sr@Latn -linguas_ss -linguas_sv -linguas_ta -linguas_te -linguas_tg -linguas_th -linguas_tr -linguas_tt -linguas_uk -linguas_uz -linguas_uz@cyrillic -linguas_ven -linguas_vi -linguas_wa -linguas_xh -linguas_zh_CN -linguas_zh_HK -linguas_zh_TW -linguas_zu -mysql -themedesigner) Homepage: http://www.digikam.org/ Description: Digital photo management application for KDE ... $ eix -I libkface [I] media-libs/libkface Available versions: (4) (~)2.0.0_beta4[1] (~)2.0.0_beta5[1] (~)2.0.0_beta6[1] (~)2.0.0_rc[1] (~)2.0.0[1] 2.3.0 (~)2.4.1 (~)2.5.0 {aqua kdeenablefinal} Installed versions: 2.5.0(4)(20:26:43 03/01/12)(-aqua -kdeenablefinal) Homepage: http://www.digikam.org/ Description: Qt/C++ wrapper around LibFace to perform face recognition and detection ... $ eix -I libkface [I] media-libs/libkgeomap Available versions: (4) (~)2.0.0[1] 2.3.0 (~)2.4.1 (~)2.5.0 {aqua kdeenablefinal} Installed versions: 2.5.0(4)(20:09:46 03/01/12)(-aqua -kdeenablefinal) Homepage: http://www.digikam.org/ Description: Wrapper library for world map components as marble, openstreetmap and googlemap ... $ eix -I kipi-plugins [I] media-plugins/kipi-plugins Available versions: (0) 0.1.7[1] (4) 2.3.0 (~)2.4.1 (~)2.5.0 {aqua calendar cdr crypt debug expoblending gphoto2 gpssync +handbook +imagemagick ipod kdeenablefinal linguas_ linguas_ar linguas_az linguas_be linguas_bg linguas_bn linguas_br linguas_bs linguas_ca linguas_cs linguas_csb linguas_cy linguas_da linguas_de linguas_el linguas_en_GB linguas_eo linguas_es linguas_et linguas_eu linguas_fa linguas_fi linguas_fo linguas_fr linguas_fy linguas_ga linguas_gl linguas_ha linguas_he linguas_hi linguas_hr linguas_hsb linguas_hu linguas_id linguas_is linguas_it linguas_ja linguas_ka linguas_kk linguas_km linguas_ko linguas_ku linguas_lb linguas_lo linguas_lt linguas_lv linguas_mi linguas_mk linguas_mn linguas_ms linguas_mt linguas_nb linguas_nds linguas_ne linguas_nl linguas_nn linguas_nso linguas_oc linguas_pa linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_rw linguas_se linguas_sk linguas_sl linguas_sq linguas_sr linguas_ss linguas_sv linguas_ta linguas_te linguas_tg linguas_th linguas_tr linguas_tt linguas_uk linguas_uz linguas_ven linguas_vi linguas_wa linguas_xh linguas_zh_CN linguas_zh_HK linguas_zh_TW linguas_zu +mediawiki mjpeg opengl panorama redeyes scanner tiff vkontakte} Installed versions: 2.5.0(4)(20:24:22 03/01/12)(cdr crypt handbook imagemagick ipod linguas_es opengl scanner -aqua -calendar -debug -expoblending -gpssync -kdeenablefinal -linguas_ar -linguas_az -linguas_be -linguas_bg -linguas_bn -linguas_br -linguas_bs -linguas_ca -linguas_cs -linguas_csb -linguas_cy -linguas_da -linguas_de -linguas_el -linguas_en_GB -linguas_eo -linguas_et -linguas_eu -linguas_fa -linguas_fi -linguas_fo -linguas_fr -linguas_fy -linguas_ga -linguas_gl -linguas_ha -linguas_he -linguas_hi -linguas_hr -linguas_hsb -linguas_hu -linguas_id -linguas_is -linguas_it -linguas_ja -linguas_ka -linguas_kk -linguas_km -linguas_ko -linguas_ku -linguas_lb -linguas_lo -linguas_lt -linguas_lv -linguas_mi -linguas_mk -linguas_mn -linguas_ms -linguas_mt -linguas_nb -linguas_nds -linguas_ne -linguas_nl -linguas_nn -linguas_nso -linguas_oc -linguas_pa -linguas_pl -linguas_pt -linguas_pt_BR -linguas_ro -linguas_ru -linguas_rw -linguas_se -linguas_sk -linguas_sl -linguas_sq -linguas_sr -linguas_ss -linguas_sv -linguas_ta -linguas_te -linguas_tg -linguas_th -linguas_tr -linguas_tt -linguas_uk -linguas_uz -linguas_ven -linguas_vi -linguas_wa -linguas_xh -linguas_zh_CN -linguas_zh_HK -linguas_zh_TW -linguas_zu -mjpeg -panorama -redeyes -vkontakte) Homepage: http://www.digikam.org/ Description: Plugins for the KDE Image Plugin Interface Thanks in advance. | I solved the issue. To make a long story short, I usually have two terminal sessions open: one for my laptop, another one for my lab box (through ssh). It seems I made a mistake and activated the sse3 and ssse3 USE flags on the wrong terminal, which in turn compiled into my laptop's opencv package. After removing sse3 and ssse3 from my USE flags and reinstalling digikam and all of its dependencies, face scanning is working as expected. I hope this info helps. |
Chromium 16.0.912.63 won't take any extensions. Nothing happens. No extensions are installed. I'm using the Chrome Web Store to get these extensions. I'm coming from Chrome on Windows where this sort of thing just worked. Can it be as easy with Chromium? emerge --info | Most likely upstream is broken: http://code.google.com/p/chromium/issues/detail?id=108812 http://code.google.com/p/chromium/issues/detail?id=108747 http://code.google.com/p/chromium/issues/detail?id=108559 http://code.google.com/p/chromium/issues/detail?id=108440 http://code.google.com/p/chromium/issues/detail?id=107997 http://code.google.com/p/chromium/issues/detail?id=107984 http://code.google.com/p/chromium/issues/detail?id=107922 http://code.google.com/p/chromium/issues/detail?id=107131 There are some workarounds posted in those bugs, it seems it's ~/Download related. |
After an "emerge update world" I dont have a keyboard or mouse under X11. Screen looks nice, so graphics is OK. Xorg.0.log gives: Code: [ 2314.518] X.Org X Server 1.11.2 Release Date: 2011-11-04 [ 2314.521] X Protocol Version 11, Revision 0 [ 2314.523] Build Operating System: Linux 2.6.36-gentoo-r5 x86_64 Gentoo [ 2314.524] Current Operating System: Linux daw 2.6.36-gentoo-r5 #2 SMP PREEMPT Thu Dec 29 17:01:09 CET 2011 x86_64 [ 2314.526] Kernel command line: root=/dev/sdc3 [ 2314.528] Build Date: 28 December 2011 12:12:42PM [ 2314.530] [ 2314.532] Current version of pixman: 0.24.0 [ 2314.534] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 2314.537] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 2314.543] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 29 19:45:05 2011 [ 2314.545] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 2314.547] (==) No Layout section. Using the first Screen section. [ 2314.547] (==) No screen section available. Using defaults. [ 2314.547] (**) |-->Screen "Default Screen Section" (0) [ 2314.547] (**) | |-->Monitor "<default monitor>" [ 2314.548] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 2314.548] (==) Automatically adding devices [ 2314.548] (==) Automatically enabling devices [ 2314.549] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 2314.549] Entry deleted from font path. [ 2314.549] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 2314.549] Entry deleted from font path. [ 2314.549] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 2314.549] Entry deleted from font path. [ 2314.549] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". [ 2314.549] Entry deleted from font path. [ 2314.549] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). [ 2314.549] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". [ 2314.549] Entry deleted from font path. [ 2314.549] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). [ 2314.549] (==) FontPath set to: /usr/share/fonts/misc/ [ 2314.549] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 2314.549] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 2314.549] (II) Loader magic: 0x7c0ac0 [ 2314.549] (II) Module ABI versions: [ 2314.549] X.Org ANSI C Emulation: 0.4 [ 2314.549] X.Org Video Driver: 11.0 [ 2314.549] X.Org XInput driver : 13.0 [ 2314.549] X.Org Server Extension : 6.0 [ 2314.550] (--) PCI:*(0:2:0:0) 10de:0161:0000:0000 rev 161, Mem @ 0xb2000000/16777216, 0xc0000000/268435456, 0xb1000000/16777216 [ 2314.550] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) [ 2314.550] (II) LoadModule: "extmod" [ 2314.552] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so [ 2314.553] (II) Module extmod: vendor="X.Org Foundation" [ 2314.553] compiled for 1.11.2, module version = 1.0.0 [ 2314.553] Module class: X.Org Server Extension [ 2314.553] ABI class: X.Org Server Extension, version 6.0 [ 2314.553] (II) Loading extension MIT-SCREEN-SAVER [ 2314.553] (II) Loading extension XFree86-VidModeExtension [ 2314.553] (II) Loading extension XFree86-DGA [ 2314.553] (II) Loading extension DPMS [ 2314.553] (II) Loading extension XVideo [ 2314.553] (II) Loading extension XVideo-MotionCompensation [ 2314.553] (II) Loading extension X-Resource [ 2314.553] (II) LoadModule: "dbe" [ 2314.554] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so [ 2314.554] (II) Module dbe: vendor="X.Org Foundation" [ 2314.554] compiled for 1.11.2, module version = 1.0.0 [ 2314.554] Module class: X.Org Server Extension [ 2314.554] ABI class: X.Org Server Extension, version 6.0 [ 2314.554] (II) Loading extension DOUBLE-BUFFER [ 2314.554] (II) LoadModule: "glx" [ 2314.555] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 2314.557] (II) Module glx: vendor="X.Org Foundation" [ 2314.557] compiled for 1.11.2, module version = 1.0.0 [ 2314.557] ABI class: X.Org Server Extension, version 6.0 [ 2314.557] (==) AIGLX enabled [ 2314.557] (II) Loading extension GLX [ 2314.558] (II) LoadModule: "record" [ 2314.558] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so [ 2314.559] (II) Module record: vendor="X.Org Foundation" [ 2314.559] compiled for 1.11.2, module version = 1.13.0 [ 2314.559] Module class: X.Org Server Extension [ 2314.559] ABI class: X.Org Server Extension, version 6.0 [ 2314.559] (II) Loading extension RECORD [ 2314.559] (II) LoadModule: "dri" [ 2314.559] (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so [ 2314.561] (II) Module dri: vendor="X.Org Foundation" [ 2314.561] compiled for 1.11.2, module version = 1.0.0 [ 2314.561] ABI class: X.Org Server Extension, version 6.0 [ 2314.561] (II) Loading extension XFree86-DRI [ 2314.561] (II) LoadModule: "dri2" [ 2314.561] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so [ 2314.562] (II) Module dri2: vendor="X.Org Foundation" [ 2314.562] compiled for 1.11.2, module version = 1.2.0 [ 2314.562] ABI class: X.Org Server Extension, version 6.0 [ 2314.562] (II) Loading extension DRI2 [ 2314.562] (==) Matched nouveau as autoconfigured driver 0 [ 2314.562] (==) Matched vesa as autoconfigured driver 1 [ 2314.562] (==) Matched fbdev as autoconfigured driver 2 [ 2314.562] (==) Assigned the driver to the xf86ConfigLayout [ 2314.562] (II) LoadModule: "nouveau" [ 2314.562] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so [ 2314.564] (II) Module nouveau: vendor="X.Org Foundation" [ 2314.564] compiled for 1.11.2, module version = 0.0.16 [ 2314.564] Module class: X.Org Video Driver [ 2314.564] ABI class: X.Org Video Driver, version 11.0 [ 2314.564] (II) LoadModule: "vesa" [ 2314.565] (WW) Warning, couldn't open module vesa [ 2314.565] (II) UnloadModule: "vesa" [ 2314.565] (II) Unloading vesa [ 2314.565] (EE) Failed to load module "vesa" (module does not exist, 0) [ 2314.565] (II) LoadModule: "fbdev" [ 2314.565] (WW) Warning, couldn't open module fbdev [ 2314.565] (II) UnloadModule: "fbdev" [ 2314.565] (II) Unloading fbdev [ 2314.565] (EE) Failed to load module "fbdev" (module does not exist, 0) [ 2314.566] (II) NOUVEAU driver [ 2314.566] (II) NOUVEAU driver for NVIDIA chipset families : [ 2314.566] RIVA TNT (NV04) [ 2314.566] RIVA TNT2 (NV05) [ 2314.566] GeForce 256 (NV10) [ 2314.566] GeForce 2 (NV11, NV15) [ 2314.566] GeForce 4MX (NV17, NV18) [ 2314.566] GeForce 3 (NV20) [ 2314.566] GeForce 4Ti (NV25, NV28) [ 2314.566] GeForce FX (NV3x) [ 2314.566] GeForce 6 (NV4x) [ 2314.566] GeForce 7 (G7x) [ 2314.566] GeForce 8 (G8x) [ 2314.566] GeForce GTX 200 (NVA0) [ 2314.566] GeForce GTX 400 (NVC0) [ 2314.567] (--) using VT number 7 [ 2314.577] drmOpenDevice: node name is /dev/dri/card0 [ 2314.577] drmOpenDevice: open result is 7, (OK) [ 2314.577] drmOpenByBusid: Searching for BusID pci:0000:02:00.0 [ 2314.577] drmOpenDevice: node name is /dev/dri/card0 [ 2314.577] drmOpenDevice: open result is 7, (OK) [ 2314.577] drmOpenByBusid: drmOpenMinor returns 7 [ 2314.577] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0 [ 2314.577] (II) [drm] nouveau interface version: 0.0.16 [ 2314.577] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so [ 2314.577] (II) Loading sub module "dri" [ 2314.577] (II) LoadModule: "dri" [ 2314.578] (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so [ 2314.578] (II) Module dri: vendor="X.Org Foundation" [ 2314.578] compiled for 1.11.2, module version = 1.0.0 [ 2314.578] ABI class: X.Org Server Extension, version 6.0 [ 2314.578] (II) NOUVEAU(0): Loaded DRI module [ 2314.578] drmOpenDevice: node name is /dev/dri/card0 [ 2314.578] drmOpenDevice: open result is 8, (OK) [ 2314.578] drmOpenDevice: node name is /dev/dri/card0 [ 2314.578] drmOpenDevice: open result is 8, (OK) [ 2314.578] drmOpenByBusid: Searching for BusID pci:0000:02:00.0 [ 2314.578] drmOpenDevice: node name is /dev/dri/card0 [ 2314.578] drmOpenDevice: open result is 8, (OK) [ 2314.578] drmOpenByBusid: drmOpenMinor returns 8 [ 2314.578] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0 [ 2314.578] (II) [drm] DRM interface version 1.4 [ 2314.578] (II) [drm] DRM open master succeeded. [ 2314.578] (--) NOUVEAU(0): Chipset: "NVIDIA NV44" [ 2314.578] (II) NOUVEAU(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 2314.578] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32 [ 2314.578] (==) NOUVEAU(0): RGB weight 888 [ 2314.578] (==) NOUVEAU(0): Default visual is TrueColor [ 2314.578] (==) NOUVEAU(0): Using HW cursor [ 2314.578] (==) NOUVEAU(0): GLX sync to VBlank disabled. [ 2314.578] (==) NOUVEAU(0): Page flipping disabled: no kernel support [ 2314.611] (II) NOUVEAU(0): Output VGA-1 has no monitor section [ 2314.718] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section [ 2314.744] (II) NOUVEAU(0): Output TV-1 has no monitor section [ 2314.776] (II) NOUVEAU(0): EDID for output VGA-1 [ 2314.883] (II) NOUVEAU(0): EDID for output DVI-I-1 [ 2314.883] (II) NOUVEAU(0): Manufacturer: DEL Model: a030 Serial#: 809776211 [ 2314.883] (II) NOUVEAU(0): Year: 2009 Week: 14 [ 2314.883] (II) NOUVEAU(0): EDID Version: 1.3 [ 2314.883] (II) NOUVEAU(0): Digital Display Input [ 2314.883] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 58 vert.: 36 [ 2314.883] (II) NOUVEAU(0): Gamma: 2.20 [ 2314.883] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off [ 2314.883] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 2314.883] (II) NOUVEAU(0): First detailed timing is preferred mode [ 2314.883] (II) NOUVEAU(0): redX: 0.675 redY: 0.318 greenX: 0.189 greenY: 0.704 [ 2314.883] (II) NOUVEAU(0): blueX: 0.147 blueY: 0.069 whiteX: 0.313 whiteY: 0.329 [ 2314.883] (II) NOUVEAU(0): Supported established timings: [ 2314.883] (II) NOUVEAU(0): 720x400@70Hz [ 2314.883] (II) NOUVEAU(0): 640x480@60Hz [ 2314.883] (II) NOUVEAU(0): 640x480@75Hz [ 2314.883] (II) NOUVEAU(0): 800x600@60Hz [ 2314.883] (II) NOUVEAU(0): 800x600@75Hz [ 2314.883] (II) NOUVEAU(0): 1024x768@60Hz [ 2314.883] (II) NOUVEAU(0): 1024x768@75Hz [ 2314.883] (II) NOUVEAU(0): 1280x1024@75Hz [ 2314.883] (II) NOUVEAU(0): Manufacturer's mask: 0 [ 2314.883] (II) NOUVEAU(0): Supported standard timings: [ 2314.883] (II) NOUVEAU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 2314.883] (II) NOUVEAU(0): #1: hsize: 1600 vsize 1200 refresh: 60 vid: 16553 [ 2314.883] (II) NOUVEAU(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 2314.883] (II) NOUVEAU(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179 [ 2314.883] (II) NOUVEAU(0): Supported detailed timing: [ 2314.884] (II) NOUVEAU(0): clock: 154.0 MHz Image Size: 582 x 364 mm [ 2314.884] (II) NOUVEAU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0 [ 2314.884] (II) NOUVEAU(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0 [ 2314.884] (II) NOUVEAU(0): Serial No: TR07093V0D4S [ 2314.884] (II) NOUVEAU(0): Monitor name: DELL 2709W [ 2314.884] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz [ 2314.884] (II) NOUVEAU(0): EDID (in hex): [ 2314.884] (II) NOUVEAU(0): 00ffffffffffff0010ac30a053344430 [ 2314.884] (II) NOUVEAU(0): 0e130103803a2478eae9f5ac5130b425 [ 2314.884] (II) NOUVEAU(0): 115054a54b008180a940714fb3000101 [ 2314.884] (II) NOUVEAU(0): 010101010101283c80a070b023403020 [ 2314.884] (II) NOUVEAU(0): 3600466c2100001a000000ff00545230 [ 2314.884] (II) NOUVEAU(0): 3730393356304434530a000000fc0044 [ 2314.884] (II) NOUVEAU(0): 454c4c2032373039570a2020000000fd [ 2314.884] (II) NOUVEAU(0): 00384c1e5311000a2020202020200032 [ 2314.884] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1 [ 2314.884] (II) NOUVEAU(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz) [ 2314.884] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) [ 2314.884] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) [ 2314.884] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 2314.884] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 2314.884] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) [ 2314.884] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) [ 2314.884] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 2314.884] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 2314.884] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 2314.884] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 2314.884] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 2314.884] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) [ 2314.910] (II) NOUVEAU(0): EDID for output TV-1 [ 2314.910] (II) NOUVEAU(0): Output VGA-1 disconnected [ 2314.910] (II) NOUVEAU(0): Output DVI-I-1 connected [ 2314.910] (II) NOUVEAU(0): Output TV-1 disconnected [ 2314.910] (II) NOUVEAU(0): Using exact sizes for initial modes [ 2314.910] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1920x1200 [ 2314.910] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 2314.910] (--) NOUVEAU(0): Virtual size is 1920x1200 (pitch 0) [ 2314.910] (**) NOUVEAU(0): Driver mode "1920x1200": 154.0 MHz (scaled from 0.0 MHz), 74.0 kHz, 60.0 Hz [ 2314.910] (II) NOUVEAU(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz) [ 2314.910] (**) NOUVEAU(0): Driver mode "1600x1200": 162.0 MHz (scaled from 0.0 MHz), 75.0 kHz, 60.0 Hz [ 2314.910] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) [ 2314.910] (**) NOUVEAU(0): Driver mode "1680x1050": 146.2 MHz (scaled from 0.0 MHz), 65.3 kHz, 60.0 Hz [ 2314.910] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) [ 2314.910] (**) NOUVEAU(0): Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz [ 2314.910] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 2314.910] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz [ 2314.910] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 2314.910] (**) NOUVEAU(0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz [ 2314.910] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) [ 2314.910] (**) NOUVEAU(0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz [ 2314.910] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) [ 2314.910] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz [ 2314.910] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 2314.910] (**) NOUVEAU(0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz [ 2314.910] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 2314.910] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz [ 2314.910] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 2314.910] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz [ 2314.910] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 2314.910] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz [ 2314.910] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 2314.910] (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz [ 2314.910] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) [ 2314.910] (==) NOUVEAU(0): DPI set to (96, 96) [ 2314.910] (II) Loading sub module "fb" [ 2314.910] (II) LoadModule: "fb" [ 2314.910] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 2314.912] (II) Module fb: vendor="X.Org Foundation" [ 2314.912] compiled for 1.11.2, module version = 1.0.0 [ 2314.912] ABI class: X.Org ANSI C Emulation, version 0.4 [ 2314.912] (II) Loading sub module "exa" [ 2314.912] (II) LoadModule: "exa" [ 2314.912] (II) Loading /usr/lib64/xorg/modules/libexa.so [ 2314.913] (II) Module exa: vendor="X.Org Foundation" [ 2314.913] compiled for 1.11.2, module version = 2.5.0 [ 2314.913] ABI class: X.Org Video Driver, version 11.0 [ 2314.913] (II) Loading sub module "shadowfb" [ 2314.913] (II) LoadModule: "shadowfb" [ 2314.913] (II) Loading /usr/lib64/xorg/modules/libshadowfb.so [ 2314.914] (II) Module shadowfb: vendor="X.Org Foundation" [ 2314.914] compiled for 1.11.2, module version = 1.0.0 [ 2314.914] ABI class: X.Org ANSI C Emulation, version 0.4 [ 2314.914] (--) Depth 24 pixmap format is 32 bpp [ 2314.915] (II) NOUVEAU(0): Opened GPU channel 1 [ 2314.916] (II) NOUVEAU(0): [DRI2] Setup complete [ 2314.916] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau [ 2314.916] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau [ 2314.916] (II) NOUVEAU(0): GART: 64MiB available [ 2314.918] (II) NOUVEAU(0): GART: Allocated 16MiB as a scratch buffer [ 2314.921] (II) EXA(0): Driver allocated offscreen pixmaps [ 2314.921] (II) EXA(0): Driver registered support for the following operations: [ 2314.921] (II) Solid [ 2314.921] (II) Copy [ 2314.921] (II) Composite (RENDER acceleration) [ 2314.921] (II) UploadToScreen [ 2314.921] (II) DownloadFromScreen [ 2314.921] (==) NOUVEAU(0): Backing store disabled [ 2314.921] (==) NOUVEAU(0): Silken mouse enabled [ 2314.921] (II) NOUVEAU(0): [XvMC] Associated with NV40 texture adapter. [ 2314.921] (II) NOUVEAU(0): [XvMC] Extension initialized. [ 2314.921] (==) NOUVEAU(0): DPMS enabled [ 2314.921] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 2314.922] (--) RandR disabled [ 2314.922] (II) Initializing built-in extension Generic Event Extension [ 2314.922] (II) Initializing built-in extension SHAPE [ 2314.922] (II) Initializing built-in extension MIT-SHM [ 2314.922] (II) Initializing built-in extension XInputExtension [ 2314.922] (II) Initializing built-in extension XTEST [ 2314.922] (II) Initializing built-in extension BIG-REQUESTS [ 2314.922] (II) Initializing built-in extension SYNC [ 2314.922] (II) Initializing built-in extension XKEYBOARD [ 2314.922] (II) Initializing built-in extension XC-MISC [ 2314.922] (II) Initializing built-in extension XINERAMA [ 2314.922] (II) Initializing built-in extension XFIXES [ 2314.922] (II) Initializing built-in extension RENDER [ 2314.922] (II) Initializing built-in extension RANDR [ 2314.922] (II) Initializing built-in extension COMPOSITE [ 2314.922] (II) Initializing built-in extension DAMAGE [ 2314.991] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 2314.991] (II) AIGLX: enabled GLX_INTEL_swap_event [ 2314.991] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control [ 2314.991] (II) AIGLX: enabled GLX_SGI_make_current_read [ 2314.991] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 2314.991] (II) AIGLX: Loaded and initialized nouveau [ 2314.991] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 2315.014] (II) NOUVEAU(0): NVEnterVT is called. [ 2315.014] (II) NOUVEAU(0): Setting screen physical size to 508 x 317 [ 2315.014] resize called 1920 1200 [ 2315.088] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 2315.088] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 2315.088] (II) LoadModule: "evdev" [ 2315.088] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 2315.089] (II) Module evdev: vendor="X.Org Foundation" [ 2315.089] compiled for 1.10.4, module version = 2.6.0 [ 2315.089] Module class: X.Org XInput Driver [ 2315.089] ABI class: X.Org XInput driver, version 12.2 [ 2315.089] (EE) module ABI major version (12) doesn't match the server's version (13) [ 2315.089] (II) UnloadModule: "evdev" [ 2315.089] (II) Unloading evdev [ 2315.089] (EE) Failed to load module "evdev" (module requirement mismatch, 0) [ 2315.089] (EE) No input driver matching `evdev' [ 2315.089] (II) config/udev: Adding input device Power Button (/dev/input/event0) [ 2315.089] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 2315.089] (II) LoadModule: "evdev" [ 2315.089] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 2315.089] (II) Module evdev: vendor="X.Org Foundation" [ 2315.089] compiled for 1.10.4, module version = 2.6.0 [ 2315.089] Module class: X.Org XInput Driver [ 2315.089] ABI class: X.Org XInput driver, version 12.2 [ 2315.089] (EE) module ABI major version (12) doesn't match the server's version (13) [ 2315.089] (II) UnloadModule: "evdev" [ 2315.089] (II) Unloading evdev [ 2315.089] (EE) Failed to load module "evdev" (module requirement mismatch, 0) [ 2315.089] (EE) No input driver matching `evdev' [ 2315.090] (II) config/udev: Adding input device HID 04b4:0033 (/dev/input/event3) [ 2315.090] (**) HID 04b4:0033: Applying InputClass "evdev pointer catchall" [ 2315.090] (II) LoadModule: "evdev" [ 2315.090] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 2315.090] (II) Module evdev: vendor="X.Org Foundation" [ 2315.090] compiled for 1.10.4, module version = 2.6.0 [ 2315.090] Module class: X.Org XInput Driver [ 2315.090] ABI class: X.Org XInput driver, version 12.2 [ 2315.090] (EE) module ABI major version (12) doesn't match the server's version (13) [ 2315.090] (II) UnloadModule: "evdev" [ 2315.090] (II) Unloading evdev [ 2315.090] (EE) Failed to load module "evdev" (module requirement mismatch, 0) [ 2315.090] (EE) No input driver matching `evdev' [ 2315.090] (II) config/udev: Adding input device HID 04b4:0033 (/dev/input/mouse0) [ 2315.090] (II) No input driver/identifier specified (ignoring) [ 2315.091] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2) [ 2315.091] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 2315.091] (II) LoadModule: "evdev" [ 2315.091] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 2315.091] (II) Module evdev: vendor="X.Org Foundation" [ 2315.091] compiled for 1.10.4, module version = 2.6.0 [ 2315.091] Module class: X.Org XInput Driver [ 2315.091] ABI class: X.Org XInput driver, version 12.2 [ 2315.091] (EE) module ABI major version (12) doesn't match the server's version (13) [ 2315.091] (II) UnloadModule: "evdev" [ 2315.091] (II) Unloading evdev [ 2315.091] (EE) Failed to load module "evdev" (module requirement mismatch, 0) [ 2315.091] (EE) No input driver matching `evdev' [ 2315.809] (II) NOUVEAU(0): EDID vendor "DEL", prod id 41008 [ 2315.809] (II) NOUVEAU(0): Using EDID range info for horizontal sync [ 2315.810] (II) NOUVEAU(0): Using EDID range info for vertical refresh [ 2315.810] (II) NOUVEAU(0): Printing DDC gathered Modelines: [ 2315.810] (II) NOUVEAU(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz) [ 2315.810] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 2315.810] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 2315.810] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 2315.810] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) [ 2315.810] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 2315.810] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) [ 2315.810] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 2315.810] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 2315.810] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 2315.810] (II) NOUVEAU(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) [ 2315.810] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) [ 2315.810] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz) [ 2315.843] resize called 1920 1200 I think the interesting line is: Code: [ 2315.089] (EE) module ABI major version (12) doesn't match the server's version (13) I recompiled xorg-drivers, they are now version 1.11 and xorg-server is 1.11.2-r2. So it looks to me as if they are of the same version (?). I also recompiled the kernel (2.6.36) emerge --info: Code: Portage 2.1.10.41 (default/linux/amd64/10.0/desktop, gcc-4.4.5, glibc-2.13-r4, 2.6.36-gentoo-r5 x86_64) ================================================================= System uname: Linux-2.6.36-gentoo-r5-x86_64-Dual_Core_AMD_Opteron-tm-_Processor_280-with-gentoo-2.0.3 Timestamp of tree: Mon, 26 Dec 2011 15:00:01 +0000 app-shells/bash: 4.1_p9 dev-java/java-config: 2.1.11-r3 dev-lang/python: 2.6.6-r1, 2.7.2-r3, 3.1.4-r3 dev-util/cmake: 2.8.6-r4 dev-util/pkgconfig: 0.26 sys-apps/baselayout: 2.0.3 sys-apps/openrc: 0.9.4 sys-apps/sandbox: 2.5 sys-devel/autoconf: 2.13, 2.68 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.21.1-r1 sys-devel/gcc: 4.4.5, 4.5.3-r1 sys-devel/gcc-config: 1.4.1-r1 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82-r1 sys-kernel/linux-headers: 2.6.39 (virtual/os-headers) sys-libs/glibc: 2.13-r4 Repositories: gentoo ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=opteron -O2 -pipe -fomit-frame-pointer" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=opteron -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="" GENTOO_MIRRORS="http://distfiles.gentoo.org" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j8" 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.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa amd64 audiofile berkdb bluetooth branding bzip2 cairo caps cdb cdda cdparanoia cdr cli consolekit cracklib crypt css cups cxx dbus dri dts dvd dvdr dvdread emboss encode exif expat fam fftw firefox flac fortran ftp gdbm gdu gif gimp gphoto2 gpm gtk hdri iconv ieee1394 imagemagick ipv6 jack java jpeg jpeg2k kde ladspa lash lcms ldap libnotify lm_sensors lock mad mmx mng modules mp3 mp4 mpeg mudflap multilib nas ncurses nls nptl nptlonly ntpl ogg opengl openmp pam pango pcre pdf png policykit posix ppds pppd qt3 qt3support qt4 raw readline sdl session smp sndfile spell sse sse2 ssl startup-notification svg sysfs tcpd theora tiff truetype udev unicode usb vorbis x264 xcb xine xml xorg xulrunner xv 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev virtualbox" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" SANE_BACKENDS="canon canon630u canon_dr canon_pp genesys plustek" USERLAND="GNU" VIDEO_CARDS="nouveau virtualbox" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS | Quote: Did you also re-emerge x11-drivers/xf86-input-evdev? AFAIK, xorg-drivers is just a meta-package and re-emerging only it isn't enough in this case. AFAIK I didn't. I ran an "--update system", then "--update --deep system" then the same for world and thought that would solve such things. But if I "emerge --search xf86-input-evdev" it is at 2.6.0 which is the latest. So I tought this would be ok. But I just re-emerged xf86-input-evdev and it looks like this solved the issue. Thanks. Quote: You should read the elog messages when upgrading your system. Where do I find that elog? |
I tried to switch from gdm to lightdm, but when I start a fluxbox session with lightdm, network manager and gnome do stop working. Basically anything using dbus is broken. This is what I get from gnome do: Code: [Error 23:51:22.816] [SystemService] Could not initialize dbus: Unable to open the session message bus. [Error 23:51:22.999] [NetworkService] Could not initialize Network Manager dbus: Unable to open the session message bus. Is anyone using lightdm successfully on Gentoo? | That was a GDM and LightDM not playing nicely together - https://bugs.gentoo.org/show_bug.cgi?id=397391 . Removing GDM solves the issue. |
Just finished my first complete Gentoo install with Kde! Much smoother than the first install (base only). My computer boots much faster than ms windows or any other Linux dist, and I have tried them all. My problem now is that my root password does not work with su in Konsole. I was using the same password all through the install under root and never changed it. My normal username and password logs me into kde, no problem. Any suggestions? | Figured it out. I had to add myself to wheel Thanks |
I had to install xterm to be able to compile in codeblocks. With the installation followed the packages font-alias and font-misc-misc . My desktop used to look like this: http://mushroom-kingdom.no-ip.org/images/battlestation_desktop_screenshot.png Now my conky looks like this: http://mushroom-kingdom.no-ip.org/images/conky_small_font.png I'm unable to figure out what has happened. The "xftfont" size in the conky config has stopped making difference. I guess it has something to do with the two packages mentioned above and I'd like to undo the change they made. | Solved. It was a conky config issue apparently. The config was affected be the new font packages in some way. By changing the "xftfont" in the config to just "font" restored conky to the previous look. |
Hi there! I can't run Xorg with Nouveau. I use gentoo-sources without proprietary BLOBs (gentoo-libre). http://en.gentoo-wiki.com/wiki/Free_your_Gentoo /var/log/Xorg.0.log: http://paste.pocoo.org/show/525752/ /usr/src/linux/.config: http://paste.pocoo.org/show/525746/ lspci: http://paste.pocoo.org/show/525747/ emerge --info: http://paste.pocoo.org/show/525749/ /etc/make.conf: http://paste.pocoo.org/show/525750/ I've also created a thread in the gentoo-user mailing list: http://archives.gentoo.org/gentoo-user/msg_15d4598a1c1cc6937420934f75dd8382.xml Cheers! | n2k, Welcome to Gentoo. Code: [ 628.006] drmOpenDevice: node name is /dev/dri/card0 [ 628.044] drmOpenByBusid: Searching for BusID pci:0000:01:00.0 [ 628.044] drmOpenDevice: node name is /dev/dri/card0 [ 628.049] drmOpenByBusid: drmOpenMinor returns -1 Tells that your kernel is missing Direct Rendering Support. Under Code: <*> /dev/agpgart (AGP Support) ---> choose your motherboard chipset vendor. Under Code: <*> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) ---> there should be an nvidia/Nouveau option. Its hidden for me as I use the binary blob. Rebuild and reinstall your kernel, then boot into it. Check your uname -a and verify that the date/time is the most recent date/time that you made your kernel. |
So I just finished emerging Xorg, and I get these errors when I startx: Code: Failed to initialize the GLX module; please check in your X log file that the GLX module has been loaded in your X Server, and that the module is the NVIDIA GLX module. If you continue to encounter problems, Please try reinstalling the NVIDIA driver. I looked around and tried a couple of things, some of which include: Code: eselect opengl set nvidia I tried that, and did nothing, it actually added 3 more errors. Then I tried to disable Composite in xorg.conf, made no difference. Same error. Any help would be greatly Appreciated. This was done on a Fresh Install of Gentoo. | Quote: Code: (EE) Failed to load module "dri" (module does not exist, 0) (EE) Failed to load module "dri2" (module does not exist, 0) AFAIK it will not go away and is nothing to worry about. thats just how it is with nvidia card. i have the same in my xorg log. edit: X does work, right? you just have error in log file? i set up X using Code: nvidia-xconfig eselect opengl nvidia set and i have composite enabled Code: Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "AllowGLXWithComposite" "True" Option "AddARGBGLXVisuals" "True" SubSection "Display" Depth 24 EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" EndSection |
I'm trying to set the Plasma theme to the traditional dark one, but I can't remember how to go about this. I've emerged kdebase-startkde. | SOLUTION: It's buried in the settings somewhere, can't remember off the top of my head because I went back to Xfce4. |
So I'm using KDE 4.7.95 and Qt 4.8. All was running well until I don't know what happened. I was getting a crash from ark so I was just recompiling the necessary packages (including qt-core) with the -ggdb cflag so that a meaningful backtrace could be produced . But after that some of the KDE applications like ksysguard wouldn't start so just restarted and now after booting KDE just crashes after a few seconds. I just get to see the clock cursor for a couple of seconds. Doing startx or kdm gives me kdeinit4 could not be started, check your KDE installation . No errors in Xorg.0.log but kdm log says Code: KCrash: Application 'kdmgreet' crashing... KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi directly KCrash: Application '<unknown>' crashing... KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi from kdeinit Warning: connect() failed: : Connection refused KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi directly drkonqi: cannot connect to X server :0 Server terminated successfully (0). Closing log file. And this is something I found in kdm log which could be from when the problem first arose. Code: [mi] EQ overflowing. The server is probably stuck in an infinite loop. Backtrace: 0: /usr/bin/X (xorg_backtrace+0x26) [0x57e146] 1: /usr/bin/X (mieqEnqueue+0x219) [0x55c419] 2: /usr/bin/X (0x400000+0x48c54) [0x448c54] 3: /usr/bin/X (xf86PostMotionEventP+0x37) [0x48af37] 4: /usr/lib64/xorg/modules/input/evdev_drv.so (0x7f3b89a6d000+0x4b9e) [0x7f3b89a71b9e] 5: /usr/bin/X (0x400000+0x75237) [0x475237] 6: /usr/bin/X (0x400000+0x9d7ce) [0x49d7ce] 7: /lib64/libpthread.so.0 (0x3652800000+0xfcc0) [0x365280fcc0] 8: /lib64/libc.so.6 (ioctl+0x7) [0x36520cff37] 9: /usr/lib64/libdrm.so.2 (drmIoctl+0x28) [0x365a8035c8] 10: /usr/lib64/libdrm_intel.so.1 (drm_intel_gem_bo_map_gtt+0x93) [0x7f3b8ae58423] 11: /usr/lib64/xorg/modules/drivers/intel_drv.so (0x7f3b8b092000+0x1152f) [0x7f3b8b0a352f] 12: /usr/lib64/xorg/modules/drivers/intel_drv.so (0x7f3b8b092000+0x13384) [0x7f3b8b0a5384] 13: /usr/lib64/xorg/modules/drivers/intel_drv.so (0x7f3b8b092000+0x35055) [0x7f3b8b0c7055] 14: /usr/bin/X (miCopyRegion+0x18a) [0x55a3ca] 15: /usr/bin/X (miDoCopy+0x2e3) [0x55a813] 16: /usr/lib64/xorg/modules/drivers/intel_drv.so (0x7f3b8b092000+0x3608e) [0x7f3b8b0c808e] 17: /usr/bin/X (0x400000+0x10a1d0) [0x50a1d0] 18: /usr/bin/X (0x400000+0x307b4) [0x4307b4] 19: /usr/bin/X (0x400000+0x346e1) [0x4346e1] 20: /usr/bin/X (0x400000+0x22db5) [0x422db5] 21: /lib64/libc.so.6 (__libc_start_main+0xed) [0x365202118d] 22: /usr/bin/X (0x400000+0x2312d) [0x42312d] Server terminated successfully (0). Closing log file. klauncher(1164) kdemain: No DBUS session-bus found. Check if you have started the DBUS server. kdeinit4: Communication error with launcher. Exiting! So I tried recompiling kdelibs and I get the error Code: /usr/lib64/qt4/libQtGui.so: undefined reference to `QDataStream::QDataStream(QByteArray*, int)' collect2: ld returned 1 exit status make[2]: *** [solid/tests/halbasictest] Error 1 make[1]: *** [solid/tests/CMakeFiles/halbasictest.dir/all] Error 2 And then I tried recompiling qt-gui which also gives the error Code: .obj/release-shared/qapplication_x11.o: In function `qt_x11_apply_settings_in_all_apps()': /var/tmp/portage/x11-libs/qt-gui-4.8.0/work/qt-everywhere-opensource-src-4.8.0/src/gui/kernel/qapplication_x11.cpp:850: undefined reference to `QDataStream::QDataStream(QByteArray*, int)' .obj/release-shared/qwidget.o: In function `QWidget::saveGeometry() const': /var/tmp/portage/x11-libs/qt-gui-4.8.0/work/qt-everywhere-opensource-src-4.8.0/src/gui/kernel/qwidget.cpp:7001: undefined reference to `QDataStream::QDataStream(QByteArray*, int)' .obj/release-shared/qregion.o: In function `QRegion::exec(QByteArray const&, int, QDataStream::ByteOrder)': /var/tmp/portage/x11-libs/qt-gui-4.8.0/work/qt-everywhere-opensource-src-4.8.0/src/gui/painting/qregion.cpp:312: undefined reference to `QDataStream::QDataStream(QByteArray*, int)' .obj/release-shared/qmainwindow.o: In function `QMainWindow::saveState(int) const': /var/tmp/portage/x11-libs/qt-gui-4.8.0/work/qt-everywhere-opensource-src-4.8.0/src/gui/widgets/qmainwindow.cpp:1234: undefined reference to `QDataStream::QDataStream(QByteArray*, int)' .obj/release-shared/qmainwindow.o: In function `QMainWindow::restoreState(QByteArray const&, int)': /var/tmp/portage/x11-libs/qt-gui-4.8.0/work/qt-everywhere-opensource-src-4.8.0/src/gui/widgets/qmainwindow.cpp:1261: undefined reference to `QDataStream::QDataStream(QByteArray*, int)' .obj/release-shared/qsplitter.o:/var/tmp/portage/x11-libs/qt-gui-4.8.0/work/qt-everywhere-opensource-src-4.8.0/src/gui/widgets/qsplitter.cpp:1743: more undefined references to `QDataStream::QDataStream(QByteArray*, int)' follow collect2: ld returned 1 exit status make: *** [../../lib/libQtGui.so.4.8.0] Error 1 I have tried recompiling qt-core and then qt-gui but nothing works. These are somethings I found in qt-core and qt-gui's emerge log but I don't know if they are related Code: ln: failed to create symbolic link `/var/tmp/portage/x11-libs/qt-core-4.8.0-r1/work/qt-everywhere-opensource-src-4.8.0/include/QtCore/qconfig.h': File exists ln: failed to create symbolic link `/var/tmp/portage/x11-libs/qt-core-4.8.0-r1/work/qt-everywhere-opensource-src-4.8.0/include/Qt/qconfig.h': File exists Code: ln: failed to create symbolic link `/var/tmp/portage/x11-libs/qt-gui-4.8.0/work/qt-everywhere-opensource-src-4.8.0/include/QtCore/qconfig.h': File exists ln: failed to create symbolic link `/var/tmp/portage/x11-libs/qt-gui-4.8.0/work/qt-everywhere-opensource-src-4.8.0/include/Qt/qconfig.h': File exists | This missing constructor is ifdefd out Code: #ifdef QT3_SUPPORT /*! \fn QDataStream::QDataStream(QByteArray *array, int mode) \compat Constructs a data stream that operates on the given \a array. The \a mode specifies how the byte array is to be used, and is usually either QIODevice::ReadOnly or QIODevice::WriteOnly. */ QDataStream::QDataStream(QByteArray *a, int mode) { So enabling qt3support should bring back the needed constructor. Probably thats needed for debugging... |
Hello. I just updated to kernel 3.0.6 from 2.6.39, and the strangest thing is happening. The first time I booted, I got that error when you are passing something illegal to the kernel regarding your frame buffer -- you know the one -- says "Hit space to continue or return to see modes" or something like that. If you hit return, it gives you some hexadecimal menu with a bunch of ugly fonts and resolutions. Anyway, after removing vga=791 from my kernel parameters in grub, that problem went away, but the other problem (not yet mentioned) still persists. The problem is that my VTs have a bunch of very large-font boot-time messages about acpi and whatnot. They fill the screen on all VTs, and completely block everything behind them (namely the login prompt, and uname info). Anything I type, flickers for about a 10th of a second, then that boot time information covers it right up. X and KDE work normally, but I still use my VTs a lot, so I'd like to get that working. here is my grub.conf: Code: title=Gentoo root (hd0,0) kernel /boot/kernel udev domdadm dolvm real_root=/dev/mapper/vg-slash root=/dev/ram0 video=uvesafb:mtrr:1,ywrap,1024x768-32@72 rootfstype=ext3 initrd /initramfs Oh yes, and, this isn't happening on my laptop... which has an nvidia video card... the system in question has an ATI HD4200. I appreciate any assistance. Thanks. G | If you can (that is if you use xf86-video-ati), drop uvesafb in favor of kms. |
I have been trying to install Gnome-3.2.1 on a test machine all day. I have managed to solve most if not all the problems. Now I am at a point (19 packages left to install or upgrade) where I can go no further and can't complete the upgrade because pulseaudio fails to build constantly. Code: Emerging (1 of 19) media-sound/pulseaudio-0.9.22-r2 * pulseaudio-0.9.22.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ] * Adding group 'pulse-access' to your system ... * - Groupid: next available groupadd: cannot lock /etc/gshadow; try again later. * ERROR: media-sound/pulseaudio-0.9.22-r2 failed (setup phase): * (no error message) * * Call stack: * ebuild.sh, line 75: Called pkg_setup * pulseaudio-0.9.22-r2.ebuild, line 74: Called enewgroup 'pulse-access' * user.eclass, line 343: Called die * The specific snippet of code: * groupadd -r ${opts} "${egroup}" || die * * If you need support, post the output of 'emerge --info =media-sound/pulseaudio-0.9.22-r2', * the complete build log and the output of 'emerge -pqv =media-sound/pulseaudio-0.9.22-r2'. * The complete build log is located at '/var/tmp/portage/media-sound/pulseaudio-0.9.22-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-sound/pulseaudio-0.9.22-r2/temp/die.env'. * S: '/var/tmp/portage/media-sound/pulseaudio-0.9.22-r2/work/pulseaudio-0.9.22' >>> Failed to emerge media-sound/pulseaudio-0.9.22-r2, Log file: >>> '/var/tmp/portage/media-sound/pulseaudio-0.9.22-r2/temp/build.log' Code: emerge -av --backtrack=30 gnome These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] media-sound/pulseaudio-0.9.22-r2 USE="X alsa asyncns caps dbus glib gnome tcpd udev -avahi -bluetooth -doc -ipv6 -jack -libsamplerate -lirc (-oss) -realtime (-system-wide) -test" 0 kB [ebuild U ~] gnome-base/gnome-settings-daemon-3.2.2-r1 [2.32.1-r2] USE="colord%* cups%* policykit short-touchpad-timeout%* udev%* -debug -packagekit% -smartcard -test% (-libnotify%*) (-pulseaudio%)" 0 kB [ebuild N ~] net-im/empathy-3.2.2 USE="geoloc map networkmanager spell v4l -call -debug -eds -gnome-online-accounts -sendto -test" 0 kB [ebuild U ~] gnome-base/gnome-session-3.2.1 [2.32.1-r3] USE="-doc -ipv6 (-debug%)" 0 kB [ebuild U ~] gnome-base/gnome-applets-3.2.1 [2.32.1.1] USE="gnome policykit -ipv6 -networkmanager (-gstreamer%*)" 0 kB [ebuild N ~] net-libs/gnome-online-accounts-3.2.1 USE="gnome introspection -debug -doc" 0 kB [ebuild U ~] gnome-extra/evolution-data-server-3.2.2-r1 [2.32.3-r1] USE="gnome-online-accounts%* introspection%* weather -doc -ipv6 -kerberos -ldap -test -vala% (-gnome-keyring%*)" 0 kB [ebuild U ~] mail-client/evolution-3.2.2 [2.32.3] USE="crypt gnome-online-accounts%* gstreamer python ssl -clutter -connman% -doc -kerberos -ldap -map% -networkmanager" 0 kB [ebuild N ~] gnome-extra/gnome-contacts-3.2.2 0 kB [ebuild N ~] gnome-extra/gnome-documents-0.2.1 0 kB [ebuild N ~] net-wireless/gnome-bluetooth-3.2.1 USE="introspection -debug -doc -sendto" 0 kB [ebuild N ~] gnome-extra/nm-applet-0.9.2.0-r1 USE="bluetooth" 0 kB [ebuild N ~] gnome-base/gnome-control-center-3.2.2 USE="cheese colord cups networkmanager socialweb -debug" 0 kB [ebuild N ~] gnome-base/gnome-shell-3.2.1-r1 0 kB [ebuild N ~] gnome-base/gnome-core-apps-3.2.1 USE="bluetooth cdr cups" 0 kB [ebuild N ~] gnome-base/gdm-3.2.1.1-r2 USE="consolekit fallback gnome-keyring gnome-shell introspection tcpd xklavier -accessibility -debug -fprint -ipv6 (-selinux) -smartcard -test -xinerama" 0 kB [ebuild N ~] gnome-extra/gnome-tweak-tool-3.2.2-r1 0 kB [ebuild N ~] gnome-base/gnome-extra-apps-3.2.1 USE="shotwell tracker" 0 kB [ebuild U ~] gnome-base/gnome-3.2.1 [2.32.1-r1] USE="cdr cups extras%* fallback%* -accessibility (-dvdr%*) (-ldap%) (-mono%) (-policykit%*)" 0 kB Total: 19 packages (6 upgrades, 13 new), Size of downloads: 0 kB It seems simple but how do I solve this problem. TIA | The problem is this: Code: groupadd: cannot lock /etc/gshadow; try again later. Something else has a lock on it (or much more likely,. something HAD a lock and left a stale lockfile) . You should see a /etc/gshadow.lock file, it may contain a PID. Verify the file is stale, and if so, delete the lockfile manually |
Hi, I use urxvt and have set urxvt*font and urxvt*boldFont to the same string. Also, urxvt*foreground is set to yellow3. Unfortunately, normal text and bold text are not distinguishable, because they are displayed in the same color. This behavior is different in e.g. xterm or pterm. I'd like to set the color of bold foreground text, but I seem to be unable to find out how. Maybe that's because I don't get the idea behind the urxvt*colorn settings. Could someone not as stupid as me please help me out? tl;dr how to set bold foreground color in urxvt thanks in advance! | hmm, i already found the answer myself. Code: urxvt*colorBD |
I have a fujitsu lifebook p1610 running gentoo that I recently updated after leaving it for a long time. Many things about X seem to have changed since I originally set up this computer (evdev, etc.) and I switched to the new way of doing things; everything is working except the touchscreen. But reverting to my old config files isn't a solution since X won't even start with my old xorg.conf file. Does anyone have a touchscreen working on an older fujitsu tablet that uses a serial touchscreen? Let me know what info about my system would be useful. Thanks for any help. | 1. Get inputattach utility installed, you may have to google for it and compile it manually (it's just one .c file). This is the program that tells linux to start using input from a serial device. Inputattach stays loaded the entire time your device is in use, but doesn't actually do anything after it's started (it's just a sort of placeholder program for the serial port I guess, but be aware to use & to background it in a startup script or it will never finish). 2. Use xinput command to set the calibration (on my fujitsu lifebook, the default is unusable). You will probably have to experiment a lot to find values that work well - too bad I can't find a generic calibration program anywhere I looked. 3. Make a script that does these and runs at X login, and at resume from sleep/hibernate, because your touchscreen will be disconnected when not running and you will have to inputattach and calibrate it again. On my system, the touchscreen works good like this, but if your machine is like mine, the touchpad isn't synchronized at first use and will make the cursor jump and click all over when you first touch it, and if you're unlucky it'll think a button's being held that you can't un-press, making you either suspend again and see if the initial touch unsticks it, or remember every time to click a touchpad button and wait a moment before the touchpad itself after resuming... maybe you don't even have a touchpad though? Anyway, this is the method that works for me, ymmv. I'll post the files I've got that should help you get it sorted out but I don't have my laptop here right now. If I don't post back in like 6 hours, just leave another message in this thread and I'll see it in the "my posts" search. |
I need Chinese input support so I have ibus, ibus-table, ibus-pinyin installed and working well in XFCE4. This gives me pinyin chinese input. However, i also need the cangjie tables to allow the "Quick" input method - can't live without it! Any ideas anyone? However, when i try to install ibus-table-cangjie i get the following error: Code: >>> Emerging (1 of 1) app-i18n/ibus-table-cangjie-1.2.0.20100305 >>> Failed to emerge app-i18n/ibus-table-cangjie-1.2.0.20100305, Log file: >>> '/var/tmp/portage/app-i18n/ibus-table-cangjie-1.2.0.20100305/temp/build.log' >>> Jobs: 0 of 1 complete, 1 failed Load avg: 1.17, 1.09, 0.79 * Package: app-i18n/ibus-table-cangjie-1.2.0.20100305 * Repository: gentoo * Maintainer: cjk@gentoo.org * USE: amd64 elibc_glibc kernel_linux multilib userland_GNU * FEATURES: ccache preserve-libs sandbox userpriv usersandbox checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-pc-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for IBUS_TABLE... yes checking for ibus-table-createdb... /usr/bin/ibus-table-createdb configure: creating ./config.status config.status: creating Makefile config.status: creating icons/Makefile config.status: creating tables/Makefile config.status: creating m4/Makefile config.status: creating ibus-table-cangjie.spec Build options: Version 1.2.0.20100305 Install prefix /usr Build CangJie3 yes Build CangJie5 yes Build CangJie (big) yes Build Speed CangJie 6 yes Build Quick3 yes Build Quick5 yes Build Quick Classic yes Build Easy (big) yes Making all in icons make[1]: Entering directory `/var/tmp/portage/app-i18n/ibus-table-cangjie-1.2.0.20100305/work/ibus-table-cangjie-1.2.0.20100305/icons' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/portage/app-i18n/ibus-table-cangjie-1.2.0.20100305/work/ibus-table-cangjie-1.2.0.20100305/icons' Making all in m4 make[1]: Entering directory `/var/tmp/portage/app-i18n/ibus-table-cangjie-1.2.0.20100305/work/ibus-table-cangjie-1.2.0.20100305/m4' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/portage/app-i18n/ibus-table-cangjie-1.2.0.20100305/work/ibus-table-cangjie-1.2.0.20100305/m4' Making all in tables make[1]: Entering directory `/var/tmp/portage/app-i18n/ibus-table-cangjie-1.2.0.20100305/work/ibus-table-cangjie-1.2.0.20100305/tables' /usr/bin/ibus-table-createdb -n cangjie3.db -s cangjie3.txt /usr/bin/ibus-table-createdb -n cangjie5.db -s cangjie5.txt /usr/bin/ibus-table-createdb -n cangjie-big.db -s cangjie-big.txt Traceback (most recent call last): File "/usr/share/ibus-table/engine/tabcreatedb.py", line 331, in <module> main () File "/usr/share/ibus-table/engine/tabcreatedb.py", line 255, in main db.update_ime ( attributes ) File "/usr/share/ibus-table/engine/tabsqlitedb.py", line 310, in update_ime for attr,val in attrs: File "/usr/share/ibus-table/engine/tabcreatedb.py", line 216, in attribute_parser raise InvalidTableName(val) __main__.InvalidTableName: Value of NAME attribute (CangJie 3) cannot contain any of ' \r "$&<>,+=#!()\'|{}[]?~`;%\\' and must be all ascii make[1]: *** [cangjie3.db] Error 1 make[1]: *** Waiting for unfinished jobs.... Traceback (most recent call last): File "/usr/share/ibus-table/engine/tabcreatedb.py", line 331, in <module> main () File "/usr/share/ibus-table/engine/tabcreatedb.py", line 255, in main db.update_ime ( attributes ) File "/usr/share/ibus-table/engine/tabsqlitedb.py", line 310, in update_ime for attr,val in attrs: File "/usr/share/ibus-table/engine/tabcreatedb.py", line 216, in attribute_parser raise InvalidTableName(val) __main__.InvalidTableName: Value of NAME attribute (CangJie 5) cannot contain any of ' \r "$&<>,+=#!()\'|{}[]?~`;%\\' and must be all ascii make[1]: *** [cangjie5.db] Error 1 make[1]: Leaving directory `/var/tmp/portage/app-i18n/ibus-table-cangjie-1.2.0.20100305/work/ibus-table-cangjie-1.2.0.20100305/tables' make: *** [all-recursive] Error 1 emake failed * ERROR: app-i18n/ibus-table-cangjie-1.2.0.20100305 failed (compile phase): * emake failed * * Call stack: * ebuild.sh, line 84: Called src_compile * environment, line 203: Called _eapi0_src_compile * phase-helpers.sh, line 530: Called _eapi2_src_compile * phase-helpers.sh, line 570: Called die * The specific snippet of code: * emake || die "emake failed" * * If you need support, post the output of 'emerge --info =app-i18n/ibus-table-cangjie-1.2.0.20100305', * the complete build log and the output of 'emerge -pqv =app-i18n/ibus-table-cangjie-1.2.0.20100305'. * The complete build log is located at '/var/tmp/portage/app-i18n/ibus-table-cangjie-1.2.0.20100305/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-i18n/ibus-table-cangjie-1.2.0.20100305/temp/environment'. * S: '/var/tmp/portage/app-i18n/ibus-table-cangjie-1.2.0.20100305/work/ibus-table-cangjie-1.2.0.20100305' Here's my setup: Quote: Portage 2.3.2 (default/linux/amd64/2008.0/desktop, gcc-4.6.2, glibc-2.13-r4, 3.1.5-gentoo x86_64) ================================================================= System Settings ================================================================= System uname: Linux-3.1.5-gentoo-x86_64-Intel-R-_Core-TM-2_Duo_CPU_E7500_@_2.93GHz-with-gentoo-2.1.8 Timestamp of tree: Thu, 22 Dec 2011 17:00:01 +0000 ccache version 3.1.6 [enabled] app-shells/bash: 4.2_p20 dev-java/java-config: 2.1.11-r3 dev-lang/python: 2.7.1-r3, 3.2 dev-util/ccache: 3.1.6 dev-util/cmake: 2.8.6-r4 dev-util/pkgconfig: 0.26 sys-apps/baselayout: 2.1.8-r2 sys-apps/openrc: 0.8.3-r5 sys-apps/sandbox: 2.5 sys-devel/autoconf: 2.13, 2.68 sys-devel/automake: 1.4_p6-r1, 1.9.6-r3, 1.10.3, 1.11.1-r1 sys-devel/binutils: 2.21.1-r1 sys-devel/gcc: 4.6.2 sys-devel/gcc-config: 1.5 sys-devel/libtool: 2.4-r4 sys-devel/make: 3.82-r3 sys-kernel/linux-headers: 2.6.39 (virtual/os-headers) sys-libs/glibc: 2.13-r4 Repositories: gentoo lcd-filtering homedev Installed sets: ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=core2 -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/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=core2 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs ccache distlocks ebuild-locks fixlafiles news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox" FFLAGS="-march=core2 -O2 -pipe" GENTOO_MIRRORS="http://gentoo.channelx.biz http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo" INSTALL_MASK="INSTALL.gz TODO.gz" LANG="en_GB.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed" LINGUAS="en en_GB" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/var/lib/layman/lcd-filtering /usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" SYNC_USER="root" USE="64bit X a52 aac aacplus aalib acl acpi alac all_sfx alsa amd64 animation-rtl automount berkdb branding bzip2 cairo cdda cdr cjk cli consolekit cracklib crypt css cups curl cxx dbus device-mapper dts dvd dvdr dvdread emboss encode esd exif faac faad fam fbcondecor ffmpeg ffmpegsource firefox flac fltk fontconfig fortran fuse gcj gd gdbm gdm gdu gfxnvidia gif gimp git gnome gnome-keyring gpm gs gstreamer gtk gtk3 iconv imlib java javascript jpeg lame lcdfilter lcms ldap less libnotify lock lua mad mms mmx mmxext mng modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl nptlonly nsplugin nvidia odf ogg opengl openmp pam pango pcre pdf perl png policykit ppds pppd pulseaudio python qt3 quicktime rar raw readline scim sdl session smp sms spell sqlite sse sse2 sse3 sse4_1 ssl ssse3 startup-notification svg symlink sysfs taglib tcpd templates themes threads thumbnail thunar tiff tk truetype udev unicode usb vdpau vorbis wavpack weather-xoap wxwidgets x264 xcb xfconf xft xml xorg xscreensaver xulrunner xv 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en en_GB" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" SANE_BACKENDS="epson" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, SYNC_UMASK | Trivial to solve! app-i18n/ibus-table-cangjie-1.2.0.20100305 requires app-i18n/ibus-table-1.2.0.20100111 (no higher!) If you need cangjie make sure you mask >=app-i18n/ibus-table-1.3.0.20100621 Code: echo ">=app-i18n/ibus-table-1.3.0.20100621" >> /etc/portage/package.mask |
I managed to make some progress on this issue, please see the following post in this thread: https://forums.gentoo.org/viewtopic-p-6911136.html#6911136 | Yes, that works for me too (partially tough). I don't know how your system-auth file looks like (did you modify it?), but some modules are not working: - pam_ssh won't unlock my ssh-keys - pam_gnome_keyring won't unlock my gnome-keyring - pam_tallylog2 or pam_lastlog won't work, because the 'w' command won't show my name when I login through lightdm (Btw, I suggest you use: Code: #%PAM-1.0 auth required pam_nologin.so auth include system-login account include system-login password include system-login session include system-auth This is recommended by the Gentoo provided lightdm ebuild.) Thanks |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.