prompt
stringlengths
1
63.6k
completion
stringlengths
1
53.1k
HI, i've got some problems with my aspire one netbook, i had looked almost everywhere in the forum for a solution but nothing work... the most of my experience with linux was with nvidia cards so i don't know well the intel drivers. Direct Rendering seems to be enabled: Code: glxinfo | grep direct direct rendering: Yes Code: dmesg | grep agp Linux agpgart interface v0.103 agpgart: Detected an Intel 945GME Chipset. agpgart: Detected 7932K stolen memory. agpgart: AGP aperture is 256M @ 0x40000000 Everything seems to work well but when i run fusion-icon everyting turn white and i must kill the process: Code: fusion-icon * Detected Session: gnome * Searching for installed applications... * No GLX_EXT_texture_from_pixmap with direct rendering context ... present with indirect rendering, exporting: LIBGL_ALWAYS_INDIRECT=1 * Using the GTK Interface * Starting Compiz ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp --indirect-rendering Traceback (most recent call last): File "/usr/bin/fusion-icon", line 58, in <module> choose_interface(try_first=options.interface) File "usr/lib/python2.5/site-packages/FusionIcon/interface.py", line 89, in choose_interface File "usr/lib/python2.5/site-packages/FusionIcon/interface.py", line 35, in import_interface File "usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/__init__.py", line 3, in <module> File "usr/lib/python2.5/site-packages/FusionIcon/interface_gtk/main.py", line 214, in <module> This is my xorg.conf: Code: more /etc/X11/xorg.conf Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" #RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "extmod" Load "xtrap" Load "record" Load "GLcore" Load "dbe" Load "dri" Load "freetype" #Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "synaptics" Option "Protocol" "auto" Option "Device" "/dev/input/mouse0" Option "ZAxisMapping" "4 5 6 7" Option "CorePointer" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mouse1" Option "ZAxisMapping" "4 5" Option "Buttons" "3" Option "SendCoreEvents" EndSection Section "Monitor" DisplaySize 195 113 # mm Identifier "Monitor0" VendorName "AUO" ModelName "11c2" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "ColorKey" # <i> #Option "CacheLines" # <i> #Option "Dac6Bit" # [<bool>] Option "DRI" "true" Option "XAANoOffscreenPixmaps" "true" #Option "NoDDC" # [<bool>] #Option "ShowCache" # [<bool>] #Option "XvMCSurfaces" # <i> #Option "PageFlip" # [<bool>] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "Intel GMA950" BusID "PCI:0:2:0" Option "NoDDC" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" 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 Modes "1024x600" Depth 24 EndSubSection there are some strange error in xorg log, i don't if they are important or not but i can't fix them: Code: more /var/log/Xorg.0.log | grep EE (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (II) Loading extension MIT-SCREEN-SAVER (EE) [drm] drmOpen failed. (EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI. and Code: more /var/log/Xorg.0.log | grep DRI (II) Loading extension XFree86-DRI (**) intel(0): Option "DRI" "true" (EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI. (II) AIGLX: Screen 0 is not DRI capable (II) GLX: Initialized DRISWRAST GL provider for screen 0 and this is wath it say about drm: Code: more /var/log/Xorg.0.log | grep -i drm drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed drmOpenByBusid: Searching for BusID pci:0000:00:02.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 drmOpenByBusid: drmOpenMinor returns -19 drmOpenDevice: node name is /dev/dri/card3 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/card4 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/card5 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/card6 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/card7 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/card8 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/card9 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/card10 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/card11 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/card12 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/card13 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/card14 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/card0 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) drmOpenDevice: Open failed 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 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 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 drmOpenDevice: node name is /dev/dri/card3 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card4 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card5 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card6 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card7 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card8 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card9 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card10 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card11 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card12 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card13 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card14 drmOpenDevice: open result is -1, (No such device) drmOpenDevice: open result is -1, (No such device) drmOpenDevice: Open failed (EE) [drm] drmOpen failed. and this is what it say about dri: Code: more /var/log/Xorg.0.log | grep -i dri X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" (II) Loading extension XFree86-DRI (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, ABI class: X.Org Video Driver, version 4.1 (**) intel(0): Option "DRI" "true" ABI class: X.Org Video Driver, version 4.1 (II) Loading sub module "dri" (II) LoadModule: "dri" (II) Reloading /usr/lib/xorg/modules/extensions//libdri.so drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: node name is /dev/dri/card1 drmOpenDevice: node name is /dev/dri/card2 drmOpenDevice: node name is /dev/dri/card3 drmOpenDevice: node name is /dev/dri/card4 drmOpenDevice: node name is /dev/dri/card5 drmOpenDevice: node name is /dev/dri/card6 drmOpenDevice: node name is /dev/dri/card7 drmOpenDevice: node name is /dev/dri/card8 drmOpenDevice: node name is /dev/dri/card9 drmOpenDevice: node name is /dev/dri/card10 drmOpenDevice: node name is /dev/dri/card11 drmOpenDevice: node name is /dev/dri/card12 drmOpenDevice: node name is /dev/dri/card13 drmOpenDevice: node name is /dev/dri/card14 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: node name is /dev/dri/card1 drmOpenDevice: node name is /dev/dri/card2 drmOpenDevice: node name is /dev/dri/card3 drmOpenDevice: node name is /dev/dri/card4 drmOpenDevice: node name is /dev/dri/card5 drmOpenDevice: node name is /dev/dri/card6 drmOpenDevice: node name is /dev/dri/card7 drmOpenDevice: node name is /dev/dri/card8 drmOpenDevice: node name is /dev/dri/card9 drmOpenDevice: node name is /dev/dri/card10 drmOpenDevice: node name is /dev/dri/card11 drmOpenDevice: node name is /dev/dri/card12 drmOpenDevice: node name is /dev/dri/card13 drmOpenDevice: node name is /dev/dri/card14 (EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI. (II) EXA(0): Driver registered support for the following operations: (II) AIGLX: Screen 0 is not DRI capable (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so (II) GLX: Initialized DRISWRAST GL provider for screen 0 (II) Synaptics touchpad driver version 0.99.1 (II) Synaptics touchpad driver version 0.99.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 thes e are the versions of drm, intel driver and xorg i'm using: Code: * x11-libs/libdrm Latest version available: 2.4.1 Latest version installed: 2.4.1 Size of files: 451 kB Homepage: http://dri.freedesktop.org/ Description: X.Org libdrm library License: libdrm * x11-drivers/xf86-video-intel Latest version available: 2.5.1 Latest version installed: 2.5.1 Size of files: 699 kB Homepage: http://xorg.freedesktop.org/ Description: X.Org driver for Intel cards License: xf86-video-intel x11-base/xorg-x11 Latest version available: 7.4 Latest version installed: 7.4 Size of files: 0 kB Homepage: http://xorg.freedesktop.org Description: An X11 implementation maintained by the X.Org Foundation (meta package) License: GPL-2
Siker wrote: i'm using libdrm Code: * x11-libs/libdrm Latest version available: 2.4.1 Latest version installed: 2.4.1 Size of files: 451 kB Homepage: http://dri.freedesktop.org/ Description: X.Org libdrm library License: libdrm more .config | grep -i drm # CONFIG_DRM is not set #can it be that i need drm support as modules if i use libdrm too?# i had recompiled kernel just now, nothing change I had the same issue you're having. for me, I forgot to enable the specific card in the "Direct Rendering Manager" option in Device Drivers -> Graphics kernel menuconfig option. You can enable the DRM manager, but none of the cards will be enabled. THere are 2 choices for intel cards in there. That should fix that drmOpenDevice error.
I can start Gnome alright through startx and ~/.xinitrc, but with gdm in xdm, I get those dotted lines and that garbled junk when I start xdm. xorg log: Code: X.Org X Server 1.5.2 Release Date: 10 October 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.27-gentoo-r3 i686 Current Operating System: Linux Mozart 2.6.27-gentoo-r3 #4 SMP Mon Nov 24 10:54:13 EST 2008 i686 Build Date: 23 November 2008 07:53:27PM 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 Nov 24 11:09:01 2008 (EE) Unable to locate/open config file (II) Loader magic: 0x81c7b80 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 X.Org Font Renderer : 0.6 (II) Loader running on linux (--) using VT number 7 (--) PCI:*(0@0:2:0) Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device rev 1, Mem @ 0xf0000000/0, 0xfeb80000/0 (==) Matched intel for the autoconfigured driver New driver is "intel" (==) Using default built-in configuration (30 lines) (==) --- Start of built-in configuration --- Section "Device" Identifier "Builtin Default intel Device 0" Driver "intel" EndSection Section "Screen" Identifier "Builtin Default intel Screen 0" Device "Builtin Default intel Device 0" EndSection Section "Device" Identifier "Builtin Default fbdev Device 0" Driver "fbdev" EndSection Section "Screen" Identifier "Builtin Default fbdev Screen 0" Device "Builtin Default fbdev Device 0" EndSection Section "Device" Identifier "Builtin Default vesa Device 0" Driver "vesa" EndSection Section "Screen" Identifier "Builtin Default vesa Screen 0" Device "Builtin Default vesa Device 0" EndSection Section "ServerLayout" Identifier "Builtin Default Layout" Screen "Builtin Default intel Screen 0" Screen "Builtin Default fbdev Screen 0" Screen "Builtin Default vesa Screen 0" EndSection (==) --- End of built-in configuration --- (==) ServerLayout "Builtin Default Layout" (**) |-->Screen "Builtin Default intel Screen 0" (0) (**) | |-->Monitor "<default monitor>" (**) | |-->Device "Builtin Default intel Device 0" (==) No monitor specified for screen "Builtin Default intel Screen 0". Using a default monitor configuration. (**) |-->Screen "Builtin Default fbdev Screen 0" (1) (**) | |-->Monitor "<default monitor>" (**) | |-->Device "Builtin Default fbdev Device 0" (==) No monitor specified for screen "Builtin Default fbdev Screen 0". Using a default monitor configuration. (**) |-->Screen "Builtin Default vesa Screen 0" (2) (**) | |-->Monitor "<default monitor>" (**) | |-->Device "Builtin Default vesa Device 0" (==) No monitor specified for screen "Builtin Default vesa Screen 0". Using a default monitor configuration. (==) Automatically adding devices (==) Automatically enabling devices (==) No FontPath specified. Using compiled-in default. (==) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ (==) 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) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.2, 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.2, 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.2, 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: "freetype" (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.5.2, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.6 (II) Loading font FreeType (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.5.2, 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.2, 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.2, module version = 2.5.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 (II) LoadModule: "fbdev" (II) Loading /usr/lib/xorg/modules/drivers//fbdev_drv.so (II) Module fbdev: vendor="X.Org Foundation" compiled for 1.5.2, module version = 0.4.0 ABI class: X.Org Video Driver, version 4.1 (II) LoadModule: "vesa" (II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so (II) Module vesa: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.3.0 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) FBDEV: driver for framebuffer: fbdev (II) VESA: driver for VESA chipsets: vesa (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] (WW) Falling back to old probe method for fbdev (II) Loading sub module "fbdevhw" (II) LoadModule: "fbdevhw" (II) Loading /usr/lib/xorg/modules/linux//libfbdevhw.so (II) Module fbdevhw: vendor="X.Org Foundation" compiled for 1.5.2, module version = 0.0.2 ABI class: X.Org Video Driver, version 4.1 (EE) open /dev/fb0: No such file or directory (WW) Falling back to old probe method for vesa (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.2, module version = 0.1.0 ABI class: X.Org Video Driver, version 4.1 (II) intel(0): Creating default Display subsection in Screen section "Builtin Default intel Screen 0" for depth/fbbpp 24/32 (==) intel(0): Depth 24, (==) framebuffer bpp 32 (==) intel(0): RGB weight 888 (==) intel(0): Default visual is TrueColor (II) intel(0): Integrated Graphics Chipset: Intel(R) 845G (--) intel(0): Chipset: "845G" (--) intel(0): Linear framebuffer at 0xF0000000 (--) intel(0): IO registers at addr 0xFEB80000 (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB (==) intel(0): Using EXA for acceleration (II) intel(0): 1 display pipe 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 has no monitor section (II) intel(0): I2C bus "DVODDC_D" initialized. (II) Loading sub module "sil164" (II) LoadModule: "sil164" (II) Loading /usr/lib/xorg/modules/drivers//sil164.so (II) Module sil164: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) intel(0): I2C bus "DVOI2C_E" initialized. (II) Loading sub module "ch7xxx" (II) LoadModule: "ch7xxx" (II) Loading /usr/lib/xorg/modules/drivers//ch7xxx.so (II) Module ch7xxx: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) intel(0): I2C bus "DVOI2C_E" removed. (II) intel(0): I2C bus "DVOI2C_E" initialized. (II) Loading sub module "ivch" (II) LoadModule: "ivch" (II) Loading /usr/lib/xorg/modules/drivers//ivch.so (II) Module ivch: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) intel(0): I2C bus "DVOI2C_E" removed. (II) intel(0): I2C bus "DVOI2C_B" initialized. (II) Loading sub module "tfp410" (II) LoadModule: "tfp410" (II) Loading /usr/lib/xorg/modules/drivers//tfp410.so (II) Module tfp410: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) intel(0): I2C bus "DVOI2C_B" removed. (II) intel(0): I2C bus "DVOI2C_E" initialized. (II) Loading sub module "ch7017" (II) LoadModule: "ch7017" (II) Loading /usr/lib/xorg/modules/drivers//ch7017.so (II) Module ch7017: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) intel(0): I2C bus "DVOI2C_E" removed. (II) intel(0): I2C bus "DVOI2C_E" initialized. (II) intel(0): I2C bus "DVOI2C_E" removed. (II) intel(0): I2C bus "DVODDC_D" removed. (II) intel(0): I2C bus "CRTDDC_A" initialized. (II) intel(0): I2C bus "CRTDDC_A" removed. (II) intel(0): I2C bus "CRTDDC_A" initialized. (II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0. (II) intel(0): I2C device "CRTDDC_A:ddc2" removed. (II) intel(0): I2C bus "CRTDDC_A" removed. (II) intel(0): EDID vendor "WDE", prod id 5896 (II) intel(0): Using EDID range info for horizontal sync (II) intel(0): Using EDID range info for vertical refresh (II) intel(0): Printing DDC gathered Modelines: (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) (II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) (II) intel(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz) (II) intel(0): EDID vendor "WDE", prod id 5896 (II) intel(0): Output VGA connected (II) intel(0): Using exact sizes for initial modes (II) intel(0): Output VGA using initial mode 1280x1024 (II) intel(0): detected 128 kB GTT. (II) intel(0): detected 892 kB stolen memory. (==) intel(0): video overlay key set to 0x101fe (==) intel(0): Intel XvMC decoder disabled (==) intel(0): Will not try to enable page flipping (==) intel(0): Triple buffering disabled (==) intel(0): Using gamma correction (1.0, 1.0, 1.0) (**) intel(0): Display dimensions: (340, 270) mm (**) intel(0): DPI set to (104, 131) (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.2, 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.2, 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 0x70024 (PIPEASTAT) changed from 0x80000203 to 0x00000000 (WW) intel(0): PIPEASTAT before: status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS (WW) intel(0): PIPEASTAT after: status: (II) UnloadModule: "fbdev" (II) Unloading /usr/lib/xorg/modules/drivers//fbdev_drv.so (II) UnloadModule: "fbdevhw" (II) Unloading /usr/lib/xorg/modules/linux//libfbdevhw.so (II) UnloadModule: "vesa" (II) Unloading /usr/lib/xorg/modules/drivers//vesa_drv.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 174592 total, 1 used (II) intel(0): I830CheckAvailableMemory: 698364 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 (WW) intel(0): Detected i830 kernel module. The i915 kernel module is required for DRI. Aborting. (II) intel(0): [drm] removed 1 reserved context for kernel (II) intel(0): [drm] unmapping 8192 bytes of SAREA 0xf0079000 at 0xb7f7b000 (II) intel(0): [drm] Closed DRM master. (**) intel(0): Framebuffer compression disabled (**) intel(0): Tiling enabled (==) intel(0): VideoRam: 131072 KB (II) intel(0): Attempting memory allocation with tiled buffers. (II) intel(0): Tiled allocation successful. (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 34406400 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): xf86BindGARTMemory: bind key 0 at 0x000df000 (pgoffset 223) (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x0012d000 (pgoffset 301) (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x01000000 (pgoffset 4096) (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x02000000 (pgoffset 8192) (II) intel(0): Fixed memory allocation layout: (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB) (II) intel(0): 0x00020000-0x00024fff: HW cursors (20 kB) (II) intel(0): 0x00025000-0x0002cfff: logical 3D context (32 kB) (II) intel(0): 0x0002d000-0x0012cfff: fake bufmgr (1024 kB) (II) intel(0): 0x000df000: end of stolen memory (II) intel(0): 0x0012d000-0x0012dfff: overlay registers (4 kB, 0x000000002e3e2000 physical ) (II) intel(0): 0x01000000-0x01ffffff: front buffer (11200 kB) X tiled (II) intel(0): 0x02000000-0x040cffff: exa offscreen (33600 kB) (II) intel(0): 0x08000000: end of aperture (II) intel(0): Output configuration: (II) intel(0): Pipe A is on (II) intel(0): Display plane A is now enabled and connected to pipe A. (II) intel(0): Output VGA is connected to pipe A (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. (II) intel(0): DPMS enabled (II) intel(0): Set up overlay video (II) intel(0): direct rendering: Failed (--) 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 (II) AIGLX: Screen 0 is not DRI capable (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so (II) GLX: Initialized DRISWRAST GL provider for screen 0 (II) intel(0): Setting screen physical size to 338 x 270 (II) config/hal: Adding input device No brand SP02-A1 (II) LoadModule: "evdev" (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.5.2, module version = 2.0.7 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (**) No brand SP02-A1: always reports core events (**) No brand SP02-A1: Device: "/dev/input/event4" (II) No brand SP02-A1: Found keys (II) No brand SP02-A1: Configuring as keyboard (II) XINPUT: Adding extended input device "No brand SP02-A1" (type: KEYBOARD) (**) Option "xkb_rules" "base" (**) No brand SP02-A1: xkb_rules: "base" (**) Option "xkb_model" "evdev" (**) No brand SP02-A1: xkb_model: "evdev" (**) Option "xkb_layout" "us" (**) No brand SP02-A1: xkb_layout: "us" (II) config/hal: Adding input device Dell Dell USB Mouse (**) Dell Dell USB Mouse: always reports core events (**) Dell Dell USB Mouse: Device: "/dev/input/event3" (II) Dell Dell USB Mouse: Found x and y relative axes (II) Dell Dell USB Mouse: Found mouse buttons (II) Dell Dell USB Mouse: Configuring as mouse (II) XINPUT: Adding extended input device "Dell Dell USB Mouse" (type: MOUSE) (II) config/hal: Adding input device Dell Dell USB Keyboard (**) Dell Dell USB Keyboard: always reports core events (**) Dell Dell USB Keyboard: Device: "/dev/input/event2" (II) Dell Dell USB Keyboard: Found keys (II) Dell Dell USB Keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "Dell Dell USB Keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "base" (**) Dell Dell USB Keyboard: xkb_rules: "base" (**) Option "xkb_model" "evdev" (**) Dell Dell USB Keyboard: xkb_model: "evdev" (**) Option "xkb_layout" "us" (**) Dell Dell USB Keyboard: xkb_layout: "us" (II) intel(0): I2C bus "CRTDDC_A" initialized. (II) intel(0): I2C bus "CRTDDC_A" removed. (II) intel(0): I2C bus "CRTDDC_A" initialized. (II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0. (II) intel(0): I2C device "CRTDDC_A:ddc2" removed. (II) intel(0): I2C bus "CRTDDC_A" removed. (II) intel(0): EDID vendor "WDE", prod id 5896 (II) intel(0): Using hsync ranges from config file (II) intel(0): Using vrefresh ranges from config file (II) intel(0): Printing DDC gathered Modelines: (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) (II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) (II) intel(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz) (II) intel(0): EDID vendor "WDE", prod id 5896 (II) intel(0): I2C bus "CRTDDC_A" initialized. (II) intel(0): I2C bus "CRTDDC_A" removed. (II) intel(0): I2C bus "CRTDDC_A" initialized. (II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0. (II) intel(0): I2C device "CRTDDC_A:ddc2" removed. (II) intel(0): I2C bus "CRTDDC_A" removed. (II) intel(0): EDID vendor "WDE", prod id 5896 (II) intel(0): Using hsync ranges from config file (II) intel(0): Using vrefresh ranges from config file (II) intel(0): Printing DDC gathered Modelines: (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) (II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) (II) intel(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz) (II) intel(0): EDID vendor "WDE", prod id 5896 (II) intel(0): I2C bus "CRTDDC_A" initialized. (II) intel(0): I2C bus "CRTDDC_A" removed. (II) intel(0): I2C bus "CRTDDC_A" initialized. (II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0. (II) intel(0): I2C device "CRTDDC_A:ddc2" removed. (II) intel(0): I2C bus "CRTDDC_A" removed. (II) intel(0): EDID vendor "WDE", prod id 5896 (II) intel(0): Using hsync ranges from config file (II) intel(0): Using vrefresh ranges from config file (II) intel(0): Printing DDC gathered Modelines: (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) (II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) (II) intel(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz) (II) intel(0): EDID vendor "WDE", prod id 5896 (II) intel(0): I2C bus "CRTDDC_A" initialized. (II) intel(0): I2C bus "CRTDDC_A" removed. (II) intel(0): I2C bus "CRTDDC_A" initialized. (II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0. (II) intel(0): I2C device "CRTDDC_A:ddc2" removed. (II) intel(0): I2C bus "CRTDDC_A" removed. (II) intel(0): EDID vendor "WDE", prod id 5896 (II) intel(0): Using hsync ranges from config file (II) intel(0): Using vrefresh ranges from config file (II) intel(0): Printing DDC gathered Modelines: (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) (II) intel(0): Modeline "640x480"x0.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) intel(0): Modeline "1024x768"x0.0 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) intel(0): Modeline "1280x1024"x60.0 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync (63.6 kHz) (II) intel(0): Modeline "1152x864"x75.0 104.99 1152 1224 1352 1552 864 865 868 902 -hsync +vsync (67.7 kHz) (II) intel(0): EDID vendor "WDE", prod id 5896
I don't have an /etc/X11/xorg.conf - I let it autoconfigure. It's worked until now, but I suspect more recent versions of xorg-server are more picky. The autoconfiguration may be why it's running through the modelines repeatedly. What should I do?
I recently upgraded to gnome 2.22.3 and now I can't logout or shutdown from the menu. I click on the icon to logout and nothing happens. I access it from the system menu and nothing happens. I have to locate the PID for gnome-session and kill that to get out. Any idea what might be going on? Mike
I just had this problem. I solved it by: 1. Ctrl-Alt-Backspace: Kills gnome and X. If gdm is used it will restart. 2. Ctrl-Alt-F1: Go to terminal and login as root 3. /etc/init.d/gdm stop: if gdm is used 4. rm -rf /tmp/*: gets rid of all temp files 5. /etc/init.d/gdm start or startx - whichever applies 6. Go into gnome and try to logout. Should work now. Just my 2 cents worth. Sometimes the gnome/orbit files are stale or you have 2 for one user.
After a recent general update, Openoffice applications hang at the splash screen. If launched from a terminal, It says: Code: matt@cthugha ~ $ oocalc I18N: Operating system doesn't support locale "en_US" X-Error: BadRequest (invalid request code or no such operation) Major opcode: 142 Minor opcode: 19 Resource ID: 0x17 Serial No: 15 (15) These errors are reported asynchronously, set environment variable SAL_SYNCHRONIZE to 1 to help debugging I have tried recompiling OpenOffice, but it hasn't helped. Any suggestions gratefully received. EDIT: The locale really was missing from glibc - I added it via locale-gen and the I18N error has gone away. Unfortunately the X-Error is still coming up.
Hi, can you post Code: # emerge --info # locale $ locale
After logging out of a KDE 3.5.10 session, my keyboard won't work in KDM 4.1.2 (maybe I should downgrade?). Upon boot or machine restart, my keyboard works fine in KDM - it only stops working when I log out and try to log back in.
This is interesting... after logging out, and in KDM, I can do ctrl-alt-backspace to get the alpha keys working again. It seems like it's not that it's not working, but that there is a GINORMOUS delay between a keystroke and the character showing up on the screen (like the dot for each char in my password). Something close to a minute.
Hi there, since I found out that building openoffice own my own brings better kde integration i always prefered the sources to the binary ebuild. Building OpenOffice with the following build options and some time on hand worked like a charm: Code: [ebuild N ] app-office/openoffice-3.0.0 USE="cups dbus eds gstreamer java kde ldap mono nsplugin opengl pam -binfilter -debug -gnome -gtk -odk -templates" LINGUAS="en -af -ar -as_IN -be_BY -bg -bn -br -bs -ca -cs -cy -da -de -dz -el -en_GB -en_US -en_ZA -eo -es -et -fa -fi -fr -ga -gl -gu_IN -he -hi_IN -hr -hu -it -ja -km -ko -ku -lt -lv -mk -ml_IN -mr_IN -nb -ne -nl -nn -nr -ns -or_IN -pa_IN -pl -pt -pt_BR -ru -rw -sh -sk -sl -sr -ss -st -sv -sw_TZ -ta_IN -te_IN -tg -th -ti_ER -tn -tr -ts -uk -ur_IN -ve -vi -xh -zh_CN -zh_TW -zu" At the end of the build i get to know that some functions like pdf import and presenter screen are only available through extensions. So i downloaded them from the web and try to install them(pdfimport and presenter screen). Well installing doesn't work and I am left with a window saying Quote: loading component library failed: file:///home/andresmh/.openoffice.org/3/user/uno_packages/cache/uno_packages/6x2KSp_/pdfimport.oxt/pdfimport.uno.so On the other hand: Installing the LanguageTool extension (third party) works like a charm. So I searched the web for this error(Ubuntu and Suse know this one). Obviously it has to do with the way openoffice is build. The sun extensions are only installable one openoffice build with STLPort. Now i still have not the faintest idea what this is all about. But still i gave it a shot and found out, that there is an ebuild called STLPort. So I emerged this one and remerged openoffice(I clearly had too much time). What can i say? It was a shot and i "of course" didn't work. So does anyone know what this is all about? How can I emerge openoffice with STLPort? What do I have to do? Thanks in advance for the help Cheers from Dresden, Germany
well i call it all off. I should have just kept on reading the emerge output. Cause further down it says: Quote: * Please use the packages provided in * /usr/lib/openoffice/share/extension/install/ * instead of those from the SUN extension site. Still one question remains: How do i get any other sun build extension to work? Does anybody know a neat source for some hints on this? Thanks a lot.
For my birthday I got a Logitech NX80 mouse and I'm having problems setting it up on X. I hope this topic helps future NX80 owners as well. What I found out about the mouse: wireless laser (resolution: 1000) has standard left and right mouse buttons — buttons 1 and 3 as usual wheel has two speeds/tractions which are triggered by pressing the wheel — buttons 4 and 5 as usual wheel can tilt and therefore scroll horizontally — buttons 7 and 6 (yes, they're inverted! ) pressing the wheel changes the (mechanical) speed of the wheel — button 2 is missing there are two additional buttons on the far right front corner — buttons 8 and 9 'xmodmap' claims that the mouse has 12 buttons (and evdev somewhere between 12 and 20); although I could detect only buttons 1,3,4,5,6,7,8,9 with 'xev' (as I list them above) Problems I have and want to solve: since button 2 is missing, I need some other button (preferably 9) to take the place of the "middle mouse button" fix the wheel tilting, so tilting to the right actually scrolls to the right (instead of left as is the current state) Partial and hackish solution: As already stated in the post below, evdev 2.1 has support for ButtonMapping (and more). While I write this the latest evdev is 2.1_rc3 (a.k.a. 2.0.99.3). To obtain it, I copied 'xf86-input-evdev-2.0.7.ebuild' into 'xf86-input-evdev-2.0.99.3' (yes, this is the lazyman's and inappropriate way of naming ebuilds!) and then emerged it. The relevant section of my 'xorg.conf': Code: Section "InputDevice" ### Logitech NX80 (laser) Identifier "Mouse" Driver "evdev" #Option "Name" "Logitech USB Receiver" Option "Device" "/dev/input/event4" Option "Resolution" "1000" ### The right resolution of this mouse Option "ReopenAttempts" "300" ### So that X finds the mouse again when un- and re-plugged Option "ButtonMapping" "1 0 3 4 5 6 7 8 2" ### For "middle" button to work on the button 9 EndSection Section "InputDevice" Identifier "Synaptics" Driver "synaptics" Option "Device" "/dev/input/event6" Option "Protocol" "auto-dev" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.09" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0015" Option "SHMConfig" "true" Option "Repeater" "/dev/ps2mouse" ### KSynaptics says I need UseShm Option "UseShm" "true" EndSection The above is tested to be right for X, Fluxbox, KDM (and probably other WM as well). But KDE overrides that ButtonMapping setting by its own, making the changes useless — this bug seems relevant . A workaround is to run the following command after KDE has started already: Code: xmodmap -e "pointer = 1 9 3 4 5 6 7 8 2" I'm waiting for that KDE bug to be resolved and not to need to manually override the KDE's automatic overridden misinterpreted setting over while having a perfectly sane and workable 'xorg.conf' setting For a complete solution read the HOWTO . ChangeLog: added 'xev' info edited 'evdev' button number info shortened the 'xorg.conf' code to just what's relevant for pointing devices changed to show how I (partially) solved most of the problems added link to full solution
Upgrading to x11-drivers/xf86-input-evdev-2.0.7 solved the mouse positions and the 3rd button emulation. I heard that evdev 2.1 will understand the ButtonMapping as well, so when it comes out that line should work as well.
Code: $ sudo emerge -v avahi These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] net-dns/avahi-0.6.20-r2 [0.6.19-r2] USE="dbus gdbm gtk mono python qt3* -autoipd -bookmarks -doc -howl-compat -ipv6% -mdnsresponder-compat -qt4 -test" 0 kB <snip/> configure: error: Could not find Python module gtk I solved this by setting the -gtk flag. Should I have done something else? What happens when -gtk is set?
Here's what happens: Code: python? ( >=virtual/python-2.4 gtk? ( >=dev-python/pygtk-2 ) ) I.e., if USE contains python and if it also contains gtk, then we need at least python-2.4 and pygtk-2. If one of those isn't installed, portage will emerge it before avahi. So, if you were getting a complaint that the module wasn't found, I'd guess that pygtk is installed but broken, for whatever reason (since apparently portage thinks the dependency is satisfied). Try running revdep-rebuild, then re-emerge avahi with the gtk USE flag reinstated. If revdep-rebuild doesn't re-emerge pygtk, then emerge it yourself.
Hi, If I click on url link in Kmail, my firefox doesn't start but instead I have 6 "kfm_client" processes and 18 "kio_http" processes launched and nothing happens. I'm using since a few days the "mozilla-firefox-bin" instead "mozilla-firefox" compiled for AMD64, as I wanted Java to run and that the best way to have Java seemed to switch to the firefox binary. Has anyone an idea on what's happening ?
I had to rebuild the link between html file type and "firefox-bin" instead of "firefox". Solved.
Hey everyone. I have a rather peculiar problem. It used to be that whenever I started the computer with a keyboard not hooked up to the machine, x.org would start with really tiny fonts. A restart of the x server solved the problem each time. I never thought much of it (though it was always a curiosity), but for the past two days, for no good reason, x.org has started with really tiny fonts every time I start the machine. I haven't modified the x.org configuration in any way. The x server simply starts with tiny fonts. I use a minimalistic window manager (Fluxbox), so there's no hidden configuration like you might find in Gnome that controls fonts behind the scenes. Has anyone else had this problem, and if so, how did you solve it? It's really irritating me. I just reinstalled Gentoo a couple weeks ago, and everything was working great until now. James
Ok, so after doing some more searching, I finally found someone else who had had the same problem back in 2006. Sure enough, it turned out to be a problem with UseEdidDpi, which was generating the incorrect values for my monitor (DisplaySize was being set to 433 x something when it should have been about 378 x 302.) I added the following to the monitor section of the xorg.conf file: Code: Section "Monitor" [...] Option "UseEdidDpi" "false" DisplaySize 378 302 [...] EndSection For those who may not be familiar with what I just did, the display size is the physical size of the monitor (I think of the displayable portion of the monitor) in millimeters. I actually had to get a ruler out to measure it. UseEdidDpi is supposed to discover and set this value automatically, but sometimes it gets it wrong. The first number is the length in millimeters across the horizontal and the second number the length across the vertical. I still want to know why all of a sudden it went wonky. I've been using an old ATI Radeon without 3D acceleration (just using the standard radeon driver bundled with xorg), and it's always worked fine. Without changing the configuration at all, a couple days ago it just suddenly decided that it wasn't going to autodetect my monitor's settings anymore. That's really weird. If anybody has some insight into why this might happen, I'd love to hear from them. In any event, I was able to circumvent the issue temporarily by manually setting the monitor's size (though now that means I'll have to do some editing again when I buy a new monitor. Grr... ) James
I'm trying to emerge update world, but I have a new dependency called libgksu which won't install: Code: 2008-11-22 18:59:39 (371 KB/s) - `/usr/portage/distfiles/libgksu-2.0.5.tar.gz' saved [497012] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] * checking libgksu-2.0.5.tar.gz ;-) ... [ ok ] >>> Unpacking source... >>> Unpacking libgksu-2.0.5.tar.gz to /var/tmp/portage/x11-libs/libgksu-2.0.5/work * Fixing OMF Makefiles ... [ ok ] * Running elibtoolize in: libgksu-2.0.5 * Applying portage-1.5.10.patch ... * Applying max_cmd_len-1.5.20.patch ... * Applying sed-1.5.6.patch ... * Applying libgksu-2.0.0-fbsd.patch ... [ ok ] >>> Source unpacked. >>> Compiling source in /var/tmp/portage/x11-libs/libgksu-2.0.5/work/libgksu-2.0.5 ... * econf: updating libgksu-2.0.5/config.sub with /usr/share/gnuconfig/config.sub * econf: updating libgksu-2.0.5/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-nls --disable-gtk-doc --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... configure: error: cannot compute suffix of executables: cannot compile and link See `config.log' for more details. !!! Please attach the following file when seeking support: !!! /var/tmp/portage/x11-libs/libgksu-2.0.5/work/libgksu-2.0.5/config.log * * ERROR: x11-libs/libgksu-2.0.5 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2661: Called gnome2_src_compile * environment, line 2040: Called gnome2_src_configure * environment, line 2054: Called econf 'src_compile' 'src_compile' * ebuild.sh, line 519: Called die * The specific snippet of code: * die "econf failed" * The die message: * econf failed As requested above, here is the /var/tmp/portage/x11-libs/libgksu-2.0.5/work/libgksu-2.0.5/config.log I'm on amd64 if that makes any difference.
Code: /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../lib64/crt1.o: In function `_start': (.text+0x20): undefined reference to `main' Code: equery b crt1.o [ Searching for file(s) crt1.o in *... ] sys-libs/glibc-2.8_p20080602 (/usr/lib/crt1.o) -> your answer is that your toolchain is bork, rebuild glibc
I'm having problems setting up a graphical login with kdm. I've just done a stage 3 install followed by emerge -uDaN world, then emerge kde-meta. I have ACCEPT_KEYWORDS="~x86" in my /etc/make.conf, so this emerged kde4. I can start kde from the command line with the command startx. but "# etc/init.d/xdm start" just dies. My /etc/make.config Code: # cat /etc/make.conf CFLAGS="-O2 -march=pentium4 -pipe" CXXFLAGS="-O2 -march=pentium4 -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" USE="-gnome dbus X kde qt4 hal gtk opengl" ACCEPT_KEYWORDS="~x86" FEATURES="parallel-fetch ccache userfetch" CCACHE_SIZE="2G" VIDEO_CARDS="nvidia vesa fbdev" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" Not all the use flags were set during the whole set up. Some were added after the emerge kde-meta while following some howto's, but i have since done an emerge -uDaN world (If I try to run that command now portages says there are no packages needing updated). Some config files: Code: # egrep '^[^#]' /etc/rc.conf rc_parallel="YES" rc_interactive="YES" rc_depend_strict="YES" rc_hotplug="YES" rc_coldplug="YES" rc_plug_services="" rc_logger="NO" unicode="YES" net_fs_list="afs cifs coda davfs fuse gfs ncpfs nfs nfs4 ocfs2 shfs smbfs" rc_tty_number=12 rc_device_tarball="NO" dmesg_level="1" EDITOR="/usr/bin/emacs" DISPLAYMANAGER="kdm" XSESSION="kde-4.1" # cat ~/.xinitrc exec startkde egrep '^[^#]' /etc/X11/xorg.conf Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" Load "glx" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/local/" EndSection Section "ServerFlags" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "LeftAlt" "Meta" Option "XkbRules" "xorg" Option "XkbLayout" "gb" Option "XkbOptions" "grp:Alt_shift_toggle" Option "XkbModel" "pc105" Option "XkbOptions" "altwin:super_win" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" #Enables scroll wheel EndSection Section "Monitor" Identifier "My Monitor" HorizSync 31.5 - 64.3 VertRefresh 50-70 EndSection Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" Driver "vga" EndSection Section "Device" Identifier "** NVIDIA (generic) [nv]" Driver "nvidia" VideoRam 262144 # Insert Clocks lines here if appropriate #Option "RenderAccel" "true" #Option "AllowGLXWithComposite" "true" #Required by beryl Option "AddARGBGLXVisuals" "true" EndSection Section "Screen" Identifier "Screen 1" Device "** NVIDIA (generic) [nv]" Monitor "My Monitor" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "Extensions" #Required by Beryl Option "Composite" "Enable" EndSection The xorg.conf has been copied from a previous install of gentoo on this computer So, can anyone help with why my kdm login dies even tho my kde is working? Cheers
Beats me, but when I do a fresh install, I hold off on the emerge world stuff until I've got everything set up and working - in other words, a strictly by-the-book install. That way, I know it works and if emerge world breaks it I at least know what works and can roll back. I know, not real helpful, but just adding what does work for me.
Hi, Today I tried an emerge -ud world, which wanted to upgrade my (working) kde-4.1.2 to 4.1.3. However, kdelibs-4.1.3-r1 is failing: Code: * Applying kdelibs-4.1.1-cmake-modules.patch ... * Failed Patch: kdelibs-4.1.1-cmake-modules.patch ! * ( /usr/portage/kde-base/kdelibs/files/kdelibs-4.1.1-cmake-modules.patch ) * * Include in your bugreport the contents of: * * /var/tmp/portage/kde-base/kdelibs-4.1.3-r1/temp/kdelibs-4.1.1-cmake-modules.patch-6730.out * * ERROR: kde-base/kdelibs-4.1.3-r1 failed. * Call stack: * ebuild.sh, line 49: Called src_prepare * environment, line 3294: Called base_src_prepare * environment, line 434: Called base_src_util 'autopatch' * environment, line 475: Called epatch '/usr/portage/kde-base/kdelibs/files/kdelibs-4.1.1-cmake-modules.patch' * environment, line 1623: Called die * The specific snippet of code: * die "Failed Patch: ${patchname}!"; * The die message: * Failed Patch: kdelibs-4.1.1-cmake-modules.patch! * * 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/kdelibs-4.1.3-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/kdelibs-4.1.3-r1/temp/environment'. * >>> Failed to emerge kde-base/kdelibs-4.1.3-r1, Log file: >>> '/var/tmp/portage/kde-base/kdelibs-4.1.3-r1/temp/build.log' * Messages for package kde-base/kdelibs-4.1.3-r1: * Failed Patch: kdelibs-4.1.1-cmake-modules.patch ! * ( /usr/portage/kde-base/kdelibs/files/kdelibs-4.1.1-cmake-modules.patch ) * * Include in your bugreport the contents of: * * /var/tmp/portage/kde-base/kdelibs-4.1.3-r1/temp/kdelibs-4.1.1-cmake-modules.patch-6730.out * * ERROR: kde-base/kdelibs-4.1.3-r1 failed. * Call stack: * ebuild.sh, line 49: Called src_prepare * environment, line 3294: Called base_src_prepare * environment, line 434: Called base_src_util 'autopatch' * environment, line 475: Called epatch '/usr/portage/kde-base/kdelibs/files/kdelibs-4.1.1-cmake-modules.patch' * environment, line 1623: Called die * The specific snippet of code: * die "Failed Patch: ${patchname}!"; * The die message: * Failed Patch: kdelibs-4.1.1-cmake-modules.patch! * * 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/kdelibs-4.1.3-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/kdelibs-4.1.3-r1/temp/environment'. * The file /var/tmp/portage/kde-base/kdelibs-4.1.3-r1/temp/kdelibs-4.1.1-cmake-modules.patch-6730.out contains: Code: ***** kdelibs-4.1.1-cmake-modules.patch ***** ============================================= PATCH COMMAND: patch -p0 -g0 -E --no-backup-if-mismatch < /usr/portage/kde-base/kdelibs/files/kdelibs-4.1.1-cmake-modules.patch ============================================= can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -Naur a/cmake/modules/FindKdcraw.cmake b/cmake/modules/FindKdcraw.cmake |--- a/cmake/modules/FindKdcraw.cmake 2008-05-21 13:06:10.000000000 +0200 |+++ b/cmake/modules/FindKdcraw.cmake 2008-09-22 16:33:42.000000000 +0200 -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 30 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -Naur a/cmake/modules/FindKexiv2.cmake b/cmake/modules/FindKexiv2.cmake |--- a/cmake/modules/FindKexiv2.cmake 2008-05-21 13:06:10.000000000 +0200 |+++ b/cmake/modules/FindKexiv2.cmake 2008-09-22 16:32:47.000000000 +0200 -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 56 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -Naur a/cmake/modules/FindKipi.cmake b/cmake/modules/FindKipi.cmake |--- a/cmake/modules/FindKipi.cmake 2008-05-21 13:06:10.000000000 +0200 |+++ b/cmake/modules/FindKipi.cmake 2008-09-22 16:21:37.000000000 +0200 -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored ============================================= PATCH COMMAND: patch -p1 -g0 -E --no-backup-if-mismatch < /usr/portage/kde-base/kdelibs/files/kdelibs-4.1.1-cmake-modules.patch ============================================= patching file cmake/modules/FindKdcraw.cmake ============================================= patching file cmake/modules/FindKdcraw.cmake Hunk #1 FAILED at 69. 1 out of 1 hunk FAILED -- saving rejects to file cmake/modules/FindKdcraw.cmake.rej patching file cmake/modules/FindKexiv2.cmake Hunk #1 FAILED at 68. 1 out of 1 hunk FAILED -- saving rejects to file cmake/modules/FindKexiv2.cmake.rej patching file cmake/modules/FindKipi.cmake Hunk #1 FAILED at 68. 1 out of 1 hunk FAILED -- saving rejects to file cmake/modules/FindKipi.cmake.rej ============================================= PATCH COMMAND: patch -p2 -g0 -E --no-backup-if-mismatch < /usr/portage/kde-base/kdelibs/files/kdelibs-4.1.1-cmake-modules.patch ============================================= can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -Naur a/cmake/modules/FindKdcraw.cmake b/cmake/modules/FindKdcraw.cmake |--- a/cmake/modules/FindKdcraw.cmake 2008-05-21 13:06:10.000000000 +0200 |+++ b/cmake/modules/FindKdcraw.cmake 2008-09-22 16:33:42.000000000 +0200 -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 30 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -Naur a/cmake/modules/FindKexiv2.cmake b/cmake/modules/FindKexiv2.cmake |--- a/cmake/modules/FindKexiv2.cmake 2008-05-21 13:06:10.000000000 +0200 |+++ b/cmake/modules/FindKexiv2.cmake 2008-09-22 16:32:47.000000000 +0200 -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 56 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -Naur a/cmake/modules/FindKipi.cmake b/cmake/modules/FindKipi.cmake |--- a/cmake/modules/FindKipi.cmake 2008-05-21 13:06:10.000000000 +0200 |+++ b/cmake/modules/FindKipi.cmake 2008-09-22 16:21:37.000000000 +0200 -------------------------- |+++ b/cmake/modules/FindKipi.cmake 2008-09-22 16:21:37.000000000 +0200 -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored ============================================= PATCH COMMAND: patch -p3 -g0 -E --no-backup-if-mismatch < /usr/portage/kde-base/kdelibs/files/kdelibs-4.1.1-cmake-modules.patch ============================================= can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -Naur a/cmake/modules/FindKdcraw.cmake b/cmake/modules/FindKdcraw.cmake |--- a/cmake/modules/FindKdcraw.cmake 2008-05-21 13:06:10.000000000 +0200 |+++ b/cmake/modules/FindKdcraw.cmake 2008-09-22 16:33:42.000000000 +0200 -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 30 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -Naur a/cmake/modules/FindKexiv2.cmake b/cmake/modules/FindKexiv2.cmake |--- a/cmake/modules/FindKexiv2.cmake 2008-05-21 13:06:10.000000000 +0200 |+++ b/cmake/modules/FindKexiv2.cmake 2008-09-22 16:32:47.000000000 +0200 -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 56 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -Naur a/cmake/modules/FindKipi.cmake b/cmake/modules/FindKipi.cmake |--- a/cmake/modules/FindKipi.cmake 2008-05-21 13:06:10.000000000 +0200 |+++ b/cmake/modules/FindKipi.cmake 2008-09-22 16:21:37.000000000 +0200 -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored ============================================= PATCH COMMAND: patch -p4 -g0 -E --no-backup-if-mismatch < /usr/portage/kde-base/kdelibs/files/kdelibs-4.1.1-cmake-modules.patch PATCH COMMAND: patch -p4 -g0 -E --no-backup-if-mismatch < /usr/portage/kde-base/kdelibs/files/kdelibs-4.1.1-cmake-modules.patch ============================================= missing header for unified diff at line 4 of patch can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -Naur a/cmake/modules/FindKdcraw.cmake b/cmake/modules/FindKdcraw.cmake |--- a/cmake/modules/FindKdcraw.cmake 2008-05-21 13:06:10.000000000 +0200 |+++ b/cmake/modules/FindKdcraw.cmake 2008-09-22 16:33:42.000000000 +0200 -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored missing header for unified diff at line 30 of patch can't find file to patch at input line 30 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -Naur a/cmake/modules/FindKexiv2.cmake b/cmake/modules/FindKexiv2.cmake |--- a/cmake/modules/FindKexiv2.cmake 2008-05-21 13:06:10.000000000 +0200 |+++ b/cmake/modules/FindKexiv2.cmake 2008-09-22 16:32:47.000000000 +0200 -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored missing header for unified diff at line 56 of patch can't find file to patch at input line 56 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -Naur a/cmake/modules/FindKipi.cmake b/cmake/modules/FindKipi.cmake |--- a/cmake/modules/FindKipi.cmake 2008-05-21 13:06:10.000000000 +0200 |+++ b/cmake/modules/FindKipi.cmake 2008-09-22 16:21:37.000000000 +0200 -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored my emerge --info is: Code: Portage 2.2_rc12 (default/linux/amd64/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-gentoo-r7 x86_64) ================================================================= System uname: Linux-2.6.25-gentoo-r7-x86_64-AMD_Athlon-tm-_64_X2_Dual_Core_Processor_5600+-with-glibc2.2.5 Timestamp of tree: Wed, 12 Nov 2008 04:23:01 +0000 app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.5.2-r7 dev-util/cmake: 2.6.2 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=k8 -O2 -fomit-frame-pointer -msse3 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-march=k8 -O2 -fomit-frame-pointer -msse3 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="collision-protect distlocks parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://gentoo.virginmedia.com/sites/gentoo " LC_ALL="en_GB.UTF-8" LDFLAGS="-Wl,-O1,--as-needed,--hash-style=gnu,--sort-common" LINGUAS="en en_GB" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/portage/local/layman/kde-testing /usr/portage/local/layman/kde-testing /usr/portage/local /usr/portage/local" SYNC="rsync://newserver/gentoo-portage" USE="3dnow 3dnowext X a52 aac acpi alsa amarok amazon amd64 ao arts artswrappersuid audiofile binary-drivers branding bzip2 cairo cdaudio cdr clucene cpudetection cups curl cxx dbus doc dri dv dvd dvdnav dvdr dvdread encode exif fam ffmpeg firefox flac ftp gif gimp glibc-omitfp hal htmlhandbook http ieee1394 imagemagick imlib ithreads javascript joystick jpeg kde kdehiddenvisibility kqemu ladspa lame libsamplerate lm_sensors logrotate mad midi mikmod mjpeg mmap mmx mmxext motif mp3 mp4 mpeg mpeg2 mplayer multilib musicbrainz ncurses nfs nls nptl nptlonly nsplugin ntfs nvidia ogg opengl pam parted pcre pda pdf perl perlsuid pmount png ppds python qemu qt3 qt3support qt4 quicktime rar readline realmedia reiserfs rtc scanner sdl semantic-desktop sensord session smp sndfile spamassassin spell sqlite sse sse2 ssl ssse3 svg threads threadsafe tiff truetype type1 unicode unzip usb vcd visualization vorbis webdav webdav-neon wmp xcb xcomposite xforms xfs xine xml xorg xpm xulrunner xv xvid xvmc zip zlib" ALSA_CARDS="ice1712" ALSA_PCM_PLUGINS="adpcm alaw copy dshare dsnoop extplug file hooks ladspa lfloat linear meter mulaw multi null rate route share shm asym dmix empty iec958 ioplug plug 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 ps2mouse joystick" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en en_GB" USERLAND="GNU" VIDEO_CARDS="vesa nv nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Any suggestions anyone? Sorry for the long post....
hmm, no idea - works for me - try upgrading portage to rc14 and remember to use 'su- ' just in any case
I thought my temp files were purged upon login, but just got this error after updating to kernel 2.6.26-r3. Booting into an older kernel does the same thing as well. When I log into kde, it loops back to the login screen. When I boot from console and try to startkde, I get this: Quote: /usr/kde/3.5/bin/startkde: line 84: cannot create temp file for here document: No space left on device xset: bad font path element (#60), possible causes are: Directory does not exist or has wrong permissions Directory missing fonts.dir Incorrect font server address or syntax Error: Can not create directory "/tmp/kde-donald". Error: Can not create directory "/tmp/kde-donaldr5bD4p". startkde: Cal to lnusertemp failed (temporary directories full?). Check your installation. waiting for X server to shut down FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing. I'm not sure how to check (or purge) these temp files... any ideas?
I would start by looking at the output of Code: # df -h
Hi there, Yeah, 4.1.3 has been released with many fixes but there seems to be an issue with libkdepim-4.1.3, i got the following error on an X86_64 system: Code: -- Performing Test HAVE_ASSUAN_FD_T -- Performing Test HAVE_ASSUAN_FD_T - Success -- Looking for assuan_inquire_ext -- Looking for assuan_inquire_ext - found -- Performing Test HAVE_NEW_STYLE_ASSUAN_INQUIRE_EXT terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::erase /var/tmp/portage/kde-base/libkdepim-4.1.3/temp/environment: line 856: 29881 Aborted cmake -C "${TMPDIR}/gentoo_common_config.cmake" ${cmakeargs} "${S}" * * ERROR: kde-base/libkdepim-4.1.3 failed. * Call stack: * ebuild.sh, line 49: Called src_configure * environment, line 3399: Called kde4-meta_src_configure * environment, line 2676: Called kde4-base_src_configure * environment, line 2411: Called cmake-utils_src_configureout * environment, line 863: Called die * The specific snippet of code: * cmake -C "${TMPDIR}/gentoo_common_config.cmake" ${cmakeargs} "${S}" || die "Cmake failed"; * The die message: * Cmake failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/log/portage/kde-base:libkdepim-4.1.3:20081110-090621.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/libkdepim-4.1.3/temp/environment'. * Is there somebody with the same issue? Greets, Andreas
Hi again, It seems that restarting with emerge --resume -DuN world solved the problem. I also merged media-sound/lame and kde-base/svgpart before. Greets, Andreas
Hi everyone. I don't get any KDE 4.1.3 programs to work, if I call them as root. Every other program works (xclock, firefox, ...). My bash commands in a konsole terminal: Code: user@mrtux ~ $ su Passwort: root@mrtux:/home/user> xclock Warning: Missing charsets in String to FontSet conversion root@mrtux:/home/user> firefox root@mrtux:/home/user> kuser <no response, waiting 1h...!> ^C root@mrtux:/home/user> I'm running xorg-server-1.4.2, hal-0.5.11-r4 and dbus-1.2.3-r1 USE="X -debug -doc (-selinux)". Update: there's no log entry in /var/log/messages Thanks for any advices... Claudio
Yeah great!
How do I configure konsole so that whenever I start it it does not try to create a root shell? It does this however I start it, from CLI, or from the KMenu, or from F6 in Konq. Thanks
are you logged in as root?
Hi, I'm using my laptop's multimedia keys to increase/decrease the system volume, via KMix. However, I don't see an OSD for KMix, like I did in Kubuntu. I tried installing KMilo, but it didn't seem to do anything, even after I started its service from the Control Center. Does anyone know how to configure KMilo, or what other program I should use to get the OSD? Thanks!
It didn't, but oddly enough, when I tried to increase/decrease the volume now, I got an OSD... As long as it works, I'm happy
hi i have updated my X recently and now whenever i start compiz, xorg started to freezes itself =/ Code: gentoo-mobile ~ # emerge -vp xorg-server x11-drm * Overlay eclasses override eclasses from PORTDIR: * * '/usr/portage/local/layman/vmware/eclass/vmware.eclass' * '/usr/portage/local/layman/vmware/eclass/vmware-mod.eclass' * * It is best to avoid overriding eclasses from PORTDIR because it will * trigger invalidation of cached ebuild metadata that is distributed with * the portage tree. If you must override eclasses from PORTDIR then you * are advised to add FEATURES="metadata-transfer" to /etc/make.conf and to * run `emerge --regen` after each time that you run `emerge --sync`. Set * PORTAGE_ECLASS_WARNING_ENABLE="0" in /etc/make.conf if you would like to * disable this warning. These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] x11-base/x11-drm-20080710 VIDEO_CARDS="intel -mach64 -mga -nv -r128 -radeon -savage -sis (-sunffb) -tdfx -via -xgi" 0 kB [ebuild R ] x11-base/xorg-server-1.5.2 USE="dri hal ipv6 nptl sdl xorg -3dfx -debug -dmx -kdrive -minimal" INPUT_DEVICES="evdev keyboard mouse synaptics -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -fpit -hyperpen -jamstudio -joystick -magellan -microtouch -mutouch -palmax -penmount -spaceorb -summa -tek4957 -ur98 -vmmouse -void -wacom" VIDEO_CARDS="intel -apm -ark -ast -chips -cirrus -cyrix -dummy -epson -fbdev -fglrx -geode -glint -i128 -i740 (-impact) -imstt -mach64 -mga -neomagic (-newport) -nsc -nv -nvidia -r128 -radeon -radeonhd -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vermilion -vesa -vga -via -vmware -voodoo -xgi" 0 kB Total: 2 packages (2 reinstalls), Size of downloads: 0 kB gentoo-mobile ~ # Code: gentoo-mobile ~ # cat /etc/X11/xorg.conf Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 # InputDevice "Synaptics" "CorePointer" # InputDevice "Mouse0" "SendCoreEvents" # InputDevice "Keyboard0" "CoreKeyboard" Option "AIGLX" "true" EndSection Section "Module" Load "dri" Load "glx" Load "dbe" Load "freetype" Load "type1" Load "drm" 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 "InputDevice" # Identifier "Synaptics" # Driver "synaptics" # Option "SendCoreEvents" # Option "Protocol" "auto-dev" # Option "SHMConfig" "on" #EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" # Option "DPMS" EndSection Section "Device" Identifier "Card0" Driver "intel" Option "DRI" "true" Option "SWcursor" "false" Option "AccelMethod" "EXA" VendorName "Intel Corporation" BoardName "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Virtual 2048 2048 EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "DRI" Group "video" Mode 0666 EndSection gentoo-mobile ~ #
1) emerge xorg-server (apperantly there is a dependency, which needs reinsalling). 2) read the wiki: http://209.85.135.104/search?q=cache:5OC3VKnCqXwJ:www.gentoo-wiki.com/Compiz+gentoo+wiki+compiz&hl=bg&ct=clnk&cd=1&client=opera 3) Start a xterm and from there start compiz fusion, so that we can have a look at the error. ps: havent played dota for a while
Hi, I would like to change the settings for macro security but clicking on the button in the options to bring up the dialog does.. well.. nothing.. Any ideas?
Aha.. recompiling with the firefox-useflag set solved that..
Well as the title implies i have xorg problems. Im running a ~AMD system completely up to date as of 16/11/2008. Unfortunatly I have not set up my wifi drivers in linux yet and i only have access to a wired internet conection for about 2h a day. I was able to get a limited amount of information from copying files but hopefully it will be enough for you get a rough idea of where i am so i can suply more information. This is what it breaks down into. When i run 'xorg-conf' the screen flashes black and stays like that, and CTRL+ALT+BACKSPACE does not work. After changing to another screen (ALT+F2) and changing back (ALT+F1) everything is good and i see some information about my xorg. Upon looking at the file it generated i see some problems right away. My system has an nvidia board on it, ethernet adapter, usb adapter etc are all nvidia. Durring the hardware detection it detects all of these as display drivers and tries to load them with the nvidia driver. What i can get is my xorg.conf and my xorg.8.log Xorg.8.log Code: X.Org X Server 1.5.2 Release Date: 10 October 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.27-gentoo-r2 x86_64 Current Operating System: Linux localhost 2.6.27-gentoo-r2 #1 SMP Fri Nov 14 19:42:17 CET 2008 x86_64 Build Date: 16 November 2008 10:32:18PM 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.8.log", Time: Mon Nov 17 19:54:44 2008 (II) Open ACPI successful (/var/run/acpid.socket) (II) Loader magic: 0x79d1a0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 X.Org Font Renderer : 0.6 (II) Loader running on linux (--) using VT number 7 (--) PCI: (0@0:1:3) nVidia Corporation MCP78S [GeForce 8200] Co-Processor rev 162, Mem @ 0xc0080000/524288 (--) PCI:*(0@2:0:0) nVidia Corporation unknown chipset (0x0845) rev 162, Mem @ 0xc1000000/16777216, 0xd0000000/268435456, 0xc4000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/131072 List of video drivers: nvidia vesa (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: "vesa" (II) Loading /usr/lib64/xorg/modules/drivers//vesa_drv.so (II) Module vesa: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.3.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [20] -1 0 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] [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [25] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [27] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [29] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) Primary Device is: PCI 02@00:00:0 (II) NVIDIA dlloader X Driver 177.80 Wed Oct 1 14:50:00 PDT 2008 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) VESA: driver for VESA chipsets: vesa (++) Using config file: "/root/xorg.conf.new" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Screen "Screen1" (1) (**) | |-->Monitor "Monitor1" (**) | |-->Device "Card1" (**) |-->Screen "Screen2" (2) (**) | |-->Monitor "Monitor2" (**) | |-->Device "Card2" (**) |-->Screen "Screen3" (3) (**) | |-->Monitor "Monitor3" (**) | |-->Device "Card3" (**) |-->Screen "Screen4" (4) (**) | |-->Monitor "Monitor4" (**) | |-->Device "Card4" (**) |-->Screen "Screen5" (5) (**) | |-->Monitor "Monitor5" (**) | |-->Device "Card5" (**) |-->Screen "Screen6" (6) (**) | |-->Monitor "Monitor6" (**) | |-->Device "Card6" (**) |-->Screen "Screen7" (7) (**) | |-->Monitor "Monitor7" (**) | |-->Device "Card7" (**) |-->Screen "Screen8" (8) (**) | |-->Monitor "Monitor8" (**) | |-->Device "Card8" (**) |-->Screen "Screen9" (9) (**) | |-->Monitor "Monitor9" (**) | |-->Device "Card9" (**) |-->Screen "Screen10" (10) (**) | |-->Monitor "Monitor10" (**) | |-->Device "Card10" (**) |-->Screen "Screen11" (11) (**) | |-->Monitor "Monitor11" (**) | |-->Device "Card11" (**) |-->Screen "Screen12" (12) (**) | |-->Monitor "Monitor12" (**) | |-->Device "Card12" (**) |-->Screen "Screen13" (13) (**) | |-->Monitor "Monitor13" (**) | |-->Device "Card13" (**) |-->Screen "Screen14" (14) (**) | |-->Monitor "Monitor14" (**) | |-->Device "Card14" (**) |-->Screen "Screen15" (15) (**) | |-->Monitor "Monitor15" (**) | |-->Device "Card15" (**) |-->Screen "Screen16" (16) (**) | |-->Monitor "Monitor16" (**) | |-->Device "Card16" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Automatically adding devices (==) Automatically enabling devices (==) Including the default font path /usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/OTF,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/. (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/, /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ (**) ModulePath set to "/usr/lib64/xorg/modules" (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.2, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "wfb" (II) LoadModule: "wfb" (II) Loading /usr/lib64/xorg/modules//libwfb.so (II) Module wfb: vendor="X.Org Foundation" compiled for 1.5.2, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in and xorg.conf Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" Screen 2 "Screen2" RightOf "Screen1" Screen 3 "Screen3" RightOf "Screen2" Screen 4 "Screen4" RightOf "Screen3" Screen 5 "Screen5" RightOf "Screen4" Screen 6 "Screen6" RightOf "Screen5" Screen 7 "Screen7" RightOf "Screen6" Screen 8 "Screen8" RightOf "Screen7" Screen 9 "Screen9" RightOf "Screen8" Screen 10 "Screen10" RightOf "Screen9" Screen 11 "Screen11" RightOf "Screen10" Screen 12 "Screen12" RightOf "Screen11" Screen 13 "Screen13" RightOf "Screen12" Screen 14 "Screen14" RightOf "Screen13" Screen 15 "Screen15" RightOf "Screen14" Screen 16 "Screen16" RightOf "Screen15" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib64/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "extmod" Load "dri" Load "dbe" Load "wfb" Load "record" Load "xtrap" Load "glx" 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 "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor2" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor3" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor4" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor5" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor6" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor7" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor8" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor9" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor10" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor11" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor12" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor13" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor14" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor15" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor16" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "Unknown Board" BusID "PCI:2:0:0" EndSection Section "Device" Identifier "Card1" Driver "nvidia" VendorName "nVidia Corporation" BoardName "MCP78S [GeForce 8200] Memory Controller" BusID "PCI:0:0:0" EndSection Section "Device" Identifier "Card2" Driver "nvidia" VendorName "nVidia Corporation" BoardName "Unknown Board" BusID "PCI:0:1:0" EndSection Section "Device" Identifier "Card3" Driver "nvidia" VendorName "nVidia Corporation" BoardName "MCP78S [GeForce 8200] SMBus" BusID "PCI:0:1:1" EndSection Section "Device" Identifier "Card4" Driver "nvidia" VendorName "nVidia Corporation" BoardName "MCP78S [GeForce 8200] Co-Processor" BusID "PCI:0:1:3" EndSection Section "Device" Identifier "Card5" Driver "nvidia" VendorName "nVidia Corporation" BoardName "MCP78S [GeForce 8200] Memory Controller" BusID "PCI:0:1:4" EndSection Section "Device" Identifier "Card6" Driver "nvidia" VendorName "nVidia Corporation" BoardName "MCP78S [GeForce 8200] OHCI USB 1.1 Controller" BusID "PCI:0:2:0" EndSection Section "Device" Identifier "Card7" Driver "nvidia" VendorName "nVidia Corporation" BoardName "MCP78S [GeForce 8200] EHCI USB 2.0 Controller" BusID "PCI:0:2:1" EndSection Section "Device" Identifier "Card8" Driver "nvidia" VendorName "nVidia Corporation" BoardName "MCP78S [GeForce 8200] OHCI USB 1.1 Controller" BusID "PCI:0:4:0" EndSection Section "Device" Identifier "Card9" Driver "nvidia" VendorName "nVidia Corporation" BoardName "MCP78S [GeForce 8200] EHCI USB 2.0 Controller" BusID "PCI:0:4:1" EndSection Section "Device" Identifier "Card10" Driver "nvidia" VendorName "nVidia Corporation" BoardName "MCP78S [GeForce 8200] IDE" BusID "PCI:0:6:0" EndSection Section "Device" Identifier "Card11" Driver "nvidia" VendorName "nVidia Corporation" BoardName "Unknown Board" BusID "PCI:0:7:0" EndSection Section "Device" Identifier "Card12" Driver "nvidia" VendorName "nVidia Corporation" BoardName "MCP78S [GeForce 8200] PCI Bridge" BusID "PCI:0:8:0" EndSection Section "Device" Identifier "Card13" Driver "nvidia" VendorName "nVidia Corporation" BoardName "Unknown Board" BusID "PCI:0:9:0" EndSection Section "Device" Identifier "Card14" Driver "nvidia" VendorName "nVidia Corporation" BoardName "MCP78S [GeForce 8200] Ethernet" BusID "PCI:0:10:0" EndSection Section "Device" Identifier "Card15" Driver "nvidia" VendorName "nVidia Corporation" BoardName "MCP78S [GeForce 8200] PCI Express Bridge" BusID "PCI:0:11:0" EndSection Section "Device" Identifier "Card16" Driver "nvidia" VendorName "nVidia Corporation" BoardName "Unknown Board" BusID "PCI:0:20:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen2" Device "Card2" Monitor "Monitor2" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen3" Device "Card3" Monitor "Monitor3" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen4" Device "Card4" Monitor "Monitor4" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen5" Device "Card5" Monitor "Monitor5" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen6" Device "Card6" Monitor "Monitor6" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen7" Device "Card7" Monitor "Monitor7" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen8" Device "Card8" Monitor "Monitor8" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen9" Device "Card9" Monitor "Monitor9" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen10" Device "Card10" Monitor "Monitor10" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen11" Device "Card11" Monitor "Monitor11" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen12" Device "Card12" Monitor "Monitor12" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen13" Device "Card13" Monitor "Monitor13" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen14" Device "Card14" Monitor "Monitor14" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen15" Device "Card15" Monitor "Monitor15" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen16" Device "Card16" Monitor "Monitor16" 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 If you need anymore info it would be nice to explain if (possible) how to save terminal output to a text file. I am not in the mood for writing down 100s of lines of text, and since X is not working i do not know how to copy paste.
Do you actually use 16 monitors on 16 nvidia cards? (I haven't seen a system capable of this so....just asking here ;])
Hi all! I've been having this problem for a while, both using KDE 3.5 and 4.1 (Both stand alone). I have a feeling that it has to do with user rights since the system behaves rather appropriate while loggin in as root but not while logged in as a common user. It has to do with screen resolution settings and keeping them. I have a Dell Precision M4300 using a Nvidia card, which works butifully. However. In KDE 3.5.x I was able as root to set the appropriate screen resolution for both docked and undocked settings. So when starting up the system in either setting, KDE came up with the correct screen resolution. When logging on as a regular user in docked state (external screen uses slightly lower resolution) I had to lower the resolution each time starting the system manually. Some how, KDE did not save the settings. Then I was using Nvidia driver 168.xx something I think. Now I have reinstalled the system due to HDD failure. I thought I would give KDE 4.1.3 a try. Installed beautilfully and behaves quite good and stable. I use Nvidia driver 173.xx at the moment. However, the screen resolution issue remains also adding a rather annoying issue while logging on as a regular user in docked mode. While doing so, the system thinks I'm using it undocked with open lid, since my external screen goes into sleep mode after X is initiated and turns on the internal screen while closed. I have to open the lid and use the fn-key and redirect the signal to external screen. While logging on as root, it is another thing. I don't have to do a thing. It readjusts the screen resolution from 1920x1200 (internal screen) automatically, momentarily flickering the screen, to 1680x1050 (external screen). Also, as root I'm able to manually chose the external resolution as it is available in the screen resolution options, while as a regular user, I'm not. Its not even present. The next one after 1920x1200 is 1600x1200. Not acceptable. I do not want to use root as it is stupid from a security point of view. The regular user is member of wheel, video, audio etc. Does anyone have any ideas? Have I missed something obvious? I'm greatful for any help or tips... Sincerely /Thomas
i'm curious if you tried KDM, does logging in as root vs normal user change the resolution then? I'm wondering if it is an .xinitrc setting or something KDE related...
I want to emerge rox with my fvwm.But I don't know how to choose the local USE. Example: [ebuild N ] dev-python/pygobject-2.14.2 USE="X -debug -doc -examples -libffi" [ebuild N ] net-misc/curl-7.18.2 USE="ssl -ares -gnutls -idn -ipv6 -kerberos -ldap -libssh2 -nss -test" [ebuild N ] dev-libs/libgcrypt-1.4.0-r1 USE="nls -bindist -idea" Shall I use libffi in pygobject?It is a signal connected from C. Shall I use gnutls?It is famous. Shall I use nss?It is the crypto engine. Shall I use idea?It is an algorithm to encrypt and decrypt.
LaoLiulaoliu wrote: Shall I use libffi in pygobject?It is a signal connected from C. Shall I use gnutls?It is famous. Shall I use nss?It is the crypto engine. Shall I use idea?It is an algorithm to encrypt and decrypt. I use rox and fvwm. I didn't enable any extra use flags for that. I do have gnutls in my /etc/make.conf, but that is for exim because my ISP does TLS authentication. You don't need to set use flags unless you are certain that you need a use flag and why you need it. Also the flags can always later be adjusted if there is some functionality that you wish to have/not have.
i used to have this working. as of 08.11.2008 kdm stoped to start. here's the bug report https://bugs.gentoo.org/show_bug.cgi?id=246355 however, i manage to start kdm being logged in to the system and issuing the following command: Code: /etc/init.d/xdm restart emerging evdev and replacing the Driver="kbd" with Driver="evdev" didn't solve the problem either. it makes me wonder why kdm does not start right on, but it starts with me being logged in and restarting xdm.
raising ServerTimeout in the /usr/share/config/kdm/kdmrc file to 60 resolved the problem.
Hi, All... I have a paid subscription Rhapsody account ( www.rhapsody.com ) for a Windows machine... ...But I want to play Rhapsody music, as well, on my gentoo laptop. Where do I start? Where do I get the necessary Firefox plugin? Must I have Wine or other software to get this to work? Would someone please give me some pointers? Thanks!!
Found the Firefox plugin for Rhapsody: http://forms.real.com/real/player/download.html?f=unix/rhapx/RhapsodyPlayerEngine_Inst_Linux.xpi Works immediately, no config necessary!!
Hi! After installing kde4, I found I cannot use special effects because I don't have XComposite and XDamage. How do I set these "things" up? BTW, I have a Nvidia card. Thanks.
Take a look in an old GWN
Is there a way to compile Xorg so that it does not build in support for remote X session?
no, that is inherent part of the protocol. But luckily X does not listen per default in gentoo. And for ssh - you can turn that off in the configs (afaik).
I got an error trying to emerge x11-base/xorg-server-1.5.2 Call stack: ebuild.sh, line 49: Called src_compile environment, line 3111: Called x-modular_src_compile environment, line 3926: Called x-modular_src_make environment, line 3962: Called die The sepcific snippet of code: emake || die "emake failed" The die message: "emake failed" Anybody have any ideas what to do?
aaargh, for a start please tail -n 50 (or so) the log...
Hi, I'm running KDE 3.5.9, and sometimes my keyboard just randomly stops working (my mouse is fine). If I log out, my keyboard is working again. There doesn't seem to be any pattern to when this problem shows up. Any ideas? Thanks!
Here is /var/log/messages right around when it happened: Code: Sep 8 19:55:29 bebop ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 16 (level, low) -> IRQ 16 Sep 8 19:55:29 bebop PM: Writing back config space on device 0000:02:00.0 at offset 1 (was 100102, writing 40100106) Sep 8 19:55:29 bebop iwl4965: Radio disabled by HW RF Kill switch Sep 8 19:55:29 bebop ACPI: PCI interrupt for device 0000:02:00.0 disabled Sep 8 19:57:29 bebop ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 16 (level, low) -> IRQ 16 Sep 8 19:57:29 bebop PM: Writing back config space on device 0000:02:00.0 at offset 1 (was 100102, writing 40100106) Sep 8 19:57:29 bebop iwl4965: Radio disabled by HW RF Kill switch Sep 8 19:57:29 bebop ACPI: PCI interrupt for device 0000:02:00.0 disabled Sep 8 19:59:29 bebop ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 16 (level, low) -> IRQ 16 Sep 8 19:59:29 bebop PM: Writing back config space on device 0000:02:00.0 at offset 1 (was 100102, writing 40100106) Sep 8 19:59:29 bebop iwl4965: Radio disabled by HW RF Kill switch Sep 8 19:59:29 bebop ACPI: PCI interrupt for device 0000:02:00.0 disabled Sep 8 20:00:01 bebop cron[7785]: (root) CMD (rm -f /var/spool/cron/lastrun/cron.hourly) Sep 8 20:00:01 bebop cron[7784]: (root) CMD (test -x /usr/sbin/run-crons && /usr/sbin/run-crons ) Sep 8 20:00:46 bebop conky[5237]: segfault at 84 ip 0804e286 sp bffc4780 error 4 in conky[8048000+2c000] Sep 8 20:00:46 bebop conky[5241]: segfault at 84 ip 0804e286 sp bfc03bc0 error 4 in conky[8048000+2c000] Sep 8 20:00:46 bebop conky[5231]: segfault at 84 ip 0804e286 sp bf821f70 error 4<6>conky[5236]: segfault at 84 ip 0804e286 sp b f977130 error 4<6>conky[5238]: segfault at 84 ip 0804e286 sp bfbe93a0 error 4<6>conky[5235]: segfault at 84 ip 0804e286 sp bf810 7d0 error 4<6>conky[5239]: segfault at 84 ip 0804e286 sp bf8b6070 error 4 in conky[8048000+2c000] Sep 8 20:00:46 bebop in conky[8048000+2c000] Sep 8 20:00:46 bebop in conky[8048000+2c000] Sep 8 20:00:46 bebop conky[5242]: segfault at 84 ip 0804e286 sp bf88a840 error 4 in conky[8048000+2c000] Sep 8 20:00:46 bebop in conky[8048000+2c000] Sep 8 20:00:46 bebop in conky[8048000+2c000] Sep 8 20:00:46 bebop conky[5233]: segfault at 84 ip 0804e286 sp bf99a7d0 error 4<6>conky[5240]: segfault at 84 ip 0804e286 sp b f99d960 error 4 in conky[8048000+2c000] Sep 8 20:00:46 bebop in conky[8048000+2c000] Sep 8 20:00:49 bebop kdm: :0[4762]: pam_unix(kde:session): session closed for user srunni
This is the weirdest damn thing I've ever seen. All the sudden, the lowercase i does not respond when pressed. Uppercase I works only with the shift key. Shift-lock I doesn't work either. All the other keys work, both upper and lower. Lowercase i works in other apps, like right now as I'm typing. There is no keycode error in dmesg, nor any other helpful error. Lowercase i also works fine if I Ctrl-Alt-F1 to tty1. I have Ubuntu 8.10 Intrepred Ibex installed and lowercase i works fine with gnome-terminal there, so it isn't hardware failure. There must be something wrong with my gentoo install. It's been working fine for the past 1 1/2 months and this is a new laptop. This has me stumped. Any help is greatly appreciated. I had to ssh into my laptop from my server just to run these commands. # emerge --info Code: Portage 2.1.4.5 (default/linux/x86/2008.0/desktop, gcc-4.1.2, glibc-2.6.1-r0, 2.6.27-gentoo-r2 i686) ================================================================= System uname: 2.6.27-gentoo-r2 i686 AMD Turion Dual-Core RM-70 Timestamp of tree: Sat, 15 Nov 2008 15:15:01 +0000 app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.5.2-r7 dev-util/cmake: 2.4.6-r1 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=k8 -O2 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /var/bind" 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="-march=k8 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LDFLAGS="-Wl,-O1" LINGUAS="en_US en" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/portage/local/layman/desktop-effects /usr/portage/local/layman/lcd-filtering /usr/portage/local/layman/webapps-experimental /usr/local/portage" SYNC="rsync://rsync21.us.gentoo.org/gentoo-portage" USE="3dnowext X aac acl acpi alsa berkdb bluetooth branding bzip2 cairo cdda cddb cdr cli cracklib crypt cups dbus dri dts dvd dvdr dvdread eds emboss encode esd evo exif fam ffmpeg firefox flac fortran fuse gdbm gif gnome gnome-keyring gpm gstreamer gtk hal iconv id3tag isdnlog jpeg laptop ldap libnotify mad midi mikmod mmx mmxext mp3 mpeg mudflap nautilus ncurses network-cron nls nptl nptlonly nsplugin ogg opengl openmp pam pcre pdf perl png ppds pppd python qt3 qt3support qt4 quicktime readline reflection samba sdl session spell spl sse2 ssl startup-notification suexec svg swat sysfs tcpd threads tiff truetype unicode usb vorbis win32codecs x86 xml xorg xulrunner xv xvmc zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_US en" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS # lspci Code: 00:00.0 RAM memory: nVidia Corporation MCP78S [GeForce 8200] Memory Controller (rev a2) 00:01.0 ISA bridge: nVidia Corporation Device 075e (rev a2) 00:01.1 SMBus: nVidia Corporation MCP78S [GeForce 8200] SMBus (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 IDE interface: nVidia Corporation CP78S [GeForce 8200] SATA Controller (non-AHCI mode) (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:14.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Bridge (rev a1) 00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 11h HyperTransport Configuration (rev 40) 00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 11h Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 11h DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 11h Miscellaneous Control 00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 11h Link Control 02:00.0 VGA compatible controller: nVidia Corporation Device 0845 (rev a2) 07:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01) kernel config Code: # CONFIG_64BIT is not set CONFIG_X86_32=y # CONFIG_X86_64 is not set CONFIG_X86=y CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig" # CONFIG_GENERIC_LOCKBREAK is not set 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_GENERIC_GPIO is not set CONFIG_ARCH_MAY_HAVE_PC_FDC=y # CONFIG_RWSEM_GENERIC_SPINLOCK is not set CONFIG_RWSEM_XCHGADD_ALGORITHM=y # CONFIG_ARCH_HAS_ILOG2_U32 is not set # CONFIG_ARCH_HAS_ILOG2_U64 is not set CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y CONFIG_GENERIC_CALIBRATE_DELAY=y # CONFIG_GENERIC_TIME_VSYSCALL is not set CONFIG_ARCH_HAS_CPU_RELAX=y CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y CONFIG_HAVE_SETUP_PER_CPU_AREA=y # CONFIG_HAVE_CPUMASK_OF_CPU_MAP is not set CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_SUSPEND_POSSIBLE=y # CONFIG_ZONE_DMA32 is not set CONFIG_ARCH_POPULATES_NODE_MAP=y # CONFIG_AUDIT_ARCH is not set CONFIG_ARCH_SUPPORTS_AOUT=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_X86_32_SMP=y CONFIG_X86_HT=y CONFIG_X86_BIOS_REBOOT=y CONFIG_X86_TRAMPOLINE=y CONFIG_KTIME_SCALAR=y 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=y CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y CONFIG_POSIX_MQUEUE=y # CONFIG_BSD_PROCESS_ACCT is not set # CONFIG_TASKSTATS is not set # CONFIG_AUDIT is not set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=18 # CONFIG_CGROUPS is not set 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=y # CONFIG_CGROUP_SCHED is not set # CONFIG_SYSFS_DEPRECATED_V2 is not set # CONFIG_RELAY is not set CONFIG_NAMESPACES=y # CONFIG_UTS_NS is not set # CONFIG_IPC_NS is not set # CONFIG_USER_NS is not set # CONFIG_PID_NS is not set CONFIG_BLK_DEV_INITRD=y CONFIG_INITRAMFS_SOURCE="/usr/share/v86d/initramfs" CONFIG_INITRAMFS_ROOT_UID=0 CONFIG_INITRAMFS_ROOT_GID=0 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set CONFIG_SYSCTL=y # CONFIG_EMBEDDED is not set CONFIG_UID16=y CONFIG_SYSCTL_SYSCALL=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_HOTPLUG=y CONFIG_PRINTK=y CONFIG_BUG=y CONFIG_ELF_CORE=y CONFIG_PCSPKR_PLATFORM=y CONFIG_COMPAT_BRK=y 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_VM_EVENT_COUNTERS=y CONFIG_SLUB_DEBUG=y # CONFIG_SLAB is not set CONFIG_SLUB=y # CONFIG_SLOB is not set # CONFIG_PROFILING is not set # CONFIG_MARKERS is not set CONFIG_HAVE_OPROFILE=y CONFIG_KPROBES=y CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y CONFIG_KRETPROBES=y CONFIG_HAVE_IOREMAP_PROT=y CONFIG_HAVE_KPROBES=y CONFIG_HAVE_KRETPROBES=y # CONFIG_HAVE_ARCH_TRACEHOOK is not set # CONFIG_HAVE_DMA_ATTRS is not set CONFIG_USE_GENERIC_SMP_HELPERS=y # CONFIG_HAVE_CLK is not set CONFIG_PROC_PAGE_MONITOR=y CONFIG_HAVE_GENERIC_DMA_COHERENT=y 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=y # CONFIG_MODVERSIONS is not set # CONFIG_MODULE_SRCVERSION_ALL is not set CONFIG_KMOD=y CONFIG_STOP_MACHINE=y CONFIG_BLOCK=y CONFIG_LBD=y # CONFIG_BLK_DEV_IO_TRACE is not set # CONFIG_LSF is not set # CONFIG_BLK_DEV_BSG is not set # CONFIG_BLK_DEV_INTEGRITY is not set # # 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 # # 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_MPPARSE is not set 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_X86_RDC321X is not set CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y # CONFIG_PARAVIRT_GUEST is not set # CONFIG_MEMTEST is not set # 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_MWINCHIP2 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_GENERIC is not set CONFIG_X86_CPU=y CONFIG_X86_CMPXCHG=y CONFIG_X86_L1_CACHE_SHIFT=6 CONFIG_X86_XADD=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INVLPG=y CONFIG_X86_BSWAP=y CONFIG_X86_POPAD_OK=y CONFIG_X86_INTEL_USERCOPY=y CONFIG_X86_USE_PPRO_CHECKSUM=y CONFIG_X86_TSC=y CONFIG_X86_CMPXCHG64=y CONFIG_X86_MINIMUM_CPU_FAMILY=4 CONFIG_X86_DEBUGCTLMSR=y CONFIG_HPET_TIMER=y CONFIG_HPET_EMULATE_RTC=y CONFIG_DMI=y # CONFIG_IOMMU_HELPER is not set CONFIG_NR_CPUS=2 # CONFIG_SCHED_SMT is not set CONFIG_SCHED_MC=y # CONFIG_PREEMPT_NONE is not set # CONFIG_PREEMPT_VOLUNTARY is not set CONFIG_PREEMPT=y # CONFIG_PREEMPT_RCU is not set CONFIG_X86_LOCAL_APIC=y CONFIG_X86_IO_APIC=y CONFIG_X86_MCE=y # CONFIG_X86_MCE_NONFATAL is not set # CONFIG_X86_MCE_P4THERMAL is not set CONFIG_VM86=y # CONFIG_TOSHIBA is not set # CONFIG_I8K is not set # CONFIG_X86_REBOOTFIXUPS is not set CONFIG_MICROCODE=m CONFIG_MICROCODE_OLD_INTERFACE=y CONFIG_X86_MSR=m CONFIG_X86_CPUID=m # CONFIG_NOHIGHMEM is not set # CONFIG_HIGHMEM4G is not set CONFIG_HIGHMEM64G=y CONFIG_PAGE_OFFSET=0xC0000000 CONFIG_HIGHMEM=y CONFIG_X86_PAE=y CONFIG_ARCH_FLATMEM_ENABLE=y CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y CONFIG_SELECT_MEMORY_MODEL=y CONFIG_FLATMEM_MANUAL=y # CONFIG_DISCONTIGMEM_MANUAL is not set # CONFIG_SPARSEMEM_MANUAL is not set CONFIG_FLATMEM=y CONFIG_FLAT_NODE_MEM_MAP=y CONFIG_SPARSEMEM_STATIC=y # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_SPLIT_PTLOCK_CPUS=4 CONFIG_RESOURCES_64BIT=y CONFIG_ZONE_DMA_FLAG=1 CONFIG_BOUNCE=y CONFIG_VIRT_TO_BUS=y # CONFIG_HIGHPTE is not set # CONFIG_MATH_EMULATION is not set CONFIG_MTRR=y CONFIG_MTRR_SANITIZER=y CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0 CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1 # CONFIG_X86_PAT is not set CONFIG_EFI=y CONFIG_IRQBALANCE=y # CONFIG_SECCOMP is not set # CONFIG_HZ_100 is not set # CONFIG_HZ_250 is not set CONFIG_HZ_300=y # CONFIG_HZ_1000 is not set CONFIG_HZ=300 CONFIG_SCHED_HRTICK=y # CONFIG_KEXEC is not set # CONFIG_CRASH_DUMP is not set CONFIG_PHYSICAL_START=0x100000 # CONFIG_RELOCATABLE is not set CONFIG_PHYSICAL_ALIGN=0x100000 CONFIG_HOTPLUG_CPU=y # CONFIG_COMPAT_VDSO is not set CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y # # Power management options # CONFIG_PM=y # CONFIG_PM_DEBUG is not set CONFIG_PM_SLEEP_SMP=y CONFIG_PM_SLEEP=y CONFIG_SUSPEND=y CONFIG_SUSPEND_FREEZER=y CONFIG_HIBERNATION=y CONFIG_PM_STD_PARTITION="" CONFIG_ACPI=y CONFIG_ACPI_SLEEP=y # CONFIG_ACPI_PROCFS is not set # CONFIG_ACPI_PROCFS_POWER is not set CONFIG_ACPI_SYSFS_POWER=y CONFIG_ACPI_PROC_EVENT=y CONFIG_ACPI_AC=y CONFIG_ACPI_BATTERY=y CONFIG_ACPI_BUTTON=y CONFIG_ACPI_VIDEO=y CONFIG_ACPI_FAN=y CONFIG_ACPI_DOCK=y # CONFIG_ACPI_BAY is not set CONFIG_ACPI_PROCESSOR=y CONFIG_ACPI_HOTPLUG_CPU=y CONFIG_ACPI_THERMAL=y CONFIG_ACPI_WMI=y # CONFIG_ACPI_ASUS is not set # CONFIG_ACPI_TOSHIBA is not set # CONFIG_ACPI_CUSTOM_DSDT is not set CONFIG_ACPI_BLACKLIST_YEAR=2001 # CONFIG_ACPI_DEBUG is not set CONFIG_ACPI_EC=y CONFIG_ACPI_PCI_SLOT=y CONFIG_ACPI_POWER=y CONFIG_ACPI_SYSTEM=y CONFIG_X86_PM_TIMER=y CONFIG_ACPI_CONTAINER=y CONFIG_ACPI_SBS=y # CONFIG_APM 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=y # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set # 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=y CONFIG_CPU_FREQ_GOV_USERSPACE=y CONFIG_CPU_FREQ_GOV_ONDEMAND=y CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y # # CPUFreq processor drivers # CONFIG_X86_ACPI_CPUFREQ=y # CONFIG_X86_POWERNOW_K6 is not set # CONFIG_X86_POWERNOW_K7 is not set CONFIG_X86_POWERNOW_K8=y CONFIG_X86_POWERNOW_K8_ACPI=y # CONFIG_X86_GX_SUSPMOD is not set # CONFIG_X86_SPEEDSTEP_CENTRINO is not set # CONFIG_X86_SPEEDSTEP_ICH is not set # CONFIG_X86_SPEEDSTEP_SMI is not set # CONFIG_X86_P4_CLOCKMOD is not set # CONFIG_X86_CPUFREQ_NFORCE2 is not set # CONFIG_X86_LONGRUN is not set # CONFIG_X86_LONGHAUL is not set # CONFIG_X86_E_POWERSAVER 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 # # Bus options (PCI etc.) # CONFIG_PCI=y # CONFIG_PCI_GOBIOS is not set # CONFIG_PCI_GOMMCONFIG is not set # CONFIG_PCI_GODIRECT is not set # CONFIG_PCI_GOOLPC is not set CONFIG_PCI_GOANY=y CONFIG_PCI_BIOS=y CONFIG_PCI_DIRECT=y CONFIG_PCI_MMCONFIG=y CONFIG_PCI_DOMAINS=y CONFIG_PCIEPORTBUS=y CONFIG_PCIEAER=y CONFIG_PCIEASPM=y # CONFIG_PCIEASPM_DEBUG 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_ISA=y # CONFIG_EISA is not set # CONFIG_MCA is not set # CONFIG_SCx200 is not set # CONFIG_OLPC is not set CONFIG_K8_NB=y # CONFIG_PCCARD is not set # CONFIG_HOTPLUG_PCI is not set # # Executable file formats / Emulations # CONFIG_BINFMT_ELF=y # CONFIG_BINFMT_AOUT is not set CONFIG_BINFMT_MISC=y CONFIG_NET=y # # Networking options # CONFIG_PACKET=y # CONFIG_PACKET_MMAP is not set CONFIG_UNIX=y # CONFIG_NET_KEY is not set CONFIG_INET=y # CONFIG_IP_MULTICAST is not set # CONFIG_IP_ADVANCED_ROUTER is not set CONFIG_IP_FIB_HASH=y # CONFIG_IP_PNP is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_IPGRE is not set # CONFIG_ARPD is not set # CONFIG_SYN_COOKIES is not set # CONFIG_INET_AH is not set # CONFIG_INET_ESP is not set # CONFIG_INET_IPCOMP is not set # CONFIG_INET_XFRM_TUNNEL is not set # CONFIG_INET_TUNNEL is not set # CONFIG_INET_XFRM_MODE_TRANSPORT is not set # CONFIG_INET_XFRM_MODE_TUNNEL is not set # CONFIG_INET_XFRM_MODE_BEET is not set # CONFIG_INET_LRO is not set 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_IP_VS is not set # CONFIG_IPV6 is not set # CONFIG_NETWORK_SECMARK is not set 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_EVENTS is not set # CONFIG_NF_CT_PROTO_DCCP is not set # CONFIG_NF_CT_PROTO_SCTP is not set # CONFIG_NF_CT_PROTO_UDPLITE is not set 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 is not set # CONFIG_NF_CONNTRACK_PPTP is not set # CONFIG_NF_CONNTRACK_SANE is not set # CONFIG_NF_CONNTRACK_SIP is not set CONFIG_NF_CONNTRACK_TFTP=y # CONFIG_NF_CT_NETLINK is not set CONFIG_NETFILTER_XTABLES=y CONFIG_NETFILTER_XT_TARGET_CLASSIFY=y CONFIG_NETFILTER_XT_TARGET_MARK=y CONFIG_NETFILTER_XT_TARGET_NFQUEUE=y CONFIG_NETFILTER_XT_TARGET_NFLOG=y # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set CONFIG_NETFILTER_XT_TARGET_TCPMSS=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 is not set # CONFIG_NETFILTER_XT_MATCH_DSCP is not set # CONFIG_NETFILTER_XT_MATCH_ESP is not set CONFIG_NETFILTER_XT_MATCH_HELPER=y # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set 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_OWNER is not set CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y CONFIG_NETFILTER_XT_MATCH_PKTTYPE=y CONFIG_NETFILTER_XT_MATCH_QUOTA=y # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set CONFIG_NETFILTER_XT_MATCH_REALM=y # CONFIG_NETFILTER_XT_MATCH_SCTP is not set 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 is not set CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=y # # IP: Netfilter Configuration # 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_RECENT=y CONFIG_IP_NF_MATCH_ECN=y CONFIG_IP_NF_MATCH_AH=y CONFIG_IP_NF_MATCH_TTL=y CONFIG_IP_NF_MATCH_ADDRTYPE=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_REDIRECT=y CONFIG_IP_NF_TARGET_NETMAP=y # CONFIG_NF_NAT_SNMP_BASIC is not set CONFIG_NF_NAT_FTP=y CONFIG_NF_NAT_IRC=y CONFIG_NF_NAT_TFTP=y CONFIG_NF_NAT_AMANDA=y # CONFIG_NF_NAT_PPTP is not set CONFIG_NF_NAT_H323=y # CONFIG_NF_NAT_SIP is not set # CONFIG_IP_NF_MANGLE is not set # CONFIG_IP_NF_RAW is not set # CONFIG_IP_NF_ARPTABLES is not set # 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_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=y # CONFIG_DEV_APPLETALK 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=y # # Queueing/Scheduling # # CONFIG_NET_SCH_CBQ is not set # CONFIG_NET_SCH_HTB is not set # CONFIG_NET_SCH_HFSC is not set # CONFIG_NET_SCH_PRIO is not set # CONFIG_NET_SCH_RED is not set # CONFIG_NET_SCH_SFQ is not set # CONFIG_NET_SCH_TEQL is not set # CONFIG_NET_SCH_TBF is not set # CONFIG_NET_SCH_GRED is not set # CONFIG_NET_SCH_DSMARK is not set # CONFIG_NET_SCH_NETEM is not set # # Classification # # CONFIG_NET_CLS_BASIC is not set # CONFIG_NET_CLS_TCINDEX is not set # CONFIG_NET_CLS_ROUTE4 is not set CONFIG_NET_CLS_ROUTE=y # CONFIG_NET_CLS_FW is not set # CONFIG_NET_CLS_U32 is not set # CONFIG_NET_CLS_RSVP is not set # CONFIG_NET_CLS_RSVP6 is not set # CONFIG_NET_CLS_FLOW is not set # CONFIG_NET_EMATCH is not set # CONFIG_NET_CLS_ACT is not set CONFIG_NET_SCH_FIFO=y # # Network testing # # CONFIG_NET_PKTGEN is not set # CONFIG_NET_TCPPROBE 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 # # Wireless # CONFIG_CFG80211=y CONFIG_NL80211=y CONFIG_WIRELESS_EXT=y # CONFIG_WIRELESS_EXT_SYSFS is not set CONFIG_MAC80211=y # # Rate control algorithm selection # CONFIG_MAC80211_RC_PID=y CONFIG_MAC80211_RC_DEFAULT_PID=y CONFIG_MAC80211_RC_DEFAULT="pid" # CONFIG_MAC80211_MESH is not set CONFIG_MAC80211_LEDS=y # CONFIG_MAC80211_DEBUG_MENU is not set # CONFIG_IEEE80211 is not set CONFIG_RFKILL=y CONFIG_RFKILL_INPUT=y CONFIG_RFKILL_LEDS=y # 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 is not set # CONFIG_PARPORT is not set CONFIG_PNP=y # CONFIG_PNP_DEBUG is not set # # Protocols # # CONFIG_ISAPNP is not set # CONFIG_PNPBIOS is not set CONFIG_PNPACPI=y CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_FD is not set # CONFIG_BLK_DEV_XD 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=4096 # 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_ACER_WMI is not set # CONFIG_ASUS_LAPTOP is not set # CONFIG_FUJITSU_LAPTOP is not set # CONFIG_TC1100_WMI is not set CONFIG_HP_WMI=y # CONFIG_MSI_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_EEEPC_LAPTOP is not set # CONFIG_ENCLOSURE_SERVICES is not set # CONFIG_HP_ILO is not set CONFIG_HAVE_IDE=y # CONFIG_IDE is not set # # SCSI device support # # CONFIG_RAID_ATTRS is not set CONFIG_SCSI=y CONFIG_SCSI_DMA=y # CONFIG_SCSI_TGT is not set # CONFIG_SCSI_NETLINK is not set # CONFIG_SCSI_PROC_FS is not set # # 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 is not set 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 is not set # 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 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_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=y # 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_CS5535 is not set # CONFIG_PATA_CS5536 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_LEGACY 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_PDC_OLD is not set # CONFIG_PATA_QDI 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_WINBOND_VLB is not set # CONFIG_PATA_SCH is not set CONFIG_MD=y # CONFIG_BLK_DEV_MD is not set CONFIG_BLK_DEV_DM=y # CONFIG_DM_DEBUG is not set # CONFIG_DM_CRYPT is not set # CONFIG_DM_SNAPSHOT is not set # CONFIG_DM_MIRROR is not set # CONFIG_DM_ZERO is not set # 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 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=m # CONFIG_VETH is not set # CONFIG_NET_SB1000 is not set # CONFIG_ARCNET is not set # CONFIG_PHYLIB is not set CONFIG_NET_ETHERNET=y # CONFIG_MII is not set # CONFIG_HAPPYMEAL is not set # CONFIG_SUNGEM is not set # CONFIG_CASSINI is not set # CONFIG_NET_VENDOR_3COM is not set # CONFIG_LANCE is not set # CONFIG_NET_VENDOR_SMC is not set # CONFIG_NET_VENDOR_RACAL is not set # CONFIG_NET_TULIP is not set # CONFIG_AT1700 is not set # CONFIG_DEPCA is not set # CONFIG_HP100 is not set # CONFIG_NET_ISA 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_NET_PCI=y # CONFIG_PCNET32 is not set # CONFIG_AMD8111_ETH is not set # CONFIG_ADAPTEC_STARFIRE is not set # CONFIG_AC3200 is not set # CONFIG_APRICOT is not set # CONFIG_B44 is not set CONFIG_FORCEDETH=y CONFIG_FORCEDETH_NAPI=y # CONFIG_CS89x0 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_NETDEV_1000 is not set # CONFIG_NETDEV_10000 is not set # CONFIG_TR is not set # # Wireless LAN # # CONFIG_WLAN_PRE80211 is not set CONFIG_WLAN_80211=y # 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_PRISM54 is not set # CONFIG_USB_ZD1201 is not set # CONFIG_USB_NET_RNDIS_WLAN is not set # CONFIG_RTL8180 is not set # CONFIG_RTL8187 is not set # CONFIG_ADM8211 is not set # CONFIG_MAC80211_HWSIM is not set # CONFIG_P54_COMMON is not set # CONFIG_ATH5K is not set CONFIG_ATH9K=m # CONFIG_IWLCORE is not set # CONFIG_IWLWIFI_LEDS is not set # CONFIG_IWLAGN is not set # CONFIG_IWL3945 is not set # CONFIG_HOSTAP is not set # CONFIG_B43 is not set # CONFIG_B43LEGACY is not set # CONFIG_ZD1211RW is not set # CONFIG_RT2X00 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_USB_HSO is not set # CONFIG_WAN is not set # CONFIG_FDDI is not set # CONFIG_HIPPI is not set CONFIG_PPP=y CONFIG_PPP_MULTILINK=y CONFIG_PPP_FILTER=y CONFIG_PPP_ASYNC=y CONFIG_PPP_SYNC_TTY=y CONFIG_PPP_DEFLATE=y CONFIG_PPP_BSDCOMP=y CONFIG_PPP_MPPE=y CONFIG_PPPOE=y CONFIG_PPPOL2TP=y # CONFIG_SLIP is not set CONFIG_SLHC=y # CONFIG_NET_FC is not set # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set # CONFIG_ISDN is not set # CONFIG_PHONE is not set # # Input device support # CONFIG_INPUT=y # CONFIG_INPUT_FF_MEMLESS is not set CONFIG_INPUT_POLLDEV=y # # Userland interfaces # CONFIG_INPUT_MOUSEDEV=y # CONFIG_INPUT_MOUSEDEV_PSAUX is not set 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_TOUCHKIT is not set # CONFIG_MOUSE_SERIAL is not set # CONFIG_MOUSE_APPLETOUCH is not set # CONFIG_MOUSE_BCM5974 is not set # CONFIG_MOUSE_INPORT is not set # CONFIG_MOUSE_LOGIBM is not set # CONFIG_MOUSE_PC110PAD 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 is not set # CONFIG_INPUT_APANEL is not set # CONFIG_INPUT_WISTRON_BTNS 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_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_PCIPS2 is not set CONFIG_SERIO_LIBPS2=y CONFIG_SERIO_RAW=y # 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=y # 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_NR_UARTS=4 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 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_HW_RANDOM_GEODE is not set # CONFIG_HW_RANDOM_VIA is not set CONFIG_NVRAM=y CONFIG_RTC=y # CONFIG_DTLK is not set # CONFIG_R3964 is not set # CONFIG_APPLICOM is not set # CONFIG_SONYPI is not set # CONFIG_MWAVE is not set # CONFIG_PC8736x_GPIO is not set # CONFIG_NSC_GPIO is not set # CONFIG_CS5535_GPIO is not set # CONFIG_RAW_DRIVER is not set CONFIG_HPET=y CONFIG_HPET_RTC_IRQ=y CONFIG_HPET_MMAP=y CONFIG_HANGCHECK_TIMER=y # 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 CONFIG_I2C_ALGOPCA=m # # I2C Hardware Bus support # # # PC SMBus host controller drivers # CONFIG_I2C_ALI1535=m CONFIG_I2C_ALI1563=m CONFIG_I2C_ALI15X3=m CONFIG_I2C_AMD756=m CONFIG_I2C_AMD756_S4882=m CONFIG_I2C_AMD8111=m CONFIG_I2C_I801=m CONFIG_I2C_ISCH=m CONFIG_I2C_PIIX4=m CONFIG_I2C_NFORCE2=m CONFIG_I2C_NFORCE2_S4985=m CONFIG_I2C_SIS5595=m CONFIG_I2C_SIS630=m CONFIG_I2C_SIS96X=m CONFIG_I2C_VIA=m CONFIG_I2C_VIAPRO=m # # I2C system bus drivers (mostly embedded / system-on-chip) # CONFIG_I2C_OCORES=m CONFIG_I2C_SIMTEC=m # # External I2C/SMBus adapter drivers # CONFIG_I2C_PARPORT_LIGHT=m CONFIG_I2C_TAOS_EVM=m CONFIG_I2C_TINY_USB=m # # Graphics adapter I2C/DDC channel drivers # CONFIG_I2C_VOODOO3=m # # Other I2C/SMBus bus drivers # CONFIG_I2C_PCA_ISA=m CONFIG_I2C_PCA_PLATFORM=m CONFIG_I2C_STUB=m CONFIG_SCx200_ACB=m # # Miscellaneous I2C Chip support # CONFIG_DS1682=m CONFIG_AT24=m CONFIG_SENSORS_EEPROM=m CONFIG_SENSORS_PCF8574=m CONFIG_PCF8575=m CONFIG_SENSORS_PCA9539=m CONFIG_SENSORS_PCF8591=m CONFIG_SENSORS_MAX6875=m CONFIG_SENSORS_TSL2550=m # 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_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_ADT7470 is not set # CONFIG_SENSORS_ADT7473 is not set CONFIG_SENSORS_K8TEMP=m # 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_APPLESMC is not set # CONFIG_HWMON_DEBUG_CHIP is not set CONFIG_THERMAL=y # CONFIG_THERMAL_HWMON is not set # CONFIG_WATCHDOG is not set # # Sonics Silicon Backplane # CONFIG_SSB_POSSIBLE=y # CONFIG_SSB is not set # # 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 # # Multimedia devices # # # Multimedia core support # # CONFIG_VIDEO_DEV is not set # CONFIG_DVB_CORE is not set # CONFIG_VIDEO_MEDIA is not set # # Multimedia drivers # # CONFIG_DAB is not set # # Graphics support # CONFIG_AGP=y # CONFIG_AGP_ALI is not set # CONFIG_AGP_ATI is not set # CONFIG_AGP_AMD is not set CONFIG_AGP_AMD64=y # CONFIG_AGP_INTEL is not set CONFIG_AGP_NVIDIA=y # 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 is not set # CONFIG_VGASTATE is not set CONFIG_VIDEO_OUTPUT_CONTROL=y CONFIG_FB=y # CONFIG_FIRMWARE_EDID is not set # CONFIG_FB_DDC is not set CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_IMAGEBLIT=y # 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 is not set 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_ASILIANT is not set # CONFIG_FB_IMSTT is not set # CONFIG_FB_VGA16 is not set CONFIG_FB_UVESA=y # CONFIG_FB_VESA is not set # CONFIG_FB_EFI is not set # CONFIG_FB_IMAC is not set # CONFIG_FB_N411 is not set # CONFIG_FB_HGA is not set # CONFIG_FB_S1D13XXX is not set # CONFIG_FB_NVIDIA is not set # CONFIG_FB_RIVA is not set # CONFIG_FB_I810 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_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_CYBLA 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_BACKLIGHT_LCD_SUPPORT=y CONFIG_LCD_CLASS_DEVICE=y # 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 # # Display device support # CONFIG_DISPLAY_SUPPORT=y # # Display hardware drivers # # # Console display driver support # CONFIG_VGA_CONSOLE=y CONFIG_VGACON_SOFT_SCROLLBACK=y CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=128 CONFIG_VIDEO_SELECT=y # CONFIG_MDA_CONSOLE is not set CONFIG_DUMMY_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set CONFIG_FB_CON_DECOR=y # CONFIG_FONTS is not set CONFIG_FONT_8x8=y CONFIG_FONT_8x16=y # CONFIG_LOGO is not set CONFIG_SOUND=y CONFIG_SND=m CONFIG_SND_TIMER=m CONFIG_SND_PCM=m CONFIG_SND_HWDEP=m CONFIG_SND_SEQUENCER=m # CONFIG_SND_SEQ_DUMMY is not set 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_RTCTIMER=m CONFIG_SND_SEQ_RTCTIMER_DEFAULT=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_DRIVERS is not set # CONFIG_SND_ISA 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_CS5535AUDIO 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=m CONFIG_SND_HDA_HWDEP=y CONFIG_SND_HDA_CODEC_REALTEK=y CONFIG_SND_HDA_CODEC_ANALOG=y CONFIG_SND_HDA_CODEC_SIGMATEL=y CONFIG_SND_HDA_CODEC_VIA=y CONFIG_SND_HDA_CODEC_ATIHDMI=y CONFIG_SND_HDA_CODEC_CONEXANT=y CONFIG_SND_HDA_CODEC_CMEDIA=y CONFIG_SND_HDA_CODEC_SI3054=y CONFIG_SND_HDA_GENERIC=y CONFIG_SND_HDA_POWER_SAVE=y CONFIG_SND_HDA_POWER_SAVE_DEFAULT=20 # 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 is not set # 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_SIS7019 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_SOC is not set # CONFIG_SOUND_PRIME is not set CONFIG_HID_SUPPORT=y CONFIG_HID=y # CONFIG_HID_DEBUG is not set CONFIG_HIDRAW=y # # USB Input Devices # CONFIG_USB_HID=y # CONFIG_USB_HIDINPUT_POWERBOOK is not set # CONFIG_HID_FF is not set CONFIG_USB_HIDDEV=y 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 is not set # CONFIG_USB_SUSPEND is not set # CONFIG_USB_OTG is not set CONFIG_USB_MON=y # # USB Host Controller Drivers # # CONFIG_USB_C67X00_HCD is not set CONFIG_USB_EHCI_HCD=y # CONFIG_USB_EHCI_ROOT_HUB_TT is not set # CONFIG_USB_EHCI_TT_NEWSCHED is not set # CONFIG_USB_ISP116X_HCD is not set # CONFIG_USB_ISP1760_HCD is not set CONFIG_USB_OHCI_HCD=y # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set CONFIG_USB_OHCI_LITTLE_ENDIAN=y CONFIG_USB_UHCI_HCD=y # CONFIG_USB_SL811_HCD is not set # CONFIG_USB_R8A66597_HCD is not set # # USB Device Class drivers # # CONFIG_USB_ACM is not set CONFIG_USB_PRINTER=y # CONFIG_USB_WDM is not set # # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' # # # may also be needed; see USB_STORAGE Help for more information # CONFIG_USB_STORAGE=y # CONFIG_USB_STORAGE_DEBUG is not set # CONFIG_USB_STORAGE_DATAFAB is not set # CONFIG_USB_STORAGE_FREECOM is not set # CONFIG_USB_STORAGE_ISD200 is not set # CONFIG_USB_STORAGE_DPCM is not set # CONFIG_USB_STORAGE_USBAT is not set # CONFIG_USB_STORAGE_SDDR09 is not set # CONFIG_USB_STORAGE_SDDR55 is not set # CONFIG_USB_STORAGE_JUMPSHOT is not set # CONFIG_USB_STORAGE_ALAUDA is not set # CONFIG_USB_STORAGE_ONETOUCH is not set # CONFIG_USB_STORAGE_KARMA is not set # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set # CONFIG_USB_LIBUSUAL is not set # # USB Imaging devices # # CONFIG_USB_MDC800 is not set # CONFIG_USB_MICROTEK is not set # # USB port drivers # # CONFIG_USB_SERIAL is not set # # USB Miscellaneous drivers # # CONFIG_USB_EMI62 is not set # CONFIG_USB_EMI26 is not set # CONFIG_USB_ADUTUX is not set # CONFIG_USB_RIO500 is not set # CONFIG_USB_LEGOTOWER is not set # CONFIG_USB_LCD is not set # CONFIG_USB_BERRY_CHARGE is not set # CONFIG_USB_LED is not set # CONFIG_USB_CYPRESS_CY7C63 is not set # CONFIG_USB_CYTHERM is not set # CONFIG_USB_PHIDGET is not set # CONFIG_USB_IDMOUSE is not set # CONFIG_USB_FTDI_ELAN is not set # CONFIG_USB_APPLEDISPLAY is not set # CONFIG_USB_SISUSBVGA is not set # CONFIG_USB_LD is not set # CONFIG_USB_TRANCEVIBRATOR is not set # CONFIG_USB_IOWARRIOR is not set # CONFIG_USB_TEST is not set # CONFIG_USB_ISIGHTFW is not set # CONFIG_USB_GADGET is not set CONFIG_MMC=y # CONFIG_MMC_DEBUG is not set # CONFIG_MMC_UNSAFE_RESUME is not set # # MMC/SD Card Drivers # CONFIG_MMC_BLOCK=y CONFIG_MMC_BLOCK_BOUNCE=y # CONFIG_SDIO_UART is not set # CONFIG_MMC_TEST is not set # # MMC/SD Host Controller Drivers # # CONFIG_MMC_SDHCI is not set # CONFIG_MMC_WBSD is not set # CONFIG_MMC_TIFM_SD is not set # CONFIG_MEMSTICK is not set CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y # # LED drivers # # CONFIG_LEDS_PCA9532 is not set # CONFIG_LEDS_CLEVO_MAIL is not set # CONFIG_LEDS_PCA955X is not set # # LED Triggers # CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_TIMER=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LEDS_TRIGGER_DEFAULT_ON=y # CONFIG_ACCESSIBILITY is not set # CONFIG_INFINIBAND is not set # CONFIG_EDAC is not set # CONFIG_RTC_CLASS is not set # CONFIG_UIO is not set # # Firmware Drivers # # CONFIG_EDD is not set CONFIG_FIRMWARE_MEMMAP=y # CONFIG_EFI_VARS is not set # CONFIG_DELL_RBU is not set # CONFIG_DCDBAS is not set CONFIG_DMIID=y # CONFIG_ISCSI_IBFT_FIND is not set # # File systems # CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set # CONFIG_EXT2_FS_XIP is not set CONFIG_EXT3_FS=y # CONFIG_EXT3_FS_XATTR is not set # CONFIG_EXT4DEV_FS is not set CONFIG_JBD=y # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set CONFIG_FS_POSIX_ACL=y # CONFIG_XFS_FS is not set # CONFIG_OCFS2_FS is not set CONFIG_DNOTIFY=y CONFIG_INOTIFY=y CONFIG_INOTIFY_USER=y # CONFIG_QUOTA is not set # CONFIG_AUTOFS_FS is not set CONFIG_AUTOFS4_FS=y CONFIG_FUSE_FS=y # # CD-ROM/DVD Filesystems # CONFIG_ISO9660_FS=y CONFIG_JOLIET=y CONFIG_ZISOFS=y CONFIG_UDF_FS=y CONFIG_UDF_NLS=y # # DOS/FAT/NT Filesystems # CONFIG_FAT_FS=y CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" CONFIG_NTFS_FS=y # CONFIG_NTFS_DEBUG is not set # CONFIG_NTFS_RW is not set # # Pseudo filesystems # CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y CONFIG_PROC_SYSCTL=y CONFIG_SYSFS=y CONFIG_TMPFS=y # CONFIG_TMPFS_POSIX_ACL is not set # CONFIG_HUGETLBFS is not set # CONFIG_HUGETLB_PAGE is not set # CONFIG_CONFIGFS_FS is not set # # Miscellaneous filesystems # # CONFIG_ADFS_FS is not set # CONFIG_AFFS_FS is not set # CONFIG_HFS_FS is not set # CONFIG_HFSPLUS_FS is not set # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set # CONFIG_CRAMFS is not set # CONFIG_SQUASHFS is not set # CONFIG_VXFS_FS is not set # CONFIG_MINIX_FS is not set # CONFIG_OMFS_FS is not set # CONFIG_HPFS_FS is not set # CONFIG_QNX4FS_FS is not set # CONFIG_ROMFS_FS is not set # CONFIG_SYSV_FS is not set # CONFIG_UFS_FS is not set CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=y CONFIG_NFS_V3=y # CONFIG_NFS_V3_ACL is not set CONFIG_NFS_V4=y CONFIG_NFSD=y CONFIG_NFSD_V3=y # CONFIG_NFSD_V3_ACL is not set CONFIG_NFSD_V4=y CONFIG_LOCKD=y CONFIG_LOCKD_V4=y CONFIG_EXPORTFS=y CONFIG_NFS_COMMON=y CONFIG_SUNRPC=y CONFIG_SUNRPC_GSS=y CONFIG_RPCSEC_GSS_KRB5=y # CONFIG_RPCSEC_GSS_SPKM3 is not set # CONFIG_SMB_FS is not set CONFIG_CIFS=y # CONFIG_CIFS_STATS is not set # CONFIG_CIFS_WEAK_PW_HASH is not set # CONFIG_CIFS_XATTR is not set # CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_EXPERIMENTAL is not set # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set # CONFIG_AFS_FS is not set # # Partition Types # CONFIG_PARTITION_ADVANCED=y # CONFIG_ACORN_PARTITION is not set # CONFIG_OSF_PARTITION is not set # CONFIG_AMIGA_PARTITION is not set # CONFIG_ATARI_PARTITION is not set # CONFIG_MAC_PARTITION is not set CONFIG_MSDOS_PARTITION=y # CONFIG_BSD_DISKLABEL is not set # CONFIG_MINIX_SUBPARTITION is not set # CONFIG_SOLARIS_X86_PARTITION is not set # CONFIG_UNIXWARE_DISKLABEL is not set # CONFIG_LDM_PARTITION is not set # CONFIG_SGI_PARTITION is not set # CONFIG_ULTRIX_PARTITION is not set # CONFIG_SUN_PARTITION is not set # CONFIG_KARMA_PARTITION is not set # CONFIG_EFI_PARTITION is not set # CONFIG_SYSV68_PARTITION is not set CONFIG_NLS=y CONFIG_NLS_DEFAULT="iso8859-1" CONFIG_NLS_CODEPAGE_437=y # CONFIG_NLS_CODEPAGE_737 is not set # CONFIG_NLS_CODEPAGE_775 is not set # CONFIG_NLS_CODEPAGE_850 is not set # CONFIG_NLS_CODEPAGE_852 is not set # CONFIG_NLS_CODEPAGE_855 is not set # CONFIG_NLS_CODEPAGE_857 is not set # CONFIG_NLS_CODEPAGE_860 is not set # CONFIG_NLS_CODEPAGE_861 is not set # CONFIG_NLS_CODEPAGE_862 is not set # CONFIG_NLS_CODEPAGE_863 is not set # CONFIG_NLS_CODEPAGE_864 is not set # CONFIG_NLS_CODEPAGE_865 is not set # CONFIG_NLS_CODEPAGE_866 is not set # CONFIG_NLS_CODEPAGE_869 is not set # CONFIG_NLS_CODEPAGE_936 is not set # CONFIG_NLS_CODEPAGE_950 is not set # CONFIG_NLS_CODEPAGE_932 is not set # CONFIG_NLS_CODEPAGE_949 is not set # CONFIG_NLS_CODEPAGE_874 is not set # CONFIG_NLS_ISO8859_8 is not set # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set CONFIG_NLS_ASCII=y CONFIG_NLS_ISO8859_1=y # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set # CONFIG_NLS_ISO8859_5 is not set # CONFIG_NLS_ISO8859_6 is not set # CONFIG_NLS_ISO8859_7 is not set # CONFIG_NLS_ISO8859_9 is not set # CONFIG_NLS_ISO8859_13 is not set # CONFIG_NLS_ISO8859_14 is not set CONFIG_NLS_ISO8859_15=y # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set CONFIG_NLS_UTF8=y # CONFIG_DLM is not set # # Kernel hacking # CONFIG_TRACE_IRQFLAGS_SUPPORT=y # CONFIG_PRINTK_TIME is not set CONFIG_ENABLE_WARN_DEPRECATED=y # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=1024 CONFIG_MAGIC_SYSRQ=y CONFIG_UNUSED_SYMBOLS=y # CONFIG_DEBUG_FS is not set # CONFIG_HEADERS_CHECK is not set # CONFIG_DEBUG_KERNEL is not set # CONFIG_SLUB_DEBUG_ON is not set # CONFIG_SLUB_STATS is not set CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_MEMORY_INIT=y # CONFIG_LATENCYTOP is not set # CONFIG_SYSCTL_SYSCALL_CHECK is not set CONFIG_HAVE_FTRACE=y CONFIG_HAVE_DYNAMIC_FTRACE=y # CONFIG_FTRACE is not set # CONFIG_IRQSOFF_TRACER is not set # CONFIG_PREEMPT_TRACER is not set # CONFIG_SYSPROF_TRACER is not set # CONFIG_SCHED_TRACER is not set # CONFIG_CONTEXT_SWITCH_TRACER is not set # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set # CONFIG_SAMPLES is not set CONFIG_HAVE_ARCH_KGDB=y # CONFIG_STRICT_DEVMEM is not set CONFIG_X86_VERBOSE_BOOTUP=y CONFIG_EARLY_PRINTK=y # CONFIG_4KSTACKS is not set CONFIG_DOUBLEFAULT=y CONFIG_IO_DELAY_TYPE_0X80=0 CONFIG_IO_DELAY_TYPE_0XED=1 CONFIG_IO_DELAY_TYPE_UDELAY=2 CONFIG_IO_DELAY_TYPE_NONE=3 CONFIG_IO_DELAY_0X80=y # CONFIG_IO_DELAY_0XED is not set # CONFIG_IO_DELAY_UDELAY is not set # CONFIG_IO_DELAY_NONE is not set CONFIG_DEFAULT_IO_DELAY_TYPE=0 # CONFIG_OPTIMIZE_INLINING is not set # # Security options # # CONFIG_KEYS is not set # CONFIG_SECURITY is not set # CONFIG_SECURITY_FILE_CAPABILITIES is not set CONFIG_CRYPTO=y # # Crypto core or helper # CONFIG_CRYPTO_ALGAPI=y CONFIG_CRYPTO_AEAD=y CONFIG_CRYPTO_BLKCIPHER=y CONFIG_CRYPTO_HASH=y CONFIG_CRYPTO_MANAGER=y CONFIG_CRYPTO_GF128MUL=y # CONFIG_CRYPTO_NULL is not set # CONFIG_CRYPTO_CRYPTD is not set # CONFIG_CRYPTO_AUTHENC is not set # CONFIG_CRYPTO_TEST is not set # # Authenticated Encryption with Associated Data # CONFIG_CRYPTO_CCM=y CONFIG_CRYPTO_GCM=y CONFIG_CRYPTO_SEQIV=y # # Block modes # CONFIG_CRYPTO_CBC=y CONFIG_CRYPTO_CTR=y # CONFIG_CRYPTO_CTS is not set CONFIG_CRYPTO_ECB=y # CONFIG_CRYPTO_LRW is not set CONFIG_CRYPTO_PCBC=y # CONFIG_CRYPTO_XTS is not set # # Hash modes # CONFIG_CRYPTO_HMAC=y # CONFIG_CRYPTO_XCBC is not set # # Digest # CONFIG_CRYPTO_CRC32C=y # CONFIG_CRYPTO_MD4 is not set CONFIG_CRYPTO_MD5=y # CONFIG_CRYPTO_MICHAEL_MIC is not set # CONFIG_CRYPTO_RMD128 is not set # CONFIG_CRYPTO_RMD160 is not set # CONFIG_CRYPTO_RMD256 is not set # CONFIG_CRYPTO_RMD320 is not set CONFIG_CRYPTO_SHA1=y CONFIG_CRYPTO_SHA256=y CONFIG_CRYPTO_SHA512=y CONFIG_CRYPTO_TGR192=y CONFIG_CRYPTO_WP512=y # # Ciphers # CONFIG_CRYPTO_AES=y # CONFIG_CRYPTO_AES_586 is not set CONFIG_CRYPTO_ANUBIS=y CONFIG_CRYPTO_ARC4=y CONFIG_CRYPTO_BLOWFISH=y # CONFIG_CRYPTO_CAMELLIA is not set CONFIG_CRYPTO_CAST5=y CONFIG_CRYPTO_CAST6=y CONFIG_CRYPTO_DES=y # CONFIG_CRYPTO_FCRYPT is not set # CONFIG_CRYPTO_KHAZAD is not set # CONFIG_CRYPTO_SALSA20 is not set # CONFIG_CRYPTO_SALSA20_586 is not set # CONFIG_CRYPTO_SEED is not set CONFIG_CRYPTO_SERPENT=y CONFIG_CRYPTO_TEA=y CONFIG_CRYPTO_TWOFISH=y CONFIG_CRYPTO_TWOFISH_COMMON=y # CONFIG_CRYPTO_TWOFISH_586 is not set # # Compression # CONFIG_CRYPTO_DEFLATE=y CONFIG_CRYPTO_LZO=y # CONFIG_CRYPTO_HW is not set CONFIG_HAVE_KVM=y # CONFIG_VIRTUALIZATION is not set # # Library routines # CONFIG_BITREVERSE=y CONFIG_GENERIC_FIND_FIRST_BIT=y CONFIG_GENERIC_FIND_NEXT_BIT=y CONFIG_CRC_CCITT=y # CONFIG_CRC16 is not set CONFIG_CRC_T10DIF=y CONFIG_CRC_ITU_T=y CONFIG_CRC32=y # CONFIG_CRC7 is not set CONFIG_LIBCRC32C=y CONFIG_ZLIB_INFLATE=y CONFIG_ZLIB_DEFLATE=y CONFIG_LZO_COMPRESS=y CONFIG_LZO_DECOMPRESS=y CONFIG_TEXTSEARCH=y CONFIG_TEXTSEARCH_KMP=y CONFIG_TEXTSEARCH_BM=y CONFIG_TEXTSEARCH_FSM=y CONFIG_PLIST=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_DMA=y
I created a new user and logged in. The i key works perfectly with the new user, but still not on my original account. Is this one of those random gnome/gconf failures. Do I need to nuke the ~/.gconf and ~/.gconfd directories or even rename my old home dir, create a new one and start from scratch? ARGGGHHH!!!!
I emerge xorg-server.After that # Xorg -configure # X -config /root/xorg.conf.new An error comes,but I see the grid. (EE) intel(0): I830 Vblank Pipe Setup Failed 0 (EE) intel(0): I830 Vblank Pipe Setup Failed 0 (EE) intel(0): I830 Vblank Pipe Setup Failed 0 My /etc/make.conf is: CFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" CHOST="i686-pc-linux-gnu" MAKEOPTS="-j3" LDFLAGS="-Wl,-O1" ACCEPT_KEYWORDS="x86" USE="acpi cairo cjk crypt dbus dri esd firefox fontconfig imlib mmx ncurse nls nptl opengl pdf perl python readline sdl smp sse sse2 ssl ssse3 tcpd truetype unicode -cups -gpm -ipv6" FEATURES="ccache -sandbox" CCACHE_SIZE="5G" CCACHE_DIR="/var/tmp/ccache" INPUT_DEVICES="keyboard mouse" ALSA_CARDS="intel8x0" VIDEO_CARDS="intel" GENTOO_MIRRORS="http://ftp.lecl.net/pub/gentoo/ http://gentoo.arcticnetwork.ca/source/ http://gentoo.cs.nctu.edu.tw/gentoo/ http://gentoo.gg3.net/" CONFIG_PROTECT="/etc/rc.conf /etc/conf.d/" Is something I missing? #lspci Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller
What does "blink twice" mean? Does it mean that you have to start the server twice before it will work? Does it just mean that you see flicker when it's starting? If it's the latter, it may just be the way the server initializes the graphics hardware. That used to happen for me with my Radeon, but since they've done more work on modesetting, it no longer flickers during startup.
I am experiencing a strange problem. After upgrading Gnome to 2.22 PNG support is missing. Gnome Dialog display a missing icon images (X red) if the image is PNG. Compiz Config Settings Manager has a series of X instead of icons. Compiz Volume Manager Applet has only the shadow (since the image to display is a PNG). revedep-rebuild says it is all ok... Which ebuild shoud I have to emerge again to ensure PNG support in GNOME? SOLVED - I Reinstalled shared-mime as described here https://forums.gentoo.org/viewtopic-t-684467-highlight-icon+gnome.html and everything went OK!
Do you have the png use flag? ;]
Well, here's the issue: I had some data corruption due to some weird Windows-Linux interaction (basically, windows trying to write in the Linux FS and screwing up, if you need more details, I will try to describe it better). After reemerging some broken packages, such as Dbus and KDM, I find that Kopete and Kmail won't work well anymore.They start up, but trying to connect or check the mail results in the following message: Code: kio (KIOConnection): ERROR: Header read failed, errno=104 kio (KIOConnection): ERROR: Header has invalid size (-1) I tried re-emerging kdebase-kdelibs and kdepin-kioslaves, but with no results...Can anyone help me determine what is broken? I will re-emerge whatever needed, many thanks.
Have you tried deleting the $HOME/.kde directory and restarting KDE?
One of the Compiz Fusion dependencies, libcompizconfig-0.7.8, fails to emerge. The complaint is checking for intltool >= 0.35.0... awk: cmd. line:1: fatal: cannot open file `./intltool-update.in' for reading (No such file or directory) awk: cmd. line:1: fatal: cannot open file `./intltool-update.in' for reading (No such file or directory) found ./configure: line 21127: test: : integer expression expected configure: error: Your intltool is too old. You need intltool 0.35.0 or later. However, I have intltool-0.37.1 installed. Any ideas?
This is described in the following bug: https://bugs.gentoo.org/show_bug.cgi?id=246247 The workaround at the end worked for me.
Hello! I read pdf books on my eee. I rotate pdfs clockwise (or counter-clockwise) and i read them as a book. But i can't study them because i need to underline and take notes on them. How can i do this? Is there some software that can modify the pdf? Or some software that save in some .xml files my notes and underlines. Thank you
AFAIK Okular [1] is/will be capable of doing this - PDFEdit [2] seems to be able to annotate/edit PDFs as well. [1] http://okular.kde.org/ [2] http://pdfedit.petricek.net/index_e.html
An Code: emerge --depclean left me without the module i810 for xorg-server today when it had finished. The i810 module, which was my xorg driver till today, seems to be not present anymore as an option in VIDEO_CARDS when re-emerging xorg-server. So what would be the successor of i810 then?
intel is the new variable.
I want to add the following functionality to konqeuror: 1. Add a google search box a la firefox. 2. When I type in google in the address bar, it should behave like firefox and redirect me to google in stead of doing the stupid auto completion nonsense - when it tries to go http://google which obviously does not exist. Cheers Rahul
Thanks a lot guys, that worked perfectly!
As I say, my power button (on my laptop) is not recognized in KDE. And yes, I want KDE (through powerdevil or anything else) to recognize it, I do not want to use acpid.
I am comparing this with gnome-power-manager. I gnome, I did not need to have the acpi daemon running. Gnome captured all power events correctly (hell, it even captured the sleep button combination). However, in KDE (where powerdevil is the power manager) none of this is possible. The power button and sleep button behave like dead keys - no effect whatsoever. If I have acpid running, then the power button simply powers off the computer without communicating the event to KDE. That is not what I intend to happen.
I am using KDE and I am looking for a way to set my HD's to sleep when the system is not being used.
use hdparm The settings are a bit peculiar, so check out the man page. It is the -S option. You can make the setting permanent by including it in /etc/conf.d/hdparm I haven't done this, but I have looked into it a bit, and you may have some problem getting the spin down to take effect due to processes accessing the hard drive periodically. There are lots of posts on it, just search google or these forums
I'm trying out KDE 4.1.2 and am getting the following when launching Konqueror: Code: !!!!!!! ERROR !!!!!!! - KHTML default stylesheet version mismatch. Aborting. Check your installation. File used was: /usr/kde/3.5/share/apps/khtml/css/html4.css. Expected STYLE_VERSION 1 Konq then aborts. I think it's a bug with the ebuilds (I guess that's why they're still hard masked?) but I thought I'd check here before reporting. BTW: I'm using the kdeprefix use flag so kde's installed into /usr/kde/4.1/...
Trye a kbuildsycoca --noincremental and restarting the system ...
Hi! My world updates are stuck now for some weeks, since gnome-extra/libgda-3.0.4 fails to build on my system and I can't figure out why or how to fix it. It seems the mysql-provider build fails. I tried removing the mysql use flag from the package, without success. Maybe someone has an idea? Find more info below: Build error Code: In file included from gda-mysql-provider.c:37: gda-mysql.h:34:19: error: mysql.h: No such file or directory gda-mysql.h:35:23: error: mysql_com.h: No such file or directory gda-mysql.h:43:23: error: my_config.h: No such file or directory In file included from gda-mysql-provider.c:37: gda-mysql.h:53: error: expected ')' before '*' token gda-mysql.h:54: warning: 'enum enum_field_types' declared inside parameter list gda-mysql.h:54: warning: its scope is only this definition or declaration, which is probably not what you want In file included from gda-mysql-provider.c:38: gda-mysql-recordset.h:53: error: expected declaration specifiers or '...' before 'MYSQL_RES' gda-mysql-recordset.h:53: error: expected declaration specifiers or '...' before 'MYSQL' gda-mysql-provider.c:239: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gda-mysql-provider.c: In function 'gda_mysql_provider_open_connection': gda-mysql-provider.c:323: error: 'MYSQL' undeclared (first use in this function) gda-mysql-provider.c:323: error: (Each undeclared identifier is reported only once gda-mysql-provider.c:323: error: for each function it appears in.) gda-mysql-provider.c:323: error: 'mysql' undeclared (first use in this function) gda-mysql-provider.c: In function 'gda_mysql_provider_close_connection': gda-mysql-provider.c:383: error: 'MYSQL' undeclared (first use in this function) gda-mysql-provider.c:383: error: 'mysql' undeclared (first use in this function) gda-mysql-provider.c: In function 'gda_mysql_provider_get_server_version': gda-mysql-provider.c:403: error: 'MYSQL' undeclared (first use in this function) gda-mysql-provider.c:403: error: 'mysql' undeclared (first use in this function) gda-mysql-provider.c: In function 'process_sql_commands': gda-mysql-provider.c:424: error: 'MYSQL' undeclared (first use in this function) gda-mysql-provider.c:424: error: 'mysql' undeclared (first use in this function) gda-mysql-provider.c:444: error: 'MYSQL_RES' undeclared (first use in this function) gda-mysql-provider.c:444: error: 'mysql_res' undeclared (first use in this function) gda-mysql-provider.c:471: warning: assignment makes pointer from integer without a cast gda-mysql-provider.c:485: error: too many arguments to function 'gda_mysql_recordset_new' gda-mysql-provider.c: In function 'gda_mysql_provider_get_database': gda-mysql-provider.c:545: error: 'MYSQL' undeclared (first use in this function) gda-mysql-provider.c:545: error: 'mysql' undeclared (first use in this function) gda-mysql-provider.c: In function 'gda_mysql_provider_change_database': gda-mysql-provider.c:567: error: 'MYSQL' undeclared (first use in this function) gda-mysql-provider.c:567: error: 'mysql' undeclared (first use in this function) gda-mysql-provider.c:582: warning: passing argument 2 of 'gda_connection_add_event' makes pointer from integer without a cast gda-mysql-provider.c: In function 'gda_mysql_provider_perform_operation': gda-mysql-provider.c:707: error: 'MYSQL' undeclared (first use in this function) gda-mysql-provider.c:707: error: 'mysql' undeclared (first use in this function) gda-mysql-provider.c:754: warning: passing argument 4 of 'g_set_error' makes pointer from integer without a cast gda-mysql-provider.c: In function 'gda_mysql_provider_get_last_insert_id': gda-mysql-provider.c:828: error: 'MYSQL' undeclared (first use in this function) gda-mysql-provider.c:828: error: 'mysql' undeclared (first use in this function) gda-mysql-provider.c: In function 'gda_mysql_provider_begin_transaction': gda-mysql-provider.c:856: error: 'MYSQL' undeclared (first use in this function) gda-mysql-provider.c:856: error: 'mysql' undeclared (first use in this function) gda-mysql-provider.c:894: warning: assignment makes pointer from integer without a cast gda-mysql-provider.c:901: warning: assignment makes pointer from integer without a cast gda-mysql-provider.c: In function 'gda_mysql_provider_commit_transaction': gda-mysql-provider.c:916: error: 'MYSQL' undeclared (first use in this function) gda-mysql-provider.c:916: error: 'mysql' undeclared (first use in this function) gda-mysql-provider.c:937: warning: assignment makes pointer from integer without a cast gda-mysql-provider.c: In function 'gda_mysql_provider_rollback_transaction': gda-mysql-provider.c:951: error: 'MYSQL' undeclared (first use in this function) gda-mysql-provider.c:951: error: 'mysql' undeclared (first use in this function) gda-mysql-provider.c:972: warning: assignment makes pointer from integer without a cast gda-mysql-provider.c: At top level: gda-mysql-provider.c:1467: error: expected ')' before '*' token gda-mysql-provider.c: In function 'get_table_fields': gda-mysql-provider.c:1603: error: 'MYSQL' undeclared (first use in this function) gda-mysql-provider.c:1603: error: 'mysql' undeclared (first use in this function) gda-mysql-provider.c:1604: error: 'MYSQL_RES' undeclared (first use in this function) gda-mysql-provider.c:1604: error: 'mysql_res' undeclared (first use in this function) gda-mysql-provider.c:1656: warning: passing argument 2 of 'gda_connection_add_event' makes pointer from integer without a cast gda-mysql-provider.c:1669: error: 'MYSQL_ROW' undeclared (first use in this function) gda-mysql-provider.c:1669: error: expected ';' before 'mysql_row' gda-mysql-provider.c:1672: error: 'mysql_row' undeclared (first use in this function) gda-mysql-provider.c:1680: warning: assignment makes pointer from integer without a cast gda-mysql-provider.c: In function 'get_mysql_constraints': gda-mysql-provider.c:1899: error: 'MYSQL' undeclared (first use in this function) gda-mysql-provider.c:1899: error: 'mysql' undeclared (first use in this function) gda-mysql-provider.c:1900: error: 'MYSQL_RES' undeclared (first use in this function) gda-mysql-provider.c:1900: error: 'mysql_res' undeclared (first use in this function) gda-mysql-provider.c:1941: warning: passing argument 2 of 'gda_connection_add_event' makes pointer from integer without a cast gda-mysql-provider.c:1950: error: 'MYSQL_ROW' undeclared (first use in this function) gda-mysql-provider.c:1950: error: expected ';' before 'mysql_row' gda-mysql-provider.c:1954: error: 'mysql_row' undeclared (first use in this function) gda-mysql-provider.c:2064: warning: passing argument 2 of 'gda_connection_add_event' makes pointer from integer without a cast gda-mysql-provider.c:2072: error: expected ';' before 'mysql_row' gda-mysql-provider.c:2154: error: expected ';' before 'mysql_row' gda-mysql-provider.c:2160: warning: passing argument 2 of 'gda_connection_add_event' makes pointer from integer without a cast gda-mysql-provider.c: In function 'gda_mysql_provider_value_to_sql_string': gda-mysql-provider.c:2247: error: 'MYSQL' undeclared (first use in this function) gda-mysql-provider.c:2247: error: 'mysql' undeclared (first use in this function) make[2]: *** [gda-mysql-provider.lo] Error 1 make[2]: Leaving directory `/var/tmp/portage/gnome-extra/libgda-3.0.4/work/libgda-3.0.4/providers/mysql' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/gnome-extra/libgda-3.0.4/work/libgda-3.0.4/providers' make: *** [all-recursive] Error 1 * * ERROR: gnome-extra/libgda-3.0.4 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3272: Called gnome2_src_compile * environment, line 2465: Called die * The specific snippet of code: * emake || die "compile failure" * The die message: * compile failure eix Code: dotxp@tango ~ $ eix gnome-extra/libgda [U] gnome-extra/libgda Available versions: (1) 1.2.4 (3) (~)3.0.1 (~)3.0.4 {berkdb bindist debug doc firebird freetds ldap mdb mysql oci8 odbc postgres sqlite3 xbase} Installed versions: 1.2.4(1)(11:52:45 AM 06/21/2008)(berkdb mdb mysql sqlite3 -debug -doc -freetds -ldap -oci8 -odbc -postgres -xbase) Homepage: http://www.gnome-db.org/ Description: Gnome Database Access Library emerge --info Code: dotxp@tango ~ $ sudo emerge --info WARNING: repository at /usr/local/portage is missing a repo_name entry Portage 2.2_rc12 (default/linux/x86/2008.0/desktop, gcc-4.3.2, glibc-2.8_p20080602-r0, 2.6.26-gentoo-r1 i686) ================================================================= System uname: Linux-2.6.26-gentoo-r1-i686-Intel-R-_Core-TM-2_Duo_CPU_T7700_@_2.40GHz-with-glibc2.0 Timestamp of tree: Fri, 31 Oct 2008 16:19:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p39 dev-java/java-config: 1.3.7, 2.1.6-r1 dev-lang/python: 2.4.4-r5, 2.5.2-r8 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r8 dev-util/cmake: 2.6.2 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.3.0-r1 sys-apps/sandbox: 1.2.18.1-r3 sys-devel/autoconf: 2.13, 2.63 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1 sys-devel/binutils: 2.18-r4 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="x86 ~x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache distlocks parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://pandemonium.tiscali.de/pub/gentoo/ ftp://ftp.mneisen.org/gentoo http://gentoo.mirror.solnet.ch http://mirror.muntinternet.net/pub/gentoo/" LANG="en_US.UTF-8" LC_ALL="en_US.UTF-8" LDFLAGS="-Wl,-O1" LINGUAS="en de" MAKEOPTS="-j4" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa avahi avi bash-completion berkdb bluetooth branding bzip2 cairo cdr cli cracklib crypt cups curl custom-cflags dbus dio dri dvd dvdr dvdread eds emboss encode evo exif fam ffmpeg firefox fortran gdbm gif gimp glitz glx gnome gnome-keyring gnutls gphoto2 gpm gstreamer gtk hal iconv idn imagemagick ipod ipv6 isdnlog iwl4965 jabber java jpeg jpeg2k kerberos lcms ldap libnotify mad midi mikmod mime mmx mono mp3 mpeg mudflap multiuser mysql nautilus ncurses networkmanager nls nptl nptlonly nsplugin nvidia offensive ogg openexr opengl openmp oscar pam pcmcia pcre pdf perl png ppds pppd python qt3support quicktime raw readline reflection sdl session spell spl sqlite sqlite3 sse sse2 ssl startup-notification subversion svg sysfs tcpd threads thunderbird tiff truetype unicode usb userlocales vcd vhosts vim vim-syntax vorbis wifi win32codecs x86 xine xml xml2 xorg xosd xpm xv xvid zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en de" USERLAND="GNU" VIDEO_CARDS="nvidia nv" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS gcc Code: dotxp@tango ~ $ gcc-config -l [1] i686-pc-linux-gnu-3.3.6 [2] i686-pc-linux-gnu-4.1.2 [3] i686-pc-linux-gnu-4.2.4 [4] i686-pc-linux-gnu-4.3.2 * TIA for every hint! Cheers, Toby
Same problem here. No solution though <sigh>
Hi - I solved my problem, but since it took me a while and I couldn't find much online, I'll post what happened in the hope that it helps someone. Issue: all nvidia drivers of the 173 series or higher (177 betas too) caused xorg to crash on startx. This happened for a variety of kernels and drivers. The 169 series worked fine. The crash error, both at the console and in the Xorg.log was: Quote: (snipped irrelevant parts) (II) Initializing extension GLX Backtrace: 0: X(xf86SigHandler+0x81) [0x80d0b90] 1: [0xb7f50400] 2: X(main+0x2b3) [0x8076cba] 3: /lib/libc.so.6(__libc_start_main+0xdc) [0xb7cc9fdc] 4: X(FontFileCompleteXLFD+0x1ed) [0x8076211] Fatal server error: Caught signal 11. Server aborting The problem was due to left over cruft from previous driver installs. I had installed using nvidia's tool at some point long ago for other reasons, and somehow or another there were probably old libraries floating around. I've heard that nvidia's driver can be picky about such things. Solution: Remove everything related to nvidia from the system and emerge the latest drivers. Probably the biggest thing was first running nvidia-install --uninstall, and then emerge -C nvidia-drivers. I also hunted around /usr/lib and removed anything with nvidia on it, including /usr/lib/tls (which is no longer present in the new install). Don't run the nvidia-install --uninstall while in X. Anyway, hopefully this helps someone save a few extra hours of scouring the internet for obscure problems. I think the moral of the story is that with weird nvidia driver problems, completely uninstall everything.
I cloned my installation from my HTPC to another disk for use with my new mainboard. I used an Nvidia card previously because my IGP had no DVI out - the new board does however. I've tried switching X to the intel driver but OpenGL does not work. It seems that one also needs to completely uninstall nvidia stuff before this works. My new box is currently turned off but I'll try this when I get home.
#emerge x11-drivers/xf86-video-intel But a lot of other drivers like x11-drivers/xf86-video-vga or x11-drivers/xf86-video-ati comes. How can I do? How can I don't install them?
even a google search for "how to gentoo X" would have led you to http://www.gentoo.org/doc/en/xorg-config.xml
I compiled firefox from source and the icon I made opens the firefox script in an editor instead of executing it. How do I make it execute (the script has the execute permission)?
notHerbert wrote: What is the context of the icon? Is it on the desktop? What WM are you running? I figured it out. I made a non-KDE application button.
This is very strange: If I boot my PC without X, I can work perfectly on the console. If I boot my PC with X configured with kdm, I cannot type my login password as my keyboard doesn't respond. It only seems to do something when I press the '3' and '4' keys. Any other key is ignored. When I ssh into the machine, there are no processes taking special CPU or memory. IF from the other pc I execute /etc/init.d/xdm restart, I again get the login screen, but now everything works perfectly until I reboot again. I have no idea what could be the matter? Does anyone have any idea ? FYI: I am running kde-base/kdm-3.5.9 x11-base/xorg-server-1.3.0.0-r6 x11-base/xorg-x11-7.2
emerge --info Quote: Portage 2.1.4.5 (default-linux/x86/2007.0/desktop, gcc-4.1.2, glibc-2.6.1-r0, 2.6.24-tuxonice-r9 i686) ================================================================= System uname: 2.6.24-tuxonice-r9 i686 Pentium III (Coppermine) Timestamp of tree: Thu, 23 Oct 2008 21:35:01 +0000 app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.4.4-r13, 2.5.2-r7 dev-python/pycrypto: 2.0.1-r6 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-Os -march=pentium3 -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/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-Os -march=pentium3 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks parallel-fetch sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LANG="nl_BE.UTF-8" LDFLAGS="-Wl,-O1 -Wl,-z,now -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--enable-new-dtags -Wl,--sort-common -s" LINGUAS="en_GB" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X Xaw3d aac acpi alsa apache2 asf audiofile bash-completion browserplugin bzip2 cairo cddb cdr cli cracklib cups dbus dri dvd dvdread encode exif extensions fam fbcon fbcondecor fbsplash ffmpeg fftw gcj gif gimp gimpprint glibc-omitfp glitz gphoto2 gs gstreamer gtk gtkhtml hal iconv id3tag imagemagick isdnlog java javascript jpeg kdehiddenvisibility logrotate mad midi mmap mmx mmxext mozcalendar moznopango mp3 mpeg ncurses network-cron new-login nls no-old-linux nptl nptlonly nsplugin nvidia opengl openmp pam pch pcre pdf pic png pppd python qt3support qt4 quicktime readline real reflection resolvconf samba sdl session sndfile spl srt sse ssl startup-notification suid svg tiff truetype unicode usb userlocales v4l v4l2 vim win32codecs wma wmf x86 xanim xinetd xml xorg xulrunner xv xvid zeroconf zlib zvbi" ALSA_CARDS="ens1371" 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 dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident include info log_config 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" CAMERAS="canon ptp2" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_GB" USERLAND="GNU" VIDEO_CARDS="nv vesa nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS xorg.conf: Quote: Section "Module" # This loads the DBE extension module. Load "dbe" # Double buffer extension # This loads the miscellaneous extensions module, and keeps # initialisation of the XFree86-DGA extension within that module enabled # I want dga, because it allows xawt to SubSection "extmod" # xawtv tries to use DGA to determine the framebuffer start location # Option "omit xfree86-dga" # Commented out to initialise the DGA extension. EndSubSection # This loads the font modules Load "type1" # Load "speedo" Load "freetype" # Load "xtt" # This loads the GLX module Load "glx" # This loads the DRI module # Load "dri" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/xdtv/" FontPath "/usr/share/fonts/xawtv/" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "StandardQwerty" Driver "kbd" Option "AutoRepeat" "500 30" # The effect of the XkbDisable line is not well documented. When it is uncommented it seems to institute a set of X defaults and to ignore subsequent configuration in XF86Setup # Option "XkbDisable" Option "XkbModel" "pc104" Option "XkbLayout" "intl" Option "XkbVariant" "" Option "XkbOptions" "caps:internal,numpad:microsoft,grp_led:scroll,altwin:menu,srvr_ctrl:xfree86" EndSection Section "InputDevice" Identifier "StandardAzerty" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbModel" "pc105" Option "XkbLayout" "be" Option "XkbOptions" "caps:internal,numpad:microsoft,grp_led:scroll,altwin:menu,srvr_ctrl:xfree86" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "WheelMouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/input/mice" Option "Zaxismapping" "4 5" # set the Z-axis to 'button' 4 and 5. 'button 4' = wheel up, 'button 5'= wheel down EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/input/mice" EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "UNKNOWN" HorizSync 31.5 - 35.1 VertRefresh 50-90 EndSection Section "Monitor" Identifier "MCM17P1" HorizSync 30-96 VertRefresh 50-160 EndSection Section "Monitor" Identifier "EIZO" HorizSync 30-92 VertRefresh 50-160 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present # Standard VGA Device: Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" Driver "vga" EndSection # Device configured by xorgconfig: Section "Device" Identifier "NV_VANTA_LT" Driver "nv" #VideoRam 16384 # Insert Clocks lines here if appropriate EndSection Section "Device" Identifier "NVIDIA_VANTA_LT" Driver "nvidia" Option "NvAgp" "1" # use the nvidia AGP driver, not the kernel agp Option "RenderAccel" "true" Option "UseEdidFreqs" "true" Option "IgnoreDisplayDevices" "TV" VendorName "NVidia" BoardName "VANTA LT" EndSection # ********************************************************************** # Screen sections # ********************************************************************** # Any number of screen sections may be present. Each describes # the configuration of a single screen. A single specific screen section # may be specified from the X server command line with the "-screen" # option. Section "Screen" Identifier "Screen 1" Device "NVIDIA_VANTA_LT" Monitor "MCM17P1" DefaultDepth 16 Subsection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** # Any number of ServerLayout sections may be present. Each describes # the way multiple screens are organised. A specific ServerLayout # section may be specified from the X server command line with the # "-layout" option. In the absence of this, the first section is used. # When now ServerLayout section is present, the first Screen section # is used alone. Section "ServerLayout" # The Identifier line must be present Identifier "Simple Layout" # Each Screen line specifies a Screen section name, and optionally # the relative position of other screens. The four names after # primary screen name are the screens to the top, bottom, left and right # of the primary screen. In this example, screen 2 is located to the # right of screen 1. Screen "Screen 1" # Each InputDevice line specifies an InputDevice section name and # optionally some options to specify the way the device is to be # used. Those options include "CorePointer", "CoreKeyboard" and # "SendCoreEvents". InputDevice "WheelMouse1" "CorePointer" InputDevice "StandardAzerty" "CoreKeyboard" EndSection Rebooting will have to wait until tomorrow ...
I updated the kernel and now X doesn't start. lspci says the machine has: Code: 01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 440] (rev a3) The nvidia software installed is: Code: $ eix nvidia [U] media-gfx/nvidia-cg-toolkit Available versions: 2.0.0015 ~2.1.0009 Installed versions: 1.5.0(02:01:24 09/09/07) Homepage: http://developer.nvidia.com/object/cg_toolkit.html Description: nvidia's c graphics compiler toolkit [I] media-video/nvidia-settings Available versions: 1.0.20070621 ~169.04 169.07 ~171.05 [M]~173.08 ~173.14.09 ~173.14.12 [M]~177.13 [M]~177.67 [M]~177.68 [M]~177.70 Installed versions: 169.07(03:04:50 03/15/08) Homepage: http://www.nvidia.com/ Description: NVIDIA Linux X11 Settings Utility [I] x11-drivers/nvidia-drivers Available versions: 71.86.06!s 96.43.07!s [m]100.14.09!s [m]~100.14.11!s [m]100.14.19!s [M]~100.14.23!s [m]~169.07!s [m]~169.09!s [m]169.09-r1!s [m]~169.12!s [M]~173.08!s [m]~173.14.05!s [m]173.14.09!s [m]~173.14.12!s [M]~177.13!s [M]~177.67!s [M]~177.68!s [M]~177.70!s {acpi custom-cflags gtk kernel_linux multilib} Installed versions: 96.43.07!s(09:12:51 10/25/08)(acpi gtk kernel_linux -multilib) Homepage: http://www.nvidia.com/ Description: NVIDIA X11 driver and GLX libraries Found 3 matches. When I try to run X, I get: Code: $ startx xauth: creating new authority file /home/mslinn/.serverauth.18883 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 egg 2.6.18-gentoo-r6 #4 PREEMPT Wed Jan 31 09:15:52 PST 2007 i686 Build Date: 25 October 2008 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: Sat Oct 25 15:38:57 2008 (==) Using config file: "/etc/X11/xorg.conf" (II) Module already built-in Error: API mismatch: this NVIDIA driver component has version 96.43.07, but the NVIDIA kernel module's version does not match. Please make sure that the kernel module and all NVIDIA driver components have the same version. (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure (EE) NVIDIA(0): that there is a supported NVIDIA GPU in this system, and (EE) NVIDIA(0): that the NVIDIA device files have been created properly. (EE) NVIDIA(0): Please consult the NVIDIA README for details. (EE) NVIDIA(0): *** Aborting *** (EE) Screen(s) found, but none have a usable configuration. Fatal server error: no screens found XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining. How do I discover the version of the NVidia kernel module?
Which kernel version are you using now after the update? I had a similar problem recently after upgrading to another kernel. I switched back later. Did you link your kernel version to /usr/src/linux ?
I've been working on this problem for some time now and I seem to make some headway but every error I fix I run into another issue. Here is the error I'm running into right now: Quote: >>> Messages generated by process 27231 on 2008-10-31 02:56:50 EDT for package app-crypt/pinentry-0.7.5: LOG: postinst We no longer install pinentry-curses and pinentry-qt SUID root by default. Linux kernels >=2.6.9 support memory locking for unprivileged processes. The soft resource limit for memory locking specifies the limit an unprivileged process may lock into memory. You can also use POSIX capabilities to allow pinentry to lock memory. To do so activate the caps USE flag and add the CAP_IPC_LOCK capability to the permitted set of your users. >>> Messages generated by process 27231 on 2008-10-31 03:30:46 EDT for package net-fs/samba-3.0.32: WARN: postinst If you're upgrading from 3.0.24 or earlier, please make sure to restart your clients to clear any cached information about the server. Otherwise they might not be able to connect to the volumes. LOG: postinst It is possible to start/stop daemons separately: Create a symlink from /etc/init.d/samba.{smbd,nmbd,winbind} to /etc/init.d/samba. Calling /etc/init.d/samba directly will start the daemons configured in /etc/conf.d/samba The mount/umount.cifs helper applications are not included anymore. Please install net-fs/mount-cifs instead. >>> Messages generated by process 27231 on 2008-10-31 03:30:48 EDT for package dev-java/java-sdk-docs-1.6.0-r1: ERROR: unpack Fetch failed for 'dev-java/java-sdk-docs-1.6.0-r1' How do I fix this? Here is my emerge --info: Quote: Portage 2.1.4.5 (hardened/linux/amd64/2008.0, gcc-3.4.6, glibc-2.6.1-r0, 2.6.25-gentoo-r7 x86_64) ================================================================= System uname: 2.6.25-gentoo-r7 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4000+ Timestamp of tree: Fri, 31 Oct 2008 02:15:01 +0000 app-shells/bash: 3.2_p17-r1 dev-lang/python: 2.5.2-r7 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.61-r2 sys-devel/automake: 1.7.9-r1, 1.9.6-r2, 1.10 sys-devel/binutils: 2.18-r1 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.24 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=k8 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=k8 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://gentoo.cites.uiuc.edu/pub/gentoo ftp://gentoo.cites.uiuc.edu/pub/gentoo http://gentoo.chem.wisc.edu/gentoo " LDFLAGS="-Wl,-O1" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" USE="X acl amd64 berkdb bzip2 bzlib caps cdr cli cracklib crypt cups divx4linux doc dri dvd gdbm gpm gtk hardened iconv ipv6 isdnlog java justify kde kdexdelta midi mmx mozilla mudflap multilib multiuser nas ncurses nptl nptlonly opengl openmp pam pcre perl php pic posix pppd python qt readline reflection samba session shared snmp sockets spell spl sse sse2 ssl sysfs sysvipc szip tcltk tcpd truetype unicode urandom usb videos vorbis xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Please let me know if you need anything else. Thanks for your help.
the ss / com_err / e2fsprogs-libs is a known issue. The best workaround is to issue the following commands (IN THIS ORDER): Code: emerge -f mit-krb5 e2fsprogs e2fsprogs-libs emerge -C ss com_err e2fsprogs emerge -auDNv world Hope that helps.
still trying to figure out the xfce4 desktop! i downloaded a couple themes for xfce,but i dont have a clue as to how to install them. im used to gnome and kde,but when i installed gentoo i wanted to try something different. anyway,how do you install themes and icons in xfce4???? Rick
Nevermind. I found a post that tells me how to do it;cp -fdr /home/user/theme(or icon) space /usr/share/themes(or icons) pretty simple Rick
Hi, When I choose Suspend or Hibernate from either GDM menu or Gnome session, the computer beeps (looks like a nice wav sound) and nothing happens, except for Gnome reporting "There was a suspend problem". When I manually run sudo hibernate or sudo hibernate-ram , it all works as expected. At first, I was thinking this is a hardware issue, but now I got myself a second PC and it's all the same there I have latest Gnome installed. What could be the reason for such problem? P.S. When upgrading from Gnome 2.20, rhythmbox stopped working. To fix it, I had to upgrade to masked version because it had new gnome-session protocol support. Maybe this is somewhat similar (though there is no gdm-2.22 )? Thanks in advance.
Solution: emerge pm-utils.
i tried emerging xfce but it didnt work.how do i get xfce? i used emerge xfce,is this wrong? i would greatly appreciate some help!!!!!! Rick
http://www.gentoo.org/doc/en/xfce-config.xml
I was wondering if anyone running an ~amd64 system has noticed a recent memory leak while running X. By recent, I mean in the last few days. Please let me know. I didn't see anything off the bat in bugzilla. Thanks in advance. Blessed be! Pappy
I think it's the latest intel video drivers, as it messes with the GL screensavers, and the stability of DVD video (what intel chipset doesn't...). I can't backtrack to anything older than xf86-video-intel-2.4.2-r3, as they all fail. Fortunately, it only affects my amd64. Blessed be! Pappy
Just want to switch to kmail - wondering if there is any way I can import all of my mails and mailbox settings from thunderbird to kmail? Cheers Rahul
Easiest way is to set up a quick IMAP server (courier or whatever), load all the mails onto there, download it with any other mail client you like. That's what I did some months ago when I switched from Thunderbird to kmail
I installed gentoo with the minimal install cd,fixed a few grub errors and it boots just fine.heres where the trouble starts,i tried installing kde 3.5.9 wich took hours.and ended up with a half baked install,some components bring back die errors.so ineed a window manager, so i emerged enlightenment successfully,i made sure it was put in /ect/conf.d/xdm, and checked /etc/rc.conf.when i ran rc-update add enlightenment default, it wasnt there.i also ran xorg config but all i get is a blank screen?no matter what i try i get a blank screen. i followed the install instructions to the letter,i printed them out! i also used the genkernel because i kept getting kernel panics. so now im stuck! ive checked most of the stickies and documentation but im baffeled!! can someone out there help me? this has been a 2 day project and im about to go off the deep end so please HELP!! it would be greatly appreciated. Rick
lsmod and lspci might help too. cheers
Hi! I'm experiencing some troubles running my X. I was trying to edit xorg.conf as I have some other problems with new ATI drivers and now I can't make it work with any . I tried with my root user and with the old ATI drivers everything seems to work ok, but I would like to make it work as user too. I tried to have a look at the log file and I see no errors but an error related to AIGLX, which I think has always been present: Code: (EE) AIGLX error: dlopen of /usr/lib/dri/radeon_dri.so failed (/usr/lib/dri/radeon_dri.so: undefined symbol: _glapi_tls_Context) (EE) AIGLX: reverting to software rendering No more errors. It simply exits when trying to startx. xorg.conf seems to be ok as root is working and I created a new xorg.conf just to try. I added the user to the video group as I read it in another thread, but still it's not working. Any idea? Thanks for any advice!
Are you in the video group? If not you should be.
I have installed kde from sets (@kdebase-4.1) now i want to have compiz fusion.I did everything acording to the wiki page but when i type emerge -p compiz-fusion i get this Quote: emerge -p compiz-fusion These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild NS ] kde-base/kdelibs-3.5.9-r4 [4.1.2-r1] USE="acl alsa cups -arts -avahi -bindist -branding -debug -doc -fam -jpeg2k -kdeenablefinal -kdehiddenvisibility -kerberos -legacyssl -lua -openexr -spell -tiff -utempter -xinerama" [ebuild N ] gnome-extra/libgsf-1.14.7 USE="bzip2 python -debug -doc -gnome" [ebuild N ] x11-libs/libwnck-2.22.3 USE="-debug -doc" [ebuild N ] gnome-base/librsvg-2.22.2 USE="zlib -debug -doc" [ebuild NS ] kde-base/kwin-3.5.9-r1 [4.1.2] USE="-arts -debug -kdeenablefinal -kdehiddenvisibility -xcomposite -xinerama" [ebuild N ] x11-wm/compiz-0.7.8 USE="cairo kde svg -dbus -fuse -gnome -gtk -kde4" [ebuild N ] x11-plugins/compiz-fusion-plugins-main-0.7.8 USE="-gnome" [ebuild N ] x11-libs/libcompizconfig-0.7.8 [ebuild N ] x11-plugins/compiz-fusion-plugins-extra-0.7.8 USE="-gnome" [ebuild N ] x11-libs/compizconfig-backend-kconfig-0.7.8 USE="-debug -xinerama" [ebuild N ] dev-python/compizconfig-python-0.7.8 [ebuild N ] x11-apps/ccsm-0.7.8-r1 [ebuild N ] x11-wm/emerald-0.7.8 [ebuild N ] x11-themes/emerald-themes-0.5.2 [ebuild N ] x11-wm/compiz-fusion-0.7.8 USE="kde -gnome -unsupported" Why is it downgrading kdelibs and kwin ? How do i get throught that without downgrade ?
it's not downgrading, it's installing in a new slot. Export your config in ccsm, switch to flat-file configuration, log out, re-import the configuration. Then install c-f 0.7.8 without the kconfig module. Should be fine.
I just realised that my Gnome clock shows time 1 hour earlier then it is. I live in poland so due to DTS I just moved from CEST to CET zone (yesterday night I think...). I just checked that 'date' show the right time and zone so it must be something with gnomes configurations.
I set the timezone again (as in the handbook) and the problem (I dont know why...) disappeared.
Hi there! When Gnome screensaver gets activated and I try to log back in, I get this weird error message when I insert the correct password: "Not permitted to gain access at this time." I think it is related to PAM but I really have no clue in how to fix this. Could someone help? Thank you. Solution: My configuration file for Gnome Screensaver had icorrect syntax. This happened during some weird update, since I never edited the file.
gsilva wrote: Hi there! When Gnome screensaver gets activated and I try to log back in, I get this weird error message when I insert the correct password: "Not permitted to gain access at this time." I think it is related to PAM but I really have no clue in how to fix this. Could someone help? Thank you. bump
After my latest emerge -pvuD world, graphics on my laptop suck. I have Intel GM965 onboard graphics on a Dell Latitude D630. The problem is that some applications don't update any more, after they have been displayed for a few seconds. This lack of updating seems to happen only in several (but large) horizontal stripes across the screen. So for instance, if I have an XTerm open and type, I can't see what I am typing. Or if I watch a video, it freezes after a couple of seconds. When I switch from that virtual desktop to another and back again, the screen updates ok again - for a few seconds. Then it's back to freeze. This does not happen with every application. KDevelop, for example, displays everything I type. It's been a while since I did an update of world on my laptop, so I'm not sure what package caused this problem. Any idea? I googled (well, not very extensively, I must admit), but didn't find anything.
If you change VIDEO_CARDS="i810" to VIDEO_CARDS="intel" in your /etc/make.conf file, all you should have to do to get things looking good again is emerge mesa...at least that's what I had to do once I fixed that part. Blessed be! Pappy
I suspect I have a bad font installed somewhere on my system, that messes up Japanese punctuations for me. This happens with the default font that the system chooses for Japanese text. The punctuation should be at the bottom of a line, instead it is floating mid-air. Here is a screenshot demonstrating the problem (what it looks like in red, what it should look like in green). http://i38.tinypic.com/wilw8k.png Is there any way to find out which font is responsible for this, i.e. which font does X use to display the 、 and 。 characters. I have tried to locate the culprit by commenting out half of my FontPaths, so far to no avail. Unfortunately, I have quite a lot of fonts installed on my system in order to be able to display most of Unicode. It must be a font that X chooses by default somehow since I see the problem not only in Firefox (where I could probably fix it by selecting a different font for Japanese text), but everywhere else too... inkscape, openoffice, you name it. None of these apps seem to be able which font is used for that Glyph... if I select a font there, even a font that does not include Japanese glyphs in the first place, it will display the glyphs anyway by falling back to the default font, and I don't know what the default font for Japanese on my system is or how I could change it. Any X fonts gurus around? Is there a way to 'trace' glyphs back to their default fonts?
Are you sure we're talking about X fonts, and not truetype fonts ?
Hi people. I am having a problem with Compiz Window Decoration plugin. When I set this plugin to enable and then restart the PC to change take effect the plugin is disabled! So the windows borders are not displayed. I tried to use the CompizConfig Settings Manager but everytime I select the checkbox of this plugin and restart the PC the checkbox appear empty. I tried to edit the configuration of compiz plugins using Gnome Configuration Editor with no success. I tried to edit the xml file direct(/home/userxxx/.gconf/apps/compiz/general/allscreens/options/%gconf.xml -> section active_plugins) and it worked for some sessions but the file is reseted after some logins. edit: I updated Compiz to 0.7.8 and now the all the configuration that I made still working after reboot/shutdown.
did you try setting the Command to emerald --replace (in the Window decoration menu), and then enabling it? how do you initialize your compiz? ps: try this wiki http://209.85.135.104/search?q=cache:5OC3VKnCqXwJ:www.gentoo-wiki.com/Compiz+gentoo+wiki+compiz&hl=bg&ct=clnk&cd=1&client=opera
Hi all, I have a problem with 3D rendering and I have not found anything useful to solve this problem. 1. X is working nice without 3D rendering. 2. I followed this tutorial http://www.gentoo.org/doc/en/dri-howto.xml 3. My graphics card Code: busybeaver ~ # lspci | grep AGP 00:01.0 PCI bridge: Intel Corporation 82845 845 (Brookdale) Chipset AGP Bridge (rev 11) 01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G550 AGP (rev 01) 4. Kernel: Linux Kernel v2.6.25-gentoo-r8 I compiled MTRR, AGPGART and DRM into the kernel just to try because it does not work with these pieces of code compiled as modules. Should I compile these as modules? Code: Processor type and features ---> <*> MTRR (Memory Type Range Register) support Device drivers ---> Graphics support ---> <*> /dev/agpgart (AGP Support) ---> <M> Intel 440LX/BX/GX, I8xx and E7x05 chipset support <*> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) ---> <M> Intel 830M, 845G, 852GM, 855GM, 865G <M> i830 driver <M> i915 driver <M> Matrox g200/g400 5. xorg.conf Code: Section "Module" Load "dri" Load "glx" ... EndSection ... Section "Device" Driver "mga" ... EndSection ... Section "dri" Mode 0666 EndSection 6. lsmod Code: i830 29696 0 i915 35840 0 mga 65664 1 ... 7. /etc/make.conf Code: VIDEO_CARDS="i810 vga mga" INPUT_DEVICES="keyboard mouse" 8 glxinfo | grep rendering Code: busybeaver marco # glxinfo | grep rendering libGL: XF86DRIGetClientDriverName: 1.4.6 mga (screen 0) libGL: OpenDriver: trying /usr/lib/dri/tls/mga_dri.so libGL: OpenDriver: trying /usr/lib/dri/mga_dri.so libGL error: dlopen /usr/lib/dri/mga_dri.so failed (/usr/lib/dri/mga_dri.so: cannot open shared object file: No such file or directory) libGL error: unable to load driver: mga_dri.so direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose) Drivers seem to be in a different directory, but their names change: *_dri.so -> *_drv.so. I did not find any _dri.so files running slocate. Code: busybeaver marco # ls /usr/lib/xorg/modules/drivers/ ch7017.so fbdev_drv.so intel_drv.so mga_drv.so tfp410.so vga_drv.so ch7xxx.so i810_drv.so ivch.so sil164.so vesa_drv.so 9. Code: busybeaver marco # dmesg | grep drm [drm] Initialized mga 3.2.1 20051102 on minor 0 [drm] Initialized card for AGP DMA. Hope to have given enough details. Could you help me? Thanks a lot in advance! Marco
Why do you use the mga driver instead of intel (i810 on older xorg)?
I'd like to be able to shut down my pc by pressing power button and I want to do it in a kde4-friendly way. I have: Code: # cat /etc/acpi/events/button_power event=button/power PWRB 00000080 action=/etc/acpi/actions/button_power.sh # cat /etc/acpi/actions/button_power.sh #!/bin/bash su ME -c 'dbus-send --session --dest=org.kde.ksmserver \ --type=method_call --print-reply /KSMServer \ org.kde.KSMServerInterface.logout int32:0 int32:2 int32:0' ...and it works perfect, when executed (/etc/acpi/actions/button_power.sh) by root using a console, but does not work when I press the power button. It's a dbus issue - not acpi - because when I put ie. "halt" into the script, it works fine. I've already tried using sudo and qdbus combinations, getting the same result. It also behaves in the same way with any other dbus message. Any idea how to solve it?
Here's solution, if anyone interested: http://samwiseandthestereotypical.blogspot.com/2008/09/using-dbus-and-ksmserver-to-logout-and.html
After I upgraded to KDE4 (and removed 3.5.9) my digikam 0.9.4 stopped to work - it showed no files in albums (no thumbnails exactly). After upgrading to 0.10 (overlay) I have still the same problem. Slideshow is working. After I run digikam in terminal: Code: digikam(13267) KLocalePrivate::initEncoding: Cannot resolve system encoding, defaulting to ISO 8859-1. QStringList Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const Solid::DeviceInterface::Type&) error: "org.freedesktop.DBus.Error.Disconnected" QStringList Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const Solid::DeviceInterface::Type&) error: "org.freedesktop.DBus.Error.Disconnected" QColor::setHsv: HSV parameters out of range QStringList Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const Solid::DeviceInterface::Type&) error: "org.freedesktop.DBus.Error.Disconnected" QStringList Solid::Backends::Hal::HalManager::findDeviceByDeviceInterface(const Solid::DeviceInterface::Type&) error: "org.freedesktop.DBus.Error.Disconnected" Found dcraw version: 8.86 digikam(13267): Could not find parent with url: "Jezioro i Labedzie" for: "Jezioro i Labedzie/.rawstudio" File '' is not readable. Running RAW decoding command: "/usr/lib64/libkdcraw5/kdcraw -c -e /mnt/sda_mag/00_Work/01_Grafika/digikam2/Jezioro i Labedzie/imgp0919.pef" Using embedded RAW preview extraction Warning: Size 4116 of Exif.Pentax.0x0404 exceeds 4096 bytes limit. Not decoded. Warning: Size 14344 of Exif.Pentax.0x0405 exceeds 4096 bytes limit. Not decoded. Orientation => Exif.Image.Orientation => 1 Running RAW decoding command: "/usr/lib64/libkdcraw5/kdcraw -c -e /mnt/sda_mag/00_Work/01_Grafika/digikam2/Jezioro i Labedzie/imgp0920.pef" Using embedded RAW preview extraction Warning: Size 4116 of Exif.Pentax.0x0404 exceeds 4096 bytes limit. Not decoded. Warning: Size 14344 of Exif.Pentax.0x0405 exceeds 4096 bytes limit. Not decoded. Orientation => Exif.Image.Orientation => 1 Running RAW decoding command: "/usr/lib64/libkdcraw5/kdcraw -c -e /mnt/sda_mag/00_Work/01_Grafika/digikam2/Jezioro i Labedzie/imgp0922.pef" Using embedded RAW preview extraction Warning: Size 4116 of Exif.Pentax.0x0404 exceeds 4096 bytes limit. Not decoded. Warning: Size 14344 of Exif.Pentax.0x0405 exceeds 4096 bytes limit. Not decoded. Orientation => Exif.Image.Orientation => 1 Running RAW decoding command: "/usr/lib64/libkdcraw5/kdcraw -c -e /mnt/sda_mag/00_Work/01_Grafika/digikam2/Jezioro i Labedzie/imgp0923.pef" Using embedded RAW preview extraction Warning: Size 4116 of Exif.Pentax.0x0404 exceeds 4096 bytes limit. Not decoded. Warning: Size 14344 of Exif.Pentax.0x0405 exceeds 4096 bytes limit. Not decoded. Orientation => Exif.Image.Orientation => 8 Running RAW decoding command: "/usr/lib64/libkdcraw5/kdcraw -c -e /mnt/sda_mag/00_Work/01_Grafika/digikam2/Jezioro i Labedzie/imgp0924.pef" Using embedded RAW preview extraction Warning: Size 4116 of Exif.Pentax.0x0404 exceeds 4096 bytes limit. Not decoded. Warning: Size 14344 of Exif.Pentax.0x0405 exceeds 4096 bytes limit. Not decoded. Orientation => Exif.Image.Orientation => 8 Running RAW decoding command: "/usr/lib64/libkdcraw5/kdcraw -c -e /mnt/sda_mag/00_Work/01_Grafika/digikam2/Jezioro i Labedzie/imgp0925.pef" Using embedded RAW preview extraction Warning: Size 4116 of Exif.Pentax.0x0404 exceeds 4096 bytes limit. Not decoded. Warning: Size 14344 of Exif.Pentax.0x0405 exceeds 4096 bytes limit. Not decoded. Orientation => Exif.Image.Orientation => 8 Thanks for any suggestions
Lol, it was my fault I just had to click "Albums" tab at the left side of the digikam window. It took me few hours to figure out what is wrong. First time I installed digikam I didn't have to do this and the pictures appeared automatically, therefore my confusion. Thanks Michael
Hi there, since some minutes I see a strange error if I want to open a xterm: Code: DB->get: method not permitted before handle's open method If I then try to e.g. open a file using nano I get the following: Code: nano .bashrc DB->get: method not permitted before handle's open method DB->get: method not permitted before handle's open method Error opening terminal: xterm. Any idea what could have caused this? I upgraded portage, ncurses and openoffice-bin this morning, may that be related to the error I see? Thanks and regards, Andreas
Thanks a lot!
Hi there. How can i take a screenshot while i'm changing desktops in compiz, like for example, with the cube being shown, or with all the desktops being show with the expo effect? When i try to take a snapshot, it just takes for the current desktop, even if i'm the expo mode...
Ok, got a way to make it work. Dunno why, i can't take the screenshot when i have the desktop cube showing, or on the "expo" effect. so, i ask for a snapshot with a 3 second delay and THEN go to the cube or expo. but this is stupid. Apparently, compiz does not do anything key-related when not on the normal desktop view.
I just emerged korganizer,kmail, etc and it seems they are using qt3 (that is what I see scrolling by -I/usr/lib/qt3/... etc.) I have a use flag qt4 in make.conf so should they not use qt4, or have I missed something? I use x86_64.
Thanks for clearing the confusion!
Just did a slot upgrade of kde4.1 and everything went well. Kdm3.5 and kdm4.1 has lost my kde3.5 session. Under both kdm I can't find my kde 3.5 session on the list, it only lists default, previous, kde4.1 and failsafe. All of them only boots kdm4.1. How do I get my kde3.5 session back. Thanks regards, Lenk
Since, it's a slot package, I don't understand why you lost your config... I will double check this thread to see why
Trying a fresh install of Gentoo on a laptop (Thinkpad T60p). When I try to emerge gnome it hangs on the GDM install giving me the following error... Code: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -DAUTHDIR=\"/var/gdm\" -DBINDIR=\"/usr/bin\" -DDATADIR=\"/usr/share\" -DDMCONFDIR=\"/etc/X11/dm\" -DGDMCONFDIR=\"/etc/X11/gdm\" -DGDMLOCALEDIR=\"/etc/X11/gdm\" -DGDM_GLADE_DIR=\"/usr/share/gdm\" -DLIBDIR=\"/usr/lib\" -DLIBEXECDIR=\"/usr/libexec\" -DLOGDIR=\"/var/log/gdm\" -DATSPIDIR=\"/usr/libexec\" -DPIXMAPDIR=\"/usr/share/pixmaps\" -DSBINDIR=\"/usr/sbin\" -I. -I.. -I. -I.. -I../daemon -I../common -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -march=prescott -O2 -pipe -fomit-frame-pointer -Wall -Wmissing-prototypes -MT gdmsetup-gdmsetup.o -MD -MP -MF .deps/gdmsetup-gdmsetup.Tpo -c -o gdmsetup-gdmsetup.o `test -f 'gdmsetup.c' || echo './'`gdmsetup.c mv -f .deps/gdmsetup-gdmsession.Tpo .deps/gdmsetup-gdmsession.Po test -z "/usr/share/gdm" || /bin/mkdir -p "/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/share/gdm" mv -f .deps/gdmsetup-gdmuser.Tpo .deps/gdmsetup-gdmuser.Po test -z "/usr/share/gdm/applications" || /bin/mkdir -p "/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/share/gdm/applications" /usr/bin/install -c -m 644 'gdmsetup.glade' '/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/share/gdm/gdmsetup.glade' /usr/bin/install -c -m 644 'gdmchooser.glade' '/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/share/gdm/gdmchooser.glade' /usr/bin/install -c -m 644 'gdmphotosetup.glade' '/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/share/gdm/gdmphotosetup.glade' test -z "/usr/share/gdm/applications" || /bin/mkdir -p "/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/share/gdm/applications" /usr/bin/install -c -m 644 'gdmphotosetup.desktop' '/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/share/gdm/applications/gdmphotosetup.desktop' test -z "/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/bin/gdmXnest" || rm -f /var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/bin/gdmXnest /usr/bin/install -c -m 644 'gdmsetup.desktop' '/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/share/gdm/applications/gdmsetup.desktop' /usr/bin/install -c -m 644 'gdmflexiserver.desktop' '/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/share/gdm/applications/gdmflexiserver.desktop' ln -s -f gdmXnestchooser /var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/bin/gdmXnest ln: creating symbolic link `/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/bin/gdmXnest': No such file or directory make[3]: *** [install-data-local] Error 1 make[3]: *** Waiting for unfinished jobs.... /usr/bin/install -c -m 644 'gdmflexiserver-xnest.desktop' '/var/tmp/portage/gnome-base/gdm-2.20.7/image//usr/share/gdm/applications/gdmflexiserver-xnest.desktop' gdmsetup.c: In function 'greeter_entry_untranslate_timeout': gdmsetup.c:3558: warning: unused variable 'keys' gdmsetup.c:3557: warning: unused variable 'prefix' gdmsetup.c:3556: warning: unused variable 'i' mv -f .deps/gdmsetup-gdmsetup.Tpo .deps/gdmsetup-gdmsetup.Po make[3]: Leaving directory `/var/tmp/portage/gnome-base/gdm-2.20.7/work/gdm-2.20.7/gui' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/var/tmp/portage/gnome-base/gdm-2.20.7/work/gdm-2.20.7/gui' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/gnome-base/gdm-2.20.7/work/gdm-2.20.7/gui' make: *** [install-recursive] Error 1 * * ERROR: gnome-base/gdm-2.20.7 failed. * Call stack: * ebuild.sh, line 49: Called src_install * environment, line 2777: Called gnome2_src_install * environment, line 2036: Called die * The specific snippet of code: * emake DESTDIR="${D}" "scrollkeeper_localstate_dir=${D}${sk_tmp_dir} " "$@" install || die "install failed"; * The die message: * install 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/gnome-base/gdm-2.20.7/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/gnome-base/gdm-2.20.7/temp/environment'. * >>> Failed to emerge gnome-base/gdm-2.20.7, Log file: >>> '/var/tmp/portage/gnome-base/gdm-2.20.7/temp/build.log' Also fails with gnome-base/gdm-2.20.8 with the same error. The only thing remotely close to this error that I could find on this forum is related to libexpat, and I've already tried all of those fixes. Also, this is a brand new install (1 day old), so an expat upgrade should not be the problem. I'm at a loss. Code: Portage 2.2_rc13 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-gentoo-r8 i686) ================================================================= System uname: Linux-2.6.25-gentoo-r8-i686-Genuine_Intel-R-_CPU_T2500_@_2.00GHz-with-glibc2.0 Timestamp of tree: Mon, 03 Nov 2008 01:45:03 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p33 dev-lang/python: 2.4.4-r13, 2.5.2-r7 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.4.6-r1 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.3.0-r1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo http://distro.ibiblio.org/pub/linux/distributions/gentoo/" LDFLAGS="-Wl,-O1" LINGUAS="en_US en" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://192.168.1.235/gentoo-portage" USE="NPTL X a52 a52dec aac ace acpi aim alsa apic apm asf audiofile avahi avi bash-completion beagle bitmap-fonts bluetooth bzip2 bzlib cdr cli cpudetection cracklib crypt cups curl curlwrappers dba dbus divx4linux dri dv dvd dvdr dvdread encode equalizer esd ethereal exif expat fam fame ffmpeg flac galago gd gdbm gdm gif gimp gimpprint glitz gmail gmp gnome gnutls gpm gtk gtk2 gtkhtml guile hal hdaps hddtemp howl ibmacpi iconv icq idn imagemagick imap ipw3945 isdnlog jabber jpeg jpeg2k lcms libnotify lm_sensors lua mad matroska mhash midi mime mjpeg mmx mng mono mozdevelop mozsvg mp2 mp3 mp4 mpeg msn mudflap musicbrainz ncurses networking networkmanager nls nntp nptl nptlonly offensive ogg oggvorbis opengl openmp pam pcre pdf pear perl png ppds pppd python quicktime rar readline real reflection samba scanner session smapi sml smp sounds spell spl sse sse2 ssl startup-notification subtitles svg svga sysfs tcltk tcpd theora threads tidy tiff tk truetype truetype-fonts type1-fonts unicode usb v4l v4l2 vcd visualization vorbis wavpack wifi win32codecs wma wmf wxwindows x264 x86 xattr xcb xcf xcomposite xforms xine xml xorg xprint xulrunner xv xvid yahoo zip zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_US en" USERLAND="GNU" VIDEO_CARDS="fglrx radeon" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Any help would be appreciated. Please let me know if more information is required.
https://bugs.gentoo.org/show_bug.cgi?id=217037
After I make my X chinese, my console cannot display english when I enter "chmod" or "chown" as normal as before, it tries to display chinese but cannot do it in the console, so after typing "chmod" or "chown", my console is full of "?"and cubes. How could I solve it? Here is the content of my /etc/env.d/100i18n Code: CONSOLE_NOT_LOCALIZED=yes ENC=gb LANGUAGE=en_US.UTF-8:en_US:en:zh_CN:zh_CN.GBK:zh_CN.UTF-8 LANG=en_US.UTF-8 LC_CTYPE=zh_CN.UTF-8 LC_NUMERIC=en_US.UTF-8 LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=en_US.UTF-8 LC_NAME=en_US.UTF-8 LC_ADDRESS=en_US.UTF-8 LC_TELEPHONE=en_US.UTF-8 LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=en_US.UTF-8 and here is my 02locale Code: LANG="en_US.UTF-8" LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" Someone helps? Thanks in advance.
Try to use rxvt-unicode (urxvt)
Hello all, I am really frustrated because I've been working on this issue for days and can't seem to get it resolved. On this particular machine, I dual-boot with Windows. In Windows, using Firefox and Opera, my browsing is quite quick. There is very little latency from the time I type in an address and hit enter until the page is displayed (using various websites as tests). In Gentoo, using Firefox and Konqueror, the browsing is very slow. When I open Firefox and type in one of the same addresses that I used as a test in Windows, it takes at least 5-7 seconds to get past the "looking for..." and "connecting to..." in the status bar. However, if I then go to another site, and come back (without closing Firefox), it performs normally. OR, if I then click a link on an internal link on the site, it is fast. If I close Firefox, wait for a second, reopen it, and try again, the sluggishness returns. From the terminal, my ping shows nothing suspicious: Code: PING www.gentoo.org (209.177.148.229) 56(84) bytes of data. 64 bytes from loon.gentoo.org (209.177.148.229): icmp_seq=1 ttl=54 time=65.0 ms 64 bytes from loon.gentoo.org (209.177.148.229): icmp_seq=2 ttl=54 time=64.6 ms 64 bytes from loon.gentoo.org (209.177.148.229): icmp_seq=3 ttl=54 time=64.7 ms Does anyone have any idea what I should try in terms of troubleshooting? Thank you preemptively.
Ping resolves the host almost immediately and then starts to send the first packet. Thunderbird seems to take a little bit to resolve as well when sending or receiving mail. Are there any other tools that I should try? Off the top of my head, I can't think of anything else that needs to resolve. Although, when dhcp starts up at boot time, it takes 5-6 seconds to get an IP and check it against the network. Thanks for your help thus far!
I can startx then startkde, but i can't seem to get kdm working. No mention was made about that in the official docs , so I just did as per usual, and set DISPLAYMANAGER=kdm var in /etc/conf.d/xdm. when i try to start kdm, either manually as root, or by running the /etc/init.d/xdm script, it fails, without an error i can find anywhere. the docs seems to assume that everyone is upgrading from an existing version of kde. perhaps a simple step was left out for people in my position?
Try to specify your kdm version if you installed with +kdeprefix as /etc/conf.d/xdm states. Quote: # What display manager do you use ? [ xdm | gdm | kdm | kdm-3.5 | kdm-4.0 | entrance ] # NOTE: If this is set in /etc/rc.conf, that setting will override this one. # KDE-specific note: kdm-3.5 and kdm-4.0 are just examples. You will find all # possible versions by looking at the directories in /usr/kde/. so Code: ls /usr/kde what dir's are there? so maybe you would specify Code: DISPLAYMANAGER="kdm-4.1 " also note that as it says above.. If this is set in /etc/rc.conf it will override this setting. check there too.
compiz segfaults when trying to load core module Code: ebb@vostro ~ $ compiz --replace ccp libccs: dlopen: /usr/lib/compizconfig/backends/libini.so: undefined symbol: ccsGetButton libccs: dlopen: /usr/lib/compizconfig/backends/libini.so: undefined symbol: ccsGetButton Segmentation fault Fails with "ccp" also tried combinations with --sm-disable --loose-binding --sm-disable also this happens on ccsm Code: ebb@vostro ~ $ ccsm Info: No sexy-python package found, don't worry it's optional. Traceback (most recent call last): File "/usr/bin/ccsm", line 99, in <module> import compizconfig ImportError: /usr/lib/python2.5/site-packages/compizconfig.so: undefined symbol: ccsGetPluginStrExtensions Tried "emerge compiz-fusion" no luck. Before going further I emerge -C all the compiz related packages then tried a script... Code: These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] x11-wm/compiz-0.7.8 USE="cairo dbus fuse gtk svg -gnome -kde -kde4" 0 kB [ebuild N ] x11-libs/compiz-bcop-0.7.8 0 kB [ebuild N ] x11-plugins/compiz-fusion-plugins-main-0.7.8 USE="-gnome" 0 kB [ebuild N ] x11-libs/libcompizconfig-0.7.8 0 kB [ebuild N ] dev-python/compizconfig-python-0.7.8 0 kB [ebuild N ] x11-plugins/compiz-fusion-plugins-extra-0.7.8 USE="-gnome" 0 kB [ebuild N ] x11-apps/ccsm-0.7.8-r1 0 kB [ebuild N ] x11-apps/fusion-icon-0.1 USE="gtk -qt4" 0 kB [ebuild N ] x11-wm/emerald-0.7.8 0 kB [ebuild N ] x11-themes/emerald-themes-0.5.2 0 kB Python seemed ok. Code: vostro Desktop # python-updater vostro Desktop # I "revdep-rebuild", "emerge -u --newuse --deep world" and "emerge --depclean" Tried the Layman 9999 overlay didnt work either same error I wish i could of stayed on 0.6.0 but the compiz-fusion-main-plugins get version errors now when loaded by compiz, did no one think about having a "stable" compiz-fusion?
libcompizconfig.so.0.0~0 seemed to get stuck in there (from july 5th) even thru many emerge -C also needed to do Code: ln -s /usr/lib/compizconfig /usr/local/lib/compizconfig [SOLVED]
....that is, I want to set up a gnome theme and I need the variable GTK2_RC_FILES to be known by X programs. I tried putting it in .bashrc...but it doen't get read when you start a program from the KDE menu... Greetings.
Thanks code_raptor, that approach worked like a charm ppurka, I had already tried that. I had created a file Code: cat /etc/env.d/60gtk2themes GTK2_RC_FILES=$HOME/.gtkrc-2.0 but it didn't work out because of the $HOME. It seems you can't use other environment variables inside those files. After env-update, I had GTK2_RC_FILES=HOME/.gtkrc-2.0...but maybe I'm missing something and there is also a way to do it that way Greetings.
ramaswamy@padoor ~ $ rm -rf .k3b ramaswamy@padoor ~ $ groups root daemon disk wheel floppy mail audio video games cdrw usb users ntp portage plugdev ramaswamy@padoor ~ $ su Password: padoor ramaswamy # groups root bin daemon sys adm disk wheel floppy dialout sshd tape video cdrw usb users ntp ramaswamy haldaemon plugdev padoor ramaswamy # http://omploader.org/vdzAy/k3b.png as user http://omploader.org/vdzA0/k3broot.png as root i have added user to above shown groups. what else i have to do to use k3b as user? padoor ramaswamy # k3b kbuildsycoca running... padoor ramaswamy # kdecore (KAction): WARNING: KActionCollection::KActionCollection( QObject *parent, const char *name, KInstance *instance ) (K3bDevice::HalConnection) initializing HAL >= 0.5 Mapping udi /org/freedesktop/Hal/devices/storage_serial__null__0 to device /dev/hdd Mapping udi /org/freedesktop/Hal/devices/storage_serial__null_ to device /dev/hdb /dev/hdb resolved to /dev/hdb /dev/hdb is block device (64) /dev/hdb seems to be cdrom (K3bDevice::Device) /dev/hdb: init() (K3bDevice::Device) /dev/hdb feature: CD Mastering (K3bDevice::Device) /dev/hdb feature: CD Track At Once (K3bDevice::Device) /dev/hdb feature: DVD Read (MMC5) (K3bDevice::Device) /dev/hdb feature: DVD+R (K3bDevice::Device) /dev/hdb feature: DVD+RW
If it works as root, but not as user check permissions Code: ls -l /dev/cdr* /dev/hd* /dev/sr* /dev/dvd
I noticed back with OOo 2.4 that spell checking no longer worked; I fixed that by installing hrspell and using "eselect oodict". Now I have installed OOo-bin-3.0 and the problem has returned. I found info that dictionaries are now extensions but my locale is en_GB and there is no extra module for that. I issued the following commands: Code: opal robin # eselect oodict list Installed dictionary sources that can be set: [1] myspell Installed language codes: en opal robin # eselect oodict set myspell-en opal robin # ls /usr/lib/openoffice/share/dict/ooo/ dictionary.lst en_CA.aff en_GB.dic en_US.aff hyph_en_US.dic en_AU.aff en_CA.dic en_NZ.aff en_US.dic th_en_US.dat en_AU.dic en_GB.aff en_NZ.dic hyph_en_GB.dic th_en_US.idx which looks OK. I also did the the business with the Stylist dialog and that made no difference. Any ideas what's wrong now? TIA
It's worthy of note that OOo 3.0 uses a new configuration directory (.ooo3) so this is basically a new, clean installation. How you can package a word-processing application without a functioning spell checker is utterly beyond me.
I'm running KDE4 and installed the Liquid Weather plasmoid. At first I got an error message about pyqt4 not being installed. But that's not the problem. I searched the forums and found possible solutions to that error message. Tyring to install it once more it just blanked out my desktop to a black screen. When I log in to KDE it goes to a white screen and then goes dark. I can do a console login and start kde that way. I'd like to know if anyone has had this particular problem with liquid weather. And if there is a way to remove the plasmoid. Going to the menu where you install plasmaoids I don't see an option to remove them. Not sure what to do.
Although I'd still like to see some solutions to this problem with liquid weather, I have found a easy way out. I have a relatively new install of KDE4 here so I just made a new user and copied my stuff over. I'd still like to install liquid weather at somepoint but am just "scared" to. I'm keeping my corrupted user account active to try and find a solution. I have tinkered with the liquid_weather.py file to look for PyQt4 but nothing has helped it.
i have installed new from scratch installed kde-4.1.2 only. even after editing kdmrc to allowrootlogin=true greeyer shows root and user bur root login does not work. user login works ok where do i look for the hitch??? it is not problem with X server because twm i can login as root. some pointers needed.
Moved from Portage & Programming to Desktop Environments. Question about KDE, so moved here.
Hello guys, Unfortunately I am here with another problem, again... My Gentoo box is a stable 32bit installation and I am having problems with the graphics acceleration. I have recently been experiencing slow graphics performance, so today I took some time to investigate the problem, and found that hardware acceleration is no more present in my computer. The data: - the hardware Code: # lspci |grep VGA 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) - my .config - the xorg.conf - the emerge --info - the /var/log/Xorg.0.log - the problem Code: # glxinfo|grep direct direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose) OpenGL renderer string: Mesa GLX Indirect What I did: - re-compiled twice my 2.6.25-r6 kernel, everything seems ok, according to the informations of the wiki . - re-emerged xorg-x11 and xorg-server and run a revdep-rebuild. Nothing wrong was found, nothing changed. Hardware acceleration used to work, my cheap notebook was never as fast as a space shuttle, but it worked properly. Moving a window through the screen is a pain to see, now. And also web pages scroll jerkily. I have no idea where stands the problem. I also tried enabling-disabling something in xorg.conf, but it was unuseful so I replaced everything as it was. Thanks in advance for your patience and your help.
lets start with a few things: comment (add # infront) to the following lines from /etc/X11/xorg.conf: /usr/share/fonts/TTF/ /usr/share/fonts/OTF/ /usr/share/fonts/winfonts Change in /etc/make.conf VIDEO_CARDS="i810" from i810 to intel, then: emerge -auvND world && emerge -C xf86-video-i810 This should solve the problem, if not: Your error message is: (EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed (/usr/lib/dri/i915_dri.so: cannot open shared object file: No such file or directory) Apperantly your driver is not symlinked to /usr/lib/dri. Try eselect opengl list and then eselect opengl set <intel>, where intel is your driver.
After allowing the ~amd64 keyword and upgrading everything, my mouse doesn't work any more. Xorg 7.4 runs but the mouse cursor doesn't move. Where should I start digging? (And could this be related to the baselayout, device-mapper issue I've been having?)
The newer versions of xorg-server are setup for input hotplugging by default, so if you don't have hal/dbus/evdev installed, then xorg won't work properly. If you don't have the HAL daemon running, then do this. Code: # rc-update add hald default # rc If you don't have xf86-input-evdev installed, then add "evdev" to the INPUT_DEVICES line in your /etc/make.conf (I think the default profile already has this). After that, remove the "InputDevice" sections from your /etc/X11/xorg.conf
While emerging KDE 4.1 was easy on my new laptop it currently fails on my pc Quote: [ 75%] Building CXX object ksmserver/CMakeFiles/kdeinit_ksmserver.dir/logouteffect.o [ 78%] Building CXX object ksmserver/CMakeFiles/kdeinit_ksmserver.dir/fadeeffect.o [ 82%] Building CXX object ksmserver/CMakeFiles/kdeinit_ksmserver.dir/curtaineffect.o [ 85%] Building CXX object ksmserver/CMakeFiles/kdeinit_ksmserver.dir/kcminit_interface.o /var/tmp/portage/kde-base/ksmserver-4.1.2/work/ksmserver-4.1.2/ksmserver/fadeeffect.cpp: In destructor `virtual BlendingThread::~BlendingThread()': /var/tmp/portage/kde-base/ksmserver-4.1.2/work/ksmserver-4.1.2/ksmserver/fadeeffect.cpp:326: error: `_mm_free' was not declared in this scope /var/tmp/portage/kde-base/ksmserver-4.1.2/work/ksmserver-4.1.2/ksmserver/fadeeffect.cpp: In member function `void BlendingThread::setImage(XImage*)': /var/tmp/portage/kde-base/ksmserver-4.1.2/work/ksmserver-4.1.2/ksmserver/fadeeffect.cpp:337: error: `_mm_malloc' was not declared in this scope /var/tmp/portage/kde-base/ksmserver-4.1.2/work/ksmserver-4.1.2/ksmserver/fadeeffect.cpp: In constructor `FadeEffect::FadeEffect(QWidget*, QPixmap*)': /var/tmp/portage/kde-base/ksmserver-4.1.2/work/ksmserver-4.1.2/ksmserver/fadeeffect.cpp:479: error: `_mm_malloc' was not declared in this scope /var/tmp/portage/kde-base/ksmserver-4.1.2/work/ksmserver-4.1.2/ksmserver/fadeeffect.cpp:479: warning: unused variable '_mm_malloc' make[2]: *** [ksmserver/CMakeFiles/kdeinit_ksmserver.dir/fadeeffect.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [ksmserver/CMakeFiles/kdeinit_ksmserver.dir/all] Error 2 make: *** [all] Error 2 * * ERROR: kde-base/ksmserver-4.1.2 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2975: Called kde4-meta_src_compile * environment, line 2344: Called kde4-meta_src_make * environment, line 2393: Called kde4-base_src_make * environment, line 2098: Called cmake-utils_src_make * environment, line 716: 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/ksmserver-4.1.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/ksmserver-4.1.2/temp/environment'. * Quote: emerge --info Portage 2.2_rc12 (default-linux/x86/2007.0/desktop, gcc-3.4.6, glibc-2.8_p20080602-r0,glibc-2.3.4.20040808-r1, 2.6.22-gentoo-r8 i686) ================================================================= System uname: Linux-2.6.22-gentoo-r8-i686-Intel-R-_Pentium-R-_4_CPU_3.00GHz-with-glibc2.0 Timestamp of tree: Sat, 25 Oct 2008 06:45:01 +0000 app-shells/bash: 3.2_p39 dev-java/java-config: 1.3.7, 2.1.6-r1 dev-lang/python: 2.3.6-r2, 2.4.4-r4, 2.5.2-r8 dev-python/pycrypto: 2.0.1-r6 dev-util/cmake: 2.6.2 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.3.0-r1 sys-apps/sandbox: 1.2.18.1-r3 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.1-r1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.26 ACCEPT_KEYWORDS="x86 ~x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O3 -march=pentium4 -pipe -fomit-frame-pointer -msse2 -msse3 -mmmx" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/4.1/env /usr/kde/4.1/share/config /usr/kde/4.1/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/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/terminfo /etc/udev/rules.d" CXXFLAGS="-O3 -march=pentium4 -pipe -fomit-frame-pointer -msse2 -msse3 -mmmx" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://gentoo.tiscali.nl/gentoo/ ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://ftp.gentoo.skynet.be/pub/gentoo/" LDFLAGS="" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE=":wdri X acl acpi alsa apache2 arts avahi berkdb cairo cdr cli cracklib crypt cups dbus directfb dri dvd dvdr dvdread eds emboss encode esd ethereal evo fam firefox flash foomaticdb fortran gdbm gif gnome gnupg gnutls gpm gstreamer gtk gtk2 hal howl iconv ipv6 isdnlog java jpeg kde kdeprefix kerberos kqemu ldap mad mdnsresponder-compat midi mikmod mmx mod mozcalendar mp3 mpeg mudflap mysql ncurses nls nptl nptlonly nsplugin nvidia ogg opengl openmp oss pam pcre pdf perl php png ppds pppd pulseaudio python qt3 qt3support qt4 quicktime readline reflection rtsp sdl session skins spell spl sse ssl stream svg tcpd tiff truetype unicode usb vorbis win32codecs wxwindows x86 xinerama xml xorg xosd xscreensaver xulrunner xv zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia vesa fbdev" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Could it be related to the fact I use GCC 3.4.6 ? My other laptop uses GCC 4.1.1...
Recompiled all my system - world to GCC 4.3.2.... Same thing.....
Hey all I remember a while back I read somewhere that you could configure Konsole to display a message in the console window every time you opened konsole. I cannot recall what the name of this feature is. Anyone know how to do this ? Cheers Shelton.
Hi thanks for that - but do you know how I can add my own sayings to the fortune program? Cheers!
Hi! Today I upgraded from x11-drivers/nvidia-drivers-100.14.19 to x11-drivers/nvidia-drivers-173.14.09 but now I have to following problems: - the screen is shifted to right - font anti-aliasing looks very ugly I know the issue with the shifted screen from the nv driver, so I double-checked that X uses the nvidia driver. I have also read the troubleshooting page in the wiki but that didn't help. Here is some information about my system: Code: 01:00.0 VGA compatible controller: nVidia Corporation G71 [GeForce 7900 GS] (rev a1) Code: emerge --info Portage 2.1.4.4 (default/linux/amd64/2008.0/desktop, gcc-4.1.2, glibc-2.6.1-r0, 2.6.24-gentoo-r4 x86_64) ================================================================= System uname: 2.6.24-gentoo-r4 x86_64 AMD Processor model unknown Timestamp of tree: Sun, 10 Aug 2008 09:04:01 +0000 app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.5.2-r6 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=athlon64 -O2 -fomit-frame-pointer -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/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-march=athlon64 -O2 -fomit-frame-pointer -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://ftp.tu-chemnitz.de/pub/linux/gentoo ftp://gentoo.inode.at ftp://ftp.tugraz.at/mirror/gentoo http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo" LANG="de_AT.UTF-8" LC_ALL="de_AT.UTF-8" LDFLAGS="-Wl,-O1" LINGUAS="de" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdr cli cracklib crypt cups dbus doc dri dvd dvdr dvdread eds emboss encode esd evo fam firefox flac foomaticdb fortran gdbm gif gnome gpm gstreamer gtk hal iconv ipv6 isdnlog jpeg kerberos ldap libnotify mad midi mikmod mmx motif mp3 mpeg mudflap multilib ncurses nls nptl nptlonly nvidia ogg opengl openmp pam pcre pdf perl png ppds pppd python qt3 qt3support qt4 quicktime readline reflection samba sdl session spell spl sse sse2 ssl startup-notification svg sysfs tcpd theora tiff truetype unicode usb vorbis xml xorg xv zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Code: X -version X Window System Version 1.3.0 Release Date: 19 April 2007 X Protocol Version 11, Revision 0, Release 1.3 Code: cat /etc/X11/xorg.conf Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" 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 "glx" Load "extmod" Load "xtrap" Load "record" #Load "GLcore" Load "dbe" #Load "dri" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" 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" # HorizSync 31.0 - 81.0 # VertRefresh 56.0 - 75.0 Option "dpms" EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "GeForce 7900 GS" BusID "PCI:1:0:0" Option "NoLogo" "true" 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 Modes "1280x1024" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection Thanks in advance for your help!
Are you using CRT or LCD monitor? If LCD, are you using a dvi cable?
Hi all! I have a 22inch monitor with resolution 1920x1080, i'm set up it correctly in xorg.conf according to gtf 1920 1080 60 . My WM is Fluxbox, and after several applications (such as various 3D games, ppracer, quake and others) The image on the monitor is compressed, as though I work in a window. After restarting xdm service, it works normal again. also if i swith to console and return to X this problem appears too..
If you are using a LCD monitor, remove the following lines: Code: HorizSync 34-94 VertRefresh 50-85 ModeLine "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync It may help. If not, please post the mopnitor brand and model. There are a few monitor known to have problem with resolution detection.
Ok, I finally got GNOME working -- thanks for all the help. But I simply cannot get it to use the correct resolution. The optimum resolution for my monitor (Hewlett Packard L1710, LCD flat-panel 4:3) is supposedly 1280x1024 @ 60Hz, according to the manual . But I can't get it to do that... GNOME seems to top out at 1024x768, no matter what modes I put in the xorg.conf. When you're actually running GNOME, under System | Preferences | Screen Resolution, it gives me 1024x768 as the higest available resolution. So it seems that it's completely ignoring my 'ModeLine's... Not real sure what to do here... EDIT: I used this page to calculate my modelines... I have no idea if they're correct or not. The HorizSync and VertRefresh values in the xorg.conf below are the correct values according to the monitor's user's manual, and those are the values I used when calculating the modelines... Here's my /etc/X11/xorg.conf... Maybe someone can figure out what's wrong... Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "dri" Load "xtrap" Load "GLcore" Load "extmod" Load "record" Load "glx" Load "dbe" Load "type1" 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 "Hewlett Packard" ModelName "L1710" Modeline "1280x1024@60" 115 1280 1312 1744 1776 1024 1045 1055 1076 Modeline "1024x768@72" 82 1024 1056 1360 1392 768 783 792 807 Modeline "800x600@75" 50 800 832 1016 1048 600 611 619 637 Option "PreferredMode" "1280x1024@60" HorizSync 24 - 83 VertRefresh 50 - 77 Option "DPMS" "true" 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 "ShadowFB" # [<bool>] #Option "KGAUniversal" # [<bool>] Identifier "VideoCard0" Driver "amd" VendorName "Advanced Micro Devices [AMD]" BoardName "Geode LX Video" BusID "PCI:0:1:1" EndSection Section "Screen" Identifier "Screen0" Device "VideoCard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024@60" "1024x768@72" "800x600@75" EndSubSection EndSection Thanks, Laurence MacNeill Mableton, Georgia, USA
Is it a dvi monitor? You shouldnt need to specify the refresh rate if it is... I looked in my xorg and none of my modelines have an @ anything, so you could try having Modes "1280x1024" "1024x768" "800x600"
How can I get GNOME to automount my CD Drive when a disc is inserted (and put an icon on the desktop)? It can automount my USB external hard drives. (I am running on a x86_64 machine)
Apart from commenting out fstab you either need to emerge gnome-volume-manager _with_ USE="automount" or go to System Tools - Configuration Editor - Apps - Nautilus and check the "media_automount" box. If you go for gnome-volume-manager you can enable automounting in System - Preferences - removable drives and media.
Hi, Synergy completely locks up on me randomly, I can happen every 10 seconds to every 2 minutes, just to return to normal after 4-5 seconds. During the 4-5 sec lock everything else works, I can use the mouse and keyboard connected to the client (Gentoo is the client here). It's like mouse and keyboard events that happen during the lock are buffered, because they happen when the "lock" is released. This started after a huge emerge world 2-3 weeks ago, so I think this is a Xorg issue more than a synergy issue. I've looked at the network traffic and tried running synergy in debug mode, but everything seems okay. I get some "malformed packages" in Wireshark, but they do not line up with the locks. The Ubuntu folks had(?) the same problem: http://ubuntuforums.org/showthread.php?t=372513 I looks like they solved it but please don't make me register over there and ask about Gentoo Thanks. / Mikael
I have also had problems with synergy, after reading through that thread it looks like, the problem which may be the same problem you are experiencing is a result of synergy and the latest version of xorg. However, again according to that thread it was fixed in a xorg back in April. So considering how gentoo is typically ahead of ubuntu, you should already have whatever fix they implemented. So I would guess that you are suffering from a related but different problem.
http://omploader.org/vdmp1/error if /etc/passwd file modified what happens? already no root login possible for unknown reason!! how would i add me to other groups padoor ramaswamy # groups root bin daemon sys adm disk wheel floppy dialout tape video padoor ramaswamy # exit ramaswamy@padoor ~ $ groups wheel audio users ramaswamy ramaswamy@padoor ~ $
Moved from Portage & Programming to Desktop Environments. Problem with KDE User Manager, so moved here.
If anyone has seen this or knows how to fix it, your help would be most appreciated! Code: $ cat build.log >>> Unpacking source... * Checking for direct rendering capabilities ... >>> Unpacking xf86-video-intel-2.5.0.tar.bz2 to /var/tmp/portage/x11-drivers/xf86-video-intel-2.5.0/work * Applying 2.5.0-0001-Default-kernel-mode-setting-to-off-add-configure-fl.patch ... [ ok ] * Applying 2.5.0-0002-clean-up-man-pages-generation-and-installation.pa [ ok ] * Applying 2.5.0-0003-use-standard-automake-macros-for-handling-symlinks.patch ... [ ok ] * Applying 2.5.0-0004-add-a-configure-switch-for-pre-2.0-compatibility-sym.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.0/work/xf86-video-intel-2.5.0' ... * Running aclocal ... [ ok ] * Running libtoolize --copy --force --automake ... [ ok ] * Running aclocal ... [ ok ] * Running autoconf ... [ ok ] * Running autoheader ... [ ok ] * Running automake --add-missing --copy --foreign ... [ ok ] * Running elibtoolize in: xf86-video-intel-2.5.0 * Applying portage-1.5.10.patch ... * Applying sed-1.5.6.patch ... >>> Source unpacked. >>> Compiling source in /var/tmp/portage/x11-drivers/xf86-video-intel-2.5.0/work/xf86-video-intel-2.5.0 ... * econf: updating xf86-video-intel-2.5.0/config.guess with /usr/share/gnuconfig/config.guess * econf: updating xf86-video-intel-2.5.0/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --prefix=/usr --datadir=/usr/share --enable-dri --disable-symlinks --build=i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for style of include used by make... GNU checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether i686-pc-linux-gnu-g++ accepts -g... yes checking dependency style of i686-pc-linux-gnu-g++... gcc3 checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E checking for i686-pc-linux-gnu-g77... no checking for i686-pc-linux-gnu-xlf... no checking for i686-pc-linux-gnu-f77... no checking for i686-pc-linux-gnu-frt... no checking for i686-pc-linux-gnu-pgf77... no checking for i686-pc-linux-gnu-cf77... no checking for i686-pc-linux-gnu-fort77... no checking for i686-pc-linux-gnu-fl32... no checking for i686-pc-linux-gnu-af77... no checking for i686-pc-linux-gnu-xlf90... no checking for i686-pc-linux-gnu-f90... no checking for i686-pc-linux-gnu-pgf90... no checking for i686-pc-linux-gnu-pghpf... no checking for i686-pc-linux-gnu-epcf90... no checking for i686-pc-linux-gnu-gfortran... no checking for i686-pc-linux-gnu-g95... no checking for i686-pc-linux-gnu-xlf95... no checking for i686-pc-linux-gnu-f95... no checking for i686-pc-linux-gnu-fort... no checking for i686-pc-linux-gnu-ifort... no checking for i686-pc-linux-gnu-ifc... no checking for i686-pc-linux-gnu-efc... no checking for i686-pc-linux-gnu-pgf95... no checking for i686-pc-linux-gnu-lf95... no checking for i686-pc-linux-gnu-ftn... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object... ok checking for objdir... .libs checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip checking for correct ltmain.sh version... yes checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC checking if i686-pc-linux-gnu-gcc PIC flag -fPIC works... yes checking if i686-pc-linux-gnu-gcc static flag -static works... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by i686-pc-linux-gnu-g++... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for i686-pc-linux-gnu-g++ option to produce PIC... -fPIC checking if i686-pc-linux-gnu-g++ PIC flag -fPIC works... yes checking if i686-pc-linux-gnu-g++ static flag -static works... yes checking if i686-pc-linux-gnu-g++ supports -c -o file.o... yes checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for bash... /bin/bash checking if libtool sucks... yup, it does checking if dolt supports this host... yes, replacing libtool checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of i686-pc-linux-gnu-gcc... (cached) gcc3 checking whether i686-pc-linux-gnu-gcc and cc understand -c and -o together... yes checking whether ln -s works... yes checking for intel-gen4asm... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for mprotect... yes checking if XINERAMA is defined... yes checking if RANDR is defined... yes checking if RENDER is defined... yes checking if XF86DRI is defined... yes checking if DPMSExtension is defined... yes checking for i686-pc-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for XORG... yes checking for UXA... no checking for ANSI C header files... (cached) yes checking whether to include DRI support... checking for /usr/include/xorg/dri.h... yes checking for /usr/include/xorg/sarea.h... yes checking for /usr/include/xorg/dristruct.h... yes checking for /usr/include/xorg/damage.h... yes checking whether to include DRI support... yes checking for xf86Modes.h... yes checking whether XSERVER_LIBPCIACCESS is declared... no checking for PCIACCESS... no configure: X server has new mode code checking whether xf86RotateFreeShadow is declared... no checking for DRM... yes checking for DRI... yes checking for DRI_MM... yes checking for XVMCLIB... yes checking whether to include XvMC support... yes checking whether to setup old "i810" symlinks... no checking if xorg-macros used to generate configure is at least 1.1... yes, 1.1.5 checking for /usr/share/sgml/X11/defs.ent... no checking for linuxdoc... no checking for ps2pdf... /usr/bin/ps2pdf checking Whether to build documentation... no checking Whether to build pdf documentation... yes configure: creating ./config.status config.status: creating Makefile config.status: creating uxa/Makefile config.status: creating src/Makefile config.status: creating src/xvmc/Makefile config.status: creating src/bios_reader/Makefile config.status: creating src/ch7017/Makefile config.status: creating src/ch7xxx/Makefile config.status: creating src/ivch/Makefile config.status: creating src/reg_dumper/Makefile config.status: creating src/sil164/Makefile config.status: creating src/tfp410/Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.0/work/xf86-video-intel-2.5.0' Making all in src make[2]: Entering directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.0/work/xf86-video-intel-2.5.0/src' make all-recursive make[3]: Entering directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.0/work/xf86-video-intel-2.5.0/src' Making all in xvmc make[4]: Entering directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.0/work/xf86-video-intel-2.5.0/src/xvmc' /bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -O2 -march=pentium4m -pipe -MT libI810XvMC_la-I810XvMC.lo -MD -MP -MF .deps/libI810XvMC_la-I810XvMC.Tpo -c -o libI810XvMC_la-I810XvMC.lo `test -f 'I810XvMC.c' || echo './'`I810XvMC.c /bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/drm -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -O2 -march=pentium4m -pipe -MT libIntelXvMC_la-intel_xvmc.lo -MD -MP -MF .deps/libIntelXvMC_la-intel_xvmc.Tpo -c -o libIntelXvMC_la-intel_xvmc.lo `test -f 'intel_xvmc.c' || echo './'`intel_xvmc.c mkdir .libs i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/drm -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -O2 -march=pentium4m -pipe -MT libIntelXvMC_la-intel_xvmc.lo -MD -MP -MF .deps/libIntelXvMC_la-intel_xvmc.Tpo -c intel_xvmc.c -fPIC -DPIC -o .libs/libIntelXvMC_la-intel_xvmc.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -O2 -march=pentium4m -pipe -MT libI810XvMC_la-I810XvMC.lo -MD -MP -MF .deps/libI810XvMC_la-I810XvMC.Tpo -c I810XvMC.c -fPIC -DPIC -o .libs/libI810XvMC_la-I810XvMC.o mv -f .deps/libIntelXvMC_la-intel_xvmc.Tpo .deps/libIntelXvMC_la-intel_xvmc.Plo /bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/drm -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -O2 -march=pentium4m -pipe -MT libIntelXvMC_la-intel_xvmc_dump.lo -MD -MP -MF .deps/libIntelXvMC_la-intel_xvmc_dump.Tpo -c -o libIntelXvMC_la-intel_xvmc_dump.lo `test -f 'intel_xvmc_dump.c' || echo './'`intel_xvmc_dump.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/drm -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -O2 -march=pentium4m -pipe -MT libIntelXvMC_la-intel_xvmc_dump.lo -MD -MP -MF .deps/libIntelXvMC_la-intel_xvmc_dump.Tpo -c intel_xvmc_dump.c -fPIC -DPIC -o .libs/libIntelXvMC_la-intel_xvmc_dump.o mv -f .deps/libIntelXvMC_la-intel_xvmc_dump.Tpo .deps/libIntelXvMC_la-intel_xvmc_dump.Plo /bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/drm -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -O2 -march=pentium4m -pipe -MT libIntelXvMC_la-i915_xvmc.lo -MD -MP -MF .deps/libIntelXvMC_la-i915_xvmc.Tpo -c -o libIntelXvMC_la-i915_xvmc.lo `test -f 'i915_xvmc.c' || echo './'`i915_xvmc.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/drm -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -O2 -march=pentium4m -pipe -MT libIntelXvMC_la-i915_xvmc.lo -MD -MP -MF .deps/libIntelXvMC_la-i915_xvmc.Tpo -c i915_xvmc.c -fPIC -DPIC -o .libs/libIntelXvMC_la-i915_xvmc.o mv -f .deps/libIntelXvMC_la-i915_xvmc.Tpo .deps/libIntelXvMC_la-i915_xvmc.Plo /bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/drm -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -O2 -march=pentium4m -pipe -MT libIntelXvMC_la-intel_batchbuffer.lo -MD -MP -MF .deps/libIntelXvMC_la-intel_batchbuffer.Tpo -c -o libIntelXvMC_la-intel_batchbuffer.lo `test -f 'intel_batchbuffer.c' || echo './'`intel_batchbuffer.c mv -f .deps/libI810XvMC_la-I810XvMC.Tpo .deps/libI810XvMC_la-I810XvMC.Plo /bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/drm -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -O2 -march=pentium4m -pipe -MT libIntelXvMC_la-xf86dri.lo -MD -MP -MF .deps/libIntelXvMC_la-xf86dri.Tpo -c -o libIntelXvMC_la-xf86dri.lo `test -f 'xf86dri.c' || echo './'`xf86dri.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/drm -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -O2 -march=pentium4m -pipe -MT libIntelXvMC_la-intel_batchbuffer.lo -MD -MP -MF .deps/libIntelXvMC_la-intel_batchbuffer.Tpo -c intel_batchbuffer.c -fPIC -DPIC -o .libs/libIntelXvMC_la-intel_batchbuffer.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/drm -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -O2 -march=pentium4m -pipe -MT libIntelXvMC_la-xf86dri.lo -MD -MP -MF .deps/libIntelXvMC_la-xf86dri.Tpo -c xf86dri.c -fPIC -DPIC -o .libs/libIntelXvMC_la-xf86dri.o mv -f .deps/libIntelXvMC_la-intel_batchbuffer.Tpo .deps/libIntelXvMC_la-intel_batchbuffer.Plo /bin/sh ../../libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -O2 -march=pentium4m -pipe -version-number 1:0:0 -Wl,-O1 -Wl,-z,lazy -o libI810XvMC.la -rpath /usr/lib libI810XvMC_la-I810XvMC.lo mv -f .deps/libIntelXvMC_la-xf86dri.Tpo .deps/libIntelXvMC_la-xf86dri.Plo /bin/sh ../../libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -I/usr/include/xorg -I/usr/include/drm -I/usr/include/X11/dri -I../../src -DTRUE=1 -DFALSE=0 -O2 -march=pentium4m -pipe -version-number 1:0:0 -Wl,-O1 -Wl,-z,lazy -o libIntelXvMC.la -rpath /usr/lib libIntelXvMC_la-intel_xvmc.lo libIntelXvMC_la-intel_xvmc_dump.lo libIntelXvMC_la-i915_xvmc.lo libIntelXvMC_la-intel_batchbuffer.lo libIntelXvMC_la-xf86dri.lo i686-pc-linux-gnu-gcc -shared .libs/libI810XvMC_la-I810XvMC.o -march=pentium4m -Wl,-O1 -Wl,-z -Wl,lazy -Wl,-soname -Wl,libI810XvMC.so.1 -o .libs/libI810XvMC.so.1.0.0 (cd .libs && rm -f libI810XvMC.so.1 && ln -s libI810XvMC.so.1.0.0 libI810XvMC.so.1) (cd .libs && rm -f libI810XvMC.so && ln -s libI810XvMC.so.1.0.0 libI810XvMC.so) creating libI810XvMC.la (cd .libs && rm -f libI810XvMC.la && ln -s ../libI810XvMC.la libI810XvMC.la) i686-pc-linux-gnu-gcc -shared .libs/libIntelXvMC_la-intel_xvmc.o .libs/libIntelXvMC_la-intel_xvmc_dump.o .libs/libIntelXvMC_la-i915_xvmc.o .libs/libIntelXvMC_la-intel_batchbuffer.o .libs/libIntelXvMC_la-xf86dri.o -march=pentium4m -Wl,-O1 -Wl,-z -Wl,lazy -Wl,-soname -Wl,libIntelXvMC.so.1 -o .libs/libIntelXvMC.so.1.0.0 (cd .libs && rm -f libIntelXvMC.so.1 && ln -s libIntelXvMC.so.1.0.0 libIntelXvMC.so.1) (cd .libs && rm -f libIntelXvMC.so && ln -s libIntelXvMC.so.1.0.0 libIntelXvMC.so) creating libIntelXvMC.la (cd .libs && rm -f libIntelXvMC.la && ln -s ../libIntelXvMC.la libIntelXvMC.la) make[4]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.0/work/xf86-video-intel-2.5.0/src/xvmc' Making all in bios_reader make[4]: Entering directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.0/work/xf86-video-intel-2.5.0/src/bios_reader' i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/xorg -I/usr/include/drm -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -DREG_DUMPER -O2 -march=pentium4m -pipe -MT bios_reader.o -MD -MP -MF .deps/bios_reader.Tpo -c -o bios_reader.o bios_reader.c In file included from /usr/include/xorg/vdif.h:24, from /usr/include/xorg/edid.h:15, from bios_reader.c:45: /usr/include/X11/Xmd.h:152: error: conflicting types for âCARD32â bios_reader.c:43: error: previous declaration of âCARD32â was here make[4]: *** [bios_reader.o] Error 1 make[4]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.0/work/xf86-video-intel-2.5.0/src/bios_reader' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.0/work/xf86-video-intel-2.5.0/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.0/work/xf86-video-intel-2.5.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.0/work/xf86-video-intel-2.5.0' make: *** [all] Error 2 * * ERROR: x11-drivers/xf86-video-intel-2.5.0 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2943: Called x-modular_src_compile * environment, line 3729: Called x-modular_src_make * environment, line 3765: Called die * The specific snippet of code: * emake || die "emake failed" * The die message: * emake failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.0/temp/environment'. * And of course: Code: $ emerge --info Portage 2.1.4.5 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-gentoo-r8 i686) ================================================================= System uname: 2.6.25-gentoo-r8 i686 Intel(R) Pentium(R) M processor 1400MHz Timestamp of tree: Wed, 29 Oct 2008 00:45:01 +0000 app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.5.2-r7 dev-util/cmake: 2.4.6-r1 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 sys-devel/automake: 1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=pentium4m -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -march=pentium4m -pipe" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps y" FEATURES="collision-protect distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://gentoo.osuosl.org/ " LANG="en_US.utf8" LDFLAGS="-Wl,-O1" LINGUAS="us en en_US" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" USE="X aac acl acpi aim alsa audiofile avahi berkdb bzip2 cdparanoia cdr cli cracklib crypt cups cxx dbus dri dvd dvdr encode exif firefox foomatic foomaticdb gdbm gif gimp ginac gnome gphoto2 gpm gstreamer gtk gtk2 hal iconv ieee1394 imagemagick ipod ipv6 isdnlog jabber java jikes jpeg jpeg2k lesstif lm_sensors logrotate midi mmx mono mozilla mp3 mpeg mplayer msn mudflap ncurses nls nptl nptlonly nsplugin openal opengl openmp pam pcmcia pcre pda pdf perl png posix pppd python quicktime rdesktop readline reflection session sharedmem simplexml slp sockets spell spl sqlite sse sse2 ssl svga sysfs tcpd threads tiff truetype unicode usb vim-syntax wifi win32codecs x86 xcomposite xml xorg xulrunner xvid yahoo zlib" ALSA_CARDS="intel8x0" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="us en en_US" USERLAND="GNU" VIDEO_CARDS="intel" Unset: CPPFLAGS, CTARGET, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
1.3, 1.5 failed to build for me due to a package trying to update a file that belonged to another project.
Hi! I trying to emerge cpufreqd, but it failes to emerge read-edid-1.4.1. When i searched on google I found out that I have to apply a patch from bugs.gentoo.org . But how do I apply this patch? I found the patch here: https://bugs.gentoo.org/show_bug.cgi?id=235310 Thanks in advice!
You can do that by adding it to your portage tree. Copy/paste the new ebuild to file /usr/portage/x11-misc/read-edid/read-edid-2.0.0.ebuild file, Then cd into the /usr/portage/x11-misc/read-edid directory and run Code: ebuild read-edid-2.0.0.ebuild manifest Then you can emerge read-edid. It will use the new ebuild.
Hey all, I picked up a Lenovo X61 laptop a month or so ago, and I am having some issues with the intel graphics card. According to thinkwiki it has an intel 965 graphics adaptor. I am running a 64 bit system. Everything seemed to be working fine, and I tried to download and run Google Earth and am getting an error that says: Code: ./googleearth-bin: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory I started doing some digging and while looking through my X.org log files, I also noticed that the DRI extension seems to be having some issues loading. I am wondering if these are related, or if there is something I need to install that I forgot? Here is my Xorg.0.log file: Xorg.0.log and here is my Xorg.conf: Xorg.conf Let me know if you guys would like to see any more info. Thanks, Nathan
Please correct the 'http://www.handlebarsandwich.com/dump/Xorg.conf' to 'http://www.handlebarsandwich.com/dump/xorg.conf Looking at your Xorg.0.log, these lines look bad: Code: drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed [drm] failed to load kernel module "i915" (II) intel(0): [drm] drmOpen failed (EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI. Maybe you didn't include DRM (namely, i915) in your kernel? Gentoo wiki is down, but you can see the instructions for setting up the kernel with google cache of the page.
I recently ran emerge -uDN world and it installed KDE4. I emerged kdebase-startkde, using package.mask to filter out KDE4 (leaving the existing KDE4 installation alone). I had to do this because KDE3.5 was missing from my session types after the upgrade to KDE4 (apparently it did not automatically slot KDE4). The emerge gave me no problems (and I also ran revdep-rebuild). But... In KDE3.5, while everything starts and runs just fine, there are no window borders and thus no way to drag and move windows. What happened?
I should add I can close windows with alt-F4 just fine. All keyboard shortcuts work. Just no window borders.
Hi, I have had compiz-fuion working for a long time on my laptop (linux-2.6.26-gentoo, GeForce Go 7400). Two weeks ago I updated the nvidia-drivers to 173.14.09. Since then starting compiz (either with fusion-icon or compiz-start (with modif. : "compiz $COMPIZ_OPTIONS ccp" ) ) leads to at best a crash of X if not of the computer! I have tried to take away my old .config files, recompile everything (compiz, nvidia, xorg, ...), downgrade nvidia-drivers, but no difference. Havn't found any useful post on any forum. Xorg.0.log.old ends with : Code: Backtrace: 0: /usr/bin/X(xf86SigHandler+0x85) [0x80c5313] Fatal server error: Caught signal 11. Server aborting If anybody could help me, it would be nice ; I'm getting really tired on kwin ... MVH Here is my xorg.conf : (most of the time I work with an external screen, which I added using nvidia-settings) Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "TouchPad" "CorePointer" InputDevice "Mouse0" "SendCoreEvents" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/Type1" EndSection Section "Module" Load "extmod" Load "dbe" Load "glx" Load "freetype" Load "type1" EndSection Section "ServerFlags" Option "AIGLX" "true" Option "Xinerama" "0" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbModel" "pc105" Option "XkbLayout" "ch" Option "XkbVariant" "fr_HP" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mouse1" Option "ZAxisMapping" "4 5 6 7" EndSection Section "InputDevice" Identifier "TouchPad" Driver "synaptics" Option "Protocol" "auto-dev" Option "Device" "/dev/input/mouse0" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.09" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0015" Option "SHMConfig" "on" EndSection Section "InputDevice" Identifier "Mouse0" Driver "evdev" Option "Name" "Logitech USB Receiver" EndSection Section "Monitor" Identifier "PavilionMonitor" Option "DPMS" Option "ReducedBlanking" #adviced when updating xorg-server 25.04.07 (to solve problems with beryl) EndSection Section "Monitor" Identifier "ExternalMonitor" Option "DPMS" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "DELL E173FP" HorizSync 31.0 - 80.0 VertRefresh 56.0 - 75.0 EndSection Section "Device" Identifier "Card0" Driver "nvidia" Option "TwinView" "On" BusID "PCI:1:0:0" Screen 0 EndSection Section "Device" Identifier "Card1" Driver "nvidia" Option "TwinView" "On" BusID "PCI:1:0:0" Screen 1 EndSection Section "Device" Identifier "Videocard0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce Go 7400" EndSection Section "Screen" Identifier "PavilionScreen" Device "Card0" Monitor "PavilionMonitor" Option "AddARGBGLXVisulas" "true" SubSection "Display" Viewport 0 0 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "ExternalScreen" Device "Card1" Monitor "ExternalMonitor" Option "AddARGBGLXVisulas" "true" SubSection "Display" Viewport 0 0 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 Option "TwinView" "1" Option "TwinViewXineramaInfoOrder" "CRT-0" Option "metamodes" "CRT: nvidia-auto-select +0+0, DFP: NULL" EndSection Section "Extensions" #for beryl Option "Composite" "enable" EndSection
Do you use the nvidia-settings InitialPixmapPlacement workaround to improve composite performance with Compiz? I've found that when InitialPixmapPlacement is 2, starting Compiz crashes X. Setting it back to 1, starting Compiz, and then changing it to 2 again works. Your other option is to downgrade to the 169.something version of the drivers.
Ok, so I emerged GNOME on my Fit-PC. It seemed to go well... I followed the instructions here . (It took over 36 hours for the thing to compile!) When I get to the point where I type 'startx' to see if GNOME works, it comes back with 'cannot run in framebuffer mode'. I assume I need to install video drivers. Upon searching, I find here that the command for emerging the video drivers is as follows: Code: # emerge -av xorg xf86-video-amd However, when I do that it comes back with: Code: emerge: there are no ebuilds to satisfy "xorg". If I leave off the 'xorg' part, and just emerge the 'xf86-video-amd' part, I get the same response about a lack of ebuilds. So, I'm assuming I need to unmask the xorg package and/or the xf86-video-amd package. How do I do that, exactly?
Gnome doesn't make use of the VIDEO_CARDS setting. It's mainly for xorg-server and mesa. To confirm on your system: equery h video_cards_<your video card setting> equery is part of gentoolkit if you don't already have that package emerged.
I've just updated my KDE with update-world script and found out that my old KDE 3.5 doesn't work anymore. I have chosen kde-3.5 manager in xdm configuration, but in X sessions there is only KDE 4 and Gnome option. Is there any trick how to make it working? Thanks
If it was really update and not installation into a separate slot, then the previous version is removed.
I have a laptop on which I used to have Gnome. I tried to remove it, but y'all know how that goes, so there were some packages floating around and I could still log into a Gnome session. I decided to make sure Gnome was completely installed and up-to-date, as a backup in case KDE blows up. I ran emerge -uDN gnome (which wanted to install a lot of stuff) and revdep-rebuild, which fixed a lot of stuff, but.... No Gnome applications menu. Places and System work, but Applications simply highlights and no menu drops down. What blew up and how do I fix it?
emerge -1 gnome-menus
Since a recent update I couldn't get xfce, firefox and probably other related programs working. I get the message "symbol lookup error: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: g_dgettex" I tried "revdep-rebuild" but nothing changed. Could anyone suggest?
It's a symlink problem. Was there a gtk+ update recently? Try running revdep-rebuild to rebuild any libraries linking to gtk+. EDIT: Oops, I saw you tried that.
Can anyone tell me why logging out might take a long time? When I had KDE3.5, it took 2 minutes, and now with KDE4.1, it still takes 2 minutes, so I don't think this is a KDE or perhaps not even a "desktop environments" problem.
I don't know. The laptop I'm having this problem on uses KDE and KDM. Since it's not mine (even though I use it a lot) I'd rather not install stuff or mess with it just to test things. I was wondering if anyone knows what could cause delays in logging out and waiting for the KDM login screen to reappear.
Hi there, I have a problem with gtk apps, firefox in particular, under kde. Its just the fonts in the toolbar/ menubar are to big. How can I change them? I already installed the gconf-editor but can't find anything for font changes... greetings, bienchen
The gtk2 apps use a $HOME/.gtkrc-2.0-kde file in KDE. Here is an example that you can cut and paste, and adjust for your needs - (you may need to change the theme name, and font name if you don't have gtk-engines-qt and dejavu fonts installed). Code: $ cat $HOME/.gtkrc-2.0-kde include "/usr/share/themes/Qt/gtk-2.0/gtkrc" include "/etc/gtk-2.0/gtkrc" style "user-font" { font_name="DejaVu Sans 10" } widget_class "*" style "user-font" gtk-theme-name="Qt" gtk-font-name="DejaVu Sans 10" The gtk-2.0 themes are in /usr/share/themes/ Tschüß
I'm trying to install vmware-workstation. The ebuild requires a manual fetch, but unfortunately neither the file (VMware-workstation-5.5.7-91707) for the latest stable ebuild nor the file for ~amd64 (Vmware-workstation-6.0.5.109488) exists on www.vmware.com . The only downloadable version seems to be 6.0.5-118166. I tried to insert the correct version string manually in the download URL but that didn't help either. So I tried to make a version bump of the 6.0.5.109488 ebuild but the installation process seems to have changed significantly => error. As a last resort I tried to use the vmware installer which did work at first but failed to startup because of some missing library symbols... Am I missing something or is there currently no way to get vmware running? UPDATE: Found the solution here: https://forums.gentoo.org/viewtopic-t-637154.html
6.0.5.109488 still exists: http://vmware.com/download/ws/ (scroll down to 6.0.5 ... "Version history") What you got is 6.5.0.118166, and indeed, they don't provide any .tar.gz files anymore. Maybe that's why 6.5.0 didn't even show up in vmware-overlay yet.
Hello everyone, today I synced my notebook and wanted to run --update --deep --newuse world. The outcome really suprised me: Code: emerge -uDNp world These are the packages that would be merged, in order: Calculating world dependencies... done! [ebuild R ] media-libs/mesa-7.0.3 VIDEO_CARDS="-intel% (-i810%*)" [ebuild U ] dev-util/subversion-1.5.2 [1.5.1] [ebuild R ] x11-base/xorg-server-1.3.0.0-r6 VIDEO_CARDS="-intel% (-i810%*)" [ebuild R ] media-tv/mythtv-0.20.2_p15634 VIDEO_CARDS="-intel% (-i810%*)" Why does Portage want to rebuild those packages, especially xorg-server, with "-intel -i810", although I have the following in my make.conf: Code: cat /etc/make.conf|grep "VIDEO" VIDEO_CARDS="vesa i810" I also tried with VIDEO_CARDS="vesa intel", but no difference. Is this normal/ok? Thanks in advance, fumoffu
because you specified -N and the use flags available for those packages have changed. 'i810' has been masked it seems and 'intel' is new but not set