prompt stringlengths 1 63.6k | completion stringlengths 1 53.1k |
|---|---|
Hi all! I am trying to get vmplayer working, but it looks as if something goes wrong with my net-devices. I installed it by running emerge vmware-player vmware-modules emerge --config vmware-player I tryed to start it, but it ended up with: Code: /opt/vmware/player/lib/vmware/bin/vmplayer: symbol lookup error: /opt/vmware/player/lib/vmware/lib/libvmwareui.so.0/libvmwareui.so.0: undefined symbol: _ZThn12_N4view10FieldEntry17delete_text_vfuncEii So after some searching, I found out, that I had to use Code: export VMWARE_USE_SHIPPED_GTK=yes in the start script. But now, whenever I start an appliance, I get the message, that /dev/vmnet0 could not be found and the appliance has no connection to the net. I reloaded vmmon and vmnet, but without any success. vmnet is not even mentioned in dmesg, even though emerge configure ended up with: Code: emerge --config vmware-player Configuring pkg... Network settings database seems to be invalid,configuring default settings Configuring Bridged network vmnet0 Configuring hostonly network vmnet1, probing for unused subnet ... Configuring NAT network vmnet8, probing for unused subnet ... Configured default networks - Bridged, Hostonly, NAT Could someone please give me a hint, where to go from here? <SOLUTION> Stupid me! In my case, the loading of the modules before starting the service caused the service to not start properly! So to make sure it works, rmmod vmnet as well as vmmon. Stop the service using /etc/init.d/vmware stop To make sure, everything is running correctly, create the vmnet devices by using: Code: mknod /dev/vmnet0 c 119 0 mknod /dev/vmnet1 c 119 1 ... mknod /dev/vmnet8 c 119 8 I guess, this is not needed but this is what I did... Start the service again Code: /etc/init.d/vmware stop And make sure, that you have the line Code: export VMWARE_USE_SHIPPED_GTK=yes in your /opt/vmware/player/bin/vmplayer - script. I added right below the export of PRODUCT_NAME variable. Start your installation by using /opt/vmware/player/bin/vmplayer Fire up your appliance and everything should run as expected. Thanks to all who helped push me in the right direction! Bye, Sumpi | have you tried to run Code: /opt/vmware/server/bin/vmware-config.pl regards, potatoface |
Hi, I've a monitor Acer AL1916W and an integrated graphics controller, and the problem is that I can use resolution 1440x900 but a box with text "Input not supported" is showed around the display. That resolution works fine in windows, and as I said, I can select that resolution in gnome but appear thats error. How can I solve that issue, I tried a lot of configs of xorg, changing Modeline, with the same result. My lspci -v|grep VGA is: Code: 00:02.0 VGA compatible controller: Intel Corporation 82Q963/Q965 Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller]) Subsystem: Hewlett-Packard Company Device 2801 Flags: bus master, fast devsel, latency 0, IRQ 16 Memory at f0400000 (32-bit, non-prefetchable) [size=1M] Memory at e0000000 (64-bit, prefetchable) [size=256M] I/O ports at 1100 [size=8] Capabilities: <access denied> and my xorg.conf is: Code: Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "freetype" Load "glx" Load "dri" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "es" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" # IntelliMouse PS/2 Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5 6 7" Option "Emulate3Buttons" EndSection Section "Monitor" Identifier "My Monitor" Option "DPMS" HorizSync 30-100 VertRefresh 50-160 # Modeline "1440x900" 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync EndSection Section "Device" Identifier "Intel 810" Driver "i810" EndSection Section "Screen" Identifier "Screen 1" Device "Intel 810" Monitor "My Monitor" Option "MonitorLayout" "LCD" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1440x900" "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "DRI" Mode 0666 EndSection Thanks in advance.[/code] | I had to tweak my xorg.conf with the right modeline to get this monitor work at the right resolution; this is my "section monitor": Code: Section "Monitor" Identifier "AL1916W" VendorName "Acer" ModelName "Acer AL1916W" DisplaySize 408 255 HorizSync 30.0 - 82.0 VertRefresh 56.0 - 76.0 ModeLine "1440x900" 106.5 1440 1520 1672 1904 900 903 909 934 -hsync +vsync Option "DPMS" Option "UseEDID" "false" EndSection Value for the modeline entry comes from the panel user manual and the "getedid" tool. See also this thread |
Hi, I have uprate my system to sys-apps/openrc-0.4.2. To do that I had to upgrade also the unstable packages sys-fs/udev-135-r3 sys-apps/hal-0.5.11-r6 sys-fs/cryptsetup-1.0.6-r2 sys-apps/sysvinit-2.86-r12 after doing that my pidgin stop connect to my gmail and msn account . It work fine for the yahoo account for the gmail account I get the following error Quote: myname@gmail.com/Home disconnected Server requires TLS/SSL for login. No TLS/SSL support found. and for the msn this Quote: myname@hotmail.com (myname) (MSN) disconnected SSL support is needed for MSN. Please install a supported SSL library. Pidgin will not attempt to reconnect the account until you correct the error and re-enable the account. can someone help me here? I have search the net but nothing looks like my problem thanks | did that Quote: # revdep-rebuild -v -- -av * Configuring search environment for revdep-rebuild * Temporary cache files are located in /var/cache/revdep-rebuild revdep-rebuild environment: SEARCH_DIRS="/bin /lib /opt/bin /opt/firefox /opt/sun-jdk-1.4.2.19/bin /opt/sun-jdk-1.4.2.19/jre/bin /opt/sun-jdk-1.4.2.19/jre/javaws /opt/sun-jdk-1.4.2.19/jre/lib/i386/ /opt/sun-jdk-1.4.2.19/jre/lib/i386/classic/ /opt/sun-jdk-1.4.2.19/jre/lib/i386/native_threads/ /opt/sun-jdk-1.4.2.19/jre/lib/i386/server/ /opt/vmware/player/bin /sbin /usr/bin /usr/games/bin /usr/games/lib /usr/i686-pc-linux-gnu/gcc-bin/4.1.2 /usr/i686-pc-linux-gnu/lib /usr/kde/3.5/bin /usr/kde/3.5/lib /usr/kde/3.5/sbin /usr/lib /usr/libexec /usr/lib/gcc/i686-pc-linux-gnu/4.1.2 /usr/lib/libstdc++-v3/ /usr/lib/nspr /usr/lib/nss /usr/lib/opengl/nvidia/lib /usr/lib/qt4 /usr/lib/seamonkey /usr/local/lib /usr/qt/3 /usr/qt/3/bin /usr/qt/3/lib /usr/sbin" SEARCH_DIRS_MASK="/lib/modules /opt/firefox /opt/sun-jdk-1.5.0.17 /opt/sun-jdk-1.6.0.11 /usr/lib/real /usr/lib/win32" LD_LIBRARY_MASK="libjava.so libjawt.so libjvm.so libodbcinst.so libodbc.so" PORTAGE_ROOT="/" EMERGE_OPTIONS="-av" ORDER_PKGS="1" FULL_LD_PATH="1" * Checking reverse dependencies * Packages containing binaries and libraries broken by a package update * will be emerged. * Collecting system binaries and libraries * Generated new 1_files.rr * Collecting complete LD_LIBRARY_PATH * Generated new 2_ldpath.rr * Checking dynamic linking consistency [ 100% ] * Dynamic linking on your system is consistent... All done. |
I have xfce4 and compiz. On my desktop i have a "trash can". When deleting files the files get placed in the trash can so it works so far. However, when I try to empty trash can I get "permission Denied" on SOME files. I seems to be stuck with theese files... How do I get rid of them? Where is that trash can folder in reality? Can I get access to it as root? | found it. "~/.local/share/Trash" was the path |
For some reason only some thumbnails in Kuickshow shows a picture. The others have a generic file symbol. I have chosen Short View mode and Thumbnail Previews, as the handbook says. Code: View->Thumbnail Previews Display a preview of the images in the folder. This item is only available in Short View mode. Has anyone else had the same problem? | Do you mean "Max cache size" under Settings > Configre Kuickshow > General ? Mine is set to "Unlimited". I have tried other values, all the way up to 400MB. No change, My problem persists. |
Hey, I'm running 2.6.27-gentoo-r7 x86_64 on a Dell laptop. I'm trying to get the fn-sleep key combo mapped using setkeycodes and Xmodmap but I'm having an issue. The problem is that when I run: setkeycodes e00a 120 xev reports the keycode as 139. If I run setkeycodes e00a 121 xev reports the keycode as 134. I can't work out why setkeycodes isn't mapping to the correct keycode. I tried to use evdev instead of the kbd in my xorg.conf file, but I couldn't get X load with the evdev driver so I gave up. Any help would be appreciated | Lets start with: what is your xorg-server version ? what were you exactly doing with evdev and how did it fail ? |
I need to have the below to be added somewhere to be executed when gentoo boots so I can make use of my card reader. I'm not sure where to place this at to run at boot. Thanks in advance! Quote: setpci -s 07:06.2 4c.b=0x02 | The file /etc/conf.d/local.start says: Quote: # /etc/conf.d/local.start # This is a good place to load any misc programs # on startup (use &>/dev/null to hide output) Is it safe to put this pci command in this file? It says a good place to load MISC PROGRAMS, nothing about commands? |
So I installed a fresh KDE4.1.1. BUT there's no text in taskbar and "add widget" wizard", as you can see fromthis picture? What have I missed? some package or USE flag? http://www.freeimagehosting.net/uploads/a6b09d99b4.jpg | Sorry, I don't how to attach an image? This is the link |
Ok, this shouldn't be this hard but I cannot get my Keyboard or Synaptics Touchpad to work with X! Using X11 7.4, Server 1.5.3-r1, xf86-input-keyboard 1.3.2, xkeyboard-config 1.4, and xf86-input-synaptics 0.99.3-r1. This is on an HP dv5020 laptop, x86. Here's the parts from my xorg.conf. Code: Section "ServerLayout" ... InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Synaptics" "AlwaysCore" ... EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "CoreKeyboard" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Synaptics" Driver "synaptics" Option "Protocol" "event" Option "Device" "/dev/input/event2" EndSection | Read hal/evdev sticky, by now I think everything is already there. |
In my other desktop, ctrl-alt-+ and xvidtune -next both works properly. Then I install a fresh copy of Gentoo on another desktop and none of it works. Xvidtune -next and xvidtune -prev doesn't cycle my resolution, it seems to do nothing. Xorg.0.log doesn't show any error. My xorg.conf is very basic with nothing fancy. Does anyone know what is going on? I am using the open source radeon driver. | SnEptUne, Post your xorg.conf please. Check its the one listed in /var/log/Xorg.0.log as being used. |
Following Problem: Code: paul@asuka ~ $ evolution evolution: error while loading shared libraries: libssl3.so.11: cannot open shared object file: No such file or directory I think it came from an upgrade to Firefox 3 or something, but i am absolutely not sure. What should i do to get this File back? Should I reemerge Evolution or something like this? Please help! These Files begin with libss in my /usr/lib Folder ... libss.so libssl.so libssl.so.0.9.8 PS: Pidgin MSN Support is also messed up ... | Problem solved by emerge --avu and repeated emerge --skip-first |
I had this problem before but it has cropped up again. When I close the lid of my laptop the screen goes blank (like it should) but when I open the lid the screen does not come back on. The weird thing is if I am on battery I have it set to suspend when the lid is closed (which works fine) the display comes back when it resumes. Some people have reported similar issues and an acpi script to force the backlight back on worked for some people...not me. Any ideas? | Something is broken with compiz-0.7.8. After reverting back to 0.7.4 everything is working again. |
this is the error i am getting. Code: !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: app-pda/libopensync:0 ('ebuild', '/', 'app-pda/libopensync-0.36', 'merge') pulled in by >=app-pda/libopensync-0.30 required by ('ebuild', '/', 'kde-base/kitchensync-4.1.4', 'merge') ('ebuild', '/', 'app-pda/libopensync-0.22', 'merge') pulled in by <=app-pda/libopensync-0.30 required by ('installed', '/', 'kde-base/kitchensync-3.5.9', 'nomerge') It may be possible to solve this problem by using package.mask to prevent one of those packages from being selected. However, it is also possible that conflicting dependencies exist such that they are impossible to satisfy simultaneously. If such a conflict exists in the dependencies of two different packages, then those packages can not be installed simultaneously. For more information, see MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. i just recently migrated form a now non-existent kde 4.1 overlay to the ebuilds in the main portage tree. | echo "=kde-base/kitchensync-3.5.9-r1" >> /etc/portage/package.keywords it uses the newer libopensync apis. |
I've tried 2.6.27-r7 and r8, same result: after Gdm login window showing up for a couple of seconds, it will restart, and I can see other informations keep coming up like a normal boot process, and Gdm will restarted for about 3 times then give up and telling me that X server failed to started and asked me do I want see the error output, but when I click ok, it will show nothing( no error message at all!) I did tried to find out what is wrong with my kernel configuration, cause it only happened to the 2.6.27 kernel and all the kernel 2.6.26 works fine, but couldn't what's wrong, also tried star a new kernel configure basically using all the default still same. The only relevant error msg I can fine during that unsuccess booting is three lines of : Code: gdm[4794]: WARNING: gdm_slave_xioerror_handler: Fatal X error - Restarting :0 and : Code: WARNING: Failed to start X server several times in a short time period; disabling display :0 Also, this is what I got from Xorg.0.log.old: Code: (EE) xf86OpenSerial: Cannot open device /dev/input/mouse2 No such file or directory. (EE) Trackball: cannot open input device (EE) PreInit failed for input device "Trackball" (II) UnloadModule: "mouse" (**) Option "CoreKeyboard" (**) Keyboard0: Core Keyboard (**) Option "Protocol" "standard" (**) Keyboard0: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard0: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Keyboard0: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) Keyboard0: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Keyboard0: CustomKeycodes disabled (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (II) XINPUT: Adding extended input device "Mouse0-isa0060/serio0/input0" (type: KEYBOARD) (II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain) (II) Mouse0-isa0060/serio0/input0: Init (II) evdev brain: Rescanning devices (2). (II) Mouse0-isa0060/serio0/input0: On Backtrace: 0: /usr/bin/X(xf86SigHandler+0x81) [0x80e0560] 1: [0xffffe400] 2: /usr/bin/X(CreateConnectionBlock+0x42) [0x80743fc] 3: /usr/bin/X(main+0x6c0) [0x8074f37] 4: /lib/libc.so.6(__libc_start_main+0xdc) [0xb7ce9fdc] 5: /usr/bin/X(FontFileCompleteXLFD+0x1f5) [0x8074081] Fatal server error: Caught signal 11. Server aborting my emerge --info: Code: Portage 2.1.6.7 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.26-gentoo-r4 i686) ================================================================= System uname: Linux-2.6.26-gentoo-r4-i686-Intel-R-_Core-TM-2_Duo_CPU_E7200_@_2.53GHz-with-glibc2.0 Timestamp of tree: Sun, 25 Jan 2009 04:20:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p39 dev-java/java-config: 1.3.7-r1, 2.1.6-r1 dev-lang/python: 2.5.2-r7 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.4.6-r1 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.63 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=prescott -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config /var/lib/hsqldb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-O2 -march=prescott -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://mirror.pacific.net.au/linux/Gentoo http://distfiles.gentoo.org " LANG="en_US.UTF-8" LDFLAGS="-Wl,-O1" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.au.gentoo.org/gentoo-portage" USE="X acl alsa apache2 automount avahi berkdb bzip2 cdr cjk cli cracklib crypt cups dbus dri dvb dvd dvdr encode firefox gdbm gif gnome gpm gtk hal iconv isdnlog java jpeg lm_sensors midi mmx mp2 mp3 mudflap nautilus ncurses nls nptl nptlonly nsplugin nvidia ogg opengl openmp oss pam pcre pdf perl png pppd python readline reflection ruetype samba session spell spl sse sse2 sse3 ssl svg symlink sysfs tcpd tiff unicode vorbis x264 x86 xinerama xorg xsrceensaver xulrunner xv 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 dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="mouse keyboard evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS After kernel "make && make modules_install", when doing "module-rebuild rebuild" some strange looking warring message coming up which I don't really understand, but as I do have those files, I think it's just probably a output message messed up, or is it ? Code: test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \ echo; \ echo " ERROR: Kernel configuration is invalid."; \ echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \ echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ echo; \ /bin/false) mkdir -p /var/tmp/portage/app-emulation/virtualbox-modules-2.0.6/work/vboxdrv/.tmp_versions ; rm -f /var/tmp/portage/app-emulation/virtualbox-modules-2.0.6/work/vboxdrv/.tmp_versions/* | Did you try: echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ to run: make oldconfig && make prepare as suggested? Try rebuilding the modules. The error says that there is a trackbal input device specified in your /etc/X11/xorg.conf, and since it is an input one, if it fails to load the needed modules, X fails. Maybe the support for it was build in kernel, and thus you need to set the option in your kernel and recompile it. |
I'm trying to get DRI2 support for the newest Intel drivers. I know its only available with xserver 1.6 so I've got the x11 overlay sync'd up. But I can't get it installed/running. So far I have all of Xorg-7.4 installed with xorg-server-1.5.3-r1. But there is no overlay for an xorg-9999 or 1.5.99.xxx. Like there is for xorg-server-1.5.99.901. So when I install xorg-server-1.5.99.901 (which is 1.6-rc1) it compiles and installs fine, but then the rest of the xorg stuff is still compiled for 1.5.3 (mouse/keyboard drivers, etc) so I can't start xorg. I'm just wondering how I go about upgrading all of Xorg to a 1.6 variant instead of just the server? Is it as simple as re-compling everything else at the same version? | BonesToo wrote: Is it as simple as re-compling everything else at the same version? That's correct. You need to rebuild all the drivers needed to match your version of xorg server. Cheers! |
https://bugs.gentoo.org/show_bug.cgi?id=238240 so im emerging gnome (fresh stage 3 install) and metacity fails to compile claiming: "configure: error: "Pango 1.2.0 or greater based on Xft2 is required" googleing got me to that bug, but the problem is that i _do_ have X support compiled into my existing install of pango. Code: emerge -pv pango ... [ebuild R ] x11-libs/pango-1.20.5 USE="X* doc* -debug" 0kb now, that asterisk behind the X and doc useflags is definitely new. when i added specifics for pango to use x in package.use, it made no difference. when i added -X to package.use it indeed excluded it. so... the bug says i need X support. i~ have X support. right? o.O | aHA! it seems that i set the X use flag _after_ i compiled pango the first time. so! the asterisk behind any use flag emerge hands you means that the use flag has been enabled since the last time you compiled it. how useful! haha. and just for completeness - i used the following command to figure out just how many packages i needed to recompile with the new useflags. Code: emerge -pv world | grep * and now im going through and remerging them one by one, checking with grep each time. victory. |
Crashes occurred earlier this morning but not now. I tried to load www.meebo.com but the browser crashed before the page loaded. I tried starting Firefox in a terminal with like: Code: ~ $ firefox -jsconsole ** ** Gtk:ERROR:(gtkplug.c:182):gtk_plug_set_is_child: assertion failed: (!GTK_WIDGET (plug)->parent) Aborted I've also noticed scrolling happens slow. One site I can name is www.seek.com.au . Dragging the scroll bar or hitting "Page dn" results in a delay before anything happens. On the rare occasion the browser had crashed. I have also noticed the CPU getting very busy on pages with flash animation. I'm not sure if this is a normal thing. Some specs of my system... installed: x11-drivers/nvidia-drivers-173.14.15 sys-libs/glibc-2.6.1 gcc = i686-pc-linux-gnu-4.1.2 x11-libs/gtk+-2.12.11 ...please let me know if there are any others you'd want listed to help with this problem. revdep-rebuild executed without broken packages/links more info by request... I thought I'd ask here first beofre posting to Firefox's forums. thanks. | Maybe flashplayer crashed? |
I have an Enermax Aurora USB keyboard that I'm trying to get working with Xorg 7.1 (x86, mm-sources-2.6.18-mm3). When I try to boot into X before a window manager is installed it won't finish - so I installed IceWM quickly and got into it no problem, but when I open xterm and try to type I get completely random characters, and several per keypress. I installed XFCE4 to see if it would do the same thing and does. It works fine in console, so I'm assuming it's Xorg 7.1 (haven't tried 7.0) I also wanted to try a different kernel, but I'm running reiser4 so I don't want to go through patching a gentoo-sources kernel. Here's my xorg.conf, thanks for any help. Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "G7" "CorePointer" InputDevice "Aurora" "CoreKeyboard" Option "Blanktime" "3" Option "Offtime" "5" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" 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/CID/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Aurora" Driver "kbd" #Option "Device" "/dev/input/event2" EndSection Section "InputDevice" Identifier "G7" Driver "evdev" Option "Protocol" "evdev" Option "Device" "/dev/input/event0" Option "ZAxisMapping" "4 5 6 7" Option "Dev Name" "Logitech USB Receiever" Option "Dev Phys" "usb-*/input0" Option "Buttons" "8" EndSection #Section "Monitor" # Identifier "LCD" # VendorName "Samsung" # ModelName "SyncMaster 205BW" # Option "DPMS" # DisplaySize 433 270 # HorizSync 30.0 - 83.0 # VertRefresh 56.0 - 63.0 #EndSection Section "Monitor" Identifier "CRT" VendorName "Mitsubishi" ModelName "DiamondPro 930SB" HorizSync 30.0 - 110.0 VertRefresh 50.0 - 160.0 Option "DPMS" EndSection Section "Device" Identifier "7600gt" Driver "nvidia" VendorName "nVidia Corporation" BoardName "GeForce 7600GT" BusID "PCI:4:0:0" Option "NoLogo" "True" Option "HWCursor" "Off" Option "Coolbits" "True" Option "AllowGLXWithComposite" "True" Option "RenderAccel" "True" Option "TwinView" "True" Option "TwinViewOrientation" "RightOf" Option "MetaModes" "1600x1200,1680x1050" Option "SecondMonitorHorizSync" "30.0 - 83.0" Option "SecondMonitorVertRefresh" "56.0 - 63.0" Option "UseEdidDPI" "False" Option "DPI" "96 x 96" EndSection Section "Screen" Identifier "Screen0" Device "7600gt" Monitor "CRT" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1680x1050" EndSubSection EndSection Section "ServerFlags" Option "Xinerama" "False" EndSection Section "Extensions" Option "Composite" "True" EndSection | I figure that it probably defaults to US and that's fine. I would think the same thing were it not for the multiple characters, and even sometimes running infinitely (until I press something else). I've also tried using the evdev driver there ... if it helps. I may upgrade to a pre 2.6.19 kernel later and see if it changes anything. |
Whenever I start X, the screen is covered with noise. I can see X apps running, but there is so much noise that I can barely make out what is displayed. The noise doesn't show up when I'm in the console mode; it only shows up when X starts. I tried Slackware, Ubuntu, Damn Small Linux, and even Windows XP, and they all looked fine. I'm not sure what would be helpful, so I'm adding a few that come to my mind. Let me know if you need other things that might helpful. Thank you. Code: /etc/X11/xorg.conf Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "extmod" Load "xtrap" Load "record" Load "GLcore" Load "dbe" Load "dri" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "NoDRI" # [<bool>] #Option "SWcursor" # [<bool>] #Option "Dac6Bit" # [<bool>] #Option "BusType" # [<str>] #Option "DRM_nbufs" # <i> #Option "DRM_bufsize" # <i> #Option "Capabilities" # <i> #Option "CapabilitiesEx" # <i> #Option "ClientDriverName" # [<str>] #Option "KernelModuleParm" # [<str>] #Option "AGPMask" # <i> #Option "AGPv3Mask" # <i> #Option "BufferTiling" # [<bool>] #Option "Profile" # <str> #Option "RingSize" # <i> #Option "EnableDepthMoves" # [<bool>] #Option "GammaCorrectionI" # <i> #Option "GammaCorrectionII" # <i> #Option "OpenGLOverlay" # [<bool>] #Option "DefaultVisualTrueColor" # [<bool>] #Option "VideoOverlay" # [<bool>] #Option "DesktopSetup" # [<str>] #Option "MonitorLayout" # [<str>] #Option "ForceMonitors" # [<str>] #Option "EnableMonitor" # <str> #Option "OverlayOnCRTC2" # [<bool>] #Option "Mode2" # [<str>] #Option "PairModes" # [<str>] #Option "HSync2" # [<str>] #Option "VRefresh2" # [<str>] #Option "ScreenOverlap" # <i> #Option "MemClock" # <i> #Option "ASICClock" # <i> #Option "UseInternalAGPGART" # [<bool>] #Option "FastSwap" # [<bool>] #Option "Stereo" # [<bool>] #Option "StereoSyncEnable" # <i> #Option "DisableOvScaler" # [<bool>] #Option "UseFastTLS" # <i> #Option "BlockSignalsOnLock" # [<bool>] #Option "ForceGenericCPU" # [<bool>] #Option "CenterMode" # [<bool>] #Option "OffScreenPixmaps" # [<bool>] #Option "EnableOpaqueOverlayVisual" # [<bool>] #Option "TMDSCoherentMode" # [<bool>] #Option "EnablePrivateBackZ" # [<bool>] #Option "TVFormat" # [<str>] #Option "TVStandard" # [<str>] #Option "TVOverscan" # [<bool>] #Option "TVHSizeAdj" # <i> #Option "TVVSizeAdj" # <i> #Option "TVHPosAdj" # <i> #Option "TVVPosAdj" # <i> #Option "TVHStartAdj" # <i> #Option "TVColorAdj" # <i> #Option "PseudoColorVisuals" # [<bool>] #Option "PreferredVRefresh" # <i> #Option "FastStart" # [<bool>] #Option "ProfileDriver" # [<bool>] #Option "PPPTforGART" # [<bool>] #Option "TexturedVideo" # [<bool>] #Option "TexturedVideoSync" # [<bool>] #Option "Textured2D" # [<bool>] #Option "TexturedXrender" # [<bool>] #Option "DPMS" # [<bool>] #Option "MaxGARTSize" # <i> #Option "LogoPosX" # <i> #Option "LogoPosY" # <i> #Option "LogoColFG" # <i> #Option "LogoColBG" # <i> #Option "SwapScreens" # [<bool>] #Option "FBC" # [<bool>] #Option "FrontBufferMode" # <i> #Option "BackBufferMode" # <i> #Option "DepthBufferMode" # <i> #Option "OverlayBufferMode" # <i> #Option "VideoOverlayBufferMode" # <i> #Option "EnableIrqMgr" # [<bool>] #Option "EnableMulticard" # [<bool>] #Option "EnablePPLIB" # [<bool>] #Option "DefaultOnDC" # [<bool>] #Option "EnableRandR12" # [<bool>] #Option "DisableRotation" # [<bool>] #Option "EnableCrossFire" # [<bool>] Identifier "Card0" Driver "fglrx" VendorName "ATI Technologies Inc" BoardName "Unknown Board" BusID "PCI:1:5:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 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 Modes "1280x1024" EndSubSection EndSection Code: Xorg -configure X Window System Version 1.3.0 Release Date: 19 April 2007 X Protocol Version 11, Revision 0, Release 1.3 Build Operating System: UNKNOWN Current Operating System: Linux athlonx2 2.6.24-tuxonice-r9 #3 SMP Thu Dec 18 11:44:22 PST 2008 i686 Build Date: 18 January 2009 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present 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 19 23:39:48 2009 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) Loader magic: 0x81e95c0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 1.2 X.Org XInput driver : 0.7 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on linux (II) LoadModule: "pcidata" (II) Loading /usr/lib/xorg/modules//libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.2 (--) using VT number 5 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 1022,9600 card 1043,82f1 rev 00 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 1043,9602 card 0000,0000 rev 00 class 06,04,00 hdr 01 (II) PCI: 00:06:0: chip 1022,9606 card 0000,0000 rev 00 class 06,04,00 hdr 01 (II) PCI: 00:11:0: chip 1002,4390 card 1043,82ef rev 00 class 01,06,01 hdr 00 (II) PCI: 00:12:0: chip 1002,4397 card 1043,82ef rev 00 class 0c,03,10 hdr 80 (II) PCI: 00:12:1: chip 1002,4398 card 1043,82ef rev 00 class 0c,03,10 hdr 00 (II) PCI: 00:12:2: chip 1002,4396 card 1043,82ef rev 00 class 0c,03,20 hdr 00 (II) PCI: 00:13:0: chip 1002,4397 card 1043,82ef rev 00 class 0c,03,10 hdr 80 (II) PCI: 00:13:1: chip 1002,4398 card 1043,82ef rev 00 class 0c,03,10 hdr 00 (II) PCI: 00:13:2: chip 1002,4396 card 1043,82ef rev 00 class 0c,03,20 hdr 00 (II) PCI: 00:14:0: chip 1002,4385 card 1043,82ef rev 3a class 0c,05,00 hdr 80 (II) PCI: 00:14:1: chip 1002,439c card 1043,82ef rev 00 class 01,01,8a hdr 00 (II) PCI: 00:14:2: chip 1002,4383 card 1043,82fe rev 00 class 04,03,00 hdr 00 (II) PCI: 00:14:3: chip 1002,439d card 1043,82ef rev 00 class 06,01,00 hdr 80 (II) PCI: 00:14:4: chip 1002,4384 card 0000,0000 rev 00 class 06,04,01 hdr 81 (II) PCI: 00:14:5: chip 1002,4399 card 1043,82ef rev 00 class 0c,03,10 hdr 00 (II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 01:05:0: chip 1002,9610 card 1043,82f1 rev 00 class 03,00,00 hdr 80 (II) PCI: 01:05:1: chip 1002,960f card 1043,82f1 rev 00 class 04,03,00 hdr 80 (II) PCI: 02:00:0: chip 10ec,8168 card 1043,82c6 rev 02 class 02,00,00 hdr 00 (II) PCI: End of PCI scan (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x001a (VGA_EN is set) (II) Bus 1 I/O range: [0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xfbd00000 - 0xfbefffff (0x200000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 2: bridge is at (0:6:0), (0,2,2), BCTRL: 0x0003 (VGA_EN is cleared) (II) Bus 2 I/O range: [0] -1 0 0x0000e000 - 0x0000efff (0x1000) IX[B] (II) Bus 2 non-prefetchable memory range: [0] -1 0 0xfbf00000 - 0xfbffffff (0x100000) MX[B] (II) Bus 2 prefetchable memory range: [0] -1 0 0xfaf00000 - 0xfaffffff (0x100000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:20:3), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) Subtractive PCI-to-PCI bridge: (II) Bus 3: bridge is at (0:20:4), (0,3,3), BCTRL: 0x0003 (VGA_EN is cleared) (--) PCI:*(1:5:0) ATI Technologies Inc unknown chipset (0x9610) rev 0, Mem @ 0xd0000000/28, 0xfbef0000/16, 0xfbd00000/20, I/O @ 0xd000/8 List of video drivers: fglrx (II) LoadModule: "fglrx" (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so (II) Module fglrx: vendor="FireGL - ATI Technologies Inc." compiled for 7.1.0, module version = 8.50.3 Module class: X.Org Video Driver (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0 0xfaff0000 - 0xfaffffff (0x10000) MX[B] [1] -1 0 0xfbfff000 - 0xfbffffff (0x1000) MX[B] [2] -1 0 0xfbee8000 - 0xfbeebfff (0x4000) MX[B] [3] -1 0 0xfbcf9000 - 0xfbcf9fff (0x1000) MX[B] [4] -1 0 0xfbcf4000 - 0xfbcf7fff (0x4000) MX[B] [5] -1 0 0xfbcfa800 - 0xfbcfa8ff (0x100) MX[B] [6] -1 0 0xfbcfb000 - 0xfbcfbfff (0x1000) MX[B] [7] -1 0 0xfbcfc000 - 0xfbcfcfff (0x1000) MX[B] [8] -1 0 0xfbcff000 - 0xfbcff0ff (0x100) MX[B] [9] -1 0 0xfbcfd000 - 0xfbcfdfff (0x1000) MX[B] [10] -1 0 0xfbcfe000 - 0xfbcfefff (0x1000) MX[B] [11] -1 0 0xfbcff800 - 0xfbcffbff (0x400) MX[B] [12] -1 0 0xfbd00000 - 0xfbdfffff (0x100000) MX[B](B) [13] -1 0 0xfbef0000 - 0xfbefffff (0x10000) MX[B](B) [14] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [15] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B] [16] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B] [17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [21] -1 0 0x00008000 - 0x0000800f (0x10) IX[B] [22] -1 0 0x00009000 - 0x00009003 (0x4) IX[B] [23] -1 0 0x0000a000 - 0x0000a007 (0x8) IX[B] [24] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B] [25] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[B] [26] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B](B) (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xfaff0000 - 0xfaffffff (0x10000) MX[B] [1] -1 0 0xfbfff000 - 0xfbffffff (0x1000) MX[B] [2] -1 0 0xfbee8000 - 0xfbeebfff (0x4000) MX[B] [3] -1 0 0xfbcf9000 - 0xfbcf9fff (0x1000) MX[B] [4] -1 0 0xfbcf4000 - 0xfbcf7fff (0x4000) MX[B] [5] -1 0 0xfbcfa800 - 0xfbcfa8ff (0x100) MX[B] [6] -1 0 0xfbcfb000 - 0xfbcfbfff (0x1000) MX[B] [7] -1 0 0xfbcfc000 - 0xfbcfcfff (0x1000) MX[B] [8] -1 0 0xfbcff000 - 0xfbcff0ff (0x100) MX[B] [9] -1 0 0xfbcfd000 - 0xfbcfdfff (0x1000) MX[B] [10] -1 0 0xfbcfe000 - 0xfbcfefff (0x1000) MX[B] [11] -1 0 0xfbcff800 - 0xfbcffbff (0x400) MX[B] [12] -1 0 0xfbd00000 - 0xfbdfffff (0x100000) MX[B](B) [13] -1 0 0xfbef0000 - 0xfbefffff (0x10000) MX[B](B) [14] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [15] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B] [16] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B] [17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [21] -1 0 0x00008000 - 0x0000800f (0x10) IX[B] [22] -1 0 0x00009000 - 0x00009003 (0x4) IX[B] [23] -1 0 0x0000a000 - 0x0000a007 (0x8) IX[B] [24] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B] [25] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[B] [26] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B](B) (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfaff0000 - 0xfaffffff (0x10000) MX[B] [5] -1 0 0xfbfff000 - 0xfbffffff (0x1000) MX[B] [6] -1 0 0xfbee8000 - 0xfbeebfff (0x4000) MX[B] [7] -1 0 0xfbcf9000 - 0xfbcf9fff (0x1000) MX[B] [8] -1 0 0xfbcf4000 - 0xfbcf7fff (0x4000) MX[B] [9] -1 0 0xfbcfa800 - 0xfbcfa8ff (0x100) MX[B] [10] -1 0 0xfbcfb000 - 0xfbcfbfff (0x1000) MX[B] [11] -1 0 0xfbcfc000 - 0xfbcfcfff (0x1000) MX[B] [12] -1 0 0xfbcff000 - 0xfbcff0ff (0x100) MX[B] [13] -1 0 0xfbcfd000 - 0xfbcfdfff (0x1000) MX[B] [14] -1 0 0xfbcfe000 - 0xfbcfefff (0x1000) MX[B] [15] -1 0 0xfbcff800 - 0xfbcffbff (0x400) MX[B] [16] -1 0 0xfbd00000 - 0xfbdfffff (0x100000) MX[B](B) [17] -1 0 0xfbef0000 - 0xfbefffff (0x10000) MX[B](B) [18] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [21] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B] [22] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B] [23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [27] -1 0 0x00008000 - 0x0000800f (0x10) IX[B] [28] -1 0 0x00009000 - 0x00009003 (0x4) IX[B] [29] -1 0 0x0000a000 - 0x0000a007 (0x8) IX[B] [30] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B] [31] -1 0 0x0000c000 - 0x0000c007 (0x8) IX[B] [32] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B](B) (II) Primary Device is: PCI 01:05:0 (II) ATI Proprietary Linux Driver Version Identifier:8.50.3 (II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.501 (II) ATI Proprietary Linux Driver Build Date: Jun 2 2008 22:46:56 (**) ChipID override: 0x9610 (**) Chipset Supported AMD Graphics Processor (0x9610) found (++) Using config file: "/root/xorg.conf.new" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ (**) RgbPath set to "/usr/share/X11/rgb" (**) ModulePath set to "/usr/lib/xorg/modules" (II) ATI Proprietary Linux Driver Version Identifier:8.50.3 (II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.501 (II) ATI Proprietary Linux Driver Build Date: Jun 2 2008 22:46:56 (--) Chipset Supported AMD Graphics Processor (0x9610) found Number of created screens does not match number of detected devices. Configuration failed. __ sol | Have you tried running X without the xorg.conf at all ( mv xorg.conf xorg.conf.tmp and restart X)? Usually X finds a fairly good configuration itself. In case it works without an xorg.conf, you should try to remove experimental settings from your xorg.conf. And, you could try using an xorg.conf from one of the other distros, if it works for you. |
I have a Dell Latitude E6400 notebook with an Intel X4500MHD and 1440x900 display. I Installed Ubuntu first, to get a graphical environment to chroot in a gentoo partition and install it. Ubuntu worked (and works) perfectly out of the box. I installed Xorg 7.2 and xfce. I tried x11-drivers/xf86-video-intel-2.5.1-r1 because earlier versions of this driver don't support my video card. If I boot to the console all works well, but when I start X I get strange problems. I think this problems are correlated: 1) Slowdowns: when a terminal is up ad I write something, top says that the X process is taking up to 75% processor and the whole system becomes slow and unresponsive. When I emerge something and a lot of writings scroll down through the terminal the system becomes totally unresponsive. If I switch to the console (ctrl+alt+f1) the system becomes functional again and when I switch back I get the same slowdowns as before. This should be correlated with something that gets turned off when I switch to the console, I don't know much about X to be sure about something specific. 2) Strange window resolution: if I start xfce terminal, with 80x40 geometry, I get a VERY big window, much greater than 80x40. Same result with another terminal like roxterm, but if I start xterm then I get a window much smaller. An 80 wide xfce terminal is big as a 110 wide xterm terminal... This is VERY strange. If I load the terminal under ubuntu (gnome), with the same config (copied from gentoo) the behavior is correct. I tried to cut my xorg.conf to a very essential minimum but I can't find anything wrong in it. I tried to delete xfce settings (in ~/.config) and configure it again from the beginning but I find the same problems. This is my xorg.conf: Code: # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** #Section "Files" # FontPath "/usr/share/fonts/ttf-bitstream-vera" # FontPath "/usr/share/fonts/artwiz-aleczapka-en" # FontPath "/usr/share/fonts/cyrillic" # FontPath "/usr/share/fonts/default/ghostscript" # FontPath "/usr/share/fonts/encodings" # FontPath "/usr/share/fonts/freefonts" # FontPath "/usr/share/fonts/liberation-fonts" # FontPath "/usr/share/fonts/OTF" # FontPath "/usr/share/fonts/Speedo" # FontPath "/usr/share/fonts/unifont" # FontPath "/usr/share/fonts/local" # FontPath "/usr/share/fonts/misc" # FontPath "/usr/share/fonts/Type1" # FontPath "/usr/share/fonts/TTF" # FontPath "/usr/share/fonts/75dpi" # FontPath "/usr/share/fonts/100dpi" # FontPath "/usr/share/fonts/75dpi/:unscaled" # FontPath "/usr/share/fonts/100dpi/:unscaled" #EndSection # ********************************************************************** # Module section -- this is an optional section which is used to specify # which run-time loadable modules to load when the X server starts up. # ********************************************************************** #Section "Module" # double buffering extension (no apps use?) #Load "dbe" # old bitmap font support (no longer needed as of xorg7.x) #Load "bitmap" # a collection of X protocol extensions that you want but shouldn't even be loadable #SubSection "extmod" # Option "omit xfree86-dga" # don't initialise the DGA extension #EndSubSection #Load "extmod" # direct rendering infrastructure which makes opengl go fast #Load "dri" # glx and glcore implement opengl #Load "glx" #Load "GLcore" # 1 of 3 extensions for application automation (unneeded -- most things use xtest from extmod) #Load "record" # to load freetype fonts and type 1 fonts #Load "freetype" #Load "type1" #Load "xtt" #EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" Option "blank time" "1" # Option "standby time" "5" # Option "suspend time" "3" Option "off time" "2" # Option "AllowMouseOpenFail" EndSection # ********************************************************************** # Input devices # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "xkb_rules" "xorg" Option "xkb_model" "latitude" Option "xkb_layout" "it" EndSection Section "InputDevice" # Identifier and driver Identifier "Touchpad" ####### Driver normali di xorg # Driver "mouse" # Option "Device" "/dev/input/mouse0" # Option "Protocol" "PS/2" # Option "Emulate3Buttons" ####### Driver synaptics Driver "synaptics" # Option "Device" "/dev/input/mice" # Option "SendCoreEvents" "true" # Option "Protocol" "auto-dev" Option "LBCornerButton" "3" Option "TapButton1" "1" Option "LTCornerButton" "2" Option "SHMConfig" "on" Option "VertTwoFingerScroll" "true" Option "HorizTwoFingerScroll" "true" Option "TwoFingerButton1" "2" Option "TwoFingerButton2" "3" Option "TwoFingerButton3" "0" EndSection Section "InputDevice" Identifier "USBmouse" Driver "mouse" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" Option "Device" "/dev/input/mice" Driver "evdev" Option "Device" "/dev/input/event6" Option "Name" "Logitech USB Receiver" EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "monitor" Option "dpms" # Option "UseEdidDpi" "FALSE" # Modeline "1440x900" 101.60 1440 1488 1520 1824 900 903 909 926 +hsync -vsync EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "Standard VGA" Driver "vesa" EndSection Section "Device" Identifier "Intel X4500MHD" Driver "intel" # Option "DRI" "true" # Option "XVideo "true" # Option "XvMC" "true" # Option "AccelMethod" "EXA" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Screen 1" Device "Intel X4500MHD" Monitor "monitor" # DefaultDepth 24 # Subsection "Display" # Depth 8 # Modes "1440x900" "1280x800" "1024x768" "800x600" # ViewPort 0 0 # EndSubsection # Subsection "Display" # Depth 16 # Modes "1440x900" "1280x800" "1024x768" "800x600" # ViewPort 0 0 # EndSubsection # Subsection "Display" # Depth 24 # Modes "1440x900" "1280x800" "1024x768" "800x600" # ViewPort 0 0 # EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Touchpad" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "USBmouse" "SendCoreEvents" EndSection | If you are running a 2.6.28 version kernel, don't. There are bugs with Intel video and Intel microcode that are causing me, and many others with Intel video grief. Try a .27 version instead. Intel video eats them up...yum. Blessed be! Pappy |
In the gnome clock applet I cannot set the time. In preferences the time settings button at the bottom is grey and cant be clicked. I'm fairly certain i used to be able to access it but can't now. Anyone got any idea what's going on? Thanks | Thanks got it working. I forgot gnome-system-tools got hard masked a while ago due to bug: 214265 , but it doesn't seem to apply to my current setup. |
So I've installed the KDE4.1.3 set packages. My use flags are below: Code: lisa sambafs java laptop acpi xcomposite cifs samba aspell X composite opengl openal dbus hal aim mysql php5 qt4 kde alsa gtk -arts -gnome kde4 dri But yet in both Dolphin and Konqueror, I'm unable to use lan:/ smb:/ and the like. Am I missing a use flag, or is there a specific KDE4 package I need to rebuild aside from kdelibs? (I've added lisa and sambafs since the original build... but recompiled kdelibs after they were added). Konqueror tells me the protocols aren't supported, and Dolphin says the URL can't be listed... any help would be appreciated. | Try re-emerging kdebase, the smb ioslave is located at kdebase/runtime/kioslave/smb/. I didn't check which USE flags control samba support though. |
Hi, I got the following Problem. My Keyboard Language in xorg.conf is ignored and I do not know why xorg.conf Code: thomas@rechner1 ~ $ cat /etc/X11/xorg.conf # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder58) Fri Sep 26 11:06:06 PDT 2008 Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" EndSection Section "Module" Load "dbe" Load "extmod" # Load "type1" Load "freetype" Load "glx" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mouse0" Option "SHMConfig" "on" 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" "de" Option "XkbRules" "xorg" Option "XkbModel" "pc105" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 30.0 - 110.0 VertRefresh 50.0 - 150.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" # Powersave Option "OnDemandVBlankInterrupts" "true" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection EndSection Could it be that a Package is missing on my System ? Thank you for your help. Tested with xinit without Windowmanager in xterm | In that case, your xorg-server is probably 1.5.3, so this is another hal/evdev problem. Search the board/read the sticky. |
I have a problem after upgrading my xorg,i can't get my keyboard layout to work with alt:shift,so if anyone has any idea please tell me.i tried changing my /etc/hal/fdi/policy/10-x11-input.fdi like this Quote: <?xml version="1.0" encoding="UTF-8"?> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.mouse"> <merge key="input.x11_driver" type="string">mouse</merge> <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux"> <!-- If we're using Linux, we use evdev by default (falling back to mouse otherwise). --> <merge key="input.x11_driver" type="string">evdev</merge> </match> </match> <match key="info.capabilities" contains="input.keys"> <merge key="input.x11_driver" type="string">keyboard</merge> <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux"> <!-- If we're using Linux, we use evdev by default (falling back to keyboard otherwise). --> <merge key="input.x11_driver" type="string">evdev</merge> </match> <merge key="input.xkb.layout" type="string">us,el</merge> <merge key="input.xkb.options" type="string">grp:alt_shift_toggle</merge> </match> </device> </deviceinfo> and comment thye input devices in my xorg.conf but it didn't work.So then i tried to add Quote: Section "ServerFlags" Option "AutoAddDevices" "on" Option "AutoEnableDevices" "on" Option "AllowEmptyInput" "on" EndSection but nothing again,i don't know what else to do.plz help.. | Encoding should not matter, you've probably changed something else. Also, when you post an fdi file, that doesn't seem to be working, post also it's effect - as in, the hal-device output after applying that file. |
Hi, I have a fucking problem Keyboad is dead! I can type nothing, but mouse and touchpad works fine. xorg.conf Code: # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder57) Thu Jul 17 18:39:19 PDT 2008 Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" Option "AllowKeyboardOpenFail" "true" Option "AutoAddDevices" "false" #Option "AIGLX" "true" 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 "extmod" Load "dbe" Load "xtrap" Load "glx" Load "freetype" Load "synaptics" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "evdev" Option "Device" "/dev/input/event4" Option "SendCoreEvents" "true" EndSection Section "InputDevice" Identifier "Synaptics1" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" Option "SHMConfig" "true" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "NoAccel" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "UseFBDev" # [<bool>] #Option "Rotate" # [<str>] #Option "VideoKey" # <i> #Option "FlatPanel" # [<bool>] #Option "FPDither" # [<bool>] #Option "CrtcNumber" # <i> #Option "FPScale" # [<bool>] #Option "FPTweak" # <i> #Option "DualHead" # [<bool>] Identifier "Card0" Driver "nv" VendorName "nVidia Corporation" BoardName "G72M [Quadro NVS 110M/GeForce Go 7300]" Option "AddARGBGLXVisuals" "true" Option "UseEvents" "false" Option "RenderAccel" "true" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" EndSection Xorg.log Code: (**) Option "Protocol" "auto" (**) Option "Device" "/dev/input/mice" (II) Mouse0: Setting mouse protocol to "ExplorerPS/2" (**) Mouse0: Device: "/dev/input/mice" (**) Mouse0: Protocol: "auto" (**) Option "CorePointer" (**) Mouse0: always reports core events (**) Option "Device" "/dev/input/mice" (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5 6 7" (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 (**) Mouse0: Buttons: 11 (**) Mouse0: Sensitivity: 1 (**) Option "SendCoreEvents" "true" (**) Option "CoreKeyboard" (**) Keyboard0: always reports core events (**) Keyboard0: Device: "/dev/input/event4" (II) Keyboard0: Found keys (II) Keyboard0: Configuring as keyboard (II) evaluating device (Mouse0) (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) evaluating device (Keyboard0) (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Keyboard0: xkb_rules: "evdev" (**) Option "xkb_model" "evdev" (**) Keyboard0: xkb_model: "evdev" (**) Option "xkb_layout" "us" (**) Keyboard0: xkb_layout: "us" (II) Mouse0: Setting mouse protocol to "ExplorerPS/2" (II) Mouse0: ps2EnableDataReporting: succeeded (EE) config/hal: couldn't initialise context: (null) ((null)) (II) Keyboard0: Close (II) UnloadModule: "evdev" (II) UnloadModule: "mouse" it seems, keyboard module doesn't load, I have tried to switch module to keyboard but doesn't work. | Assuming it xorg-server 1.5.3: 0. (mind the language and) search this forum 1. make sure hal is running 2. drop the 'AutoAddDevices' line |
Hello! When i try to update my ~amd64 box to xorg-server-1.5.3, keys & mouse disappear. Recompiling xf86-input-keyboard & xf86-input-mouse afterwards didn't help either. In another thread i read that from 1.5.3 on xf86-input-evdev is required, but emerging it didn't changed anything... These are the flags i use xorg-server with: Code: x11-base/xorg-server-1.5.2 USE="dri hal nptl sdl xorg (-3dfx) -debug -dmx -ipv6 -kdrive -minimal -tslib" INPUT_DEVICES="keyboard mouse -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -evdev -fpit -hyperpen -jamstudio -joystick -magellan -microtouch -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -tslib -ur98 -vmmouse -void -wacom" VIDEO_CARDS="nv nvidia -apm -ark -ast -chips -cirrus -cyrix -dummy -epson -fbdev -fglrx (-geode) -glint -i128 (-i740) (-impact) (-imstt) -intel -mach64 -mga -neomagic (-newport) (-nsc) -r128 -radeon -radeonhd -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l (-vermilion) -vesa -vga -via -vmware -voodoo (-xgi)" From my xorg.conf: Code: 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 "XkbModel" "pc105" Option "XkbLayout" "de" EndSection | With such config, as you've pasted, fdi file is trivial. Remove input sections from xorg.conf and look at my fdi file: Code: <?xml version="1.0" encoding="UTF-8"?> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.keys"> <merge key="input.x11_options.XkbRules" type="string">evdev</merge> <merge key="input.x11_options.XkbModel" type="string">evdev</merge> <merge key="input.x11_options.XkbLayout" type="string">pl</merge> <append key="input.x11_options.XkbOptions" type="strlist">altwin:menu</append> </match> </device> </deviceinfo> Yes, now even rules can be evdev (starting with xkeyboard-config 1.4). |
hi there. i've got an annoying problem with xorg and nvidia-drivers crashing my system. first of all some info : Quote: # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder63) Thu Jun 5 00:10:21 PDT 2008 Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "extmod" Load "record" Load "dbe" Load "xtrap" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "no" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "NoAccel" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "UseFBDev" # [<bool>] #Option "Rotate" # [<str>] #Option "VideoKey" # <i> #Option "FlatPanel" # [<bool>] #Option "FPDither" # [<bool>] #Option "CrtcNumber" # <i> #Option "FPScale" # [<bool>] #Option "FPTweak" # <i> #Option "DualHead" # [<bool>] Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "Unknown Board" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 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 Quote: emerge --info Portage 2.1.4.5 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-gentoo-r8 i686) ================================================================= System uname: 2.6.25-gentoo-r8 i686 AMD Athlon(tm) 64 Processor 3700+ Timestamp of tree: Fri, 28 Nov 2008 12:45:01 +0000 app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.4.4-r13, 2.5.2-r7 dev-python/pycrypto: 2.0.1-r6 dev-util/cmake: 2.4.6-r1 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=k8 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -march=k8 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://mirror.gentoo.no/ http://distro.ibiblio.org/pub/linux/distributions/gentoo/ http://cudlug.cudenver.edu/gentoo/ http://ftp.klid.dk/ftp/gentoo/ ftp://ftp.klid.dk/gentoo/ http://trumpetti.atm.tut.fi/gentoo/ ftp://trumpetti.atm.tut.fi/gentoo/ ftp://gentoo.tiscali.nl/pub/mirror/gentoo/ " LDFLAGS="-Wl,-O1" LINGUAS="en en_US en_GB nn" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="3dnow 3dnowext X aac acl alsa berkdb bzip2 cddb cdparanoia cdr cli cracklib crypt dbus directfb divx doc dri dts dv dvb dvd dvdr dvdread encode fbcon ffmpeg firefox flac fortran ftp gdbm gif gphoto2 gpm hal iconv isdnlog jpeg kde ldap midi mmx mmxext mp3 mp4 mpeg mplayer mudflap mysql ncurses nls nptl nptlonly nsplugin nvidia ogg opengl openmp pam pcre perl png pppd python qt3 qt4 quicktime radio rar readline reflection rtc samba session spl sse sse2 ssl svga sysfs syslog tcpd unicode v4l v4l2 vcd vorbis win32codecs wxwindows x86 xinerama xorg xv zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CAMERAS="canon" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en en_US en_GB nn" USERLAND="GNU" VIDEO_CARDS="fbdev vmware nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY i cannot provide a xorg.0.log file, as nothing is written to it when i use the nvidia-driver. so, the xorg.conf-file is 100% "default". i got the basic one from xorgcfg, i then ran nvidia-xconfig. i had to do this without even building the nvidia-drivers, as the machine would hang when xorgcfg probes stuff and the nvidia-module was loaded. i get the same results wheter i use eselect opengl set nvidoa or x11. also same results if i specify resolution and defaultdepths 16/24 the computer does not crash completely, but just about... i can ping it, but i've gotten nothing else out of it. no response on ssh, not if i set up the connection beforehand either. if anyone got some thoughts on what the problem might be, or how i can possibly proceed to get further in my investigations, i'd be very grateful. i've noticed there's one other thread on this forums that seems to have the same problem i have https://forums.gentoo.org/viewtopic-t-691361-highlight-nvidia+crash.html thread is quite old though, and no solution on it, so i thought i'd start fresh. edit: forgot to mention that all works without problems when i'm using the nv-driver. seems i forget alot... i've tried 3 different nvidia-versions, and the exact same tihng happens. also, no different if i eselect nvidia or xorg-x11. | try cat /proc/driver/nvidia/warnings/README content, latest nvidia driver use it to display trouble (i don't know if it really use that file or the directory itself) you could also try Xorg -configure, it might of course freeze again your system, but won't kill you (and if it does, you couldn't complain after me, so all fine), you may end with a working xorg.conf or at least a clue where it crash (but it seems it's the nvidia driver as you said already). nvidia driver dislike FB (specially the nvidia and rivafb one), build a kernel without any, bye bye fancy bootup, but it's for debug good luck |
I made 32bit chroot environment according to Code: http://www.gentoo.org/proj/en/base/x86/chroot.xml I chrooted into 32bit environment using Code: linux32 chroot /gentoo32 /bin/bash But, I cannot execute application which needs X window in 32bit chroot environment. The error message is Code: Xlib: connection to ":0.0" refused by server Xlib: No protocol specified XXx-installer: cannot connect to X server :0.0 I get root authority by "su -" and I followed the manual mentioned above. Any idea. | Try `xhost + local:` on the native install, if that fails try `mount --bind /tmp /gentoo32/tmp`. |
Hi I'm a happy gentoo user for years (and years to come i hope) but yesterday I met a bizar problem... I bought a new monitor (ultra wide off course) so I tried to set it up 1920x1080, I retrieved the modeline and put it in xorg.conf. Gave it a ctrl-alt-backspace to get the new setting and instead of trying to load it, it just reverted to the old screen resolution. So I checked the xorg.0.log which only said something about "negotiating 1280x1024", no errors or problematic warnings. I scratched my head and tried it the other way around, started nvidia-settings, my screen gets detected I set and applyed my new resolution with success, I have completely overwritten my /etc/X11/xorg.conf (no merge) with the tool. But a ctrl-alt-bksp gives me the old resolution again And to make it all more bizar exactly the same output in the log file. Anybody an idea? I use the latest stable releases for nvidia and X, I'll try to add some logs and try to force x to read my config this evening. thanks for reading, many thanks for answering. | d2_racing wrote: Hi, I'm not sure to understand, but when you hit CTRL-ALT-BKSP, you end up in console mode. So I'm sure that the framebuffer cannot handle this very high resolution. qbic2005 wrote: When I hit ctr-alt-bksp my X gets rebooted, I get X running again (with full desktop) after 3 sec just not in the right Just to clear this up. When you hit ctrl+alt+bksp, X accepts the signal and terminates immediately. X does not reboot it self. It is your [k,g,x]dm service that noticed that X died and attempts to start it again. d2_racing, what would an xorg setting have to do with the console framebuffer? As to why gdm uses /root/xorg.conf over /etc/X11/xorg.conf I don't know and I don't have gdm to test. But I'm betting that if you don't have a /root/xorg.conf, it will use the /etc/ one. |
So I went to emerge world today and I saw that qt core was masked. After searching for an answer, I found this "upgrade" guide: http://dev.gentoo.org/~nightmorph/qt4-split-ebuilds.xml In trying to emerge qt-gui:4, I had to add the following to my package.keywords: Code: >=x11-libs/qt-gui-4.4.2-r1 ~amd64 >=x11-libs/qt-core-4.4.2 ~amd64 >=x11-libs/qt-script-4.4.2 ~amd64 >=x11-libs/qt-qt3support-4.4.2 ~amd64 >=x11-libs/qt-sql-4.4.2 ~amd64 >=x11-libs/qt-webkit-4.4.2 ~amd64 >=x11-libs/qt-svg-4.4.2 ~amd64 >=x11-libs/qt-test-4.4.2 ~amd64 The guide also said to add =x11-libs/qt:4.3* to my /etc/portage/package.mask file, but apparently, that's an invalid atom. I tried various combinations of it, to no avail. Either way, when I try to emerge world after all of this, it starts telling me that I need to unmask one KDE package after another. But I don't want KDE4 on my system until it's stable. I start playing along, just to see where it'll take them, then it want me to unmask cmake as well. Each and every new dependency seems to be required by x11-themes/gtk-engines-qt-1.1 and world. That's when I threw up my hands and came to post this. What am I missing here? Is there a decent guide or post that has covered all of this already, cause I'm not finding it. I just need to upgrade my system without having to keyword every package on it because of some stupid qt 4 split. In 5+ years of using Gentoo, I've never had more difficulty resolving a portage snafu. Here is my emerge --info Code: Portage 2.1.6.4 (default/linux/amd64/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.26-gentoo-r3 x86_64) ================================================================= System uname: Linux-2.6.26-gentoo-r3-x86_64-AMD_Athlon-tm-_64_X2_Dual_Core_Processor_4200+-with-glibc2.2.5 Timestamp of tree: Thu, 15 Jan 2009 18:10:01 +0000 app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7-r1, 2.1.6 dev-lang/python: 2.4.4-r13, 2.5.2-r7 dev-python/pycrypto: 2.0.1-r6 dev-util/cmake: 2.4.6-r1 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=athlon64 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=athlon64 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://gentoo.cites.uiuc.edu/pub/gentoo/" LDFLAGS="-Wl,-O1" LINGUAS="en" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dnow 3dnowext a52 aac acl alsa amd64 apache2 avi berkdb bitmap-fonts bzip2 cairo cli cpudetection cracklib crypt cups divx4linux dlloader dri dts dv dvd dvdr dvdread emul-linux-x86 fbcon ffmpeg flac fortran frontendonly gdbm gif gpac gphoto2 gpm gtk gtk2 iconv ieee1394 ipv6 isdnlog jpeg kde kdeenablefinal lame libcaca libsamplerate matroska mbrola midi mikmod mmx mozilla mp3 mpeg mudflap multilib mysql mysqli ncurses nls nptl nptlonly nsplugin ogg opengl openmp pam pcre perl php png pppd python quicktime readline reflection session simplexml slp sox spl sse sse2 ssl sysfs tcpd threads tiff truetype truetype-fonts twolame type1-fonts unicode usb vhosts vorbis wxwindows x264 xine xorg xvid xvmc zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="nvidia vesa fbdev" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Thanks for any help! | From http://gtk-qt.ecs.soton.ac.uk/ Quote: The GTK-Qt Theme Engine is a plugin for GTK that allows GTK applications to use Qt widget styles. Aimed primarily at KDE users , this plugin provides a way to unify the look and feel of the Linux desktop. So maybe you can live without x11-themes/gtk-engines-qt? I think the older (0.x) versions are for KDE3/Qt3 and the newer (1.x) are for KDE4/Qt4. Not 100% sure about that, though. |
I have a cron job running on a machine to turn it off at midnight every night. The BIOS turns it back on in later in the morning. However, It's just a "shutdown -h 00:00" or whatever call 15 minutes before midnight. This kills KDE and X without saving any new widgets and their positions and whatnot. Is there a way to call a KDE shutdown procedure from a (root) shell? | Hm, interesting, I will try it again when I get home, do you know in advance if there is any difference in KDE4, which I forgot to mention is what I am using. |
I'm using the unstable ~amd64 branch of portage with the berkano overlay for the latest nvidia-drivers package. I have a NVidia 9500GT PCI-E and when I run startx and close it, X says this: Quote: (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. This is how I made the xorg.conf file: Code: Xorg -configure cp /root/xorg.conf.new /etc/X11/xorg.conf nvidia-xconfig Here's my xorg.conf file: Code: # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder62) Tue Jan 6 09:43:54 PST 2009 Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib64/xorg/modules" FontPath "built-ins" EndSection Section "Module" Load "glx" Load "extmod" Load "xtrap" Load "record" Load "dbe" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "Unknown Board" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 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 | As the message says, you can try to emerge nvidia-drivers again. Another thing to check is the opengl setting (make sure it is on nvidia). Code: # eselect opengl list # eselect opengl set nvidia |
Hello, since nvidia introduced vdpau I can finally use my gfx card to do hard decoding of my video's files It work really well with "non compiz" wm, but with compiz, X is taking lots of CPU, a nvidia guru told me that could be because some distro use compiz with --indirect-rendering which has a bad impact on performance, I din't find out that's the case for gentoo, but I didn't found out how I could change this ? All I do in order to start compiz-fusion is a startx, and in my .xinitrc I have an "exec compiz-fusion". Thank in advance | try this: glxinfo | grep direct |
I've had dual monitors set up for quite some time on my machine. I have a single nVidia GeForce 7300 GT with both a VGA port and a DVI port on the back. Originally, my setup was like this: CRT plugged into VGA port on the video card, LCD plugged into DVI port on the video card using a DVI->VGA adapter. I used the LCD as my main monitor, the taskbar was on it and when I played fullscreen games, that's the monitor they'd set the mode on. Everything was fine and dandy. But today I got a new LCD to hook in side by side with the old one. It's larger and higher resolution, so naturally I wanted to use it as my primary screen or whatever X thinks that is. I moved the old LCD to the vga port and plugged the new monitor into the DVI port (this time without a DVI->VGA adapter). I changed a few settings for the higher resolution, and started X up.. But at this point, the new LCD is still playing the old CRT's role. I wanted to change that, so I messed around with my X configuration. Alot. And no matter what I do, my old LCD is always being used as the primary screen. I got a new config for X from scratch, and this is what I have so far: Code: Section "Device" Identifier "Device[0]" Driver "nvidia" BusID "PCI:3:00:0" Screen 0 EndSection Section "Device" Identifier "Device[1]" Driver "nvidia" BusID "PCI:3:00:0" Screen 1 EndSection Section "Monitor" Identifier "Monitor[0]" Option "DPMS" "true" EndSection Section "Monitor" Identifier "Monitor[1]" Option "DPMS" "true" EndSection Section "Screen" Identifier "Screen[0]" Device "Device[0]" Monitor "Monitor[0]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen[1]" Device "Device[1]" Monitor "Monitor[1]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen[0]" Screen 1 "Screen[1]" RightOf "Screen[0]" EndSection Section "ServerFlags" Option "Xinerama" "true" Option "RandR" "on" Option "RandRRotation" "off" EndSection X starts up with that, works perfectly. Except that my old LCD is still the main screen. I can invert which monitor each screen section uses, that doesn't matter. I can switch which screen section the Screen lines under ServerLayout use, that doesn't matter. I can switch which devices they use, that doesn't matter. Yes, I can change all of these things and X starts up just the same and "works" just like it did before. As near as I can tell, Screen 0 under ServerLayout will always be the VGA port and Screen 1 will always be the DVI port, unless I use the VGA on said DVI port. I don't use twinview because when I play a fullscreen game, it either spans it across both monitors or shuts one monitor off when setting it's video mode. All I want is for my taskbar in KDE to appear on the other monitor and for FS games to use that monitor, preferably without switching the new monitor back to VGA. Any help would be appreciated. :p | I've never looked into doing this, as i've never had 2 monitors to plug into my card's sockets at the same time, but i'm wondering if you ought to have different BusID's for each 'Device'? If you look through /var/log/Xorg.0.log, you'll probably find that the VGA-socket is found at BusID PCI:3:00:0 and the DVI-socket at PCI:3:00: 1 - see the difference? Dunno if that affects the setup, though - as i said, it's just a theory... |
Hi, I upgraded from KDE 3.5.9 to KDE 4.1.2 and recently 4.1.3. I still have 3.5.9 installed in parallel. So far I am quite happy with KDE 4. One of the few glitches that still anoy me is that systemsettings is far less usable than kcontrol: * There's no "file extensions" item under the advanced tab. When I try to change the file associations in Dolphin's file properties dialog, I get the error "Could not find the program 'keditfiletype'" (which is in /usr/kde/3.5/bin/keditfiletype) * The "Date & Time" item is supposed to show a list of timezones to choose from. The list is always empty and there is no way to add one manually * The "Display" item doesn't recognize multiple monitors. One large monitor setting (auto, 2800x1050) which stretches over both monitors works as expected, but I cannot configure monitors individually. I have x11-apps/xrandr-1.2.2 installed. * The problems persist when I start systemsettings as superuser (kdesu systemsettings). There is no way to change to superuser mode as in kcontrol. Is that a bug? I wonder if some of these bugs would disappear or become worse if I removed KDE 3.5. Any ideas? | You have some missing packages in KDE-4. At the moment, I can not say which are those - but I do have the options for confugring file associations and a list of timezones in my installation. Multiple monitors I have not tested so I cannot say. And super user mode will be added in 4.2 (or 4.3), I am not sure which one, but right now it is not implemented. I have the kde overlay (called kde-testing in layman) as well (purely for the purpose of getting kde4 sets) and I have the following sets installed. Code: @kdeadmin @kdeartwork @kdebase @kdeedu @kdegames @kdegraphics @kdemultimedia @kdenetwork @kdeutils |
The short answer to this problem is that I needed to enable synaptics in INPUT_DEVICES Hi all, I am running ~x86 and have recently upgraded to Xorg 1.5 with hal and evdev. Each time I hibernate my laptop, I get the following message in Xorg.0.log: Code: (EE) AlpsPS/2 ALPS GlidePoint: Device has changed - disabling. This means I cannot use my mouse pad. However, my USB mouse is working fine. The solution is to restart X but that sort of spoils the point of hibernation! Below is the Xorg.0.log of a fully functional X server before hibernation. Thanks for any help! Code: X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.26-tuxonice i686 Current Operating System: Linux nl-laptop 2.6.26-tuxonice #4 SMP Tue Jan 6 00:59:19 GMT 2009 i686 Build Date: 07 January 2009 09:00:42PM 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: Thu Jan 8 14:48:53 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (==) Automatically adding devices (==) Automatically enabling devices (==) Including the default font path built-ins. (**) FontPath set to: built-ins, built-ins (**) ModulePath set to "/usr/lib/xorg/modules" (II) Cannot locate a core pointer device. (II) Cannot locate a core keyboard device. (II) The server relies on HAL to provide the list of input devices. If no devices become available, reconfigure HAL or disable AllowEmptyInput. (II) Open ACPI successful (/var/run/acpid.socket) (II) Loader magic: 0x81d1b80 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 X.Org Font Renderer : 0.6 (II) Loader running on linux (++) using VT number 7 (WW) xf86OpenConsole: setpgid failed: Operation not permitted (WW) xf86OpenConsole: setsid failed: Operation not permitted (--) PCI:*(0@0:2:0) Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xffc80000/0, 0xe0000000/0, 0xffc40000/0, I/O @ 0x0000cff8/0 (--) PCI: (0@0:2:1) Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0x90100000/0 (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "freetype" will be loaded by default. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension RECORD (II) LoadModule: "xtrap" (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so (II) Module xtrap: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DEC-XTRAP (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (==) AIGLX enabled (==) Exporting typical set of GLX visuals (II) Loading extension GLX (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "freetype" (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.5.3, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.6 (II) Loading font FreeType (II) LoadModule: "intel" (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.5.3, module version = 2.5.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, Mobile Intel® GM45 Express Chipset, Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41 (II) Primary Device is: PCI 00@00:02:0 (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) resource ranges after probing: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.5.3, module version = 0.1.0 ABI class: X.Org Video Driver, version 4.1 (==) intel(0): Depth 24, (==) framebuffer bpp 32 (==) intel(0): RGB weight 888 (==) intel(0): Default visual is TrueColor (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM (--) intel(0): Chipset: "945GM" (--) intel(0): Linear framebuffer at 0xE0000000 (--) intel(0): IO registers at addr 0xFFC80000 (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB (==) intel(0): Using EXA for acceleration (II) intel(0): 2 display pipes available. (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Module "i2c" already built-in (II) intel(0): Output VGA using monitor section Monitor0 (II) intel(0): Output LVDS has no monitor section (II) intel(0): I2C bus "LVDSDDC_C" initialized. (II) intel(0): Attempting to determine panel fixed mode. (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. (II) intel(0): found backlight control method /sys/class/backlight/acpi_video0 (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized. (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70. (II) intel(0): I2C bus "SDVOB DDC Bus" initialized. (II) intel(0): Output TMDS-1 has no monitor section (II) intel(0): SDVOB: device VID/DID: 02:43.00, clock range 25.0MHz - 200.0MHz (II) intel(0): SDVOB: 1 input channel (II) intel(0): SDVOB: TMDS0 output reported (II) intel(0): Current clock rate multiplier: 1 (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. (II) intel(0): Output VGA disconnected (II) intel(0): Output LVDS connected (II) intel(0): Output TMDS-1 disconnected (II) intel(0): Using exact sizes for initial modes (II) intel(0): Output LVDS using initial mode 1280x800 (II) intel(0): Monitoring connected displays enabled (II) intel(0): detected 256 kB GTT. (II) intel(0): detected 7932 kB stolen memory. (==) intel(0): video overlay key set to 0x101fe (==) intel(0): Intel XvMC decoder disabled (==) intel(0): Will not try to enable page flipping (==) intel(0): Triple buffering disabled (==) intel(0): Using gamma correction (1.0, 1.0, 1.0) (==) intel(0): DPI set to (96, 96) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "exa" (II) LoadModule: "exa" (II) Loading /usr/lib/xorg/modules//libexa.so (II) Module exa: vendor="X.Org Foundation" compiled for 1.5.3, module version = 2.4.0 ABI class: X.Org Video Driver, version 4.1 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (II) intel(0): Comparing regs from server start up to After PreInit (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd0000009 (WW) intel(0): PP_STATUS before: on, ready, sequencing idle (WW) intel(0): PP_STATUS after: on, ready, sequencing on (==) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (II) intel(0): Kernel reported 489216 total, 1 used (II) intel(0): I830CheckAvailableMemory: 1956860 kB available drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 13, (OK) drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 13, (OK) drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 13, (OK) drmOpenByBusid: drmOpenMinor returns 13 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 (II) [drm] DRM interface version 1.3 (II) [drm] DRM open master succeeded. (II) intel(0): [drm] Using the DRM lock SAREA also for drawables. (II) intel(0): [drm] framebuffer mapped by ddx driver (II) intel(0): [drm] added 1 reserved context for kernel (II) intel(0): X context handle = 0x1 (II) intel(0): [drm] installed DRM signal handler (**) intel(0): Framebuffer compression enabled (**) intel(0): Tiling enabled (==) intel(0): VideoRam: 262144 KB (II) intel(0): Attempting memory allocation with tiled buffers. (II) intel(0): Tiled allocation successful. (II) intel(0): [drm] Registers = 0xffc80000 (II) intel(0): [drm] ring buffer = 0xe0000000 (II) intel(0): [drm] mapped front buffer at 0xe1000000, handle = 0xe1000000 (II) intel(0): [drm] mapped back buffer at 0xe4000000, handle = 0xe4000000 (II) intel(0): [drm] mapped depth buffer at 0xe5000000, handle = 0xe5000000 (II) intel(0): [drm] mapped classic textures at 0xe6000000, handle = 0xe6000000 (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432 (II) intel(0): [dri] visual configs initialized (II) intel(0): Page Flipping disabled (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (II) EXA(0): Offscreen pixmap area of 31457280 bytes (II) EXA(0): Driver registered support for the following operations: (II) Solid (II) Copy (II) Composite (RENDER acceleration) (==) intel(0): Backing store disabled (==) intel(0): Silken mouse enabled (II) intel(0): Initializing HW Cursor (II) intel(0): [DRI] installation complete (II) intel(0): Current clock rate multiplier: 1 (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x01000000 (pgoffset 4096) (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x02000000 (pgoffset 8192) (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x04000000 (pgoffset 16384) (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x05000000 (pgoffset 20480) (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x06000000 (pgoffset 24576) (II) intel(0): Fixed memory allocation layout: (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB) (II) intel(0): 0x00020000-0x0061ffff: compressed frame buffer (6144 kB, 0x000000007f820000 physical ) (II) intel(0): 0x00620000-0x00620fff: compressed ll buffer (4 kB, 0x000000007fe20000 physical ) (II) intel(0): 0x00621000-0x0062afff: HW cursors (40 kB, 0x000000007fe21000 physical ) (II) intel(0): 0x0062b000-0x00632fff: logical 3D context (32 kB) (II) intel(0): 0x00633000-0x00732fff: fake bufmgr (1024 kB) (II) intel(0): 0x00733000-0x00733fff: overlay registers (4 kB, 0x000000007ff33000 physical ) (II) intel(0): 0x007bf000: end of stolen memory (II) intel(0): 0x01000000-0x01ffffff: front buffer (10240 kB) X tiled (II) intel(0): 0x02000000-0x03dfffff: exa offscreen (30720 kB) (II) intel(0): 0x04000000-0x04ffffff: back buffer (10240 kB) X tiled (II) intel(0): 0x05000000-0x05ffffff: depth buffer (10240 kB) X tiled (II) intel(0): 0x06000000-0x07ffffff: classic textures (32768 kB) (II) intel(0): 0x10000000: end of aperture (WW) intel(0): ESR is 0x00000001, instruction error (WW) intel(0): Existing errors found in hardware state. (II) intel(0): Selecting standard 18 bit TMDS pixel format. (II) intel(0): Output configuration: (II) intel(0): Pipe A is off (II) intel(0): Display plane A is now disabled and connected to pipe A. (II) intel(0): Pipe B is on (II) intel(0): Display plane B is now enabled and connected to pipe B. (II) intel(0): Output VGA is connected to pipe none (II) intel(0): Output LVDS is connected to pipe B (II) intel(0): Output TMDS-1 is connected to pipe none (II) intel(0): [drm] dma control initialized, using IRQ 16 (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. (II) intel(0): DPMS enabled (II) intel(0): Set up textured video (II) intel(0): Set up overlay video (II) intel(0): direct rendering: Enabled (--) RandR disabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 14, (OK) drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 14, (OK) drmOpenByBusid: drmOpenMinor returns 14 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 (II) AIGLX: enabled GLX_MESA_copy_sub_buffer (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control (II) AIGLX: enabled GLX_texture_from_pixmap with driver support (II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so (II) GLX: Initialized DRI GL provider for screen 0 (II) intel(0): Setting screen physical size to 338 x 211 (II) config/hal: Adding input device AlpsPS/2 ALPS GlidePoint (II) LoadModule: "evdev" (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.5.3, module version = 2.1.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (**) AlpsPS/2 ALPS GlidePoint: always reports core events (**) AlpsPS/2 ALPS GlidePoint: Device: "/dev/input/event6" (II) AlpsPS/2 ALPS GlidePoint: Found 3 mouse buttons (II) AlpsPS/2 ALPS GlidePoint: Found x and y relative axes (II) AlpsPS/2 ALPS GlidePoint: Found x and y absolute axes (II) AlpsPS/2 ALPS GlidePoint: Found absolute touchpad (II) AlpsPS/2 ALPS GlidePoint: Configuring as mouse (**) AlpsPS/2 ALPS GlidePoint: YAxisMapping: buttons 4 and 5 (**) AlpsPS/2 ALPS GlidePoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: MOUSE) (II) config/hal: Adding input device PS/2 Mouse (**) PS/2 Mouse: always reports core events (**) PS/2 Mouse: Device: "/dev/input/event5" (II) PS/2 Mouse: Found 3 mouse buttons (II) PS/2 Mouse: Found x and y relative axes (II) PS/2 Mouse: Configuring as mouse (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5 (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE) (II) config/hal: Adding input device AT Translated Set 2 keyboard (**) AT Translated Set 2 keyboard: always reports core events (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0" (II) AT Translated Set 2 keyboard: Found keys (II) AT Translated Set 2 keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) AT Translated Set 2 keyboard: xkb_rules: "evdev" (**) Option "xkb_model" "evdev" (**) AT Translated Set 2 keyboard: xkb_model: "evdev" (**) Option "xkb_layout" "gb" (**) AT Translated Set 2 keyboard: xkb_layout: "gb" (II) config/hal: Adding input device Video Bus (**) Video Bus: always reports core events (**) Video Bus: Device: "/dev/input/event4" (II) Video Bus: Found keys (II) Video Bus: Configuring as keyboard (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Video Bus: xkb_rules: "evdev" (**) Option "xkb_model" "evdev" (**) Video Bus: xkb_model: "evdev" (**) Option "xkb_layout" "gb" (**) Video Bus: xkb_layout: "gb" (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. exaCopyDirty: Pending damage region empty! | Well, I don't know if you configured it correctly in hal, but be aware of one detail - /dev/input/eventX indexes are not persistent, so you should not rely on them. |
I'm trying to have xdm run on startup so that on boot, gnome loads right away. I used to just login and type startx with my .xinitrc having "exec gnome-session" and this worked fine. But xdm at the default run-level and XSESSION="Gnome" in rc.conf and DISPLAYMANAGER="gdm" in /etc/conf.d/xdm, when xdm starts and I enter my username and password, rather than being greeted with my familiar gnome desktop, I'm given a window prompting me to choose a session. The only session available is a Failsafe session and when I load it, I'm given nothing useful. Anybody know why this is happening? I have gentoo installed on two other computers, and I've never seen this issue before on those machines. The logs dont' provide any clues and neither does google. Thanks for the advice. | There should be a gnome.desktop file in /usr/share/xsessions. If there isn't, then I would guess that something didn't get emerged correctly, or with the wrong USE flags. I just removed all of Gnome yesterday, but I still have a fluxbox.desktop file that you could use as a template in order to create one for gnome. Code: /home/daffy $ cat /usr/share/xsessions/fluxbox.desktop [Desktop Entry] Encoding=UTF-8 Name=Fluxbox Comment=This session logs you into Fluxbox Exec=startfluxbox TryExec=startfluxbox # no icon yet, only the top three are currently used Icon= Type=Application Just change startfluxbox to gnome-session and replace references to fluxbox with gnome. Hopefully that will get you going until such time as you figure out what happened. (assuming you care to find out... ) |
Thats why I hate updates: http://i37.tinypic.com/2j64ego.png Any idea what might have caused this? | couldn't figure out what caused that, but installing the FF3 theme add-on solved it. |
Hi! Just emerged googleearth, but i dont see any text on the places ... its just "______" where the name one the place shuld be. Is it a font problem ?? | If you don't have them installed already, try emerging "corefonts". That will install the base Microsoft fonts. |
Hello everyone, Anybody knows if it is possible to set up KDE 3 to change automatically the wallpaper? (for instance each time KDE is started or each hour or whatever...) Thanks. | Right click desktop > select Configure desktop > Background > Slide Show radio button click settings to select images and timing |
I am using hal : 0.5.11-r6 xorg-server : 1.5.3 I have USB keyboar ( logitech classic without any multimedia buttons) connected to my laptop when xorg is starting I can see in LOG that 3 keyboards are configured !!!! part of my Xorg.log Code: (II) config/hal: Adding input device AT Translated Set 2 keyboard (**) AT Translated Set 2 keyboard: always reports core events (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0" (II) AT Translated Set 2 keyboard: Found keys (II) AT Translated Set 2 keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) AT Translated Set 2 keyboard: xkb_rules: "evdev" (**) Option "xkb_model" "evdev" (**) AT Translated Set 2 keyboard: xkb_model: "evdev" (**) Option "xkb_layout" "gb,sk" (**) AT Translated Set 2 keyboard: xkb_layout: "gb,sk" (**) Option "xkb_variant" ",qwerty" (**) AT Translated Set 2 keyboard: xkb_variant: ",qwerty" (**) Option "xkb_options" "grp:alt_shift_toggle, grp_led:scroll" (**) AT Translated Set 2 keyboard: xkb_options: "grp:alt_shift_toggle, grp_led:scroll" (II) config/hal: Adding input device Logitech Logitech USB Keyboard (**) Logitech Logitech USB Keyboard: always reports core events (**) Logitech Logitech USB Keyboard: Device: "/dev/input/event7" (II) Logitech Logitech USB Keyboard: Found keys (II) Logitech Logitech USB Keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Logitech Logitech USB Keyboard: xkb_rules: "evdev" (**) Option "xkb_model" "evdev" (**) Logitech Logitech USB Keyboard: xkb_model: "evdev" (**) Option "xkb_layout" "gb,sk" (**) Logitech Logitech USB Keyboard: xkb_layout: "gb,sk" (**) Option "xkb_variant" ",qwerty" (**) Logitech Logitech USB Keyboard: xkb_variant: ",qwerty" (**) Option "xkb_options" "grp:alt_shift_toggle, grp_led:scroll" (**) Logitech Logitech USB Keyboard: xkb_options: "grp:alt_shift_toggle, grp_led:scroll" and later strange INPUT Code: (II) config/hal: Adding input device Video Bus (**) Video Bus: always reports core events (**) Video Bus: Device: "/dev/input/event5" (II) Video Bus: Found keys (II) Video Bus: Configuring as keyboard (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Video Bus: xkb_rules: "evdev" (**) Option "xkb_model" "evdev" (**) Video Bus: xkb_model: "evdev" (**) Option "xkb_layout" "us" (**) Video Bus: xkb_layout: "us" trying to find out what is that : Code: hal-find-by-capability --capability input.keys /org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port_logicaldev_input /org/freedesktop/Hal/devices/usb_device_46d_c315_noserial_if0_logicaldev_input /org/freedesktop/Hal/devices/computer_logicaldev_input_0 Code: hal-device /org/freedesktop/Hal/devices/computer_logicaldev_input_0 udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_0' info.subsystem = 'input' (string) input.xkb.rules = 'base' (string) linux.sysfs_path = '/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19/device:1a/input/input5/event5' (string) info.category = 'input' (string) info.product = 'Video Bus' (string) input.xkb.model = 'evdev' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.capabilities = { 'input', 'input.keys', 'button' } (string list) info.udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_0' (string) input.xkb.layout = 'us' (string) input.xkb.variant = '' (string) input.device = '/dev/input/event5' (string) linux.hotplug_type = 2 (0x2) (int) input.x11_driver = 'evdev' (string) input.product = 'Video Bus' (string) linux.subsystem = 'input' (string) linux.device_file = '/dev/input/event5' (string) info.addons.singleton = { 'hald-addon-input' } (string list) Code: ll /dev/input/ total 0 drwxr-xr-x 4 root root 320 2009-01-07 23:46 . drwxr-xr-x 16 root root 3960 2009-01-07 23:00 .. drwxr-xr-x 2 root root 100 2009-01-07 23:46 by-id drwxr-xr-x 2 root root 180 2009-01-07 23:46 by-path crw-r----- 1 root root 13, 64 2009-01-07 23:46 event0 crw-r----- 1 root root 13, 65 2009-01-07 23:46 event1 crw-r----- 1 root root 13, 66 2009-01-07 23:46 event2 crw-r----- 1 root root 13, 67 2009-01-07 23:46 event3 crw-r----- 1 root root 13, 68 2009-01-07 23:46 event4 crw-r----- 1 root root 13, 69 2009-01-07 23:46 event5 crw-r----- 1 root root 13, 70 2009-01-07 23:46 event6 crw-r----- 1 root root 13, 71 2009-01-07 23:46 event7 crw-r----- 1 root root 13, 72 2009-01-07 23:46 event8 crw-r----- 1 root root 13, 63 2009-01-07 23:46 mice crw-r----- 1 root root 13, 32 2009-01-07 23:46 mouse0 crw-r----- 1 root root 13, 33 2009-01-07 23:46 mouse1 PLEASE, can someone explain me what is input device event5 ?? how can I find that out? I need to ignore that input device in XORG because it is as keyboard, so when doing ALT+SHIFT I can see 3 keyboards : USA, GB and SVK thanks | AFAICT (after searching kernel sources), "video bus" here is a kernel device for laptop acpi events generated by keyboard (brightness, etc.). But what do you have in your fdi file, that layout is not updated for this device too ? |
My machine always mount all partition when I boot it or insert usb stick etc. But, I want to mount only usb stick and cdrom, not hard disk partition. The problem is that I don't know why it happen. How can I do it? My emerge --info Code: Portage 2.1.6.4 (default/linux/amd64/2008.0, gcc-4.3.2, glibc-2.9_p20081201-r1, 2.6.27-gentoo-r7 x86_64) ================================================================= System uname: Linux-2.6.27-gentoo-r7-x86_64-AMD_Athlon-tm-_64_X2_Dual_Core_Processor_3800+-with-glibc2.2.5 Timestamp of tree: Wed, 14 Jan 2009 13:00:01 +0000 ccache version 2.4 [disabled] app-shells/bash: 3.2_p39 dev-java/java-config: 1.3.7-r1, 2.1.6-r1 dev-lang/python: 2.4.4-r14, 2.5.2-r7 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r7 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.63 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=native -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="candy distlocks fixpackages loadpolicy parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://lug.mtu.edu/gentoo/ ftp://gentoo.cites.uiuc.edu/pub/gentoo/ ftp://lug.mtu.edu/gentoo/ ftp://ftp.gtlib.gatech.edu/pub/gentoo ftp://gg3.net/pub/linux/gentoo ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO http://ftp.gentoo.or.kr http://ftp.gentoo.or.kr ftp://ftp.daum.net/gentoo/ ftp://ftp.kaist.ac.kr/gentoo/" LANG="en_US.UTF-8" LC_ALL="en_US.UTF-8" LDFLAGS="-Wl,-O1" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dnow 3dnowext X a52 aac aalib accessibility acl acpi aiglx alsa amd64 apache2 apm arts avahi avi berkdb bitmap-fonts bzip2 cairo cdparanoia cdr cjk cli cracklib crypt cups dbus dga directfb divx4linux dri dts dv dvd dvdnav dvdr dvdread encode esd fam fame ffmpeg firefox foomaticdb fortran freetype freetype2 gdbm gif gimpprint gnome gnome-keyring gphoto2 gpm gstreamer gtk gtk2 gtkhtml hal iconv imagemagick imlib immqt-bc ipv6 isdnlog java jpeg jpge ldap libffi libnotify live livecd mad midi mikmod mjpeg mmx mmxext motif mp3 mpeg mudflap multilib ncurses network nls nptl nptlonly objc ogg opengl openmp pam pcmcia pcre pdf perl png ppds pppd python qt qt3 quicktime readline reflection samba scanner sdk session slp spell spl sqlite sse sse2 ssl svg symlink sysfs tcpd tiff truetype truetype-fonts type1-fonts udev unicode usb v4l v4l2 vcd vorbis xanim xinerama xml xorg xprint 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 dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard kbd joystick mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fglrx" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Thanks. | Wrong. the important part is: state your desktop environment. |
I once used Gnome on a particular box and now I want it gone. I've unmerged everything related to Gnome I could find, but still when I pretend to update world, it wants to emerge gnome-panel and gnome-desktop. There are some gnome libs it wants to bring in, and that's fine because I have some programs that need gnome libs. But they do not need gnome-desktop, panel, or gdm. How in blazes do I stop portage from emerging those things? | Tolstoi wrote: Have you tried to set -gtk and -gnome in your /etc/make.conf ? Yup. It's like the Wicked Witch of the West came by and said YOU SHALL HAVE GNOME! Haaaa hahahahahaaaaa! |
After recent upgrade when I use "kbarcode" to print labels, the fonts are very tiny. Does anybody know what to look for? I've tried recompiling "kbarcode" it doesn't help. | SOLVED, Bug in kbarcode ver. 2.0.6 https://bugs.launchpad.net/ubuntu/+source/kbarcode/+bug/245046 upgrading to 2.0.7 solved the problem. |
For some reason, KDE 4.1 will no longer see some fonts I have added though For Installer. When trying to add them again, a message saying "A file named fonts:///System.my_font.ttf already exists", while the list above in the GUI does not show it. I deleted these fonts from /usr/local/share/fonts/ and the intaller does not complain now, but nothing actually changes. Does anyone know a way to clean up this little mess? | Ok, I just made a 'rm ~/.font*' and the fonts went back to normal. |
I'm trying to build avant-window-navigator-extras-0.2.6-r1 USEing xfce and -gnome. The build fails with these messages: Code: aff-search-engine-tracker.c:29:33: error: libgnome/gnome-i18n.h: No such file or directory aff-search-engine-tracker.c:31:41: error: libgnomevfs/gnome-vfs-utils.h: No such file or directory aff-search-engine-tracker.c: In function '_add_emails': aff-search-engine-tracker.c:77: warning: passing argument 1 of 'g_markup_escape_text' makes pointer from integer without a cast aff-search-engine-tracker.c:78: warning: passing argument 1 of 'g_markup_escape_text' makes pointer from integer without a cast aff-search-engine-tracker.c: In function '_add_results': aff-search-engine-tracker.c:116: warning: assignment makes pointer from integer without a cast make[4]: *** [aff-search-engine-tracker.lo] Error 1 make[4]: Leaving directory `/var/tmp/portage/gnome-extra/avant-window-navigator-extras-0.2.6-r1/work/awn-extras-applets-0.2.6/src/affinity' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/var/tmp/portage/gnome-extra/avant-window-navigator-extras-0.2.6-r1/work/awn-extras-applets-0.2.6/src/affinity' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/gnome-extra/avant-window-navigator-extras-0.2.6-r1/work/awn-extras-applets-0.2.6/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/gnome-extra/avant-window-navigator-extras-0.2.6-r1/work/awn-extras-applets-0.2.6' make: *** [all] Error 2 * * ERROR: gnome-extra/avant-window-navigator-extras-0.2.6-r1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3100: Called die * The specific snippet of code: * emake || die "emake failed" * The die message: * emake failed * It seems to be not able to find gnome-i18n.h, but it is here: locate gnome-i18n.h /usr/include/libgnome-2.0/libgnome/gnome-i18n.h /usr/include/gnome-1.0/libgnome/gnome-i18n.h Any idea how to fix this? | Well, I didn't think revdep-rebuild would do it, since it has nothing to do with links, and it didn't. However, I did make links by hand like this: Code: cd /usr/include ln -s libgnome-2.0/libgnome/ . ln -s gnome-vfs-2.0/libgnomevfs/ . ln -s libbonobo-2.0/bonobo/ . and that fixed it. |
I want to use Ubuntu's default mouse pointer on my laptop. I've copied the Human theme from /usr/share/themes but I don't know where to get the pointers. Any ideas? | WastingBody wrote: I believe x11-themes/vanilla-dmz-xcursors is the same cursor used in Ubuntu. That would be the one. Thanks bud. |
after the upgrade to gnome 2.16 (and rebuild of libnotify) gnome session starts and give the following error dialogs: Code: 'nautilus can't be used now due to an unexpected error' details: error from bonobo when attempting to register the file manager view server. and Code: There was a problem registering the panel with the bonobo-activation server then nothnig more happens: no panels, no menu, no popups. the following processes are started: Code: x 12470 12412 0 14:01 ? 00:00:00 gnome-session x 12498 1 0 14:01 ? 00:00:00 dbus-daemon --fork --print-pid 8 --print-address 6 --session x 12499 1 0 14:01 ? 00:00:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session x 12502 12470 0 14:01 ? 00:00:00 /usr/bin/ssh-agent -- gnome-session x 12505 1 0 14:01 ? 00:00:00 /usr/libexec/gconfd-2 5 x 12507 1 0 14:01 ? 00:00:00 /usr/bin/gnome-keyring-daemon x 12509 1 0 14:01 ? 00:00:00 /usr/libexec/gnome-settings-daemon x 12519 1 0 14:01 ? 00:00:00 metacity --sm-save-file 1118162396-23766-3985094273.ms x 12526 1 0 14:01 ? 00:00:00 /usr/libexec/gnome-vfs-daemon x 12540 1 0 14:01 ? 00:00:00 nm-applet --sm-disable x 12546 1 0 14:01 ? 00:00:00 gnome-volume-manager --sm-config-prefix /gnome-volume-manager-SYUuWT/ --sm-cli x 12547 1 0 14:01 ? 00:00:00 gnome-power-manager x 12558 1 0 14:02 ? 00:00:00 gnome-screensaver x 12598 1 0 14:13 ? 00:00:00 nautilus --sm-config-prefix /nautilus-GZEMcc/ --sm-client-id 117f0000010001101 x 12603 1 0 14:13 ? 00:00:00 gnome-panel --sm-config-prefix /gnome-panel-eYkdvZ/ --sm-client-id 117f0000010 It happens with all users. .xsession-errors Code: /etc/X11/gdm/PreSession/Default: Registering your session with wtmp and utmp /etc/X11/gdm/PreSession/Default: running: /usr/X11R6/bin/sessreg -a -w /var/log/wtmp -u /var/run/utmp -x "/var/gdm/:20.Xservers" -h "" -l ":20" "luca" /etc/X11/gdm/Xsession: Beginning session setup... /etc/X11/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- gnome-session SESSION_MANAGER=local/phxl0007:/tmp/.ICE-unix/12470 Gnome-Message: gnome_execute_async_with_env_fds: returning -1 Window manager warning: Log level 32: could not find XKB extension. Gnome-Message: gnome_execute_async_with_env_fds: returning -1 any idea? | Whoah! So there are at least two of us. (Unfortunately, I have no answers. Had to go to work instead of investigating. In my case it's at home so I'm less upset, even if my family is now on the hunt for me "and my darn updates that always render the system unusable". Anyway, not being alone is better, since it provides more weight to the (desperate) request for help. Biker |
Hello, my problem is pretty much what is described in the subject. When gnome enteres and nautilus is displayed in the splash screen it takes too long to load - about 3 minutes and that don't seem normal. I have compiz installed and if I open a window before the loading completes my windows have no borders, i can't move them, can't open 2 windows at a time and all those king of stuff. I know that it is not normal because when i firstly installed gnome everything was loading very quickly. I searched the forum and found a couple of topics with that problem, but i didn't found a particular solution. There were tries to remove temporary folders, re-emerge some packages etc. and i try some of those but nothing improved it really. my pc is a dual core with 2giga ram so i think it sould be quicker than it is now. i would appreciate some help on this. thanx in advance best regards max | Check the file ~/.xsession-errors |
Hi, I just made a fresh gentoo install and everything was fine until I fired up a GDM. I can't switch to console using with Ctrl-Alt-Fsomething. I have no idea what's up, anybody? J. | I'm having exactly the same problem with KDM since I switched to using the evdev driver (are you using this?). Can log in, but CTRL+ALT+F1 etc don't work. I _think_ it has something to do with the files in /etc/hal/fdi/policy, but what and how to fix it, I don't know. |
Hello, emerging various packages i have multiple lines of the following warning messages. I don't have problems in functionality but i was wondering what this is about and how i can fix it. Thank you Code: ... ... element comment: error : Reference to default namespace not in scope element comment: error : Reference to default namespace not in scope element comment: error : Reference to default namespace not in scope element sub-class-of: error : Reference to default namespace not in scope | Please post a little more information, like some extra lines before and after those element comment error messages, on which packages you receive those errors, and the output of emerge --info. |
Okay so my Core 2 Computer finished compiling Gnome for my Thinkpad last night - Yes!! Now a few minutes ago I set the XSESSION variable in /etc/end.d/90xsession to "Gnome". Now I look in /etc/init.d and I don't see gdm which is what I want to start Gnome. Now in /usr/bin I see gdm and Gnome starts - All right!! - but what do I need to do to get gdm start start via OpenRC? Do I make an initscript and call /usr/bin/gdm? | All right thanks. I'll give that a try. |
Following http://www.gentoo.org/doc/en/openrc-migration.xml I am trying to configure /etc/conf.d/net. Code: localhost / # sed -n '/#/!p' /etc/conf.d/net config_eth1 = "192.168.1.2 brd 192.168.1.255 netmask 255.255.255.0" routes_eth1 = "default via 192.168.1.1" I think that it is correct. But during startup I have seend error message Quote: /etc/init.d/../conf.d//net:line 11: config-eth1: command not found /etc/init.d/../conf.d//net:line 12: routes-eth1: command not found It works when I run ifconfig and route commands manually | Well. When I was using baselayout I used to have the same syntax. But in the openrc-migration documentation is the new style as well as in /usr/share/doc/openrc/net.example. |
Hi all, I'm developing a C program with localization (Gettext) support. When I run the compiled program through a SSH session it works fine: Code: $> LC_ALL="da_DK" ./foo some Danish text comes out.... When I run the exact same program from KDE (through a Konsole) in a similar way, it defaults to English: Code: $> LC_ALL="da_DK" ./foo some English text comes out..... Running the program in Konsole through "strace -eopen", it gives me this: Code: ..... open("/usr/share/locale/en_US/LC_MESSAGES/foo.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en/LC_MESSAGES/foo.mo", O_RDONLY) = -1 ENOENT (No such file or directory) ..... Seems like it completely ignores the LC_ALL environment variable and defaults to "C" (or whatever). For the record I'm running bash. Here's the complete environment: Code: BASH=/bin/bash BASH_ARGC=() BASH_ARGV=() BASH_LINENO=() BASH_SOURCE=() BASH_VERSINFO=([0]="3" [1]="2" [2]="39" [3]="1" [4]="release" [5]="i686-pc-linux-gnu") BASH_VERSION='3.2.39(1)-release' CLASSPATH=. COLORFGBG='15;0' COLUMNS=136 CONFIG_PROTECT=/usr/share/config CONFIG_PROTECT_MASK='/etc/gentoo-release /etc/env.d/java/ /etc/php/cli-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/apache2-php5/ext-active/ /etc/udev/rules.d /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/ca-certificates.conf /etc/revdep-rebuild /etc/splash' CVS_RSH=ssh DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-sWHo2XHYdY,guid=afb736ee6c53c179de7c9dc449684bd6 DCCC_PATH=/usr/lib/distcc/bin DESKTOP_SESSION=KDE-4 DESKTOP_STARTUP_ID= DIRSTACK=() DISPLAY=:0.0 DISTCC_LOG= DISTCC_VERBOSE=0 DM_CONTROL=/var/run/xdmctl EDITOR=/usr/bin/vi EUID=500 FLTK_DOCDIR=/usr/share/doc/fltk-1.1.7-r2/html GCC_SPECS= GDK_USE_XFT=1 GROUPS=() GS_LIB=/home/morten/.fonts GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/morten/.gtkrc-2.0::/home/morten/.kde4/share/config/gtkrc-2.0 GTK_RC_FILES=/etc/gtk/gtkrc:/home/morten/.gtkrc::/home/morten/.kde4/share/config/gtkrc HISTFILE=/home/morten/.bash_history HISTFILESIZE=500 HISTSIZE=500 HOME=/home/morten HOSTNAME=archimedes HOSTTYPE=i686 IFS=$' ' INFOPATH=/usr/share/info:/usr/share/binutils-data/i686-pc-linux-gnu/2.18/info:/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/info JAVAC=/etc/java-config-2/current-system-vm/bin/javac JAVA_HOME=/etc/java-config-2/current-system-vm JDK_HOME=/etc/java-config-2/current-system-vm KDE_FULL_SESSION=true KDE_MULTIHEAD=false KDE_SESSION_UID=500 KDE_SESSION_VERSION=4 KONSOLE_DBUS_SERVICE=:1.50 KONSOLE_DBUS_SESSION=/Sessions/4 LANGUAGE=en_US LESS='-R -M --shift 5' LIBGL_ALWAYS_INDIRECT=1 LINES=44 LOGNAME=morten LS_COLORS='rs=0:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:' MACHTYPE=i686-pc-linux-gnu MAILCHECK=60 MANPATH=/etc/java-config-2/current-system-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/i686-pc-linux-gnu/2.18/man:/usr/share/gcc-data/i686-pc-linux-gnu/4.1.1/man:/etc/java-config/system-vm/man/:/usr/lib/php5/man/:/usr/qt/3/doc/man:/opt/opera/share/man:/opt/vmware/server/man OPENGL_PROFILE=nvidia OPTERR=1 OPTIND=1 OSTYPE=linux-gnu PAGER=/usr/bin/less PATH=/usr/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.1:/usr/qt/3/bin:/usr/games/bin:/opt/vmware/server/bin:/opt/vmware/server/console/bin PIPESTATUS=([0]="0") PKG_CONFIG_PATH=/usr/qt/3/lib/pkgconfig PPID=16734 PRELINK_PATH_MASK=/usr/lib/klibc PROFILEHOME= PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"' PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] ' PS2='> ' PS4='+ ' PWD=/home/morten QMAKESPEC=linux-g++ QTDIR=/usr/qt/3 QT_PLUGIN_PATH=/home/morten/.kde4/lib/kde4/plugins/:/usr/lib/kde4/plugins/ ROOTPATH=/usr/sbin:/usr/bin:/usr/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.1:/usr/qt/3/bin:/usr/games/bin:/opt/vmware/server/bin:/opt/vmware/server/console/bin RUBYOPT=-rauto_gem SESSION_MANAGER=local/archimedes:@/tmp/.ICE-unix/3848,unix/archimedes:/tmp/.ICE-unix/3848 SHELL=/bin/bash SHELLOPTS=braceexpand:emacs:hashall:histexpand:history:interactive-comments:monitor SHLVL=2 STRIGI_PLUGIN_PATH=/usr/lib/strigi: TERM=xterm UID=500 USER=morten WINDOWID=39845889 WINDOWPATH=7 XCURSOR_THEME=Oxygen_Black XDG_CONFIG_DIRS=/usr/etc/xdg XDG_DATA_DIRS=/usr/share:/usr/share XDM_MANAGED=method=classic XSESSION=kde-4.1 _=match_lhs Any ideas? Best regards, ~ Silverjam | The LANGUAGE variable is defined in your KDE environment. For gettext-based programs, at least for the translations, this overrides even LC_ALL. |
I finally resolved all the blocking errors on KDE 4.1.3 upgrade, but now KDM is booting a bit strangely... after GRUB runs, I get the new KDE splash screen, then a somewhat strange login screen... after I log in, the splash screen changes color to the blue KDE splash screen, but I get logged in to an X screen and not KDE. I then run startkde at the prompt and I'm brought to the KDE 4.1 startup screen and everything works except that now I have a running X console on my desktop... I didn't have this problem before, but then again I logged into KDE at the prompt... /etc/conf.d/xdm Quote: # We always try and start X on a static VT. The various DMs normally default # to using VT7. If you wish to use the xdm init script, then you should ensure # that the VT checked is the same VT your DM wants to use. We do this check to # ensure that you have't accidently configured something to run on the VT # in your /etc/inittab file so that you don't get a dead keyboard. CHECKVT=7 # What display manager do you use ? [ xdm | gdm | kdm | kdm-3.5 | kdm-4.0 | en$ # NOTE: If this is set in /etc/rc.conf, that setting will override this one. # KDE-specific note: kdm-3.5 and kdm-4.0 are just examples. You will find all # possible versions by looking at the directories in /usr/kde/. DISPLAYMANAGER="kdm" /etc/env.d/90xsession Quote: # /etc/env.d/90xsession # XSESSION is a new variable to control what window manager to start # default with X if run with xdm, startx or xinit. The default behavior # is to look in /etc/X11/Sessions/ and run the script in matching the # value that XSESSION is set to. The support scripts are smart enough to # look in all bin directories if it cant find a match in /etc/X11/Sessions/, # so setting it to "enlightenment" can also work. This is basically used # as a way for the system admin to configure a default system wide WM, # allthough it will work if the user export XSESSION in his .bash_profile, etc. # # NOTE: 1) this behaviour is overridden when a ~/.xinitrc exists, and startx # is called. # 2) even if ~/.xsession exists, if XSESSION can be resolved, it will # be executed rather than ~/.xsession, else KDM breaks ... # # Defaults depending on what you install currently include: # # Gnome - will start gnome-session # kde-<version> - will start startkde (look in /etc/X11/Sessions/) # Xfce4 - will start a XFCE4 session # Xsession - will start a terminal and a few other nice apps XSESSION="kde-4.1" I can't help but to think I'm missing something quite obvious here... | Try starting KDE from ~/.xinitrc. |
I may have asked this before, I forget.... but I know I didn't get an answer. Anyway, I'm on kde 3.5.9, and on this install, ever since I've started, I can't use the arrow keys, as well as certain key combinations (but missing arrow keys are the worst) in at least dosbox and kvm/qemu. I can use the arrow keys on the keypad, but that is a bit awkward, especially for certain dos games.... and running linux under qemu is a real hassle for missing some key combos. How do I get them back? poly-p man | Don't know about qemu, but as it goes for dosbox it's pretty simple: it's broken. When they added for the latest version that fancy fix for Windows/Mac they broke keymappings on Linux. To make it work you have to add in every dosbox.conf you use: in [sdl] section usescancodes=false |
After autounmasking gnome-2.24.1 an emerge gnome results in the following blocks: Code: [blocks B ] media-plugins/gst-plugins-x ("media-plugins/gst-plugins-x" is blocking media-libs/gst-plugins-base-0.10.21-r1) [blocks B ] <dev-python/gnome-python-2.22.1 ("<dev-python/gnome-python-2.22.1" is blocking dev-python/gnome-vfs-python-2.22.3, dev-python/gnome-python-base-2.22.3, dev-python/libbonobo-python-2.22.3, dev-python/gconf-python-2.22.3, dev-python/libgnome-python-2.22.3, dev-python/libgnomecanvas-python-2.22.3) [blocks B ] media-plugins/gst-plugins-alsa ("media-plugins/gst-plugins-alsa" is blocking media-libs/gst-plugins-base-0.10.21-r1) [blocks B ] <gnome-base/gail-1000 ("<gnome-base/gail-1000" is blocking x11-libs/gtk+-2.14.5) [blocks B ] media-plugins/gst-plugins-gio ("media-plugins/gst-plugins-gio" is blocking media-libs/gst-plugins-base-0.10.21-r1) [blocks B ] media-plugins/gst-plugins-pango ("media-plugins/gst-plugins-pango" is blocking media-libs/gst-plugins-base-0.10.21-r1) [blocks B ] media-plugins/gst-plugins-ogg ("media-plugins/gst-plugins-ogg" is blocking media-libs/gst-plugins-base-0.10.21-r1) [blocks B ] media-plugins/gst-plugins-vorbis ("media-plugins/gst-plugins-vorbis" is blocking media-libs/gst-plugins-base-0.10.21-r1) [blocks B ] media-plugins/gst-plugins-cdparanoia ("media-plugins/gst-plugins-cdparanoia" is blocking media-libs/gst-plugins-base-0.10.21-r1) [blocks B ] <dev-python/pygtk-2.13 ("<dev-python/pygtk-2.13" is blocking dev-python/pygobject-2.15.4) [blocks B ] media-plugins/gst-plugins-xvideo ("media-plugins/gst-plugins-xvideo" is blocking media-libs/gst-plugins-base-0.10.21-r1) I found solutions to some of the blocks (gail etc) here or in bugzilla. My main problem is the gst-plugins packages. it doesn't matter if I uninstall them, the blocks is still there, and it seems various packages, like totem, pulls them in anyway. I am at loss what to do? | autounmask unmasked some experimental packages: # Samuli Suominen <ssuominen@gentoo.org> (24 Dec 2008) # - drop .la files (and static libs) # - monolithic version, EAPI=2, commented versions for new devs # Talk with the actual gstreamer team before unmasking these - # we are completely against the notion of monolithic versions, these # here should be considered an experimentation >=media-libs/gstreamer-0.10.21-r10 >=media-libs/gst-plugins-good-0.10.11-r1 >=media-libs/gst-plugins-bad-0.10.9-r1 >=media-libs/gst-plugins-ugly-0.10.10-r1 >=media-libs/gst-plugins-base-0.10.21-r1 Just make sure that the atoms described above are masked. |
Since updating from the nvidia 1.69.12 driver my virtual consoles (ctrl-alt-f1 etc) display random flashing white horizontal lines and are completely unusable. I tried to downgrade back to my original driver but this seems to have been removed from portage. I have no idea where to start, is this a known issue? Prior to this everything worked perfectly. I'm using an HP laptop with an Nvidia 7xxx GPU | I think i will not help you much:) but you can downgrade by make your own ebuild with nvidia drivers you need, or install directtly drivers (without emerge) |
Hi I've got a problem with kde. When I installed Gentoo for the first time I chose KDE-4, but I didn't like it so I unemerged it and installed kde-3.5.9. Because of this I'm facing a lot of problems right now. First of all not everything was deleted from kde-4, f.e. kdelibs-4.1, but that was no problem I uninstalled. The problem is that some programs need kde-4 libraries as dependencies. I masked kde-4.1 in package.mask. The problem I had is that I uninstalled kdelibs-4.1, and all applications connected to them (like kdm-4.1), installed kdelibs-3.5.9, wanted to install kdm-3.5.9 and zonk I've got an error that it needs at least kdelibs-3.5.10, but I think it shouldn't. And I've got this type of error very often recently. What should I do? How to make system not to look for kde-4 programs? Or how to install kde-3.5.10? Maybe this will get round this problem.. Regards mrZ | For KDE3 and KDE4 to exist together, you need 3.5.10. It should be going stable in the near future, but isn't marked stable yet. So you need to add keywords for all kde 3.5.10 packages. |
I use gnome, what is the best way to start compiz-fusion? Currently I have fusion icon starting when I log in. But this way metacity starts and is then replaced by compiz. Is there a method that just starts compiz as the default window manager. Thanks | Check my reply#2 in this thread : https://forums.gentoo.org/viewtopic-t-704318-highlight-gnomewm.html |
says it all really Code: aspireOne ~ # cat /root/xorg.conf.new Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "dbe" Load "extmod" Load "dri" Load "glx" Load "xtrap" Load "GLcore" Load "record" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "synaptics" Option "Protocol" "auto" Option "Device" "/dev/input/mouse0" Option "ZAxisMapping" "4 5 6 7" Option "CorePointer" EndSection Section "Monitor" #DisplaySize 200 110 # mm Identifier "Monitor0" VendorName "AUO" ModelName "11c2" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "ColorKey" # <i> #Option "CacheLines" # <i> #Option "Dac6Bit" # [<bool>] #Option "DRI" # [<bool>] #Option "NoDDC" # [<bool>] #Option "ShowCache" # [<bool>] #Option "XvMCSurfaces" # <i> #Option "PageFlip" # [<bool>] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "Unknown Board" 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 aspireOne ~ # Code: aspireOne ~ # cat /proc/bus/input/devices I: Bus=0017 Vendor=0001 Product=0001 Version=0100 N: Name="Macintosh mouse button emulation" P: Phys= S: Sysfs=/devices/virtual/input/input0 U: Uniq= H: Handlers=mouse0 event0 B: EV=7 B: KEY=70000 0 0 0 0 0 0 0 0 B: REL=3 I: Bus=0011 Vendor=0001 Product=0001 Version=ab41 N: Name="AT Translated Set 2 keyboard" P: Phys=isa0060/serio0/input0 S: Sysfs=/devices/platform/i8042/serio0/input/input1 U: Uniq= H: Handlers=kbd event1 B: EV=120013 B: KEY=4 2000000 3803078 f800d001 feffffdf ffefffff ffffffff fffffffe B: MSC=10 B: LED=7 I: Bus=0011 Vendor=0002 Product=0007 Version=01b1 N: Name="SynPS/2 Synaptics TouchPad" P: Phys=isa0060/serio2/input0 S: Sysfs=/devices/platform/i8042/serio2/input/input2 U: Uniq= H: Handlers=mouse1 event2 B: EV=b B: KEY=6420 0 70000 0 0 0 0 0 0 0 0 B: ABS=11000003 I: Bus=0019 Vendor=0000 Product=0002 Version=0000 N: Name="Power Button (FF)" P: Phys=LNXPWRBN/button/input0 S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 U: Uniq= H: Handlers=kbd event3 B: EV=3 B: KEY=100000 0 0 0 I: Bus=0019 Vendor=0000 Product=0001 Version=0000 N: Name="Power Button (CM)" P: Phys=PNP0C0C/button/input0 S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4 U: Uniq= H: Handlers=kbd event4 B: EV=3 B: KEY=100000 0 0 0 I: Bus=0019 Vendor=0000 Product=0005 Version=0000 N: Name="Lid Switch" P: Phys=PNP0C0D/button/input0 S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input5 U: Uniq= H: Handlers=event5 B: EV=21 B: SW=1 I: Bus=0019 Vendor=0000 Product=0003 Version=0000 N: Name="Sleep Button (CM)" P: Phys=PNP0C0E/button/input0 S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input6 U: Uniq= H: Handlers=kbd event6 B: EV=3 B: KEY=4000 0 0 0 0 I: Bus=0019 Vendor=0000 Product=0006 Version=0000 N: Name="Video Bus" P: Phys=/video/input0 S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19/input/input7 U: Uniq= H: Handlers=kbd event7 B: EV=3 B: KEY=3f000b 0 0 0 0 0 0 0 I: Bus=0010 Vendor=001f Product=0001 Version=0100 N: Name="PC Speaker" P: Phys=isa0061/input0 S: Sysfs=/devices/platform/pcspkr/input/input8 U: Uniq= H: Handlers=kbd event8 B: EV=40001 B: SND=6 aspireOne ~ # Code: aspireOne ~ # emerge -pv xorg-server These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] x11-base/xorg-server-1.3.0.0-r6 USE="dri ipv6 nptl xorg -3dfx -debug -dmx -kdrive -minimal -sdl -xprint" INPUT_DEVICES="keyboard mouse synaptics -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -evdev -fpit -hyperpen -jamstudio -joystick -magellan -microtouch -mutouch -palmax -penmount -spaceorb -summa -tek4957 -ur98 -vmmouse -void -wacom" VIDEO_CARDS="intel -apm -ark -chips -cirrus -cyrix -dummy -epson -fbdev -fglrx -glint -i128 -i740 (-impact) -imstt -mach64 -mga -neomagic (-newport) -nsc -nv -nvidia -r128 -radeon -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vesa -vga -via -vmware -voodoo" 0 kB Total: 1 package (1 reinstall), Size of downloads: 0 kB aspireOne ~ # Code: aspireOne ~ # less /var/log/Xorg.0.log | grep WW (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (WW) The directory "/usr/share/fonts/TTF/" does not exist. (WW) The directory "/usr/share/fonts/OTF" does not exist. (WW) The directory "/usr/share/fonts/Type1/" does not exist. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found (WW) intel(0): Bad V_BIOS checksum (WW) intel(0): Failed to set up write-combining range (0x20000000,0x10000000) (WW) AIGLX: 3D driver claims to not support visual 0x23 (WW) AIGLX: 3D driver claims to not support visual 0x24 (WW) AIGLX: 3D driver claims to not support visual 0x25 (WW) AIGLX: 3D driver claims to not support visual 0x26 (WW) AIGLX: 3D driver claims to not support visual 0x27 (WW) AIGLX: 3D driver claims to not support visual 0x28 (WW) AIGLX: 3D driver claims to not support visual 0x29 (WW) AIGLX: 3D driver claims to not support visual 0x2a (WW) AIGLX: 3D driver claims to not support visual 0x2b (WW) AIGLX: 3D driver claims to not support visual 0x2c (WW) AIGLX: 3D driver claims to not support visual 0x2d (WW) AIGLX: 3D driver claims to not support visual 0x2e (WW) AIGLX: 3D driver claims to not support visual 0x2f (WW) AIGLX: 3D driver claims to not support visual 0x30 (WW) AIGLX: 3D driver claims to not support visual 0x31 (WW) AIGLX: 3D driver claims to not support visual 0x32 aspireOne ~ # Code: spireOne ~ # ls -la /dev/input/ | grep m crw-r----- 1 root root 13, 63 Jan 10 14:42 mice crw-r----- 1 root root 13, 32 Jan 10 14:42 mouse0 crw-r----- 1 root root 13, 33 Jan 10 14:42 mouse1 ive tried with input as /dev/input/{mice| mouse0|mouse1} with no joy FWIW a usb mouse is recognised and works | i had tried that as well .FWIW i dont have a /dev/psaux heres what i thin kis the relvant output from xorg.0.log with the input device set to /dev/psaux Code: (WW) AIGLX: 3D driver claims to not support visual 0x2e (WW) AIGLX: 3D driver claims to not support visual 0x2f (WW) AIGLX: 3D driver claims to not support visual 0x30 (WW) AIGLX: 3D driver claims to not support visual 0x31 (WW) AIGLX: 3D driver claims to not support visual 0x32 (II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so (II) GLX: Initialized DRI GL provider for screen 0 (II) intel(0): Setting screen physical size to 195 x 113 (II) Synaptics touchpad driver version 0.14.6 (1406) (--) Mouse0 auto-dev sets device to /dev/input/event2 (**) Option "Device" "/dev/input/event2" (--) Mouse0 touchpad found (**) Option "CorePointer" (**) Mouse0: Core Pointer (**) Option "CoreKeyboard" (**) Keyboard0: Core Keyboard (**) Option "Protocol" "standard" (**) Keyboard0: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard0: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Keyboard0: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) Keyboard0: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Keyboard0: CustomKeycodes disabled (WW) <default pointer>: No Device specified, looking for one... (II) <default pointer>: Setting Device option to "/dev/input/mice" (--) <default pointer>: Device: "/dev/input/mice" (==) <default pointer>: Protocol: "Auto" (**) Option "AlwaysCore" (**) <default pointer>: always reports core events (==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50 (**) <default pointer>: ZAxisMapping: buttons 4 and 5 (**) <default pointer>: Buttons: 9 (**) <default pointer>: Sensitivity: 1 (II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE) (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) Synaptics DeviceInit called SynapticsCtrl called. Synaptics DeviceOn called (--) Mouse0 auto-dev sets device to /dev/input/event2 (**) Option "Device" "/dev/input/event2" (--) Mouse0 touchpad found (--) <default pointer>: PnP-detected protocol: "ExplorerPS/2" (II) <default pointer>: ps2EnableDataReporting: succeeded SetClientVersion: 0 9 SetKbdSettings - type: -1 rate: 30 delay: 500 snumlk: 0 (II) intel(0): Output VGA disconnected (II) intel(0): EDID for output VGA (II) intel(0): Output LVDS connected (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. (II) intel(0): EDID for output LVDS (II) intel(0): Manufacturer: AUO Model: 11c2 Serial#: 0 (II) intel(0): Year: 2008 Week: 1 (II) intel(0): EDID Version: 1.3 (II) intel(0): Digital Display Input (II) intel(0): Max H-Image Size [cm]: horiz.: 20 vert.: 11 (II) intel(0): Gamma: 2.20 (II) intel(0): No DPMS capabilities specified; RGB/Color Display (II) intel(0): First detailed timing is preferred mode (II) intel(0): redX: 0.573 redY: 0.339 greenX: 0.330 greenY: 0.59 |
Hi all. since I run a fresh Gentoo installation on my HP nc8510p Im unable to set up the proper resolution for Xorg-X11. Physical resolution on this ATI HD2600 driven LCD Display is 1680x1050. Using original xf86-video-radeonhd driver recognizes correct mode but fglrx sets up 3360x1050. Im not able to force setting with ModeLines. Are there any switches to correct this issue? emerge --info Code: Portage 2.1.6.2 (default/linux/amd64/2008.0, gcc-4.3.2, glibc-2.9_p20081201-r0, 2.6.27-gentoo-r7 x86_64) ================================================================= System uname: Linux-2.6.27-gentoo-r7-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T7300_@_2.00GHz-with-glibc2.2.5 Timestamp of tree: Tue, 23 Dec 2008 23:05:01 +0000 app-shells/bash: 3.2_p48 dev-java/java-config: 1.3.7-r1, 2.1.6-r1 dev-lang/python: 2.4.4-r13, 2.5.2-r8 dev-python/pycrypto: 2.0.1-r6 dev-util/cmake: 2.6.2 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.4.0 sys-apps/sandbox: 1.2.18.1-r3 sys-devel/autoconf: 2.13, 2.63 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.19 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="amd64 ~amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://de-mirror.org/distro/gentoo/ http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ http://mirror.jamit.de/gentoo/ http://mirror.netcologne.de/gentoo/ " LDFLAGS="-Wl,-O1" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/portage/local/layman/wschlich-testing" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acl acpi alsa amd64 arts bash-completion berkdb bluetooth bzip2 caps cddb cdparanoia cdr cli conntest cracklib crypt css cups dbus dri dvdr dvdread encode fam fbdecor ffmpeg firefox fortran fruefont gdbm glitz glut gpm gps gtk hddtemp iconv ipod ipv6 isdnlog java6 kde4 kdeenablefinal kerberos lame ldap midi mmx mp3 mplayer mudflap multilib ncurses nls nptl nptlonly opengl openmp openssl pam pcre pdf perl png pppd python qt4 raw rdesktop readline reflection samba session spl sse sse2 ssl symlink sysfs tcpd truetype unicode usb vim-syntax vorbis wifi xcb 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 dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="radeonhd" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS xorg.conf Code: # $XdotOrg$ # # Copyright (c) 1994-1998 by The XFree86 Project, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # # Except as contained in this notice, the name of the XFree86 Project shall # not be used in advertising or otherwise to promote the sale, use or other # dealings in this Software without prior written authorization from the # XFree86 Project. # # $XConsortium: XF86Conf.cpp /main/22 1996/10/23 11:43:51 kaleb $ # ********************************************************************** # This is a sample configuration file only, intended to illustrate # what a config file might look like. Refer to the XF86Config(4/5) # man page for details about the format of this file. This man page # is installed as MANPAGE # ********************************************************************** Section "ServerLayout" Identifier "Main Layout" Screen "Screen" InputDevice "Mouse" "CorePointer" InputDevice "Touchpad" "SendCoreEvents" InputDevice "Keyboard" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" EndSection Section "Module" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "type1" Load "freetype" EndSection Section "ServerFlags" Option "blank time" "10" # 10 minutes Option "standby time" "20" Option "suspend time" "30" Option "off time" "60" Option "Xinerama" "off" EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" Option "AutoRepeat" "500 500" EndSection Section "InputDevice" Identifier "Mouse" Driver "mouse" Option "Protocol" "imps/2" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "Protocol" "auto-dev" Option "Device" "/dev/input/mouse0" EndSection Section "Monitor" Identifier "Monitor" Option "VendorName" "HP" Option "ModelName" "HD2600" Option "DPMS" "true" EndSection Section "Device" Identifier "Device" Driver "fglrx" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen" Device "Device" Monitor "Monitor" DefaultDepth 24 EndSection and finally the interesting part of Xorg.0.log... Code: (II) Primary Device is: PCI 01@00:00:0 (WW) Falling back to old probe method for fglrx (II) ATI Proprietary Linux Driver Version Identifier:8.56.4 (II) ATI Proprietary Linux Driver Release Identifier: 8.561 (II) ATI Proprietary Linux Driver Build Date: Dec 1 2008 14:56:52 (WW) This ATI Proprietary Linux Driver does not guarantee support of video driver ABI higher than 2.0 (WW) Video driver ABI version of the X server is 4.1 (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found (--) Chipset Supported AMD Graphics Processor (0x9581) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found (II) AMD Video driver is running on a device belonging to a group targeted for this release (II) AMD Video driver is signed (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) fglrx(0): pEnt->device->identifier=0x7e65f0 (II) resource ranges after probing: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) fglrx(0): === [atiddxPreInit] === begin (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/lib64/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.5.3, module version = 0.1.0 ABI class: X.Org Video Driver, version 4.1 (II) fglrx(0): PCI bus 1 card 0 func 0 (**) fglrx(0): Depth 24, (--) framebuffer bpp 32 (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) (==) fglrx(0): Default visual is TrueColor (**) fglrx(0): Option "DPMS" "true" (II) fglrx(0): Loading PCS database from /etc/ati/amdpcsdb (II) fglrx(0): 10BitPixelFormat disabled by default (==) fglrx(0): RGB weight 888 (II) fglrx(0): Using 8 bits per RGB (8 bit DAC) (==) fglrx(0): Gamma Correction for I is 0x06419064 (==) fglrx(0): Gamma Correction for II is 0x06419064 (==) fglrx(0): Buffer Tiling is ON (II) Loading sub module "fglrxdrm" (II) LoadModule: "fglrxdrm" (II) Loading /usr/lib64/xorg/modules/linux//libfglrxdrm.so (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc." compiled for 1.4.99.906, module version = 8.56.4 ABI class: X.Org Server Extension, version 1.1 (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 2600" (Chipset = 0x9581) (--) fglrx(0): (PciSubVendor = 0x103c, PciSubDevice = 0x30c5) (--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000 (--) fglrx(0): MMIO registers at 0xe4400000 (--) fglrx(0): I/O port at 0x00004000 (==) fglrx(0): ROM-BIOS at 0x000c0000 (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/lib64/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) fglrx(0): Primary V_BIOS segment is: 0xc000 (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Loading /usr/lib64/xorg/modules//libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.1.0 ABI class: X.Org Video Driver, version 4.1 (II) fglrx(0): VESA BIOS detected (II) fglrx(0): VESA VBE Version 3.0 (II) fglrx(0): VESA VBE Total Mem: 16384 kB (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS (II) fglrx(0): VESA VBE OEM Software Rev: 10.56 (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. (II) fglrx(0): VESA VBE OEM Product: M76M (II) fglrx(0): VESA VBE OEM Product Rev: 01.00 (II) fglrx(0): ATI Video BIOS revision 9 or later detected drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenByBusid: Searching for BusID PCI:1:0:0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenByBusid: drmOpenMinor returns 10 drmOpenByBusid: drmGetBusid reports PCI:1:0:0 (II) fglrx(0): Using adapter: 1:0.0. (II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x10000000) (--) fglrx(0): Video RAM: 262144 kByte, Type: DDR3 (II) fglrx(0): PCIE card detected (--) fglrx(0): Using per-process page tables (PPPT) as GART. (WW) fglrx(0): board is an unknown third party board, chipset is supported (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) fglrx(0): ***Display: ConnectedDisplayTypes=0x00000002, disabled=0x00000000 (II) fglrx(0): Connected Display1: LCD on internal LVDS [lvds] (II) fglrx(0): Display1 EDID data --------------------------- (II) fglrx(0): Manufacturer: LPL Model: 1901 Serial#: 0 (II) fglrx(0): Year: 2007 Week: 0 (II) fglrx(0): EDID Version: 1.2 (II) fglrx(0): Digital Display Input (II) fglrx(0): Max Image Size [cm]: horiz.: 33 vert.: 21 (II) fglrx(0): Gamma: 2.20 (II) fglrx(0): No DPMS capabilities specified (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) fglrx(0): First detailed timing is preferred mode (II) fglrx(0): redX: 0.590 redY: 0.345 greenX: 0.326 greenY: 0.544 (II) fglrx(0): blueX: 0.157 blueY: 0.141 whiteX: 0.313 whiteY: 0.329 (II) fglrx(0): Manufacturer's mask: 0 (II) fglrx(0): Supported additional Video Mode: (II) fglrx(0): clock: 131.5 MHz Image Size: 331 x 207 mm (II) fglrx(0): h_active: 1680 h_sync: 1744 h_sync_end 1840 h_blank_end 2048 h_border: 0 (II) fglrx(0): v_active: 1050 v_sync: 1054 v_sync_end 1060 v_blanking: 1070 v_border: 0 (WW) fglrx(0): Unknown vendor-specific block 0 (II) fglrx(0): LGPhilipsLCD (II) fglrx(0): LP154WE2-TLA4 (II) fglrx(0): EDID (in hex): (II) fglrx(0): 00ffffffffffff00320c011900000000 (II) fglrx(0): 00110102802115780a19459758538b28 (II) fglrx(0): 24505400000001010101010101010101 (II) fglrx(0): 0101010101015e339070611a14404060 (II) fglrx(0): 46004bcf100000190000000000000000 (II) fglrx(0): 00000000000000000000000000fe004c (II) fglrx(0): 475068696c6970734c43440a000000fe (II) fglrx(0): 004c503135345745322d544c41340023 (II) fglrx(0): End of Display1 EDID data -------------------- (II) fglrx(0): Primary Controller - LCD on internal LVDS (II) fglrx(0): Internal Desktop Setting: 0x00000020 (EE) fglrx(0): === [swlDalHelperAddCustomizeMode] === CWDDEDI_DisplayGetSetModeTimingOverride failed: 2 (==) fglrx(0): QBS disabled (==) fglrx(0): FAST_SWAP disabled (==) fglrx(0): PseudoColor visuals disabled (==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0) (**) fglrx(0): Center Mode is enabled (==) fglrx(0): TMDS coherent mode is enabled (II) fglrx(0): Total of 18 modes found for primary display. (--) fglrx(0): Virtual size is 1680x1050 (pitch 0) (**) fglrx(0): *Mode "1680x1050": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1680x1050"x60.0 131.50 1680 1744 1840 2048 1050 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1440x900": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1440x900"x60.0 131.50 1440 1744 1840 2048 900 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1400x1050": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1400x1050"x60.0 131.50 1400 1744 1840 2048 1050 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1280x1024": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1280x1024"x60.0 131.50 1280 1744 1840 2048 1024 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1280x960": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1280x960"x60.0 131.50 1280 1744 1840 2048 960 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1280x768": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1280x768"x60.0 131.50 1280 1744 1840 2048 768 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1280x720": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1280x720"x60.0 131.50 1280 1744 1840 2048 720 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1152x864": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1152x864"x60.0 131.50 1152 1744 1840 2048 864 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1024x768": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1024x768"x60.0 131.50 1024 1744 1840 2048 768 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "800x600": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "800x600"x60.0 131.50 800 1744 1840 2048 600 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "720x480": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "720x480"x60.0 131.50 720 1744 1840 2048 480 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "640x480": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "640x480"x60.0 131.50 640 1744 1840 2048 480 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "640x432": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "640x432"x60.0 131.50 640 1744 1840 2048 432 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "640x400": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "640x400"x60.0 131.50 640 1744 1840 2048 400 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "512x384": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "512x384"x60.0 131.50 512 1744 1840 2048 384 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "400x300": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "400x300"x60.0 131.50 400 1744 1840 2048 300 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "320x240": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "320x240"x60.0 131.50 320 1744 1840 2048 240 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "320x200": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "320x200"x60.0 131.50 320 1744 1840 2048 200 1054 1060 1070 +hsync +vsync (64.2 kHz) (--) fglrx(0): Display dimensions: (330, 210) mm (--) fglrx(0): DPI set to (129, 127) (--) fglrx(0): Virtual size is 3360x1050 (pitch 3392) (**) fglrx(0): *Mode "1680x1050": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1680x1050"x60.0 131.50 1680 1744 1840 2048 1050 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1440x900": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1440x900"x60.0 131.50 1440 1744 1840 2048 900 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1400x1050": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1400x1050"x60.0 131.50 1400 1744 1840 2048 1050 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1280x1024": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1280x1024"x60.0 131.50 1280 1744 1840 2048 1024 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1280x960": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1280x960"x60.0 131.50 1280 1744 1840 2048 960 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1280x768": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1280x768"x60.0 131.50 1280 1744 1840 2048 768 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1280x720": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1280x720"x60.0 131.50 1280 1744 1840 2048 720 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1152x864": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1152x864"x60.0 131.50 1152 1744 1840 2048 864 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1024x768": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1024x768"x60.0 131.50 1024 1744 1840 2048 768 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "800x600": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "800x600"x60.0 131.50 800 1744 1840 2048 600 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "720x480": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "720x480"x60.0 131.50 720 1744 1840 2048 480 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "640x480": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "640x480"x60.0 131.50 640 1744 1840 2048 480 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "640x432": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "640x432"x60.0 131.50 640 1744 1840 2048 432 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "640x400": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "640x400"x60.0 131.50 640 1744 1840 2048 400 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "512x384": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "512x384"x60.0 131.50 512 1744 1840 2048 384 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "400x300": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "400x300"x60.0 131.50 400 1744 1840 2048 300 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "320x240": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "320x240"x60.0 131.50 320 1744 1840 2048 240 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "320x200": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "320x200"x60.0 131.50 320 1744 1840 2048 200 1054 1060 1070 +hsync +vsync (64.2 kHz) (--) fglrx(0): Virtual size is 3360x1050 (pitch 3392) (**) fglrx(0): *Mode "1680x1050": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1680x1050"x60.0 131.50 1680 1744 1840 2048 1050 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1440x900": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1440x900"x60.0 131.50 1440 1744 1840 2048 900 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1400x1050": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1400x1050"x60.0 131.50 1400 1744 1840 2048 1050 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1280x1024": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1280x1024"x60.0 131.50 1280 1744 1840 2048 1024 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1280x960": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1280x960"x60.0 131.50 1280 1744 1840 2048 960 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1280x768": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1280x768"x60.0 131.50 1280 1744 1840 2048 768 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1280x720": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1280x720"x60.0 131.50 1280 1744 1840 2048 720 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1152x864": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1152x864"x60.0 131.50 1152 1744 1840 2048 864 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1024x768": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1024x768"x60.0 131.50 1024 1744 1840 2048 768 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "800x600": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "800x600"x60.0 131.50 800 1744 1840 2048 600 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "720x480": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "720x480"x60.0 131.50 720 1744 1840 2048 480 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "640x480": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "640x480"x60.0 131.50 640 1744 1840 2048 480 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "640x432": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "640x432"x60.0 131.50 640 1744 1840 2048 432 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "640x400": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "640x400"x60.0 131.50 640 1744 1840 2048 400 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "512x384": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "512x384"x60.0 131.50 512 1744 1840 2048 384 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "400x300": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "400x300"x60.0 131.50 400 1744 1840 2048 300 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "320x240": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "320x240"x60.0 131.50 320 1744 1840 2048 240 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "320x200": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "320x200"x60.0 131.50 320 1744 1840 2048 200 1054 1060 1070 +hsync +vsync (64.2 kHz) (--) fglrx(0): Virtual size is 3360x1050 (pitch 3392) (--) fglrx(0): *Mode 3360x1050 (unnamed) (**) fglrx(0): *Mode "1680x1050": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1680x1050"x60.0 131.50 1680 1744 1840 2048 1050 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1440x900": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1440x900"x60.0 131.50 1440 1744 1840 2048 900 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1400x1050": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1400x1050"x60.0 131.50 1400 1744 1840 2048 1050 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1280x1024": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1280x1024"x60.0 131.50 1280 1744 1840 2048 1024 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1280x960": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1280x960"x60.0 131.50 1280 1744 1840 2048 960 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1280x768": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1280x768"x60.0 131.50 1280 1744 1840 2048 768 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1280x720": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1280x720"x60.0 131.50 1280 1744 1840 2048 720 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1152x864": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1152x864"x60.0 131.50 1152 1744 1840 2048 864 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "1024x768": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "1024x768"x60.0 131.50 1024 1744 1840 2048 768 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "800x600": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "800x600"x60.0 131.50 800 1744 1840 2048 600 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "720x480": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "720x480"x60.0 131.50 720 1744 1840 2048 480 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "640x480": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "640x480"x60.0 131.50 640 1744 1840 2048 480 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "640x432": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "640x432"x60.0 131.50 640 1744 1840 2048 432 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "640x400": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "640x400"x60.0 131.50 640 1744 1840 2048 400 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "512x384": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "512x384"x60.0 131.50 512 1744 1840 2048 384 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "400x300": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "400x300"x60.0 131.50 400 1744 1840 2048 300 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "320x240": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "320x240"x60.0 131.50 320 1744 1840 2048 240 1054 1060 1070 +hsync +vsync (64.2 kHz) (**) fglrx(0): Default mode "320x200": 131.5 MHz (scaled from 0.0 MHz), 64.2 kHz, 60.0 Hz (II) fglrx(0): Modeline "320x200"x60.0 131.50 320 1744 1840 2048 200 1054 1060 1070 +hsync +vsync (64.2 kHz) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib64/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (==) fglrx(0): NoAccel = NO (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/lib64/xorg/modules//libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.2.0 ABI class: X.Org Video Driver, version 4.1 (==) fglrx(0): NoDRI = NO (II) Loading sub module "fglrxdrm" (II) LoadModule: "fglrxdrm" (II) Reloading /usr/lib64/xorg/modules/linux//libfglrxdrm.so (==) fglrx(0): Capabilities: 0x00000000 (==) fglrx(0): CapabilitiesEx: 0x00000000 (==) fglrx(0): cpuFlags: 0x8000001d (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so" (II) fglrx(0): [pcie] 262144 kB allocated (II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536 (==) fglrx(0): UseFastTLS=0 (==) fglrx(0): BlockSignalsOnLock=1 (II) fglrx(0): Direct rendering enabled (II) fglrx(0): AC Adapter is used (II) fglrx(0): Interrupt handler installed at IRQ 16. (II) fglrx(0): Exposed events to the /proc interface (II) fglrx(0): Finished Initialize PPLIB! (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU) [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU) [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU) [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (II) fglrx(0): driver needs X.org 1.4.x.y with x.y >= 99.906 (II) fglrx(0): detected X.org 7.4.3.0 (II) Loading extension ATIFGLRXDRI (II) fglrx(0): doing DRIScreenInit (II) fglrx(0): DRIScreenInit for fglrx driver drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 11, (OK) drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 11, (OK) drmOpenByBusid: Searching for BusID PCI:1:0:0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 11, (OK) drmOpenByBusid: drmOpenMinor returns 11 drmOpenByBusid: drmGetBusid reports PCI:1:0:0 (II) fglrx(0): [drm] DRM interface version 1.0 (II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0" (II) fglrx(0): [drm] added 8192 byte SAREA at 0x2000 (II) fglrx(0): [drm] mapped SAREA 0x2000 to 0x7f5011b4f000 (II) fglrx(0): [drm] framebuffer handle = 0x3000 (II) fglrx(0): [drm] added 1 reserved context for kernel (II) fglrx(0): DRIScreenInit done (II) fglrx(0): Kernel Module Version Information: (II) fglrx(0): Name: fglrx (II) fglrx(0): Version: 8.56.4 (II) fglrx(0): Date: Dec 1 2008 (II) fglrx(0): Desc: ATI FireGL DRM kernel module (II) fglrx(0): Kernel Module version matches driver. (II) fglrx(0): Kernel Module Build Time Information: (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.27-gentoo-r7 (II) fglrx(0): Build-Kernel MODVERSIONS: no (II) fglrx(0): Build-Kernel __SMP__: yes (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000 (II) fglrx(0): [drm] register handle = 0x00004000 (II) fglrx(0): DRI initialization successfull! (II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x01090000 (II) fglrx(0): FBMM initialized for area (0,0)-(3392,1280) (II) fglrx(0): FBMM auto alloc for area (0,0)-(3392,1050) (front color buffer - assumption) (II) fglrx(0): Largest offscreen area available: 3392 x 230 (==) fglrx(0): Backing store disabled (II) Loading extension FGLRXEXTENSION (II) Loading extension ATITVOUT (**) fglrx(0): DPMS enabled (II) fglrx(0): Initialized in-driver Xinerama extension (**) fglrx(0): Textured Video is enabled. (II) LoadModule: "glesx" (II) Loading /usr/lib64/xorg/modules//glesx.so (II) Module glesx: vendor="X.Org Foundation" compiled for 1.4.99.906, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension GLESX (II) fglrx(0): GLESX enableFlags = 90 (II) fglrx(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles Solid Horizontal and Vertical Lines Driver provided ScreenToScreenBitBlt replacement Driver provided FillSolidRects replacement (II) fglrx(0): GLESX is enabled (II) LoadModule: "amdxmm" (II) Loading /usr/lib64/xorg/modules//amdxmm.so (II) Module amdxmm: vendor="X.Org Foundation" compiled for 1.4.99.906, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) fglrx(0): UVD2 feature is available (WW) fglrx(0): Option "VendorName" is not used (WW) fglrx(0): Option "ModelName" is not used (II) fglrx(0): X context handle = 0x1 (II) fglrx(0): [DRI] installation complete (==) fglrx(0): Silken mouse enabled (==) fglrx(0): Using hardware cursor (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 12, (OK) drmOpenByBusid: Searching for BusID PCI:1:0:0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 12, (OK) drmOpenByBusid: drmOpenMinor returns 12 drmOpenByBusid: drmGetBusid reports PCI:1:0:0 (WW) AIGLX: 3D driver claims to not support visual 0x23 (WW) AIGLX: 3D driver claims to not support visual 0x24 (WW) AIGLX: 3D driver claims to not support visual 0x25 (WW) AIGLX: 3D driver claims to not support visual 0x26 (WW) AIGLX: 3D driver claims to not support visual 0x27 (WW) AIGLX: 3D driver claims to not support visual 0x28 (WW) AIGLX: 3D driver claims to not support visual 0x29 (WW) AIGLX: 3D driver claims to not support visual 0x2a (WW) AIGLX: 3D driver claims to not support visual 0x2b (WW) AIGLX: 3D driver claims to not support visual 0x2c (WW) AIGLX: 3D driver claims to not support visual 0x2d (WW) AIGLX: 3D driver claims to not support visual 0x2e (WW) AIGLX: 3D driver claims to not support visual 0x2f (WW) AIGLX: 3D driver claims to not support visual 0x30 (WW) AIGLX: 3D driver claims to not support visual 0x31 (WW) AIGLX: 3D driver claims to not support visual 0x32 (WW) AIGLX: 3D driver claims to not support visual 0x33 (WW) AIGLX: 3D driver claims to not support visual 0x34 (WW) AIGLX: 3D driver claims to not support visual 0x35 (WW) AIGLX: 3D driver claims to not support visual 0x36 (WW) AIGLX: 3D driver claims to not support visual 0x37 (WW) AIGLX: 3D driver claims to not support visual 0x38 (WW) AIGLX: 3D driver claims to not support visual 0x39 (WW) AIGLX: 3D driver claims to not support visual 0x3a (WW) AIGLX: 3D driver claims to not support visual 0x3b (WW) AIGLX: 3D driver claims to not support visual 0x3c (WW) AIGLX: 3D driver claims to not support visual 0x3d (WW) AIGLX: 3D driver claims to not support visual 0x3e (WW) AIGLX: 3D driver claims to not support visual 0x3f (WW) AIGLX: 3D driver claims to not support visual 0x40 (WW) AIGLX: 3D driver claims to not support visual 0x41 (WW) AIGLX: 3D driver claims to not support visual 0x42 (WW) AIGLX: 3D driver claims to not support visual 0x43 (WW) AIGLX: 3D driver claims to not support visual 0x44 (WW) AIGLX: 3D driver claims to not support visual 0x45 (WW) AIGLX: 3D driver claims to not support visual 0x46 (WW) AIGLX: 3D driver claims to not support visual 0x47 (WW) AIGLX: 3D driver claims to not support visual 0x48 (WW) AIGLX: 3D driver claims to not support visual 0x49 (WW) AIGLX: 3D driver claims to not support visual 0x4a (WW) AIGLX: 3D driver claims to not support visual 0x4b (WW) AIGLX: 3D driver claims to not support visual 0x4c (WW) AIGLX: 3D driver claims to not support visual 0x4d (WW) AIGLX: 3D driver claims to not support visual 0x4e (WW) AIGLX: 3D driver claims to not support visual 0x4f (WW) AIGLX: 3D driver claims to not support visual 0x50 (WW) AIGLX: 3D driver claims to not support visual 0x51 (WW) AIGLX: 3D driver claims to not support visual 0x52 (WW) AIGLX: 3D driver claims to not support visual 0x53 (WW) AIGLX: 3D driver claims to not support visual 0x54 (WW) AIGLX: 3D driver claims to not support visual 0x55 (WW) AIGLX: 3D driver claims to not support visual 0x56 (WW) AIGLX: 3D driver claims to not support visual 0x57 (WW) AIGLX: 3D driver claims to not support visual 0x58 (WW) AIGLX: 3D driver claims to not support visual 0x59 (WW) AIGLX: 3D driver claims to not support visual 0x5a (WW) AIGLX: 3D driver claims to not support visual 0x5b (WW) AIGLX: 3D driver claims to not support visual 0x5c (WW) AIGLX: 3D driver claims to not support visual 0x5d (WW) AIGLX: 3D driver claims to not support visual 0x5e (WW) AIGLX: 3D driver claims to not support visual 0x5f (WW) AIGLX: 3D driver claims to not support visual 0x60 (WW) AIGLX: 3D driver claims to not support visual 0x61 (WW) AIGLX: 3D driver claims to not support visual 0x62 (WW) AIGLX: 3D driver claims to not support visual 0x63 (WW) AIGLX: 3D driver claims to not support visual 0x64 (WW) AIGLX: 3D driver claims to not support visual 0x65 (WW) AIGLX: 3D driver claims to not support visual 0x66 (WW) AIGLX: 3D driver claims to not support visual 0x67 (WW) AIGLX: 3D driver claims to not support visual 0x68 (WW) AIGLX: 3D driver claims to not support visual 0x69 (WW) AIGLX: 3D driver claims to not support visual 0x6a (WW) AIGLX: 3D driver claims to not support visual 0x6b (WW) AIGLX: 3D driver claims to not support visual 0x6c (WW) AIGLX: 3D driver claims to not support visual 0x6d (WW) AIGLX: 3D driver claims to not support visual 0x6e (WW) AIGLX: 3D driver claims to not support visual 0x6f (WW) AIGLX: 3D driver claims to not support visual 0x70 (WW) AIGLX: 3D driver claims to not support visual 0x71 (WW) AIGLX: 3D driver claims to not support visual 0x72 (II) AIGLX: Loaded and initialized /usr/lib/dri/fglrx_dri.so (II) GLX: Initialized DRI GL provider for screen 0 (II) fglrx(0): Enable the clock gating! (II) fglrx(0): Restoring recent mode: 3360x1050@60Hz (**) Option "Protocol" "imps/2" (**) Mouse: Device: "/dev/input/mice" (**) Mouse: Protocol: "imps/2" (**) Option "CorePointer" (**) Mouse: always reports core events (**) Option "Device" "/dev/input/mice" (**) Option "Emulate3Buttons" "true" (**) Mouse: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) Mouse: ZAxisMapping: buttons 4 and 5 (**) Mouse: Buttons: 9 (**) Mouse: Sensitivity: 1 (II) Synaptics touchpad driver version 0.99.3 (--) Touchpad auto-dev sets device to /dev/input/event4 (**) Option "Device" "/dev/input/event4" (II) Touchpad: x-axis range 1472 - 5472 (II) Touchpad: y-axis range 1408 - 4448 (II) Touchpad: pressure range 0 - 255 (II) Touchpad: finger width range 0 - 0 (II) Touchpad: buttons: left right middle double triple (--) Touchpad touchpad found (**) Option "SendCoreEvents" (**) Touchpad: always reports core events (**) Option "CoreKeyboard" (**) Keyboard: always reports core events (**) Option "Protocol" "standard" (**) Keyboard: Protocol: standard (**) Option "AutoRepeat" "500 500" (**) Option "XkbRules" "xorg" (**) Keyboard: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Keyboard: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) Keyboard: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Keyboard: CustomKeycodes disabled (II) evaluating device (Mouse) (II) XINPUT: Adding extended input device "Mouse" (type: MOUSE) (II) evaluating device (Touchpad) (II) XINPUT: Adding extended input device "Touchpad" (type: TOUCHPAD) (II) evaluating device (Keyboard) (II) XINPUT: Adding extended input device "Keyboard" (type: KEYBOARD) (II) Mouse: ps2EnableDataReporting: succeeded (--) Touchpad touchpad found (II) AIGLX: Suspending AIGLX clients for VT switch (II) Open ACPI successful (/var/run/acpid.socket) (II) AIGLX: Resuming AIGLX clients after VT switch (II) fglrx(0): UVD2 feature is available (II) Mouse: ps2EnableDataReporting: succeeded (--) Touchpad touchpad found | In your Screen section, add: Code: Section "Screen" ... (remove Depth, or remove the one below) SubSection "Display" Viewport 0 0 Depth 24 Modes "1680x1050" EndSubSection EndSection |
I installed vlc to try to play some troublesome files, and now it's been set to default for all media files. I don't want this, and went into the dialog to change the order (put mplayer back up top) and no matter how many times I do it, it doesn't save the change. Is there a file somewhere that I can edit? This is really annoying. | The hell... after I did that, I could change the program order thru the File Associations tree. Go figure. |
Hello! I've a slight problem here; perhaps someone has already bumped into it and found a solution. I have an ATi Radeon HD3200 card with the fglrx drivers version 8.561 (aka Catalyst 8.12) on top of xorg-server 1.5 (unmasked packages). It runs well, performance is sweet in both native OpenGL and wine application, but there's an issue bugging me. All the applications which render OpenGL textures are 'always on top'... preety much like overlay. For example, if I start glxgears and alt-tab in firefox, the render window of glxgears still appears (no decorations, since they're behind firefox). http://i40.tinypic.com/3312841.png <-- see the screenshot Even worse, if I run a fullscreen app like a game in wine, it's technically impossible to alt-tab to another application or change desktops (I'm using XFCE4.4). Technically, I have focus on the window, but I can't see anything because the OpenGL renderer is 'blocking' the view. xorg.conf file here: http://pastebin.com/m67602dfd Xorg.0.log file here: http://pastebin.com/m2ca388c3 Thank you for your support! | Seems that the problem was with the compositor. |
Whenever I try to resize a firefox window with the lower corner window handles, it goes totally nuts on me...the corner of the window doesn't keep up with where I'm moving, resizes erratically, and sometimes seems to refuse to let go making matters even worse. I'm running www-client/mozilla-firefox-2.0.0.18 and use fluxbox, but I just tried and get the same flakiness in kde. This has been happening as long as I can remember and I've meant to post about it. I have hotkeys assigned to for resizing and have always used them instead. Anyone else run into this? Tom | Resizing windows in X can be slow, especially for GTK apps and especially for heavyweight apps like Firefox. As the previous poster mentioned, it has to relayout the page and that is slow (although it doesn't have to be as Safari shows us). |
Hi. trying to install kde 4.1.3 but dolphin refuse to emerge!! how can i fix this?? The error: Quote: ... [ 48%] Building CXX object apps/dolphin/src/CMakeFiles/dolphin.dir/dolphinmainwindow.o [ 48%] Building CXX object apps/dolphin/src/CMakeFiles/dolphin.dir/dolphinnewmenu.o [ 49%] Building CXX object apps/dolphin/src/CMakeFiles/dolphin.dir/dolphinviewcontainer.o In file included from /var/tmp/portage/kde-base/dolphin-4.1.3/work/dolphin-4.1.3/apps/dolphin/src/dolphinviewcontainer.cpp:55: /var/tmp/portage/kde-base/dolphin-4.1.3/work/dolphin-4.1.3/apps/dolphin/src/dolphincontextmenu.h:27:29: error: konq_copytomenu.h: No such file or directory In file included from /var/tmp/portage/kde-base/dolphin-4.1.3/work/dolphin-4.1.3/apps/dolphin/src/dolphinviewcontainer.cpp:55: /var/tmp/portage/kde-base/dolphin-4.1.3/work/dolphin-4.1.3/apps/dolphin/src/dolphincontextmenu.h:123: error: ‘KonqCopyToMenu’ does not name a type make[2]: *** [apps/dolphin/src/CMakeFiles/dolphin.dir/dolphinviewcontainer.o] Error 1 make[2]: *** Waiting for unfinished jobs.... Generating detailsviewsettingspage.moc Generating iconsizedialog.moc Generating generalviewsettingspage.moc Generating viewsettingspagebase.moc Generating kcmdolphin.moc Generating iconsviewsettingspage.moc Generating pixmapviewer.moc Generating columnviewsettingspage.moc Generating dolphinfontrequester.moc Scanning dependencies of target kcm_dolphin [ 50%] Building CXX object apps/dolphin/src/CMakeFiles/kcm_dolphin.dir/kcmdolphin.o make[1]: *** [apps/dolphin/src/CMakeFiles/dolphin.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 51%] Building CXX object apps/dolphin/src/CMakeFiles/kcm_dolphin.dir/columnviewsettingspage.o [ 52%] Building CXX object apps/dolphin/src/CMakeFiles/kcm_dolphin.dir/detailsviewsettingspage.o ... emerge --info: Quote: Portage 2.2_rc19 (default/linux/x86/2008.0, gcc-4.2.4, glibc-2.6.1-r0, 2.6.24-gentoo-r8 i686) ================================================================= System uname: Linux-2.6.24-gentoo-r8-i686-Intel-R-_Pentium-R-_4_CPU_2.40GHz-with-glibc2.0 Timestamp of tree: Mon, 05 Jan 2009 01:45:02 +0000 app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.4.4-r13 dev-python/pycrypto: 2.0.1-r6 dev-util/cmake: 2.6.2-r1 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 sys-devel/automake: 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/4.1/env /usr/kde/4.1/share/config /usr/kde/4.1/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-O2 -march=i686 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks fixpackages parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo/ http://mirror.ovh.net/gentoo-distfiles/ http://ftp.club-internet.fr/pub/mirrors/gentoo http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://cesium.di.uminho.pt/pub/gentoo/ ftp://cesium.di.uminho.pt/pub/gentoo/ http://ftp.dei.uc.pt/pub/linux/gentoo/ ftp://ftp.dei.uc.pt/pub/linux/gentoo/ http://linuv.uv.es/mirror/gentoo/ " LANG="pt_PT.UTF-8" LC_ALL="pt_PT.UTF-8" LDFLAGS="-Wl,-O1" LINGUAS="en_GB pt" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acl alsa avi bash-completion berkdb bzip2 cdr cli cracklib crypt cups dbus dri dvd dvdread encode ffmpeg foomaticdb fortran ftp gcj gdbm gif gpm hal hddtemp htmlhandbook iconv imap ipv6 isdnlog java javascript jpeg kde kdeprefix midi mime mmx mp3 mplayer mudflap ncurses networkmanager nls nptl nptlonly nsplugin ogg opengl openmp oss pam pcre pdf perl plasma png ppds pppd python qt3 qt3support qt4 rdesktop readline reflection sasl scanner session spl ssl symlink sysfs tcpd tetex tiff truetype unicode usb utempter vorbis wifi win32codecs x86 xcomposite xine xml xorg xprint xscreensaver zlib" ALSA_CARDS="intel8x0 emu10k1" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_GB pt" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Thanks. | I posted my quick fix in another post. https://forums.gentoo.org/viewtopic-p-5366783.html#5366783 I can't say I would recommend it however. |
...and I'm getting: Code: xauth: creating new authority file /root/.serverauth.6294 X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.27-gentoo-r7 i686 Current Operating System: Linux squidward 2.6.27-gentoo-r7 #1 SMP Mon Dec 29 22:06:58 EST 2008 i686 Build Date: 07 January 2009 07:35:06AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 8 09:29:47 2009 (==) Using config file: "/etc/X11/xorg.conf" (EE) Failed to load module "s3" (module does not exist, 0) (EE) No drivers available. Fatal server error: no screens found What's the best/fastest way to add the S3 driver now? Thanks! J. | Reemerge xorg-server with s3 driver support or change your driver in xorg.conf to vesa. |
I just ran emerge --depclean and revdep rebuild, which gave no errors, then rebooted my system. Now when I run startx I get an X window that says: Quote: Could not start kstartupconfig4. Check your installation. I tried emerging kde-base/kstartupconfig, but I get an error: Quote: ERROR: kde-base/kstartupconfig-4.1.3 failed. Call stack: ebuild.sh, line 49: Called src_configure environment, line 3340: Called kde4-meta_src_configure environment, line 2622: Called kde4-base_src_configure environment, line 2353: Called cmake-utils_src_configureout environment, line 836: Called die The specific snippet of code: cmake -C "${TMPDIR}/gentoo_common_config.cmake" ${cmakeargs} "${S}" :: die "Cmake failed"; The die message: Cmake failed any ideas? | I'm at the command prompt--is there a command to stop the screen from scrolling so I can actually see it? oh yeah, and emerge -uDN world says that my system is up to date |
When I run startx with nvidia drivers enabled in my xorg.conf, it results in an error message saying that no screens were found. However, when I switch to "vesa" X starts up. Is this an issue with the driver or the configure? xorg.conf (generated by nvidia-xconfig): Quote: Section "Device" # The chipset line is optional in most cases. It can be used to override # the driver's chipset detection, and should not normally be specified. # Chipset "generic" # The Driver line must be present. When using run-time loadable driver # modules, this line instructs the server to load the specified driver # module. Even when not using loadable driver modules, this line # indicates which driver should interpret the information in this section. # The BusID line is used to specify which of possibly multiple devices # this section is intended for. When this line isn't present, a device # section can only match up with the primary video device. For PCI # devices a line like the following could be used. This line should not # normally be included unless there is more than one video device # intalled. # BusID "PCI:0:10:0" # VideoRam 256 # Clocks 25.2 28.3 Identifier "Standard_VGA" Driver "vga" VendorName "Unknown" BoardName "Unknown" EndSection Section "Device" # unsupported card #VideoRam 262144 # Insert Clocks lines here if appropriate Identifier "nVidia GeForce 8600GT" Driver "vesa" EndSection Section "Screen" Identifier "Screen 1" Device "nVidia GeForce 8600GT" Monitor "LG Flatron L226WTQ" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection lspci: Quote: 00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2) 02:00.0 VGA compatible controller: nVidia Corporation GeForce 8600 GT (rev a1 Also, lsmod for good measure: Quote: Module Size Used by nvidia 7803016 0 i2c_core 23256 1 nvidia | it doesn't mean your screen aren't well configure, it mean that an error might prevent your nvidia driver to work, so as the driver doesn't work, xorg can't get screen informations from it, ending with that error saying no screen were founded. 1/ you should provide xorg.log from the non working xorg with nvidia drivers enable, you will (and us) see why the driver fail 2/ also more informations like emerge -pv nividia-drivers |
Hi! I have a problem with kdm. I have already searched internet and forum, but haven't noticed any solution. I installed kdm theme (1.2.2) and downloaded some themes from kde-look.org, but when I rebooted my laptop I came up with an error from kdm saying "Cannot parse theme file /path to theme/ (it shows up every time I boot). And I have to boot without kdm. It's really strange, because kdm works (when I disable themes). I have came across the solution to change sth in /etc/default/kdm.d, but there is no such catalog/file. Any idea? Regards mrZ | I don't use kde-misc/kdmtheme, but are you using kde4 or kde3? With kde-4.1.3, kdmrc in /usr/share/config/kdm has a [X-*-Greeter] section where you can specify themes, e.g., Code: [X-*-Greeter] AntiAliasing=true ColorScheme=BlueDeep FaceSource=AdminOnly FailFont=Bitstream Vera Sans,10,-1,5,75,0,0,0,0,0 ForgingSeed=1226409352 GUIStyle=Oxygen GreetFont=Bitstream Vera Serif,20,-1,5,50,0,0,0,0,0 GreetString=Welcome to %s at %n GreeterPos=50,50 HiddenUsers= Language=en_US LogoArea=Logo LogoPixmap=/usr/share/apps/kdm/pics/kdelogo.png MaxShowUID=65000 MinShowUID=1000 Preloader=/usr/bin/preloadkde SelectedUsers= ShowUsers=NotHidden SortUsers=true StdFont=Bitstream Vera Sans,10,-1,5,50,0,0,0,0,0 Theme=/usr/share/apps/kdm/themes/oxygen UseBackground=false UseTheme=true UserCompletion=false UserList=true Also make sure the theme you're trying to use is compatible with the version of kde/kdm you're using, i.e., I don't know if kde3 themes are compatible with kde4 and v.v. |
Hi, after updating my box, firefox does not behave in the same way like it did before. I always had firefox loading acroread or xpdf automatically for viewing pdf files. This doesnt seem to work after the upgrade and it always saves the file now to disc. The option to use another viewer such as xpdf seems to be gone. How can I fix this? | Thanks. I tried the first option and picked the xpdf application from the /usr/bin directory. |
Hi, I'm trying to customize my new LXDE but i've some trouble with menus. When i do right-click on the desktop I have a Windows-like menu with "Paste, Desktop settings ..." but I want a menu like in a "normal" Openbox. I tried to edit some .xml files but without succes, in the Openbox wiki I found some info about config files but I don't know how to modify them. Here's some config files: /usr/share/lxde/openbox/menu.xml Code: <?xml version="1.0" encoding="UTF-8"?> <openbox_menu xmlns="http://openbox.org/3.4/menu"> <menu id="apps-menu" label="Applications"> <item label="PCManFM"> <action name="Execute"> <startupnotify><enabled>yes</enabled><icon>pcmanfm</icon></startupnotify> <command>pcmanfm</command></action> </item> <item label="Xterm"> <action name="Execute"><command>xterm</command></action> </item> <item label="Firefox"> <action name="Execute"><command>firefox</command></action> </item> </menu> <menu id="root-menu" label="LXDE"> <separator label="LXDE" /> <menu id="apps-menu" /> <separator /> <menu id="client-list-menu" /> <separator /> <item label="ObConf"> <action name="Execute"> <startupnotify><enabled>yes</enabled><icon>openbox</icon></startupnotify> <command>obconf</command> </action> </item> <item label="Reload Config Files"> <action name="Reconfigure" /> </item> <separator /> <item label="Exit"> <action name="Execute"><command>lxde-logout</command></action> </item> </menu> </openbox_menu> And a part of ~/.config/openbox/lxde-rc.xml which seems to be about menus: Code: <context name="Root"> <!-- Menus --> <mousebind button="Middle" action="Press"> <action name="ShowMenu"> <menu>client-list-combined-menu</menu> </action> </mousebind> <mousebind button="Right" action="Press"> <action name="ShowMenu"> <menu>root-menu</menu> </action> </mousebind> </context> I also tried using Obconf or LXappearance, but it seems like there is no way to customize menus with these tools. | The desktop-menu is controlled by Pcmanfm , the file-manager. Go into 'Edit-->Preferences-->Desktop' and check "Show menus provided by WM when desktop is clicked". |
Hi, I upgraded to the latest xorg and lost keyboard and mouse on my computer. I found solutions here: https://forums.gentoo.org/viewtopic-t-718988.html but in order to try any of these, I either need to boot off a CD or manage to bypass the default runlevel (which launches xdm from which I can only do a hard reboot). How can I edit the grub launch command to specify either single-user mode or a specific runlevel (boot in my case would work)? Thanks /Edit: changed the title... | Thanks for the tips! |
I apologize if this type of question has been asked before - I've searched but can't find anything that's exact. I'm looking to remove a few of the kde split ebuilds from my system, particularly kdegames-meta, kdeedu-meta and possibly kdepim-meta, even though I have kde-meta installed (and have it installed for years now). How do I go about doing this without removing all of kde and reinstalling only the split ebuilds I want? Thanks in advance for the help! | You can edit /var/lib/portage/world and remove kde-meta and insert the kde-xxxx-meta that you DO want. When you emerge --update --deep world & emerge --depclean it should get rid of the stuff you don't want... alternatively, perhaps (I have not tried in your specific situation) is to unmerge the -meta packages you don't want, then add them to /etc/portage/profile/package.provided and then see if depclean wants to remove them... i'm not as sure about this |
Hello everyone, I use x11vnc to allow vnc access to a machine. I prefer this over the vnc module because people can connect to a physical vnc session anytime without interrupting it. But now I need to start x11vnc propperly. The problem is that once you log out, x11vnc quits. So it would be really nice if it would be started together with my loginmanager slim or xdm. But I was not able to find a way of starting something along with slim/xdm in the config files. I would hack it into the initscript or programm file. But then the next update it is gone again. Does anyone know how an elegant way how to solve this? Greetings -SPM-Mad | This is solved as soon as someone helps me with: https://forums.gentoo.org/viewtopic-t-723596.html |
Hello Friends! I have a DELL laptop with the Ati Mobility X1400 video card, Currently I am running the system with the closed sources driver: Code: * x11-apps/ati-drivers-extra Latest version available: 8.33.6 Latest version installed: 8.33.6 Size of files: 57,246 kB Homepage: http://www.ati.com Description: Ati precompiled drivers extra application License: ATI GPL-2 QPL-1.0 * x11-drivers/ati-drivers Latest version available: 8.561 Latest version installed: 8.493 Size of files: 79,377 kB Homepage: http://www.ati.com Description: Ati precompiled drivers for recent chipsets License: AMD GPL-2 QPL-1.0 as-is My plan is to update the driver to the opensource versions if possible . What is the best option considering that I want to use Compiz-Fusion or the Kde4 effects? [xf86-video-]radeonhd ? [xf86-video-]ati? or stay with the propietary drivers? It's been a complete mess all the times that I tried to update those drivers or xorg so I want to be more accurate this time thats why I am looking for your help!!! THanks in advance! | Open source drivers are more stable and act less naughty with other packages The xf86-video-ati driver is getting features faster than the others. Lastly xf86-video-radeonhd should (at this point at least imho) be used only if it offers features not included in xf86-video-ati for your graphics card. Based on this, you ought to use xf86-video-ati. Switching to it in my desktop machine (from fglrx) was a true revelation for me, things actually worked... |
Hello, I have a problem with keyboard settings in Gnome 2.24.2 environment - when I log in, there is message telling this: Code: Error activating XKB configuration. It can happen under various circumstances: - a bug in libxklavier library - a bug in X server (xkbcomp, xmodmap utilities) - X server with incompatible libxkbfile implementation X server version data: The X.Org Foundation 10503000 If you report this situation as a bug, please include: - The result of xprop -root | grep XKB - The result of gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd and my keyboard doesn't wor as expected - Ctrl+Alt+Backspace, Ctrl+Alt+F* doesn't work (in a gnome-terminal I receive codes like P^12; ), pressing Ctrl+C or Ctrl+V causes gdm to reload (I suspect tha system "thinks" that I'm pressing Ctrl+Alt+C or Ctrl+Alt+V, because when I make Alt+F1 in gnome-terminal I'm swtiching to tty1), and the most annoying is that keyboard layouts don't work Here is the result of both commands from the above message: Code: $xprop -root |grep XKB _XKB_RULES_NAMES_BACKUP(STRING) = "evdev", "evdev", "en, bg", "", "" _XKB_RULES_NAMES(STRING) = "evdev", "evdev", "en, bg", "", "" $ gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd layouts = [en,bg phonetic] model = evdev options = [grp grp:alt_shift_toggle] I'm using xorg-server 1.5.3 compiled with hal and keyboard configuration is made in /et/hal/fdi/policy/10-x11-input.fdi: Code: <?xml version="1.0" encoding="UTF-8"?> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.mouse"> <merge key="input.x11_driver" type="string">mouse</merge> <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux"> <merge key="input.x11_driver" type="string">evdev</merge> </match> </match> <match key="info.capabilities" contains="input.touchpad"> <match key="info.product" contains="SynPS/2 Synaptics TouchPad"> <merge key="input.x11_driver" type="string">synaptics</merge> <merge key="input.x11_options.SHMConfig" type="string">true</merge> <merge key="input.x11_options.SendCoreEvents" type="string">true</merge> <merge key="input.x11_options.Emulate3Buttons" type="string">yes</merge> <merge key="input.x11_options.BMaxTapMove" type="string">2000</merge> <merge key="input.x11_options.LeftEdge" type="string">1472</merge> <merge key="input.x11_options.RightEdge" type="string">5472</merge> <merge key="input.x11_options.TopEdge" type="string">1408</merge> <merge key="input.x11_options.BottomEdge" type="string">4448</merge> <merge key="input.x11_options.FingerLow" type="string">25</merge> <merge key="input.x11_options.FingerHigh" type="string">30</merge> <merge key="input.x11_options.TapButton1" type="string">1</merge> <merge key="input.x11_options.TapButton2" type="string">2</merge> <merge key="input.x11_options.TapButton3" type="string">3</merge> <merge key="input.x11_options.MaxTapTime" type="string">180</merge> <merge key="input.x11_options.MaxTapMove" type="string">220</merge> <merge key="input.x11_options.VertScrollDelta" type="string">100</merge> <merge key="input.x11_options.MinSpeed" type="string">0.02</merge> <merge key="input.x11_options.MaxSpeed" type="string">0.18</merge> <merge key="input.x11_options.AccelFactor" type="string">0.0010</merge> <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge> <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge> <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge> <merge key="input.x11_options.SpecialScrollAreaRight" type="string">true</merge> </match> </match> <match key="info.capabilities" contains="input.keys"> <merge key="input.x11_options.XkbRules" type="string">base</merge> <!-- If we're using Linux, we use evdev by default (falling back to keyboard otherwise). --> <merge key="input.x11_driver" type="string">keyboard</merge> <merge key="input.x11_options.XkbModel" type="string">pc105</merge> <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux"> <merge key="input.x11_driver" type="string">evdev</merge> <merge key="input.x11_options.XkbModel" type="string">evdev</merge> <merge key="input.x11_options.XkbLayout" type="string">en, bg</merge> <merge key="input.xkb.layout" type="string">en, pho</merge> <merge key="input.xkb.options" type="strlist">grp_led:caps</merge> </match> <merge key="input.x11_options.XkbLayout" type="string">en, bg</merge> <merge key="input.xkb.layout" type="string">en, pho</merge> </match> </device> </deviceinfo> And my xorg.conf is: Code: Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" Load "glx" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/corefonts/" FontPath "/usr/share/fonts/cyrillic/" FontPath "/usr/share/fonts/terminus/" EndSection Section "Monitor" Identifier "Monitor" HorizSync 28.0 - 96.0 Option "ReducedBlanking" VertRefresh 50-70 EndSection Section "Device" Identifier "SiS_VGA_Card" Driver "sis" Option "EnableSiSCtrl" "yes" EndSection Section "Screen" Identifier "Screen 1" Device "SiS_VGA_Card" Monitor "Monitor" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" Option "AllowEmptyInput" "True" EndSection According to Xorg.0.log keyboard settings are fine: Code: (II) config/hal: Adding input device AT Translated Set 2 keyboard (II) LoadModule: "evdev" (II) Loading /usr/lib64/xorg/modules/input//evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.5.3, module version = 2.1.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (**) AT Translated Set 2 keyboard: always reports core events (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1" (II) AT Translated Set 2 keyboard: Found keys (II) AT Translated Set 2 keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) AT Translated Set 2 keyboard: xkb_rules: "evdev" (**) Option "xkb_model" "evdev" (**) AT Translated Set 2 keyboard: xkb_model: "evdev" (**) Option "xkb_layout" "en, bg" (**) AT Translated Set 2 keyboard: xkb_layout: "en, bg" Reemerging (and downgrading) xserver-xorg, libxklavier, setxbmap, xkbcomp, libxkbfile didn't help. I read a lot of similar problem in net but all were very old - I dodn't find pepole wit current versions of software and problem like mine. Thank you for your time. | For a start, drop the space from layout string (not sure if it changes anything, but shouldn't hurt) and decide on one style of options - as you do need the new style anyway, unify keyboard options to the new style - input.x11_options.*, simplify that section too and check if the fdi file is actually applied. |
does anyone managed to the them to work with hal? lshal -m recognized them when they are pressed but they wont work. | Abraxas wrote: Have you enabled mmkeys in the application configuration. My mmkeys worked without additional configuration. how can I enable it? |
Hello i have just tried to emerge gnome and when it comes to update libgweather i have an error in the build.log file which indicate that there is no such file or directory; here is my infos : emerge -info emerge pygtk libgweather -pv Calculating dependencies... done! [ebuild R ] dev-python/pygtk-2.13.0 USE="X -doc -examples" 0 kB [ebuild U ] dev-libs/libgweather-2.24.2 [2.22.3] USE="python%* -debug" 0 kB Total: 2 packages (1 upgrade, 1 reinstall), Size of downloads: 0 kB ade05fr@hallap /var/tmp/portage/dev-libs/libgweather-2.24.2/temp $ sudo emerge --info Portage 2.1.6.4 (default/linux/amd64/2008.0, gcc-4.3.2, glibc-2.8_p20080602-r0, 2.6.28-gentoo x86_64) ================================================================= System uname: Linux-2.6.28-gentoo-x86_64-Intel-R-_Core-TM-2_CPU_T5500_@_1.66GHz-with-glibc2.2.5 Timestamp of tree: Mon, 29 Dec 2008 18:30:01 +0000 distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled] ccache version 2.4 [enabled] app-shells/bash: 3.2_p17-r1 dev-java/java-config: 1.3.7, 2.0.33-r1 dev-lang/python: 2.4.4, 2.5.2-r8 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.4.7-r2 sys-apps/baselayout: 1.12.11 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.24 virtual/os-headers: 2.6.24 ACCEPT_KEYWORDS="amd64 ~amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=nocona -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="${NXDIR}/etc ${NXDIR}/home /etc /home /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/share/config/kdm /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /var/bind" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=nocona -O2 -pipe" DISTDIR="/var/ftp/distfiles" FEATURES="ccache distlocks fixpackages metadata-transfer parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LANG="fr_FR@euro" LC_ALL="fr_FR@euro" LDFLAGS="-Wl,-O1" LINGUAS="en ar en_GB fr ja " MAKEOPTS="-s -j3" PKGDIR="/var/ftp/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="7zip X a52 aac aalib accessibility acl acpi ada aiglx alsa amd64 apache2 arts artswrappersuid asterisk audiofile avahi berkdb bluetooth browserplugin bzip2 cairo canvas cdda cdr cjk cli commercial cracklib crypt css cups dbus dga divx4linux djvu dlloader dri dts dvb dvd dvdr dvdread dvi evo exif exscalibar fat ffmpeg firefox flac foomatic-db fortran freetype fuse gcj gdbm gimpprint glitz glut gnokii gnome gnutls gphoto2 gpm gtk2 hal hfs iconv ieee1394 ipod ipv6 irda isdnlog jack java jfs joystick jpeg jpeg2k kde kdeenablefinal kdehiddenvisibility kdgraphics kerberos kig-scripting kipi ladspa lcd ldap libcaca lirc live livecd lm_sensors logitech-mouse mad mbrola midi mikmod mmx mono mozcalendar moznocompose moznoirc moznomail mozsvg mp3 mpeg mudflap multilib musepack musicbrainz nautilus ncurses nls nntp nptl nptlonly nsplugin ntfs nvidia ogg oggvorbis ole on-the-fly-crypt openexr openmp pam pam_chroot pam_timestamp pcmcia pcre pda pdf perforce perl php portaudio postgres povray ppds pppd pwdb python qt rdesktop readline reflection reiser4 reiserfs remote rtsp ruby samba scanner session shout skins sms sndfile soundtouch speedo speex spl sql sqlite sse sse2 ssl stats stream subversion svg symlink sysfs tcpd theora tiff timidity truetype udev unichrome unicode usb v4l v4l2 vcd visualization vlm vorbis wifi wxwindows xfs xine xinerama xml xml2 xorg xprint xscreensaver xv xvid xvmc zeroconf 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 auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse acecad aiptek calcomp citron digitaledge dmc dynapro elo2300 elographics fpit hyperpen jamstudio joystick magellan microtouch mutouch palmax penmount spaceorb summa synaptics tek4957 wacom ur98 vmmouse void" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en ar en_GB fr ja " USERLAND="GNU" VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev fglrx glint i128 i740 i810 imstt mach64 mga neomagic nsc nv nvidia r128 radeon rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY and the build.log with the error : ade05fr@hallap /var/tmp/portage/dev-libs/libgweather-2.24.2/temp $ sudo more build.log >>> Unpacking source... >>> Unpacking libgweather-2.24.2.tar.bz2 to /var/tmp/portage/dev-libs/libgweather-2.24.2/work * Fixing OMF Makefiles ... [ ok ] * Running elibtoolize in: libgweather-2.24.2 * Applying portage-1.5.10.patch ... * Applying sed-1.5.6.patch ... >>> Source unpacked. >>> Compiling source in /var/tmp/portage/dev-libs/libgweather-2.24.2/work/libgweather-2.24.2 ... * econf: updating libgweather-2.24.2/config.sub with /usr/share/gnuconfig/config.sub * econf: updating libgweather-2.24.2/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-all-translations-in-one-x ml --enable-python --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu 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 whether NLS is requested... yes checking for style of include used by make... GNU checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3 checking for intltool >= 0.40.0... 0.40.5 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for perl... /usr/bin/perl checking for XML::Parser... ok 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.19... yes checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) gcc3 checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes checking for library containing strerror... none required checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-pc-linux-gnu-g++... gcc3 checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E checking for x86_64-pc-linux-gnu-g77... no checking for x86_64-pc-linux-gnu-xlf... no checking for x86_64-pc-linux-gnu-f77... no checking for x86_64-pc-linux-gnu-frt... no checking for x86_64-pc-linux-gnu-pgf77... no checking for x86_64-pc-linux-gnu-cf77... no checking for x86_64-pc-linux-gnu-fort77... no checking for x86_64-pc-linux-gnu-fl32... no checking for x86_64-pc-linux-gnu-af77... no checking for x86_64-pc-linux-gnu-xlf90... no checking for x86_64-pc-linux-gnu-f90... no checking for x86_64-pc-linux-gnu-pgf90... no checking for x86_64-pc-linux-gnu-pghpf... no checking for x86_64-pc-linux-gnu-epcf90... no checking for x86_64-pc-linux-gnu-gfortran... x86_64-pc-linux-gnu-gfortran checking whether we are using the GNU Fortran 77 compiler... yes checking whether x86_64-pc-linux-gnu-gfortran accepts -g... yes checking the maximum length of command line arguments... 1572864 checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok checking for objdir... .libs checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC works... yes checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC works... yes checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for x86_64-pc-linux-gnu-gfortran option to produce PIC... -fPIC checking if x86_64-pc-linux-gnu-gfortran PIC flag -fPIC works... yes checking if x86_64-pc-linux-gnu-gfortran static flag -static works... yes checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o... yes checking whether the x86_64-pc-linux-gnu-gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate checking for gconftool-2... /usr/bin/gconftool-2 checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes checking what language compliance flags to pass to the C compiler... checking for more warnings... no checking for GTK... yes checking for LIBXML... yes checking for LIBSOUP... yes checking for GCONF... yes Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation Using $(sysconfdir)/gconf/schemas as install directory for schema files checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.16... yes checking for GLIB - version >= 2.13.0... yes (version 2.18.2) checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /usr/bin/gmsgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for struct tm.tm_gmtoff... yes checking for _NL_MEASUREMENT_MEASUREMENT... yes checking for python... /usr/local/bin/python checking for python version... 2.4 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.4/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages checking for headers required to compile python extensions... found checking for PYGOBJECT... yes configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating po-locations/Makefile config.status: creating libgweather/Makefile config.status: creating libgweather/gweather.pc config.status: creating libgweather/gweather-uninstalled.pc config.status: creating data/Makefile config.status: creating python/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing po/stamp-it commands libgweather-2.24.2 configure summary: Prefix: /usr Source code location: . Compiler: x86_64-pc-linux-gnu-gcc Locations.xml translations: one big file make -s -j3 Making all in po Making all in po-locations Making all in libgweather mkdir .libs x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-weather-metar.l o -MD -MP -MF .deps/libgweather_la-weather-metar.Tpo -c weather-metar.c -fPIC -DPIC -o .libs/libgweather_la-weather-metar.o x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-weather-iwin.lo -MD -MP -MF .deps/libgweather_la-weather-iwin.Tpo -c weather-iwin.c -fPIC -DPIC -o .libs/libgweather_la-weather-iwin.o x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-weather.lo -MD -MP -MF .deps/libgweather_la-weather.Tpo -c weather.c -fPIC -DPIC -o .libs/libgweather_la-weather.o x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-weather-metar.l o -MD -MP -MF .deps/libgweather_la-weather-metar.Tpo -c weather-metar.c -o libgweather_la-weather-metar.o >/dev/null 2>&1 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-weather-iwin.lo -MD -MP -MF .deps/libgweather_la-weather-iwin.Tpo -c weather-iwin.c -o libgweather_la-weather-iwin.o >/dev/null 2>&1 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-weather-bom.lo -MD -MP -MF .deps/libgweather_la-weather-bom.Tpo -c weather-bom.c -fPIC -DPIC -o .libs/libgweather_la-weather-bom.o x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-weather-bom.lo -MD -MP -MF .deps/libgweather_la-weather-bom.Tpo -c weather-bom.c -o libgweather_la-weather-bom.o >/dev/null 2>&1 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-weather-met.lo -MD -MP -MF .deps/libgweather_la-weather-met.Tpo -c weather-met.c -fPIC -DPIC -o .libs/libgweather_la-weather-met.o x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-weather-met.lo -MD -MP -MF .deps/libgweather_la-weather-met.Tpo -c weather-met.c -o libgweather_la-weather-met.o >/dev/null 2>&1 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-weather-wx.lo - MD -MP -MF .deps/libgweather_la-weather-wx.Tpo -c weather-wx.c -fPIC -DPIC -o .libs/libgweather_la-weather-wx.o x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-weather-wx.lo - MD -MP -MF .deps/libgweather_la-weather-wx.Tpo -c weather-wx.c -o libgweather_la-weather-wx.o >/dev/null 2>&1 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-weather-sun.lo -MD -MP -MF .deps/libgweather_la-weather-sun.Tpo -c weather-sun.c -fPIC -DPIC -o .libs/libgweather_la-weather-sun.o x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-weather-sun.lo -MD -MP -MF .deps/libgweather_la-weather-sun.Tpo -c weather-sun.c -o libgweather_la-weather-sun.o >/dev/null 2>&1 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-weather.lo -MD -MP -MF .deps/libgweather_la-weather.Tpo -c weather.c -o libgweather_la-weather.o >/dev/null 2>&1 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-gweather-enum-t ypes.lo -MD -MP -MF .deps/libgweather_la-gweather-enum-types.Tpo -c gweather-enum-types.c -fPIC -DPIC -o .libs/libgweather_la-gweather-enum-types.o x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-gweather-enum-t ypes.lo -MD -MP -MF .deps/libgweather_la-gweather-enum-types.Tpo -c gweather-enum-types.c -o libgweather_la-gweather-enum-types.o >/dev/null 2>&1 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-gweather-prefs. lo -MD -MP -MF .deps/libgweather_la-gweather-prefs.Tpo -c gweather-prefs.c -fPIC -DPIC -o .libs/libgweather_la-gweather-prefs.o x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-gweather-gconf. lo -MD -MP -MF .deps/libgweather_la-gweather-gconf.Tpo -c gweather-gconf.c -fPIC -DPIC -o .libs/libgweather_la-gweather-gconf.o x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-gweather-prefs. lo -MD -MP -MF .deps/libgweather_la-gweather-prefs.Tpo -c gweather-prefs.c -o libgweather_la-gweather-prefs.o >/dev/null 2>&1 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-gweather-gconf. lo -MD -MP -MF .deps/libgweather_la-gweather-gconf.Tpo -c gweather-gconf.c -o libgweather_la-gweather-gconf.o >/dev/null 2>&1 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-gweather-xml.lo -MD -MP -MF .deps/libgweather_la-gweather-xml.Tpo -c gweather-xml.c -fPIC -DPIC -o .libs/libgweather_la-gweather-xml.o x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-gweather-locati on.lo -MD -MP -MF .deps/libgweather_la-gweather-location.Tpo -c gweather-location.c -fPIC -DPIC -o .libs/libgweather_la-gweather-location.o x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-gweather-timezo ne.lo -MD -MP -MF .deps/libgweather_la-gweather-timezone.Tpo -c gweather-timezone.c -fPIC -DPIC -o .libs/libgweather_la-gweather-timezone.o gweather-timezone.c: In function 'gweather_timezones_parse_xml': gweather-timezone.c:145: attention : 'dst_offset' may be used uninitialized in this function gweather-timezone.c:145: note: 'dst_offset' was declared here x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-gweather-timezo ne.lo -MD -MP -MF .deps/libgweather_la-gweather-timezone.Tpo -c gweather-timezone.c -o libgweather_la-gweather-timezone.o >/dev/null 2>&1 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-gweather-locati on.lo -MD -MP -MF .deps/libgweather_la-gweather-location.Tpo -c gweather-location.c -o libgweather_la-gweather-location.o >/dev/null 2>&1 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-gweather-xml.lo -MD -MP -MF .deps/libgweather_la-gweather-xml.Tpo -c gweather-xml.c -o libgweather_la-gweather-xml.o >/dev/null 2>&1 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-location-entry. lo -MD -MP -MF .deps/libgweather_la-location-entry.Tpo -c location-entry.c -fPIC -DPIC -o .libs/libgweather_la-location-entry.o x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-parser.lo -MD - MP -MF .deps/libgweather_la-parser.Tpo -c parser.c -fPIC -DPIC -o .libs/libgweather_la-parser.o x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-location-entry. lo -MD -MP -MF .deps/libgweather_la-location-entry.Tpo -c location-entry.c -o libgweather_la-location-entry.o >/dev/null 2>&1 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-parser.lo -MD - MP -MF .deps/libgweather_la-parser.Tpo -c parser.c -o libgweather_la-parser.o >/dev/null 2>&1 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-timezone-menu.l o -MD -MP -MF .deps/libgweather_la-timezone-menu.Tpo -c timezone-menu.c -fPIC -DPIC -o .libs/libgweather_la-timezone-menu.o x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango -1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/libxm l2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/l ib64/glib-2.0/include -DG_LOG_DOMAIN=\"GWeather\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -DGWEATHER_XML_LOCATION_DIR=\"/usr/share/libgweather\" -march=nocona -O2 -pipe -MT libgweather_la-timezone-menu.l o -MD -MP -MF .deps/libgweather_la-timezone-menu.Tpo -c timezone-menu.c -o libgweather_la-timezone-menu.o >/dev/null 2>&1 Generating and caching the translation database Merging translations into gweather.schemas. x86_64-pc-linux-gnu-gcc -shared .libs/libgweather_la-weather.o .libs/libgweather_la-weather-metar.o .libs/libgweather_la-weather-iwin.o .libs/libgweather_la-weather-met.o .libs/libgweather_la-weather-b om.o .libs/libgweather_la-weather-wx.o .libs/libgweather_la-weather-sun.o .libs/libgweather_la-gweather-enum-types.o .libs/libgweather_la-gweather-prefs.o .libs/libgweather_la-gweather-gconf.o .libs/lib gweather_la-gweather-xml.o .libs/libgweather_la-gweather-location.o .libs/libgweather_la-gweather-timezone.o .libs/libgweather_la-location-entry.o .libs/libgweather_la-timezone-menu.o .libs/libgweather_ la-parser.o -Wl,--rpath -Wl,/usr/lib64 -lm /usr/lib64/libgtk-x11-2.0.so /usr/lib64/libgdk-x11-2.0.so /usr/lib64/libatk-1.0.so -L/usr/lib64 /usr/lib64/libpangoft2-1.0.so /usr/lib64/libgdk_pixbuf-2.0.so /usr/lib64/libpangocairo-1.0.so /usr/lib64/libcairo.so /usr/lib64/libpango-1.0.so /usr/lib64/libfreetype.so -lz /usr/lib64/libfontconfig.so /usr/lib64/libxml2.so /usr/lib64/libsoup-2.4.so /usr/lib64/lib gio-2.0.so /usr/lib64/libgobject-2.0.so /usr/lib64/libgmodule-2.0.so /usr/lib64/libgconf-2.so /usr/lib64/libglib-2.0.so -march=nocona -Wl,-O1 -Wl,-soname -Wl,libgweather.so.1 -o .libs/libgweather.so.1. 2.1 (cd .libs && rm -f libgweather.so.1 && ln -s libgweather.so.1.2.1 libgweather.so.1) (cd .libs && rm -f libgweather.so && ln -s libgweather.so.1.2.1 libgweather.so) x86_64-pc-linux-gnu-ar cru .libs/libgweather.a libgweather_la-weather.o libgweather_la-weather-metar.o libgweather_la-weather-iwin.o libgweather_la-weather-met.o libgweather_la-weather-bom.o libgweathe r_la-weather-wx.o libgweather_la-weather-sun.o libgweather_la-gweather-enum-types.o libgweather_la-gweather-prefs.o libgweather_la-gweather-gconf.o libgweather_la-gweather-xml.o libgweather_la-gweather- location.o libgweather_la-gweather-timezone.o libgweather_la-location-entry.o libgweather_la-timezone-menu.o libgweather_la-parser.o x86_64-pc-linux-gnu-ranlib .libs/libgweather.a creating libgweather.la (cd .libs && rm -f libgweather.la && ln -s ../libgweather.la libgweather.la) x86_64-pc-linux-gnu-gcc -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2 .0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DG_LOG_DOMAIN=\"GWeather\" -march=nocona -O2 -pipe -Wl,-O1 -o .libs/test_locations test_locatio ns-test_locations.o ./.libs/libgweather.so /usr/lib64/libgtk-x11-2.0.so /usr/lib64/libgdk-x11-2.0.so /usr/lib64/libatk-1.0.so /usr/lib64/libgdk_pixbuf-2.0.so /usr/lib64/libpangocairo-1.0.so /usr/lib64/ libpangoft2-1.0.so /usr/lib64/libcairo.so /usr/lib64/libpixman-1.so /usr/lib64/libglitz.so /usr/lib64/libpng12.so /usr/lib64/libXrender.so /usr/lib64/libX11.so /usr/lib64/libXau.so /usr/lib64/libXdmcp.s o /usr/lib64/libpango-1.0.so /usr/lib64/libfontconfig.so /usr/lib64/libfreetype.so /usr/lib64/libsoup-2.4.so /usr/lib64/libxml2.so -lm /usr/lib64/libgnutls.so -L/usr/lib64 /usr/lib64/libtasn1.so -lz /us r/lib64/libgcrypt.so /usr/lib64/libgpg-error.so /usr/lib64/libgio-2.0.so /usr/lib64/libgconf-2.so /usr/lib64/libORBit-2.so /usr/lib64/libgmodule-2.0.so -ldl /usr/lib64/libgthread-2.0.so -lpthread -lrt / usr/lib64/libdbus-glib-1.so -lnsl /usr/lib64/libdbus-1.so /usr/lib64/libgobject-2.0.so /usr/lib64/libglib-2.0.so x86_64-pc-linux-gnu-gcc -I.. -I. -Wall -Wmissing-prototypes -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2 .0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/ include -DG_LOG_DOMAIN=\"GWeather\" -march=nocona -O2 -pipe -Wl,-O1 -o .libs/test_metar test_metar-test_metar.o -L/usr/lib64 ./.libs/libgweather.so /usr/lib64/libgtk-x11-2.0.so /usr/lib64/libgdk-x11-2. 0.so /usr/lib64/libatk-1.0.so /usr/lib64/libgdk_pixbuf-2.0.so /usr/lib64/libpangocairo-1.0.so /usr/lib64/libpangoft2-1.0.so /usr/lib64/libcairo.so /usr/lib64/libpixman-1.so /usr/lib64/libglitz.so /usr/l ib64/libpng12.so /usr/lib64/libXrender.so /usr/lib64/libX11.so /usr/lib64/libXau.so /usr/lib64/libXdmcp.so /usr/lib64/libpango-1.0.so /usr/lib64/libfontconfig.so /usr/lib64/libfreetype.so /usr/lib64/lib soup-2.4.so /usr/lib64/libxml2.so -lm /usr/lib64/libgnutls.so /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so /usr/lib64/libgio-2.0.so /usr/lib64/libgconf-2.so /usr/lib64/l ibORBit-2.so /usr/lib64/libgmodule-2.0.so -ldl /usr/lib64/libgthread-2.0.so -lpthread -lrt /usr/lib64/libdbus-glib-1.so -lnsl /usr/lib64/libdbus-1.so /usr/lib64/libgobject-2.0.so /usr/lib64/libglib-2.0. so creating test_metar creating test_locations Making all in data Generating and caching the translation database Merging translations into Locations.xml. CREATED Locations.xml Making all in python note: pygtk-codegen-2.0 is deprecated, use pygobject-codegen-2.0 instead note: I will now try to invoke pygobject-codegen-2.0 in the same directory mkdir .libs x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/python2.5 -I/usr/local/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/incl ude/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include /freetype2 -I/usr/include/libpng12 -march=nocona -O2 -pipe -MT gweathermodule.lo -MD -MP -MF .deps/gweathermodule.Tpo -c gweathermodule.c -fPIC -DPIC -o .libs/gweathermodule.o Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/gtk-2.0/codegen/codegen.py", line 1712, in ? sys.exit(main(sys.argv)) File "/usr/lib/python2.4/site-packages/gtk-2.0/codegen/codegen.py", line 1670, in main p.startParsing() File "/usr/lib/python2.4/site-packages/gtk-2.0/codegen/scmexpr.py", line 113, in startParsing for statement in statements: File "/usr/lib/python2.4/site-packages/gtk-2.0/codegen/scmexpr.py", line 27, in parse fp = open(filename, 'r') IOError: [Errno 2] No such file or directory: '/usr/share/pygtk/2.0/defs/gtk.defs' make[2]: *** [gweather.c] Erreur 1 make[2]: *** Attente des t�ches non termin�es.... x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/python2.5 -I/usr/local/include/python2.5 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/incl ude/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include /freetype2 -I/usr/include/libpng12 -march=nocona -O2 -pipe -MT gweathermodule.lo -MD -MP -MF .deps/gweathermodule.Tpo -c gweathermodule.c -o gweathermodule.o >/dev/null 2>&1 make[1]: *** [all-recursive] Erreur 1 make: *** [all] Erreur 2 * * ERROR: dev-libs/libgweather-2.24.2 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 724: Called gnome2_src_compile * environment, line 649: Called die * The specific snippet of code: * emake || die "compile failure" * The die message: * compile failure * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/dev-libs/libgweather-2.24.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/libgweather-2.24.2/temp/environment'. * can someone help me ? thanks for ur help ade05fr | Hello everyone i have decided 2 days ago to upgrade from gnome2.20 to 2.22 and i have encountered many problems with pycairo, pygtk gnome-doc-utils etc.... After searching many times i have fully understand why i have such problems. In fact all is related to your environnement settings and particularly your path to use python. I have not a specific solution for you but what i can say is that : - I had python2.4 installed -> automatically (by emerge command line) : installation of the commandline in /usr/bin -> manually (unzip of the files and make etc...) : installation of the python commandline in /usr/local/bin - i have python2.5 installed automatically Beside my $PATH use first /usr/local/bin instead of /usr/bin so finally that means that everything was based on /usr/local/ root path. What did i do was to remove completely python2.4 (automatically and by unmerge) go to the different folders where the local installation put the lib, config files ( /usr/local/include/python2.4, /usr/local/lib/python2.4 and dont forget /usr/lobal/bin/python* ) suppress them and do a reinstall of the different packages (before that do a python-updater) and that worked for me ) Dont installa manually python wherever you will be in big trouble Hope it will help many of u for your investigations Ade05fr |
Hi, I'm using gentoo with KDE on a macbook 4,1 and I have a queer problem with hal. From time to time this dialog for new detected media pos up, telling me that an audio cd was recognised...without anything inserted into the dvd/ cd rom. Togehter with this, my external usb drive gets thrown out of the system and is re-recognised. Any ideas? greetings, bienchen | Maybe you could try sys-apps/hal-0.5.11-r4 which is the latest. It is keyword masked. |
I updated openrc from 0.3.0-r1 to 0.4.1-r1. I haved to upgrade udev to udev-133 version. Then i run dispatch-con (=etc-update) and revdep-rebuild. BUT after restarting laptop I can't run XORG and wlan. Wlan is secondary problem. I wanted downgrade openrc but version openrc-0.3.0-r1 is not in repositoty :/. I spend by looking any help many hours but no result. I need function XORG because I have to complete disertation to 10th of January ://. After reboot i'm in console. I login like user and run startx : Code: ~ (WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found (II) Module already built-in (II) Module already built-in (II) Module already built-in (EE) GARTInit: Unable to open /dev/agpgart (No such file or directory) (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (EE) intel(0): Couldn't allocate video memory Fatal server error: AddScreen/ScreenInit failed for driver 0 I checked modules and agpgart is loaded. # lsmod: Code: Module Size Used by intelfb 29476 0 cfbfillrect 3328 1 intelfb cfbimgblt 2688 1 intelfb fb 36872 1 intelfb cfbcopyarea 3328 1 intelfb intel_agp 23484 1 i915 48772 0 drm 69416 1 i915 agpgart 26312 3 intelfb,intel_agp,drm fbdev 1280 0 scsi_wait_scan 1408 0 btsdio 4096 0 hci_usb 10392 0 sco 8964 0 rfcomm 29072 0 hidp 12544 0 bnep 11136 0 l2cap 18048 5 rfcomm,hidp,bnep bluetooth 46436 7 btsdio,hci_usb,sco,rfcomm,hidp,bnep,l2cap There is my emerge --info : Code: Portage 2.1.6.4 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.28-rc6 i686) ================================================================= System uname: Linux-2.6.28-rc6-i686-Intel-R-_Core-TM-_Duo_CPU_T2250_@_1.73GHz-with-glibc2.0 Timestamp of tree: Fri, 02 Jan 2009 13:15:01 +0000 app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7-r1, 2.1.6-r1 dev-lang/python: 2.4.4-r13, 2.5.2-r7 dev-python/pycrypto: 2.0.1-r6 dev-util/cmake: 2.4.6-r1 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.4.1-r1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 sys-devel/automake: 1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="x86" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ARCH="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=prescott -O2 -pipe" CHOST="i686-pc-linux-gnu" CLASSPATH="." CLEAN_DELAY="5" COLLISION_IGNORE="/lib/modules" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CVS_RSH="ssh" CXXFLAGS="-march=prescott -O2 -pipe" DISTDIR="/usr/portage/distfiles" EDITOR="/usr/bin/vim" ELIBC="glibc" EMERGE_DEFAULT_OPTS="--verbose --tree" EMERGE_WARNING_DELAY="10" FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}"" GCC_SPECS="" GDK_USE_XFT="1" GENTOO_MIRRORS="http://gentoo.ynet.sk/pub http://ftp.sh.cvut.cz/MIRRORS/gentoo" HISTCONTROL="ignorespace" HOME="/root" HUSHLOGIN="FALSE" INFOPATH="/usr/share/info:/usr/share/binutils-data/i686-pc-linux-gnu/2.18/info:/usr/share/gcc-data/i486-pc-linux-gnu/4.1.2/info:/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/info" INPUT_DEVICES="keyboard mouse synaptics evdev" JAVAC="/etc/java-config-2/current-system-vm/bin/javac" JAVA_HOME="/etc/java-config-2/current-system-vm" JDK_HOME="/etc/java-config-2/current-system-vm" KDEDIRS="/usr:/usr/local:/usr/kde/3.5" KERNEL="linux" LANG="cs_CZ.utf8" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LC_ALL="cs_CZ" LDFLAGS="-Wl,-O1" LESS="-R -M --shift 5" LESSOPEN="|lesspipe.sh %s" LINGUAS="cs en" LOGNAME="root" LS_COLORS="no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.svgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:" MAIL="/var/mail/root" MAKEOPTS="-j3" MANPATH="/etc/java-config-2/current-system-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/i686-pc-linux-gnu/2.18/man:/usr/share/gcc-data/i486-pc-linux-gnu/4.1.2/man:/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/man:/etc/java-config/system-vm/man/:/usr/kde/3.5/share/man:/usr/qt/3/doc/man:/opt/opera/share/man" MC_SID="6431" MC_TMPDIR="/tmp/mc-root" NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" NOCOLOR="true" OLDPWD="/mnt" OPENGL_PROFILE="xorg-x11" PAGER="/usr/bin/less" PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i486-pc-linux-gnu/gcc-bin/4.1.2:/usr/i686-pc-linux-gnu/gcc-bin/4.1.2:/usr/kde/3.5/sbin:/usr/kde/3.5/bin:/usr/qt/3/bin" PKGDIR="/usr/portage/packages" PKG_CONFIG_PATH="/usr/qt/3/lib/pkgconfig" PORTAGE_ARCHLIST="ppc s390 amd64 x86 ppc64 x86-fbsd m68k arm sparc sh mips ia64 alpha hppa sparc-fbsd" PORTAGE_BINHOST_CHUNKSIZE="3000" PORTAGE_BIN_PATH="/usr/lib/portage/bin" PORTAGE_COMPRESS_EXCLUDE_SUFFIXES="css gif htm[l]? jp[e]?g js pdf png" PORTAGE_CONFIGROOT="/" PORTAGE_COUNTER_HASH="9a6caf84e43d39be7c11e9c368afff64" PORTAGE_DEBUG="0" PORTAGE_DEPCACHEDIR="/var/cache/edb/dep" PORTAGE_ELOG_CLASSES="info warn error log" PORTAGE_ELOG_MAILFROM="portage@localhost" PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}" PORTAGE_ELOG_MAILURI="root" PORTAGE_ELOG_SYSTEM="save" PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5" PORTAGE_FETCH_RESUME_MIN_SIZE="350K" PORTAGE_GID="250" PORTAGE_INST_GID="0" PORTAGE_INST_UID="0" PORTAGE_NICENESS="3" PORTAGE_PYM_PATH="/usr/lib/portage/pym" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_RSYNC_RETRIES="3" PORTAGE_TMPDIR="/var/tmp" PORTAGE_VERBOSE="1" PORTAGE_WORKDIR_MODE="0700" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" PORT_LOGDIR="/var/log/portage" PROFILE_ONLY_VARIABLES="ARCH ELIBC KERNEL USERLAND" PWD="/mnt/flash01" QMAKESPEC="linux-g++" QTDIR="/usr/qt/3" RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}"" ROOT="/" ROOTPATH="/opt/bin:/usr/i486-pc-linux-gnu/gcc-bin/4.1.2:/usr/i686-pc-linux-gnu/gcc-bin/4.1.2:/usr/kde/3.5/sbin:/usr/kde/3.5/bin:/usr/qt/3/bin" RPMDIR="/usr/portage/rpm" SHELL="/bin/bash" SHLVL="2" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" TERM="linux" USE="7zip X aac acl acpi alsa bash-completion berkdb bzip2 cli cracklib crypt cups dbus directfb dri dvd dvdr dvdread fam ffmpeg fortran gdbm gif gimp gpm hal i810 iconv intel isdnlog java jpeg kde midi mmx mp3 mudflap ncurses nls nptl nptlonly nsplugin opengl openmp pam pcre perl png pppd python qt readline reflection reiserfs session spl sse ssl sysfs tcpd truetype unicode usb x86 xine xorg xvid zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="cs en" USERLAND="GNU" VIDEO_CARDS="i810 intel" USER="root" USERLAND="GNU" USE_EXPAND="ALSA_CARDS ALSA_PCM_PLUGINS APACHE2_MODULES APACHE2_MPMS CAMERAS CROSSCOMPILE_OPTS DVB_CARDS ELIBC FCDSL_CARDS FOO2ZJS_DEVICES FRITZCAPI_CARDS INPUT_DEVICES KERNEL LCD_DEVICES LINGUAS LIRC_DEVICES MISDN_CARDS NETBEANS_MODULES USERLAND VIDEO_CARDS" USE_EXPAND_HIDDEN="CROSSCOMPILE_OPTS ELIBC KERNEL USERLAND" USE_ORDER="env:pkg:conf:defaults:pkginternal:env.d" VIDEO_CARDS="i810 intel" XDG_DATA_DIRS="/usr/share:/usr/kde/3.5/share:/usr/local/share" _="/usr/bin/emerge" | you've completely broken formatting on this page... take everything you have in code blocks and pastebin it, then take the code blocks out of the post... then we can help |
Hello, All ! I have fluxbox X11 manager with idesk icons. After yesterday system update by emerge -uvDN world my desktop icons are show and hide. Launch idesk in terminal gives Quote: Idesk starting in :0.0 [idesk] Background's file not found. [idesk] Background's source not found. and idesk process is terminated. Debugging process makes Xorg inaccessible. re-emerge idesk and fluxbox does not help. Where is the problem ? | USE="-mmx" emerge media-libs/imlib2 solved this problem. |
Hi all, after gnome upgrade some of my czech localized gnome menu titles, started to show in english and with "folder" icon. For example: Accessories Games Grafika (this is in Czech and with the right small icon) Internet Kancekář (this is in Czech and with the right small icon) ... all locale things are set ok. could anyone help? thanks H. | Code: cat /etc/env.d/02locale LANG="cs_CZ.UTF-8" LC_ALL="cs_CZ.UTF-8" LC_COLLATE="cs_CZ.UTF-8" LC_CTYPE="cs_CZ.UTF-8" LC_MESSAGES="cs_CZ.UTF-8" LC_MONETARY="cs_CZ.UTF-8" LC_NUMERIC="cs_CZ.UTF-8" LC_TIME="cs_CZ.UTF-8" LC_PAPER="cs_CZ.UTF-8" |
EDIT: solved this one by grabbing the driver binaries from http://tinderbox.x86.dev.gentoo.org/html/default-linux/x86/All/xf86-video-intel-2.1.1.html and manually merging the files. I recently updated xorg-server and xf86-video-intel to their unstable packages to try to get HL2 to work. This, however, introduced some new problems that I was unable/didn't want to deal with. So, back to stable keywords, and an emerge -uDN xorg-server. Great, until we get to xf86-video-intel-2.1.1 (stable) which craps out with this error: Code: * ERROR: x11-drivers/xf86-video-intel-2.1.1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2959: Called x-modular_src_compile * environment, line 3745: Called x-modular_src_make * environment, line 3781: Called die * The specific snippet of code: * emake || die "emake failed" * The die message: * emake failed topmost build error: Code: i830_driver.c: In function 'I830DrmMMInit': i830_driver.c:2115: error: 'drm_mm_init_arg_t' has no member named 'req' i830_driver.c:2115: error: 'mm_init' undeclared (first use in this function) i830_driver.c:2115: error: (Each undeclared identifier is reported only once i830_driver.c:2115: error: for each function it appears in.) i830_driver.c:2116: error: 'drm_mm_init_arg_t' has no member named 'req' i830_driver.c:2117: error: 'drm_mm_init_arg_t' has no member named 'req' i830_driver.c:2118: error: 'drm_mm_init_arg_t' has no member named 'req' i830_driver.c: In function 'I830DrmMMTakedown': i830_driver.c:2136: error: 'drm_mm_init_arg_t' has no member named 'req' i830_driver.c:2136: error: 'mm_takedown' undeclared (first use in this function) i830_driver.c:2137: error: 'drm_mm_init_arg_t' has no member named 'req' i830_driver.c: In function 'I830DrmMMLock': i830_driver.c:2151: error: 'drm_mm_init_arg_t' has no member named 'req' i830_driver.c:2151: error: 'mm_lock' undeclared (first use in this function) i830_driver.c:2152: error: 'drm_mm_init_arg_t' has no member named 'req' i830_driver.c: In function 'I830DrmMMUnlock': i830_driver.c:2167: error: 'drm_mm_init_arg_t' has no member named 'req' i830_driver.c:2167: error: 'mm_unlock' undeclared (first use in this function) i830_driver.c:2168: error: 'drm_mm_init_arg_t' has no member named 'req' make[3]: *** [i830_driver.lo] Error 1 So I had read that this was a problem when updating xf86-video-intel to 2.5.0, but the solution to that was just to upgrade xorg-server to unstable. This, however, I cannot do as it introduces more problems. So how do I get my intel drivers back? I had everything working fine, compositing, opengl, etc. Now, nothing, and I'm forced to use the vesa driver. | I would re-emerge all the x11-drivers after successfully emerging xorg-server. If you have INPUT_DEVICES and VIDEO_CARDS set in /etc/make.conf, it shouldn't be more that just a few packages. Code: emerge -av $(qlist -IC x11-drivers) |
Hi, a few days ago I have changed firefox-2.xxx-bin for firefox-3.0.3-bin and since upgrade flash in firefox doesn't work anymore. I have tried netscape-flash-10.0.12.36-r1 but it is not better. Should I just downgrade back to firefox2 and wait for stable version of ff3 or is there a solution? I have 32bit system. | akaz_ wrote: Do you downloaded new version of flash? http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash Try install "libflashsupport", on my old Fedora I had some troubles without this lib. emerging netscape-flash is the gentoo way. Why would you recommend that? After reinstalling flash, check about:plugins to check versions match. If flash doesn't work please check: After a /etc/cron.daily/slocate Verify: locate libflashplayer /usr/lib/nsbrowser/plugins/libflashplayer.so /opt/netscape/plugins/libflashplayer.so |
I am noticing in my X logs lots of entries using the double slash - as if the definition of a path variable contains a redundant trailing "/" Code: (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so I see that this is a commonly seen phenomena on google but not oft queried as it is probably harmless? More detailed logs and so on are in my other current thread here: https://forums.gentoo.org/viewtopic-t-722630-highlight-.html TIA Will | Great explanation! Thanks. |
Hello, Here is an easy one : I would like to remove/clean/delete/wipe the kde 4 display configuration settings but I don' t know where they are stored. Here is the reason : I set a new use flags in my /etc/make.conf (opengl), and since the upgrade of all my packages, when kde starts with my normal user, the screen becomes black during the kde splash screen, except the cursor which I see, and all kde is actually running (fortunately, I know several keyboard shortcuts hehe) When I start with root, all is ok. I compared both xorg logs with root and with my normal user, and I see with my normal user some additional stuff where I recognize the way kde 4 names the screens in its display configuration panel : Code: (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "VGA-0:ddc2" removed. (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "VGA-0:ddc2" removed. (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "VGA-0:ddc2" removed. (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0 (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "DVI-0:ddc2" removed. (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "DVI-0:ddc2" removed. (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "DVI-0:ddc2" removed. (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0 (II) RADEON(0): Output: LVDS, Detected Monitor Type: 0 in RADEONProbeOutputModes So I guess that I should remove that configuration and start with the "default" kde settings, but where are they stored ? Thank you very much | Ok, I found the hard way : rm -r /home/myuser/.kde4/share/config/ At least it works and I don't want to search in all the files there which was responsible of the situation |
Hi! I have recently reinstalled Gentoo from scrach on my laptop, and now my keyboard wont work in X. Searching the forum I have found out I need evdev input-device compiled with xorg-server. My xorg.conf says: Code: Section "InputDevice" Identifier "Generic Keyboard" Driver "evdev" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "no" EndSection I think I have installed the packages i need: Code: hal-0.5.11-r4 xorg-server-1.5.3 xf86-input-evdev-2.1.0 make.conf Code: INPUT_DEVICES="evdev mouse synaptics" If I now start X and touch one key, X server shuttes down and log says: Code: (EE) Generic Keyboard: No device spesified. (EE) PreInit returned NULL for "Generic Keyboard" xinit: Resource temporarily unavaliable (erron 11): Cannot register with ConsoleKit: org.freedesktop.CkConnector.Error: Unable to open session: Failed to execute program /lib/libexec/dbus-daemon-lanuch-helper: Sucess Whats wrong?? | you need to remove the InputDevice sections from xorg.conf file (since you're running HAL) and follow the instructions as here: https://forums.gentoo.org/viewtopic-t-718988-highlight-xorg+hal.html Basically, the part about copying the relevant HAL config xml files to the right place. I had the same problem, but when I set up HAL 'correctly', it works now. Hope this helps. |
Hi, The situation looks like this: I have xfce4-sensors-0.10.0-r1 compiled with hddtemp flag, hddtemp daemon is running but when I try to configure xfce4-sensors no hdd sensors are available for selection in properties window. Typing hddtemp /dev/hda gives me the right hdd temperature, so it doesn't seem to be hddtemp's fault. Has anybody got the same problem? Or, perhaps, hopefully, someboby knows how to make xfce4-sensors report hdd temperatures? J. | Code: * You need to run "chmod u+s /usr/sbin/hddtemp" to show disk temperatures. did you miss this warning? |
I have a thinkpad with integrated Intel GM965 graphics and have had a lot of trouble getting compiz to work properly on it. Here's the line from my lscpi: Code: 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c) I have direct rendering working with about 1083 fps on glxgeras glxinfo: Code: name of display: :0.0 display: :0 screen: 0 direct rendering: Yes I have "intel" set as driver in my xorg.conf and as my VIDEO_CARDS in my make.conf. I have i915 built into my kernel. But when I try to invoke "compiz --replace --loose-binding ccp &" this is what I get: Code: compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing compiz (core) - Error: Failed to manage screen: 0 compiz (core) - Fatal: No manageable screens found on display :0.0 I followed THIS post and tried running this command instead: Code: LIBGL_ALWAYS_INDIRECT=1 compiz --replace ccp & emerald & This command will actually start compiz but it will be VERY slow. When I type things into the terminal, the text never shows up until I repaint the terminal (ie if I maximize it). The commands will run when I hit "enter." None of my other applications seem to be able to open (actually I think they might start but they never appear on the screen). I use: Code: x11-base/xorg-server-1.4.2 media-libs/mesa-7.0.3 x11-apps/mesa-progs-7.0.1 x11-drivers/xf86-video-intel-2.1.1 There was also a line in the post I linked above about compiz not working well with xf86-video-intel-2.1.1 and I tried upgrading to 2.2.1 as the post suggested but it didn't fix anything. Does anybody have any other ideas? | I had a lot of trouble trying to get it working on mine -- I tried a lot of different combinations of intel drivers and xorg-server versions... Here's what ended up working for me: x11-base/xorg-server-1.5.3 x11-drivers/xf86-video-intel-2.5.1-r1 media-libs/mesa-7.2 x11-wm/compiz-fusion-0.7.6 (and 0.7.6 other stuff as well, from desktop-effects overlay) my xorg.conf (sans kbd/mouse/mon): Code: Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Mouse" "CorePointer" InputDevice "Keyboard" "CoreKeyboard" Option "AIGLX" "true" EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "DRI" Group "video" Mode 0660 EndSection Section "Module" Load "extmod" Load "dri" Load "glx" Load "dbe" Load "record" Load "xtrap" EndSection Section "Device" Identifier "GMA X3100" Driver "intel" VendorName "Intel Corporation" BoardName "Unknown Board" BusID "PCI:0:2:0" Option "DRI" "true" Option "XAANoOffscreenPixmaps" "true" Option "EXANoComposite" "true" #suggested for firefox scrolling EndSection Section "Screen" Identifier "Screen0" Device "GMA X3100" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection |
This is really weird. I've been running ~AMD64 for a long time, and never had a problem like this. Hopefully, somebody can suggest things to try. Just for the heck of it, I "side-graded" my kernel from gentoo-sources (which was up to 2.6.28-gentoo) to the vanilla-sources (2.6.27.10). Everything seemed to go well, but when I restarted X, I realized that _BOTH_ the mouse and keyboard were dead. Oddly, the keyboard worked fine in text mode before I started X. Here's what I tried to do to fix this: 1. Boot to an old, previously working kernel. [No change] 2. Uninstall vanilla-sources, re-emerge gentoo-sources, & recompiled the kernel [No change] 3. re-emerge nvidia-drivers, xorg-server, xf86-input-mouse, & xf86-input-keyboard [No change] 4. Killed HAL [No change] 5. Restored /etc/X11/xorg.conf from a backup file. (It hadn't been changed, but just to be sure) [No change] 6. Tried to re-configure X with "X -configure". Using the newly generated xorg.conf file, I get X up and running, but still got no mouse or keyboard action. I don't reboot often, so maybe something else caused the problem, and it only became apparent when I re-started X. Another weird tidbit: I can change the state of the keyboard Numlock LED by ssh'ing into the computer and executing /etc/numlock stop. I interpret this to mean the computer and the keyboard are communicating, but X is ignoring the info. So to summarize, Keyboard and mouse are dead in X, but work in text. Re-configuring X and reverting to previous changes have not been effective. Anybody have any suggestions of things to try? | Not really a showstopper and neither a bug (nor anything really recent - well, at least not completely). Somebody simply failed to setup things correctly in hal. If hal is told to use evdev, it takes precedence over xorg.conf. |
After upgrading the kernel, I found I had to upgrate ati-drivers. So i upgraded the ati-drivers to 8.561, wich required lots of packages from X to be upgraded as well. After doing this, I get to the login-screen of kdm, but my keyboard and mouse is not working. Checking log files for X reveals: (EE) config/hal: couldn't initialise context: (null) ((null)) So I find that I have an /etc/init.d/hald and start this. Restarting xdm gives new errors: (EE) Failed to load module "evdev" (module does not exist, 0) (EE) No input driver matching `evdev' So I search, locate end emerge x11-drivers/xf86-input-evdev, and finally the mouse works. But still no keyboard action. In Xorg.0.log I find: (II) Loading /usr/lib64/xorg/modules/input//evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.1.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) evdev brain: Rescanning devices (1). (EE) PreInit returned NULL for "PATEN USB HID Device" (EE) config/hal: NewInputDeviceRequest failed .... Then I found a web page suggesting adding something like this (modified for norwegian keyboard): <match key="info.capabilities" contains="input.keyboard"> <merge key="input.x11_driver" type="string">keyboard</merge> <merge key="input.xkb.layout" type="string">no</merge> <merge key="input.xkb.model" type="string">pc105</merge> <merge key="input.xkb.rules" type="string">xorg</merge> </match> This resulted in the following error: (EE) Failed to load module "keyboard" (module does not exist, 0) (EE) No input driver matching `keyboard' Looking into folder /usr/lib64/xorg/modules/input/ shows three files, including no keyboard_drv.so: evdev_drv.so kbd_drv.so mouse_drv.so Changing keyboard to kbd made the keyboard communicate with X, but the signals from the keyboard is misinterpreted and the behvaiour is totally erratic. So what next? Is there a keyboard_drv.so somewhere? | 'evdev brain' ? looks like you're using too old version of evdev. for xorg-server 1.5.3, use evdev 2.1.0. Also for 1.5.3 (with >=xkeyboard-config-1.4), that file should look more like: Code: <?xml version="1.0" encoding="UTF-8"?> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.keys"> <merge key="input.x11_options.XkbRules" type="string">evdev</merge> <merge key="input.x11_options.XkbModel" type="string">evdev</merge> <merge key="input.x11_options.XkbLayout" type="string">pl</merge> <merge key="input.x11_options.XkbOptions" type="string">altwin:menu</merge> </match> </device> </deviceinfo> |
I installed gnome-terminal on xfce4 because I missed using right click cut and paste. The terminal is working well, but no matter what color I set the background to, the background is transparent. I've temporarily solved this by installing a black background. Any ideas on how to fix this. P.S. I was shocked by all the baggage that gnome-terminal dragged in. About 300Meg worth. If I could get true cut and paste using the mouse instead of key combos, I would consider using that terminal. | Tony0945 wrote: If I could get true cut and paste using the mouse instead of key combos, I would consider using that terminal. You also might want to check out EvilVTE; it is much more lightweight and you can copy from it. |
I want to configure gkrellm to startup at logon, but i want it to start in workspace 4 instead of workspace 1, is there any way to configure this in the "Sessions prefrences" in gnome??[/quote] | x11-misc/devilspie and x11-misc/gdevilspie can help you do that. |
Hi, I have a strange issue with xorg server (x11-base/xorg-server-1.5.3) and the radeon driver (x11-drivers/xf86-video-ati-6.9.0). Everything seems to work correctly and fast but simple transparency (no compiz or stuff, just transset) doesn't work. When i change opacity of a window, transset seems happy but nothing changes... I don't know where to look and and what i'm missing... Code: # grep -i -C 3 composite /var/log/Xorg.0.log /usr/lib/X11/fonts/100dpi/, built-ins (==) ModulePath set to "/usr/lib/xorg/modules" (**) Extension "Composite" is enabled (II) Cannot locate a core pointer device. (II) Cannot locate a core keyboard device. (II) The server relies on HAL to provide the list of input devices. -- (II) EXA(0): Driver registered support for the following operations: (II) Solid (II) Copy (II) Composite (RENDER acceleration) (II) UploadToScreen (II) DownloadFromScreen (II) RADEON(0): Acceleration enabled -- (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE drmOpenDevice: node name is /dev/dri/card0 My xorg.conf is pretty simple: Code: Section "Files" FontPath "/usr/share/fonts/misc/" ... EndSection Section "Device" Identifier "Device0" Driver "radeon" Option "AccelMethod" "EXA" EndSection Thanks for your help !! | You have to run a compositing manager for that to work. You can use xcompmgr, or compiz, or whatever. But without a compositing manager, there's nobody to actually make the transparency happen. |
hello, i am not able to see the "T" character in X ( i am using kde 4.1.83 ). see the screenshot to see what i'm talking about -> http://img166.imageshack.us/img166/820/desktopwh9.jpg this is in firefox Code: emerge -pv mozilla-firefox These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] www-client/mozilla-firefox-3.0.4-r1 USE="dbus mozdevelop xulrunner -bindist -custom-optimization -gnome -iceweasel -ipv6 -java -restrict-javascript -startup-notification" LINGUAS="-af -ar -be -bg -bn -bn_IN -ca -cs -cy -da -de -el -en -en_GB -en_US -eo -es -es_AR -es_ES -et -eu -fi -fr -fy -fy_NL -ga -ga_IE -gl -gu -gu_IN -he-hi -hi_IN -hu -id -is -it -ja -ka -kn -ko -ku -lt -lv -mk -mn -mr -nb -nb_NO -nl -nn -nn_NO -oc -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -si -sk -sl -sq -sr -sv -sv_SE -te -th -tr -uk -zh -zh_CN -zh_TW" 0 kB konqueror works nice. some other aplications like deluge have the same problem. i'have xorg-server-1.5.2 and x11-drivers/nvidia-drivers-180.11 do you have any ideas what might cause these problems? tnx | xhakerek wrote: Isn't it a font issue? You can try to change font in ff turning of the "allow sites to use their own fonts" off, solved the problem for firefox, but not for deluge or thunderbird. |
Weird! Gnome-menu > Places > A Favorite Folder Opens... Audacious? A stared at the Monitor in disbelief. In the bottom left, without a doubt, was my Audacious music player. It was even nice enough to start the Aerosmith song it last played. Confused. I aGain Tried. Dream On, Dream On. k, I restored my system the other day and haven't had a problem really. But this throw me. I went to Nautilus and remove the two folders I had as favorites and then returned them. I tried the gnome-menu again -- same. What? Not a big deal, but if someone has a idea as to why... | I problem I'm afraid has grown. I just recently restored a backup, and apparently has something to with it I believe. I noticed in /usr/share: Code: 0 drwxr-x--- 9 root 60 240 2007-04-02 01:20 games Alot of the games in /usr/games/bin also were funky. Alot were root:60, and the same in /usr/share/games Code: 0 drwxr-x--- 6 root 60 144 2007-03-26 09:15 daimonin-client 0 drwxr-x--- 7 root 60 392 2007-04-02 16:08 egoboo 1 drwxrws--- 15 root 60 896 2007-03-27 00:03 eternal-lands 1 drwxr-x--- 2 root 60 1088 2007-03-29 23:50 foobillard 0 drwxr-x--- 9 root 60 216 2007-03-25 18:57 vdrift 0 drwxr-x--- 8 root 60 192 2007-03-23 09:58 wesnoth Thing is there isnt a 60 group. Its it possible the games UID was changed when I restored? And thats why I'm having these issues? |
Hi there, I have started installing KDE4 and I have got an error, hopefully it's something simple to sort out, but searching the forum I have had no results, despite finding a couple of people with similar issues... From /var/tmp/portage/media-sound/phonon-4.2.0/temp/build.log Code: >>> Unpacking source... >>> Unpacking phonon-4.2.0.tar.bz2 to /var/tmp/portage/media-sound/phonon-4.2.0/work >>> Source unpacked. >>> Configuring source in /var/tmp/portage/media-sound/phonon-4.2.0/work/phonon-4.2.0 ... loading initial cache file /var/tmp/portage/media-sound/phonon-4.2.0/temp/gentoo_common_config.cmake -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/i686-pc-linux-gnu-gcc -- Check for working C compiler: /usr/bin/i686-pc-linux-gnu-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/i686-pc-linux-gnu-g++ -- Check for working CXX compiler: /usr/bin/i686-pc-linux-gnu-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - found -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found. -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found. -- Looking for Q_WS_MAC -- Looking for Q_WS_MAC - not found. -- Found Qt-Version 4.4.2 (using /usr/bin/qmake) -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Found X11: /usr/lib/libX11.so -- Looking for include files CMAKE_HAVE_PTHREAD_H -- Looking for include files CMAKE_HAVE_PTHREAD_H - found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found Automoc4: /usr/bin/automoc4 -- Performing Test HAVE_FPIE_SUPPORT -- Performing Test HAVE_FPIE_SUPPORT - Success -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success -- Performing Test __KDE_HAVE_GCC_VISIBILITY -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success CMake Warning (dev) at CMakeLists.txt:292 (add_custom_target): Policy CMP0002 is not set: Logical target names must be globally unique. Run "cmake --help-policy CMP0002" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): phonon/experimental/tests/CMakeLists.txt:13 (phonon_add_unit_test) phonon/experimental/tests/CMakeLists.txt:43 (PHONON_UNIT_TESTS_FAKE) This warning is for project developers. Use -Wno-dev to suppress it. -- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig -- Found GStreamer: /usr/lib/libgstreamer-0.10.so -- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig -- Found GStreamer Plugins: /usr/lib/libgstaudio-0.10.so /usr/lib/libgstcdda-0.10.so /usr/lib/libgstnetbuffer-0.10.so /usr/lib/libgstpbutils-0.10.so /usr/lib/libgstriff-0.10.so /usr/lib/libgstrtp-0.10.so /usr/lib/libgstrtsp-0.10.so /usr/lib/libgstsdp-0.10.so /usr/lib/libgsttag-0.10.so /usr/lib/libgstvideo-0.10.so -- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig -- Found GLIB2: /usr/lib/libglib-2.0.so -- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig -- Found GObject libraries: /usr/lib/libgobject-2.0.so;/usr/lib/libgmodule-2.0.so;/usr/lib/libgthread-2.0.so;/usr/lib/libglib-2.0.so -- Found GObject includes : /usr/include/glib-2.0/gobject -- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig -- Found LibXml2: /usr/lib/libxml2.so -- Looking for snd_seq_create_simple_port in asound -- Looking for snd_seq_create_simple_port in asound - found -- Found ALSA: /usr/lib/libasound.so -- ----------------------------------------------------------------------------- -- The following external packages were located on your system. -- This installation will have the extra features provided by these packages. + GStreamer + GStreamer video plugin + GStreamer audio plugin + YGLib2 + LibXml2 + OpenGL Congratulations! All external packages have been found. ----------------------------------------------------------------------------- CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: QT_QTOPENGL_LIBRARY (ADVANCED) linked by target "phonon_gstreamer" in directory /var/tmp/portage/media-sound/phonon-4.2.0/work/phonon-4.2.0/gstreamer -- Configuring incomplete, errors occurred! ^[[31;01m*^[[0m ^[[31;01m*^[[0m ERROR: media-sound/phonon-4.2.0 failed. ^[[31;01m*^[[0m Call stack: ^[[31;01m*^[[0m ebuild.sh, line 49: Called src_configure ^[[31;01m*^[[0m environment, line 2494: Called cmake-utils_src_configure ^[[31;01m*^[[0m environment, line 578: Called cmake-utils_src_configureout ^[[31;01m*^[[0m environment, line 597: Called die ^[[31;01m*^[[0m The specific snippet of code: ^[[31;01m*^[[0m cmake -C "${TMPDIR}/gentoo_common_config.cmake" ${cmakeargs} "${S}" || die "Cmake failed"; ^[[31;01m*^[[0m The die message: ^[[31;01m*^[[0m Cmake failed ^[[31;01m*^[[0m ^[[31;01m*^[[0m If you need support, post the topmost build error, and the call stack if relevant. ^[[31;01m*^[[0m A complete build log is located at '/var/tmp/portage/media-sound/phonon-4.2.0/temp/build.log'. ^[[31;01m*^[[0m The ebuild environment file is located at '/var/tmp/portage/media-sound/phonon-4.2.0/temp/environment'. ^[[31;01m*^[[0m thanks for any help anyone can offer Mike | Looks to me like your solution is correct. |
I've upgraded xorg a few days ago, since then I have two issues, for now xserver is compiled without hal support. first, (and minor issue) I have three language layouts, the upgrade introduced a fourth layout called unnamed, I have no idea how to delete it, it doesn't appear in the relevant xorg section. second, (and major issue) when I turn on the computer after a while that it was off, xorg wont boot, it crashes into console, looking at the xorg log I see this: (notice the last couple of lines, attached below), now here comes the strange part, if I restart xdm from console it boots without any problems. Code: X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.27-gentoo-r6 x86_64 Current Operating System: Linux NCC-5001-D 2.6.27-gentoo-r7 #1 SMP Sat Dec 20 07:41:07 IST 2008 x86_64 Build Date: 19 December 2008 08:29:13AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec 20 07:48:45 2008 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "LaptopLCD" (0) (**) | |-->Monitor "LCD" (**) | |-->Device "ATI Radeon Mobility 3450HD" (**) |-->Input Device "TouchPad" (**) |-->Input Device "UsbMouse" (**) |-->Input Device "LaptopKeyBoard" (**) Option "AllowEmptyInput" "Off" (==) Not automatically adding devices (==) Not automatically enabling devices (==) Including the default font path built-ins. (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/, built-ins (==) ModulePath set to "/usr/lib64/xorg/modules" (**) Extension "Composite" is enabled (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) Loader magic: 0x7a8600 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 X.Org Font Renderer : 0.6 (II) Loader running on linux (++) using VT number 7 (--) PCI:*(0@1:0:0) ATI Technologies Inc Mobility Radeon HD 3400 Series rev 0, Mem @ 0xe0000000/268435456, 0xf6df0000/65536, I/O @ 0x0000de00/256, BIOS @ 0x????????/131072 (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "freetype" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "glx" (II) Loading /usr/lib64/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 7.4.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (==) AIGLX disabled (WW) fglrx: Force AIGLX enabled (II) Loading extension GLX (II) LoadModule: "extmod" (II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "xtrap" (II) Loading /usr/lib64/xorg/modules/extensions//libxtrap.so (II) Module xtrap: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DEC-XTRAP (II) LoadModule: "record" (II) Loading /usr/lib64/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension RECORD (II) LoadModule: "dbe" (II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "dri" (II) Loading /usr/lib64/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 7.4.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "freetype" (II) Loading /usr/lib64/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.5.3, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.6 (II) Loading font FreeType (II) LoadModule: "type1" (WW) Warning, couldn't open module type1 (II) UnloadModule: "type1" (EE) Failed to load module "type1" (module does not exist, 0) (II) LoadModule: "synaptics" (II) Loading /usr/lib64/xorg/modules/input//synaptics_drv.so (II) Module synaptics: vendor="X.Org Foundation" compiled for 1.5.3, module version = 0.99.3 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) LoadModule: "fglrx" (II) Loading /usr/lib64/xorg/modules/drivers//fglrx_drv.so (II) Module fglrx: vendor="FireGL - ATI Technologies Inc." compiled for 1.4.99.906, module version = 8.56.4 Module class: X.Org Video Driver (II) LoadModule: "synaptics" (II) Reloading /usr/lib64/xorg/modules/input//synaptics_drv.so (II) LoadModule: "evdev" (II) Loading /usr/lib64/xorg/modules/input//evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.5.3, module version = 2.1.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) LoadModule: "kbd" (II) Loading /usr/lib64/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.3.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) Primary Device is: PCI 01@00:00:0 (WW) Falling back to old probe method for fglrx (II) ATI Proprietary Linux Driver Version Identifier:8.56.4 (II) ATI Proprietary Linux Driver Release Identifier: 8.561 (II) ATI Proprietary Linux Driver Build Date: Dec 1 2008 14:56:52 (WW) This ATI Proprietary Linux Driver does not guarantee support of video driver ABI higher than 2.0 (WW) Video driver ABI version of the X server is 4.1 (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found (--) Chipset Supported AMD Graphics Processor (0x95C4) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found (II) AMD Video driver is running on a device belonging to a group targeted for this release (II) AMD Video driver is signed (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) fglrx(0): pEnt->device->identifier=0x7e4600 (II) resource ranges after probing: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) fglrx(0): === [atiddxPreInit] === begin (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/lib64/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.5.3, module version = 0.1.0 ABI class: X.Org Video Driver, version 4.1 (II) fglrx(0): PCI bus 1 card 0 func 0 (**) fglrx(0): Depth 24, (--) framebuffer bpp 32 (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) (==) fglrx(0): Default visual is TrueColor (**) fglrx(0): Option "dri" "true" (II) fglrx(0): Loading PCS database from /etc/ati/amdpcsdb (II) fglrx(0): 10BitPixelFormat disabled by default (==) fglrx(0): RGB weight 888 (II) fglrx(0): Using 8 bits per RGB (8 bit DAC) (**) fglrx(0): Gamma Correction for I is 0x06419064 (==) fglrx(0): Gamma Correction for II is 0x06419064 (==) fglrx(0): Buffer Tiling is ON (II) Loading sub module "fglrxdrm" (II) LoadModule: "fglrxdrm" (II) Loading /usr/lib64/xorg/modules/linux//libfglrxdrm.so (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc." compiled for 1.4.99.906, module version = 8.56.4 ABI class: X.Org Server Extension, version 1.1 (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 3400 Series" (Chipset = 0x95c4) (--) fglrx(0): (PciSubVendor = 0x1028, PciSubDevice = 0x0254) (--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000 (--) fglrx(0): MMIO registers at 0xf6df0000 (--) fglrx(0): I/O port at 0x0000de00 (==) fglrx(0): ROM-BIOS at 0x000c0000 (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/lib64/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) fglrx(0): Primary V_BIOS segment is: 0xc000 (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Loading /usr/lib64/xorg/modules//libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.1.0 ABI class: X.Org Video Driver, version 4.1 (II) fglrx(0): VESA BIOS detected (II) fglrx(0): VESA VBE Version 3.0 (II) fglrx(0): VESA VBE Total Mem: 16384 kB (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS (II) fglrx(0): VESA VBE OEM Software Rev: 10.86 (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. (II) fglrx(0): VESA VBE OEM Product: M82 (II) fglrx(0): VESA VBE OEM Product Rev: 01.00 (II) fglrx(0): ATI Video BIOS revision 9 or later detected drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: Searching for BusID PCI:1:0:0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: drmOpenMinor returns 9 drmOpenByBusid: drmGetBusid reports PCI:1:0:0 (II) fglrx(0): Using adapter: 1:0.0. (II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x10000000) (--) fglrx(0): Video RAM: 262144 kByte, Type: DDR2 (II) fglrx(0): PCIE card detected (--) fglrx(0): Using per-process page tables (PPPT) as GART. (WW) fglrx(0): board is an unknown third party board, chipset is supported (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) fglrx(0): ***Display: ConnectedDisplayTypes=0x00000002, disabled=0x00000000 (II) fglrx(0): Connected Display1: LCD on internal LVDS [lvds] (II) fglrx(0): Display1 EDID data --------------------------- (II) fglrx(0): Manufacturer: LPL Model: b80a Serial#: 0 (II) fglrx(0): Year: 2008 Week: 0 (II) fglrx(0): EDID Version: 1.3 (II) fglrx(0): Digital Display Input (II) fglrx(0): Max Image Size [cm]: horiz.: 33 vert.: 21 (II) fglrx(0): Gamma: 2.20 (II) fglrx(0): No DPMS capabilities specified (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) fglrx(0): First detailed timing is preferred mode (II) fglrx(0): redX: 0.587 redY: 0.344 greenX: 0.337 greenY: 0.561 (II) fglrx(0): blueX: 0.153 blueY: 0.122 whiteX: 0.313 whiteY: 0.329 (II) fglrx(0): Manufacturer's mask: 0 (II) fglrx(0): Supported additional Video Mode: (II) fglrx(0): clock: 96.3 MHz Image Size: 331 x 207 mm (II) fglrx(0): h_active: 1440 h_sync: 1488 h_sync_end 1520 h_blank_end 1734 h_border: 0 (II) fglrx(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 926 v_border: 0 (II) fglrx(0): Supported additional Video Mode: (II) fglrx(0): clock: 96.3 MHz Image Size: 331 x 207 mm (II) fglrx(0): h_active: 1440 h_sync: 1488 h_sync_end 1520 h_blank_end 1734 h_border: 0 (II) fglrx(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 926 v_border: 0 (II) fglrx(0): FM041154WP2 (WW) fglrx(0): Unknown vendor-specific block 0 (II) fglrx(0): EDID (in hex): (II) fglrx(0): 00ffffffffffff00320c0ab800000000 (II) fglrx(0): 00120103902115780a46559658568f27 (II) fglrx(0): 1f505400000001010101010101010101 (II) fglrx(0): 010101010101a325a02651841a303020 (II) fglrx(0): 36004bcf1000001ba325a02651841a30 (II) fglrx(0): 302036004bcf1000001b000000fe0046 (II) fglrx(0): 4d303431803135345750320a00000000 (II) fglrx(0): 003c587490acc8e4ff02010a202000f1 (II) fglrx(0): End of Display1 EDID data -------------------- (WW) fglrx(0): Only one display is connnected,so single mode is enabled (II) fglrx(0): Primary Controller - LCD on internal LVDS (II) fglrx(0): Internal Desktop Setting: 0x00000001 (==) fglrx(0): QBS disabled (==) fglrx(0): FAST_SWAP disabled (==) fglrx(0): PseudoColor visuals disabled (==) fglrx(0): Center Mode is disabled (==) fglrx(0): TMDS coherent mode is enabled (II) fglrx(0): Total of 13 modes found for primary display. (--) fglrx(0): Virtual size is 1440x900 (pitch 0) (**) fglrx(0): *Mode "1440x900": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "1440x900"x60.0 96.35 1440 1488 1520 1734 900 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "1280x768": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "1280x768"x60.0 96.35 1280 1488 1520 1734 768 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "1280x720": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "1280x720"x60.0 96.35 1280 1488 1520 1734 720 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "1152x864": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "1152x864"x60.0 96.35 1152 1488 1520 1734 864 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "1024x768": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "1024x768"x60.0 96.35 1024 1488 1520 1734 768 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "800x600": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "800x600"x60.0 96.35 800 1488 1520 1734 600 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "720x480": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "720x480"x60.0 96.35 720 1488 1520 1734 480 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "640x480": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "640x480"x60.0 96.35 640 1488 1520 1734 480 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "640x400": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "640x400"x60.0 96.35 640 1488 1520 1734 400 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "512x384": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "512x384"x60.0 96.35 512 1488 1520 1734 384 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "400x300": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "400x300"x60.0 96.35 400 1488 1520 1734 300 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "320x240": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "320x240"x60.0 96.35 320 1488 1520 1734 240 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "320x200": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "320x200"x60.0 96.35 320 1488 1520 1734 200 903 909 926 +vsync (55.6 kHz) (--) fglrx(0): Display dimensions: (330, 210) mm (--) fglrx(0): DPI set to (110, 108) (--) fglrx(0): Virtual size is 1440x900 (pitch 1472) (**) fglrx(0): *Mode "1440x900": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "1440x900"x60.0 96.35 1440 1488 1520 1734 900 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "1280x768": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "1280x768"x60.0 96.35 1280 1488 1520 1734 768 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "1280x720": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "1280x720"x60.0 96.35 1280 1488 1520 1734 720 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "1152x864": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "1152x864"x60.0 96.35 1152 1488 1520 1734 864 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "1024x768": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "1024x768"x60.0 96.35 1024 1488 1520 1734 768 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "800x600": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "800x600"x60.0 96.35 800 1488 1520 1734 600 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "720x480": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "720x480"x60.0 96.35 720 1488 1520 1734 480 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "640x480": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "640x480"x60.0 96.35 640 1488 1520 1734 480 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "640x400": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "640x400"x60.0 96.35 640 1488 1520 1734 400 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "512x384": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "512x384"x60.0 96.35 512 1488 1520 1734 384 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "400x300": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "400x300"x60.0 96.35 400 1488 1520 1734 300 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "320x240": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "320x240"x60.0 96.35 320 1488 1520 1734 240 903 909 926 +vsync (55.6 kHz) (**) fglrx(0): Default mode "320x200": 96.3 MHz (scaled from 0.0 MHz), 55.6 kHz, 60.0 Hz (II) fglrx(0): Modeline "320x200"x60.0 96.35 320 1488 1520 1734 200 903 909 926 +vsync (55.6 kHz) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib64/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (==) fglrx(0): NoAccel = NO (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/lib64/xorg/modules//libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.2.0 ABI class: X.Org Video Driver, version 4.1 (**) fglrx(0): NoDRI = NO (II) Loading sub module "fglrxdrm" (II) LoadModule: "fglrxdrm" (II) Reloading /usr/lib64/xorg/modules/linux//libfglrxdrm.so (==) fglrx(0): Capabilities: 0x00000000 (==) fglrx(0): CapabilitiesEx: 0x00000000 (==) fglrx(0): cpuFlags: 0x8000001d (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so" (II) fglrx(0): [pcie] 262144 kB allocated (II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536 (==) fglrx(0): UseFastTLS=0 (==) fglrx(0): BlockSignalsOnLock=1 (II) fglrx(0): Direct rendering enabled (II) fglrx(0): AC Adapter is used (II) fglrx(0): Interrupt handler installed at IRQ 16. (II) fglrx(0): Exposed events to the /proc interface (II) fglrx(0): Finished Initialize PPLIB! (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU) [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU) [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU) [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (II) fglrx(0): driver needs X.org 1.4.x.y with x.y >= 99.906 (II) fglrx(0): detected X.org 7.4.3.0 (II) Loading extension ATIFGLRXDRI (II) fglrx(0): doing DRIScreenInit (II) fglrx(0): DRIScreenInit for fglrx driver drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenByBusid: Searching for BusID PCI:1:0:0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenByBusid: drmOpenMinor returns 10 drmOpenByBusid: drmGetBusid reports PCI:1:0:0 (II) fglrx(0): [drm] DRM interface version 1.0 (II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0" (II) fglrx(0): [drm] added 8192 byte SAREA at 0x2000 (II) fglrx(0): [drm] mapped SAREA 0x2000 to 0x7f7009f7d000 (II) fglrx(0): [drm] framebuffer handle = 0x3000 (II) fglrx(0): [drm] added 1 reserved context for kernel (II) fglrx(0): DRIScreenInit done (II) fglrx(0): Kernel Module Version Information: (II) fglrx(0): Name: fglrx (II) fglrx(0): Version: 8.56.4 (II) fglrx(0): Date: Dec 1 2008 (II) fglrx(0): Desc: ATI FireGL DRM kernel module (II) fglrx(0): Kernel Module version matches driver. (II) fglrx(0): Kernel Module Build Time Information: (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.27-gentoo-r7 (II) fglrx(0): Build-Kernel MODVERSIONS: no (II) fglrx(0): Build-Kernel __SMP__: yes (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000 (II) fglrx(0): [drm] register handle = 0x00004000 (II) fglrx(0): DRI initialization successfull! (II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x0102c000 (II) fglrx(0): FBMM initialized for area (0,0)-(1472,2880) (II) fglrx(0): FBMM auto alloc for area (0,0)-(1472,900) (front color buffer - assumption) (II) fglrx(0): Largest offscreen area available: 1472 x 1980 (==) fglrx(0): Backing store disabled (II) Loading extension FGLRXEXTENSION (II) Loading extension ATITVOUT (II) fglrx(0): DPMS enabled (**) fglrx(0): Textured Video is enabled. (II) LoadModule: "glesx" (II) Loading /usr/lib64/xorg/modules//glesx.so (II) Module glesx: vendor="X.Org Foundation" compiled for 1.4.99.906, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension GLESX (II) fglrx(0): GLESX enableFlags = 90 (II) fglrx(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles Solid Horizontal and Vertical Lines Driver provided ScreenToScreenBitBlt replacement Driver provided FillSolidRects replacement (II) fglrx(0): GLESX is enabled (II) LoadModule: "amdxmm" (II) Loading /usr/lib64/xorg/modules//amdxmm.so (II) Module amdxmm: vendor="X.Org Foundation" compiled for 1.4.99.906, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) fglrx(0): UVD2 feature is available (II) fglrx(0): X context handle = 0x1 (II) fglrx(0): [DRI] installation complete (==) fglrx(0): Silken mouse enabled (==) fglrx(0): Using hardware cursor (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 11, (OK) drmOpenByBusid: Searching for BusID PCI:1:0:0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 11, (OK) drmOpenByBusid: drmOpenMinor returns 11 drmOpenByBusid: drmGetBusid reports PCI:1:0:0 (WW) AIGLX: 3D driver claims to not support visual 0x23 (WW) AIGLX: 3D driver claims to not support visual 0x24 (WW) AIGLX: 3D driver claims to not support visual 0x25 (WW) AIGLX: 3D driver claims to not support visual 0x26 (WW) AIGLX: 3D driver claims to not support visual 0x27 (WW) AIGLX: 3D driver claims to not support visual 0x28 (WW) AIGLX: 3D driver claims to not support visual 0x29 (WW) AIGLX: 3D driver claims to not support visual 0x2a (WW) AIGLX: 3D driver claims to not support visual 0x2b (WW) AIGLX: 3D driver claims to not support visual 0x2c (WW) AIGLX: 3D driver claims to not support visual 0x2d (WW) AIGLX: 3D driver claims to not support visual 0x2e (WW) AIGLX: 3D driver claims to not support visual 0x2f (WW) AIGLX: 3D driver claims to not support visual 0x30 (WW) AIGLX: 3D driver claims to not support visual 0x31 (WW) AIGLX: 3D driver claims to not support visual 0x32 (WW) AIGLX: 3D driver claims to not support visual 0x33 (WW) AIGLX: 3D driver claims to not support visual 0x34 (WW) AIGLX: 3D driver claims to not support visual 0x35 (WW) AIGLX: 3D driver claims to not support visual 0x36 (WW) AIGLX: 3D driver claims to not support visual 0x37 (WW) AIGLX: 3D driver claims to not support visual 0x38 (WW) AIGLX: 3D driver claims to not support visual 0x39 (WW) AIGLX: 3D driver claims to not support visual 0x3a (WW) AIGLX: 3D driver claims to not support visual 0x3b (WW) AIGLX: 3D driver claims to not support visual 0x3c (WW) AIGLX: 3D driver claims to not support visual 0x3d (WW) AIGLX: 3D driver claims to not support visual 0x3e (WW) AIGLX: 3D driver claims to not support visual 0x3f (WW) AIGLX: 3D driver claims to not support visual 0x40 (WW) AIGLX: 3D driver claims to not support visual 0x41 (WW) AIGLX: 3D driver claims to not support visual 0x42 (WW) AIGLX: 3D driver claims to not support visual 0x43 (WW) AIGLX: 3D driver claims to not support visual 0x44 (WW) AIGLX: 3D driver claims to not support visual 0x45 (WW) AIGLX: 3D driver claims to not support visual 0x46 (WW) AIGLX: 3D driver claims to not support visual 0x47 (WW) AIGLX: 3D driver claims to not support visual 0x48 (WW) AIGLX: 3D driver claims to not support visual 0x49 (WW) AIGLX: 3D driver claims to not support visual 0x4a (WW) AIGLX: 3D driver claims to not support visual 0x4b (WW) AIGLX: 3D driver claims to not support visual 0x4c (WW) AIGLX: 3D driver claims to not support visual 0x4d (WW) AIGLX: 3D driver claims to not support visual 0x4e (WW) AIGLX: 3D driver claims to not support visual 0x4f (WW) AIGLX: 3D driver claims to not support visual 0x50 (WW) AIGLX: 3D driver claims to not support visual 0x51 (WW) AIGLX: 3D driver claims to not support visual 0x52 (WW) AIGLX: 3D driver claims to not support visual 0x53 (WW) AIGLX: 3D driver claims to not support visual 0x54 (WW) AIGLX: 3D driver claims to not support visual 0x55 (WW) AIGLX: 3D driver claims to not support visual 0x56 (WW) AIGLX: 3D driver claims to not support visual 0x57 (WW) AIGLX: 3D driver claims to not support visual 0x58 (WW) AIGLX: 3D driver claims to not support visual 0x59 (WW) AIGLX: 3D driver claims to not support visual 0x5a (WW) AIGLX: 3D driver claims to not support visual 0x5b (WW) AIGLX: 3D driver claims to not support visual 0x5c (WW) AIGLX: 3D driver claims to not support visual 0x5d (WW) AIGLX: 3D driver claims to not support visual 0x5e (WW) AIGLX: 3D driver claims to not support visual 0x5f (WW) AIGLX: 3D driver claims to not support visual 0x60 (WW) AIGLX: 3D driver claims to not support visual 0x61 (WW) AIGLX: 3D driver claims to not support visual 0x62 (WW) AIGLX: 3D driver claims to not support visual 0x63 (WW) AIGLX: 3D driver claims to not support visual 0x64 (WW) AIGLX: 3D driver claims to not support visual 0x65 (WW) AIGLX: 3D driver claims to not support visual 0x66 (WW) AIGLX: 3D driver claims to not support visual 0x67 (WW) AIGLX: 3D driver claims to not support visual 0x68 (WW) AIGLX: 3D driver claims to not support visual 0x69 (WW) AIGLX: 3D driver claims to not support visual 0x6a (WW) AIGLX: 3D driver claims to not support visual 0x6b (WW) AIGLX: 3D driver claims to not support visual 0x6c (WW) AIGLX: 3D driver claims to not support visual 0x6d (WW) AIGLX: 3D driver claims to not support visual 0x6e (WW) AIGLX: 3D driver claims to not support visual 0x6f (WW) AIGLX: 3D driver claims to not support visual 0x70 (WW) AIGLX: 3D driver claims to not support visual 0x71 (WW) AIGLX: 3D driver claims to not support visual 0x72 (II) AIGLX: Loaded and initialized /usr/lib/dri/fglrx_dri.so (II) GLX: Initialized DRI GL provider for screen 0 (II) fglrx(0): Enable the clock gating! (II) fglrx(0): Restoring recent mode: 1440x900@60Hz (II) Synaptics touchpad driver version 0.99.3 (--) TouchPad auto-dev sets device to /dev/input/event6 (**) Option "Device" "/dev/input/event6" (II) TouchPad: x-axis range 0 - 1023 (II) TouchPad: y-axis range 0 - 767 (II) TouchPad: pressure range 0 - 127 (II) TouchPad: finger width range 0 - 0 (II) TouchPad: buttons: left right middle (**) Option "SHMConfig" "on" (**) Option "LeftEdge" "1700" (**) Option "RightEdge" "5300" (**) Option "TopEdge" "1700" (**) Option "BottomEdge" "4200" (**) Option "FingerLow" "25" (**) Option "FingerHigh" "30" (**) Option "MaxTapTime" "180" (**) Option "MaxTapMove" "220" (**) Option "VertScrollDelta" "100" (**) Option "HorizEdgeScroll" "on" (**) Option "HorizTwoFingerScroll" "off" (--) TouchPad touchpad found (**) Option "SendCoreEvents" (**) Option "CorePointer" (**) TouchPad: always reports core events (**) Option "SendCoreEvents" (**) UsbMouse: always reports core events (**) UsbMouse: Device: "/dev/input/event4" (II) UsbMouse: Found 3 mouse buttons (II) UsbMouse: Found x and y relative axes (II) UsbMouse: Configuring as mouse (**) UsbMouse: YAxisMapping: buttons 4 and 5 (**) UsbMouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (**) Option "CoreKeyboard" (**) LaptopKeyBoard: always reports core events (**) Option "Protocol" "standard" (**) LaptopKeyBoard: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) LaptopKeyBoard: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) LaptopKeyBoard: XkbModel: "pc105" (**) Option "XkbLayout" "us,il,latam" (**) LaptopKeyBoard: XkbLayout: "us,il,latam" (**) Option "XkbOptions" "grp:switch,grp:alt_shift_toggle" (**) LaptopKeyBoard: XkbOptions: "grp:switch,grp:alt_shift_toggle" (**) Option "CustomKeycodes" "off" (**) LaptopKeyBoard: CustomKeycodes disabled (II) evaluating device (TouchPad) (II) XINPUT: Adding extended input device "TouchPad" (type: TOUCHPAD) (II) evaluating device (UsbMouse) (II) XINPUT: Adding extended input device "UsbMouse" (type: MOUSE) (II) evaluating device (LaptopKeyBoard) (II) XINPUT: Adding extended input device "LaptopKeyBoard" (type: KEYBOARD) (--) TouchPad touchpad found (II) UnloadModule: "synaptics" (II) UsbMouse: Close (II) UnloadModule: "evdev" (II) UnloadModule: "kbd" (II) fglrx(0): Shutdown CMMQS (II) fglrx(0): [drm] removed 1 reserved context for kernel (II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0x2000 at 0x7f7009f7d000 here is my xorg,conf: Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "LaptopLCD" 0 0 InputDevice "TouchPad" "CorePointer" InputDevice "UsbMouse" "SendCoreEvents" InputDevice "LaptopKeyBoard" "CoreKeyboard" Option "AllowEmptyInput" "Off" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "extmod" Load "xtrap" Load "record" Load "GLcore" Load "dbe" Load "dri" Load "freetype" Load "type1" Load "synaptics" EndSection Section "InputDevice" Identifier "LaptopKeyBoard" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us,il,latam" Option "XkbOptions" "grp:switch,grp:alt_shift_toggle" EndSection Section "InputDevice" Identifier "UsbMouse" Driver "evdev" Option "Device" "/dev/input/event4" EndSection Section "InputDevice" Driver "synaptics" Identifier "TouchPad" Option "Protocol" "auto-dev" Option "Device" "/dev/input/mice" Option "SendCoreEvents" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.09" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0015" Option "SHMConfig" "on" Option "HorizEdgeScroll" "on" Option "HorizTwoFingerScroll" "off" EndSection Section "Monitor" Identifier "LCD" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "AccelMethod" # [<str>] #Option "offscreensize" # [<str>] #Option "SWcursor" # [<bool>] #Option "ignoreconnector" # [<str>] #Option "forcereduced" # [<bool>] #Option "forcedpi" # <i> #Option "useconfiguredmonitor" # [<bool>] #Option "HPD" # <str> #Option "NoRandr" # [<bool>] #Option "RROutputOrder" # [<str>] Option "DRI" "true" # [<bool>] #Option "TVMode" # [<str>] #Option "ScaleType" # [<str>] #Option "UseAtomBIOS" # [<bool>] #Option "AtomBIOS" # [<str>] #Option "UnverifiedFeatures" # [<bool>] Identifier "ATI Radeon Mobility 3450HD" Driver "fglrx" #radeonhd" #vesa ati radeon VendorName "ATI Technologies Inc" BoardName "Unknown Board" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "LaptopLCD" Device "ATI Radeon Mobility 3450HD" Monitor "LCD" DefaultDepth 24 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 Modes "1440x900" #"1024x768 1440x900" EndSubSection EndSection Section "dri" Mode 0666 EndSection Section "Extensions" Option "Composite" "On" EndSection #Section "ServerFlags" # Option "AIGLX" "Off" #EndSection here are some of the relevant packages version: Code: [I] x11-drivers/xf86-input-synaptics Available versions: (~)0.15.2-r2 ~0.99.1 ~0.99.2 ~0.99.2-r1 ~0.99.3 {debug hal} Installed versions: 0.15.2-r2(07:53:12 12/20/08)(hal -debug) Homepage: http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/ Description: Driver for Synaptics touchpads [I] x11-drivers/xf86-input-mouse Available versions: 1.2.2 1.2.2-r1 1.2.3 (~)1.3.0 {debug} Installed versions: 1.3.0(07:26:02 12/19/08)(-debug) Homepage: http://xorg.freedesktop.org/ Description: X.Org driver for mouse input devices [I] x11-drivers/xf86-input-keyboard Available versions: 1.1.1 1.1.1-r1 (~)1.2.2 (~)1.3.0 (~)1.3.1 {debug} Installed versions: 1.3.1(07:35:42 12/19/08)(-debug) Homepage: http://xorg.freedesktop.org/ Description: Keyboard input driver [I] x11-drivers/xf86-input-joystick Available versions: 1.2.2 (~)1.3.1 (~)1.3.2 (~)1.3.3 {debug} Installed versions: 1.3.3(07:48:27 12/19/08)(-debug) Homepage: http://xorg.freedesktop.org/ Description: X.Org driver for joystick input devices [I] x11-drivers/xf86-input-evdev Available versions: 1.1.5-r1 1.1.5-r2 (~)1.2.0 (~)1.99.2-r2 (~)2.0.1 (~)2.0.2 (~)2.0.4 (~)2.0.5 (~)2.0.6 (~)2.0.7 (~)2.0.8 (~)2.1.0 {debug hal} Installed versions: 2.1.0(07:36:01 12/19/08)(hal -debug) Homepage: http://xorg.freedesktop.org/ Description: Generic Linux input driver [I] x11-base/xorg-server Available versions: 1.3.0.0-r6 (~)1.4.2 (~)1.5.2 (~)1.5.3 {3dfx debug dmx dri hal input_devices_acecad input_devices_aiptek input_devices_calcomp input_devices_citron input_devices_digitaledge input_devices_dmc input_devices_dynapro input_devices_elo2300 input_devices_elographics input_devices_evdev input_devices_fpit input_devices_hyperpen input_devices_jamstudio input_devices_joystick input_devices_keyboard input_devices_magellan input_devices_microtouch input_devices_mouse input_devices_mutouch input_devices_palmax input_devices_penmount input_devices_spaceorb input_devices_summa input_devices_synaptics input_devices_tek4957 input_devices_tslib input_devices_ur98 input_devices_vmmouse input_devices_void input_devices_wacom ipv6 kdrive minimal nptl sdl tslib video_cards_apm video_cards_ark video_cards_ast video_cards_chips video_cards_cirrus video_cards_cyrix video_cards_dummy video_cards_epson video_cards_fbdev video_cards_fglrx video_cards_geode video_cards_glint video_cards_i128 video_cards_i740 video_cards_impact video_cards_imstt video_cards_intel video_cards_mach64 video_cards_mga video_cards_neomagic video_cards_newport video_cards_nsc video_cards_nv video_cards_nvidia video_cards_r128 video_cards_radeon video_cards_radeonhd video_cards_rendition video_cards_s3 video_cards_s3virge video_cards_savage video_cards_siliconmotion video_cards_sis video_cards_sisusb video_cards_sunbw2 video_cards_suncg14 video_cards_suncg3 video_cards_suncg6 video_cards_sunffb video_cards_sunleo video_cards_suntcx video_cards_tdfx video_cards_tga video_cards_trident video_cards_tseng video_cards_v4l video_cards_vermilion video_cards_vesa video_cards_vga video_cards_via video_cards_vmware video_cards_voodoo video_cards_xgi xorg xprint} Installed versions: 1.5.3(08:34:22 12/19/08)(input_devices_evdev input_devices_joystick input_devices_keyboard input_devices_mouse input_devices_synaptics nptl sdl video_cards_fglrx video_cards_radeonhd video_cards_v4l video_cards_vesa xorg -3dfx -debug -dmx -hal -input_devices_acecad -input_devices_aiptek -input_devices_calcomp -input_devices_citron -input_devices_digitaledge -input_devices_dmc -input_devices_dynapro -input_devices_elo2300 -input_devices_elographics -input_devices_fpit -input_devices_hyperpen -input_devices_jamstudio -input_devices_magellan -input_devices_microtouch -input_devices_mutouch -input_devices_palmax -input_devices_penmount -input_devices_spaceorb -input_devices_summa -input_devices_tek4957 -input_devices_tslib -input_devices_ur98 -input_devices_vmmouse -input_devices_void -input_devices_wacom -ipv6 -kdrive -minimal -tslib -video_cards_apm -video_cards_ark -video_cards_ast -video_cards_chips -video_cards_cirrus -video_cards_cyrix -video_cards_dummy -video_cards_epson -video_cards_fbdev -video_cards_geode -video_cards_glint -video_cards_i128 -video_cards_i740 -video_cards_impact -video_cards_imstt -video_cards_intel -video_cards_mach64 -video_cards_mga -video_cards_neomagic -video_cards_newport -video_cards_nsc -video_cards_nv -video_cards_nvidia -video_cards_r128 -video_cards_radeon -video_cards_rendition -video_cards_s3 -video_cards_s3virge -video_cards_savage -video_cards_siliconmotion -video_cards_sis -video_cards_sisusb -video_cards_sunbw2 -video_cards_suncg14 -video_cards_suncg3 -video_cards_suncg6 -video_cards_sunffb -video_cards_sunleo -video_cards_suntcx -video_cards_tdfx -video_cards_tga -video_cards_trident -video_cards_tseng -video_cards_vermilion -video_cards_vga -video_cards_via -video_cards_vmware -video_cards_voodoo -video_cards_xgi) Homepage: http://xorg.freedesktop.org/ Description: X.Org X servers [I] x11-base/xorg-x11 Available versions: 7.2 (~)7.3 (~)7.4 Installed versions: 7.4(07:48:36 12/19/08) Homepage: http://xorg.freedesktop.org Description: An X11 implementation maintained by the X.Org Foundation (meta package) ok, just noticed something, xserver package is compiled without hal but synaptics and evdev packages are compiled with hal, can this cause the xorg crash ? | Well, if you set AllowEmptyInput to false and turn off the computer, it seems that your xorg-server recovers before your usb devices and as such it thinks it lacks one (or both) of the input devices and it terminates. |
Hi guys, I have problems with i810 and X. I've emerged mesa, dri, xorg, x-server, and all dependencies, run X -configure, and generated xorg.conf with no problems whatsoever. However, when I run start X, I recieve the dreaded "no screens found" error. Further qualification of this error is that, "Screens were found, but none have a usable configuration." I've googled i810 many times (I've been fooling with this problem off and on for many weeks now--some months ago, I actually even reinstalled Gentoo from the ground up to make sure I had everything right), and after seeing many posts in ubuntu forums et al, it seems that the framebuffer is the problem--the linux kernel needs patching in order for i810 to work properly with the linux kernel. To this end, the most informative site that I found was over at sourceforge: http://i810fb.sourceforge.net/ I get the packages downloaded and untarred safely to a temp directory (where I'm using the i810fb driver, not the lite version) and follow the directions in this howto: http://i810fb.sourceforge.net/howto/x83.html. In section 3.2, Compilation, I have trouble. The directions (as I currently understand them) say to use linux-i810fb-0.0.23.diff to patch the kernel for the first time (my situation), so I did that: Code: cd /usr/src cat /patch/location/linux-i810fb-0.0.23.diff | patch -p0 I apologize in advance since I cannot post the log file output as I'm at work now, but this evening all relevant files will be posted. The result of running this command is that 11 files were attempted to be patched, with only two successful patches. A prompt comes up requesting me to specify a file to patch. I used ctrl-C to get out, and ran the command again. Same result. Unsure of what to else to do, I decided to post here Also, in my xorg.conf file, I did change the driver to "intel" instead of "i810". No difference. | In /etc/make.conf replace VIDEO_CARDS="i810 vesa fbdev" with VIDEO_CARDS="intel vesa fbdev" and rebuild X. In your xorg.conf, you are calling for a driver that is not compiled in. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.