prompt
stringlengths
1
63.6k
completion
stringlengths
1
53.1k
Hi, Now that xorg went to 1.5, I decided "emerge nvidia-drivers". Until then, I installed NVIDIA drivers downloaded by hand and ran the installer of NVIDIA. Then problem happens. I changed Code: VIDEO_CARDS="nvidia vesa fbdev" (before, it was using nv), and "emerge -DNu" (as a matter of course, after "emerge --sync") and lots of xorg 1.5 package were merged. Then "emerge mesa-progs". I made a new xorg.conf with xorgconfig and edited xorg.conf and uncommented Load "glx", Load "dri" and change driver from nv to nvidia, restarted X. However I got this error Code: $ glxinfo glxinfo: symbol lookup error: /usr/lib/opengl/nvidia/lib/libGL.so.1: undefined symbol: _nv000006gl I'm sure the new kernel module nvidia is loaded. What can I do to get it to work? Thanks in advance.
Thank you for replies. After I posted my last post, I got another problem (gnome-terminal didn't start), and I decided to compile the whole system (emerge -e world). It's not finished yet, but now glxinfo works fine. Thank you very much!
Howdie, since this morning I am confronted with a very strange problem: Every key I press is repeated two more times. So, I simple "x" would end up becoming "xxx", actually right now even "xXx". Pressing a mouse button results in at least a double click, so I get all my applications started twice... This happens ONLY in X, ALT-CTRL-F1 into console I can type normally... ANY Idea what that is about? It worked just fine last night and I did NOTHING to my system. Here is my xorg.conf to check: Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib64/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "record" Load "dbe" Load "glx" Load "extmod" Load "xtrap" Load "dri" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" 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 "G70 [GeForce 7600 GT]" BusID "PCI:4:0: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 "1024x768" EndSubSection EndSection Section "ServerFlags" Option "AllowEmptyInput" "false" EndSection
Easily the most unfriendly answer I recieved here so far... and yet, it led me to the help I needed, so thank you. For future reference: In "the sticky" (there are actually 5, we talk about the one named "Best upgrade method to Xserver1.5 with Hal and evdev") on page 5 my problem gets first mentioned. The solution however is on page 1, last post. Problem solved, case closed. Thank you.
Hi, since some weeks KDE's session manager always starts kwrite with a specific document at startup. I had that document open sometime when I closed kde, but now it's never open when I shutdown the computer, i.e. the session manager seems to have kwrite and that document somehow glued into its settings. The strange thing is, that at the same time when it opens the document, it shows this error message: "Error launching /usr/kde/4.2/share/applications/kde4/kwrite.desktop. Either KLauncher is not running anymore, or it failed to start the application." kwrite.desktop is existent. Any ideas how to tell the session manager that I do not need that document at startup? All other applications are remembered correctly, even other instances of kwrite. Thanks, Rasputin
You can always check (~/.config/autostart), the only thing I can think of.
Hi, I'm trying to use an old nvidia driver (173.14.1 because my card is a bit old (GeForce 5200FX). How can I use it? It's masked, so I tried to unmask in /etc/portage/packages.unmask like Code: ,=x11-drivers/nvidia-drivers-173.14.18 but it cannot be unmasked..... And I have to mask newer drivers... Thanks in advance.
Thanks, but it's my fault when I posted. It's exactly Code: =x11-drivers/nvidia-drivers-173.14.18 now. Masking newer drivers were easy, but 173.14.18 is difficult to unmask...why? Now temporarily I'm using 173.14.15 which is originally unmasked, but it's a beta driver.
how do i know if i am using AIGLX or not?
Code: szczerb@nomad ~ $ grep AIGLX /var/log/Xorg.0.log (==) AIGLX enabled (II) AIGLX: enabled GLX_MESA_copy_sub_buffer (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects (II) AIGLX: Loaded and initialized /usr/lib64/dri/i965_dri.so (II) AIGLX: Suspending AIGLX clients for VT switch (II) AIGLX: Resuming AIGLX clients after VT switch (II) AIGLX: Suspending AIGLX clients for VT switch (II) AIGLX: Resuming AIGLX clients after VT switch Seems like I am ;] (log files can tell a lot)
Hello. To draw, I use Gimp in two monitors, monitor 0 with the image at full screen, and monitor 1 with the tools on it (and other things I want to see at the same time I draw) The problem is... I use a graphic tablet to draw in absolute mode, which means the tablet surface represents the monitor, but now, with two monitors, left half of the tablet represents left half of the left monitor, and right half of the tablet represents right half of the right monitor... ugh... So I don't know what to do, but it is not enough to asign the tablet to work in only one monitor, because I need to switch beetwen monitors to select tools. What I need is to assign the tablet to one monitor, but with the possibility of switching beetwen the monitors, maybe with a binding, but I don't know if that is even possible.
This is the solution (also in man), but for some reason Option "MMonitor" "off" doesn't work for me. Doing it directly in a term with xsetwacom do the fix for me: Code: xsetwacom set stylus mmonitor off
I have read many posts here complaining about the update, so I want to tell you Gentoo-users: It also works. I followed the guide http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml with hal but missed the fdi files. They looked too complicatet for me at the first shot. So what did I do? Fist commented my keyboard-section out in my /etc/X11/xorg.conf: Code: Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "usbmouse" "CorePointer" # InputDevice "Keyboard1" "CoreKeyboard" # InputDevice "usbmouse" "SendCoreEvents" EndSection Then the keyboard did work but it had an US-layout. Bad for a german keyboard. Looked in forum and found a good hal-configfile for that: /etc/hal/fdi/policy/10-keymap.fdi Code: <?xml version="1.0" encoding="utf-8"?> <deviceinfo version="0.2"> <match key="info.capabilities" contains="input.keys"> <!-- Option "XkbModel" "pc105" --> <merge key="input.xkb.model" type="string">evdev</merge> <merge key="input.xkb.layout" type="string">de</merge> <merge key="input.xkb.variant" type="string">nodeadkeys</merge> </match> </deviceinfo> root# /etc/init.d/hald restart && /etc/init.d/xdm restart And my german keyboard worked like always. Ok, but what about my Logitech mouse with a wheel that has sidescrooling too? Just try the "xorg detects everything" way and uncomment my mouseenty in xorg.conf again: Code: Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" # InputDevice "usbmouse" "CorePointer" # InputDevice "Keyboard1" "CoreKeyboard" # InputDevice "usbmouse" "SendCoreEvents" EndSection root# /etc/init.d/hald restart && /etc/init.d/xdm restart Guess what? My mouse works perfectly with all five buttons and four wheel-directions out of the box. I didn't list here that I completely removed the mouse and keyboardsections as well because they are useless now. One question remains. Do I need a hal rule for my mouse which are posted often here? I have none and it works. Anyway I wanted to tell you out here: hey! no fear! It works
You don't need it for the mouse, unless you want to use some of the options, like SwitchAxes, that the driver provides.
I'm using, as far as I can tell, Qt 4.5.0. The screenshots speak for themselves. This only affects apps linked to Qt4; Qt3 apps work fine. Any ideas? I've already tried simple stuff such as re-emerging qt-gui and then the affected apps. Not sure how to carry on. Edit: indeed it was the antialiasing. It took me a while to fix it because I only thought of changing the system-wide fontconfig settings at first. Also had to change the GNOME settings. Thanks. Don't think it had much to do with nvidia drivers.
If you have upgraded qt from an earlier version ,i.e. 4.4 to 4.5 then you need to remerge kdelibs. Maybe there are some other kde programs that you need to reemerge, but start with kdelibs and hope for the best
Hello. Well, everythings works OK if I only use my main GPU & monitor with this xorg.conf But since I cant plug a second monitor in my main GPU, I want to use my onboard GPU to connect the secondary monitor, and for this I use this second xorg.conf . Using this second xorg.conf, second monitor seems to work correctly, but X freezes randonmly ~75% times it starts or exists in any way (exiting X, starting another X session, switching to another X session started or switching to an vt) getting "NO SIGNAL" message in the main monitor. Music still playing, but "ctrl + alt + backspace" to exits X and return to vt doesn't work, and soft power off via power button works sometimes, and sometimes doesn't... and I have to force reboot. So I presume the point isn't just monitors don't reciving signal. To make it weirder, ~20% times it freezes, it also resets xorg.conf, becoming empty. The log of one of this freezes. More information: emerge --info xorg-server: Code: [ebuild R ] x11-base/xorg-server-1.5.3-r5 USE="hal ipv6 nptl sdl xorg (-3dfx) -debug -dmx -kdrive -minimal -tslib" INPUT_DEVICES="joystick keyboard mouse wacom* -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -evdev -fpit -hyperpen -jamstudio -magellan -microtouch -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -tslib -ur98 -virtualbox -vmmouse -void" VIDEO_CARDS="nvidia -apm -ark -ast -chips -cirrus -dummy -epson -fbdev -fglrx (-geode) -glint -i128 (-i740) (-impact) (-imstt) -intel -mach64 -mga -neomagic (-newport) -nv -r128 -radeon -radeonhd -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l (-vermilion) -vesa -via -virtualbox -vmware -voodoo (-xgi)" 0 kB nvidia-drivers: Code: [ebuild R ] x11-drivers/nvidia-drivers-180.44 USE="(multilib) -acpi -custom-cflags -gtk" 0 kB kernel (genkernel): Code: Linux unknown001a4d8529e3 2.6.29-rc8 #1 SMP Wed Apr 1 06:46:59 Local time zone must be set--see zic m x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ AuthenticAMD GNU/Linux (But it happens with older versions of xorg/nvidia-drivers/kernel too) Thank you. Edit / new info: It freezes in the same way using only the main graphic board & monitor (first xorg.conf), but the ratio of the freezes is much lower. Now I think the problem maybe is not directly related with using 2 gpu + 2 monitors but I have no idea about how to manage this strange fail.
Any ideas? nobody? :?
I tried searching, but couldn't find anything to help me. I'm setting up an AMD-based computer at home and I'm trying to compile KDE 4.2.1 against Qt 4.5. Qt 4.5 is installed, Qt 4.4 and lower are masked. On my x86 laptop, it works perfectly and is stable. But when trying to compile it on my new machine, some of the KDE bits insist on pulling in Qt 4.4. Akonadi is one of them, kdebase-startkde is another, I think kdepimlibs also tries to pull it in. But I can emerge most of the rest of KDE (konqueror, kate, konsole, dolphin, etc.) with no problems at all. I look at the akonadi ebuild and didn't find any hard dependencies on Qt 4.4. Has anyone had this problem? Is there a solution?
I think you might be on to something! I'll test this later, when I'm back home. Thanks, this looks like it will work.
Hey all, I upgraded to xorg-server 1.5 (along with a bunch of other people, I bet!). Doing a quick check with glxgears shows some pretty slow rendering: Code: $ glxgears -info GL_RENDERER = Mesa DRI Intel(R) 965G GEM 20090114 GL_VERSION = 2.0 Mesa 7.4 GL_VENDOR = Tungsten Graphics, In GL_EXTENSIONS = GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_shadow GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_logic_op GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_cull_vertex GL_EXT_compiled_vertex_array GL_EXT_copy_texture GL_EXT_draw_range_elements GL_EXT_framebuffer_object GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_polygon_offset GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_EXT_subtexture GL_EXT_texture GL_EXT_texture3D GL_EXT_texture_edge_clamp GL_EXT_texture_env_add GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_EXT_texture_object GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_vertex_array GL_3DFX_texture_compression_FXT1 GL_APPLE_client_storage GL_APPLE_packed_pixels GL_ATI_blend_equation_separate GL_ATI_texture_env_combine3 GL_ATI_separate_stencil GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_INGR_blend_func_separate GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_MESA_window_pos GL_NV_blend_square GL_NV_light_max_exponent GL_NV_point_sprite GL_NV_texture_rectangle GL_NV_texgen_reflection GL_NV_vertex_program GL_NV_vertex_program1_1 GL_OES_read_format GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SUN_multi_draw_arrays 292 frames in 5.0 seconds = 58.247 FPS 299 frames in 5.0 seconds = 59.617 FPS 299 frames in 5.0 seconds = 59.615 FPS 297 frames in 5.0 seconds = 59.217 FPS 296 frames in 5.0 seconds = 59.016 FPS As you can see, I am running an onboard Intel, but 60 fps seems rather slow. A coworker has a similar board and he gets substantially faster in Fedora: Code: $ glxgears -info GL_RENDERER = Mesa DRI Intel(R) 965Q GEM 20080716 GL_VERSION = 1.4 Mesa 7.3-devel GL_VENDOR = Tungsten Graphics, Inc I did upgrade to gentoo-sources 2.6.29-r1 in order to get GEM support. Maybe I did something wrong there?
shepmaster, First glxgears is not a benchmark. Second, at its very close to 60Hz, it looks like its only drawing a frame when it needs to, every displayed frame. In short, its synchronised with the Vertical Refresh. Intel graphics work better this way. If you make the glxgears window bigger, does the framerate fall or stay the same ? I would expect it to remain constant.
Older Acer Travelmate 4150 laptop running stable x86. Did the emerge to the now-stable 1.5 xorg server, and followed the upgrade instructions in eselect news and on these forums. Enabled hal, minimized my xorg.conf, and copied any number of synaptics xml files into /etc/hal/fdi/policy, one at a time. Could never get any of them to work. The logs show the synaptic driver loading, and everything looks OK, but there is just no response from the touchpad. Anyone have a clue what I'm doing wrong here? Using synclient: Code: synclient -m 50 time x y z f w l r u d m multi gl gm gr gdx gdy 0.000 0 0 0 0 0 0 0 0 0 0 00000000 0 0 0 0 0 No response at all when I touch the touchpad. Here's xorg.conf: Code: Section "Module" Load "synaptics" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" Identifier "915GM" Driver "intel" Option "NoAccel" "false" Option "DRI" "true" EndSection Section "Screen" Identifier "Screen0" Device "915GM" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "dri" Mode 0666 EndSection Here's Xorg.0.log: Code: X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.27.12 i686 Current Operating System: Linux claire 2.6.27.12 #1 Tue Jan 27 14:34:43 PST 2009 i686 Build Date: 06 April 2009 09:07:33PM 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: Tue Apr 7 20:05:06 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) No Layout section. Using the first Screen section. (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "915GM" (==) Automatically adding devices (==) Automatically enabling devices (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/TTF/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/, 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. (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) Loader magic: 0x9a0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 (II) Loader running on linux (++) using VT number 7 (--) PCI:*(0@0:2:0) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0xd0000000/0, 0xa0000000/0, 0xd0080000/0, I/O @ 0x0000e000/0 (--) PCI: (0@0:2:1) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0xd0100000/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 by default. (II) "dbe" will be loaded by default. (II) "glx" will be loaded by default. (II) "record" will be loaded by default. (II) "dri" will be loaded by default. (II) LoadModule: "synaptics" (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so (II) Module synaptics: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (==) AIGLX enabled (==) Exporting typical set of GLX visuals (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "intel" (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.5.3, module version = 2.6.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 (II) 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 (**) intel(0): Option "NoAccel" "false" (**) intel(0): Option "DRI" "true" (II) intel(0): Integrated Graphics Chipset: Intel(R) 915GM (--) intel(0): Chipset: "915GM" (--) intel(0): Linear framebuffer at 0xA0000000 (--) intel(0): IO registers at addr 0xD0000000 (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): EDID vendor "SEC", prod id 0 (II) intel(0): Output TV has no monitor section (II) intel(0): Resizable framebuffer: not available (1 3) (II) intel(0): I2C bus "CRTDDC_A" initialized. (II) intel(0): I2C bus "CRTDDC_A" removed. (II) intel(0): EDID vendor "SEC", prod id 0 (II) intel(0): Output VGA disconnected (II) intel(0): Output LVDS connected (II) intel(0): Output TV disconnected (II) intel(0): Using exact sizes for initial modes (II) intel(0): Output LVDS using initial mode 1024x768 (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): 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 0xd000000a (WW) intel(0): PP_STATUS before: on, ready, sequencing idle (WW) intel(0): PP_STATUS after: on, ready, sequencing on (WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00020000 to 0x80020207 (WW) intel(0): PIPEASTAT before: status: VBLANK_INT_ENABLE (WW) intel(0): PIPEASTAT after: status: FIFO_UNDERRUN VBLANK_INT_ENABLE VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS (WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00020202 to 0x80020202 (WW) intel(0): PIPEBSTAT before: status: VBLANK_INT_ENABLE VSYNC_INT_STATUS VBLANK_INT_STATUS (WW) intel(0): PIPEBSTAT after: status: FIFO_UNDERRUN VBLANK_INT_ENABLE VSYNC_INT_STATUS VBLANK_INT_STATUS (II) Loading sub module "dri" (II) LoadModule: "dri" (II) Reloading /usr/lib/xorg/modules/extensions//libdri.so (==) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](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 364032 total, 1 used (II) intel(0): I830CheckAvailableMemory: 1456124 kB available 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:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenByBusid: drmOpenMinor returns 10 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 = 0xd0000000 (II) intel(0): [drm] ring buffer = 0xa0000000 (II) intel(0): [drm] mapped front buffer at 0xa0800000, handle = 0xa0800000 (II) intel(0): [drm] mapped back buffer at 0xa1800000, handle = 0xa1800000 (II) intel(0): [drm] mapped depth buffer at 0xa1c00000, handle = 0xa1c00000 (II) intel(0): [drm] mapped classic textures at 0xa2000000, handle = 0xa2000000 (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 12582912 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): xf86BindGARTMemory: bind key 0 at 0x00800000 (pgoffset 2048) (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00c00000 (pgoffset 3072) (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x01800000 (pgoffset 6144) (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x01c00000 (pgoffset 7168) (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x02000000 (pgoffset 8192) (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, 0x000000005f820000 physical ) (II) intel(0): 0x00620000-0x00620fff: compressed ll buffer (4 kB, 0x000000005fe20000 physical ) (II) intel(0): 0x00621000-0x0062afff: HW cursors (40 kB, 0x000000005fe21000 physical ) (II) intel(0): 0x0062b000-0x0072afff: fake bufmgr (1024 kB) (II) intel(0): 0x0072b000-0x0072bfff: overlay registers (4 kB, 0x000000005ff2b000 physical ) (II) intel(0): 0x007bf000: end of stolen memory (II) intel(0): 0x00800000-0x00bfffff: front buffer (4096 kB) (II) intel(0): 0x00c00000-0x017fffff: exa offscreen (12288 kB) (II) intel(0): 0x01800000-0x01bfffff: back buffer (4096 kB) (II) intel(0): 0x01c00000-0x01ffffff: depth buffer (4096 kB) (II) intel(0): 0x02000000-0x03ffffff: 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): using SSC reference clock of 96 MHz (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 TV 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 (==) intel(0): Intel XvMC decoder disabled (II) intel(0): Set up textured video (II) intel(0): Set up overlay video (II) intel(0): direct rendering: XF86DRI 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 11, (OK) drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 11, (OK) drmOpenByBusid: drmOpenMinor returns 11 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 304 x 228 (II) config/hal: Adding input device Logitech USB-PS/2 Optical Mouse (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.3 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (**) Logitech USB-PS/2 Optical Mouse: always reports core events (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event6" (II) Logitech USB-PS/2 Optical Mouse: Found 3 mouse buttons (II) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5 (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE) (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad (II) Synaptics touchpad driver version 1.0.0 (**) Option "Device" "/dev/input/event5" (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255 (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0 (II) SynPS/2 Synaptics TouchPad: buttons: left right middle double triple (**) Option "SHMConfig" "on" (**) Option "VertEdgeScroll" "1" (**) Option "HorizEdgeScroll" "1" (**) Option "RTCornerButton" "3" (**) Option "RBCornerButton" "2" (**) Option "TapButton1" "1" (**) Option "TapButton2" "2" (**) Option "TapButton3" "3" (--) SynPS/2 Synaptics TouchPad touchpad found (**) SynPS/2 Synaptics TouchPad: always reports core events (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD) (--) SynPS/2 Synaptics TouchPad touchpad found (II) config/hal: Adding input device AT Translated Set 2 keyboard (**) AT Translated Set 2 keyboard: always reports core events (**) AT Translated Set 2 keyboard: Device: "/dev/input/event4" (II) AT Translated Set 2 keyboard: Found keys (II) AT Translated Set 2 keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" Here's the current synaptics policy file I'm using: Code: <?xml version="1.0" encoding="ISO-8859-1"?> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.touchpad"> <match key="info.product" contains="Synaptics TouchPad"> <merge key="input.x11_driver" type="string">synaptics</merge> <merge key="input.x11_options.SHMConfig" type="string">on</merge> <merge key="input.x11_options" type="string">CorePointer</merge> <!-- Tapping --> <merge key="input.x11_options.TapButton1" type="string">1</merge> <merge key="input.x11_options.TapButton2" type="string">2</merge> <merge key="input.x11_options.TapButton3" type="string">3</merge> <!-- Scrolling up/down --> <merge key="input.x11_options.VertEdgeScroll" type="string">1</merge> <merge key="input.x11_options.HorizEdgeScroll" type="string">1</merge> <!-- Corner clicks --> <merge key="input.x11_options.RBCornerButton" type="string">2</merge> <merge key="input.x11_options.RTCornerButton" type="string">3</merge> </match> </match> </device> </deviceinfo> I'm using two pointer devices, a USB mouse and the synaptics touchpad. The mouse works, but the touchpad doesn't. If I unplug the mouse and restart hald and xdm, the logs look the same other than the mouse input device is gone, but the touchpad still fails to function. The mouse and the touchpad used to function together before on this laptop. I just cannot figure out what I'm doing wrong here. Can someone see something obvious that I'm missing?
Do some more research in the forum here. There are several excellent threads on the issue. I forget which one I followed, but the long and short is I got my synaptics back. Here are my /etc/X11/xorg.conf and /etc/hal/fdi/policy/11-x11-synaptics.fdi files for your perusal. /etc/X11/xorg.conf: Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Option "AIGLX" "true" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/corefonts/" FontPath "/usr/share/fonts/cyrillic/" FontPath "/usr/share/fonts/default/ghostscript/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/OTF/" FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/ttf-bitstream-vera/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/Type1/" EndSection Section "Module" Load "glx" Load "extmod" Load "dbe" Load "dri" Load "freetype" Load "v4l" Load "synaptics" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "evdev" EndSection Section "Monitor" DisplaySize 330 210 # mm Identifier "LVDS" VertRefresh 60 Option "ReducedBlanking" "true" EndSection Section "Device" Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller" Option "DRI" "true" Option "TripleBuffer" "true" Option "AccelMethod" "exa" Option "PageFlip" "true" Option "XvMC" "true" Option "XVideo" "true" Option "XvPreferOverlay" "true" Option "LVDSFixedMode" "true" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "LVDS" SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection /etc/hal/fdi/policy/11-x11-synaptics.fdi Code: <?xml version="1.0" encoding="ISO-8859-1"?> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.touchpad"> <match key="info.product" contains="Synaptics TouchPad"> <merge key="input.x11_driver" type="string">synaptics</merge> <merge key="input.x11_options.SHMConfig" type="string">on</merge> <!-- Tapping --> <merge key="input.x11_options.TapButton1" type="string">1</merge> <merge key="input.x11_options.TapButton2" type="string">2</merge> <merge key="input.x11_options.TapButton3" type="string">3</merge> <!-- Scrolling up/down --> <merge key="input.x11_options.VertEdgeScroll" type="string">1</merge> <merge key="input.x11_options.HorizEdgeScroll" type="string">1</merge> <!-- Corner clicks --> <merge key="input.x11_options.RBCornerButton" type="string">2</merge> <merge key="input.x11_options.RTCornerButton" type="string">3</merge> </match> </match> </device> </deviceinfo> Blessed be! Pappy
Hi, I'm suffering a very strange problem after upgrading to Xorg 1.5. Everything went well, I've got everything working: Xorg, mouse, keyboard, XGL, Compiz Fusion, Emerald. However, after upgrading to Xorg 1.5, I found the following somewhat annoying problem: If I edit in my wiki (mediawiki) from firefox, while moving the cursor inside the edit box and only if it has to scroll then I suffer a herratic cursor behaviour, cursor dissapearing, lines not showing, slow reaction to events. When I stop moving the cursor and after a while (few seconds) everything settles down, like events comming several seconds late. It happens only when Compiz Fusion is active, with any other combination it works. Reason for posting is because with Xorg 1.3 worked perfectly. Thank you in advance, Luis PD: 2.6.28-gentoo-r4 x11-base/xorg-server-1.5.3-r5 nvidia-drivers-180.29 x11-themes/emerald-themes-0.5.2 x11-wm/compiz-fusion-0.8.2 ww-client/mozilla-firefox-3.0.8
Answering myself. I've found the solution. Enable this option: CompizFusion Manager->Utilities->Activate workarounds->Force synchronization between X and GLX Luis
Hi Since I updated to xorg 1.5 with evdev I have too much problems. I tried to configure the keyboard by adding the 10-keymap.fdi default file and now the up arrow key, and the multimedias keys don't work anymore..
Post your fdi file, as one of the symptoms suggest you're doing something wrong.
I've installed KDE4 on my work laptop, and more or less have everything sorted out, with the exception of a wifi manager. I set up networkmanager and knetworkmanager but they do not seem to deal with wifi. Is there a tool out there that will do this? kwifimanager seems to be for 3.5x, so I can't really believe that there isn't one.
Nevermind, it was my wireless card .
hi, I forgot to add ldap to my USE flags , now I don't get ldap-support in kadressbook. Does anyone know which packages I have to re-emere to get it? Thanks, kries
Code: equery belongs libkldap.so => kde-base/kdepimlibs
Anybody know of a way to do this? The control sequence doesn't work.
I'm not sure what you mean. Do you mean kill a process, or am I missing something?
here is adobe's latest 64 bit plugin release for linux: http://labs.adobe.com/downloads/flashplayer10.html i have looked up several guides but i have not been able to enable flash in conqueror. I have completed this guide but could not get it to work: http://www.gentoo.org/proj/en/desktop/kde/kde-flash.xml i have an amd64 system. pls help pls keep in mind i am a noob so no fancy language and pls explain steps instead of just telling me what to do broadly.
nspluginwrapper is a wrapper that connects 32 bit programs with 64 bit system, if you have installed flash-10.0.22.87 then there is no need for nspluginwrapper because you have a 64 bit flash plugin.
i have done: Code: (For mouse and keyboard support) INPUT_DEVICES="keyboard mouse" (For Nvidia cards) VIDEO_CARDS="nvidia" (OR, for ATI Radeon cards) VIDEO_CARDS="fglrx" then Code: # emerge xorg-x11 this is after fresh gentoo kernel install from minimal cd, with commands, i dont have any desktop environment installed yet at the end of the 118 packages, i have the following error appears (i am typing it now from the build.log file): Code: .............make[1]: Leaving directory '/usr/src/linux-2.6.27-gentoo-r8' make: ***[kmod_build] Error 2 ^[[31;01m*^[[0m ^[[31;01m*^[[0m ERROR: x11-drivers/ati-drivers-8.471.3 failed. ^[[31;01m*^[[0m Call stack: ebuild.sh, line 49:Called src_compile environment, line 3307: Called linux-mod_src_comp environment, line 2501: Called die The specific snippet of code: eval "make HOSTCC="$9tc-getBUILD_CC)" The die message: Unable to emake HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE .......... help pls
More info than that is needed. You need to capture from at least a dozen lines above the first appearance of [error], to the end of said error. A clue that sort of came along is that it has something to do with a kernel setting. I'm good at those. Blessed be! Pappy
i have the lates KDE installed. i have jre and sun-jdk emerged, but still get messages that i dont have java scripts turned on from mozilla, etc. how do i turn java scripts on? Is it KDE enabled? i installed a certain computer game and it displayed a "enable java script" message. i could've ran that game w/out being logged into KDE...so makes me think i dont know how to turn on java after having emerged the neccesarry programs. please help.
Here's the dope on java --> http://www.gentoo.org/doc/en/java.xml
Hi All, I'm trying to configure a Gentoo on an IBM NetVista, but cannot get more than 640x480, 8bit. Here is what a dmesg gives: Code: Linux agpgart interface v0.100 (c) Dave Jones agpgart: Detected an Intel i810 E Chipset. agpgart: Maximum main memory to use for agp memory: 148M agpgart: AGP aperture is 64M @ 0xf8000000 [drm] Initialized drm 1.0.0 20040925 ACPI: PCI Interrupt link [PIN 1] enabled at IRQ 11 PCI: setting IRQ 11 as level-triggered ACPI: PCI interrupt 0000:00:01.0[A] -> GSI 11 (level, low) -> IRQ 11 [drm] Initialized i810 1.4.0 20030605 on minor 0: Intel Corp. 82810E DC-133 CGC [Chipset Graphics Controller] ACPI: PCI interrupt 0000:00:01.0[A] -> GSI 11 (level, low) -> IRQ 11 I810FB: fb0 : Intel (R) 810E Framebuffer Device v 0.9.0 I810FB: Video RAM :4096K I810FB: Monitor : H: 29-30 KHz V: 60-60 Hz I810FB: Mode : 640x480-8bpp@60Hz and lspci gives: Code: 0000:00.01.0 VGA compatible controller Intel Corp. 82810E DC-133 CGC [Chipset Graphics Controller] (rev 03) I enabled frame buffers and compiled the driver in the kernel. I am certain that I can have better performance, as a PuppyLinux CD is able to go for 1024x768x24 (or more, but I don't like the result). What can I do? Thanks for your suggestions, SxN
Having a line in your xorg.conf that says : Driver "vga" is probably not what you want. Try letting xorg generate a config file for you, and see if it works better. Code: # X -configure
i do: Code: # glxinfo | grep rendering and i have NO 3D rendering. HELP PLS xorg.cong details Section "Module" Load "dbe" Load "freetype" Load "glx" Load "dri" EndSection Section "Device" Identifier "Standard VGA" VendorName "Uknown" BoardName "Unknown" Driver "vga" EndSection Section "Device" Identifier "RadeonX1950" Driver "fglrx" EndSection Section "DRI" Mode 0666 EndSection Code: lspci shows 01:00.0 VGA compatible controller: ATI Tech Inc RV570 [Radeon X1950 Pro] 01:00.0 Display controller: ATI Tech Inc RV570 [Radeon X1950 Pro] (secondary) my ATI card is PCI express i did not see the fglrx driver option when i have to select drivers for my video card. i typed it in manually into the xorg.conf.
ive been all over those 2 sources for the past few days... cant figure it out.
Hi all, I am very excited about the new open source ati driver because fglrx is unusable and crashes when I resume my machine or just watch a movie.. But.. I have no DRM and hence no xvideo-support (which prevents me from watching videos in fullscreen, except for the ugly sdl mode): Code: xvinfo X-Video Extension version 2.2 screen #0 no adaptors present My Video-card is a fairly new Ati Radeon 4650 HD and I am on ~amd64. Code: 02:00.0 VGA compatible controller: ATI Technologies Inc RV730 PRO [Radeon HD 4650] Here's what my X-Server logs: Code: drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) drmOpenDevice: Open failed drmOpenByBusid: Searching for BusID pci:0000:02:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) drmOpenDevice: Open failed drmOpenByBusid: drmOpenMinor returns -19 drmOpenDevice: node name is /dev/dri/card1 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) drmOpenDevice: Open failed drmOpenByBusid: drmOpenMinor returns -19 drmOpenDevice: node name is /dev/dri/card2 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) drmOpenDevice: Open failed ...and so on... Some more info: x11-drivers/xf86-video-ati 6.12.1-r1 x11-base/xorg-x11 7.4 x11-base/xorg-server 1.5.3-r5 x11-libs/libdrm 2.4.5 media-libs/mesa 7.4 The drm- and radeon-module are loaded (dmesg: [drm] Initialized drm 1.1.0 20060810) And I am using x11-base/x11-drm version 20090320. The in-kerne-modules won't work either, and afaik they are too old and will work with 2.6.30. Here's my kernel config: Code: cat .config|grep -i "agp\|drm" CONFIG_AGP=y CONFIG_AGP_AMD64=y # CONFIG_AGP_INTEL is not set # CONFIG_AGP_SIS is not set # CONFIG_AGP_VIA is not set # CONFIG_DRM is not set Here's my xorg.conf device- and dri-section: Code: Section "Device" Identifier "aticonfig-Device[0]-0" Driver "ati" Option "BackingStore" "true" BusID "PCI:2:0:0" Option "DRI" "true" Option "AccelMethod" "EXA" EndSection Section "DRI" Mode 0666 EndSection My system is up to date and I have no clue what I missed. Or is this card just not (yet) supported? Any ideas?
ranger719 wrote: My system is up to date and I have no clue what I missed. Or is this card just not (yet) supported? Any ideas? Since your card is fairly new, I would suggest to use the radeonHD driver and not the radeon. This drivers is in the portage.
I'm running a mostly stable amd64 system with KDE-3.5 and xorg-x11-7.2 and xorg-server-1.3.0.0-r6. For years I've been able to shut down the X server with the command /etc/init.d/xdm stop. But now that doesn't seem to stop X anymore. In fact, if I kill the X process, it just starts up again. I'm pretty sure there is an option somewhere that tells X to always restart itself, but I can't find this option now. Can somebody hit me with a cluestick?
Hi, can you post this : Code: # emerge --info
Hi, this sounds trivial, but I can't seem to find the option in CCSM. I find all kinds of stuff. Google gave me some "Go to General Options → Opacity Settings..." The strange thing is: I don't have the Opacity Settings. I already reemerged Compiz-Fusion, enabled unsupported plugins but still it's not there. Any clues?
Clad in Sky wrote: Hi, this sounds trivial, but I can't seem to find the option in CCSM. I find all kinds of stuff. Google gave me some "Go to General Options → Opacity Settings..." The strange thing is: I don't have the Opacity Settings. I already reemerged Compiz-Fusion, enabled unsupported plugins but still it's not there. Any clues? it's in accessibility, but opacity doesn't make windows transparent unless they are in the background. If you want true transparency like in konsole then you need to do: http://www.gentoo-wiki.info/Xorg/Transparency You didn't specify what type of transparency you are looking for.
I have a Thinkpad X60s laptop placed in a docking station and with an external monitor attached to it. Normally the laptop detects when the external monitor is attached and sets the screen resolution to 1680x1050, but now this does not work anymore and I can't get a better resolution than 1024x768. What triggered this was when I did an: Code: # emerge --sync # emerge -auvND world earlier today. Now in the Gnome Screen Resoultion setting I can't set a higher resolution than 1024x768. When I did the update I updated to Gnome 2.24.1 (among other things). Is there anything new in Gnome around this with the screen that I should be aware of? Many thanks.
If I in System->Preferences->Screen Resolution unticked "Mirror Screenes" I got access to the external display and could set the Resolution to 1680 x 1050 60 Hz. But, now I cannot view the bottom of the screen. If I run xrandr I get: Code: $ xrandr Screen 0: minimum 320 x 200, current 1680 x 1536, maximum 1680 x 1680 VGA connected 1680x1050+0+0 (normal left inverted right) 0mm x 0mm 1680x1050_60.00 60.0* 1600x1024 60.0 1400x1050 60.0 1280x1024 60.0 1280x960 60.0 1024x768 60.0 800x600 60.3 640x480 59.9 LVDS connected 1024x768+0+768 (normal left inverted right) 246mm x 184mm 1024x768 50.0*+ 60.0 40.0 800x600 60.3 640x480 60.0 59.9 TV disconnected (normal left inverted right) That is, the screen resolution is now set to 1680x1536, and I guess that is why I cannot see the bottom of the screen. In xorg.conf my monitor section looks like this: Code: Section "Monitor" Identifier "My Monitor" HorizSync 30 - 66 VertRefresh 58-61 Modeline "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync Option "DPMS" "true" DisplaySize 475 295 EndSection And my screen section: Code: Section "Screen" Identifier "Screen 1" Device "** Intel i810 (generic) [i810]" Monitor "My Monitor" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1680x1050" "1600x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Any idea why my resolution becomes 1680x1536 instead of 1680x1050?
this is the error i get in user: Code: bobby@localhost ~ $ glxinfo | grep rendering libGL error: open DRM failed (Operation not permitted) libGL error: reverting to (slow) indirect rendering direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose) i want to run world of warcraft in user (dont want to use wine in root) but i dont have 3D rendering except i switch to root. Help pls.
this is my xorg.conf. It gives me 3D rendering in root and has been doublechecked by energyman. it does not have any modules. Code: ection "ServerLayout" Identifier "Simple Layout" Screen "Screen1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" EndSection Section "Files" EndSection Section "ServerFlags" EndSection Section "Module" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" Option "Emulate3Buttons" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "Monitor" Identifier "BenQ" EndSection Section "Device" Identifier "ATI Radeon X1950 Pro" Driver "fglrx" EndSection Section "Screen" Identifier "Screen1" Device "ATI Radeon X1950 Pro" Monitor "BenQ" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection I am in the video group: Code: bobby@localhost ~ $ groups bobby wheel audio cdrom video usb users portage plugdev bobby
OK, weirdest issue I have ever seen: starting today KDE 4.2 is acting up. Everything works fine, server starts I get to the KDM login screen and type in my password. I get logged in, all programs start. Keyboard is dead . I log out, get to the KDM login screen, keyboard is back. Log in again, keyboard is dead, logout - works again. Keyboard works in a KDE 3.5 session. Mouse works all the time. KDE 4.2 was installed a month ago and has been running fine for the last few weeks. Last emerge was run on 2009-03-18, no system modification since then. the X log has those entries at the end in 4.2: Quote: (II) ImExPS/2 Logitech MX Mouse: Close (II) UnloadModule: "evdev" (II) Logitech USB Receiver: Close (II) UnloadModule: "evdev" (II) Logitech USB Receiver: Close (II) UnloadModule: "evdev" (II) AT Translated Set 2 keyboard: Close (II) UnloadModule: "evdev" xorg.conf: Quote: # File generated by Xautoconfig. Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" # RgbPath is the location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. # Multiple FontPath entries are allowed (they are concatenated together) # By default, Red Hat 6.0 and later now use a font server independent of # the X server to render fonts. RgbPath "/usr/lib/X11/rgb" # For XFS, uncomment this and comment the others # FontPath "unix/:-1" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" EndSection Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "freetype" Load "type1" Load "dri" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" # Change "XkbModel" to "macintosh_old" if you are using # the deprecated adb keycodes. Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "ZAxisMapping" "4 5" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" EndSection Section "Monitor" Identifier "Monitor0" UseModes "Modes0" ModelName "Monitor Model" Option "DPMS" HorizSync 30-70 VertRefresh 50-160 EndSection Section "Modes" Identifier "Modes0" # Generated # D: 64.994 MHz, H: 48.359 kHz, V: 59.998 Hz Modeline "1024x768" 85.52 1024 1064 1200 1344 768 771 777 806 -HSync -VSync EndSection Section "Device" Identifier "Card0" ### Available Driver options are:- #Option "SWcursor" Option "HWcursor" #Option "PciRetry" #Option "NoAccel" #Option "ShadowFB" "true" Option "UseFBDev" "true" Driver "r128" BusID "PCI:0:16:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 8 Modes "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection Where do I start?
Where do you start ? With reading hal/evdev sticky, I think.
Hi, I have a strange problem with the KDE4.2 After I login in KDM I can see only background and a single xterm. Then if I type "startkde" in this xterm it's started normally. I have realized that the same should be done by "/etc/X11/Sessions/kde-4.2" which is existing and correct. But it seems to not started automatically. What could be a problem here?
What dis your 'DISPLAYMANAGER' set to in /etc/conf.d/xdm?
For comparision purposes, I want to create two gentoo installs (one amd64, one ~amd64) on separate root partitions, with /home residing on a separate, third partition, which both installs would mount at boot. At the moment, ACCEPT_KEYWORDS="amd64" implies KDE3.5, and IIRC KDE3.5 creates .kde3.5 for user config files, whereas KDE4 creates .kde4 in the user's home directory. But at some point a .kde folder also appears, whether under KDE3.5 or KDE4.2. I want to avoid each instance of KDE from mucking about in the other install's local user configuration files, since I assume this will create havoc. I've read of people creating a symlink that (alternatively) points to .kde3.5 versus .kde4, but wonder why this is necessary: don't the different versions use distinct locations for user configuration files? Is there a file in which I can define the default user configuraton folder for KDE3.5 and KDE4? I've tried eliminating .kde, but it always seems to reappear, at least under KDE4.2.1. Does anyone know the purpose of this folder? Is this created for non-kde apps for compatibility purposes? TIA for any insight.
lonrot_m, Sorry for the late acknowledgement, thanks for your help with this. Cheers --
Code: /usr/include/X11/extensions/Xrender.h:75: error: reference to 'Bool' is ambiguous /usr/include/X11/Xdefs.h:49: error: candidates are: typedef int Bool /usr/include/fixx11h.h:94: error: typedef X::XBool X::Bool /usr/include/X11/extensions/Xrender.h:75: error: reference to 'Bool' is ambiguous /usr/include/X11/Xdefs.h:49: error: candidates are: typedef int Bool /usr/include/fixx11h.h:94: error: typedef X::XBool X::Bool /usr/include/X11/extensions/Xrender.h:75: error: 'Bool' does not name a type /usr/include/X11/extensions/Xrender.h:80: error: reference to 'Bool' is ambiguous /usr/include/X11/Xdefs.h:49: error: candidates are: typedef int Bool /usr/include/fixx11h.h:94: error: typedef X::XBool X::Bool /usr/include/X11/extensions/Xrender.h:80: error: reference to 'Bool' is ambiguous /usr/include/X11/Xdefs.h:49: error: candidates are: typedef int Bool /usr/include/fixx11h.h:94: error: typedef X::XBool X::Bool /usr/include/X11/extensions/Xrender.h:80: error: 'Bool' does not name a type /usr/include/X11/extensions/Xrender.h:203: error: reference to 'Bool' is ambiguous /usr/include/X11/Xdefs.h:49: error: candidates are: typedef int Bool /usr/include/fixx11h.h:94: error: typedef X::XBool X::Bool /usr/include/X11/extensions/Xrender.h:203: error: reference to 'Bool' is ambiguous /usr/include/X11/Xdefs.h:49: error: candidates are: typedef int Bool /usr/include/fixx11h.h:94: error: typedef X::XBool X::Bool /usr/include/X11/extensions/Xrender.h:203: error: 'Bool' does not name a type /usr/include/X11/extensions/Xrender.h:213: error: reference to 'Bool' is ambiguous /usr/include/X11/Xdefs.h:49: error: candidates are: typedef int Bool /usr/include/fixx11h.h:94: error: typedef X::XBool X::Bool /usr/include/X11/extensions/Xrender.h:213: error: reference to 'Bool' is ambiguous /usr/include/X11/Xdefs.h:49: error: candidates are: typedef int Bool /usr/include/fixx11h.h:94: error: typedef X::XBool X::Bool /usr/include/X11/extensions/Xrender.h:213: error: 'Bool' does not name a type /var/tmp/portage/kde-base/plasma-workspace-4.2.1-r1/work/plasma-workspace-4.2.1/plasma/shells/desktop/plasmaapp.cpp: In function 'void checkComposite()': /var/tmp/portage/kde-base/plasma-workspace-4.2.1-r1/work/plasma-workspace-4.2.1/plasma/shells/desktop/plasmaapp.cpp:94: error: 'XRenderQueryExtension' was not declared in this scope /var/tmp/portage/kde-base/plasma-workspace-4.2.1-r1/work/plasma-workspace-4.2.1/plasma/shells/common/kcategorizeditemsview.cpp:173: warning: unused parameter 'term' make[2]: ** [plasma/shells/desktop/CMakeFiles/kdeinit_plasma_qgv.dir/plasmaapp.o] Erro 1 [ 81%] make[2]: ** Esperando que outros processos terminem. Building CXX object plasma/shells/screensaver/CMakeFiles/plasma-overlay.dir/__/common/kcategorizeditemsviewdelegate.o [ 82%] Building CXX object plasma/shells/screensaver/CMakeFiles/plasma-overlay.dir/__/common/kcategorizeditemsviewmodels.o make[1]: ** [plasma/shells/desktop/CMakeFiles/kdeinit_plasma_qgv.dir/all] Erro 2 [ 82%] make[1]: ** Esperando que outros processos terminem. Building CXX object plasma/shells/screensaver/CMakeFiles/plasma-overlay.dir/__/common/openwidgetassistant.o /var/tmp/portage/kde-base/plasma-workspace-4.2.1-r1/work/plasma-workspace-4.2.1/plasma/shells/common/kcategorizeditemsviewdelegate.cpp:250: warning: unused parameter 'item' [ 82%] Building CXX object plasma/shells/screensaver/CMakeFiles/plasma-overlay.dir/__/common/plasmaappletitemmodel.o [ 82%] Building CXX object plasma/shells/screensaver/CMakeFiles/plasma-overlay.dir/__/common/wallpaperpreview.o [ 83%] Building CXX object plasma/shells/screensaver/CMakeFiles/plasma-overlay.dir/appadaptor.o Linking CXX executable plasma-overlay [ 83%] Built target plasma-overlay make: ** [all] Erro 2 * * ERROR: kde-base/plasma-workspace-4.2.1-r1 failed. * Call stack: * ebuild.sh, line 48: Called src_compile * environment, line 4033: Called kde4-meta_src_compile * environment, line 3018: Called kde4-base_src_compile * environment, line 2755: Called cmake-utils_src_compile * environment, line 1038: Called cmake-utils_src_make * environment, line 1110: Called die * The specific snippet of code: * emake "$@" || die "Make failed!"; * The die message: * Make failed! * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/kde-base/plasma-workspace-4.2.1-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/plasma-workspace-4.2.1-r1/temp/environment'. * Is anyone elve having this problem?
Hi, Got the same problem here. Solved it following instructions here : http://bugs.kde.org/show_bug.cgi?id=151930 You just have to "emerge libXdamage libXfixes libXrender damageproto renderproto", then emerge plasma again. As the post says, i don't know which one made the trick.
Hello, I have a problem with Evince: it sucks at rendering pdfs with Type1 not embedded fonts: Times becames Times Bold and the document becomes really hard to read. I thought that it was a problem with my fonts, but xpdf seems to be able to display those pdfs correctly... Any ideas? I am attaching a screenshot and a link to the used pdf. Screenshot Tested pdf Here is my emerge --info: Code: Portage 2.1.6.7 (default/linux/amd64/2008.0/desktop, gcc-4.1.2, glibc-2.8_p20080602-r1, 2.6.27-gentoo-r8 x86_64) ================================================================= System uname: Linux-2.6.27-gentoo-r8-x86_64-Intel-R-_Core-TM-2_Quad_CPU_Q9450_@_2.66GHz-with-glibc2.2.5 Timestamp of tree: Sat, 21 Mar 2009 09:00:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p39 dev-lang/python: 2.5.2-r7 dev-util/ccache: 2.4-r7 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.63 sys-devel/automake: 1.5, 1.7.9-r1, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.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="-O2 -march=nocona -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/fonts/fonts.conf /etc/gconf /etc/init.d /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-O2 -march=nocona -pipe" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps=y" FEATURES="buildpkg ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" FFLAGS="-O2 -march=nocona -pipe" GENTOO_MIRRORS="http://mirror.switch.ch/ftp/mirror/gentoo/ ftp://mirror.switch.ch/mirror/gentoo/" LANG="en_US.UTF-8" LDFLAGS="-Wl,-O1" LINGUAS="en it" MAKEOPTS="-j6" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage/mine /usr/local/portage/layman/science /usr/local/portage/layman/sunrise" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acl acpi alsa amd64 bash-completion berkdb bzip2 cairo cdr cli cracklib crypt cups dbus dri dvd dvdr dvdread eds emboss encode fam ffmpeg firefox fortran ftp gdbm gif gnome gphoto2 gpm gstreamer gtk hal iconv imagemagick ipv6 isdnlog jpeg lapack latex ldap libnotify mad midi mikmod mmx mp3 mpeg msn mudflap multilib ncurses nptl nptlonly ogg opengl openmp pam pcre pdf perl png ppds pppd python quicktime readline reflection samba sdl session spell spl sqlite sse sse2 ssl ssse3 startup-notification svg sysfs tcpd tiff truetype unicode usb vim-syntax vorbis xcomposite xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache 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 it" USERLAND="GNU" VIDEO_CARDS="fglrx radeon vesa" Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Thanks in advance.
Same problem on okular. What version of poppler are you using? Code: ~> eix -Ic poppler [I] app-text/poppler (0.10.5@03/21/2009): PDF rendering library based on the xpdf-3.0 code base [I] app-text/poppler-bindings (0.10.5@03/21/2009): rendering bindings for GUI toolkits for poppler [I] app-text/poppler-data (0.2.1@11/22/2008): Data files for poppler to support uncommon encodings without xpdfrc Found 3 matches.
I'm running xorg-server version 1.5.3-r5 and I've tried to set the keyboard layout to swedish, but it won't work. I've tried both 'sv' and 'se' as value for 'XkbLayout', but niether worked. I've also made sure to restart X after changes, last few times I even rebooted to be 100% sure that X reread xorg.conf. Solution: I followed the upgrade guide for xorg 1.5. Relevant parts of my xorg.conf: Code: Section "ServerLayout" Identifier "Main Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "keyboard" Option "AutoRepeat" "500 5" Option "XkbLayout" "sv" EndSection Entire xorg.conf: Code: Section "ServerLayout" Identifier "Main Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "Files" 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" EndSection Section "Module" 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" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "keyboard" Option "AutoRepeat" "500 5" Option "XkbLayout" "sv" EndSection Section "InputDevice" Identifier "Mouse1" Driver "synaptics" Option "Protocol" "auto-dev" Option "Device" "/dev/input/mouse0" Option "SpecialSrollAreaRight" "off" Option "MaxTapTime" "250" Option "MaxDoubleTapTime" "250" Option "VertTwoFingerScroll" "on" Option "HorizTwoFingerScroll" "on" Option "TapButton1" "1" Option "TapButton2" "3" EndSection Section "Monitor" Identifier "Generic Monitor" ModeLine "640x480" 25.2 640 664 760 800 480 491 493 525 EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "Generic VGA" Driver "vga" EndSection Section "Device" Identifier "any supported Trident chip" Driver "trident" EndSection Section "Device" Identifier "MGA Millennium I" Driver "mga" Option "hw cursor" "off" BusID "PCI:0:10:0" EndSection Section "Device" Identifier "MGA G200 AGP" Driver "mga" Option "pci retry" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen 1" Device "Generic VGA" Monitor "Generic Monitor" DefaultDepth 8 SubSection "Display" Viewport 0 0 Virtual 800 600 Depth 8 Modes "640x480" EndSubSection SubSection "Display" Depth 4 Modes "640x480" EndSubSection SubSection "Display" Depth 1 Modes "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen MGA1" Device "MGA Millennium I" Monitor "Generic Monitor" DefaultDepth 16 Option "no accel" SubSection "Display" Depth 8 Visual "StaticColor" Modes "1280x1024" Option "rgb bits" "8" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "Screen MGA2" Device "MGA G200 AGP" Monitor "Generic Monitor" DefaultDepth 8 SubSection "Display" Depth 8 Visual "StaticColor" Modes "1280x1024" Option "rgb bits" "8" EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
xorg-server-1.5 is expected to go stable within a few days. There is an upgrade guide here: http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml Basically, it is recommended to switch to evdev to manage your keyboard/mouse. To switch keymaps you will need to copy over and edit a custom *.fdi file. The guide should give you a good idea on how to do that, but post back if you have problems.
Code: pimple ~ # emerge -qa okular [ebuild N ] app-text/ebook-tools-0.1.1 [ebuild N ] app-text/libspectre-0.2.2 [ebuild N ] app-text/djvu-3.5.21_p20090103 [ebuild N ] x11-libs/qt-3.3.8b-r1 [ebuild N ] app-text/poppler-bindings-0.10.5 [ebuild N ] virtual/poppler-qt4-0.10.5 [ebuild N ] kde-base/okular-4.2.1 Would you like to merge these packages? [Yes/No] no Quitting. Surely it shouldn't be pulling in QT 3 ?
No, okular does not pull it in. That's why you should always use emerge with verbose output. My crystal ball tells me you have qt3 enabled in poppler-bindings which pulls in qt3.
I have a problem with the xkb plugin for XFce 4.4 which I need to switch between German and Russian keyboard layouts. Until a couple of days ago it worked perfectly; then, probably after one of the extensive updates of world of the past couple of weeks it failed to load. I'm not sure when that happened, but I only noticed yesterday. Any attempt to get the plugin back failed. It won't go into the main panel nor a new one, it fails with the following error: Code: (xfce4-xkb-plugin:894): GLib-CRITICAL **: g_hash_table_destroy: assertion `hash_table != NULL' failed (xfce4-xkb-plugin:894): GLib-CRITICAL **: g_hash_table_destroy: assertion `hash_table != NULL' failed (xfce4-xkb-plugin:894): GLib-CRITICAL **: g_hash_table_destroy: assertion `hash_table != NULL' failed The program 'xfce4-xkb-plugin' received an X Window System error. This probably reflects a bug in the program. The error was 'BadClass, invalid event class'. (Details: serial 200 error_code 169 request_code 147 minor_code 6) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) ** Message: Tastaturlayouts: screen changed: 0 ** Message: No valid plug window. (xfce4-panel:880): Gtk-CRITICAL **: gtk_socket_get_id: assertion `GTK_WIDGET_ANCHORED (socket)' failed ** (xfce4-panel:880): CRITICAL **: Ein Element wurde unerwartet entfernt: »Tastaturlayouts«. That last line is German for 'An element was removed unexpectedly: keyoard layouts'. I used to have a similar error with the clipboard plugin every now and then which would not load on system start, but it could almost always simply be added again. One time that did not work but removing the last entry from its xml file in .config/xfce4/panel was enough. No such luck this time around. I have tried removing the xkb-plugin.rc file, renaming it so its number matches the number in panels.xml when it turns up, etc. I also googled for the error message quoted above and found that some people could add the offending plugin (various plugins failed like that for other people, it's not a specific one) by dragging it onto the panel, by adding it to the panel when the panel was vertical or after they changed the window decorations or gtk themes. I have attempted all that, but to no avail. I have also recompiled glib, xfce4 and the xfce4-xkb plugin, and I have also tried the as-yet masked version 0.5.3.3 - none of this did any good. Other plugins work, both those already added and new ones, it's just this one which doesn't. I've also tried adding the plugin under a pristine user, also with no success. I'm running out of ideas now. Short of updating to XFce 4.6, which has a long tail of other masked dependencies I don't really want to touch yet, I'm at a loss. Any suggestions? Robin
Hi, do you have something to do when you run this Code: # revdep-rebuild -p --ignore
Hello all! Today firefox just stopped working, and I get no clue what has happened. I updated gcc, and run gcc-config, env-update and source /etc/profile, and at some point after that (I'm not even sure that the gcc update is related in any way, but I have not done anything else either) firefox stopped working. If i run Code: # firefox in a terminal I get a new prompt. No firefox, no error message, no nothing??? Code: # ps -A | grep firefox shows nothing?? I have re-emerge firefox a couple of times and also installed firefox-bin, but they both behave the same way - thunderbird works fine though... I did replace my old graphics adapter nvidia FX5200 with a less old GeForce 7600 GS today and updated nvidia-drivers to 180.29, but I don't think this is related either. I am in the middle of emerge -e system, and hopefully this fixes the issue, but I have my doubts. Code: # emerge --infoPortage 2.1.6.7 (default/linux/amd64/2008.0/desktop, gcc-4.3.2, glibc-2.8_p20080602-r1, 2.6.27-g7 x86_64) ================================================================= System uname: Linux-2.6.27-g7-x86_64-AMD_Athlon-tm-_64_X2_Dual_Core_Processor_3800+-with-glibc2.2.5 Timestamp of tree: Mon, 30 Mar 2009 13:15:01 +0000 distcc 3.0 x86_64-pc-linux-gnu [disabled] ccache version 2.4 [enabled] app-shells/bash: 3.2_p39 dev-java/java-config: 1.3.7-r1, 2.1.7 dev-lang/python: 2.4.4-r14, 2.5.2-r7 dev-python/pycrypto: 2.0.1-r8 dev-util/ccache: 2.4-r7 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.63 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.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=athlon64 -O2 -pipe -msse3" 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 /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/udev/rules.d" CXXFLAGS="-march=athlon64 -O2 -pipe -msse3" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--jobs 3 --keep-going" FEATURES="candy ccache distlocks fixpackages parallel parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch userpriv" GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/" LANG="sv" LC_ALL="sv_FI@euro" LDFLAGS="-Wl,-O1" LINGUAS="sv" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp/portage" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage/layman/sunrise" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="X aac acl acpi afterimage alsa amd64 bash-completion berkdb bluetooth branding bzip2 cairo cddb cdr cli cracklib crypt cups dbus dri dvd dvdr dvdread eds emboss encode evo exif fam fat ffmpeg firefox flac fortran gdbm gif gpm gstreamer hal iconv ipv6 isdnlog ithreads java jpeg kde lame libnotify lm_sensors mad midi mmx mozilla mp3 mpeg mudflap multilib ncurses nls nptl nptlonly nsplugin nvidia ogg opengl openmp pam pcre pdf perl png ppds pppd python qt qt3 qt3support qt4 quicktime readline reflection reiserfs rt61pci sdl session smp spell spl sse sse2 sse3 ssl startup-notification svg sysfs tcpd threads tiff truetype unicode usb userlocales vorbis wmf x264 xine xml xorg xulrunner xv xvid xvmc zlib" ALSA_CARDS="cmipci" 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 ptp2" ELIBC="glibc" FOO2ZJS_DEVICES="hp1018" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="sv" USERLAND="GNU" VIDEO_CARDS="vga nvidia" Unset: CPPFLAGS, CTARGET, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Code: # cat /etc/make.conf# These settings were set by the catalyst build script that automatically built this stage # Please consult /etc/make.conf.example for a more detailed example CFLAGS="-march=athlon64 -O2 -pipe -msse3" CHOST="x86_64-pc-linux-gnu" CXXFLAGS="${CFLAGS}" ICCCFLAGS="-Os -xP -ip -gcc" ICCCXXFLAGS="${ICCCFLAGS}" MAKEOPTS="-j3" LDFLAGS="-Wl,-O1" EMERGE_DEFAULT_OPTS="--jobs 3 --keep-going" GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/" USE="afterimage lame aac branding pdf xine bash-completion x264 exif sse3 ffmpeg flac truetype bzip2 java vorbis xvmc cddb xvid wmf smp ipv6 nvidia bluetooth userlocales lm_sensors fat reiserfs threads ithreads ogg nls nptl nptlonly alsa cdr dvd dvdr kde qt qt4 mozilla nsplugin -gtk -gnome -arts -esd -mikmod -ldap -oss rt61pci" #PORTAGE_NICENESS=1 #Xorg settings INPUT_DEVICES="keyboard mouse" VIDEO_CARDS="vga nvidia" FOO2ZJS_DEVICES="hp1018" LINGUAS="sv" CAMERAS="canon ptp2" PORTAGE_TMPDIR=/var/tmp/portage PORT_ENOTICE_DIR=/var/tmp/enotice/ PORT_LOGDIR="/var/log/portage" FEATURES="ccache sandbox parallel-fetch parallel candy fixpackages userpriv userfetch" CCACHE_SIZE="2G" ALSA_CARDS="cmipci" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" #XGL source /usr/local/portage/layman/make.conf PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage/layman/sunrise" CCACHE_DIR="/var/ccache" #elogviewer PORTAGE_ELOG_SYSTEM="save echo" PORTAGE_ELOG_CLASSES="warn info error log" Any help would be very appreciated
I had this problem awhile back after I updated gcc and it had to do with my java-config, I just did: Code: java-config --list-available-vms and then selected the appropriate one, IDK why it unselected my VM, but it worked for me.
Hi. I have a problem with textures in KDE 4.2.1. Sometimes in tooltips they look like on attached screenshot, always on logout screen. When desktop effects are on (Xrender and OpenGL) they get the same but came normal after a second. Screenshot Also OpenGL effects works pretty slow, but OpenGL works good (i945GM, glxgears ~900FPS). No problem in games. Xrender works fast, but effects like shading doesn't work smooth. My make.conf: Quote: CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed" CHOST="i686-pc-linux-gnu" ACCEPT_KEYWORDS="~x86" PORTAGE_NICENESS="15" MAKEOPTS="-j2" USE="aac aalib acpi alisp alsa animation apache2 apm -arts aspell bash-completion bidi bluetooth bmp bzip2 -cairo cdinstall cdr crypt curl custom-cflags custom-cxxflags dbus dedicated dmx dri dvb dvd dvdr dvdread -eds encode -esd fam fbcon flac -fortran ftp gif glitz glut -gnome gnutls gpm -gstreamer -gtk -gtk2 hal iconv imlib ipv6 jabber java javascript jikesjpeg jpeg kde kdeenablefinal -kdeprefix laptop lcms ldap libcaca libwww lm_sensors matroska mikmod mmx mmxext mng modplug mp3 mpeg musepack mysql -nas networkmanager ncurses nls nocd nptl nptlonly nsplugin ogg openal opengl oss pam pch pcmcia pdf perl php plasma png pthreads python qt qt4 quicktime readline real rss samba sdl semantic-desktop speex spell sqlite sse sse2 sse3 ssl svg -svga tcltk tcpd theora threads tiff truetype unicode utf8 usb v4l vcd videos vim-syntax vorbis webkit win32codecs wma wxwindows X xcb xcomposite xine xinerama xml2 -xmms xv zlib x86" INPUT_DEVICES="evdev keyboard mouse synaptics" VIDEO_CARDS="intel" LINGUAS="pl" PORTAGE_ECLASS_WARNING_ENABLE="0" Thanks for any advices
Have the same hardware (945GM) and was experiencing the same problems as you. Upgrade to xorg-server-1.6 from the x11 overlay and you would have smooth effects with OpenGL. Code: Section "Device" Identifier "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller" Driver "intel" BusID "PCI:0:2:0" Option "AccelMethod" "UXA" Option "Tiling" "false" EndSection Downside: Swap space gets filled after 4-5 hours of X uptime, you would have to restart X after that time.
hi, my first questions is if it is possible to use ati open source drivers, run aiglx and dri with ati radeon x1650 graphic card? and if it is possible i how do i solve this problem: output for grep -e '(EE)' -e '(WW)' /var/log/Xorg.0.log Code: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found (WW) RADEON(0): R500 support is under development. Please report any issues to xorg-driver-ati@lists.x.org (WW) RADEON(0): DRI init changed memory map, adjusting ... (WW) RADEON(0): MC_FB_LOCATION was: 0xefffe000 is: 0xefffe000 (WW) RADEON(0): MC_AGP_LOCATION was: 0x003f0000 is: 0xf07ff000 (EE) AIGLX error: Calling driver entry point failed(EE) AIGLX: reverting to software rendering (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (WW) RADEON(0): DRI init changed memory map, adjusting ... (WW) RADEON(0): MC_FB_LOCATION was: 0xefffe000 is: 0xefffe000 (WW) RADEON(0): MC_AGP_LOCATION was: 0xf07ff000 is: 0xf07ff000 output for lspci: Code: 00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02) 00:01.0 PCI bridge: Intel Corporation 82865G/PE/P PCI to AGP Controller (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02) 00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2) 00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02) 00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02) 00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02) 00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02) 00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02) 01:00.0 VGA compatible controller: ATI Technologies Inc RV535 [Radeon X1650 Series] (rev 9e) 01:00.1 Display controller: ATI Technologies Inc RV535 [Radeon X1650 Series] (rev 9e) 02:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) if xorg.conf helps i post it here thanks for help
mistake25 wrote: i sloved this problem by installing radeonhd, now just som WW left in my xorg.0.log, but if it is possible i want to remove them Code: (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/75dpi/, /usr/share/fonts/misc/, /usr/share/fonts/75dpi/, built-ins i tried to remove these fontpaths from xorg.conf, but these errors are styl here, what else can i do? xorg-server has some defaults compiled in, those in particular. Quote: Code: (WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled. (WW) Disabling Mouse0 (WW) Disabling Keyboard0 i tired to set AllowEmptyInput to false, but when i turn it off and startx i push m and it will type mMm, what i'm doing wrong? That's actually correct behavior - if you switch off AllowEmptyInput but do have hal input settings and still have input sections in xorg.conf, xorg-server sees your input devices multiple times. As I keep repeating: Using AllowEmptyInput this way is a hack - an incorrect one. Quote: Code: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) i have no idea what i can do with this, any help? thanks you guys That's actually trivial - you may either ignore it or have acpid running - I don't think is harmful in any significant way.
I've installed gentoo 2006.1, with gnome. The ctrl-alt function to switch to console from a gui/wm doesn't work. I'm not even sure where to start with this. The combination works when i'm already in the console.
Merged a duplicate thread here.
Greetings, I recently rebuilt my system, and am having a bit of an issue with KDE 3.5.9 (4.2 and 3.5.10 exhibited the same problems, but to a greater degree, so I down graded to the first stable version available for the AMD64 platform). The problem is that, whenever I'm logged into a session, the computer will completely freeze - this includes internet throughput on the router, etc. etc. This forces me to reset the system. This only occurs when I'm logged in. I can be using the system, or not using the system for this to happen. If I log out when away from the computer (leaving the log-in screen active) there is no lock up. I've not been able to find an adequate answer through a couple of searches on this forum. Any ideas would be greatly appreciated. Here is some output regarding my system. lcpci - v Code: 00:00.0 RAM memory: nVidia Corporation MCP55 Memory Controller (rev a1) Subsystem: ASUSTeK Computer Inc. Device 8239 Flags: bus master, 66MHz, fast devsel, latency 0 Capabilities: [44] HyperTransport: Slave or Primary Interface Capabilities: [e0] #00 [fee0] 00:01.0 ISA bridge: nVidia Corporation MCP55 LPC Bridge (rev a2) Subsystem: ASUSTeK Computer Inc. Device 8239 Flags: bus master, 66MHz, fast devsel, latency 0 00:01.1 SMBus: nVidia Corporation MCP55 SMBus (rev a2) Subsystem: ASUSTeK Computer Inc. Device 8239 Flags: 66MHz, fast devsel, IRQ 10 I/O ports at fc00 [size=64] I/O ports at 1c00 [size=64] I/O ports at 1c40 [size=64] Capabilities: [44] Power Management version 2 Kernel driver in use: nForce2_smbus 00:01.2 RAM memory: nVidia Corporation MCP55 Memory Controller (rev a2) Subsystem: ASUSTeK Computer Inc. Device 8239 Flags: 66MHz, fast devsel 00:02.0 USB Controller: nVidia Corporation MCP55 USB Controller (rev a1) (prog-if 10 [OHCI]) Subsystem: ASUSTeK Computer Inc. Device 8239 Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21 Memory at fe02f000 (32-bit, non-prefetchable) [size=4K] Capabilities: [44] Power Management version 2 Kernel driver in use: ohci_hcd 00:02.1 USB Controller: nVidia Corporation MCP55 USB Controller (rev a2) (prog-if 20 [EHCI]) Subsystem: ASUSTeK Computer Inc. Device 8239 Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22 Memory at fe02e000 (32-bit, non-prefetchable) [size=256] Capabilities: [44] Debug port: BAR=1 offset=0098 Capabilities: [80] Power Management version 2 Kernel driver in use: ehci_hcd 00:04.0 IDE interface: nVidia Corporation MCP55 IDE (rev a1) (prog-if 8a [Master SecP PriP]) Subsystem: ASUSTeK Computer Inc. Device 8239 Flags: bus master, 66MHz, fast devsel, latency 0 [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8] [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1] [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8] [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1] I/O ports at f000 [size=16] Capabilities: [44] Power Management version 2 Kernel driver in use: AMD_IDE 00:05.0 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2) (prog-if 85 [Master SecO PriO]) Subsystem: ASUSTeK Computer Inc. Device 8239 Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21 I/O ports at 09f0 [size=8] I/O ports at 0bf0 [size=4] I/O ports at 0970 [size=8] I/O ports at 0b70 [size=4] I/O ports at dc00 [size=16] Memory at fe02d000 (32-bit, non-prefetchable) [size=4K] Capabilities: [44] Power Management version 2 Capabilities: [b0] MSI: Mask- 64bit+ Count=1/4 Enable- Capabilities: [cc] HyperTransport: MSI Mapping Enable+ Fixed+ Kernel driver in use: sata_nv 00:05.1 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2) (prog-if 85 [Master SecO PriO]) Subsystem: ASUSTeK Computer Inc. Device 8239 Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 20 I/O ports at 09e0 [size=8] I/O ports at 0be0 [size=4] I/O ports at 0960 [size=8] I/O ports at 0b60 [size=4] I/O ports at c800 [size=16] Memory at fe02c000 (32-bit, non-prefetchable) [size=4K] Capabilities: [44] Power Management version 2 Capabilities: [b0] MSI: Mask- 64bit+ Count=1/4 Enable- Capabilities: [cc] HyperTransport: MSI Mapping Enable+ Fixed+ Kernel driver in use: sata_nv 00:05.2 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2) (prog-if 85 [Master SecO PriO]) Subsystem: ASUSTeK Computer Inc. Device 8239 Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23 I/O ports at c400 [size=8] I/O ports at c000 [size=4] I/O ports at bc00 [size=8] I/O ports at b800 [size=4] I/O ports at b400 [size=16] Memory at fe02b000 (32-bit, non-prefetchable) [size=4K] Capabilities: [44] Power Management version 2 Capabilities: [b0] MSI: Mask- 64bit+ Count=1/4 Enable- Capabilities: [cc] HyperTransport: MSI Mapping Enable+ Fixed+ Kernel driver in use: sata_nv 00:06.0 PCI bridge: nVidia Corporation MCP55 PCI bridge (rev a2) (prog-if 01 [Subtractive decode]) Flags: bus master, 66MHz, fast devsel, latency 0 Bus: primary=00, secondary=01, subordinate=01, sec-latency=32 Memory behind bridge: fde00000-fdefffff Capabilities: [b8] Subsystem: nVidia Corporation Device cb84 Capabilities: [8c] HyperTransport: MSI Mapping Enable+ Fixed- 00:06.1 Audio device: nVidia Corporation MCP55 High Definition Audio (rev a2) Subsystem: ASUSTeK Computer Inc. Device 81f6 Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 5 Memory at fe020000 (32-bit, non-prefetchable) [size=16K] Capabilities: [44] Power Management version 2 Capabilities: [50] MSI: Mask+ 64bit+ Count=1/1 Enable- Capabilities: [6c] HyperTransport: MSI Mapping Enable+ Fixed+ 00:08.0 Bridge: nVidia Corporation MCP55 Ethernet (rev a2) Subsystem: ASUSTeK Computer Inc. Device 8239 Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 2297 Memory at fe02a000 (32-bit, non-prefetchable) [size=4K] I/O ports at b000 [size=8] Memory at fe029000 (32-bit, non-prefetchable) [size=256] Memory at fe028000 (32-bit, non-prefetchable) [size=16] Capabilities: [44] Power Management version 2 Capabilities: [70] MSI-X: Enable- Mask- TabSize=8 Capabilities: [50] MSI: Mask+ 64bit+ Count=1/8 Enable+ Capabilities: [6c] HyperTransport: MSI Mapping Enable+ Fixed+ Kernel driver in use: forcedeth 00:09.0 Bridge: nVidia Corporation MCP55 Ethernet (rev a2) Subsystem: ASUSTeK Computer Inc. Device 8239 Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 2296 Memory at fe027000 (32-bit, non-prefetchable) [size=4K] I/O ports at ac00 [size=8] Memory at fe026000 (32-bit, non-prefetchable) [size=256] Memory at fe025000 (32-bit, non-prefetchable) [size=16] Capabilities: [44] Power Management version 2 Capabilities: [70] MSI-X: Enable- Mask- TabSize=8 Capabilities: [50] MSI: Mask+ 64bit+ Count=1/8 Enable+ Capabilities: [6c] HyperTransport: MSI Mapping Enable+ Fixed+ Kernel driver in use: forcedeth 00:0a.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 Capabilities: [40] Subsystem: nVidia Corporation Device 0000 Capabilities: [48] Power Management version 2 Capabilities: [50] MSI: Mask- 64bit+ Count=1/2 Enable+ Capabilities: [60] HyperTransport: MSI Mapping Enable+ Fixed- Capabilities: [80] Express Root Port (Slot+), MSI 00 Capabilities: [100] Virtual Channel <?> Kernel driver in use: pcieport-driver 00:0b.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 Capabilities: [40] Subsystem: nVidia Corporation Device 0000 Capabilities: [48] Power Management version 2 Capabilities: [50] MSI: Mask- 64bit+ Count=1/2 Enable+ Capabilities: [60] HyperTransport: MSI Mapping Enable+ Fixed- Capabilities: [80] Express Root Port (Slot+), MSI 00 Capabilities: [100] Virtual Channel <?> Kernel driver in use: pcieport-driver 00:0c.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=04, subordinate=04, sec-latency=0 Capabilities: [40] Subsystem: nVidia Corporation Device 0000 Capabilities: [48] Power Management version 2 Capabilities: [50] MSI: Mask- 64bit+ Count=1/2 Enable+ Capabilities: [60] HyperTransport: MSI Mapping Enable+ Fixed- Capabilities: [80] Express Root Port (Slot+), MSI 00 Capabilities: [100] Virtual Channel <?> Kernel driver in use: pcieport-driver 00:0d.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=05, subordinate=05, sec-latency=0 Capabilities: [40] Subsystem: nVidia Corporation Device 0000 Capabilities: [48] Power Management version 2 Capabilities: [50] MSI: Mask- 64bit+ Count=1/2 Enable+ Capabilities: [60] HyperTransport: MSI Mapping Enable+ Fixed- Capabilities: [80] Express Root Port (Slot+), MSI 00 Capabilities: [100] Virtual Channel <?> Kernel driver in use: pcieport-driver 00:0e.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=06, subordinate=06, sec-latency=0 I/O behind bridge: 00008000-00009fff Memory behind bridge: fdd00000-fddfffff Capabilities: [40] Subsystem: nVidia Corporation Device 0000 Capabilities: [48] Power Management version 2 Capabilities: [50] MSI: Mask- 64bit+ Count=1/2 Enable+ Capabilities: [60] HyperTransport: MSI Mapping Enable+ Fixed- Capabilities: [80] Express Root Port (Slot+), MSI 00 Capabilities: [100] Virtual Channel <?> Kernel driver in use: pcieport-driver 00:0f.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=07, subordinate=07, sec-latency=0 Memory behind bridge: fa000000-fcffffff Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff Capabilities: [40] Subsystem: nVidia Corporation Device 0000 Capabilities: [48] Power Management version 2 Capabilities: [50] MSI: Mask- 64bit+ Count=1/2 Enable+ Capabilities: [60] HyperTransport: MSI Mapping Enable+ Fixed- Capabilities: [80] Express Root Port (Slot+), MSI 00 Capabilities: [100] Virtual Channel <?> Kernel driver in use: pcieport-driver 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration Flags: fast devsel Capabilities: [80] HyperTransport: Host or Secondary Interface 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map Flags: fast devsel 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller Flags: fast devsel 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control Flags: fast devsel Capabilities: [f0] Secure device <?> Kernel driver in use: k8temp 01:0b.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link) (prog-if 10 [OHCI]) Subsystem: ASUSTeK Computer Inc. K8N4-E Mainboard Flags: bus master, medium devsel, latency 32, IRQ 19 Memory at fdeff000 (32-bit, non-prefetchable) [size=2K] Memory at fdef8000 (32-bit, non-prefetchable) [size=16K] Capabilities: [44] Power Management version 2 Kernel driver in use: ohci1394 06:00.0 SATA controller: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller (rev 03) (prog-if 01 [AHCI 1.0]) Subsystem: ASUSTeK Computer Inc. P5B [JMB363] Flags: bus master, fast devsel, latency 0, IRQ 16 Memory at fddfe000 (32-bit, non-prefetchable) [size=8K] Expansion ROM at fdde0000 [disabled] [size=64K] Capabilities: [68] Power Management version 2 Capabilities: [50] Express Legacy Endpoint, MSI 01 Kernel driver in use: ahci 06:00.1 IDE interface: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller (rev 03) (prog-if 85 [Master SecO PriO]) Subsystem: ASUSTeK Computer Inc. P5B [JMB363] Flags: fast devsel I/O ports at 9c00 [disabled] [size=8] I/O ports at 9800 [disabled] [size=4] I/O ports at 9400 [disabled] [size=8] I/O ports at 9000 [disabled] [size=4] I/O ports at 8c00 [disabled] [size=16] Capabilities: [68] Power Management version 2 07:00.0 VGA compatible controller: nVidia Corporation G71 [GeForce 7300 GS] (rev a1) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device 81f1 Flags: bus master, fast devsel, latency 0, IRQ 16 Memory at fa000000 (32-bit, non-prefetchable) [size=16M] Memory at e0000000 (64-bit, prefetchable) [size=256M] Memory at fb000000 (64-bit, non-prefetchable) [size=16M] [virtual] Expansion ROM at fcfe0000 [disabled] [size=128K] Capabilities: [60] Power Management version 2 Capabilities: [68] MSI: Mask- 64bit+ Count=1/1 Enable- Capabilities: [78] Express Endpoint, MSI 00 Capabilities: [100] Virtual Channel <?> Capabilities: [128] Power Budgeting <?> Kernel driver in use: nvidia Kernel modules: nvidia, nvidiafb My kernel config: (The weird thing with this is that I changed the symlink to 2.4.26-gentoo-r4, and manually configured kernel based upon my r2 configuration. I just noticed that, somehow, the symlink is now pointing back to 2.4.26-gentoo-r2 (on March 23). Perhaps I need to re-install a couple of things? Anyway, while writing this, I did change the symlink back to point to the current kernel.) [code] # Automatically generated make config: don't edit # Linux kernel version: 2.6.28-gentoo-r4 # Sun Mar 22 18:19:52 2009 # CONFIG_64BIT=y # CONFIG_X86_32 is not set CONFIG_X86_64=y CONFIG_X86=y CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig" CONFIG_GENERIC_TIME=y CONFIG_GENERIC_CMOS_UPDATE=y CONFIG_CLOCKSOURCE_WATCHDOG=y CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y CONFIG_LOCKDEP_SUPPORT=y CONFIG_STACKTRACE_SUPPORT=y CONFIG_HAVE_LATENCYTOP_SUPPORT=y CONFIG_FAST_CMPXCHG_LOCAL=y CONFIG_MMU=y CONFIG_ZONE_DMA=y CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP=y CONFIG_GENERIC_BUG=y CONFIG_GENERIC_HWEIGHT=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y CONFIG_RWSEM_GENERIC_SPINLOCK=y # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y CONFIG_GENERIC_CALIBRATE_DELAY=y CONFIG_GENERIC_TIME_VSYSCALL=y CONFIG_ARCH_HAS_CPU_RELAX=y CONFIG_ARCH_HAS_DEFAULT_IDLE=y CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y CONFIG_HAVE_SETUP_PER_CPU_AREA=y CONFIG_HAVE_CPUMASK_OF_CPU_MAP=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ZONE_DMA32=y CONFIG_ARCH_POPULATES_NODE_MAP=y CONFIG_AUDIT_ARCH=y CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_IRQ_PROBE=y CONFIG_GENERIC_PENDING_IRQ=y CONFIG_X86_SMP=y CONFIG_USE_GENERIC_SMP_HELPERS=y CONFIG_X86_64_SMP=y CONFIG_X86_HT=y CONFIG_X86_BIOS_REBOOT=y CONFIG_X86_TRAMPOLINE=y # CONFIG_KTIME_SCALAR is not set CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" # # General setup # CONFIG_EXPERIMENTAL=y CONFIG_LOCK_KERNEL=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_LOCALVERSION="" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y CONFIG_POSIX_MQUEUE=y CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BSD_PROCESS_ACCT_V3 is not set # CONFIG_TASKSTATS is not set CONFIG_AUDIT=y CONFIG_AUDITSYSCALL=y CONFIG_AUDIT_TREE=y # CONFIG_IKCONFIG is not set CONFIG_LOG_BUF_SHIFT=17 CONFIG_CGROUPS=y # CONFIG_CGROUP_DEBUG is not set CONFIG_CGROUP_NS=y # CONFIG_CGROUP_FREEZER is not set # CONFIG_CGROUP_DEVICE is not set CONFIG_CPUSETS=y CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y CONFIG_GROUP_SCHED=y CONFIG_FAIR_GROUP_SCHED=y # CONFIG_RT_GROUP_SCHED is not set # CONFIG_USER_SCHED is not set CONFIG_CGROUP_SCHED=y CONFIG_CGROUP_CPUACCT=y CONFIG_RESOURCE_COUNTERS=y # CONFIG_CGROUP_MEM_RES_CTLR is not set # CONFIG_SYSFS_DEPRECATED_V2 is not set CONFIG_PROC_PID_CPUSET=y CONFIG_RELAY=y CONFIG_NAMESPACES=y CONFIG_UTS_NS=y CONFIG_IPC_NS=y CONFIG_USER_NS=y CONFIG_PID_NS=y CONFIG_BLK_DEV_INITRD=y CONFIG_INITRAMFS_SOURCE="" CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_SYSCTL=y # CONFIG_EMBEDDED is not set CONFIG_UID16=y CONFIG_SYSCTL_SYSCALL=y CONFIG_KALLSYMS=y CONFIG_KALLSYMS_EXTRA_PASS=y CONFIG_HOTPLUG=y CONFIG_PRINTK=y CONFIG_BUG=y CONFIG_ELF_CORE=y CONFIG_PCSPKR_PLATFORM=y # CONFIG_COMPAT_BRK is not set CONFIG_BASE_FULL=y CONFIG_FUTEX=y CONFIG_ANON_INODES=y CONFIG_EPOLL=y CONFIG_SIGNALFD=y CONFIG_TIMERFD=y CONFIG_EVENTFD=y CONFIG_SHMEM=y CONFIG_AIO=y CONFIG_VM_EVENT_COUNTERS=y CONFIG_PCI_QUIRKS=y CONFIG_SLUB_DEBUG=y # CONFIG_SLAB is not set CONFIG_SLUB=y # CONFIG_SLOB is not set CONFIG_PROFILING=y CONFIG_MARKERS=y # CONFIG_OPROFILE is not set CONFIG_HAVE_OPROFILE=y # CONFIG_KPROBES is not set CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y CONFIG_HAVE_IOREMAP_PROT=y CONFIG_HAVE_KPROBES=y CONFIG_HAVE_KRETPROBES=y CONFIG_HAVE_ARCH_TRACEHOOK=y # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set CONFIG_SLABINFO=y CONFIG_RT_MUTEXES=y # CONFIG_TINY_SHMEM is not set CONFIG_BASE_SMALL=0 CONFIG_MODULES=y # CONFIG_MODULE_FORCE_LOAD is not set CONFIG_MODULE_UNLOAD=y # CONFIG_MODULE_FORCE_UNLOAD is not set # CONFIG_MODVERSIONS is not set # CONFIG_MODULE_SRCVERSION_ALL is not set CONFIG_KMOD=y CONFIG_STOP_MACHINE=y CONFIG_BLOCK=y CONFIG_BLK_DEV_IO_TRACE=y CONFIG_BLK_DEV_BSG=y # CONFIG_BLK_DEV_INTEGRITY is not set CONFIG_BLOCK_COMPAT=y # # IO Schedulers # CONFIG_IOSCHED_NOOP=y CONFIG_IOSCHED_AS=y CONFIG_IOSCHED_DEADLINE=y CONFIG_IOSCHED_CFQ=y # CONFIG_DEFAULT_AS is not set # CONFIG_DEFAULT_DEADLINE is not set CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_NOOP is not set CONFIG_DEFAULT_IOSCHED="cfq" CONFIG_CLASSIC_RCU=y # CONFIG_FREEZER is not set # # Processor type and features # CONFIG_TICK_ONESHOT=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_GENERIC_CLOCKEVENTS_BUILD=y CONFIG_SMP=y CONFIG_X86_FIND_SMP_CONFIG=y CONFIG_X86_MPPARSE=y CONFIG_X86_PC=y # CONFIG_X86_ELAN is not set # CONFIG_X86_VOYAGER is not set # CONFIG_X86_GENERICARCH is not set # CONFIG_X86_VSMP is not set # CONFIG_PARAVIRT_GUEST is not set CONFIG_MEMTEST=y # CONFIG_M386 is not set # CONFIG_M486 is not set # CONFIG_M586 is not set # CONFIG_M586TSC is not set # CONFIG_M586MMX is not set # CONFIG_M686 is not set # CONFIG_MPENTIUMII is not set # CONFIG_MPENTIUMIII is not set # CONFIG_MPENTIUMM is not set # CONFIG_MPENTIUM4 is not set # CONFIG_MK6 is not set # CONFIG_MK7 is not set CONFIG_MK8=y # CONFIG_MCRUSOE is not set # CONFIG_MEFFICEON is not set # CONFIG_MWINCHIPC6 is not set # CONFIG_MWINCHIP3D is not set # CONFIG_MGEODEGX1 is not set # CONFIG_MGEODE_LX is not set # CONFIG_MCYRIXIII is not set # CONFIG_MVIAC3_2 is not set # CONFIG_MVIAC7 is not set # CONFIG_MPSC is not set # CONFIG_MCORE2 is not set # CONFIG_GENERIC_CPU is not set CONFIG_X86_CPU=y CONFIG_X86_L1_CACHE_BYTES=64 CONFIG_X86_INTERNODE_CACHE_BYTES=64 CONFIG_X86_CMPXCHG=y CONFIG_X86_L1_CACHE_SHIFT=6 CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INTEL_USERCOPY=y CONFIG_X86_USE_PPRO_CHECKSUM=y CONFIG_X86_TSC=y CONFIG_X86_CMPXCHG64=y CONFIG_X86_CMOV=y CONFIG_X86_MINIMUM_CPU_FAMILY=64 CONFIG_X86_DEBUGCTLMSR=y CONFIG_CPU_SUP_INTEL=y CONFIG_CPU_SUP_AMD=y CONFIG_CPU_SUP_CENTAUR_64=y # CONFIG_X86_DS is not set CONFIG_HPET_TIMER=y CONFIG_HPET_EMULATE_RTC=y CONFIG_DMI=y CONFIG_GART_IOMMU=y # CONFIG_CALGARY_IOMMU is not set CONFIG_AMD_IOMMU=y CONFIG_SWIOTLB=y CONFIG_IOMMU_HELPER=y CONFIG_NR_CPUS=64 # CONFIG_SCHED_SMT is not set CONFIG_SCHED_MC=y # CONFIG_PREEMPT_NONE is not set CONFIG_PREEMPT_VOLUNTARY=y # CONFIG_PREEMPT is not set CONFIG_X86_LOCAL_APIC=y CONFIG_X86_IO_APIC=y CONFIG_X86_MCE=y # CONFIG_X86_MCE_INTEL is not set CONFIG_X86_MCE_AMD=y # CONFIG_I8K is not set # CONFIG_MICROCODE is not set CONFIG_X86_MSR=y CONFIG_X86_CPUID=y CONFIG_ARCH_PHYS_ADDR_T_64BIT=y CONFIG_NUMA=y CONFIG_K8_NUMA=y CONFIG_X86_64_ACPI_NUMA=y CONFIG_NODES_SPAN_OTHER_NODES=y # CONFIG_NUMA_EMU is not set CONFIG_NODES_SHIFT=6 CONFIG_ARCH_SPARSEMEM_DEFAULT=y CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_FLATMEM_MANUAL is not set # CONFIG_DISCONTIGMEM_MANUAL is not set CONFIG_SPARSEMEM_MANUAL=y CONFIG_SPARSEMEM=y CONFIG_NEED_MULTIPLE_NODES=y CONFIG_HAVE_MEMORY_PRESENT=y CONFIG_SPARSEMEM_EXTREME=y CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y CONFIG_SPARSEMEM_VMEMMAP=y # CONFIG_MEMORY_HOTPLUG is not set CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_SPLIT_PTLOCK_CPUS=4 CONFIG_MIGRATION=y CONFIG_RESOURCES_64BIT=y CONFIG_PHYS_ADDR_T_64BIT=y CONFIG_ZONE_DMA_FLAG=1 CONFIG_BOUNCE=y CONFIG_VIRT_TO_BUS=y CONFIG_UNEVICTABLE_LRU=y # CONFIG_X86_CHECK_BIOS_CORRUPTION is not set CONFIG_X86_RESERVE_LOW_64K=y CONFIG_MTRR=y CONFIG_MTRR_SANITIZER=y CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0 CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1 CONFIG_X86_PAT=y # CONFIG_EFI is not set CONFIG_SECCOMP=y # CONFIG_HZ_100 is not set # CONFIG_HZ_250 is not set # CONFIG_HZ_300 is not set CONFIG_HZ_1000=y CONFIG_HZ=1000 CONFIG_SCHED_HRTICK=y # CONFIG_KEXEC is not set # CONFIG_CRASH_DUMP is not set CONFIG_PHYSICAL_START=0x200000 # CONFIG_RELOCATABLE is not set CONFIG_PHYSICAL_ALIGN=0x200000 CONFIG_HOTPLUG_CPU=y # CONFIG_COMPAT_VDSO is not set # CONFIG_CMDLINE_BOOL is not set CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y # # Power management and ACPI options # CONFIG_PM=y # CONFIG_PM_DEBUG is not set # CONFIG_SUSPEND is not set # CONFIG_HIBERNATION is not set CONFIG_ACPI=y CONFIG_ACPI_PROCFS=y CONFIG_ACPI_PROCFS_POWER=y CONFIG_ACPI_SYSFS_POWER=y CONFIG_ACPI_PROC_EVENT=y CONFIG_ACPI_AC=y CONFIG_ACPI_BATTERY=y CONFIG_ACPI_BUTTON=y CONFIG_ACPI_FAN=y CONFIG_ACPI_DOCK=y CONFIG_ACPI_PROCESSOR=y CONFIG_ACPI_HOTPLUG_CPU=y CONFIG_ACPI_THERMAL=y CONFIG_ACPI_NUMA=y # CONFIG_ACPI_WMI is not set # CONFIG_ACPI_ASUS is not set # CONFIG_ACPI_TOSHIBA is not set # CONFIG_ACPI_CUSTOM_DSDT is not set CONFIG_ACPI_BLACKLIST_YEAR=0 # CONFIG_ACPI_DEBUG is not set # CONFIG_ACPI_PCI_SLOT is not set CONFIG_ACPI_SYSTEM=y CONFIG_X86_PM_TIMER=y CONFIG_ACPI_CONTAINER=y # CONFIG_ACPI_SBS is not set # # CPU Frequency scaling # CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_TABLE=y # CONFIG_CPU_FREQ_DEBUG is not set # CONFIG_CPU_FREQ_STAT is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set CONFIG_CPU_FREQ_GOV_PERFORMANCE=y # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set CONFIG_CPU_FREQ_GOV_USERSPACE=y CONFIG_CPU_FREQ_GOV_ONDEMAND=y # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set # # CPUFreq processor drivers # # CONFIG_X86_ACPI_CPUFREQ is not set CONFIG_X86_POWERNOW_K8=y CONFIG_X86_POWERNOW_K8_ACPI=y # CONFIG_X86_SPEEDSTEP_CENTRINO is not set # CONFIG_X86_P4_CLOCKMOD is not set # # shared options # # CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set # CONFIG_X86_SPEEDSTEP_LIB is not set CONFIG_CPU_IDLE=y CONFIG_CPU_IDLE_GOV_LADDER=y CONFIG_CPU_IDLE_GOV_MENU=y # # Memory power savings # # CONFIG_I7300_IDLE is not set # # Bus options (PCI etc.) # CONFIG_PCI=y CONFIG_PCI_DIRECT=y CONFIG_PCI_MMCONFIG=y CONFIG_PCI_DOMAINS=y CONFIG_DMAR=y CONFIG_DMAR_GFX_WA=y CONFIG_DMAR_FLOPPY_WA=y # CONFIG_INTR_REMAP is not set CONFIG_PCIEPORTBUS=y # CONFIG_HOTPLUG_PCI_PCIE is not set # CONFIG_PCIEAER is not set # CONFIG_PCIEASPM is not set CONFIG_ARCH_SUPPORTS_MSI=y CONFIG_PCI_MSI=y # CONFIG_PCI_LEGACY is not set CONFIG_HT_IRQ=y CONFIG_ISA_DMA_API=y CONFIG_K8_NB=y CONFIG_PCCARD=m # CONFIG_PCMCIA_DEBUG is not set CONFIG_PCMCIA=m CONFIG_PCMCIA_LOAD_CIS=y CONFIG_PCMCIA_IOCTL=y CONFIG_CARDBUS=y # # PC-card bridges # # CONFIG_YENTA is not set # CONFIG_PD6729 is not set # CONFIG_I82092 is not set CONFIG_HOTPLUG_PCI=y # CONFIG_HOTPLUG_PCI_FAKE is not set # CONFIG_HOTPLUG_PCI_ACPI is not set # CONFIG_HOTPLUG_PCI_CPCI is not set # CONFIG_HOTPLUG_PCI_SHPC is not set # # Executable file formats / Emulations # CONFIG_BINFMT_ELF=y CONFIG_COMPAT_BINFMT_ELF=y # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set # CONFIG_HAVE_AOUT is not set CONFIG_BINFMT_MISC=y CONFIG_IA32_EMULATION=y CONFIG_IA32_AOUT=m CONFIG_COMPAT=y CONFIG_COMPAT_FOR_U64_ALIGNMENT=y CONFIG_SYSVIPC_COMPAT=y CONFIG_NET=y # # Networking options # CONFIG_PACKET=y CONFIG_PACKET_MMAP=y CONFIG_UNIX=y CONFIG_XFRM=y CONFIG_XFRM_USER=y # CONFIG_XFRM_SUB_POLICY is not set # CONFIG_XFRM_MIGRATE is not set # CONFIG_XFRM_STATISTICS is not set CONFIG_XFRM_IPCOMP=m # CONFIG_NET_KEY is not set CONFIG_INET=y CONFIG_IP_MULTICAST=y CONFIG_IP_ADVANCED_ROUTER=y CONFIG_ASK_IP_FIB_HASH=y # CONFIG_IP_FIB_TRIE is not set CONFIG_IP_FIB_HASH=y CONFIG_IP_MULTIPLE_TABLES=y CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_VERBOSE=y CONFIG_IP_PNP=y CONFIG_IP_PNP_DHCP=y CONFIG_IP_PNP_BOOTP=y CONFIG_IP_PNP_RARP=y CONFIG_NET_IPIP=m CONFIG_NET_IPGRE=m # CONFIG_NET_IPGRE_BROADCAST is not set CONFIG_IP_MROUTE=y CONFIG_IP_PIMSM_V1=y CONFIG_IP_PIMSM_V2=y # CONFIG_ARPD is not set CONFIG_SYN_COOKIES=y CONFIG_INET_AH=m CONFIG_INET_ESP=m CONFIG_INET_IPCOMP=m CONFIG_INET_XFRM_TUNNEL=m CONFIG_INET_TUNNEL=m CONFIG_INET_XFRM_MODE_TRANSPORT=m CONFIG_INET_XFRM_MODE_TUNNEL=m CONFIG_INET_XFRM_MODE_BEET=m CONFIG_INET_LRO=y CONFIG_INET_DIAG=y CONFIG_INET_TCP_DIAG=y # CONFIG_TCP_CONG_ADVANCED is not set CONFIG_TCP_CONG_CUBIC=y CONFIG_DEFAULT_TCP_CONG="cubic" # CONFIG_TCP_MD5SIG is not set # CONFIG_IPV6 is not set CONFIG_NETWORK_SECMARK=y CONFIG_NETFILTER=y # CONFIG_NETFILTER_DEBUG is not set CONFIG_NETFILTER_ADVANCED=y # # Core Netfilter Configuration # CONFIG_NETFILTER_NETLINK=y CONFIG_NETFILTER_NETLINK_QUEUE=y CONFIG_NETFILTER_NETLINK_LOG=y CONFIG_NF_CONNTRACK=y CONFIG_NF_CT_ACCT=y CONFIG_NF_CONNTRACK_MARK=y CONFIG_NF_CONNTRACK_SECMARK=y CONFIG_NF_CONNTRACK_EVENTS=y CONFIG_NF_CT_PROTO_DCCP=y CONFIG_NF_CT_PROTO_GRE=y CONFIG_NF_CT_PROTO_SCTP=y CONFIG_NF_CT_PROTO_UDPLITE=y CONFIG_NF_CONNTRACK_AMANDA=y CONFIG_NF_CONNTRACK_FTP=y CONFIG_NF_CONNTRACK_H323=y CONFIG_NF_CONNTRACK_IRC=y CONFIG_NF_CONNTRACK_NETBIOS_NS=y CONFIG_NF_CONNTRACK_PPTP=y CONFIG_NF_CONNTRACK_SANE=y CONFIG_NF_CONNTRACK_SIP=y CONFIG_NF_CONNTRACK_TFTP=y CONFIG_NF_CT_NETLINK=y CONFIG_NETFILTER_TPROXY=y CONFIG_NETFILTER_XTABLES=y CONFIG_NETFILTER_XT_TARGET_CLASSIFY=y CONFIG_NETFILTER_XT_TARGET_CONNMARK=y CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=y CONFIG_NETFILTER_XT_TARGET_DSCP=y CONFIG_NETFILTER_XT_TARGET_MARK=y CONFIG_NETFILTER_XT_TARGET_NFLOG=y CONFIG_NETFILTER_XT_TARGET_NFQUEUE=y # CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set CONFIG_NETFILTER_XT_TARGET_RATEEST=y CONFIG_NETFILTER_XT_TARGET_TPROXY=y # CONFIG_NETFILTER_XT_TARGET_TRACE is not set CONFIG_NETFILTER_XT_TARGET_SECMARK=y CONFIG_NETFILTER_XT_TARGET_TCPMSS=y CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=y CONFIG_NETFILTER_XT_MATCH_COMMENT=y CONFIG_NETFILTER_XT_MATCH_CONNBYTES=y CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=y CONFIG_NETFILTER_XT_MATCH_CONNMARK=y CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y CONFIG_NETFILTER_XT_MATCH_DCCP=y CONFIG_NETFILTER_XT_MATCH_DSCP=y CONFIG_NETFILTER_XT_MATCH_ESP=y CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=y CONFIG_NETFILTER_XT_MATCH_HELPER=y CONFIG_NETFILTER_XT_MATCH_IPRANGE=y CONFIG_NETFILTER_XT_MATCH_LENGTH=y CONFIG_NETFILTER_XT_MATCH_LIMIT=y CONFIG_NETFILTER_XT_MATCH_MAC=y CONFIG_NETFILTER_XT_MATCH_MARK=y CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y CONFIG_NETFILTER_XT_MATCH_OWNER=y CONFIG_NETFILTER_XT_MATCH_POLICY=y CONFIG_NETFILTER_XT_MATCH_PKTTYPE=y CONFIG_NETFILTER_XT_MATCH_QUOTA=y CONFIG_NETFILTER_XT_MATCH_RATEEST=y CONFIG_NETFILTER_XT_MATCH_REALM=y CONFIG_NETFILTER_XT_MATCH_RECENT=y CONFIG_NETFILTER_XT_MATCH_RECENT_PROC_COMPAT=y CONFIG_NETFILTER_XT_MATCH_SCTP=y CONFIG_NETFILTER_XT_MATCH_SOCKET=y CONFIG_NETFILTER_XT_MATCH_STATE=y CONFIG_NETFILTER_XT_MATCH_STATISTIC=y CONFIG_NETFILTER_XT_MATCH_STRING=y CONFIG_NETFILTER_XT_MATCH_TCPMSS=y CONFIG_NETFILTER_XT_MATCH_TIME=y CONFIG_NETFILTER_XT_MATCH_U32=y # CONFIG_IP_VS is not set # # IP: Netfilter Configuration # CONFIG_NF_DEFRAG_IPV4=y CONFIG_NF_CONNTRACK_IPV4=y CONFIG_NF_CONNTRACK_PROC_COMPAT=y # CONFIG_IP_NF_QUEUE is not set CONFIG_IP_NF_IPTABLES=y CONFIG_IP_NF_MATCH_ADDRTYPE=y CONFIG_IP_NF_MATCH_AH=y CONFIG_IP_NF_MATCH_ECN=y CONFIG_IP_NF_MATCH_TTL=y CONFIG_IP_NF_FILTER=y CONFIG_IP_NF_TARGET_REJECT=y CONFIG_IP_NF_TARGET_LOG=y CONFIG_IP_NF_TARGET_ULOG=y CONFIG_NF_NAT=y CONFIG_NF_NAT_NEEDED=y CONFIG_IP_NF_TARGET_MASQUERADE=y CONFIG_IP_NF_TARGET_NETMAP=y CONFIG_IP_NF_TARGET_REDIRECT=y CONFIG_NF_NAT_SNMP_BASIC=y CONFIG_NF_NAT_PROTO_DCCP=y CONFIG_NF_NAT_PROTO_GRE=y CONFIG_NF_NAT_PROTO_UDPLITE=y CONFIG_NF_NAT_PROTO_SCTP=y CONFIG_NF_NAT_FTP=y CONFIG_NF_NAT_IRC=y CONFIG_NF_NAT_TFTP=y CONFIG_NF_NAT_AMANDA=y CONFIG_NF_NAT_PPTP=y CONFIG_NF_NAT_H323=y CONFIG_NF_NAT_SIP=y CONFIG_IP_NF_MANGLE=y # CONFIG_IP_NF_TARGET_CLUSTERIP is not set CONFIG_IP_NF_TARGET_ECN=y CONFIG_IP_NF_TARGET_TTL=y CONFIG_IP_NF_RAW=y CONFIG_IP_NF_ARPTABLES=y CONFIG_IP_NF_ARPFILTER=y CONFIG_IP_NF_ARP_MANGLE=y # CONFIG_IP_DCCP is not set # CONFIG_IP_SCTP is not set # CONFIG_TIPC is not set # CONFIG_ATM is not set # CONFIG_BRIDGE is not set # CONFIG_NET_DSA is not set # CONFIG_VLAN_8021Q is not set # CONFIG_DECNET is not set CONFIG_LLC=y # CONFIG_LLC2 is not set # CONFIG_IPX is not set # CONFIG_ATALK is not set # CONFIG_X25 is not set # CONFIG_LAPB is not set # CONFIG_ECONET is not set # CONFIG_WAN_ROUTER is not set # CONFIG_NET_SCHED is not set CONFIG_NET_CLS_ROUTE=y # # Network testing # # CONFIG_NET_PKTGEN is not set # CONFIG_HAMRADIO is not set # CONFIG_CAN is not set # CONFIG_IRDA is not set # CONFIG_BT is not set # CONFIG_AF_RXRPC is not set # CONFIG_PHONET is not set CONFIG_FIB_RULES=y # CONFIG_WIRELESS is not set # CONFIG_RFKILL is not set # CONFIG_NET_9P is not set # # Device Drivers # # # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_EXTRA_FIRMWARE="" # CONFIG_SYS_HYPERVISOR is not set CONFIG_CONNECTOR=y CONFIG_PROC_EVENTS=y CONFIG_MTD=y # CONFIG_MTD_DEBUG is not set # CONFIG_MTD_CONCAT is not set # CONFIG_MTD_PARTITIONS is not set # # User Modules And Translation Layers # # CONFIG_MTD_CHAR is not set # CONFIG_MTD_BLKDEVS is not set # CONFIG_MTD_BLOCK is not set # CONFIG_MTD_BLOCK_RO is not set # CONFIG_FTL is not set # CONFIG_NFTL is not set # CONFIG_INFTL is not set # CONFIG_RFD_FTL is not set # CONFIG_SSFDC is not set # CONFIG_MTD_OOPS is not set # # RAM/ROM/Flash chip drivers # # CONFIG_MTD_CFI is not set # CONFIG_MTD_JEDECPROBE is not set CONFIG_MTD_MAP_BANK_WIDTH_1=y CONFIG_MTD_MAP_BANK_WIDTH_2=y CONFIG_MTD_MAP_BANK_WIDTH_4=y # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set CONFIG_MTD_CFI_I1=y CONFIG_MTD_CFI_I2=y # CONFIG_MTD_CFI_I4 is not set # CONFIG_MTD_CFI_I8 is not set # CONFIG_MTD_RAM is not set # CONFIG_MTD_ROM is not set # CONFIG_MTD_ABSENT is not set # # Mapping drivers for chip access # # CONFIG_MTD_COMPLEX_MAPPINGS is not set # CONFIG_MTD_TS5500 is not set # CONFIG_MTD_INTEL_VR_NOR is not set # CONFIG_MTD_PLATRAM is not set # # Self-contained MTD device drivers # # CONFIG_MTD_PMC551 is not set # CONFIG_MTD_SLRAM is not set # CONFIG_MTD_PHRAM is not set # CONFIG_MTD_MTDRAM is not set # CONFIG_MTD_BLOCK2MTD is not set # # Disk-On-Chip Device Drivers # # CONFIG_MTD_DOC2000 is not set # CONFIG_MTD_DOC2001 is not set # CONFIG_MTD_DOC2001PLUS is not set # CONFIG_MTD_NAND is not set # CONFIG_MTD_ONENAND is not set # # UBI - Unsorted block images # # CONFIG_MTD_UBI is not set CONFIG_PARPORT=y CONFIG_PARPORT_PC=y CONFIG_PARPORT_SERIAL=y CONFIG_PARPORT_PC_FIFO=y # CONFIG_PARPORT_PC_SUPERIO is not set # CONFIG_PARPORT_PC_PCMCIA is not set # CONFIG_PARPORT_GSC is not set # CONFIG_PARPORT_AX88796 is not set # CONFIG_PARPORT_1284 is not set CONFIG_PNP=y CONFIG_PNP_DEBUG_MESSAGES=y # # Protocols # CONFIG_PNPACPI=y CONFIG_BLK_DEV=y CONFIG_BLK_DEV_FD=m # CONFIG_PARIDE is not set # CONFIG_BLK_CPQ_DA is not set # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_BLK_DEV_DAC960 is not set # CONFIG_BLK_DEV_UMEM is not set # CONFIG_BLK_DEV_COW_COMMON is not set CONFIG_BLK_DEV_LOOP=y # CONFIG_BLK_DEV_CRYPTOLOOP is not set # CONFIG_BLK_DEV_NBD is not set # CONFIG_BLK_DEV_SX8 is not set # CONFIG_BLK_DEV_UB is not set CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=16 CONFIG_BLK_DEV_RAM_SIZE=16384 # CONFIG_BLK_DEV_XIP is not set CONFIG_CDROM_PKTCDVD=y CONFIG_CDROM_PKTCDVD_BUFFERS=8 # CONFIG_CDROM_PKTCDVD_WCACHE is not set # CONFIG_ATA_OVER_ETH is not set # CONFIG_BLK_DEV_HD is not set CONFIG_MISC_DEVICES=y # CONFIG_IBM_ASM is not set # CONFIG_PHANTOM is not set # CONFIG_EEPROM_93CX6 is not set # CONFIG_SGI_IOC4 is not set # CONFIG_TIFM_CORE is not set # CONFIG_ASUS_LAPTOP is not set # CONFIG_FUJITSU_LAPTOP is not set # CONFIG_ICS932S401 is not set # CONFIG_MSI_LAPTOP is not set # CONFIG_PANASONIC_LAPTOP is not set # CONFIG_COMPAL_LAPTOP is not set # CONFIG_SONY_LAPTOP is not set # CONFIG_THINKPAD_ACPI is not set # CONFIG_INTEL_MENLOW is not set # CONFIG_ENCLOSURE_SERVICES is not set # CONFIG_SGI_XP is not set # CONFIG_HP_ILO is not set # CONFIG_SGI_GRU is not set # CONFIG_C2PORT is not set CONFIG_HAVE_IDE=y CONFIG_IDE=y # # Please see Documentation/ide/ide.txt for help/info on IDE drives # CONFIG_IDE_TIMINGS=y # CONFIG_BLK_DEV_IDE_SATA is not set CONFIG_IDE_GD=y CONFIG_IDE_GD_ATA=y # CONFIG_IDE_GD_ATAPI is not set # CONFIG_BLK_DEV_IDECS is not set # CONFIG_BLK_DEV_DELKIN is not set CONFIG_BLK_DEV_IDECD=y CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y # CONFIG_BLK_DEV_IDETAPE is not set # CONFIG_BLK_DEV_IDESCSI is not set # CONFIG_BLK_DEV_IDEACPI is not set # CONFIG_IDE_TASK_IOCTL is not set CONFIG_IDE_PROC_FS=y # # IDE chipset support/bugfixes # CONFIG_IDE_GENERIC=y # CONFIG_BLK_DEV_PLATFORM is not set # CONFIG_BLK_DEV_CMD640 is not set # CONFIG_BLK_DEV_IDEPNP is not set CONFIG_BLK_DEV_IDEDMA_SFF=y # # PCI IDE chipsets support # CONFIG_BLK_DEV_IDEPCI=y CONFIG_IDEPCI_PCIBUS_ORDER=y # CONFIG_BLK_DEV_GENERIC is not set # CONFIG_BLK_DEV_OPTI621 is not set # CONFIG_BLK_DEV_RZ1000 is not set CONFIG_BLK_DEV_IDEDMA_PCI=y # CONFIG_BLK_DEV_AEC62XX is not set # CONFIG_BLK_DEV_ALI15X3 is not set CONFIG_BLK_DEV_AMD74XX=y # CONFIG_BLK_DEV_ATIIXP is not set # CONFIG_BLK_DEV_CMD64X is not set # CONFIG_BLK_DEV_TRIFLEX is not set # CONFIG_BLK_DEV_CS5520 is not set # CONFIG_BLK_DEV_CS5530 is not set # CONFIG_BLK_DEV_HPT366 is not set # CONFIG_BLK_DEV_JMICRON is not set # CONFIG_BLK_DEV_SC1200 is not set # CONFIG_BLK_DEV_PIIX is not set # CONFIG_BLK_DEV_IT8213 is not set # CONFIG_BLK_DEV_IT821X is not set # CONFIG_BLK_DEV_NS87415 is not set # CONFIG_BLK_DEV_PDC202XX_OLD is not set # CONFIG_BLK_DEV_PDC202XX_NEW is not set # CONFIG_BLK_DEV_SVWKS is not set # CONFIG_BLK_DEV_SIIMAGE is not set # CONFIG_BLK_DEV_SIS5513 is not set # CONFIG_BLK_DEV_SLC90E66 is not set # CONFIG_BLK_DEV_TRM290 is not set # CONFIG_BLK_DEV_VIA82CXXX is not set # CONFIG_BLK_DEV_TC86C001 is not set CONFIG_BLK_DEV_IDEDMA=y # # SCSI device support # CONFIG_RAID_ATTRS=y CONFIG_SCSI=y CONFIG_SCSI_DMA=y # CONFIG_SCSI_TGT is not set # CONFIG_SCSI_NETLINK is not set CONFIG_SCSI_PROC_FS=y # # SCSI support type (disk, tape, CD-ROM) # CONFIG_BLK_DEV_SD=y # CONFIG_CHR_DEV_ST is not set # CONFIG_CHR_DEV_OSST is not set CONFIG_BLK_DEV_SR=y CONFIG_BLK_DEV_SR_VENDOR=y CONFIG_CHR_DEV_SG=y # CONFIG_CHR_DEV_SCH is not set # # Some SCSI devices (e.g. CD jukebox) support multiple LUNs # # CONFIG_SCSI_MULTI_LUN is not set CONFIG_SCSI_CONSTANTS=y # CONFIG_SCSI_LOGGING is not set # CONFIG_SCSI_SCAN_ASYNC is not set CONFIG_SCSI_WAIT_SCAN=m # # SCSI Transports # CONFIG_SCSI_SPI_ATTRS=y # CONFIG_SCSI_FC_ATTRS is not set CONFIG_SCSI_ISCSI_ATTRS=y # CONFIG_SCSI_SAS_ATTRS is not set # CONFIG_SCSI_SAS_LIBSAS is not set # CONFIG_SCSI_SRP_ATTRS is not set # CONFIG_SCSI_LOWLEVEL is not set # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set # CONFIG_SCSI_DH is not set CONFIG_ATA=y # CONFIG_ATA_NONSTANDARD is not set CONFIG_ATA_ACPI=y CONFIG_SATA_PMP=y CONFIG_SATA_AHCI=y # CONFIG_SATA_SIL24 is not set CONFIG_ATA_SFF=y # CONFIG_SATA_SVW is not set # CONFIG_ATA_PIIX is not set # CONFIG_SATA_MV is not set CONFIG_SATA_NV=y # CONFIG_PDC_ADMA is not set # CONFIG_SATA_QSTOR is not set # CONFIG_SATA_PROMISE is not set # CONFIG_SATA_SX4 is not set # CONFIG_SATA_SIL is not set # CONFIG_SATA_SIS is not set # CONFIG_SATA_ULI is not set # CONFIG_SATA_VIA is not set # CONFIG_SATA_VITESSE is not set # CONFIG_SATA_INIC162X is not set # CONFIG_PATA_ACPI is not set # CONFIG_PATA_ALI is not set # CONFIG_PATA_AMD is not set # CONFIG_PATA_ARTOP is not set # CONFIG_PATA_ATIIXP is not set # CONFIG_PATA_CMD640_PCI is not set # CONFIG_PATA_CMD64X is not set # CONFIG_PATA_CS5520 is not set # CONFIG_PATA_CS5530 is not set # CONFIG_PATA_CYPRESS is not set # CONFIG_PATA_EFAR is not set # CONFIG_ATA_GENERIC is not set # CONFIG_PATA_HPT366 is not set # CONFIG_PATA_HPT37X is not set # CONFIG_PATA_HPT3X2N is not set # CONFIG_PATA_HPT3X3 is not set # CONFIG_PATA_IT821X is not set # CONFIG_PATA_IT8213 is not set # CONFIG_PATA_JMICRON is not set # CONFIG_PATA_TRIFLEX is not set # CONFIG_PATA_MARVELL is not set # CONFIG_PATA_MPIIX is not set # CONFIG_PATA_OLDPIIX is not set # CONFIG_PATA_NETCELL is not set # CONFIG_PATA_NINJA32 is not set # CONFIG_PATA_NS87410 is not set # CONFIG_PATA_NS87415 is not set # CONFIG_PATA_OPTI is not set # CONFIG_PATA_OPTIDMA is not set # CONFIG_PATA_PCMCIA is not set # CONFIG_PATA_PDC_OLD is not set # CONFIG_PATA_RADISYS is not set # CONFIG_PATA_RZ1000 is not set # CONFIG_PATA_SC1200 is not set # CONFIG_PATA_SERVERWORKS is not set # CONFIG_PATA_PDC2027X is not set # CONFIG_PATA_SIL680 is not set # CONFIG_PATA_SIS is not set # CONFIG_PATA_VIA is not set # CONFIG_PATA_WINBOND is not set # CONFIG_PATA_SCH is not set CONFIG_MD=y CONFIG_BLK_DEV_MD=y CONFIG_MD_AUTODETECT=y # CONFIG_MD_LINEAR is not set # CONFIG_MD_RAID0 is not set # CONFIG_MD_RAID1 is not set # CONFIG_MD_RAID10 is not set # CONFIG_MD_RAID456 is not set # CONFIG_MD_MULTIPATH is not set # CONFIG_MD_FAULTY is not set CONFIG_BLK_DEV_DM=y # CONFIG_DM_DEBUG is not set # CONFIG_DM_CRYPT is not set CONFIG_DM_SNAPSHOT=y CONFIG_DM_MIRROR=y CONFIG_DM_ZERO=y # CONFIG_DM_MULTIPATH is not set # CONFIG_DM_DELAY is not set # CONFIG_DM_UEVENT is not set # CONFIG_BLK_DEV_DM_BBR is not set # CONFIG_FUSION is not set # # IEEE 1394 (FireWire) support # # # Enable only one of the two stacks, unless you know what you are doing # # CONFIG_FIREWIRE is not set CONFIG_IEEE1394=y CONFIG_IEEE1394_OHCI1394=y # CONFIG_IEEE1394_PCILYNX is not set # CONFIG_IEEE1394_SBP2 is not set # CONFIG_IEEE1394_ETH1394_ROM_ENTRY is not set # CONFIG_IEEE1394_ETH1394 is not set CONFIG_IEEE1394_RAWIO=y CONFIG_IEEE1394_VIDEO1394=y # CONFIG_IEEE1394_DV1394 is not set # CONFIG_IEEE1394_VERBOSEDEBUG is not set # CONFIG_I2O is not set # CONFIG_MACINTOSH_DRIVERS is not set CONFIG_NETDEVICES=y # CONFIG_DUMMY is not set # CONFIG_BONDING is not set # CONFIG_MACVLAN is not set # CONFIG_EQUALIZER is not set # CONFIG_TUN is not set # CONFIG_VETH is not set # CONFIG_NET_SB1000 is not set # CONFIG_ARCNET is not set CONFIG_PHYLIB=y # # MII PHY device drivers # # CONFIG_MARVELL_PHY is not set # CONFIG_DAVICOM_PHY is not set # CONFIG_QSEMI_PHY is not set # CONFIG_LXT_PHY is not set # CONFIG_CICADA_PHY is not set # CONFIG_VITESSE_PHY is not set # CONFIG_SMSC_PHY is not set # CONFIG_BROADCOM_PHY is not set # CONFIG_ICPLUS_PHY is not set # CONFIG_REALTEK_PHY is not set # CONFIG_FIXED_PHY is not set # CONFIG_MDIO_BITBANG is not set CONFIG_NET_ETHERNET=y CONFIG_MII=y # CONFIG_HAPPYMEAL is not set # CONFIG_SUNGEM is not set # CONFIG_CASSINI is not set CONFIG_NET_VENDOR_3COM=y # CONFIG_VORTEX is not set # CONFIG_TYPHOON is not set CONFIG_NET_TULIP=y # CONFIG_DE2104X is not set # CONFIG_TULIP is not set # CONFIG_DE4X5 is not set # CONFIG_WINBOND_840 is not set # CONFIG_DM9102 is not set # CONFIG_ULI526X is not set # CONFIG_PCMCIA_XIRCOM is not set # CONFIG_HP100 is not set # CONFIG_IBM_NEW_EMAC_ZMII is not set # CONFIG_IBM_NEW_EMAC_RGMII is not set # CONFIG_IBM_NEW_EMAC_TAH is not set # CONFIG_IBM_NEW_EMAC_EMAC4 is not set # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set CONFIG_NET_PCI=y # CONFIG_PCNET32 is not set # CONFIG_AMD8111_ETH is not set # CONFIG_ADAPTEC_STARFIRE is not set # CONFIG_B44 is not set CONFIG_FORCEDETH=y # CONFIG_FORCEDETH_NAPI is not set # CONFIG_EEPRO100 is not set # CONFIG_E100 is not set # CONFIG_FEALNX is not set # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set # CONFIG_8139CP is not set # CONFIG_8139TOO is not set # CONFIG_R6040 is not set # CONFIG_SIS900 is not set # CONFIG_EPIC100 is not set # CONFIG_SUNDANCE is not set # CONFIG_TLAN is not set # CONFIG_VIA_RHINE is not set # CONFIG_SC92031 is not set # CONFIG_NET_POCKET is not set # CONFIG_ATL2 is not set # CONFIG_NETDEV_1000 is not set # CONFIG_NETDEV_10000 is not set CONFIG_TR=y # CONFIG_IBMOL is not set # CONFIG_3C359 is not set # CONFIG_TMS380TR is not set # # Wireless LAN # # CONFIG_WLAN_PRE80211 is not set CONFIG_WLAN_80211=y # CONFIG_PCMCIA_RAYCS is not set # CONFIG_IPW2100 is not set # CONFIG_IPW2200 is not set # CONFIG_LIBERTAS is not set # CONFIG_AIRO is not set # CONFIG_HERMES is not set # CONFIG_ATMEL is not set # CONFIG_AIRO_CS is not set # CONFIG_PCMCIA_WL3501 is not set # CONFIG_PRISM54 is not set # CONFIG_USB_ZD1201 is not set # CONFIG_USB_NET_RNDIS_WLAN is not set # CONFIG_IWLWIFI_LEDS is not set # CONFIG_HOSTAP is not set # # USB Network Adapters # # CONFIG_USB_CATC is not set # CONFIG_USB_KAWETH is not set # CONFIG_USB_PEGASUS is not set # CONFIG_USB_RTL8150 is not set # CONFIG_USB_USBNET is not set # CONFIG_NET_PCMCIA is not set # CONFIG_WAN is not set CONFIG_FDDI=y # CONFIG_DEFXX is not set # CONFIG_SKFP is not set # CONFIG_HIPPI is not set # CONFIG_PLIP is not set # CONFIG_PPP is not set # CONFIG_SLIP is not set # CONFIG_NET_FC is not set CONFIG_NETCONSOLE=y # CONFIG_NETCONSOLE_DYNAMIC is not set CONFIG_NETPOLL=y # CONFIG_NETPOLL_TRAP is not set CONFIG_NET_POLL_CONTROLLER=y # CONFIG_ISDN is not set # CONFIG_PHONE is not set # # Input device support # CONFIG_INPUT=y CONFIG_INPUT_FF_MEMLESS=y CONFIG_INPUT_POLLDEV=y # # Userland interfaces # CONFIG_INPUT_MOUSEDEV=y CONFIG_INPUT_MOUSEDEV_PSAUX=y CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 # CONFIG_INPUT_JOYDEV is not set CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_EVBUG is not set # # Input Device Drivers # CONFIG_INPUT_KEYBOARD=y CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_SUNKBD is not set # CONFIG_KEYBOARD_LKKBD is not set # CONFIG_KEYBOARD_XTKBD is not set # CONFIG_KEYBOARD_NEWTON is not set # CONFIG_KEYBOARD_STOWAWAY is not set CONFIG_INPUT_MOUSE=y CONFIG_MOUSE_PS2=y CONFIG_MOUSE_PS2_ALPS=y CONFIG_MOUSE_PS2_LOGIPS2PP=y CONFIG_MOUSE_PS2_SYNAPTICS=y CONFIG_MOUSE_PS2_LIFEBOOK=y CONFIG_MOUSE_PS2_TRACKPOINT=y # CONFIG_MOUSE_PS2_ELANTECH is not set # CONFIG_MOUSE_PS2_TOUCHKIT is not set # CONFIG_MOUSE_SERIAL is not set # CONFIG_MOUSE_APPLETOUCH is not set # CONFIG_MOUSE_BCM5974 is not set # CONFIG_MOUSE_VSXXXAA is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TABLET is not set # CONFIG_INPUT_TOUCHSCREEN is not set CONFIG_INPUT_MISC=y CONFIG_INPUT_PCSPKR=y # CONFIG_INPUT_APANEL is not set # CONFIG_INPUT_ATLAS_BTNS is not set # CONFIG_INPUT_ATI_REMOTE is not set # CONFIG_INPUT_ATI_REMOTE2 is not set # CONFIG_INPUT_KEYSPAN_REMOTE is not set # CONFIG_INPUT_POWERMATE is not set # CONFIG_INPUT_YEALINK is not set # CONFIG_INPUT_CM109 is not set # CONFIG_INPUT_UINPUT is not set # # Hardware I/O ports # CONFIG_SERIO=y CONFIG_SERIO_I8042=y CONFIG_SERIO_SERPORT=y # CONFIG_SERIO_CT82C710 is not set # CONFIG_SERIO_PARKBD is not set # CONFIG_SERIO_PCIPS2 is not set CONFIG_SERIO_LIBPS2=y # CONFIG_SERIO_RAW is not set # CONFIG_GAMEPORT is not set # # Character devices # CONFIG_VT=y CONFIG_CONSOLE_TRANSLATIONS=y CONFIG_VT_CONSOLE=y CONFIG_HW_CONSOLE=y # CONFIG_VT_HW_CONSOLE_BINDING is not set # CONFIG_DEVKMEM is not set # CONFIG_SERIAL_NONSTANDARD is not set # CONFIG_NOZOMI is not set # # Serial drivers # CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_FIX_EARLYCON_MEM=y CONFIG_SERIAL_8250_PCI=y CONFIG_SERIAL_8250_PNP=y # CONFIG_SERIAL_8250_CS is not set CONFIG_SERIAL_8250_NR_UARTS=32 CONFIG_SERIAL_8250_RUNTIME_UARTS=4 # CONFIG_SERIAL_8250_EXTENDED is not set # # Non-8250 serial port support # CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y # CONFIG_SERIAL_JSM is not set CONFIG_UNIX98_PTYS=y CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256 CONFIG_PRINTER=y # CONFIG_LP_CONSOLE is not set # CONFIG_PPDEV is not set CONFIG_IPMI_HANDLER=y # CONFIG_IPMI_PANIC_EVENT is not set # CONFIG_IPMI_DEVICE_INTERFACE is not set # CONFIG_IPMI_SI is not set # CONFIG_IPMI_WATCHDOG is not set # CONFIG_IPMI_POWEROFF is not set CONFIG_HW_RANDOM=y # CONFIG_HW_RANDOM_INTEL is not set CONFIG_HW_RANDOM_AMD=y CONFIG_NVRAM=y # CONFIG_R3964 is not set # CONFIG_APPLICOM is not set # # PCMCIA character devices # # CONFIG_SYNCLINK_CS is not set # CONFIG_CARDMAN_4000 is not set # CONFIG_CARDMAN_4040 is not set # CONFIG_IPWIRELESS is not set # CONFIG_MWAVE is not set # CONFIG_PC8736x_GPIO is not set # CONFIG_RAW_DRIVER is not set CONFIG_HPET=y # CONFIG_HPET_MMAP is not set # CONFIG_HANGCHECK_TIMER is not set # CONFIG_TCG_TPM is not set # CONFIG_TELCLOCK is not set CONFIG_DEVPORT=y CONFIG_I2C=y CONFIG_I2C_BOARDINFO=y CONFIG_I2C_CHARDEV=y CONFIG_I2C_HELPER_AUTO=y CONFIG_I2C_ALGOBIT=m # # I2C Hardware Bus support # # # PC SMBus host controller drivers # # CONFIG_I2C_ALI1535 is not set # CONFIG_I2C_ALI1563 is not set # CONFIG_I2C_ALI15X3 is not set # CONFIG_I2C_AMD756 is not set # CONFIG_I2C_AMD8111 is not set # CONFIG_I2C_I801 is not set # CONFIG_I2C_ISCH is not set # CONFIG_I2C_PIIX4 is not set CONFIG_I2C_NFORCE2=y # CONFIG_I2C_NFORCE2_S4985 is not set # CONFIG_I2C_SIS5595 is not set # CONFIG_I2C_SIS630 is not set # CONFIG_I2C_SIS96X is not set # CONFIG_I2C_VIA is not set # CONFIG_I2C_VIAPRO is not set # # I2C system bus drivers (mostly embedded / system-on-chip) # # CONFIG_I2C_OCORES is not set # CONFIG_I2C_SIMTEC is not set # # External I2C/SMBus adapter drivers # # CONFIG_I2C_PARPORT is not set # CONFIG_I2C_PARPORT_LIGHT is not set # CONFIG_I2C_TAOS_EVM is not set # CONFIG_I2C_TINY_USB is not set # # Graphics adapter I2C/DDC channel drivers # # CONFIG_I2C_VOODOO3 is not set # # Other I2C/SMBus bus drivers # # CONFIG_I2C_PCA_PLATFORM is not set # CONFIG_I2C_STUB is not set # # Miscellaneous I2C Chip support # # CONFIG_DS1682 is not set # CONFIG_AT24 is not set # CONFIG_SENSORS_EEPROM is not set # CONFIG_SENSORS_PCF8574 is not set # CONFIG_PCF8575 is not set # CONFIG_SENSORS_PCA9539 is not set # CONFIG_SENSORS_PCF8591 is not set # CONFIG_SENSORS_MAX6875 is not set # CONFIG_SENSORS_TSL2550 is not set # CONFIG_I2C_DEBUG_CORE is not set # CONFIG_I2C_DEBUG_ALGO is not set # CONFIG_I2C_DEBUG_BUS is not set # CONFIG_I2C_DEBUG_CHIP is not set # CONFIG_SPI is not set CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y # CONFIG_GPIOLIB is not set # CONFIG_W1 is not set CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set # CONFIG_PDA_POWER is not set # CONFIG_BATTERY_DS2760 is not set # CONFIG_BATTERY_BQ27x00 is not set CONFIG_HWMON=y # CONFIG_HWMON_VID is not set # CONFIG_SENSORS_ABITUGURU is not set # CONFIG_SENSORS_ABITUGURU3 is not set # CONFIG_SENSORS_AD7414 is not set # CONFIG_SENSORS_AD7418 is not set # CONFIG_SENSORS_ADM1021 is not set # CONFIG_SENSORS_ADM1025 is not set # CONFIG_SENSORS_ADM1026 is not set # CONFIG_SENSORS_ADM1029 is not set # CONFIG_SENSORS_ADM1031 is not set # CONFIG_SENSORS_ADM9240 is not set # CONFIG_SENSORS_ADT7462 is not set # CONFIG_SENSORS_ADT7470 is not set # CONFIG_SENSORS_ADT7473 is not set CONFIG_SENSORS_K8TEMP=y # CONFIG_SENSORS_ASB100 is not set # CONFIG_SENSORS_ATXP1 is not set # CONFIG_SENSORS_DS1621 is not set # CONFIG_SENSORS_I5K_AMB is not set # CONFIG_SENSORS_F71805F is not set # CONFIG_SENSORS_F71882FG is not set # CONFIG_SENSORS_F75375S is not set # CONFIG_SENSORS_FSCHER is not set # CONFIG_SENSORS_FSCPOS is not set # CONFIG_SENSORS_FSCHMD is not set # CONFIG_SENSORS_GL518SM is not set # CONFIG_SENSORS_GL520SM is not set # CONFIG_SENSORS_CORETEMP is not set # CONFIG_SENSORS_IBMAEM is not set # CONFIG_SENSORS_IBMPEX is not set # CONFIG_SENSORS_IT87 is not set # CONFIG_SENSORS_LM63 is not set # CONFIG_SENSORS_LM75 is not set # CONFIG_SENSORS_LM77 is not set # CONFIG_SENSORS_LM78 is not set # CONFIG_SENSORS_LM80 is not set # CONFIG_SENSORS_LM83 is not set # CONFIG_SENSORS_LM85 is not set # CONFIG_SENSORS_LM87 is not set # CONFIG_SENSORS_LM90 is not set # CONFIG_SENSORS_LM92 is not set # CONFIG_SENSORS_LM93 is not set # CONFIG_SENSORS_MAX1619 is not set # CONFIG_SENSORS_MAX6650 is not set # CONFIG_SENSORS_PC87360 is not set # CONFIG_SENSORS_PC87427 is not set # CONFIG_SENSORS_SIS5595 is not set # CONFIG_SENSORS_DME1737 is not set # CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_SMSC47M192 is not set # CONFIG_SENSORS_SMSC47B397 is not set # CONFIG_SENSORS_ADS7828 is not set # CONFIG_SENSORS_THMC50 is not set # CONFIG_SENSORS_VIA686A is not set # CONFIG_SENSORS_VT1211 is not set # CONFIG_SENSORS_VT8231 is not set # CONFIG_SENSORS_W83781D is not set # CONFIG_SENSORS_W83791D is not set # CONFIG_SENSORS_W83792D is not set # CONFIG_SENSORS_W83793 is not set # CONFIG_SENSORS_W83L785TS is not set # CONFIG_SENSORS_W83L786NG is not set # CONFIG_SENSORS_W83627HF is not set # CONFIG_SENSORS_W83627EHF is not set # CONFIG_SENSORS_HDAPS is not set # CONFIG_SENSORS_LIS3LV02D is not set # CONFIG_SENSORS_APPLESMC is not set # CONFIG_HWMON_DEBUG_CHIP is not set CONFIG_THERMAL=y CONFIG_THERMAL_HWMON=y # CONFIG_WATCHDOG is not set CONFIG_SSB_POSSIBLE=y # # Sonics Silicon Backplane # CONFIG_SSB=m CONFIG_SSB_SPROM=y CONFIG_SSB_PCIHOST_POSSIBLE=y CONFIG_SSB_PCIHOST=y # CONFIG_SSB_B43_PCI_BRIDGE is not set CONFIG_SSB_PCMCIAHOST_POSSIBLE=y # CONFIG_SSB_PCMCIAHOST is not set # CONFIG_SSB_DEBUG is not set CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y CONFIG_SSB_DRIVER_PCICORE=y # # Multifunction device drivers # # CONFIG_MFD_CORE is not set # CONFIG_MFD_SM501 is not set # CONFIG_HTC_PASIC3 is not set # CONFIG_MFD_TMIO is not set # CONFIG_PMIC_DA903X is not set # CONFIG_MFD_WM8400 is not set # CONFIG_MFD_WM8350_I2C is not set # CONFIG_REGULATOR is not set # # Multimedia devices # # # Multimedia core support # CONFIG_VIDEO_DEV=y CONFIG_VIDEO_V4L2_COMMON=y CONFIG_VIDEO_ALLOW_V4L1=y CONFIG_VIDEO_V4L1_COMPAT=y # CONFIG_DVB_CORE is not set CONFIG_VIDEO_MEDIA=y # # Multimedia drivers # CONFIG_MEDIA_ATTACH=y CONFIG_MEDIA_TUNER=y # CONFIG_MEDIA_TUNER_CUSTOMIZE is not set CONFIG_MEDIA_TUNER_SIMPLE=y CONFIG_MEDIA_TUNER_TDA8290=y CONFIG_MEDIA_TUNER_TDA9887=y CONFIG_MEDIA_TUNER_TEA5761=y CONFIG_MEDIA_TUNER_TEA5767=y CONFIG_MEDIA_TUNER_MT20XX=y CONFIG_MEDIA_TUNER_XC2028=y CONFIG_MEDIA_TUNER_XC5000=y CONFIG_VIDEO_V4L2=y CONFIG_VIDEO_V4L1=y CONFIG_VIDEO_CAPTURE_DRIVERS=y # CONFIG_VIDEO_ADV_DEBUG is not set # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set CONFIG_VIDEO_HELPER_CHIPS_AUTO=y # CONFIG_VIDEO_VIVI is not set # CONFIG_VIDEO_BT848 is not set # CONFIG_VIDEO_BWQCAM is not set # CONFIG_VIDEO_CQCAM is not set # CONFIG_VIDEO_CPIA is not set # CONFIG_VIDEO_CPIA2 is not set # CONFIG_VIDEO_SAA5246A is not set # CONFIG_VIDEO_SAA5249 is not set # CONFIG_VIDEO_STRADIS is not set # CONFIG_VIDEO_ZORAN is not set # CONFIG_VIDEO_SAA7134 is not set # CONFIG_VIDEO_MXB is not set # CONFIG_VIDEO_HEXIUM_ORION is not set # CONFIG_VIDEO_HEXIUM_GEMINI is not set # CONFIG_VIDEO_CX88 is not set # CONFIG_VIDEO_IVTV is not set # CONFIG_VIDEO_CAFE_CCIC is not set # CONFIG_SOC_CAMERA is not set CONFIG_V4L_USB_DRIVERS=y CONFIG_USB_VIDEO_CLASS=y CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y CONFIG_USB_GSPCA=y # CONFIG_USB_M5602 is not set # CONFIG_USB_GSPCA_CONEX is not set # CONFIG_USB_GSPCA_ETOMS is not set # CONFIG_USB_GSPCA_FINEPIX is not set # CONFIG_USB_GSPCA_MARS is not set # CONFIG_USB_GSPCA_OV519 is not set # CONFIG_USB_GSPCA_PAC207 is not set # CONFIG_USB_GSPCA_PAC7311 is not set # CONFIG_USB_GSPCA_SONIXB is not set # CONFIG_USB_GSPCA_SONIXJ is not set # CONFIG_USB_GSPCA_SPCA500 is not set # CONFIG_USB_GSPCA_SPCA501 is not set # CONFIG_USB_GSPCA_SPCA505 is not set # CONFIG_USB_GSPCA_SPCA506 is not set # CONFIG_USB_GSPCA_SPCA508 is not set # CONFIG_USB_GSPCA_SPCA561 is not set # CONFIG_USB_GSPCA_STK014 is not set # CONFIG_USB_GSPCA_SUNPLUS is not set # CONFIG_USB_GSPCA_T613 is not set # CONFIG_USB_GSPCA_TV8532 is not set # CONFIG_USB_GSPCA_VC032X is not set # CONFIG_USB_GSPCA_ZC3XX is not set # CONFIG_VIDEO_PVRUSB2 is not set # CONFIG_VIDEO_EM28XX is not set # CONFIG_VIDEO_USBVISION is not set CONFIG_VIDEO_USBVIDEO=y # CONFIG_USB_VICAM is not set # CONFIG_USB_IBMCAM is not set # CONFIG_USB_KONICAWC is not set CONFIG_USB_QUICKCAM_MESSENGER=y # CONFIG_USB_ET61X251 is not set # CONFIG_VIDEO_OVCAMCHIP is not set # CONFIG_USB_OV511 is not set # CONFIG_USB_SE401 is not set # CONFIG_USB_SN9C102 is not set # CONFIG_USB_STV680 is not set # CONFIG_USB_ZC0301 is not set # CONFIG_USB_PWC is not set # CONFIG_USB_ZR364XX is not set # CONFIG_USB_STKWEBCAM is not set # CONFIG_USB_S2255 is not set CONFIG_RADIO_ADAPTERS=y # CONFIG_RADIO_GEMTEK_PCI is not set # CONFIG_RADIO_MAXIRADIO is not set # CONFIG_RADIO_MAESTRO is not set # CONFIG_USB_DSBR is not set # CONFIG_USB_SI470X is not set # CONFIG_USB_MR800 is not set CONFIG_DAB=y # CONFIG_USB_DABUSB is not set # # Graphics support # CONFIG_AGP=y CONFIG_AGP_AMD64=y CONFIG_AGP_INTEL=y # CONFIG_AGP_SIS is not set # CONFIG_AGP_VIA is not set CONFIG_DRM=y # CONFIG_DRM_TDFX is not set # CONFIG_DRM_R128 is not set # CONFIG_DRM_RADEON is not set # CONFIG_DRM_I810 is not set # CONFIG_DRM_I830 is not set CONFIG_DRM_I915=y # CONFIG_DRM_MGA is not set # CONFIG_DRM_SIS is not set # CONFIG_DRM_VIA is not set # CONFIG_DRM_SAVAGE is not set CONFIG_VGASTATE=m # CONFIG_VIDEO_OUTPUT_CONTROL is not set CONFIG_FB=m # CONFIG_FIRMWARE_EDID is not set CONFIG_FB_DDC=m # CONFIG_FB_BOOT_VESA_SUPPORT is not set CONFIG_FB_CFB_FILLRECT=m CONFIG_FB_CFB_COPYAREA=m CONFIG_FB_CFB_IMAGEBLIT=m # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set # CONFIG_FB_SYS_FILLRECT is not set # CONFIG_FB_SYS_COPYAREA is not set # CONFIG_FB_SYS_IMAGEBLIT is not set # CONFIG_FB_FOREIGN_ENDIAN is not set # CONFIG_FB_SYS_FOPS is not set # CONFIG_FB_SVGALIB is not set # CONFIG_FB_MACMODES is not set CONFIG_FB_BACKLIGHT=y CONFIG_FB_MODE_HELPERS=y # CONFIG_FB_TILEBLITTING is not set # # Frame buffer hardware drivers # # CONFIG_FB_CIRRUS is not set # CONFIG_FB_PM2 is not set # CONFIG_FB_CYBER2000 is not set # CONFIG_FB_ARC is not set # CONFIG_FB_VGA16 is not set # CONFIG_FB_UVESA is not set # CONFIG_FB_N411 is not set # CONFIG_FB_HGA is not set # CONFIG_FB_S1D13XXX is not set CONFIG_FB_NVIDIA=m CONFIG_FB_NVIDIA_I2C=y # CONFIG_FB_NVIDIA_DEBUG is not set CONFIG_FB_NVIDIA_BACKLIGHT=y # CONFIG_FB_RIVA is not set # CONFIG_FB_LE80578 is not set # CONFIG_FB_INTEL is not set # CONFIG_FB_MATROX is not set # CONFIG_FB_RADEON is not set # CONFIG_FB_ATY128 is not set # CONFIG_FB_ATY is not set # CONFIG_FB_S3 is not set # CONFIG_FB_SAVAGE is not set # CONFIG_FB_SIS is not set # CONFIG_FB_VIA is not set # CONFIG_FB_NEOMAGIC is not set # CONFIG_FB_KYRO is not set # CONFIG_FB_3DFX is not set # CONFIG_FB_VOODOO1 is not set # CONFIG_FB_VT8623 is not set # CONFIG_FB_TRIDENT is not set # CONFIG_FB_ARK is not set # CONFIG_FB_PM3 is not set # CONFIG_FB_CARMINE is not set # CONFIG_FB_GEODE is not set # CONFIG_FB_VIRTUAL is not set # CONFIG_FB_METRONOME is not set # CONFIG_FB_MB862XX is not set CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_LCD_CLASS_DEVICE=m # CONFIG_LCD_ILI9320 is not set # CONFIG_LCD_PLATFORM is not set CONFIG_BACKLIGHT_CLASS_DEVICE=y # CONFIG_BACKLIGHT_CORGI is not set # CONFIG_BACKLIGHT_PROGEAR is not set # CONFIG_BACKLIGHT_MBP_NVIDIA is not set # CONFIG_BACKLIGHT_SAHARA is not set # # Display device support # CONFIG_DISPLAY_SUPPORT=m # # Display hardware drivers # # # Console display driver support # CONFIG_VGA_CONSOLE=y CONFIG_VGACON_SOFT_SCROLLBACK=y CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64 CONFIG_DUMMY_CONSOLE=y # CONFIG_FRAMEBUFFER_CONSOLE is not set # CONFIG_LOGO is not set CONFIG_SOUND=y CONFIG_SOUND_OSS_CORE=y CONFIG_SND=m CONFIG_SND_TIMER=m CONFIG_SND_PCM=m CONFIG_SND_SEQUENCER=m CONFIG_SND_SEQ_DUMMY=m CONFIG_SND_OSSEMUL=y CONFIG_SND_MIXER_OSS=m CONFIG_SND_PCM_OSS=m CONFIG_SND_PCM_OSS_PLUGINS=y CONFIG_SND_SEQUENCER_OSS=y CONFIG_SND_DYNAMIC_MINORS=y CONFIG_SND_SUPPORT_OLD_API=y CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SND_VERBOSE_PRINTK is not set # CONFIG_SND_DEBUG is not set CONFIG_SND_VMASTER=y CONFIG_SND_AC97_CODEC=m CONFIG_SND_DRIVERS=y # CONFIG_SND_PCSP is not set # CONFIG_SND_DUMMY is not set # CONFIG_SND_VIRMIDI is not set # CONFIG_SND_MTPAV is not set # CONFIG_SND_MTS64 is not set # CONFIG_SND_SERIAL_U16550 is not set # CONFIG_SND_MPU401 is not set # CONFIG_SND_PORTMAN2X4 is not set # CONFIG_SND_AC97_POWER_SAVE is not set CONFIG_SND_PCI=y # CONFIG_SND_AD1889 is not set # CONFIG_SND_ALS300 is not set # CONFIG_SND_ALS4000 is not set # CONFIG_SND_ALI5451 is not set # CONFIG_SND_ATIIXP is not set # CONFIG_SND_ATIIXP_MODEM is not set # CONFIG_SND_AU8810 is not set # CONFIG_SND_AU8820 is not set # CONFIG_SND_AU8830 is not set # CONFIG_SND_AW2 is not set # CONFIG_SND_AZT3328 is not set # CONFIG_SND_BT87X is not set # CONFIG_SND_CA0106 is not set # CONFIG_SND_CMIPCI is not set # CONFIG_SND_OXYGEN is not set # CONFIG_SND_CS4281 is not set # CONFIG_SND_CS46XX is not set # CONFIG_SND_CS5530 is not set # CONFIG_SND_DARLA20 is not set # CONFIG_SND_GINA20 is not set # CONFIG_SND_LAYLA20 is not set # CONFIG_SND_DARLA24 is not set # CONFIG_SND_GINA24 is not set # CONFIG_SND_LAYLA24 is not set # CONFIG_SND_MONA is not set # CONFIG_SND_MIA is not set # CONFIG_SND_ECHO3G is not set # CONFIG_SND_INDIGO is not set # CONFIG_SND_INDIGOIO is not set # CONFIG_SND_INDIGODJ is not set # CONFIG_SND_EMU10K1 is not set # CONFIG_SND_EMU10K1X is not set # CONFIG_SND_ENS1370 is not set # CONFIG_SND_ENS1371 is not set # CONFIG_SND_ES1938 is not set # CONFIG_SND_ES1968 is not set # CONFIG_SND_FM801 is not set # CONFIG_SND_HDA_INTEL is not set # CONFIG_SND_HDSP is not set # CONFIG_SND_HDSPM is not set # CONFIG_SND_HIFIER is not set # CONFIG_SND_ICE1712 is not set # CONFIG_SND_ICE1724 is not set CONFIG_SND_INTEL8X0=m # CONFIG_SND_INTEL8X0M is not set # CONFIG_SND_KORG1212 is not set # CONFIG_SND_MAESTRO3 is not set # CONFIG_SND_MIXART is not set # CONFIG_SND_NM256 is not set # CONFIG_SND_PCXHR is not set # CONFIG_SND_RIPTIDE is not set # CONFIG_SND_RME32 is not set # CONFIG_SND_RME96 is not set # CONFIG_SND_RME9652 is not set # CONFIG_SND_SONICVIBES is not set # CONFIG_SND_TRIDENT is not set # CONFIG_SND_VIA82XX is not set # CONFIG_SND_VIA82XX_MODEM is not set # CONFIG_SND_VIRTUOSO is not set # CONFIG_SND_VX222 is not set # CONFIG_SND_YMFPCI is not set # CONFIG_SND_USB is not set CONFIG_SND_PCMCIA=y # CONFIG_SND_VXPOCKET is not set # CONFIG_SND_PDAUDIOCF is not set # CONFIG_SND_SOC is not set # CONFIG_SOUND_PRIME is not set CONFIG_AC97_BUS=m CONFIG_HID_SUPPORT=y CONFIG_HID=y # CONFIG_HID_DEBUG is not set CONFIG_HIDRAW=y # # USB Input Devices # CONFIG_USB_HID=y CONFIG_HID_PID=y CONFIG_USB_HIDDEV=y # # Special HID drivers # CONFIG_HID_COMPAT=y CONFIG_HID_A4TECH=y CONFIG_HID_APPLE=y CONFIG_HID_BELKIN=y CONFIG_HID_BRIGHT=y CONFIG_HID_CHERRY=y CONFIG_HID_CHICONY=y CONFIG_HID_CYPRESS=y CONFIG_HID_DELL=y CONFIG_HID_EZKEY=y CONFIG_HID_GYRATION=y CONFIG_HID_LOGITECH=y CONFIG_LOGITECH_FF=y # CONFIG_LOGIRUMBLEPAD2_FF is not set CONFIG_HID_MICROSOFT=y CONFIG_HID_MONTEREY=y CONFIG_HID_PANTHERLORD=y CONFIG_PANTHERLORD_FF=y CONFIG_HID_PETALYNX=y CONFIG_HID_SAMSUNG=y CONFIG_HID_SONY=y CONFIG_HID_SUNPLUS=y CONFIG_THRUSTMASTER_FF=m CONFIG_ZEROPLUS_FF=m CONFIG_USB_SUPPORT=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y CONFIG_USB_ARCH_HAS_EHCI=y CONFIG_USB=y # CONFIG_USB_DEBUG is not set # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set # # Miscellaneous USB options # CONFIG_USB_DEVICEFS=y # CONFIG_USB_DEVICE_CLASS is not set CONFIG_USB_DYNAMIC_MINORS=y # CONFIG_USB_SUSPEND is not set # CONFIG_USB_OTG is not set CONFIG_USB_MON=y # CONFIG_USB_WUSB is not set # CONFIG_USB_WUSB_CBAF is not set # # USB Host Controller Drivers # # CONFIG_USB_C67X00_HCD is not set CONFIG_USB_EHCI_HCD=y CONFIG_
kpep01 wrote: Thanx also for your reply, ewaller. I don't know diddly-squat about ssh-ing - it's nothing I've had reason to explore. Besides, the other boxes in my house are all Window$ - I can't get the family away from that garbage. Simply edit /etc/ssh/sshd_config and set PasswordAuthentication to yes. Then, find out your box's IP using ifconfig. Start ssh by running /etc/init.d/sshd start, and then use a program like PuTTY on windows to connect to root@your.linux.box.ip
When I click on the places menu and then Home Folder the search for files dialog is displayed. If I open up nautilus otherwise there is no problem finding my home folder. Is there any way to fix this? Its not too critical but id rather it work. Thanks!
Probably a stupid question, but: did you try to remove the menu and replace it with a new one (right-click on panel, then add gnome menu)?
I have strange issue , while umount flash drives in kde4.2 under regular users: -through dolphin - I see the error message: http://picasaweb.google.com/lh/photo/KtttNCS-rurhHZEoe5EuCg?authkey=Gv1sRgCPO0pve4-4ffqwE&feat=directlink -through plasmoid - plasma just freeze and I have to restart kde. main problem is the issue occurs occasionally .It does not occur when I quickly insert/remove flash in test mode But it often occurs when I'am running two different user sessions on my laptop.scenario which often gives the error is: 1.mount flash under user1 .Then umount it 2.make switch user in kde to user2 3. mount flash ->error occurs messages log states only that flash drive was mounted correcrtly .The same message I see before the device umounts correctly: Mar 11 22:58:16 geonix-laptop hald: mounted /dev/sdb1 on behalf of uid 1002 What I already did is modified /etc/PolicyKit/PolicyKit.conf and added Code: <match action="org.freedesktop.hal.storage.*"> <return result="yes"/> </match> but it does not solve the problem. I have : sys-auth/policykit-0.9 sys-apps/hal-0.5.11-r8 I would be glad to hear any ideas how to fix it
I was able to solve this problem by modifying hal ebuild to be build with policykit Because by default gentoo hal does not use policykit and ignores any changes I make in /etc/PolicyKit/PolicyKit.conf
I've been using gentto for a while now and this is one issue I need help on. I've tried blocking certain packages and this isn't working out too well. My emerge command and the text that follows is below. Any help or suggestions is appreciated. Code: emerge -Duav world --- Invalid atom in /etc/portage/package.mask: =gnome-base These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] dev-libs/libgcrypt-1.4.4 [1.4.0-r1] USE="(-bindist%) (-idea%) (-nls%*)" 1,117 kB [ebuild U ] gnome-base/gnome-common-2.24.0 [2.20.0] USE="-debug" 64 kB [ebuild U ] dev-libs/libtasn1-1.8 [1.3] USE="-doc" 1,571 kB [ebuild U ] x11-themes/gnome-icon-theme-2.24.0 [2.22.0] USE="(-debug%)" 3,405 kB [ebuild U ] gnome-base/gconf-2.24.0 [2.22.0] USE="ldap -debug -doc" 1,434 kB [ebuild N ] gnome-base/gail-1000 0 kB [ebuild U ] app-crypt/gnupg-2.0.10 [2.0.9] USE="bzip2* ldap nls -caps% -doc -openct -pcsc-lite (-selinux) -smartcard -static%" 3,736 kB [ebuild U ] gnome-extra/libgsf-1.14.11 [1.14.10] USE="bzip2 python -debug -doc -gnome" 623 kB [ebuild UD] x11-libs/qt-core-4.4.2-r2 [4.5.0] USE="glib iconv qt3support ssl -custom-cxxflags -debug -doc -pch" 0 kB [ebuild UD] x11-libs/qt-dbus-4.4.2 [4.5.0] USE="-custom-cxxflags -debug -pch" 0 kB [ebuild UD] x11-libs/qt-script-4.4.2 [4.5.0] USE="-custom-cxxflags -debug -pch (-iconv%*)" 0 kB [ebuild UD] x11-libs/qt-sql-4.4.2-r1 [4.5.0] USE="iconv qt3support sqlite -custom-cxxflags -debug -firebird -mysql -odbc -pch -postgres" 0 kB [ebuild UD] x11-libs/qt-gui-4.4.2-r3 [4.5.0] USE="accessibility cups dbus glib qt3support tiff xinerama -custom-cxxflags -debug -mng -nas -nis -pch (-gtkstyle%*) (-raster%)" INPUT_DEVICES="-wacom%" 0 kB [ebuild UD] x11-libs/qt-qt3support-4.4.2 [4.5.0] USE="accessibility -custom-cxxflags -debug -pch (-phonon%)" 0 kB [ebuild U ] gnome-base/gnome-keyring-2.22.3-r1 [2.22.3] USE="hal pam -debug -doc -test" 0 kB [ebuild U ] gnome-base/gnome-vfs-2.24.0 [2.22.0] USE="acl fam hal ipv6 samba ssl -avahi -debug -doc -gnutls -kerberos*" 1,891 kB [ebuild U ] gnome-base/libgnome-2.24.1 [2.22.0] USE="esd -debug -doc" 1,384 kB [ebuild U ] gnome-base/libbonoboui-2.24.0 [2.22.0] USE="X -debug -doc" 966 kB [ebuild U ] x11-drivers/nvidia-drivers-180.29 [173.14.09] USE="acpi -custom-cflags -gtk (-multilib)" 12,986 kB [ebuild U ] gnome-base/libgnomeui-2.24.0 [2.22.1] USE="-debug -doc (-jpeg%*)" 1,434 kB Total: 20 packages (13 upgrades, 6 downgrades, 1 new), Size of downloads: 30,606 kB !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: x11-libs/qt-script:4 ('ebuild', '/', 'x11-libs/qt-script-4.4.2', 'merge') pulled in by ~x11-libs/qt-script-4.4.2 required by ('ebuild', '/', 'x11-libs/qt-gui-4.4.2-r3', 'merge') (and 1 more) ('installed', '/', 'x11-libs/qt-script-4.5.0', 'nomerge') pulled in by ~x11-libs/qt-script-4.5.0[-debug] required by ('installed', '/', 'x11-libs/qt-gui-4.5.0', 'nomerge') (and 1 more) x11-libs/qt-core:4 ('ebuild', '/', 'x11-libs/qt-core-4.4.2-r2', 'merge') pulled in by ~x11-libs/qt-core-4.4.2 required by ('ebuild', '/', 'x11-libs/qt-dbus-4.4.2', 'merge') ~x11-libs/qt-core-4.4.2 required by ('installed', '/', 'x11-libs/qt-test-4.4.2', 'nomerge') ~x11-libs/qt-core-4.4.2 required by ('ebuild', '/', 'x11-libs/qt-sql-4.4.2-r1', 'merge') (and 6 more) ('installed', '/', 'x11-libs/qt-core-4.5.0', 'nomerge') pulled in by ~x11-libs/qt-core-4.5.0[glib,qt3support,-debug] required by ('installed', '/', 'x11-libs/qt-gui-4.5.0', 'nomerge') ~x11-libs/qt-core-4.5.0[-debug] required by ('installed', '/', 'x11-libs/qt-script-4.5.0', 'nomerge') ~x11-libs/qt-core-4.5.0[qt3support,-debug] required by ('installed', '/', 'x11-libs/qt-sql-4.5.0', 'nomerge') (and 6 more) x11-libs/qt-sql:4 ('ebuild', '/', 'x11-libs/qt-sql-4.4.2-r1', 'merge') pulled in by ~x11-libs/qt-sql-4.4.2 required by ('ebuild', '/', 'x11-libs/qt-qt3support-4.4.2', 'merge') ('installed', '/', 'x11-libs/qt-sql-4.5.0', 'nomerge') pulled in by ~x11-libs/qt-sql-4.5.0[qt3support,-debug] required by ('installed', '/', 'x11-libs/qt-qt3support-4.5.0', 'nomerge') x11-libs/qt-dbus:4 ('installed', '/', 'x11-libs/qt-dbus-4.5.0', 'nomerge') pulled in by ~x11-libs/qt-dbus-4.5.0[-debug] required by ('installed', '/', 'x11-libs/qt-gui-4.5.0', 'nomerge') (and 2 more) ('ebuild', '/', 'x11-libs/qt-dbus-4.4.2', 'merge') pulled in by ~x11-libs/qt-dbus-4.4.2 required by ('ebuild', '/', 'x11-libs/qt-gui-4.4.2-r3', 'merge') (and 2 more) x11-libs/qt-gui:4 ('installed', '/', 'x11-libs/qt-gui-4.5.0', 'nomerge') pulled in by ~x11-libs/qt-gui-4.5.0[qt3support,accessibility,-debug] required by ('installed', '/', 'x11-libs/qt-qt3support-4.5.0', 'nomerge') ~x11-libs/qt-gui-4.5.0[qt3support,-debug] required by ('installed', '/', 'x11-libs/qt-opengl-4.5.0', 'nomerge') ~x11-libs/qt-gui-4.5.0[qt3support] required by ('installed', '/', 'x11-libs/qt-core-4.5.0', 'nomerge') (and 3 more) ('ebuild', '/', 'x11-libs/qt-gui-4.4.2-r3', 'merge') pulled in by ~x11-libs/qt-gui-4.4.2 required by ('ebuild', '/', 'x11-libs/qt-qt3support-4.4.2', 'merge') ~x11-libs/qt-gui-4.4.2 required by ('ebuild', '/', 'x11-libs/qt-core-4.4.2-r2', 'merge') ~x11-libs/qt-gui-4.4.2 required by ('installed', '/', 'x11-libs/qt-svg-4.4.2', 'nomerge') (and 3 more) x11-libs/qt-qt3support:4 ('ebuild', '/', 'x11-libs/qt-qt3support-4.4.2', 'merge') pulled in by ~x11-libs/qt-qt3support-4.4.2 required by ('ebuild', '/', 'x11-libs/qt-gui-4.4.2-r3', 'merge') (and 1 more) ('installed', '/', 'x11-libs/qt-qt3support-4.5.0', 'nomerge') pulled in by ~x11-libs/qt-qt3support-4.5.0[-debug] required by ('installed', '/', 'x11-libs/qt-gui-4.5.0', 'nomerge') (and 1 more)
It looks like you need to de-install qt 4.4.2 before installing qt 4.5. I think I ran into this on one of my unstable boxes at some point but don't remember what the details were. Follow the install log after qt is done. At the least I think you want to rebuild version 4 of kdelibs and maybe some other odds and ends that are reliant on qt. A simple revdep-rebuild may not catch that.
How do I get rid of the touchpad on my laptop. I use the track point, and find the touchpad a big pain in the butt. My hand hits it, and things happen that I don't want. I know syndaemon, will disable it when using the keyboard but I want it disabled all the time. Removing it from xorg.conf does nothing.
ewaller, thanks for the reply. Don't have x11-drivers/synaptics installed, but did unmerge xf86-input-synaptics, however it made no difference. Touchpad still works.
Hi all, I'm trying to get my RF remote working (Xfce, xmodmap)..I'm attempting to use the xfce control panel to map commands. The remote is plugged in, as is a keyboard and a mouse. I grabbed the keycode for one of the remote's buttons using xev, and mapped it to the F12 key using xmodmap. I then opened the xfce keyboard mapping tool, and mapped the F12 event to open a file manager window (thunar). I actually used the remote while I was in the "press the key associated to this event" window, so I know the mapping from the remote to the 'F12' signal is correct. However pressing the key doesn't trigger the file manager window to open. The weird thing is, if I press F12 on the actual keyboard, the correct action does occur (file manager window opens). What am I doing wrong??
Is there a daemon running to pass the remote keypresses to xfce? I know KDE has one built in to the desktop, otherwise you may need to use irexec.
So I did a sync and avuDN world, afterwards I am unable to start X. I had to reboot because I compiled the newest kernel. It keeps saying 'No Devices Detected' 'No Screens Found'. I tried to revert back to the version of xorg-server and nvidia-drivers that I had installed before, however I still can't start x. Tried using my original kernel too. I can't think of anything else I changed, didn't change my Xorg. I even tried to revert my xorg.conf back to the most basic I could, and still didn't help. Not a hardware problem, have two different cards, both with the same problem. Gentoo LiveUSB I have still boots into X fine.. I also tried using my failsafe vesa device driver, and it didn't help. It's probably something simple I'm missing but I can't put my finger on it.. If you have any suggestions at all please let me know!! ************************************************************************* UPDATE : I just noticed udev failed to start, which could be the culprit? Code: alpha-centauri ~ # /etc/init.d/udev start udev |/etc/init.d/udev: line 8: /lib64/udev/shell-compat.sh: No such file or directory udev |* ERROR: udev failed to start alpha-centauri ~ # ls /lib64/udev/shell-compat-* /lib64/udev/shell-compat-KV.sh /lib64/udev/shell-compat-addon.sh I ln -s shell-compat-KV.sh to shell-compat.sh and udev started without returning errors. I was then able to startx. Woohoo! Is this a bug? Should I report it? Thanks! ***************************************************************************** Code: alpha-centauri ~ # emerge --info Portage 2.1.6.9 (default/linux/amd64/2008.0, gcc-4.3.3, glibc-2.9_p20081201-r2, 2.6.28-gentoo-r2 x86_64) ================================================================= System uname: Linux-2.6.28-gentoo-r2-x86_64-AMD_Phenom-tm-_II_X4_940_Processor-with-glibc2.2.5 Timestamp of tree: Sat, 21 Mar 2009 20:30:01 +0000 distcc 3.1 x86_64-pc-linux-gnu [disabled] ccache version 2.4 [enabled] app-shells/bash: 4.0_p10-r1 dev-java/java-config: 1.3.7-r1, 2.1.7 dev-lang/python: 2.4.4-r13, 2.5.4-r2 dev-python/pycrypto: 2.0.1-r7 dev-util/ccache: 2.4-r8 dev-util/cmake: 2.6.3 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.4.3-r1 sys-apps/sandbox: 1.6 sys-devel/autoconf: 2.13, 2.63 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.19.1-r1 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.28-r1 ACCEPT_KEYWORDS="amd64 ~amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=amdfam10 -O2 -pipe -msse3 -fomit-frame-pointer" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/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/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-march=amdfam10 -O2 -pipe -msse3 -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="ccache collision-protect distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch userpriv usersandbox" GENTOO_MIRRORS="http://gentoo.mirrors.tds.net/gentoo http://gentoo.osuosl.org/http://mirror.mcs.anl.gov/pub/gentoo/ " LDFLAGS="-Wl,-O1" LINGUAS="en en_US" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/tmp/portage" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dnow X acl alsa amd64 arts berkdb bzip2 cli cracklib crypt cups custom-cflags custom-cxxflags dbus dri ffmpeg fng fortran gdbm glitz gpm gtk hal iconv isdnlog kde kdehiddenvisibility midi mmx mudflap multilib mysql ncurses nls nptl nptlonly opengl openmp pam pcre pdf perl pertty pppd python qt4 readline reflection samba session spl sse sse2 sse3 ssl svg sysfs tcpd truetype type1 unicode visualizations xcomposite xinerama xorg xscreensaver 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" CAMERAS="canon" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="g15" LINGUAS="en en_US" LIRC_DEVICES="mceusb2" USERLAND="GNU" VIDEO_CARDS="nvidia vesa" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Code: alpha-centauri ~ # lspci 00:00.0 RAM memory: nVidia Corporation MCP78S [GeForce 8200] Memory Controller (rev a2) 00:01.0 ISA bridge: nVidia Corporation Device 075d (rev a2) 00:01.1 SMBus: nVidia Corporation MCP78S [GeForce 8200] SMBus (rev a1) 00:01.2 RAM memory: nVidia Corporation MCP78S [GeForce 8200] Memory Controller (rev a1) 00:01.3 Co-processor: nVidia Corporation MCP78S [GeForce 8200] Co-Processor (rev a2) 00:01.4 RAM memory: nVidia Corporation MCP78S [GeForce 8200] Memory Controller (rev a1) 00:02.0 USB Controller: nVidia Corporation MCP78S [GeForce 8200] OHCI USB 1.1 Controller (rev a1) 00:02.1 USB Controller: nVidia Corporation MCP78S [GeForce 8200] EHCI USB 2.0 Controller (rev a1) 00:04.0 USB Controller: nVidia Corporation MCP78S [GeForce 8200] OHCI USB 1.1 Controller (rev a1) 00:04.1 USB Controller: nVidia Corporation MCP78S [GeForce 8200] EHCI USB 2.0 Controller (rev a1) 00:06.0 IDE interface: nVidia Corporation MCP78S [GeForce 8200] IDE (rev a1) 00:07.0 Audio device: nVidia Corporation MCP78S [GeForce 8200] High Definition Audio (rev a1) 00:08.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Bridge (rev a1) 00:09.0 SATA controller: nVidia Corporation MCP78S [GeForce 8200] AHCI Controller (rev a2) 00:0a.0 Ethernet controller: nVidia Corporation MCP78S [GeForce 8200] Ethernet (rev a2) 00:0b.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Express Bridge (rev a1) 00:10.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Express Bridge (rev a1) 00:13.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Bridge (rev a1) 00:14.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Bridge (rev a1) 00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] HyperTransport Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Miscellaneous Control 00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Link Control 01:09.0 PCI bridge: Pericom Semiconductor PI7C8140A PCI-to-PCI Bridge 01:0a.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 70) 02:08.0 Multimedia video controller: Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder (rev 01) 02:09.0 Multimedia video controller: Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder (rev 01) 03:00.0 VGA compatible controller: nVidia Corporation nForce 780a SLI (rev a2) 04:00.0 PCI bridge: nVidia Corporation Device 05b1 (rev a2) 05:00.0 PCI bridge: nVidia Corporation Device 05b1 (rev a2) 05:02.0 PCI bridge: nVidia Corporation Device 05b1 (rev a2) 06:00.0 VGA compatible controller: nVidia Corporation Device 05e3 (rev a1) 09:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6121 SATA II Controller (rev b2) Code: orion log # cat xorg.conf Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "dbe" # Load "v4l" Load "extmod" Load "freetype" # Load "type1" Load "glx" EndSection Section "ServerFlags" Option "AllowEmptyInput" "false" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" Option "XkbVariant" "dvorak-r" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "CorePointer" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Buttons" "10" Option "ButtonMapping" "1 2 3 6 7 8 9 10" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "DELL E198FP" HorizSync 31.0 - 80.0 VertRefresh 56.0 - 75.0 EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "nForce 780a SLI" BusID "PCI:3:0:0" EndSection Section "Screen" Option "metamodes" "1280x1024" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection EndSection Section "Extensions" EndSection Code: orion log # cat Xorg.0.log X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.28-gentoo-r2 x86_64 Current Operating System: Linux alpha-centauri 2.6.28-gentoo-r2 #1 SMP PREEMPT Tue Mar 3 19:43:45 EST 2009 x86_64 Build Date: 21 March 2009 03:13:18PM 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 Mar 21 21:50:11 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Layout0" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Device0" (**) |-->Input Device "Keyboard0" (**) |-->Input Device "Mouse0" (**) Option "AllowEmptyInput" "false" (==) Automatically adding devices (==) Automatically enabling devices (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/, /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/, built-ins (==) ModulePath set to "/usr/lib64/xorg/modules" (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) Loader magic: 0x3500 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 (II) Loader running on linux (--) using VT number 7 (II) System resource ranges: (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 by default. (II) "dri" will be loaded by default. (II) LoadModule: "dbe" (II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "extmod" (II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "freetype" (WW) Warning, couldn't open module freetype (II) UnloadModule: "freetype" (EE) Failed to load module "freetype" (module does not exist, 0) (II) LoadModule: "glx" (II) Loading /usr/lib64/xorg/modules/extensions//libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extension (II) NVIDIA GLX Module 180.27 Tue Jan 27 12:43:19 PST 2009 (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib64/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib64/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "nvidia" (II) Loading /usr/lib64/xorg/modules/drivers//nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Video Driver (II) 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.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) LoadModule: "mouse" (II) Loading /usr/lib64/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) NVIDIA dlloader X Driver 180.27 Tue Jan 27 12:23:08 PST 2009 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: ISA (EE) No devices detected. Fatal server error: no screens found Code: alpha-centauri ~ # lsmod Module Size Used by nvidia 8107976 0 i2c_core 21472 1 nvidia Current kernel : gentoo-sources-2.6.28-r4 Previous kernel : gentoo-sources-2.6.28-r2 Current nvidia-drivers : nvidia-drivers-180.37 Previous nvidia-drivers : nvidia-drivers-180.27 Current Xorg : xorg-server-1.5.3-r5 Previous Xorg : xorg-server-1.5.3-r2 Thanks everyone!!
Hi, in fact, you should double check the bugzilla for that
Hi guys, I was gonna try KDE-4.2 today and everything emerged just fine. Since I've tried KDE-4.0 before (buggy as hell), I tried to clear my old configurations by removing ~/.kde4* before starting it. For some reason it seems like the actual configuation aren't stored in ~/.kde* (or .kde*), as my old settings from the last installation was still active. The session lasted a minute before it crashed. I've tried removing every directory that might hold config files for kde, without any luck. Everything is still there when I start it up again, and everything crashes after a minute or so. The funny thing is that the exact same thing happened in Gnome, which I tried a couple of hours later. Same configuration -> instant crash. I'm running E17 as my main wm, which works just fine. How do I clear my configurations for KDE and Gnome?
I don`t know anything about KDE4 and this may not help you either way, but what do you have in /etcX11/Sessions?
I've been working through problems with X Server 1.5.3 and evdev recently. I believe that I now have a somewhat stable xorg.conf and evdev and hal are correctly configured for my display, keyboard, and mouse. Now I'm at least getting a X environment, but xdm is failing to run correctly. I'm getting a command not found error (see second code block below). I have reviewed the configuration and verified the Xsetup_0 file does indeed exist. I've even reviewed the Gentoo Modular X How To. I'm trying not to be dense, but at this point, I'm running in circles and could really use some advanced help. Thanks, Tony Uname Code: # uname -a Linux zeus 2.6.27-gentoo-r8 #1 SMP Sun Mar 29 09:44:15 EDT 2009 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 6000+ AuthenticAMD GNU/Linux xdm.log Code: X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.27-gentoo-r8 x86_64 Current Operating System: Linux zeus 2.6.27-gentoo-r8 #1 SMP Sun Mar 29 09:44:15 EDT 2009 x86_64 Build Date: 29 March 2009 08:46:59AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 29 14:24:07 2009 (==) Using config file: "/etc/X11/xorg.conf" /etc/X11/xdm/Xsetup_0: line 3: xconsole: command not found xdm-config Code: ! $Xorg: xdm-conf.cpp,v 1.3 2000/08/17 19:54:17 cpqbld Exp $ ! $XdotOrg: $ ! ! $XFree86: xc/programs/xdm/config/xdm-conf.cpp,v 1.10 2002/11/30 19:11:32 herrb Exp $ ! DisplayManager.errorLogFile: /var/log/xdm.log DisplayManager.pidFile: /var/run/xdm.pid DisplayManager.keyFile: /etc/X11/xdm/xdm-keys DisplayManager.servers: /etc/X11/xdm/Xservers DisplayManager.accessFile: /etc/X11/xdm/Xaccess DisplayManager*resources: /etc/X11/xdm/Xresources DisplayManager.willing: /usr/lib64/X11/xdm/Xwilling ! All displays should use authorization, but we cannot be sure ! X terminals may not be configured that way, so they will require ! individual resource settings. DisplayManager*authorize: true ! DisplayManager*chooser: /usr/lib64/X11/xdm/chooser DisplayManager*startup: /usr/lib64/X11/xdm/Xstartup DisplayManager*session: /usr/lib64/X11/xdm/Xsession DisplayManager*reset: /usr/lib64/X11/xdm/Xreset DisplayManager*authComplain: true ! The following three resources set up display :0 as the console. DisplayManager._0.setup: /etc/X11/xdm/Xsetup_0 DisplayManager._0.startup: /usr/lib64/X11/xdm/GiveConsole DisplayManager._0.reset: /usr/lib64/X11/xdm/TakeConsole DisplayManager*loginmoveInterval: 10 ! SECURITY: do not listen for XDMCP or Chooser requests ! Comment out this line if you want to manage X terminals with xdm DisplayManager.requestPort: 0 /etc/X11/xdm/Xsetup_0 Code: #!/bin/sh # $Xorg: Xsetup_0,v 1.3 2000/08/17 19:54:17 cpqbld Exp $ xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail Xorg.0.log Code: X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.27-gentoo-r8 x86_64 Current Operating System: Linux zeus 2.6.27-gentoo-r8 #1 SMP Sun Mar 29 09:44:15 EDT 2009 x86_64 Build Date: 29 March 2009 08:46:59AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 29 14:24:07 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) Option "AllowEmptyInput" "on" (**) Option "AutoAddDevices" "on" (**) Option "AutoEnableDevices" "on" (**) Automatically adding devices (**) Automatically enabling devices (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (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/, /usr/share/fonts/misc/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/, built-ins (==) ModulePath set to "/usr/lib64/xorg/modules" (**) Extension "Composite" is enabled (II) Cannot locate a core pointer device. (II) Cannot locate a core keyboard device. (II) The server relies on HAL to provide the list of input devices. If no devices become available, reconfigure HAL or disable AllowEmptyInput. (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) Loader magic: 0x3500 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 (II) Loader running on linux (++) using VT number 7 (WW) xf86OpenConsole: setpgid failed: Operation not permitted (WW) xf86OpenConsole: setsid failed: Operation not permitted (--) PCI:*(0@2:0:0) nVidia Corporation GeForce 8500 GT rev 161, Mem @ 0xea000000/16777216, 0xd0000000/268435456, 0xe8000000/33554432, I/O @ 0x00009000/128, BIOS @ 0x????????/131072 (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded by default. (II) LoadModule: "dbe" (II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib64/xorg/modules/extensions//libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extension (II) NVIDIA GLX Module 180.29 Thu Feb 5 00:05:47 PST 2009 (II) Loading extension GLX (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: "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: "wfb" (II) Loading /usr/lib64/xorg/modules//libwfb.so (II) Module wfb: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) LoadModule: "record" (II) Loading /usr/lib64/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib64/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "nvidia" (II) Loading /usr/lib64/xorg/modules/drivers//nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Video Driver (II) NVIDIA dlloader X Driver 180.29 Wed Feb 4 23:45:20 PST 2009 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 02@00:00:0 (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib64/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "wfb" (II) LoadModule: "wfb" (II) Reloading /usr/lib64/xorg/modules//libwfb.so (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (II) resource ranges after probing: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(0): Option "RenderAccel" "True" (**) NVIDIA(0): Option "UseDisplayDevice" "DFP" (**) NVIDIA(0): Option "AddARGBGLXVisuals" "True" (**) NVIDIA(0): Enabling RENDER acceleration (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is (II) NVIDIA(0): enabled. (II) NVIDIA(0): NVIDIA GPU GeForce 8500 GT (G86) at PCI:2:0:0 (GPU-0) (--) NVIDIA(0): Memory: 524288 kBytes (--) NVIDIA(0): VideoBIOS: 60.86.41.00.51 (II) NVIDIA(0): Detected PCI Express Link width: 16X (--) NVIDIA(0): Interlaced video modes are supported on this GPU (--) NVIDIA(0): Connected display device(s) on GeForce 8500 GT at PCI:2:0:0: (--) NVIDIA(0): DELL 2407WFP (DFP-0) (--) NVIDIA(0): DELL 2407WFP (DFP-0): 330.0 MHz maximum pixel clock (--) NVIDIA(0): DELL 2407WFP (DFP-0): Internal Dual Link TMDS (II) NVIDIA(0): Option "UseDisplayDevice" "DFP" converted to "DFP-0". (II) NVIDIA(0): Assigned Display Device: DFP-0 (==) NVIDIA(0): (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select" (==) NVIDIA(0): will be used as the requested mode. (==) NVIDIA(0): (II) NVIDIA(0): Validated modes: (II) NVIDIA(0): "nvidia-auto-select" (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1200 (--) NVIDIA(0): DPI set to (93, 92); computed from "UseEdidDpi" X config (--) NVIDIA(0): option (**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals. (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) NVIDIA(0): Initialized GPU GART. (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X (II) NVIDIA(0): configuration option may not be set correctly. When the (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will (II) NVIDIA(0): try to use it to receive ACPI event notifications. For (II) NVIDIA(0): details, please see the "ConnectToAcpid" and (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X (II) NVIDIA(0): Config Options in the README. (II) NVIDIA(0): Setting mode "nvidia-auto-select" (II) Loading extension NV-GLX (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized (==) NVIDIA(0): Disabling shared memory pixmaps (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (II) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (II) Loading extension XINERAMA (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (II) Initializing extension GLX (II) config/hal: Adding input device ATEN 4 Ports USB KVM A R1.31 (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 (**) ATEN 4 Ports USB KVM A R1.31: always reports core events (**) ATEN 4 Ports USB KVM A R1.31: Device: "/dev/input/event5" (II) ATEN 4 Ports USB KVM A R1.31: Found 5 mouse buttons (II) ATEN 4 Ports USB KVM A R1.31: Found x and y relative axes (II) ATEN 4 Ports USB KVM A R1.31: Configuring as mouse (**) ATEN 4 Ports USB KVM A R1.31: YAxisMapping: buttons 4 and 5 (**) ATEN 4 Ports USB KVM A R1.31: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "ATEN 4 Ports USB KVM A R1.31" (type: MOUSE) (II) config/hal: Adding input device ATEN 4 Ports USB KVM A R1.31 (**) ATEN 4 Ports USB KVM A R1.31: always reports core events (**) ATEN 4 Ports USB KVM A R1.31: Device: "/dev/input/event4" (II) ATEN 4 Ports USB KVM A R1.31: Found keys (II) ATEN 4 Ports USB KVM A R1.31: Configuring as keyboard (II) XINPUT: Adding extended input device "ATEN 4 Ports USB KVM A R1.31" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) ATEN 4 Ports USB KVM A R1.31: xkb_rules: "evdev" (**) Option "xkb_model" "evdev" (**) ATEN 4 Ports USB KVM A R1.31: xkb_model: "evdev" (**) Option "xkb_layout" "us" (**) ATEN 4 Ports USB KVM A R1.31: xkb_layout: "us" (II) config/hal: Adding input device Macintosh mouse button emulation (**) Macintosh mouse button emulation: always reports core events (**) Macintosh mouse button emulation: Device: "/dev/input/event0" (II) Macintosh mouse button emulation: Found 3 mouse buttons (II) Macintosh mouse button emulation: Found x and y relative axes (II) Macintosh mouse button emulation: Configuring as mouse (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5 (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
sorry if this is a dumb question, but have you emerged xconsole to see if that helps ?
Hey, I did an update of the X-server (x11-base/xorg-server-1.5.3) and ran in a couple of problems with my synaptics touchpad. Most of them are solved thanks to ArchWiki , but at the moment vertical and horizontal scrolling is interchanged. When I use the right side if the touchpad, it scrolls horizontally and when I use the bottom side, it scrolls vertically. I use evdev and therefore commented out all parts in Xorg.conf concerning my touchpad and edited /usr/share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi: Code: <?xml version="1.0" encoding="ISO-8859-1"?> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.touchpad"> <merge key="input.x11_driver" type="string">synaptics</merge> <merge key="input.x11_options.AlwaysCore" type="string">true</merge> <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge> <merge key="input.x11_options.HorizEdgeScroll" type="string">true</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.SHMConfig" type="string">true</merge> </match> </device> </deviceinfo> Tapping, etc works, but scrolling is, as I said, broken. Before the update, this was not the case. Any help is appreciated. Thanks. P.S.: Also, Gsynaptics does not work. Changes in the GUI don't have any effect.
Should I file a bug? As far as I know, there is no option in the synaptics driver to change horizontal an vertical scrolling or am I wrong?
Hi, I forgot the password of root on webmin. How can I retrieve or change the password? Shame on me!!
Thx! It worked!
Hi guys, I'm installing Gentoo on a Thinkpad T43 and "Xorg -configure" always crashes, so I'm stuck. I can't get Xorg to work, the Keyboard and the Trackpoint don't work at all, but I do have everything else, although I'm quite sure this can be optimised. So does anyone have a xorg.conf for the Thinkpad T43? Thanks
Have you tried not having a /etc/X11/xorg.conf (rm or rename it) and letting auto configuration handle it?
Well, since AMD has oficially given R500 users the finger , I wanted to try the new and shyni xf86-video-ati-6.11 driver...and found that it doesn't work at all and hungs my machine as a bonus... I don't have my box here, but, FWIW, I will try to describe the problem: When I (try to) start an X session with the radeon or radeonhd drivers: - The screen flickers for a second or so. This is as expected, but: - Then the screen stays either blank or completely off (no backlight). Obviously I can't login or do anything. - Terminal switching does nothing. CTRL+ALT+Backspace does nothing. CTLR+ALT+SUPR does reset the machine. If I use fglrx, it "works". I don't have the /var/log/Xorg.0.log here, but one line catched my eyes, something (I am writing by heart here) Code: (II) RADEON(0): DRIScreenInit for fglrx driver But I am NOT using fglrx, and, of course, it is not loaded when I try to use radeon. Surely this is wrong? I can post whatever info you need when I go back from work.
Did you switched w/ Code: eselect opengl ?
Google-earth don't run with error message "Could not access Graphics Card". I have Intel X3100 graphics card with 965GM chipset and I'm using xorg-server-1.5.3-r1, mesa-7.3, xf86-video-intel-2.6.1, libdrm-2.4.4, gentoo-sources-2.6.28-r1. // On Ubuntu 8.10 && ALTLinux 4.1.1 it runs perfectly How to make it working? If i run it in console i see the following error messages: Code: LANG=C ./googleearth libGL warning: 3D driver claims to not support visual 0x56 libGL warning: 3D driver claims to not support visual 0x21 libGL warning: 3D driver claims to not support visual 0x21 libGL warning: 3D driver claims to not support visual 0x21 libGL warning: 3D driver claims to not support visual 0x21 libGL warning: 3D driver claims to not support visual 0x21 libGL warning: 3D driver claims to not support visual 0x21 libGL warning: 3D driver claims to not support visual 0x21 libGL warning: 3D driver claims to not support visual 0x21 libGL warning: 3D driver claims to not support visual 0x21 libGL warning: 3D driver claims to not support visual 0x21 libGL warning: 3D driver claims to not support visual 0x21 libGL warning: 3D driver claims to not support visual 0x21 libGL warning: 3D driver claims to not support visual 0x21 libGL warning: 3D driver claims to not support visual 0x21 libGL warning: 3D driver claims to not support visual 0x21 libGL warning: 3D driver claims to not support visual 0x21 libGL warning: 3D driver claims to not support visual 0x21 libGL warning: 3D driver claims to not support visual 0x22 libGL warning: 3D driver claims to not support visual 0x22 libGL warning: 3D driver claims to not support visual 0x22 libGL warning: 3D driver claims to not support visual 0x22 libGL warning: 3D driver claims to not support visual 0x22 libGL warning: 3D driver claims to not support visual 0x22 libGL warning: 3D driver claims to not support visual 0x22 libGL warning: 3D driver claims to not support visual 0x22 libGL warning: 3D driver claims to not support visual 0x22 libGL warning: 3D driver claims to not support visual 0x22 libGL warning: 3D driver claims to not support visual 0x22 libGL warning: 3D driver claims to not support visual 0x22 libGL warning: 3D driver claims to not support visual 0x22 libGL warning: 3D driver claims to not support visual 0x22 libGL warning: 3D driver claims to not support visual 0x22 libGL warning: 3D driver claims to not support visual 0x22 libGL warning: 3D driver claims to not support visual 0x22 libGL warning: 3D driver claims to not support visual 0x22 terminate called after throwing an instance of 'QString' Google Earth has caught signal 6. Stacktrace from glibc: ./googleearth-bin [0x804f403] ./googleearth-bin [0x804f916] [0xf7f11400] /lib32/libc.so.6(abort+0x188) [0xf709d188] ./libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x179) [0xf7ebf019] ./libstdc++.so.6 [0xf7ebc9a5] ./libstdc++.so.6 [0xf7ebc9e2] ./libstdc++.so.6 [0xf7ebcb4a] ./librender.so(_ZN12RenderWidget6setApiEPN5earth4evll3APIE+0x362) [0xf6750302] ./librender.so(_ZN5earth6render12RenderWindow12createWidgetEv+0xb2) [0xf675ac82] ./libgoogleearth_lib.so(_ZN5earth6client12ModuleWidget9showEventEP10QShowEvent+0x90) [0xf72c9350] ./libQtGui.so.4(_ZN7QWidget5eventEP6QEvent+0xa86) [0xf7767132] ./libQtGui.so.4(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x1d3) [0xf772b4ab] ./libQtGui.so.4(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x132) [0xf773209e] ./libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x62) [0xf7d25eda] ./libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0xf9) [0xf7769809] ./libQtGui.so.4(_ZN14QWidgetPrivate14show_recursiveEv+0x83) [0xf7769567] ./libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0x15c) [0xf7769704] ./libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x60) [0xf7769770] ./libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x3bb) [0xf776bdcb] ./libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0x146) [0xf77696ee] ./libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x60) [0xf7769770] ./libQtGui.so.4(_ZN14QWidgetPrivate14show_recursiveEv+0x83) [0xf7769567] ./libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0x15c) [0xf7769704] ./libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x60) [0xf7769770] ./libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x3bb) [0xf776bdcb] ./libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0x146) [0xf77696ee] ./libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x60) [0xf7769770] ./libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x3bb) [0xf776bdcb] ./libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0x146) [0xf77696ee] ./libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x60) [0xf7769770] ./libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x3bb) [0xf776bdcb] ./libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0x146) [0xf77696ee] ./libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x60) [0xf7769770] ./libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x3bb) [0xf776bdcb] ./libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0x146) [0xf77696ee] ./libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x60) [0xf7769770] ./libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x3bb) [0xf776bdcb] ./libQtGui.so.4(_ZN7QWidget13showMaximizedEv+0x6b) [0xf77621c7] ./libgoogleearth_lib.so(_ZN10MainWindow18readScreensizeInfoEv+0xc32) [0xf72aa012] ./libgoogleearth_lib.so(_ZN5earth6client11Application12setupMainWinERK7QStringb+0x2c0) [0xf7259a30] ./libgoogleearth_lib.so(_ZN5earth6client11Application3runEv+0x2f1) [0xf725d4e1] ./googleearth-bin(main+0x2ba) [0x8050bea] /lib32/libc.so.6(__libc_start_main+0xe5) [0xf7087725] ./googleearth-bin [0x804f231] We apologize for the inconvenience, but Google Earth has crashed. This is a bug in the program, and should never happen under normal circumstances. A bug report and debugging data are now being written to this text file: /home/tia/.googleearth/crashlogs/crashlog-0FA1EF02.txt This bug report will be sent to Google automatically next time you run Google Earth. Its data, which contains no personal information, will help us correct problems without bothering you further. If you would rather this info not be transmitted, please delete the above file before running the program again. If you want bug reports to NEVER be sent, remove the above 'crashlogs' directory's read/write permissions. My system's info: uname -a: Code: uname -a Linux tia-laptop 2.6.28-gentoo-r1-tia-laptop #4 SMP Tue Feb 3 18:34:35 MSK 2009 x86_64 Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz GenuineIntel GNU/Linux glxinfo Code: name of display: :0.0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: SGI server glx version string: 1.2 server glx extensions: GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, GLX_OML_swap_method, GLX_SGI_swap_control, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group client glx vendor string: SGI client glx version string: 1.4 client glx extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap GLX version: 1.2 GLX extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group OpenGL vendor string: Tungsten Graphics, Inc OpenGL renderer string: Mesa DRI Intel(R) 965GM GEM 20090114 OpenGL version string: 2.1 Mesa 7.3 OpenGL shading language version string: 1.10 OpenGL extensions: GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shader_objects, GL_ARB_shading_language_100, GL_ARB_shadow, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint, GL_EXT_cull_vertex, GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_framebuffer_object, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_vertex_array, GL_3DFX_texture_compression_FXT1, GL_APPLE_client_storage, GL_APPLE_packed_pixels, GL_ATI_blend_equation_separate, GL_ATI_texture_env_combine3, GL_ATI_separate_stencil, GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent, GL_NV_point_sprite, GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_OES_read_format, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SUN_multi_draw_arrays 3 GLX Visuals visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- 0x21 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x22 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x56 32 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 36 GLXFBConfigs: visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- 0x57 0 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x58 0 tc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x59 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x5a 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x5b 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x5c 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x5d 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x5e 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x5f 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x60 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x61 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x62 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x63 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x64 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x65 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x66 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x67 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x68 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x69 0 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x6a 0 dc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x6b 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x6c 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x6d 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x6e 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x6f 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x70 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x71 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x72 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x73 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x74 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x75 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x76 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x77 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x78 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x79 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x7a 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow xdriinfo Code: Screen 0: i965 emerge --info Code: Portage 2.2_rc23 (default/linux/amd64/2008.0, gcc-4.3.3, glibc-2.9_p20081201-r1, 2.6.28-gentoo-r1-tia-laptop x86_64) ================================================================= System uname: Linux-2.6.28-gentoo-r1-tia-laptop-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T7250_@_2.00GHz-with-glibc2.2.5 Timestamp of tree: Wed, 04 Feb 2009 09:15:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p48 dev-java/java-config: 1.3.7-r1, 2.1.7 dev-lang/python: 2.5.4-r2 dev-util/ccache: 2.4-r8 dev-util/cmake: 2.6.2-r1 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.4.2 sys-apps/sandbox: 1.3.3 sys-devel/autoconf: 2.13, 2.63 sys-devel/automake: 1.5, 1.7.9-r1, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.19 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.28-r1 ABI="amd64" ACCEPT_KEYWORDS="amd64 ~amd64" 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" ARCH="amd64" ASFLAGS_x86="--32" AUTOCLEAN="yes" CBUILD="x86_64-pc-linux-gnu" CCACHE_DIR="/var/ccache" CCACHE_SIZE="5G" CDEFINE_amd64="__x86_64__" CDEFINE_x86="__i386__" CFLAGS="-Os -pipe -mtune=native -march=native" CFLAGS_x86="-m32" CHOST="x86_64-pc-linux-gnu" CHOST_amd64="x86_64-pc-linux-gnu" CHOST_x86="i686-pc-linux-gnu" CLASSPATH="." CLEAN_DELAY="5" COLLISION_IGNORE="/lib/modules" CONFIG_PROTECT="/etc /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep- rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d" CVS_RSH="ssh" CXXFLAGS="-Os -pipe -mtune=native -march=native" DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-gFmEgt3KBO,guid=169e9272183b4b67aa9a305e4989c86c" DEFAULT_ABI="amd64" DESKTOP_SESSION="gnome" DISPLAY=":0.0" DISTDIR="/usr/portage/distfiles" EDITOR="/bin/nano" ELIBC="glibc" EMERGE_DEFAULT_OPTS="-av" EMERGE_WARNING_DELAY="10" FEATURES="ccache distlocks fixpackages parallel-fetch preserve-libs 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" GDMSESSION="gnome" GDM_LANG="ru_RU.UTF-8" GDM_XSERVER_LOCATION="local" GENTOO_MIRRORS="ftp://linuxarchive.nnov.ru/Unix/Gentoo/" GNOME_DESKTOP_SESSION_ID="Default" GNOME_KEYRING_SOCKET="/tmp/keyring-unkRMp/socket" GPG_AGENT_INFO="/tmp/seahorse-fUiifC/S.gpg-agent:15845:1" GTK_MODULES="gnomebreakpad" GTK_RC_FILES="/etc/gtk/gtkrc:/home/tia//.gtkrc-1.2-gnome2" HISTCONTROL="ignoreboth" HOME="/home/tia/" INFOPATH="/usr/share/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.19/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.3/info" INPUT_DEVICES="evdev synaptics" JAVAC="/bin/javac" JDK_HOME="" KERNEL="linux" LANG="ru_RU.UTF-8" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LDFLAGS="-Wl,-O1" LDFLAGS_x86="-m elf_i386" LESS="-R -M --shift 5" LESSOPEN="|lesspipe.sh %s" LIBDIR_amd64="lib64" LIBDIR_ppc="lib32" LIBDIR_ppc64="lib64" LIBDIR_sparc32="lib32" LIBDIR_sparc64="lib64" LIBDIR_x86="lib32" LINGUAS="ru" LOGNAME="tia" 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:" MAKEOPTS="-j2" MANPATH="/man:/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.19/man: /usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.3/man:/etc/java-config/system-vm/man/:/usr/qt/3/doc/man:/opt/opera/share/man" MULTILIB_ABIS="amd64 x86" MULTILIB_STRICT_DENY="64-bit.*shared object" MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib" MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage)" NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" OPENGL_PROFILE="xorg-x11" ORBIT_SOCKETDIR="/tmp/orbit-tia" PAGER="/usr/bin/less" PATH="/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.3:/usr/qt/3/bin:/usr/games/bin" PKGDIR="/usr/portage/packages" PKG_CONFIG_PATH="/usr/qt/3/lib64/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/lib64/portage/bin" PORTAGE_COMPRESS_EXCLUDE_SUFFIXES="css gif htm[l]? jp[e]?g js pdf png" PORTAGE_CONFIGROOT="/" PORTAGE_COUNTER_HASH="fb68a46174eff9b2cbc20713a5c21ca6" PORTAGE_DEBUG="0" PORTAGE_DEPCACHEDIR="/var/cache/edb/dep" PORTAGE_ELOG_CLASSES="log warn error" PORTAGE_ELOG_MAILFROM="portage@localhost" PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}" PORTAGE_ELOG_MAILURI="root" PORTAGE_ELOG_SYSTEM="save_summary echo" PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5" PORTAGE_FETCH_RESUME_MIN_SIZE="350K" PORTAGE_GID="250" PORTAGE_INST_GID="0" PORTAGE_INST_UID="0" PORTAGE_NICENESS="19" PORTAGE_PYM_PATH="/usr/lib64/portage/pym" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_RSYNC_RETRIES="3" PORTAGE_TMPDIR="/var/tmp" PORTAGE_VERBOSE="1" PORTAGE_WORKDIR_MODE="0700" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage/layman/x11 /usr/local/portage" PROFILE_ONLY_VARIABLES="ARCH ELIBC KERNEL USERLAND" PWD="/home/tia/" 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/x86_64-pc-linux-gnu/gcc-bin/4.3.3:/usr/qt/3/bin" RPMDIR="/usr/portage/rpm" SESSION_MANAGER="local/tia-laptop:@/tmp/.ICE-unix/15818,unix/tia-laptop:/tmp/.ICE-unix/15818" SHELL="/bin/bash" SHLVL="1" SSH_AGENT_PID="15835" SSH_AUTH_SOCK="/tmp/keyring-unkRMp/ssh" STAGE1_USE="multilib nptl nptlonly unicode" SYMLINK_LIB="yes" SYNC="rsync://rsync.gentoo.nnov.ru/gentoo-portage" TERM="xterm" USE="X acl alsa amd64 berkdb bzip2 cli cracklib crypt cups dri fortran gdbm glitz gnome iconv ipv6 isdnlog jpeg midi mmx mudflap multilib ncurses nls nptl nptlonly opengl openmp pam pcre perl png pppd python readline reflection session spl sse sse2 ssl ssse3 sysfs tcpd unicode vorbis 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="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="ru" USERLAND="GNU" VIDEO_CARDS="intel" USER="tia" USERLAND="GNU" USERNAME="tia" 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="intel" WINDOWPATH="8" XAUTHORITY="/home/tia/.Xauthority" XDG_DATA_DIRS="/usr/share:/usr/local/share" _="/usr/bin/emerge"
I have a similar notebook my college gave the students this simester that needs the newer intel drivers and i'm willing to guess it may be your kernel configuration. How did you configure your DRI section in your kernel config and could you provide the output from lspci? I had to manually configure my own kernel for intel DRI to function properly. The other thing i noticed is you've used ACCEPT_KEYWORDS="~amd64" which could be another underlying issue as this unmasks every unstable package in portage for your arch and the google earth application is a pre-built binary which may have various ABI incompatibilities with some dependent libraries. http://en.gentoo-wiki.com/wiki/HP_6730B#Graphics
Hi all, after last update I cannot login via gdm (installed gdm-2.20.9-r1) when there is a "@" symbol in password. The symbol cannot be typed. In X/Gnome session is everything fine, I can type everything. What can be the problem? boba
Check your keyboard settings in /etc/conf.d/keymaps and your HAL settings for your keymap. The default for HAL are in '/usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi', if this isn't correct for your setup then add a similar entry to the following file with the correct entry... /etc/hal/fdi/policy/10-x11-input.fdi: <?xml version="1.0" encoding="UTF-8"?> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.keys"> <merge key="input.xkb.layout" type="string">gb</merge> <merge key="input.xkb.variant" type="string">nodeadkeys</merge> </match> </device> </deviceinfo> slack
I'm using TwinView on KDE 4.2.1, and it's displaying my two screens as one big screen. So if I mazimize a window, it mazimized across both screens. I had TwinView set up on an earlier install of Gentoo a month ago and the only difference was I was using amd64 then (x86 now), and I even used the same xorg.conf, but it displayed each screen as it's own seperate screen, but I could still drag windows between them. Before, I could have a different wallpaper on each screen, now it takes one wallpaper and stretches it across both screens. Here is my Xorg.conf: Code: Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" EndSection Section "Module" Load "dbe" Load "extmod" Load "freetype" Load "glx" EndSection Section "ServerFlags" Option "Xinerama" "0" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "DELL E171FPb" HorizSync 31.0 - 80.0 VertRefresh 56.0 - 75.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 8800 GTS" Option "AddARGBGLXVisuals" "True" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "TwinView" "1" Option "TwinViewXineramaInfoOrder" "DFP-1" Option "metamodes" "CRT: nvidia-auto-select +0+0, DFP: 1680x1050 +1280+0; CRT: nvidia-auto-select +0+0, DFP: 1440x900 +1280+0" SubSection "Display" Depth 24 EndSubSection EndSection Any help would be appreciated.
isilia wrote: Do you have the xinerama USE-flag enabled? That did it for me. Nope, I hadn't enabled it. Thanks. I stuck it in make.conf, and now I have a ton of recompiling to do, and kwin and plasma-workspace are part of that emerge, so I'm guessing that was my problem.
So I upgraded to KDE 4.2 on my work laptop and discovered one little annoyance. It's running with no xorg.conf, and everything is actually detected! However, the touchpad is running in tablet mode, which is really freaking annoying. I've searched around for ways to fix this (I know xorg is using hal, but I have NO clue how to fix it.) I'm assuming the synaptics drivers have an option to turn tablet mode off, but I have no idea where to put it. Anyone have any clues? I've searched google and found dozens of threads about xorg possibly using hal for input detection (lol) but nothing on how to configure the darn thing.
Hi you should check my configuration of my synaptics inside this thread : https://forums.gentoo.org/viewtopic-t-722498.html
Hi, I'm back to Gentoo after trying out a few other distros, really want to get it up and running. I've decided I want Gnome with BlackBox WM. I have freshly installed Gentoo, using 2008.0 stage 3 from minimal install. I've only installed syslog-ng, vixie-cron, vim, and pcmciautils so far. My USE="-qt3 -qt4 -arts -kde X dbus gtk gnome hal avahi cairo", following the Gnome configuration howto on gentoo.org, and I got a first error emerging gnome saying I need +cairo. I at first had about 20 flags and got rid of one's not needed at this point, and did emerge --sync and emerge --update --deep --newuse world. I'm using KEYWORDS="x86" (stable). The error is circular dependencies. ('ebuild', '/', 'net-print/cups-1.3.9-r1', 'merge') depends on ('ebuild', '/', 'net-dns/avahi-0.6.24', ;merge') (hard) ('ebuild', '/', 'dev-python/pygtk-2.14.0', 'merge') depends on ('ebuild', '/', 'gnome-base/libglade-2.6.3', ;merge') (hard) ('ebuild', '/', 'x11-libs/gtk+-2.14.7-r2', ;merge') (hard) ('ebuild', '/', 'x11-libs/gtk+-2.14.7-r2', 'merge') depends on ('ebuild', '/', 'net-print/cups-1.3.9-r1', ;merge') (hard) ('ebuild', '/', 'net-dns/avahi-0.6.24', 'merge') depends on ('ebuild', '/', 'x11-libs/gtk+-2.14.7-r2', ;merge') (hard) ('ebuild', '/', 'dev-python/pygtk-2.14.0', ;merge') (hard) ('ebuild', '/', 'gnome-base/libglade-2.6.3', ;merge') (hard) ('ebuild', '/', 'gnome-base/libglade-2.6.3', 'merge') depends on ('ebuild', '/', 'x11-libs/gtk+-2.14.7-r2', ;merge') (hard) Guessing this might mean I need to have 1 or more of these installed before trying emerge gnome I tried to emerge each of them, getting all of the same circular dependencies for each. Any answers or ideas are appreciated, thx.
I've had a number of problems with the "doc" flag, but that's not set in your case; try emerge cups first, by itself, or conversely turning off the cups flag. I've had some problems there, but I thought they were gone. LATER: I've checked the last 2008.0 build I did, and the problem is almost certainly the avahi flag, which I don't use. avahi seems to pull in every circular dependency there is, and cups and gnome-vfs both use it. Try -avahi in make.conf and see what happens. The CUPS problem was that cups 1.3.7-r1 wouldn't compile; I masked it with ">net-print/cups-1.2.12-r8". Another problem was xinit pulling in broken rsh stuff, which needed to be suppressed with "minimal" in package.use; the other snags were all related to docs. Much later there were problems with esound and esd, but I never found their cause. BTW, ghostscript (the old one, AFAIK), gtk+, gnome and libgnomeprint pull in cups by default, and no-one else uses the flag, so it can be left out of make.conf. Will
Hi there, I finally managed to get Gentoo installed on my system using the LiveCD's graphical installer. But when it reboots, Xorg undergoes a few incompatability issues. At first I thought it was ridiculous that the LiveCD would show me a perfect desktop, and the installation would't even work with the vesa driver. (Apparently this is very common issue with Dell Inspiron Laptops or i830 chipsets) But the LiveCD uses XFree86 (? I think...), so I was just wondering how I would go about uninstalling Xorg, and installing XFree86. Bear in mind that I have no internet whenever I login, but have access to a usb with XFree86 binaries on it. I just need to know what type really.... much help appreciated
tetris11 wrote: At first I thought it was ridiculous that the LiveCD would show me a perfect desktop, and the installation would't even work with the vesa driver. The LiveCD is probably using the xf86-video-intel driver, rather than the xf86-video-vesa driver. Try that one, and see if you get better results.
I followed this guide http://en.gentoo-wiki.com/wiki/Lenovo_T400 but when i run X -configure, it dies Code: 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 oblivion 2.6.27-gentoo-r8 #8 SMP Mon Mar 23 02:57:31 EDT 2009 i686 Build Date: 23 March 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 Mar 23 03:57:27 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: 0x81d8520 (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 7 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,2a40 card 17aa,20e0 rev 07 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 8086,2a41 card 0000,0000 rev 07 class 06,04,00 hdr 01 (II) PCI: 00:03:0: chip 8086,2a44 card 17aa,20e6 rev 07 class 07,80,00 hdr 80 (II) PCI: 00:19:0: chip 8086,10f5 card 17aa,20ee rev 03 class 02,00,00 hdr 00 (II) PCI: 00:1a:0: chip 8086,2937 card 17aa,20f0 rev 03 class 0c,03,00 hdr 80 (II) PCI: 00:1a:1: chip 8086,2938 card 17aa,20f0 rev 03 class 0c,03,00 hdr 00 (II) PCI: 00:1a:2: chip 8086,2939 card 17aa,20f0 rev 03 class 0c,03,00 hdr 00 (II) PCI: 00:1a:7: chip 8086,293c card 17aa,20f1 rev 03 class 0c,03,20 hdr 00 (II) PCI: 00:1b:0: chip 8086,293e card 17aa,20f2 rev 03 class 04,03,00 hdr 00 (II) PCI: 00:1c:0: chip 8086,2940 card 0000,0000 rev 03 class 06,04,00 hdr 81 (II) PCI: 00:1c:1: chip 8086,2942 card 0000,0000 rev 03 class 06,04,00 hdr 81 (II) PCI: 00:1c:3: chip 8086,2946 card 0000,0000 rev 03 class 06,04,00 hdr 81 (II) PCI: 00:1c:4: chip 8086,2948 card 0000,0000 rev 03 class 06,04,00 hdr 81 (II) PCI: 00:1d:0: chip 8086,2934 card 17aa,20f0 rev 03 class 0c,03,00 hdr 80 (II) PCI: 00:1d:1: chip 8086,2935 card 17aa,20f0 rev 03 class 0c,03,00 hdr 00 (II) PCI: 00:1d:2: chip 8086,2936 card 17aa,20f0 rev 03 class 0c,03,00 hdr 00 (II) PCI: 00:1d:7: chip 8086,293a card 17aa,20f1 rev 03 class 0c,03,20 hdr 00 (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 93 class 06,04,01 hdr 01 (II) PCI: 00:1f:0: chip 8086,2917 card 17aa,20f5 rev 03 class 06,01,00 hdr 80 (II) PCI: 00:1f:2: chip 8086,2929 card 17aa,20f8 rev 03 class 01,06,01 hdr 00 (II) PCI: 00:1f:3: chip 8086,2930 card 17aa,20f9 rev 03 class 0c,05,00 hdr 00 (II) PCI: 01:00:0: chip 1002,95c4 card 17aa,210e rev 00 class 03,00,00 hdr 00 (II) PCI: 03:00:0: chip 8086,4236 card 8086,1011 rev 00 class 02,80,00 hdr 00 (II) PCI: 15:00:0: chip 1180,0476 card 5000,0000 rev ba class 06,07,00 hdr 82 (II) PCI: 15:00:1: chip 1180,0832 card 17aa,20c7 rev 04 class 0c,00,10 hdr 80 (II) PCI: 15:00:2: chip 1180,0822 card 17aa,20c8 rev 21 class 08,05,00 hdr 80 (II) PCI: 15:00:3: chip 1180,0843 card 17aa,20c9 rev 11 class 08,80,00 hdr 80 (II) PCI: 15:00:4: chip 1180,0592 card 17aa,20ca rev 11 class 08,80,00 hdr 80 (II) PCI: 15:00:5: chip 1180,0852 card 17aa,20cb rev 11 class 08,80,00 hdr 80 (II) PCI: End of PCI scan (II) Intel Bridge workaround enabled (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,22), 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 0x00002000 - 0x00002fff (0x1000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xcff00000 - 0xcfffffff (0x100000) 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:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared) (II) PCI-to-PCI bridge: (II) Bus 3: bridge is at (0:28:1), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared) (II) Bus 3 non-prefetchable memory range: [0] -1 0 0xf4200000 - 0xf42fffff (0x100000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 5: bridge is at (0:28:3), (0,5,12), BCTRL: 0x0004 (VGA_EN is cleared) (II) Bus 5 I/O range: [0] -1 0 0x00003000 - 0x000030ff (0x100) IX[B] [1] -1 0 0x00003400 - 0x000034ff (0x100) IX[B] [2] -1 0 0x00003800 - 0x000038ff (0x100) IX[B] [3] -1 0 0x00003c00 - 0x00003cff (0x100) IX[B] (II) Bus 5 non-prefetchable memory range: [0] -1 0 0xf8000000 - 0xf9ffffff (0x2000000) MX[B] (II) Bus 5 prefetchable memory range: [0] -1 0 0xf4000000 - 0xf40fffff (0x100000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 13: bridge is at (0:28:4), (0,13,20), BCTRL: 0x0004 (VGA_EN is cleared) (II) Bus 13 I/O range: [0] -1 0 0x00004000 - 0x000040ff (0x100) IX[B] [1] -1 0 0x00004400 - 0x000044ff (0x100) IX[B] [2] -1 0 0x00004800 - 0x000048ff (0x100) IX[B] [3] -1 0 0x00004c00 - 0x00004cff (0x100) IX[B] (II) Bus 13 non-prefetchable memory range: [0] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[B] (II) Bus 13 prefetchable memory range: [0] -1 0 0xf4100000 - 0xf41fffff (0x100000) MX[B] (II) Subtractive PCI-to-PCI bridge: (II) Bus 21: bridge is at (0:30:0), (0,21,24), BCTRL: 0x0004 (VGA_EN is cleared) (II) Bus 21 I/O range: [0] -1 0 0x00005000 - 0x000050ff (0x100) IX[B] [1] -1 0 0x00005400 - 0x000054ff (0x100) IX[B] [2] -1 0 0x00005800 - 0x000058ff (0x100) IX[B] [3] -1 0 0x00005c00 - 0x00005cff (0x100) IX[B] [4] -1 0 0x00006000 - 0x000060ff (0x100) IX[B] [5] -1 0 0x00006400 - 0x000064ff (0x100) IX[B] [6] -1 0 0x00006800 - 0x000068ff (0x100) IX[B] [7] -1 0 0x00006c00 - 0x00006cff (0x100) IX[B] [8] -1 0 0x00007000 - 0x000070ff (0x100) IX[B] [9] -1 0 0x00007400 - 0x000074ff (0x100) IX[B] [10] -1 0 0x00007800 - 0x000078ff (0x100) IX[B] [11] -1 0 0x00007c00 - 0x00007cff (0x100) IX[B] [12] -1 0 0x00008000 - 0x000080ff (0x100) IX[B] [13] -1 0 0x00008400 - 0x000084ff (0x100) IX[B] [14] -1 0 0x00008800 - 0x000088ff (0x100) IX[B] [15] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B] (II) Bus 21 non-prefetchable memory range: [0] -1 0 0xf4300000 - 0xf7ffffff (0x3d00000) MX[B] (II) Bus 21 prefetchable memory range: [0] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) PCI-to-CardBus bridge: (II) Bus 22: bridge is at (21:0:0), (21,22,23), BCTRL: 0x0580 (VGA_EN is cleared) (II) Bus 22 I/O range: [0] -1 0 0x00005000 - 0x000050ff (0x100) IX[B] [1] -1 0 0x00005400 - 0x000054ff (0x100) IX[B] (II) Bus 22 prefetchable memory range: [0] -1 0 0xf0000000 - 0xf3ffffff (0x4000000) MX[B] (--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x95c4) rev 0, Mem @ 0xd0000000/28, 0xcfff0000/16, I/O @ 0x2000/8 List of video drivers: radeon i810 r128 mach64 fglrx intel ati vesa (II) LoadModule: "radeon" (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so (II) Module radeon: vendor="X.Org Foundation" compiled for 1.3.0, module version = 4.3.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.2 (II) LoadModule: "i810" (II) Loading /usr/lib/xorg/modules/drivers//i810_drv.so (II) Module i810: vendor="X.Org Foundation" compiled for 1.3.0, module version = 2.1.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.2 (II) LoadModule: "r128" (II) Loading /usr/lib/xorg/modules/drivers//r128_drv.so (II) Module r128: vendor="X.Org Foundation" compiled for 1.3.0, module version = 4.1.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.2 (II) LoadModule: "mach64" (II) Loading /usr/lib/xorg/modules/drivers//mach64_drv.so (II) Module mach64: vendor="X.Org Foundation" compiled for 1.3.0, module version = 6.7.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.2 (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.54.3 Module class: X.Org Video Driver (II) LoadModule: "intel" (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.3.0, module version = 2.1.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.2 (II) UnloadModule: "intel" (II) Unloading /usr/lib/xorg/modules/drivers//intel_drv.so (II) Failed to load module "intel" (already loaded, -1081254732) (II) LoadModule: "ati" (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so (II) Module ati: vendor="X.Org Foundation" compiled for 1.3.0, module version = 6.8.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.2 (II) LoadModule: "vesa" (II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so (II) Module vesa: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.3.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.2 (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 0xf4302400 - 0xf43024ff (0x100) MX[B] [1] -1 0 0xf4302000 - 0xf43020ff (0x100) MX[B] [2] -1 0 0xf4301c00 - 0xf4301cff (0x100) MX[B] [3] -1 0 0xf4301800 - 0xf43018ff (0x100) MX[B] [4] -1 0 0xf4301000 - 0xf43017ff (0x800) MX[B] [5] -1 0 0xf4200000 - 0xf4201fff (0x2000) MX[B] [6] -1 0 0xfc227400 - 0xfc2274ff (0x100) MX[B] [7] -1 0 0xfc226000 - 0xfc2267ff (0x800) MX[B] [8] -1 0 0xfc227000 - 0xfc2273ff (0x400) MX[B] [9] -1 0 0xfc220000 - 0xfc223fff (0x4000) MX[B] [10] -1 0 0xfc226c00 - 0xfc226fff (0x400) MX[B] [11] -1 0 0xfc225000 - 0xfc225fff (0x1000) MX[B] [12] -1 0 0xfc200000 - 0xfc21ffff (0x20000) MX[B] [13] -1 0 0xfc226800 - 0xfc22680f (0x10) MX[B] [14] -1 0 0xcfff0000 - 0xcfffffff (0x10000) MX[B](B) [15] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [16] -1 0 0x00001c60 - 0x00001c7f (0x20) IX[B] [17] -1 0 0x00001c20 - 0x00001c3f (0x20) IX[B] [18] -1 0 0x00001830 - 0x00001833 (0x4) IX[B] [19] -1 0 0x00001838 - 0x0000183f (0x8) IX[B] [20] -1 0 0x00001834 - 0x00001837 (0x4) IX[B] [21] -1 0 0x00001c40 - 0x00001c47 (0x8) IX[B] [22] -1 0 0x00001c00 - 0x00001c1f (0x20) IX[B] [23] -1 0 0x000018e0 - 0x000018ff (0x20) IX[B] [24] -1 0 0x000018c0 - 0x000018df (0x20) IX[B] [25] -1 0 0x000018a0 - 0x000018bf (0x20) IX[B] [26] -1 0 0x00001880 - 0x0000189f (0x20) IX[B] [27] -1 0 0x00001860 - 0x0000187f (0x20) IX[B] [28] -1 0 0x00001840 - 0x0000185f (0x20) IX[B] [29] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B) (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xf4302400 - 0xf43024ff (0x100) MX[B] [1] -1 0 0xf4302000 - 0xf43020ff (0x100) MX[B] [2] -1 0 0xf4301c00 - 0xf4301cff (0x100) MX[B] [3] -1 0 0xf4301800 - 0xf43018ff (0x100) MX[B] [4] -1 0 0xf4301000 - 0xf43017ff (0x800) MX[B] [5] -1 0 0xf4200000 - 0xf4201fff (0x2000) MX[B] [6] -1 0 0xfc227400 - 0xfc2274ff (0x100) MX[B] [7] -1 0 0xfc226000 - 0xfc2267ff (0x800) MX[B] [8] -1 0 0xfc227000 - 0xfc2273ff (0x400) MX[B] [9] -1 0 0xfc220000 - 0xfc223fff (0x4000) MX[B] [10] -1 0 0xfc226c00 - 0xfc226fff (0x400) MX[B] [11] -1 0 0xfc225000 - 0xfc225fff (0x1000) MX[B] [12] -1 0 0xfc200000 - 0xfc21ffff (0x20000) MX[B] [13] -1 0 0xfc226800 - 0xfc22680f (0x10) MX[B] [14] -1 0 0xcfff0000 - 0xcfffffff (0x10000) MX[B](B) [15] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [16] -1 0 0x00001c60 - 0x00001c7f (0x20) IX[B] [17] -1 0 0x00001c20 - 0x00001c3f (0x20) IX[B] [18] -1 0 0x00001830 - 0x00001833 (0x4) IX[B] [19] -1 0 0x00001838 - 0x0000183f (0x8) IX[B] [20] -1 0 0x00001834 - 0x00001837 (0x4) IX[B] [21] -1 0 0x00001c40 - 0x00001c47 (0x8) IX[B] [22] -1 0 0x00001c00 - 0x00001c1f (0x20) IX[B] [23] -1 0 0x000018e0 - 0x000018ff (0x20) IX[B] [24] -1 0 0x000018c0 - 0x000018df (0x20) IX[B] [25] -1 0 0x000018a0 - 0x000018bf (0x20) IX[B] [26] -1 0 0x00001880 - 0x0000189f (0x20) IX[B] [27] -1 0 0x00001860 - 0x0000187f (0x20) IX[B] [28] -1 0 0x00001840 - 0x0000185f (0x20) IX[B] [29] -1 0 0x00002000 - 0x000020ff (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 0xf4302400 - 0xf43024ff (0x100) MX[B] [5] -1 0 0xf4302000 - 0xf43020ff (0x100) MX[B] [6] -1 0 0xf4301c00 - 0xf4301cff (0x100) MX[B] [7] -1 0 0xf4301800 - 0xf43018ff (0x100) MX[B] [8] -1 0 0xf4301000 - 0xf43017ff (0x800) MX[B] [9] -1 0 0xf4200000 - 0xf4201fff (0x2000) MX[B] [10] -1 0 0xfc227400 - 0xfc2274ff (0x100) MX[B] [11] -1 0 0xfc226000 - 0xfc2267ff (0x800) MX[B] [12] -1 0 0xfc227000 - 0xfc2273ff (0x400) MX[B] [13] -1 0 0xfc220000 - 0xfc223fff (0x4000) MX[B] [14] -1 0 0xfc226c00 - 0xfc226fff (0x400) MX[B] [15] -1 0 0xfc225000 - 0xfc225fff (0x1000) MX[B] [16] -1 0 0xfc200000 - 0xfc21ffff (0x20000) MX[B] [17] -1 0 0xfc226800 - 0xfc22680f (0x10) MX[B] [18] -1 0 0xcfff0000 - 0xcfffffff (0x10000) MX[B](B) [19] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [22] -1 0 0x00001c60 - 0x00001c7f (0x20) IX[B] [23] -1 0 0x00001c20 - 0x00001c3f (0x20) IX[B] [24] -1 0 0x00001830 - 0x00001833 (0x4) IX[B] [25] -1 0 0x00001838 - 0x0000183f (0x8) IX[B] [26] -1 0 0x00001834 - 0x00001837 (0x4) IX[B] [27] -1 0 0x00001c40 - 0x00001c47 (0x8) IX[B] [28] -1 0 0x00001c00 - 0x00001c1f (0x20) IX[B] [29] -1 0 0x000018e0 - 0x000018ff (0x20) IX[B] [30] -1 0 0x000018c0 - 0x000018df (0x20) IX[B] [31] -1 0 0x000018a0 - 0x000018bf (0x20) IX[B] [32] -1 0 0x00001880 - 0x0000189f (0x20) IX[B] [33] -1 0 0x00001860 - 0x0000187f (0x20) IX[B] [34] -1 0 0x00001840 - 0x0000185f (0x20) IX[B] [35] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B) (II) Primary Device is: PCI 01:00:0 (II) ATI Proprietary Linux Driver Version Identifier:8.54.3 (II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.542 (II) ATI Proprietary Linux Driver Build Date: Oct 3 2008 17:42:12 (**) ChipID override: 0x95C4 (**) Chipset Supported AMD Graphics Processor (0x95C4) found Backtrace: 0: X(xf86SigHandler+0x85) [0x80ce423] 1: X(DoConfigure+0x209) [0x80da49b] 2: X(InitOutput+0x680) [0x80a5505] Fatal server error: Caught signal 11. Server aborting Does anyone know how to fix this? Thanks.
Does your T400 got 2 VGA Cards?
After my last world update, the mouse cursor will not leave the left side of the screen on my laptop. When I use the mouse pad, the cursor rapidly oscillates between the left side of the screen and wherever my finger lands on the pad. It basically moves up and down and that's it. I've been trying different INPUT_DEVICES and downgraded xorg-server, to no avail. I'm stumped on this one and I'd appreciate some help figuring out what's going on. I had to set KDE to move the mouse with the numpad arrow keys. It's not a hardware problem, which I confirmed when I booted up with a sysrescCD, where the mouse works fine. xorg.conf is auto-configure. make.conf: Code: # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /etc/make.conf.example for a more detailed example. CFLAGS="-O2 -march=i686 -pipe" CXXFLAGS="-O2 -march=i686 -pipe" # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. CHOST="i686-pc-linux-gnu" MAKEOPTS="-j3" ACCEPT_KEYWORDS="~x86" VIDEO_CARDS="intel fbdev" INPUT_DEVICES="evdev keyboard mouse synaptics" CAMERAS="*" COLLISION_IGNORE="/" CONFIG_PROTECT="/etc/hosts /etc/issue /etc/conf.d/hostname" PORTDIR_OVERLAY="/usr/local/portage" FEATURES="ccache parallel-fetch buildpkg fixpackages" CCACHE_SIZE="2G" GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo http://adelie.polymtl.ca/ http://gentoo.arcticnetwork.ca/source/ http://gentoo.mirrors.tera-byte.com/ http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ " SYNC="rsync://rsync21.us.gentoo.org/gentoo-portage" USE="X a52 aac aalib acpi addbookmarks afs aim alias alsa amr amrnb amrwb apm arts aspell atm autoreplace avahi bash-completion beagle berkdb bindist bl bookmarks bzip2 cairo cdaudio cddb cdio cdparanoia cdr cdrom cgi clamav clamd cleartype connectionstatus contactnotes cpudetection crypt css cups curl custom-cpuopts cvs cxx daap dbus dga dhcp dirac dts dv dvd dvdr dvdread embedded emerald encode exif fbcon fbcondecor fbdev ffmpeg flac flash fltk font-server fontconfig fortran freesound ftp gadu galago gdbm gecko ggi gif gimp glitz glsa gnokii gnome-keyring gnome-print gnomecd gnutls gpac gphoto2 gpm grub gtkhtml guile hal highlight history htmlhandbook hunspell icons iconv icq id3 id3tag ieee1394 ifp inotify inquisitio iproute2 ipv6 irc jai java jce jpeg jpeg2k kde kdeenablefinal kdehiddenvisibility kdeprefix kdm kipi kqemu ladspa lame latex lcms libcaca libgcrypt libnotify libsamplerate lm_sensors login-watch lzo mad mbox md5sum mdnsresponder-compat messenger midi mmx mono mounts-check mp2 mp3 mp3rtp mp3tunes mp4 mp4live mpeg mplayer msn mtp musepack musicbrainz nas nautilus ncurses nemesi netmeeting networking networkmanager njb nls nntp nowlistening npp nsplugin nss ntlm offensive ogg openal openexr opengl pam passwordsave pcmcia pda pink pixmaps pkcs11 pmu png portage ppds prediction prelude profile python qa qt-static qt3 qt3support qt4 quicktime rar realmedia rtc ruby samba sametime scanner schroedinger sdl sensord shout slp smbkrb5passwd sms sndfile soundtouch sox spell srt sse sse2 ssl ssse3 startup-notification statistics subject-rewrite subversion suidcheck svg tagwriting teletext templates texteffect tga theora threads tiff timidity tk tracker transcode translator truetype twolame unicode unsupported userfiles v4l v4l2 vamp vcd video vidix visibility visualization vorbis wav wavpack webdav webpresence win32codecs winbind winpopup wma wxwindows xanim xcb xcomposite xft xine xinerama xinetd xml xorg xpm xscreensaver xulrunner xv xvid xvmc yahoo yv12 zeroconf zlib zsh-completion -apache2 -autoipd -boundschecking -custom-optimization -debug -doc -eds -emacs -evo -examples -firefox -games -gcj -gnome -gstreamer -gtk -howl-compat -ip28 -ip32r10k -krb4 -libffi -lilo -mailwrapper -milter -minimal -mozdevelop -moznocompose -moznoirc -moznopango -moznoroaming -multislot -mysql -nocxx -nopie -nossp -nptl -ntp -objc -oss -postgres -rubytests -socks5 -static -test -xemacs -xforms -xprint -zemberek" emerge --info: Code: Portage 2.2_rc26 (default/linux/x86/2008.0/desktop, gcc-4.3.3, glibc-2.9_p20081201-r2, 2.6.28-gentoo-r2 i686) ================================================================= System uname: Linux-2.6.28-gentoo-r2-i686-Intel-R-_Core-TM-2_Duo_CPU_T5250_@_1.50GHz-with-glibc2.0 Timestamp of tree: Sun, 22 Mar 2009 12:45:02 +0000 ccache version 2.4 [enabled] app-shells/bash: 4.0_p10-r1 dev-java/java-config: 1.3.7-r1, 2.1.7 dev-lang/python: 2.4.4-r15, 2.5.4-r2 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r8 dev-util/cmake: 2.6.3 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.4.3-r1 sys-apps/sandbox: 1.6 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.1-r1 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.28-r1 ACCEPT_KEYWORDS="x86 ~x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /etc/conf.d/hostname /etc/hosts /etc/issue /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/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-O2 -march=i686 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="buildpkg ccache distlocks fixpackages parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo http://adelie.polymtl.ca/ http://gentoo.arcticnetwork.ca/source/ http://gentoo.mirrors.tera-byte.com/ http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ " LDFLAGS="-Wl,-O1" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync21.us.gentoo.org/gentoo-portage" USE="X a52 aac aalib acl acpi addbookmarks afs aim alias alsa amr amrnb amrwb apm arts aspell atm autoreplace avahi bash-completion beagle berkdb bindist bl bluetooth bookmarks branding bzip2 cairo cdaudio cddb cdio cdparanoia cdr cdrom cgi clamav clamd cleartype cli connectionstatus contactnotes cpudetection cracklib crypt css cups curl custom-cpuopts cvs cxx daap dbus dga dhcp dirac dri dts dv dvd dvdr dvdread embedded emboss emerald encode esd exif fam fbcon fbcondecor fbdev ffmpeg flac flash fltk font-server fontconfig fortran freesound ftp gadu galago gdbm gecko ggi gif gimp glitz glsa gnokii gnome-keyring gnome-print gnomecd gnutls gpac gphoto2 gpm grub gtkhtml guile hal highlight history htmlhandbook hunspell icons iconv icq id3 id3tag ieee1394 ifp inotify inquisitio iproute2 ipv6 irc isdnlog jai java jce jpeg jpeg2k kde kdeenablefinal kdehiddenvisibility kdeprefix kdm kipi kqemu ladspa lame latex lcms ldap libcaca libgcrypt libnotify libsamplerate lm_sensors login-watch lzo mad mbox md5sum mdnsresponder-compat messenger midi mikmod mmx mono mounts-check mp2 mp3 mp3rtp mp3tunes mp4 mp4live mpeg mplayer msn mtp mudflap musepack musicbrainz nas nautilus ncurses nemesi netmeeting networking networkmanager njb nls nntp nowlistening npp nptlonly nsplugin nss ntlm offensive ogg openal openexr opengl openmp pam passwordsave pcmcia pcre pda pdf perl pink pixmaps pkcs11 pmu png portage ppds pppd prediction prelude profile python qa qt-static qt3 qt3support qt4 quicktime rar readline realmedia reflection rtc ruby samba sametime scanner schroedinger sdl sensord session shout slp smbkrb5passwd sms sndfile soundtouch sox spell spl srt sse sse2 ssl ssse3 startup-notification statistics subject-rewrite subversion suidcheck svg sysfs tagwriting tcpd teletext templates texteffect tga theora threads tiff timidity tk tracker transcode translator truetype twolame unicode unsupported usb userfiles v4l v4l2 vamp vcd video vidix visibility visualization vorbis wav wavpack webdav webpresence win32codecs winbind winpopup wma wxwindows x86 xanim xcb xcomposite xft xine xinerama xinetd xml xorg xpm xscreensaver xulrunner xv xvid xvmc yahoo yv12 zeroconf zlib zsh-completion" 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="*" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="intel fbdev" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
equery list xorg: Code: * installed packages app-doc/xorg-docs-1.4-r1 app-doc/xorg-sgml-doctools-1.2 x11-base/xorg-server-1.5.3-r4 x11-base/xorg-x11-7.4 x11-misc/xorg-cf-files-1.0.2 xorg.conf is autoconfigured; however, here is an xorg.conf I had been working with. The mouse behaves the same way with or without this xorg.conf: Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/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 "dbe" Load "record" Load "extmod" Load "xtrap" Load "dri" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "ColorKey" # <i> #Option "CacheLines" # <i> #Option "Dac6Bit" # [<bool>] #Option "DRI" # [<bool>] #Option "NoDDC" # [<bool>] #Option "ShowCache" # [<bool>] #Option "XvMCSurfaces" # <i> #Option "PageFlip" # [<bool>] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile GM965/GL960 Integrated Graphics Controller" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
bugs.gentoo.org seems to be down at the moment, I'll try to post a bug when it's back. Anyway, I recently upgraded to xorg-server-1.5.3-r4. It seems to work fine for KDE 3.5.10. I also installed KDE 4.2.1 (having not used KDE 4 before), and found that it caused X to crash. While I have managed to get it to crash doing a fair few things, one reproducible way I found was this: 1) Start a KDE 4.2.1 session 2) Click the "thingy" at the right of the panel which brings up the panel menu. 3) Click "Add Widgets" 4) Click the dropdown menu at the top of the "add widgets" window, which for me says "all widgets". At this point X crashes (to kdm/console depending on how I started it). So my default setup uses x11-drivers/nvidia-drivers-173.14.16 with my GeForce FX 5500, with composite enabled. That gives me this in the Xorg log: Quote: Backtrace: 0: X(xorg_backtrace+0x3b) [0x812803b] 1: X(xf86SigHandler+0x51) [0x80bd6d1] 2: [0xb7fd1400] 3: X(miHandleValidateExposures+0x55) [0x8120025] 4: X(UnmapWindow+0x1dd) [0x80740ed] 5: X(compFreeClientWindow+0x200) [0x8139cf0] 6: X [0x8137224] 7: X(FreeResource+0x109) [0x8070f19] 8: X(compUnredirectWindow+0x73) [0x81398d3] 9: X [0x8137b37] 10: X [0x81205d8] 11: X [0x81204fc] 12: X [0x81204fc] 13: X(miChangeSaveUnder+0x6f) [0x812068f] 14: X(MapWindow+0x34f) [0x80747af] 15: X(ProcMapWindow+0x61) [0x8087e31] 16: X(Dispatch+0x33f) [0x80886cf] 17: X(main+0x455) [0x806f095] 18: /lib/libc.so.6(__libc_start_main+0xdc) [0x4f46b60c] 19: X [0x806e4c1] Fatal server error: Caught signal 11. Server aborting So I switched to the "nv" driver (x11-drivers/xf86-video-nv-2.1.12). Same result with a slightly different backtrace: Quote: Backtrace: 0: X(xorg_backtrace+0x3b) [0x812803b] 1: X(xf86SigHandler+0x51) [0x80bd6d1] 2: [0xb7f69400] 3: X(UnmapWindow+0x1dd) [0x80740ed] 4: X(compFreeClientWindow+0x200) [0x8139cf0] 5: X [0x8137224] 6: X(FreeResource+0x109) [0x8070f19] 7: X(compUnredirectWindow+0x73) [0x81398d3] 8: X [0x8137b37] 9: X [0x81205d8] 10: X [0x81204fc] 11: X [0x81204fc] 12: X(miChangeSaveUnder+0x6f) [0x812068f] 13: X(MapWindow+0x34f) [0x80747af] 14: X(ProcMapWindow+0x61) [0x8087e31] 15: X(Dispatch+0x33f) [0x80886cf] 16: X(main+0x455) [0x806f095] 17: /lib/libc.so.6(__libc_start_main+0xdc) [0x4f46b60c] 18: X [0x806e4c1] Fatal server error: Caught signal 11. Server aborting It looks like the addresses have moved and item 3 from the first trace has disappeared. So I tried again with Composite turned off (still nv driver), and got the same result with an identical backtrace. I also had a similar crash with xorg-server-1.5.3-r3 (didn't test "nv" and without composite though). In all cases, the X log only complained about some font paths not existing and the freetype module not existing, no other errors apart from the crash. Does anyone have any hints on how the get better debugging information? It looks (to someone not familiar with the codebase at least) like the crucial line is item 2 which doesn't contain a function name. Or is this a known problem?
Have you tried a revdep-rebuild lately? I just tried the procedure you listed, but it didn't crash for me. Sounds like you have a component (shared library) that me need to be recompiled and linked. It's an outside shot, but you can eliminate that remedy if it doesn't work.
I followed the howto from http://en.gentoo-wiki.com/wiki/Intel_GMA and I'm experiencing a lot of problems... Actually I'm stuck with this: Code: (II) VESA(0): Not using mode "1920x1200" (no mode of this name) Ehmm... No good :/ (and WHY VESA? O.o? ) My screen is set in somithing that seems a 1280x1024.. This is the graphic part of my xorg: Code: Section "Monitor" Identifier "My Monitor" # 1920x1200 @ 60.00 Hz (GTF) hsync: 74.52 kHz; pclk: 193.16 MHz Modeline "1920x1200" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -HSync +Vsync EndSection Section "Device" Identifier "Card 1" Driver "intel" VideoRam 32768 EndSection Section "Screen" Identifier "Screen 1" Device "Card 1" Monitor "My Monitor" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1920x1200" ViewPort 0 0 EndSubsection EndSection Note that I had to manually set the right VideoRam 'cause the driver was autodetecting 1MB, and without setting the right amount of ram I got a lot of "no screen detected" errors, cause no video mode was able to run with 1MB.. :/ This is the Xorg.0.log (you have to click "Save file to your PC: click here" to download, that's almost invisible :/ )
mel_82, You have several xorg.conf files scattered around your system and that log file was not created using the xorg.conf you posted. Loking near the top you will see Code: (==) Using config file: "/root/xorg.conf" Which says you ran Xorg as root and it used /root/xorg.conf as the config file. When root runs Xorg, that file is found before /etc/X11/xorg.conf. Either delete /root/xorg.conf, so all users use /etc/X11/xorg.conf or do not run Xorg as root.
I'm having the same problem as these people: http://ubuntuforums.org/showthread.php?t=982508 http://www.nabble.com/Bug-480241:-xserver-xorg-video-i810:-No-console,-bad-flicker-after-suspend-to-ram-td17139876.html https://lists.ubuntu.com/archives/ubuntu-users/2008-July/153078.html After returning from suspend, my display flickers or "jumps" occasionally. Sometimes every couple of minutes, sometimes every second, and is worse the more the display is updating. It doesn't happen at all unless I suspend to ram, and a reboot fixes it. None of the above threads have a fix, and they have exactly the same chipset as I with exactly the same symptoms. I found a bug report that sounded similar on freedesktop.org, but it was for the 945G. Anyone have any clues? Nothing interesting in the Xorg.0.log. Here's the driver section of my xorg.conf: Code: Section "Device" Identifier "Builtin Video" Driver "i810" Option "DRI" "true" # [<bool>] VideoRam 32768 # Insert Clocks lines here if appropriate EndSection And the driver section from Xorg.0.log: Code: (II) LoadModule: "i810" (II) Loading /usr/lib/xorg/modules/drivers//i810_drv.so (II) Module i810: vendor="X.Org Foundation" compiled for 7.2.0, module version = 2.1.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.1 Any suggestions? Any suggestions on where else to look for an answer? I know I'm not the only one with this problem.
After trying every newer driver verison I started looking at my BIOS. I found a setting the runs the video ROM upon resume from S3. This fixed both the flicker and loosing text mode in all of the non-X vts.
My Gnome Desktop was working fine until today. Now, the splash screen during start up froze after starting the panel. After freezing for a few minutes, it continues the startup process. I tried to check gnome-session settings, but when I ran gnome-session-properties I got: Code: (gnome-session-properties:13029): GnomeUI-WARNING **: While connecting to session manager: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed. could not connect to the session manager I'm suspecting one of the updates I did yesterday. Maybe it was a PAM update. I remember etc-updating pam.d. I tried downgrading PAM, but pam.d was not downgraded. How do I fix this? -------------------------- Solved: My home partition was over quota and I did not realize.
I'm also getting this when trying to run k3b Code: Only one line in dcopserver file !: DCOPClient::attachInternal. Attach failed networkIdsList argument is NULL Only one line in dcopserver file !: DCOPClient::attachInternal. Attach failed networkIdsList argument is NULL DCOPServer self-test failed. kdeinit: DCOPServer could not be started, aborting. ERROR: KUniqueApplication: Can't setup DCOP communication. It used to run fine. Firefox and gnome-terminal runs ok.
Solved edit: I don't understand the details, but the problem seems to be getting cron to use the dbus background to communicate. The solution is mentioned here: http://www.control-d.com/?p=50 though I should also mention that I could no longer use /etc/crontab, but rather had to use crontab -e for my user, which was a trick in itself, since I can't figure out how to change roots default editor... I just "sudo su", "export EDITOR=nano", "crontab -u username -e" [but my editor resets to vi (which I don't even have) when that sudo session closes]. But, at least after root creates that file, my user can edit it with a simple "crontab -e", so long as it's in the cron group. Original post: I have a script that cycles my wallpapers in gnome set to run in my /etc/crontab, but it recently stopped working. /var/log/messages shows that the command gets run, but my wallpaper doesn't change. The command works fine if I type it into the command line, and I even tried another script... so I don't really know what's up. Anyone have any idea what might have changed recently to stop this from working? the /etc/crontab line: Code: */1 * * * * jettjunker python /home/jettjunker/files/pictures/wallpapers/davyd.py
crontab doesn't have much of a path set when running entries. Your environment is going to be different from there than from your login shell. Thus its always a good idea to fully path out the command name in a crontab entry (ie /usr/bin/python and not just python). You could just as easily drop the "python" part entirely by making sure that you have a shebang statement like: #!/usr/bin/python at the top of the script and then make sure that the script is executable
After I went from 2.22 to 2.24 yesterday, Gnome decided it liked music on startup and now plays two startup sounds at once: The old one I used to have before, and the new one that I haven't heard before 2.24. In the audio settings, I can only see/select/deselect the new one. There's an entry in the session that plays the new sound: Code: /usr/bin/canberra-gtk-play --id="desktop-login" --description="GNOME Login" But there's nothing I can identify as being responsible for playing the old one. I tried revdep-rebuild, delete the .gnome2-folder, reboot,... nothing helps. Any ideas what could control the old startup sound and how to get rid of it?
The package name for the sounds changed, so the old one wasn't uninstalled. NEW = x11-themes/sound-themes-freedesktop OLD = gnome-extra/gnome-audio gnome-audio was left behind entact so you get two sounds. Just run `emerge -C gnome-audio` and restart x / xdm / gdm. That should do the trick.
Is is possible to use a different embeded terminal with dolphin other then Konsole?
Yes. System Settings -> Default Applications -> Terminal Emulator -> Use a different terminal program. Hope that helped.
How can I configure Firefox to run the Java-applets? I have: Firefox-3.0.6 ("java" use-flag is enabled) ,also sun-jre is enabled Code: $ eselect java-vm list Available Java Virtual Machines: [1] blackdown-jdk-1.4.2 [2] emul-linux-x86-java-1.6 [3] sun-jdk-1.5 [4] sun-jdk-1.6 [5] sun-jre-bin-1.6 system-vm user-vm However when I go to the page ( http://java.sun.com/applets/jdk/1.4/demo/applets/ArcTest/example1.html ) I see the message about missing plugins and it recommends to install JRE, which is already installed. Any ideas?
Click the Edit button on your original post. The form allows you to edit the subject line as well as the post content.
Every time I unplug my Logitech mouse, X restarts. Google searches reveal nothing and the problem bugs me greatly. I'm not sure what to do other than ask for advice.
If that mouse is the only mouse-type input device you have and (for whatever silly reason) you've set AllowEmptyInput to false, that's the reason of your trouble.
Does anyone know an alternative for the kgraphspace program? I want a program that will tell me what directories are using the most disk space. I want to use a simple gui program to do this, any suggestions?
Konqueror's "File Size View" may be close to what you're looking for. View > View Mode > File Size View I'm not in front of my Gentoo box right now so I really can't tell you if it's installed by default. On Ubuntu it is a separate package, but I suspect it may be part of the standard KDE 4.2.x packages because I can't find anything in Portage about it. Edit: It only does boxes... I've seen something before that would do rings and pie charts as well. I think the Gnome version is called Baobab.
I am trying to get keyboard switching working in Gnome. The keyboards are installed and setxkrb works just fine, but no matter what I try I can't seem to get any combination of hotkeys (alt+shift, for example) to swtich the layouts. Code: $ setxkbmap gb $ echo "£1000000" £1000000 $ setxkbmap il $ echo "םולש" םולש Has anyone gotten the hotkeys to switch their layouts? Posting conf.... /etc/hal/fdi/policy/10-x11-input.fdi Code: <?xml version="1.0" encoding="UTF-8"?> <deviceinfo version="0.2"> <device> <!-- Mouse configuration --> <match key="info.capabilities" contains="input.mouse"> <merge key="input.x11_driver" type="string">evdev</merge> </match> <!-- Keyboard configuration --> <match key="info.capabilities" contains="input.keymap"> <append key="info.callouts.add" type="strlist">hal-setup-keymap</append> </match> <match key="info.capabilities" contains="input.keys"> <merge key="input.xkb.model" type="string">evdev</merge> <merge key="input.x11_driver" type="string">evdev</merge> <merge key="input.xkb.layout" type="string">us,il,gb</merge> <merge key="input.xkb.variant" type="string"></merge> <append key="input.xkb.options" type="strlist">grp:ctrl_shift_toggle,grp_led:scroll,caps:internal_nocancel</append> </match> </device> </deviceinfo> Is there any other place I should be looking? Thanks!
For a start, read the sticky. Afterwards, change the options to the new style. Among other things, that means: change 'key="input.xkb.options" type="strlist"' to 'key="input.x11_options.XkbOptions" type="string"' - upstream decided string works better, as it's more simple.
I did an emerge update world today, and there was a new version of Gnome. I let it emerge Gnome 2.24.3 on my 64-bit system, and all went well. After I rebooted, I noticed my menus were kinda broken. Under Applications none of the folders have icons (Graphics, Office, Programming, System Tools do have icons), all the programs in the folders have icons though. Under System neither Preferences nor Administration have folder icons. Also, under Preferences, there is only one icon, Screensaver; shouldn't there be more? I tried to fix the icons using Alacarte, but I cannot. Clicking Revert All did nothing, and if I double click on the folder to try to edit it, I get this error (in terminal): Code: Traceback (most recent call last): File "//usr/lib64/python2.5/site-packages/Alacarte/MainWindow.py", line 465, in on_item_tree_row_activated self.on_edit_properties_activate(None) File "//usr/lib64/python2.5/site-packages/Alacarte/MainWindow.py", line 368, in on_edit_properties_activate parser.write(open(file_path)) IOError: [Errno 2] No such file or directory: 'alacarte-made-2.directory'
After new gnome-menus installation you need to run "dispatch-conf" (or etc-update)
i have kioslaves compiled as well as having samba in my make conf, but when ever i try to browse a few shares on windows i always get the error access denied, even if i use ip i get the same error, i can browse the linux box from windows and i have even turned off windows firewall and still i get the error, under kde3 i had no issues, i have mount-cifs in as well so i could mount them manually or through fstab.
tried that still didnt work, i will try the sharing thing you suggest although i have never had to use it before, normally a box just pops up, suppose thats a 1 in the cons column for dolphin file manager
After an "emerge -uDav world" today all I get a white screen after sign in (using compiz) and it goes white just when compiz starts. I think there was an ati-drivers update. I tried to go back to the previous ati-drivers but it has the same issues. Anyone else experience this?
here is glxinfo which seems fine to me: Code: Whiterabbit ~ # glxinfo name of display: :0.0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: SGI server glx version string: 1.2 server glx extensions: GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer client glx vendor string: SGI client glx version string: 1.4 client glx extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap GLX version: 1.2 GLX extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig OpenGL vendor string: Mesa Project OpenGL renderer string: Software Rasterizer OpenGL version string: 2.1 Mesa 7.3 OpenGL shading language version string: 1.10 OpenGL extensions: GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, GL_ARB_half_float_pixel, GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shader_objects, GL_ARB_shading_language_100, GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint, GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture, GL_EXT_depth_bounds_test, GL_EXT_draw_range_elements, GL_EXT_framebuffer_object, GL_EXT_framebuffer_blit, GL_EXT_fog_coord, GL_EXT_gpu_program_parameters, GL_EXT_histogram, GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels, GL_EXT_paletted_texture, GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_shared_texture_palette, GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_vertex_array, GL_3DFX_texture_compression_FXT1, GL_APPLE_packed_pixels, GL_APPLE_vertex_array_object, GL_ATI_blend_equation_separate, GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once, GL_ATI_fragment_shader, GL_ATI_separate_stencil, GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_program_debug, GL_MESA_resize_buffers, GL_MESA_texture_array, GL_MESA_ycbcr_texture, GL_MESA_window_pos, GL_NV_blend_square, GL_NV_fragment_program, GL_NV_light_max_exponent, GL_NV_point_sprite, GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_OES_read_format, GL_SGI_color_matrix, GL_SGI_color_table, GL_SGI_texture_color_table, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow, GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays 3 GLX Visuals visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- 0x21 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x22 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x39 32 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 32 GLXFBConfigs: visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- 0x3a 0 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x3b 0 tc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x3c 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x3d 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x3e 0 tc 0 32 0 r . . 8 8 8 8 0 0 8 0 0 0 0 0 0 None 0x3f 0 tc 0 32 0 r . . 8 8 8 8 0 0 8 16 16 16 16 0 0 Slow 0x40 0 tc 0 32 0 r y . 8 8 8 8 0 0 8 0 0 0 0 0 0 None 0x41 0 tc 0 32 0 r y . 8 8 8 8 0 0 8 16 16 16 16 0 0 Slow 0x42 0 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x43 0 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x44 0 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x45 0 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x46 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x47 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x48 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x49 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x4a 0 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x4b 0 dc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x4c 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x4d 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x4e 0 dc 0 32 0 r . . 8 8 8 8 0 0 8 0 0 0 0 0 0 None 0x4f 0 dc 0 32 0 r . . 8 8 8 8 0 0 8 16 16 16 16 0 0 Slow 0x50 0 dc 0 32 0 r y . 8 8 8 8 0 0 8 0 0 0 0 0 0 None 0x51 0 dc 0 32 0 r y . 8 8 8 8 0 0 8 16 16 16 16 0 0 Slow 0x52 0 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x53 0 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x54 0 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x55 0 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x56 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x57 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x58 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x59 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow And this can't be normal either. Maybe the problem? Code: Whiterabbit ~ # grep EE /var/log/Xorg.0.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (II) Loading extension MIT-SCREEN-SAVER (EE) Failed to load module "type1" (module does not exist, 0) (II) Loading extension MIT-SCREEN-SAVER (EE) AIGLX error: fglrx exports no extensions (/usr/lib64/dri/fglrx_dri.so: undefined symbol: __driDriverExtensions) (EE) AIGLX: reverting to software rendering Should I try downgrading mesa? I have already tried downgrading xorg-server and ati-drivers with no change.
I have been running KDE4 for a while now and at some point gtk applications stopped working from the application launcher. The only way I have found to get these to work is to modify the settings in the launcher so that these gtk apps are being run from a terminal. One example of an app that will not launch is firefox but for some reason I can start it from kmail by clicking on a link and once an instance is running I can launch another copy using the application launcher (not using a terminal). This is affecting all of the gtk based apps on my machine. Anyone have any ideas about what might be causing this?
OK I found it. Your answer got me looking at my environment settings and I found: GTK2_RC_FILES=/home/<my home>/.gtkrc-2.0-kde4 I decided to see what would happen if I removed this file (I temporarily renamed it for testing before I removed it) and the app launcher now launches gtk apps.
the automatic xorg ATI driver is 8.47, but i had an error when trying to emerge xorg with 8.47, see this thread: https://forums.gentoo.org/viewtopic-p-5561804.html#5561804 . i am reinstalling gentoo with commands and i want to know what ATI driver to install before i do the xorg installation someone had suggested a masked ati driver, 8.54, but i dont understand why a released kernel (2.6.27 was the automatic kernel coming when i emerged gentoo-sources) would depend on a unreleased ati driver. pls help and remember im a noob, dumb down your help and responses so i can use them.
ok i emerged an echoed version of the 8.542 ati driver and i got this error: Determining the location of the kernel source code Found kernel directory: /usr/src/linux Found kernel objeect directory: /lib/modules/2.6.27-gentoo-r8/build Found sources for kernel version: /2.6.27-gentoo-r8 You have to Enable unused/obsolete exported symbols in kernel hacking section of kernel config for fglrx to load ati-drivers-8.542 requires support for pci_find_slot. ERROR: s11-drivers/ati-drivers-8.542 failed. Call stack: ebuild.sh, line 49: Called pkg_setup ati-drivers-8.542.ebuild, line 87: Called die The specific snippet of code: die "${P} requires support for pci_find_slot." The die message: ati-drivers-8.542 requires support for pci_find_slot. please help me with noobish answers as i am a noob. also, do i need to uninstall what i just installed when i apply the changes i hope i will be advised to implement here or i just emerge ati-drivers again? thx
Somehow, my panels are gone in xfce4, they were there but now they are no longer there. It happened after I did some changes to my kernel but I doubt that did it though. Its really odd. Everything works regardless, exect the panels are not there and When I click on Applications > Settings >Panel, nothing happens. My guess is it got uninstalled but I know thats not right because I never uninstalled anything, and it works in root (and I know you are not supposed to run in root, really)
Currently I have to start up my xserver by typing in 'startx' because I'm having some problem adding xdm to the run level. I need to create a new thread for that, as I have not been able to fix it yet. Its version 4.6.0....
Hello, I was suffering from slow kde4 after installing it on my p4 3.2 with GF 8800 GTX. After reading through Nvidia README and editing my xorg.conf it got better and works perfectly. So I decided to share my knowlegde. I use tuxonice sources 2.6.28-r5 and xorg 1.5.3-r5 nvidia-drivers 180.37 Kernel: Code: Bus Options (PCI etc.) --> [*] PCI Express support [*] PCI Express ASPM support(Experimental) # not necessery i think Device Drivers --> Graphics support --> < > /dev/agpgart --> #Disabled to let nvidia controll AGP <*> Support for framebuffer devices --> < > nVidia Framebuffer Support < > nVidia Riva support xorg.conf in Section "Device" appropriate for your Device Code: Option "NvAGP" "1" # to let Nvidia controll AGP (that is why not compiled into the kernel agpgart Option "RenderAccel" "true" Option "DamageEvents" "true" Option "AddARGBGLXVisuals" "true" in section "Modules" Code: #Load "dri" Load "glx" make sure to re emerge nvidia-drivers after recompiling your kernel. After merging kde 4.2.1 on fresh gentoo base system i was VERY disapponted by its speed. I spent some time on reserch but found no results. So I have decided to try something myself. Please tell me if this was helpful.
Hi, Thanks for this mini-howto, but could tell us what problem did it solve ? (besides slowness) I just wanted to know what caused your issue, and what line fixed it. Regards, Maxime
I have the qca-whatever package properly installed, this has worked on previous attempts to switch me to kde4 (I think I may do it for 4.2), and the internet is no help so far. I have 4/5 of my IM accounts set up perfectly in kopete - AIM, ICQ, MSN and Yahoo. The google talk account, however, is not working. I've made sure my password was correct, I've played around in server settings quite a bit (may have missed the magic combination, tho), and no matter what I do, trying to go online immediately reveals a pop-up saying: Code: There was an error authenticating with the server: Login failed with unknown reason. This is confusing and pretty bad... how do I get my gtalk to work (like it has before in kde4.1)?
Flarkis wrote: Weird...first can you try loging in to your gmail chat account with another app. The fact that it pops up instantly is puzzling, it means you are probably getting an immediate deauthentication from the server. I will say i have gmail chat working here I had kopete from 3.5.10 working perfectly *yesterday*... I'm filing an upstream bug report now.
I updated evolution from 2.22.3-r1 to 2.24.5, and now it segfaults. After the first restart of evoltuion, my folders where converted to sqlite, which completed. I was able to restart evolution after that several times. Once I rebooted however, evolution segfault. I have run revdep-rebuild and python-updater with no improvement. Below you will find my 'strace evolution' output, 'eix -I evolution', and 'emerge --info'. I had to trim out a bunch of this due to forum limitations strace -o /tmp/evolution_segfault.txt evolution Code: execve("/usr/bin/evolution", ["evolution"], [/* 82 vars */]) = 0 brk(0) = 0x8067000 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fb6000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/usr/lib/evolution/2.24/tls/i686/sse2/libeshell.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/evolution/2.24/tls/i686/sse2", 0xbffd3298) = -1 ENOENT (No such file or directory) open("/usr/lib/evolution/2.24/tls/i686/libeshell.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/evolution/2.24/tls/i686", 0xbffd3298) = -1 ENOENT (No such file or directory) open("/usr/lib/evolution/2.24/tls/sse2/libeshell.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/evolution/2.24/tls/sse2", 0xbffd3298) = -1 ENOENT (No such file or directory) open("/usr/lib/evolution/2.24/tls/libeshell.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/evolution/2.24/tls", 0xbffd3298) = -1 ENOENT (No such file or directory) open("/usr/lib/evolution/2.24/i686/sse2/libeshell.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/evolution/2.24/i686/sse2", 0xbffd3298) = -1 ENOENT (No such file or directory) open("/usr/lib/evolution/2.24/i686/libeshell.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/evolution/2.24/i686", 0xbffd3298) = -1 ENOENT (No such file or directory) open("/usr/lib/evolution/2.24/sse2/libeshell.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/evolution/2.24/sse2", 0xbffd3298) = -1 ENOENT (No such file or directory) open("/usr/lib/evolution/2.24/libeshell.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300Y\0\0004\0\0\0`"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=57416, ...}) = 0 mmap2(NULL, 60400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7fa7000 mmap2(0xb7fb4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc) = 0xb7fb4000 close(3) = 0 open("/usr/lib/evolution/2.24/libetimezonedialog.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200#\0\0004\0\0\0\34"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=21980, ...}) = 0 mmap2(NULL, 20860, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7fa1000 mmap2(0xb7fa5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4) = 0xb7fa5000 close(3) = 0 open("/usr/lib/evolution/2.24/libemiscwidgets.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\240\1\0004\0\0\0x"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=392072, ...}) = 0 mmap2(NULL, 391340, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f41000 mmap2(0xb7f9c000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5b) = 0xb7f9c000 close(3) = 0 open("/usr/lib/evolution/2.24/libeutil.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20 \1\0004\0\0\0\330"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=218048, ...}) = 0 mmap2(NULL, 217448, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f0b000 mmap2(0xb7f3e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x33) = 0xb7f3e000 mmap2(0xb7f40000, 360, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f40000 close(3) = 0 open("/usr/lib/evolution/2.24/libecal-1.2.so.7", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=189640, ...}) = 0 mmap2(NULL, 189640, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7edc000 close(3) = 0 open("/usr/lib/libecal-1.2.so.7", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 Z\2\0004\0\0\0\200"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=631144, ...}) = 0 mmap2(NULL, 647864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e3d000 mmap2(0xb7eca000, 57344, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8c) = 0xb7eca000 mmap2(0xb7ed8000, 12984, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7ed8000 close(3) = 0 open("/usr/lib/evolution/2.24/libedataserver-1.2.so.11", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libedataserver-1.2.so.11", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\250\0\0004\0\0\0`"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=146760, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e3c000 mmap2(NULL, 146012, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e18000 mmap2(0xb7e3a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22) = 0xb7e3a000 close(3) = 0 open("/usr/lib/evolution/2.24/libsoup-2.4.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libsoup-2.4.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\344\0\0004\0\0\0\24"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=232956, ...}) = 0 mmap2(NULL, 232288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7ddf000 mmap2(0xb7e16000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x37) = 0xb7e16000 close(3) = 0 open("/usr/lib/evolution/2.24/libgio-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libgio-2.0.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\374\0\0004\0\0\0\274"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=383692, ...}) = 0 mmap2(NULL, 384288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7d81000 mmap2(0xb7ddd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5c) = 0xb7ddd000 close(3) = 0 open("/usr/lib/evolution/2.24/libgtkhtml-3.14.so.19", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libgtkhtml-3.14.so.19", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\24\2\0004\0\0\0\f"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=653340, ...}) = 0 mmap2(NULL, 664172, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7cde000 mmap2(0xb7d7a000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9b) = 0xb7d7a000 mmap2(0xb7d7f000, 4716, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7d7f000 close(3) = 0 open("/usr/lib/evolution/2.24/libgnomeui-2.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libgnomeui-2.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\270\1\0004\0\0\0\250"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=543120, ...}) = 0 mmap2(NULL, 546816, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7c58000 mmap2(0xb7cda000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x81) = 0xb7cda000 close(3) = 0 open("/usr/lib/evolution/2.24/libSM.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libSM.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\27\0\0004\0\0\0`"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=29984, ...}) = 0 mmap2(NULL, 32972, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7c4f000 mmap2(0xb7c56000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xb7c56000 close(3) = 0 open("/usr/lib/evolution/2.24/libICE.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libICE.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000;\0\0004\0\0\0 "..., 512) = 512 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7c4e000 fstat64(3, {st_mode=S_IFREG|0755, st_size=84232, ...}) = 0 mmap2(NULL, 94512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7c36000 mmap2(0xb7c4a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13) = 0xb7c4a000 mmap2(0xb7c4c000, 4400, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7c4c000 close(3) = 0 open("/usr/lib/evolution/2.24/libglade-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libglade-2.0.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0Pz\0\0004\0\0\0\\"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=97092, ...}) = 0 mmap2(NULL, 100076, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7c1d000 mmap2(0xb7c34000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16) = 0xb7c34000 close(3) = 0 open("/usr/lib/evolution/2.24/libenchant.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libenchant.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260'\0\0004\0\0\0$"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=34276, ...}) = 0 mmap2(NULL, 37256, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7c13000 mmap2(0xb7c1b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0xb7c1b000 close(3) = 0 open("/usr/lib/evolution/2.24/libbonoboui-2.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libbonoboui-2.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20~\1\0004\0\0\0 "..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=368648, ...}) = 0 mmap2(NULL, 368400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7bb9000 mmap2(0xb7c10000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x57) = 0xb7c10000 close(3) = 0 open("/usr/lib/evolution/2.24/libgnomevfs-2.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libgnomevfs-2.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260+\1\0004\0\0\0$"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=353292, ...}) = 0 mmap2(NULL, 357368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7b61000 mmap2(0xb7bb5000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x53) = 0xb7bb5000 mmap2(0xb7bb8000, 1016, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7bb8000 close(3) = 0 open("/usr/lib/evolution/2.24/libgnomecanvas-2.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libgnomecanvas-2.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\235\0\0004\0\0\0`"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=187464, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7b60000 mmap2(NULL, 186504, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7b32000 mmap2(0xb7b5e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2c) = 0xb7b5e000 close(3) = 0 open("/usr/lib/evolution/2.24/libgnome-2.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libgnome-2.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300f\0\0004\0\0\0l"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=84564, ...}) = 0 mmap2(NULL, 87772, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7b1c000 mmap2(0xb7b30000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13) = 0xb7b30000 close(3) = 0 open("/usr/lib/evolution/2.24/libpopt.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libpopt.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \22\0\0004\0\0\0\20"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=26872, ...}) = 0 mmap2(NULL, 25388, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7b15000 mmap2(0xb7b1b000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xb7b1b000 close(3) = 0 open("/usr/lib/evolution/2.24/libbonobo-2.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libbonobo-2.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\267\1\0004\0\0\0\320"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=363192, ...}) = 0 mmap2(NULL, 362480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7abc000 mmap2(0xb7b0b000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4f) = 0xb7b0b000 close(3) = 0 open("/usr/lib/evolution/2.24/libbonobo-activation.so.4", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libbonobo-activation.so.4", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\204\0\0004\0\0\0\310"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=87472, ...}) = 0 mmap2(NULL, 86508, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7aa6000 mmap2(0xb7ab9000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13) = 0xb7ab9000 close(3) = 0 open("/usr/lib/evolution/2.24/libORBit-2.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libORBit-2.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\247\1\0004\0\0\0t"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=330844, ...}) = 0 mmap2(NULL, 331284, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7a55000 mmap2(0xb7a9c000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x47) = 0xb7a9c000 close(3) = 0 open("/usr/lib/evolution/2.24/libart_lgpl_2.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libart_lgpl_2.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P'\0\0004\0\0\0\350"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=87504, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7a54000 mmap2(NULL, 90420, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7a3d000 mmap2(0xb7a52000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0xb7a52000 close(3) = 0 open("/usr/lib/evolution/2.24/libgconf-2.so.4", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libgconf-2.so.4", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\324\0\0004\0\0\0\260"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=166808, ...}) = 0 mmap2(NULL, 165868, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7a14000 mmap2(0xb7a3a000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26) = 0xb7a3a000 close(3) = 0 open("/usr/lib/evolution/2.24/libgthread-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libgthread-2.0.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\21\0\0004\0\0\0\340"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=17824, ...}) = 0 mmap2(NULL, 16736, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7a0f000 mmap2(0xb7a12000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb7a12000 close(3) = 0 open("/usr/lib/evolution/2.24/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/librt.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\31\0\0004\0\0\0\200"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=30552, ...}) = 0 mmap2(NULL, 33388, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7a06000 mmap2(0xb7a0d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xb7a0d000 close(3) = 0 open("/usr/lib/evolution/2.24/libgtk-x11-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libgtk-x11-2.0.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\32\5\0004\0\0\0\f"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=3518708, ...}) = 0 mmap2(NULL, 3522880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb76a9000 mmap2(0xb79fe000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x355) = 0xb79fe000 mmap2(0xb7a04000, 4416, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7a04000 close(3) = 0 open("/usr/lib/evolution/2.24/libxml2.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libxml2.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\334\1\0004\0\0\0004"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=1131036, ...}) = 0 mmap2(NULL, 1137812, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7593000 mmap2(0xb76a3000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10f) = 0xb76a3000 mmap2(0xb76a8000, 3220, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb76a8000 close(3) = 0 open("/usr/lib/evolution/2.24/libgdk-x11-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libgdk-x11-2.0.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20W\1\0004\0\0\0\254"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=540308, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7592000 mmap2(NULL, 539748, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb750e000 mmap2(0xb758f000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x81) = 0xb758f000 close(3) = 0 open("/usr/lib/evolution/2.24/libatk-1.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libatk-1.0.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260y\0\0004\0\0\0\204"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=104300, ...}) = 0 mmap2(NULL, 107860, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb74f3000 mmap2(0xb750b000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17) = 0xb750b000 close(3) = 0 open("/usr/lib/evolution/2.24/libgdk_pixbuf-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libgdk_pixbuf-2.0.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200>\0\0004\0\0\0\324"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=91876, ...}) = 0 mmap2(NULL, 94840, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb74db000 mmap2(0xb74f1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15) = 0xb74f1000 close(3) = 0 open("/usr/lib/evolution/2.24/libpangocairo-1.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libpangocairo-1.0.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\2609\0\0004\0\0\0,"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=38636, ...}) = 0 mmap2(NULL, 41680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb74d0000 mmap2(0xb74d9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8) = 0xb74d9000 close(3) = 0 open("/usr/lib/evolution/2.24/libpango-1.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libpango-1.0.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\277\0\0004\0\0\0\10"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=256792, ...}) = 0 mmap2(NULL, 255888, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7491000 mmap2(0xb74ce000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3d) = 0xb74ce000 close(3) = 0 open("/usr/lib/evolution/2.24/libcairo.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libcairo.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\214\0\0004\0\0\0\360"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=432128, ...}) = 0 mmap2(NULL, 436204, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7426000 mmap2(0xb748e000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x67) = 0xb748e000 close(3) = 0 open("/usr/lib/evolution/2.24/libgmodule-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libgmodule-2.0.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\16\0\0004\0\0\0T"..., 512) = 512 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7425000 fstat64(3, {st_mode=S_IFREG|0755, st_size=13628, ...}) = 0 mmap2(NULL, 16664, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7420000 mmap2(0xb7423000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0xb7423000 close(3) = 0 open("/usr/lib/evolution/2.24/libdbus-glib-1.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libdbus-glib-1.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@v\0\0004\0\0\0\340"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=113096, ...}) = 0 mmap2(NULL, 112096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7404000 mmap2(0xb741e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a) = 0xb741e000 close(3) = 0 open("/usr/lib/evolution/2.24/libdbus-1.so.3", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libdbus-1.so.3", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@_\0\0004\0\0\0\250"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=214928, ...}) = 0 mmap2(NULL, 218268, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb73ce000 mmap2(0xb7402000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x33) = 0xb7402000 close(3) = 0 open("/usr/lib/evolution/2.24/libgobject-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libgobject-2.0.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200|\0\0004\0\0\0T"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=235324, ...}) = 0 mmap2(NULL, 239724, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7393000 mmap2(0xb73cc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x38) = 0xb73cc000 close(3) = 0 open("/usr/lib/evolution/2.24/libnm_glib.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libnm_glib.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\36\0\0004\0\0\0\344"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=17868, ...}) = 0 mmap2(NULL, 20816, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb738d000 mmap2(0xb7391000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb7391000 close(3) = 0 open("/usr/lib/evolution/2.24/libglib-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libglib-2.0.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\25\1\0004\0\0\0("..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=833848, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb738c000 mmap2(NULL, 837800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb72bf000 mmap2(0xb738a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xca) = 0xb738a000 close(3) = 0 open("/usr/lib/evolution/2.24/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libpthread.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000H\0\0004\0\0\0\230"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=118196, ...}) = 0 mmap2(NULL, 94688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb72a7000 mmap2(0xb72bb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13) = 0xb72bb000 mmap2(0xb72bd000, 4576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb72bd000 close(3) = 0 open("/usr/lib/evolution/2.24/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pg\1\0004\0\0\0\244"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=1274140, ...}) = 0 mmap2(NULL, 1283664, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb716d000 mmap2(0xb72a1000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x133) = 0xb72a1000 mmap2(0xb72a4000, 9808, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb72a4000 close(3) = 0 open("/usr/lib/evolution/2.24/libedataserverui-1.2.so.8", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libedataserverui-1.2.so.8", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\277\0\0004\0\0\0\220"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=175480, ...}) = 0 mmap2(NULL, 178632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7141000 mmap2(0xb716b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x29) = 0xb716b000 close(3) = 0 open("/usr/lib/evolution/2.24/libebook-1.2.so.9", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libebook-1.2.so.9", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\314\0\0004\0\0\0\300"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=203688, ...}) = 0 mmap2(NULL, 202764, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb710f000 mmap2(0xb713d000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2e) = 0xb713d000 close(3) = 0 open("/usr/lib/evolution/2.24/libebackend-1.2.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libebackend-1.2.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\35\0\0004\0\0\0\330"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=17816, ...}) = 0 mmap2(NULL, 20808, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7109000 mmap2(0xb710d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb710d000 close(3) = 0 open("/usr/lib/evolution/2.24/libhal.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libhal.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340.\0\0004\0\0\0\260"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=62832, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7108000 mmap2(NULL, 65800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb70f7000 mmap2(0xb7106000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe) = 0xb7106000 close(3) = 0 open("/usr/lib/evolution/2.24/libnotify.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libnotify.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200&\0\0004\0\0\0\244"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=25484, ...}) = 0 mmap2(NULL, 28164, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb70f0000 mmap2(0xb70f6000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5) = 0xb70f6000 close(3) = 0 open("/usr/lib/evolution/2.24/libgtkhtml-editor.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libgtkhtml-editor.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\353\0\0004\0\0\0L"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=174644, ...}) = 0 mmap2(NULL, 177744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb70c4000 mmap2(0xb70ed000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28) = 0xb70ed000 close(3) = 0 open("/usr/lib/evolution/2.24/libgdata-1.2.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libgdata-1.2.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@&\0\0004\0\0\0\254"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=38292, ...}) = 0 mmap2(NULL, 41220, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb70b9000 mmap2(0xb70c2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8) = 0xb70c2000 close(3) = 0 open("/usr/lib/evolution/2.24/libgdata-google-1.2.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libgdata-google-1.2.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\26\0\0004\0\0\0\250"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=17808, ...}) = 0 mmap2(NULL, 16632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb70b4000 mmap2(0xb70b7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb70b7000 close(3) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb70b3000 open("/usr/lib/evolution/2.24/libetable.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pX\1\0004\0\0\0\310"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=448688, ...}) = 0 mmap2(NULL, 452592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7044000 mmap2(0xb70b0000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6b) = 0xb70b0000 close(3) = 0 open("/usr/lib/evolution/2.24/libetext.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360V\0\0004\0\0\0\274"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=67748, ...}) = 0 mmap2(NULL, 70720, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7032000 mmap2(0xb7042000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf) = 0xb7042000 close(3) = 0 open("/usr/lib/evolution/2.24/libevolution-widgets-a11y.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`(\0\0004\0\0\0@"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=34600, ...}) = 0 mmap2(NULL, 33476, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7029000 mmap2(0xb7030000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0xb7030000 close(3) = 0 open("/usr/lib/evolution/2.24/libevolution-a11y.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200K\0\0004\0\0\0\360"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=75736, ...}) = 0 mmap2(NULL, 78860, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7015000 mmap2(0xb7027000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11) = 0xb7027000 close(3) = 0 open("/usr/lib/evolution/2.24/libcamel-provider-1.2.so.14", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/nss/tls/i686/sse2/libcamel-provider-1.2.so.14", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/nss/tls/i686/sse2", 0xbffd2918) = -1 ENOENT (No such file or directory) open("/usr/lib/nss/tls/i686/libcamel-provider-1.2.so.14", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/nss/tls/i686", 0xbffd2918) = -1 ENOENT (No such file or directory) open("/usr/lib/nss/tls/sse2/libcamel-provider-1.2.so.14", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/nss/tls/sse2", 0xbffd2918) = -1 ENOENT (No such file or directory) open("/usr/lib/nss/tls/libcamel-provider-1.2.so.14", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/nss/tls", 0xbffd2918) = -1 ENOENT (No such file or directory) open("/usr/lib/nss/i686/sse2/libcamel-provider-1.2.so.14", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/nss/i686/sse2", 0xbffd2918) = -1 ENOENT (No such file or directory) open("/usr/lib/nss/i686/libcamel-provider-1.2.so.14", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/nss/i686", 0xbffd2918) = -1 ENOENT (No such file or directory) open("/usr/lib/nss/sse2/libcamel-provider-1.2.so.14", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/nss/sse2", 0xbffd2918) = -1 ENOENT (No such file or directory) open("/usr/lib/nss/libcamel-provider-1.2.so.14", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/nss", {st_mode=S_IFDIR|0755, st_size=1632, ...}) = 0 open("/usr/lib/nspr/tls/i686/sse2/libcamel-provider-1.2.so.14", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/nspr/tls/i686/sse2", 0xbffd2918) = -1 ENOENT (No such file or directory) open("/usr/lib/nspr/tls/i686/libcamel-provider-1.2.so.14", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/nspr/tls/i686", 0xbffd2918) = -1 ENOENT (No such file or directory) open("/usr/lib/nspr/tls/sse2/libcamel-provider-1.2.so.14", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/nspr/tls/sse2", 0xbffd2918) = -1 ENOENT (No such file or directory) open("/usr/lib/nspr/tls/libcamel-provider-1.2.so.14", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/nspr/tls", 0xbffd2918) = -1 ENOENT (No such file or directory) open("/usr/lib/nspr/i686/sse2/libcamel-provider-1.2.so.14", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/nspr/i686/sse2", 0xbffd2918) = -1 ENOENT (No such file or directory) open("/usr/lib/nspr/i686/libcamel-provider-1.2.so.14", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/nspr/i686", 0xbffd2918) = -1 ENOENT (No such file or directory) open("/usr/lib/nspr/sse2/libcamel-provider-1.2.so.14", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/nspr/sse2", 0xbffd2918) = -1 ENOENT (No such file or directory) open("/usr/lib/nspr/libcamel-provider-1.2.so.14", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/nspr", {st_mode=S_IFDIR|0755, st_size=432, ...}) = 0 open("/usr/lib/libcamel-provider-1.2.so.14", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200>\1\0004\0\0\0\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=361704, ...}) = 0 mmap2(NULL, 365068, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6fbb000 mmap2(0xb7012000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x56) = 0xb7012000 <trim> close(8) = 0 munmap(0xb7f0a000, 4096) = 0 access("/usr/share/config/kdeglobals", F_OK) = -1 ENOENT (No such file or directory) access("/usr/local/share/config/kdeglobals", F_OK) = -1 ENOENT (No such file or directory) access("/usr/kde/3.5/share/config/kdeglobals", F_OK) = -1 ENOENT (No such file or directory) access("/usr/kde/3.5/share/config/kdeglobals", F_OK) = -1 ENOENT (No such file or directory) access("/usr/kde/3.5/share/config/kdeglobals", F_OK) = -1 ENOENT (No such file or directory) access("/home/jstile/.kde//share/config/kdeglobals", F_OK) = 0 open("/home/jstile/.kde//share/config/kdeglobals", O_RDONLY|O_LARGEFILE) = 8 fstat64(8, {st_mode=S_IFREG|0600, st_size=6025, ...}) = 0 fstat64(8, {st_mode=S_IFREG|0600, st_size=6025, ...}) = 0 fstat64(8, {st_mode=S_IFREG|0600, st_size=6025, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f0a000 read(8, "[$Version] update_info=mouse_curs"..., 4096) = 4096 fstat64(8, {st_mode=S_IFREG|0600, st_size=6025, ...}) = 0 <many repeats> fstat64(8, {st_mode=S_IFREG|0600, st_size=6025, ...}) = 0 <many repeats> fstat64(8, {st_mode=S_IFREG|0600, st_size=6025, ...}) = 0 read(8, "=none Window to Desktop 2=none Wi"..., 4096) = 1929 fstat64(8, {st_mode=S_IFREG|0600, st_size=6025, ...}) = 0 <many repeats> fstat64(8, {st_mode=S_IFREG|0600, st_size=6025, ...}) = 0 <many repeats> fstat64(8, {st_mode=S_IFREG|0600, st_size=6025, ...}) = 0 close(8) = 0 munmap(0xb7f0a000, 4096) = 0 access("/home/jstile/.kde//share/config/kdeglobals", F_OK) = 0 open("/home/jstile/.kde//share/config/kdeglobals", O_RDONLY|O_LARGEFILE) = 8 fstat64(8, {st_mode=S_IFREG|0600, st_size=6025, ...}) = 0 fstat64(8, {st_mode=S_IFREG|0600, st_size=6025, ...}) = 0 fstat64(8, {st_mode=S_IFREG|0600, st_size=6025, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f0a000 read(8, "[$Version] update_info=mouse_curs"..., 4096) = 4096 fstat64(8, {st_mode=S_IFREG|0600, st_size=6025, ...}) = 0 fstat64(8, {st_mode=S_IFREG|0600, st_size=6025, ...}) = 0 <many repeats> fstat64(8, {st_mode=S_IFREG|0600, st_size=6025, ...}) = 0 read(8, "=none Window to Desktop 2=none Wi"..., 4096) = 1929 fstat64(8, {st_mode=S_IFREG|0600, st_size=6025, ...}) = 0 <many repeats> fstat64(8, {st_mode=S_IFREG|0600, st_size=6025, ...}) = 0 close(8) = 0 munmap(0xb7f0a000, 4096) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ eix -I evolution Code: [I] dev-python/evolution-python Available versions: 2.22.0!t ~2.24.0!t 2.24.1!t {debug} Installed versions: 2.24.1!t(01:00:41 AM 03/16/2009)(-debug) Homepage: http://pygtk.org/ Description: Python bindings for Evolution and Evolution Data Server [I] gnome-extra/evolution-data-server Available versions: 1.12.3 2.22.3 2.22.3-r1 2.22.3-r2 ~2.24.2 ~2.24.3 ~2.24.4 ~2.24.5 ~2.24.5-r1 2.24.5-r2 {debug doc gnome-keyring ipv6 kerberos krb4 ldap ssl} Installed versions: 2.24.5-r2(12:59:34 AM 03/16/2009)(ipv6 kerberos ldap ssl -debug -doc -gnome-keyring -krb4) Homepage: http://www.gnome.org/projects/evolution/ Description: Evolution groupware backend [I] gnome-extra/evolution-webcal Available versions: 2.12.0 2.21.92 2.24.0 {debug} Installed versions: 2.24.0(01:52:33 AM 03/16/2009)(-debug) Homepage: http://www.gnome.org/ Description: A GNOME URL handler for web-published ical calendar files [I] mail-client/evolution Available versions: (2.0) 2.12.3-r2 ~2.22.2-r1 2.22.2-r2 2.22.3.1 ~2.24.2 ~2.24.2-r1 ~2.24.2-r2 ~2.24.4 2.24.5 {crypt dbus debug doc hal ipv6 kerberos krb4 ldap mono networkmanager nntp pda profile spell ssl} Installed versions: 2.24.5(2.0)(02:40:32 AM 03/16/2009)(crypt dbus hal kerberos ldap pda ssl -debug -krb4 -mono -networkmanager -nntp -profile) Homepage: http://www.gnome.org/projects/evolution/ Description: Integrated mail, addressbook and calendaring functionality emerge --info Code: Portage 2.1.6.7 (default/linux/x86/2008.0/desktop, gcc-4.1.2, glibc-2.8_p20080602-r1, 2.6.27-gentoo-r2 i686) ================================================================= System uname: Linux-2.6.27-gentoo-r2-i686-Intel-R-_Core-TM-2_Duo_CPU_T7500_@_2.20GHz-with-glibc2.0 Timestamp of tree: Mon, 16 Mar 2009 17:45:01 +0000 distcc 3.0 i686-pc-linux-gnu [disabled] ccache version 2.4 [disabled] app-shells/bash: 3.2_p39 dev-java/java-config: 1.3.7-r1, 2.1.7 dev-lang/python: 2.4.4-r14, 2.5.2-r7 dev-python/pycrypto: 2.0.1-r8 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.4.8 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.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.27-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config /var/qmail/alias /var/qmail/control" 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/splash /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LANG="en_US.UTF-8" LC_ALL="en_US.UTF-8" LDFLAGS="-Wl,-O1" LINGUAS="en" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" USE="X a52 aac aalib accessibility acl acpi addc alsa apache2 apm arts avahi avi bash-completion berkdb bitmap-fonts bluetooth bookmarks branding bzip2 cairo cdr cjkcodecs cli commons-codec cracklib crypt cups dbus divx4linux dri dsk dts dv dvd dvdnav dvdr dvdread eds emboss encode esd evo evolution exif exscalibar faacc faad fam ffmpeg fftw firefox flac fontconfig foomaticdb fortran frame fuse gd gdbm gif gimpprint gnome gpm gs gstreamer gtk gtk2 hal iconv iconvcodec ipv6 isdnlog jasper java jpeg kde kde-meta kdexdeltas kerberos krb5 ldap libdv libnotify libtheora mad madwifi midi mikmod mmx mng mp3 mpeg mppe-mppc mudflap mysql ncurses nls nptl nptlonly ogg opengl openmp oss pam pcre pda pdf perl png ppds pppd python qt qt3 qt3support qt4 quicktime rar readline reflection samba sdl session spell spl sse ssl startup-notification subtitles svg svga sysfs tcpd tga theora tiff truetype truetypelive unicode usb v4l v4l2 vorbis win32codecs x86 xcomposite xext ximian-connector xml xml2 xorg xulrunner xv xvid zlib zvbi" 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 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 perl" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="nvidia vesa" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
I have found other gnome apps that just segfault: gnome-about gnome-control-center gnome-panel Packages installed during the upgrade: Code: gnome-base/gnome-common-2.24.0 media-fonts/dejavu-2.28-r1 media-libs/audiofile-0.2.6-r4 dev-util/intltool-0.40.5 x11-libs/pixman-0.12.0 x11-themes/sound-theme-freedesktop-0.2 dev-libs/libxml2-2.7.3 x11-libs/cairo-1.8.6-r1 sys-libs/db-4.5.20_p2-r1 app-text/gnome-doc-utils-0.14.2 app-text/iso-codes-3.6 sys-apps/iproute2-2.6.26-r2 dev-libs/libgamin-0.1.10-r2 x11-misc/icon-naming-utils-0.8.7 x11-themes/gnome-icon-theme-2.24.0 dev-java/gjdoc-0.7.9-r1 dev-java/commons-pool-1.4 sys-libs/db-4.3.29_p1-r1 dev-libs/glib-2.18.4-r1 x11-libs/pango-1.22.4 net-libs/libsoup-2.24.3 dev-libs/atk-1.24.0 gnome-base/libgtop-2.24.4 x11-libs/libxklavier-3.8 dev-python/pyorbit-2.24.0 app-text/enchant-1.4.2 dev-libs/libcroco-0.6.2 media-plugins/gst-plugins-gio-0.10.20 app-accessibility/gnome-speech-0.4.22 gnome-base/libgnomeprint-2.18.5 sci-visualization/gnuplot-4.2.4-r1 app-emulation/wine-1.1.17 media-video/transcode-1.0.7 app-cdr/k3b-1.0.5-r3 gnome-base/gconf-2.24.0 gnome-base/gnome-vfs-2.24.0 gnome-base/libgnome-2.24.1 gnome-base/gvfs-1.0.3-r1 dev-python/gnome-python-desktop-base-2.24.1 dev-python/libgtop-python-2.24.1 gnome-base/libbonoboui-2.24.0 gnome-extra/evolution-data-server-2.24.5-r2 dev-python/evolution-python-2.24.1 gnome-base/librsvg-2.22.3 dev-python/librsvg-python-2.24.1 gnome-base/gnome-desktop-2.24.3 dev-python/gnome-desktop-python-2.24.1 gnome-base/gnome-keyring-2.22.3-r1 dev-python/gnome-keyring-python-2.24.1 x11-libs/libwnck-2.24.2 dev-python/libwnck-python-2.24.1 gnome-base/gnome-menus-2.24.2 gnome-base/gnome-settings-daemon-2.24.1-r1 dev-python/libgnomeprint-python-2.24.1 dev-python/gtksourceview-python-2.24.1 x11-wm/metacity-2.24.0-r2 dev-python/metacity-python-2.24.1 x11-themes/gtk-engines-2.16.1 dev-libs/libgweather-2.24.3 gnome-extra/gtkhtml-3.24.5 gnome-extra/at-spi-1.24.1 dev-python/nautilus-cd-burner-python-2.24.1 dev-python/gnome-media-python-2.24.1 dev-python/totem-python-2.24.1 dev-python/bug-buddy-python-2.24.1 dev-python/gnome-applets-python-2.24.1 dev-python/gnome-python-desktop-2.24.1 dev-libs/totem-pl-parser-2.24.4 x11-libs/vte-0.17.4-r3 media-video/nvidia-settings-180.37 gnome-base/libgnomeprintui-2.18.3 gnome-extra/libgsf-1.14.11 gnome-extra/gnome-media-2.24.0.1-r1 gnome-extra/nautilus-cd-burner-2.24.0 gnome-extra/gnome-utils-2.24.1 gnome-extra/gnome-system-monitor-2.24.4 gnome-extra/evolution-webcal-2.24.0 mail-client/evolution-2.24.5 gnome-extra/libgail-gnome-1.20.1 app-text/gnome-spell-1.0.8-r2 gnome-extra/yelp-2.24.0-r10 gnome-base/gnome-session-2.22.3-r1 x11-themes/gnome-themes-2.24.3 dev-python/pygobject-2.16.1 x11-libs/gtk+-2.14.7-r2 gnome-base/libgnomeui-2.24.0 dev-python/pygtk-2.14.0 gnome-base/gnome-panel-2.24.3-r1 gnome-base/eel-2.24.1 gnome-base/nautilus-2.24.2 gnome-base/libgnomekbd-2.24.0 media-libs/libcanberra-0.11 gnome-base/gail-1000 gnome-extra/bug-buddy-2.24.2 media-video/totem-2.24.3 gnome-base/gnome-control-center-2.24.0.1 x11-terms/gnome-terminal-2.24.2-r1
Hello Friends: I am trying to move from the closed sources ati drivers to the new fresh xf86-video-ati . Til now X starts , I can log in, work , but no dri. Code: e ~ # glxgears Xlib: extension "GLX" missing on display ":0.0". Error: couldn't get an RGB, Double-buffered visual Code: e ~ # glxinfo name of display: :0.0 Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Segmentation fault This is my xorg.conf Code: cat /etc/X11/xorg.conf Section "ServerLayout" Identifier "aticonfig-Layout[all]" Screen 0 "aticonfig-Screen[0]" 0 0 #InputDevice "Synaptics Touchpad" "AlwaysCore" Option "AIGLX" "True" EndSection Section "Module" Load "ddc" Load "vbe" Load "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "bitmap" Load "record" #Load "xtrap" Load "freetype" #Load "type1" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "CorePointer" Option "SendCoreEvents" Option "Device" "/dev/input/mouse0" Option "Protocol" "auto-dev" Option "ZAxisMapping" "4 5 6 7" Option "HorizScrollDelta" "0" Option "SHMConfig" "1" Option "Emulate3Buttons" "true" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" Option "ReducedBlanking" EndSection Section "Device" Identifier "aticonfig-Device[0]" Driver "ati" Option "XAANoOffscreenPixmaps" "true" Option "TexturedXrender" "true" Option "DRI" "true" #Option "AGPMode" "4" #Option "ColorTiling" "on" #Option "AccelMethod" "EXA" #Option "EnablePageFlip" "on" #Option "AGPFastWrite" "yes" VendorName "ATI Corp." BoardName "X1400" EndSection Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[0]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "DRI" #Group "video" Mode 0666 EndSection Section "Extensions" #Option "XVideo" "enable" #Option "Composite" "enable" EndSection kernel Code: # CONFIG_SONYPI is not set CONFIG_AGP=m # CONFIG_AGP_ALI is not set CONFIG_AGP_ATI=m # CONFIG_AGP_AMD is not set # CONFIG_AGP_AMD64 is not set #CONFIG_AGP_INTEL is not set # CONFIG_AGP_NVIDIA is not set # CONFIG_AGP_SIS is not set # CONFIG_AGP_SWORKS is not set # CONFIG_AGP_VIA is not set # CONFIG_AGP_EFFICEON is not set CONFIG_DRM=m # CONFIG_DRM_TDFX is not set # CONFIG_DRM_R128 is not set CONFIG_DRM_RADEON=m Code: linux # lspci 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03) 00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express PCI Express Root Port (rev 03) 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01) 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01) 00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 01) 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01) 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01) 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01) 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01) 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1) 00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 01) 00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 01) 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01) 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility X1400 03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02) 03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller 03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19) 03:01.2 System peripheral: Ricoh Co Ltd Device 0843 (rev 01) 03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 0a) 03:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05) 0b:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02) Modules autoload Code: cat /etc/modules.autoload.d/kernel-2.6 #ieee80211_crypt_ccmp #ieee80211_crypt_tkip #ieee80211_crypt_wep #deflate arc4 sha512 sha256 sha1 md5 wp512 ieee80211 ieee80211_crypt ieee80211_crypt_wep ieee80211_crypt_tkip ppp_generic ppp_async vboxdrv radeon #ipw3945 snd-hda-intel model=ref I am checking my logs and I have this Xorg.0.log Code: (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "dri" (WW) Warning, couldn't open module dri (II) UnloadModule: "dri" (EE) Failed to load module "dri" (module does not exist, 0) (II) LoadModule: "extmod" Am I working the right way? Any suggestion to see whats going on?
--
Hi - Gentoo noob here I'm trying to install xfce. X is working but when I emerge xfce it stops at x11-misc/screensaver (apologies, I've had to transcribe it by hand) X11-misc/screensaver Failed patch /usr/portage/x11-misc/xscreensaver/files/5.07/03_all_glforrestfire.patch Error: x11-misc/xscreensaver failed Call stack ebuild.sh, line 49: called src_unpack environment, line 3004 : called epatch /usr/portage/X11-misc/xscreensaver/files/5.07 environment, line 1724: called die Is there any way of installing xfce without xscreensaver? (I've tried USE -xscreensaver in /etc/make.conf)
helloo missing patch file ou error in ebuild. please resync portage if not work, please post again
I have a Logitech Cordless Wave Desktop keyboard that has extra buttons. I would like to map one to launch my music player.
It might be overkill, but there is a daemon which can be used to map, remap and even create events for different programs. It is called gizmod and there is a bug with an ebuild . If you just need one key mapped to one command there might be an easier way though.
Hi everyone, got some big problem after upgrading Gnome to 2.24. Since I've updated Gnome any effort to login into a new session via GDM fails. It tries to load up the envoirement and breaks with the following message/report... Code: /etc/X11/gdm/Xsession: Beginning session setup... /etc/X11/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- gnome-session SESSION_MANAGER=local/xxxxxxxx:/tmp/.ICE-unix/xxxx ** Message: another SSH agent is running at: /tmp/ssh-xxxxxxx/agent.xxxx Session manager: disconnected... Session manager: disconnected... ** ERROR:dbus-gproxy.c:661:unassociate_proxies: assertion failed: (priv->associated) ...clicking away, brings me back to GDM. The only way to get into an Gnome-Envoirement is the failsafe-mode, same holds for the root. What I've tried already: etc-update, revdeb-rebuild... remerging gdm, gnome-session, dbus... login with cleared user-settings (deleted home-folder) tested every constellation of use-flags which is connected with pam or keyring ... nothing with success in the end. Things where I suspect the mistake: sure gnome-keyring, dbus, pam (?), etc. when deleting .ICEauthority, its possible to login once. merging pambase with the use-flag "gnome-keyring" made it also possible for one login. before the report is listed, some windows pops up for milliseconds mentioning that there is a problem with the gnome-settings(-daemon), cause of reloading profiles too often. My last words: HELP! I please you so much...
An downgrade to x11-libs/libxklavier-3.6 should solve your problem. (Current version is 3.8, shipped with gnome-2.24) https://bugs.gentoo.org/show_bug.cgi?id=256016 https://forums.gentoo.org/viewtopic-t-709049-postdays-0-postorder-asc-highlight-gnome-start-150.html greetings, luca
Hi! After holding back some upgrades (Xorg 1.5.x, KDE 4.2.1) I've decided to go ahead and upgrade. After the upgrade I don't have any window decorations (titlebar & close/maximize-buttons). I'm not sure if it's an issue with the new Xorg or if something has changed in kde 4.2.1 which would explain the behaviour. I also noticed these entries in my .xsession-errors file: Code: overlord ~ # grep kwin /home/patrick/.xsession-errors kwin: X Error (error: BadRequest [1], request: X_GLXQueryServerString[GLX+19], resource: 0x3f) kwin: X Error (error: 0[0], request: <unknown>[0], resource: 0xbe0017) kwin: X Error (error: 0[0], request: <unknown>[0], resource: 0xbe0017) kwin: X Error (error: 0[0], request: <unknown>[0], resource: 0xbe0017) kwin: X Error (error: 0[0], request: X_ChangeWindowAttributes[2], resource: 0xc30208) kwin: X Error (error: <unknown>[0], request <unknown> [192:1], resource: 0xc308a1) kwin: X Error (error: 0[0], request: <unknown>[0], resource: 0xb) kwin: X Error (error: 0[0], request: <unknown>[0], resource: 0xb) kwin: X Error (error: 0[0], request: X_GetWindowAttributes[3], resource: 0xc30207) ... xorg.conf Code: Section "Files" EndSection Section "Module" Load "GLcore" Load "glx" Load "dri" Load "extmod" EndSection Section "InputDevice" Identifier "Keyboard" Driver "evdev" Option "CoreKeyboard" # Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "ch" Option "XkbLayout" "ch" #Option "XkbVariant" "de" # Option "XkbVariant" "de_nodeadkeys" # Option "XkbVariant" "de_nodeadkeys" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" Option "Protocol" "auto-dev" Option "SHMConfig" "on" EndSection Section "Monitor" Identifier "LCD Display" HorizSync 30.0 - 70.0 VertRefresh 50.0 - 160.0 Option "DPMS" EndSection Section "Device" # Option "OverlayOnCRTC2" "1" Identifier "Card0" Driver "fglrx" VendorName "ATI Technologies Inc" BoardName "RS482 [Radeon Xpress 200]" Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" Option "Mode2" "1920x1200" Option "HSync2" "30.0 - 82.0" Option "VRefresh2" "50.0 - 75.0" Option "DesktopSetup" "clone" BusID "PCI:1:5:0" Option "UseInternalAGPGART" "yes" Option "DynamicClocks" "true" Option "VBERestore" "true" Option "backingstore" "true" Option "RenderAccel" "true" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "LCD Display" DefaultDepth 24 EndSection Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Keyboard" InputDevice "Synaptics Touchpad" EndSection Section "DRI" Mode 0666 EndSection make.conf: Code: # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /etc/make.conf.example for a more detailed example. CFLAGS="-O2 -march=i686 -pipe" CXXFLAGS="-O2 -march=i686 -pipe" # This should not be changed unless you know exactly what you are doing. You # should probably be using a different stage, instead. # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing it. CHOST="i686-pc-linux-gnu" FEATURES="collision-protect parallel-fetch ccache" PORT_LOGDIR="/var/log/portage/" PORTAGE_ELOG_SYSTEM="save" PORTAGE_ELOG_CLASSES="warn error info log qa" PORTDIR_OVERLAY="/usr/local/portage" MAKEOPTS="-j3" VIDEO_CARDS="radeon fglrx vesa" INPUT_DEVICES="mouse keyboard synaptics evdev" USE="laptop quicktime hal real win32codecs subversion gif jpeg inotify dell acpi samba bluetooth lm_sensors xinerama pdf latex png examples usb threads vim-syntax alsa X zeroconf alsa dbus opengl kde qt3 qt4 -gnome -gtk dbus ssl mp3 dvd tetex" Full Xorg.0.log: http://pastebin.com/m102cc25e Full .xsession-errors: http://pastebin.com/m70363769 I'm using fglrx version 8.582. I've already run revdep-rebuild and re-emerged kwin. Any ideas?
Solved by: Code: emerge -1av $(qlist -C -I x11-libs/qt) I was convinced that all of qt was re-built after xorg-x11-1.5.3 but apparently that was not the case.
Hi all, I upgraded to gnome 2.24 two days ago, and I have now 2 problems. I'm not sure if they are related or not. 1/ After reboot, syslog-ng uses 100% of the CPU and have to be killed (syslog-ng has NOT been emerged during the gnome update) No clues have been found in /var/log/messages 2/ gnome-screensaver does not stop screensaver when it shoud, and have to be killed (CRTL+F1 ; killall gnome-screensaver) No clues have been found in /var/log/Xorg.log I have tried to re-emerge both packages without success. I have not found any forum topics neither gentoo bugs that reports that problem I am using an amd64 arch, and a dual screen X.org setup More details on demand.
It may seem a bit overkill, but try strace -p `pidof syslog-ng` . What packages were updated? (use qlop -l to find out if you don't remember).
My linux desktop looks like this: http://tinypic.com/view.php?pic=2s611eu&s=5 The icons show up twice plus there is a little halo behind the panels. In xfce I go to "desktop settings" and uncheck "show image", then check it again. This refreshes the desktop and everything shows up correctly. Doing this everytime I login to xfce is annoying though. Is there a way to do it from commandline? I tried using xfdesktop --reload by itself and I've tried the recommendation here ( http://ubuntuforums.org/showthread.php?t=838184 ) and neither has work. Anyone have any ideas on how to uncheck and check that option via commandline?
--reload should work... Maybe try setting DISPLAY: Code: DISPLAY=":0" /usr/bin/xfdesktop --reload
Hi all, after trying to tackle down several problems related to font rendering, dpi and "establishing a unique look across applications like firefox, konqueror, etc" I have one issue left*: Akregator (I'm working with it within kdepim/kontact) renders the web pages far to big. If I open the same web pages in konqueror I get no problems, as konqueror seems to respect my konqueror-settings: Code: AutomaticDetectionLanguage=0 DefaultEncoding= Fonts=DejaVu Sans,DejaVu Sans Mono,DejaVu Serif,DejaVu Sans,DejaVu Sans,DejaVu Sans,0 MediumFontSize=9 MinimumFontSize=7 Compared to the settings of akregator Code: Fonts=DejaVu Sans,DejaVu Sans Mono,DejaVu Sans,DejaVu Serif,DejaVu Sans,DejaVu Sans,0 MediumFontSize=9 MinimumFontSize=7 there seem to be no differences between each another. Any other hidden setting? What am I doing wrong? For your convenience here's a screenshot . In the top part you can see konqueror, in the bottom part you see the same web page in akregator. -------------------------- * don't believe, I really managed to solve all these problems I'd volunteer in helping writing a real gentoo guide (not that hacking like in the outdated howto " http://gentoo-wiki.com/HOWTO_Xorg_and_Fonts ") to achieve consistent font appearance across all apps without using overlays, etc.
I now noticed, that if I run akregator standalone (without kontact/kdepim) I get no problems with webpages rendering to big. I still hope, somebody gives me a hint for the right solution.
I have a different problem from these three postings: https://forums.gentoo.org/viewtopic-t-744077-highlight-keyboard.html https://forums.gentoo.org/viewtopic-t-722498-postdays-0-postorder-asc-start-0.html https://forums.gentoo.org/viewtopic-t-742730.html After upgrade to KDE 4.2.1 I lost keyboard, not mouse. The keyboard is working fine when logging in using GDM so it works with X. And the keyboard works also with KDE 4.1. When upgrading from KDE 4.2. to 4.2.1 I was not using evdev, only the Option "AutoAddDevices" "False" in ServerFlags Section within xorg.conf. Searching around in this forum I found those three links above. So I - added evdev to INPUT_DEVICES="keyboard mouse evdev" - re-emerged xorg-server-1.5.3-r2 - fiddled around with HAL .fdi file to get the keyboard layout working, - commented away keyboard and mouse in /etc/xorg.conf and suddenly keyboard worked in KDE 4.2.1. Just that the NumLock and ShiftLock leds did not work. If it is not completely broken, don't mess with it I noticed an upgrade for xorg-server and decided to upgrade and do the last bits, i.e. - x11-base/xorg-server-1.5.3-r2->r3 - changed make.conf INPUT_DEVICES="evdev" only. KDE 4.2.1 lost keyboard again. I tried again INPUT_DEVICES="keyboard mouse evdev" and re-emerging xorg-server but no luck. "lshal | grep input" gives the keyboard as event3 and event4. Code: udi = '/org/freedesktop/Hal/devices/usb_device_413c_2002_noserial_if1_logicaldev_input' info.addons.singleton = {'hald-addon-input'} (string list) info.capabilities = {'input', 'input.keys', 'button'} (string list) info.category = 'input' (string) info.subsystem = 'input' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_413c_2002_noserial_if1_logicaldev_input' (string) input.device = '/dev/input/event4' (string) input.originating_device = '/org/freedesktop/Hal/devices/usb_device_413c_2002_noserial_if1' (string) input.product = 'Dell Dell USB Keyboard Hub' (string) input.x11_driver = 'evdev' (string) input.x11_options.XkbOptions = 'altwin:menu' (string) input.xkb.layout = 'ch' (string) input.xkb.model = 'evdev' (string) input.xkb.rules = 'base' (string) input.xkb.variant = 'fr' (string) linux.device_file = '/dev/input/event4' (string) linux.subsystem = 'input' (string) linux.sysfs_path = '/sys/class/input/input4/event4' (string) udi = '/org/freedesktop/Hal/devices/usb_device_413c_2002_noserial_if0_logicaldev_input' info.addons.singleton = {'hald-addon-input'} (string list) info.capabilities = {'input', 'input.keyboard', 'input.keypad', 'input.keys','button'} (string list) info.category = 'input' (string) info.subsystem = 'input' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_413c_2002_noserial_if0_logicaldev_input' (string) input.device = '/dev/input/event3' (string) input.originating_device = '/org/freedesktop/Hal/devices/usb_device_413c_2002_noserial_if0' (string) input.product = 'Dell Dell USB Keyboard Hub' (string) input.x11_driver = 'evdev' (string) input.x11_options.XkbOptions = 'altwin:menu' (string) input.xkb.layout = 'ch' (string) input.xkb.model = 'evdev' (string) input.xkb.rules = 'base' (string) input.xkb.variant = 'fr' (string) linux.device_file = '/dev/input/event3' (string) linux.subsystem = 'input' (string) linux.sysfs_path = '/sys/class/input/input3/event3' (string) Where should I start to look?
I followed the advice of /var/log/Xorg.0.log and set Option "AllowEmptyInput" "false" to get it work for me. I never touched any .fdi file thogh.
I'm on my desktop in OpenBox and when the monitor goes into standby i can't get it back out. When i move the mouse the screen flickers and flashes to the movement of the mouse but when it stops it is just black. I have to ctrl-del-bkspce and re-login Any ideas? Oh and I have xorg-x11-7.4
Sorry, it must have been some gnome-screensaver problem or the like, fixed by an update
When I login into KDE 4.2 via KDM (fresh install), I only get an xterm on top of the KDM login background. When I startx/startkde, I get a normal KDE session. Anybody got an idea how to fix this?
Hm, seems I overlooked some emerge output ... http://forum.kde.org/solved-kdm-not-executing-session-script-kde-gentoo-t-30613.html Code: * If you experience weird application behavior (missing texts, etc.) run as root: * # chmod 755 -R /usr/share/config /usr/share/config That solved it.
what is the hierarchy between them? how is X server related to KDE and to gnome? my understanding is that KDE and gnome are 2 different desktop environments. i dont understand how X plays in. do i need to install X before i use either KDE or gnome? would either KDE or gnome work w/out X installed? please explain
Hi, X-server is the brain for your interface. Kde and Gnome are 2 Windows Manager. Without a X server, then you cannot have a working Kde,Gnome,Xfce etc...
Ok, this is embarrassing but it popped up and I don't have the faintest idea on how to revert it to the original behaviour. Basically, when I call up the "run command" dialog of KDE (3.5, fyi) whatever command I try to launch, it automatically selects the option "launch from terminal". However, if I manually uncheck the box and actually run the command, it seems to never happen again. Any idea on how to disable this behaviour?
See if there is something suspicious about your ~/.kde3.5/share/config/kdesktoprc, particularly under the [MiniCli] section. It sounds strange. I don't have this problem, so it is just a guess
i already search a lot in the forum and tried everything but i can't solve this is simply as this Code: DaNebox ~ # locale -a | grep en_US en_US en_US.iso88591 en_US.utf8 DaNebox ~ # source /etc/env.d/02locale bash: warning: setlocale: LC_ALL: cannot change locale (en_US) DaNebox ~ # cat /etc/env.d/02locale LC_ALL="en_US" LANG="en_US" really i don't get it.... already generated all possible locales. in the beginning i was trying: LANG="pt_PT.UTF-8" LC_MESSAGES="en_US.utf8" but now i only want to understand what it's going wrong....
DaNe: Don't set the LC_ALL variable, as it overrides all other settings. Make sure to read the official Gentoo localisation guide . Or easier yet, just set the LC_* variables (except LC_ALL) to whatever you prefer in your 02locale file, and run env-update.
i just installed openbox and it trashed my kde menu and the icons in my kicker. all the menu items are now scrambled and all in different folders, and half my kicker icons are just... gone. anything i can do to roll this back? thanks
it's all good, i forgot about the magic of: Code: kbuildsycoca
I recently replaced the hard drive in my desktop Gentoo system - I did it by using a livecd and Gparted to copy and resize all of the partitions. Everything seems more or less fine except that a lot of Nautilus's functionality is strangely broken. For instance, it now thinks that every file is a "plain text document" and no amount of changing the file associations in the GUI seems to fix this. I did some Googling and found some information about files that contain MIME type specifications (like ~/.local/share/applications/mimeinfo.cache), but they all look normal to me - all the usual file types are in there. Also, all of the items that used to be on my desktop are now plain text documents with the extension .desktop. Is there a file somewhere that needs to be recreated, or wiped out, or something? The only thing that has changed, besides the size of the partitions, is their order on the disk. However, they are all mounted by label in /etc/fstab, so that shouldn't matter unless something is hard-coded to look on a specific partition.
Exactly the same behaviour here! After an upgrade I searched this forum and googled for these problems, without success, so I thought its only my machine getting this strange behaviour. I did a emerge --depclean && emerge -e system && emerge -e world && revdep-rebuild. Still no success, in fact, my desktop is not usable any more. Besides nautilus uncapability of getting the correct mime-type, gnome-terminal does not "know" the key-binding Ctrl+c anymore (if I mistype, i cannot just hit Ctrl+c anymore, I need to delete the typo and correct it). EddieOfTheRocks wrote: edit -- A simple scroll down to other similar threads has granted me the solution to mine! I am awfully curious about such threads!!! (probably because I am such frustrated I did not search the right way.... )
Hi all. I've been struggling for 2 days and without any luck to get touchpad to work with hal. I've been searching and searching and trying dozens of configurations and no touchpad working. Here is some info My xorg log: Code: cat /var/log/Xorg.0.log | grep -i synaptics (II) LoadModule: "synaptics" (II) Loading /usr/lib64/xorg/modules/input//synaptics_drv.so dlopen: /usr/lib64/xorg/modules/input//synaptics_drv.so: undefined symbol: miPointerGetMotionEvents (EE) Failed to load /usr/lib64/xorg/modules/input//synaptics_drv.so (II) UnloadModule: "synaptics" (EE) Failed to load module "synaptics" (loader failed, 7) (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad In my xorg.conf, i have this line in server layout: Code: Option "AutoAddDevices" "False" When starting Xorg, i get something like this: (also what is above) Code: Initializing extension GLX (EE) No Input driver matching `mouse' (**) Option "CoreKeyboard" (**) <default keyboard>: always reports core events (**) Option "Protocol" "standard" (**) <default keyboard>: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) <default keyboard>: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) <default keyboard>: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) <default keyboard>: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) <default keyboard>: CustomKeycodes disabled (II) evaluating device (<default keyboard>) (II) XINPUT: Adding extended input device "<default keyboard>" (type: KEYBOARD) (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad (EE) config/hal: NewInputDeviceRequest failed (II) config/hal: Adding input device AT Translated Set 2 keyboard (EE) config/hal: NewInputDeviceRequest failed My keyboard is working fine (here is the fdi): Code: cat 10-x11-input.fdi <?xml version="1.0" encoding="UTF-8"?> <deviceinfo version="0.2"> <device> <!-- Mouse configuration --> <match key="info.capabilities" contains="input.mouse"> <merge key="input.x11_driver" type="string">evdev</merge> </match> <!-- Keyboard configuration --> <match key="info.capabilities" contains="input.keymap"> <append key="info.callouts.add" type="strlist">hal-setup-keymap</append> </match> <match key="info.capabilities" contains="input.keys"> <merge key="input.xkb.model" type="string">evdev</merge> <merge key="input.x11_driver" type="string">evdev</merge> <merge key="input.xkb.layout" type="string">pt</merge> </match> </device> </deviceinfo> For the touchpad, i have this one: (also tried with a smaller one): Code: cat 11-x11-synaptics.fdi <?xml version="1.0" encoding="UTF-8"?> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.touchpad"> <match key="info.product" contains="SynPS/2"> <merge key="input.x11_driver" type="string">synaptics</merge> <merge key="input.x11_options.SHMConfig" type="string">true</merge> <!-- Scrolling up/down --> <merge key="input.x11_options.HorizEdgeScroll" type="string">on</merge> <merge key="input.x11_options.VertEdgeScroll" type="string">on</merge> <merge key="input.x11_options.MinSpeed" type="string">0.7</merge> <merge key="input.x11_options.MaxSpeed" type="string">1.3</merge> <merge key="input.x11_options.AccelFactor" type="string">0.050</merge> <merge key="input.x11_options.EdgeMotionMinSpeed" type="string">5</merge> <merge key="input.x11_options.EdgeMotionMaxSpeed" type="string">10</merge> <!-- Tapping --> <merge key="input.x11_options.TapButton1" type="string">1</merge> <merge key="input.x11_options.TapButton2" type="string">2</merge> <merge key="input.x11_options.TapButton3" type="string">3</merge> <merge key="input.x11_options.FastTaps" type="string">1</merge> <!-- Corner clicks --> <merge key="input.x11_options.RBCornerButton" type="string">2</merge> <merge key="input.x11_options.RTCornerButton" type="string">3</merge> </match> </match> </device> </deviceinfo> Acording to HAL, this is my touchpad: Code: hal-find-by-capability --capability input.touchpad | xargs hal-device udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input' input.x11_options.MaxSpeed = '1.3' (string) input.x11_options.AccelFactor = '0.050' (string) linux.sysfs_path = '/sys/devices/platform/i8042/serio1/input/input5/event5' (string) input.device = '/dev/input/event5' (string) info.subsystem = 'input' (string) input.x11_options.EdgeMotionMinSpeed = '5' (string) info.parent = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port' (string) info.product = 'SynPS/2 Synaptics TouchPad' (string) input.product = 'SynPS/2 Synaptics TouchPad' (string) input.x11_options.EdgeMotionMaxSpeed = '10' (string) info.category = 'input' (string) info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input' (string) input.x11_options.TapButton1 = '1' (string) info.capabilities = { 'input', 'input.touchpad' } (string list) linux.hotplug_type = 2 (0x2) (int) input.x11_options.TapButton2 = '2' (string) linux.subsystem = 'input' (string) input.x11_driver = 'synaptics' (string) input.x11_options.TapButton3 = '3' (string) linux.device_file = '/dev/input/event5' (string) input.x11_options.SHMConfig = 'true' (string) input.x11_options.FastTaps = '1' (string) input.x11_options.HorizEdgeScroll = 'on' (string) input.x11_options.RBCornerButton = '2' (string) input.x11_options.VertEdgeScroll = 'on' (string) input.x11_options.RTCornerButton = '3' (string) input.originating_device = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port' (string) input.x11_options.MinSpeed = '0.7' (string) If i try synclient -l, i get this: Code: synclient -l Can't access shared memory area. SHMConfig disabled? I really dont know what to do anymore...
lindegur is wrong: 'input.x11_driver = 'synaptics'' line says that synaptics driver should be used. This line is important: dlopen: /usr/lib64/xorg/modules/input//synaptics_drv.so: undefined symbol: miPointerGetMotionEvents Try to recompile the driver. You probably need a more recent version, if it's just 0.14.*. Oh, and drop the AutoAddDevices line - setting it to false has some unobvious, annoying side effects.
After installing udev-140 everything on the desktop was gone. Background was still there, but nothing else. Everything still worked fine, thunderbird, firefox, etc. Went back to udev-139 and all is fine.
I re-emerged it and it now works fine. Have no idea what happened, I had re-booted three times and had no desktop. However after re-emerge it is working.
I am in the process of putting gentoo on my netbook, a Samsung NC10. It uses the atom N270 processor. I emerged xorg-x11 last night, with a bit of tweaking today it's useable (I think) - there might be a problem with resolution, the default wm with the xorg install seemed to extend off the bottom of the screen, and I couldn't scroll down. Will see what it is like once xfce is installed - there are lots of tips on the forum, didn't try any of them yet. I haven't started on getting the function-keys working. Anyway, I am emerging xfce at the moment, it has taken 6 hours and there are a couple of packages left to install. This seems to be a long time, have I everything set up right? I'm only emerging the base, not the xfce-extras I emerged xfce on my desktop a couple of weeks age (Sempron 3100+, 32 bit), don't remember it taking this long. If I remember correctly, I am using cflags =-02 -march=native -pipe -fomit frame pointer and makeopts=-j2 , open to any suggestions to speed things up. There's a lot more I have to install .
Hi, can you post this : Code: # emerge --info # cat /proc/cpuinfo It took 10 minutes on my Quad core...so 6hours is pretty long.
I recently updated to xfce4.6. Besides losing all my menu entries, my xfce session file is no longer read either: Code: /etc/xdg/xfce4-session/xfce4-session.rc used to control the default session and there I had changed the client order from Code: Client0_Command=xfwm4 to Code: Client0_Command=/usr/local/bin/my-compiz-start But this no longer works; I tried also to edit Code: ~/.config/xfce4-session/xfce4-session.rc but without success. Where do I have to configure the xfce4 session and the windowmanager? Thanks gw
gw wrote: Where do I have to configure the xfce4 session and the windowmanager? gw The file is now: Code: /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml Change the "Client0_Command" value! gw