prompt stringlengths 1 63.6k | completion stringlengths 1 53.1k |
|---|---|
On 30-Aug-2008 I did an emerge empty world to rebuild everything. Upon reaching the build of gtk+ the build broke with this: Code: [ebuild U ] x11-libs/gtk+-2.12.10-r1 [2.12.1-r2] USE="X cups jpeg tiff -debug -doc -vim-syntax -xinerama" 0 kB ...<snip>... checking Pango flags... -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 configure: error: *** Can't link to Pango. Pango is required to build *** GTK+. For more information see http://www.pango.org But I had already built pango, and I checked that the libs were there: Code: root@lisa/opt/tmp/emerge/080829:1:# ls -al /usr/lib/libpango-* -rw-r--r-- 1 root root 903 Aug 31 10:45 /usr/lib/libpango-1.0.la lrwxrwxrwx 1 root root 24 Aug 31 10:45 /usr/lib/libpango-1.0.so -> libpango-1.0.so.0.2002.3 lrwxrwxrwx 1 root root 24 Aug 31 10:45 /usr/lib/libpango-1.0.so.0 -> libpango-1.0.so.0.2002.3 -rwxr-xr-x 1 root root 252640 Aug 31 10:45 /usr/lib/libpango-1.0.so.0.2002.3 I did not know why the gtk+ configure script could not find the pango libs. So, I looked at the build configure log, referenced by the emerge output: /var/tmp/portage/x11-libs/gtk+-2.12.10-r1/work/gtk+-2.12.10/config.log I copied out the test program that caused configure to think pango was not present and compiled it myself to get this error that said something like "Can't find libGL" Okay, let's check: Code: root@lisa/opt/tmp/emerge/080829:1:# ls -al /usr/lib/libGL.* lrwxrwxrwx 1 root root 37 Aug 31 09:24 /usr/lib/libGL.la -> /usr/lib/opengl/xorg-x11/lib/libGL.la lrwxrwxrwx 1 root root 37 Aug 31 09:23 /usr/lib/libGL.so -> /usr/lib/opengl/xorg-x11/lib/libGL.so So its there. What's the problem? Check this out: Code: root@lisa/opt/tmp/emerge/080829:1:# grep dlname /usr/lib/libGL.la dlname='libGL.so.1' WHALA! When I switched to nvidia GL profile from xfree, I guess it did not make the right links. So it was referring to this, and it was not found in /usr/lib. I added the needed link: Code: # ln -s /usr/lib/opengl/xorg-x11/lib/libGL.so.1 root@lisa/opt/tmp/emerge/080829:1:# ls -al /usr/lib/libGL.* lrwxrwxrwx 1 root root 37 Aug 31 09:24 /usr/lib/libGL.la -> /usr/lib/opengl/xorg-x11/lib/libGL.la lrwxrwxrwx 1 root root 37 Aug 31 09:23 /usr/lib/libGL.so -> /usr/lib/opengl/xorg-x11/lib/libGL.so lrwxrwxrwx 1 root root 39 Aug 31 13:38 /usr/lib/libGL.so.1 -> /usr/lib/opengl/xorg-x11/lib/libGL.so.1 And then gtk+ compiled fine. Hope this helps someone. Long live Gentoo! | I had the same you issue and you saved my gentoo install Thank you! |
For some reason, I have some fonts displaying as blocks in Firefox 3.0.5 (I highlighted some of the text so you can see). I can select, copy, and paste the text but it doesn't display properly. Most websites work ok. Any ideas of what I can do to troubleshoot? Firefox: http://omploader.org/vMTJlcA Opera: http://omploader.org/vMTJlaA This is the URL I was at: http://www.codinghorror.com/blog/archives/001201.html | Could you post the results of: Code: emerge -pv mozilla-firefox as well as Code: emerge --info |
I have some scripts that I am running with Conky under a regular user. The scripts need to access emerge.log. I have added the user to the portage group which has rw access to /var/log/emerge.log yet I still get permission denied when I try to tail the log. | Don't forget to log out *completely* (also from your X session) ... after logging in again it should work HTH swimmer |
I have a drive /dev/sdb1 mounted to /data. Both were root:root permissions. I changed /data to 666, still couldn't access the folder. I then chowned it to username:username, permission denied again. I chowned /dev/sdb1 username:disk, same. My normal user is part of the wheel, audio, cdrom, usb, users and plugdev group. How do I get /data which is /dev/sdb1 read/write able to my user account? | guinness.stout wrote: I have a drive /dev/sdb1 mounted to /data. Both were root:root permissions. I changed /data to 666, still couldn't access the folder. I then chowned it to username:username, permission denied again. I chowned /dev/sdb1 username:disk, same. My normal user is part of the wheel, audio, cdrom, usb, users and plugdev group. How do I get /data which is /dev/sdb1 read/write able to my user account? You need the executable bit for directories.... try 775 or something. |
Hi guys, I have been trying to figure this out for a long time without luck. I run openbox with fbpanel, and when I start matlab the window is 5 km wide. I tried to wake up an old thread but it didnt work ( https://forums.gentoo.org/viewtopic-t-347077-highlight-efo.html ) All I could find with google was: http://www.mathworks.com/support/solutions/data/1-2ZOD6E.html?product=ML&solution=1-2ZOD6E It mentions an attachment but I cant find it. There must be a way to start matlab (or any other program) with a prescribed window size. Any help is highly appreciated. Thanks, Efo | Thanks for the reply Button, Unfortunately matlab does not have that option: Warning: Unrecognized MATLAB option "-geometry". |
Code: Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "Xleds" "1 2 3" Option "XkbModel" "pc104" Option "XkbLayout" "en,ru(winkeys)" Option "XkbOptions" "grp:rshift_toggle" EndSection /etc/locale.gen: Code: en_US ISO-8859-1 en_US.UTF-8 UTF-8 ru_RU.CP1251 CP1251 ru_RU.UTF-8 UTF-8 It's always english. What information should I provide? | What are the chances, that this was hal/evdev problem ? |
Hi, I have a very misterious problem. If i open "konsole" in KDE 4.1.3, all four arrow keys are not working. Everything works fine, there are no problems with the keyboard except this one in konsole. Has anybody the same issue? I think it can't be a issue with the keyboard driver because the arrows work properly in all other applications. I don't know where i have to search the problem, it seems to be very difficult. Thanks for any help! Greets, Andreas | check in system settings-hardware-keyboard if correct key board is found by hal you can try downgrade xorg-server follwed with drivers reinstall . is this problem only in konsole or in koqueror firefox also? |
I've been installing Gentoo on a Duron/VIA KT133 based system, x86 from stage1. Bootstrapping went fine, managed to emerge ~x86 system afterwards, then off to xorg-x11. Since I've got a Radeon 9200, I emerged xorg-server with VIDEO_CARDS="radeon". After emerging xorg-x11 I've tried "Xorg -configure" and got no errors, copied it to /etc/X11. When I try it with "startx", I get basic xorg screen with three xterms and an xclock, but mouse won't move, and keyboard does not respond (I'm not sure if prompt cursor should blink or not, but if it helps anyway - it does not, it's just black). What gives? I can't even restart it via ctrl-alt-del, nor close xserver with ctrl-alt-bkspace. When I press the power button I can see framebuffer console and system gets shutdown. Perhaps an evdev issue? Thanks for your help! | Hi,can you post your emerge --info plz ? |
I just installed gentoo (~amd64), and I'm having a problem getting X to work using my built-in Radeon 3200 (fglrx driver). I previously had Kubuntu 8.10, where it worked fine. The only strange thing in the Xorg log is: (II) Primary Device is: ISA And afterwards quits with (EE) No devices detected. scanpci fails with: scanpci: Couldn't initialize PCI system: No such file or directory But lspci still works. Anyone have any ideas? I haven't been able to find anyone with a similar problem with google. | @kingramon0: If I remember well, the fglrx driver supports ATI Radeon past 9500 (R100), thus 3200 should be unsupported by fglrx. Try opensource DRI instead (X11-drm package or in-kernel drivers) with the radeon driver. @Chupa: I think your problem is quite different from kingramon0's one. The card you're talking about is a PCI-E card. If you went so far to display something on the screen, means PCI-E support is enabled in the kernel and Xorg can't find the drivers, or the drivers are misconfigured. Have a look at this google search . Probably you need to setup the nvidia-drivers package. @both: remember to compile xorg-server with the necessary VIDEO_CARDS USE flags (see /usr/portage/profiles/desc/video_cards.desc). |
This is a problem that I've had with all nvidia drivers past 173.08 or something like that but didn't give me a problem before that...so I kept using the old drivers. But the old drivers no longer load into the newest kernel so I have to fix this =( Anyways, after installing nvidia-drivers, I try to run startx and get this message: Code: NVIDIA: could not open the device file /dev/nvidia0 (Input/output error). (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device PCI:1:0:0. (EE) NVIDIA(0): Please see the COMMON PROBLEMS section in the README for (EE) NVIDIA(0): additional information. (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device (EE) Screen(s) found, but none have a usable configuration. I looked under the Common Problems at http://us.download.nvidia.com/XFree86/Linux-x86/177.82/README/chapter-08.html but didn't find anything =( lsmod shows that the module is getting loaded just fine. I've used Xorg-configure and nvidia-xconfig to generate vanilla xorg.conf files, none of which work. Does anyone have an idea how to fix this? | Are the file permissions on /dev/nvidia0 different with the new driver? What graphics card? |
Two problems: I have upgraded Firefox to latest versio 3.05 and when running emerge -uDpv world it wants to downgrade it now to 2.0.0.19 version. After upgrading some of my bookmarks and bookmark folders are missing. How do I solve both of my problems? Thanks in advance | 1) emerge --sync |
Howdie, I used to use Firefox2 and had it mapped so that one of my keyboards special keys would start it. Now I emerged FF3, works like a charm by the way, but I can't get that key to start it... I suspect SOMEWHERE in my system that old mapping must be left over, but I don't know where. Using simply the KDE controll center I can assign ANY key or combination I want, but NOT my old special key.. Can someone point me to something helpful? | OK, 55 hits and no reply.. hmm.. retry: Where does KDE store the info for mapping keys? There has to be some .something file that contains that info and can be edited... |
Hey all. After the last emerge --sync, emerge -uDav world --newuse, I'm missing some X fonts (whereas my GTK fonts are fine...) For example, my aterm and xterm are using the crappy default fonts, and I am now getting warnings like: aterm: can't load font "-*-andale mono-*-*-*-*-14-*-*-*-*-*-iso10646-*" . Output of xlsfonts: Code: -misc-fixed-medium-r-semicondensed--0-0-75-75-c-0-iso8859-1 -misc-fixed-medium-r-semicondensed--13-100-100-100-c-60-iso8859-1 -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1 6x13 cursor fixed Output of "eselect fontconfig list": Code: Available fontconfig .conf files ( * is enabled ): [1] 10-autohint.conf [2] 10-no-sub-pixel.conf [3] 10-sub-pixel-bgr.conf [4] 10-sub-pixel-rgb.conf [5] 10-sub-pixel-vbgr.conf [6] 10-sub-pixel-vrgb.conf [7] 10-unhinted.conf [8] 20-fix-globaladvance.conf * [9] 20-unhint-small-vera.conf * [10] 25-unhint-nonlatin.conf [11] 30-metric-aliases.conf * [12] 30-urw-aliases.conf * [13] 40-nonlatin.conf * [14] 45-latin.conf * [15] 49-sansserif.conf * [16] 50-user.conf * [17] 51-local.conf * [18] 59-dejavu.conf [19] 60-latin.conf * [20] 60-liberation.conf [21] 65-fonts-persian.conf * [22] 65-khmer.conf [23] 65-nonlatin.conf * [24] 69-unifont.conf * [25] 70-no-bitmaps.conf [26] 70-yes-bitmaps.conf [27] 80-delicious.conf * [28] 90-synthetic.conf * My /etc/X11/xorg.conf: Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/arkpandora/" FontPath "/usr/share/fonts/artwiz-aleczapka-en/" FontPath "/usr/share/fonts/corefonts/" FontPath "/usr/share/fonts/cyrillic/" FontPath "/usr/share/fonts/default/" FontPath "/usr/share/fonts/dejavu/" FontPath "/usr/share/fonts/encodings/" FontPath "/usr/share/fonts/freefonts/" FontPath "/usr/share/fonts/liberation-fonts/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/terminus/" FontPath "/usr/share/fonts/ttf-bitstream-vera/" FontPath "/usr/share/fonts/unifont/" FontPath "/usr/share/fonts/util/" EndSection Section "Module" Load "dri" Load "dbe" Load "GLcore" Load "xtrap" Load "extmod" Load "glx" Load "record" Load "freetype" #Load "type1" #Load "vnc" 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" Option "Sensitivity" "0.5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "Unknown Board" BusID "PCI:1:0:0" Option "AllowGLXWithComposite" "true" EndSection Section "Screen" Option "DPI" "96 x 96" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1920x1200" EndSubSection EndSection Section "Files" EndSection Section "Extensions" Option "Composite" "Enable" EndSection Attached is my Xorg log: X.Org X Server 1.5.3 Release Date: 5 November 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.27.8 x86_64 Current Operating System: Linux nofx 2.6.27.10 #1 SMP Sun Dec 21 11:26:46 MST 2008 x86_64 Build Date: 18 December 2008 10:40:06AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 23 14:33:53 2008 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Not automatically adding devices (==) Not automatically enabling devices (==) FontPath set to: built-ins (==) ModulePath set to "/usr/lib64/xorg/modules" (**) Extension "Composite" is enabled (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) Loader magic: 0x78e440 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 X.Org Font Renderer : 0.6 (II) Loader running on linux (--) using VT number 7 (--) PCI:*(0@1:0:0) nVidia Corporation unknown chipset (0x0610) rev 162, Mem @ 0x92000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00002000/128 (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "freetype" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "dri" (II) Loading /usr/lib64/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "dbe" (II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "xtrap" (II) Loading /usr/lib64/xorg/modules/extensions//libxtrap.so (II) Module xtrap: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DEC-XTRAP (II) LoadModule: "extmod" (II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "glx" (II) Loading /usr/lib64/xorg/modules/extensions//libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extension (II) NVIDIA GLX Module 177.82 Tue Nov 4 17:15:47 PST 2008 (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib64/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension RECORD (II) LoadModule: "freetype" (II) Loading /usr/lib64/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.5.3, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.6 (II) Loading font FreeType (II) LoadModule: "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: "mouse" (II) Loading /usr/lib64/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.3.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) LoadModule: "kbd" (II) Loading /usr/lib64/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.3.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.1 (II) NVIDIA dlloader X Driver 177.82 Tue Nov 4 16:56:15 PST 2008 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 01@00:00:0 (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib64/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "wfb" (II) LoadModule: "wfb" (II) Loading /usr/lib64/xorg/modules//libwfb.so (II) Module wfb: vendor="X.Org Foundation" compiled for 1.5.3, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (II) resource ranges after probing: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(0): Option "AllowGLXWithComposite" "true" (**) NVIDIA(0): Option "DPI" "96 x 96" (**) NVIDIA(0): Enabling RENDER acceleration (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is (II) NVIDIA(0): enabled. (II) NVIDIA(0): NVIDIA GPU GeForce 9600 GSO (G92) at PCI:1:0:0 (GPU-0) (--) NVIDIA(0): Memory: 393216 kBytes (--) NVIDIA(0): VideoBIOS: 62.92.42.00.62 (II) NVIDIA(0): Detected PCI Express Link width: 16X (--) NVIDIA(0): Interlaced video modes are supported on this GPU (--) NVIDIA(0): Connected display device(s) on GeForce 9600 GSO at PCI:1:0:0: (--) NVIDIA(0): Samsung SyncMaster (DFP-0) (--) NVIDIA(0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock (--) NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Dual Link TMDS (II) NVIDIA(0): Assigned Display Device: DFP-0 (II) NVIDIA(0): Validated modes: (II) NVIDIA(0): "1920x1200" (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1200 (**) NVIDIA(0): DPI set to (96, 96); computed from "DPI" X config option (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals. (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) NVIDIA(0): Initialized GPU GART. (II) NVIDIA(0): Unable to connect to the ACPI daemon; the ACPI daemon may not (II) NVIDIA(0): be running or the "AcpidSocketPath" X configuration option (II) NVIDIA(0): may not be set correctly. When the ACPI daemon is (II) NVIDIA(0): available, the NVIDIA X driver can use it to receive ACPI (II) NVIDIA(0): events. For details, please see the "ConnectToAcpid" and (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X (II) NVIDIA(0): Config Options in the README. (II) NVIDIA(0): Setting mode "1920x1200" (II) Loading extension NV-GLX (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (II) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (II) Loading extension XINERAMA (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (II) Initializing extension GLX (**) Option "Protocol" "auto" (**) Option "Device" "/dev/input/mice" (II) Mouse0: Setting mouse protocol to "ExplorerPS/2" (**) Mouse0: Device: "/dev/input/mice" (**) Mouse0: Protocol: "auto" (**) Option "CorePointer" (**) Mouse0: always reports core events (**) Option "Device" "/dev/input/mice" (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5 6 7" (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 (**) Mouse0: Buttons: 11 (**) Option "Sensitivity" "0.5" (**) Mouse0: Sensitivity: 0.5 (**) Option "CoreKeyboard" (**) Keyboard0: always reports core events (**) Option "Protocol" "standard" (**) Keyboard0: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard0: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Keyboard0: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) Keyboard0: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Keyboard0: CustomKeycodes disabled (II) evaluating device (Mouse0) (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) evaluating device (Keyboard0) (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (II) Mouse0: Setting mouse protocol to "ExplorerPS/2" (II) Mouse0: ps2EnableDataReporting: succeeded (II) 3rd Button detected: disabling emulate3Button[/code] Thanks for your help (as always...) | Your xorg.conf has two "files" sections, and the second one is empty. This may be the reason your fonts are being ignored. |
im sick of using the nautilus --no-desktop (it works) but after a short while ALWAYS the icons will disappear and it will resort to having one standard icon (they dont refresh) so what are other good file managers i could use with this minimalistic window manager ? | dolphin, konqueror, nao |
Recently installed 64bit Gentoo on my Thinkpad R60e. Core 2 T5500 chip. 2GB of RAM. The laptop had 32bit Gentoo on it for the last few years, had the itch to try out 64bit and see if it was still as bad as it was 3 yrs ago .. . All seems well, only (minor) problem is that Firefox 3 takes approx 12 seconds to start, from an idle desktop. It is a completely fresh load ... kdelibs, kdebase, kdeadmin (3.5.9) (and their dependencies) are the only apps installed on the machine. (haven't finished loading it up yet.) . Also, after closing firefox, restarting firefox takes almost 9 seconds ... when that should be almost instantaneous. Useful parts of /etc/make.conf : Code: USE="X aac acpi alsa branding cddb cdr css custom-cpuopts custom-optimization dbus divx dvd dvdr dvdread encode ffmpeg firefox firefox3 flac gif glitz hal ibmacpi imlib imlib2 java jpeg jpeg2k kde lame laptop madwifi mmx mozilla moznopango mp2 mp3 mp4 nsplugin ogg opengl png qt3 qt4 qtdesigner radio sdl smapi spell sqlite sqlite3 sse sse2 sse3 ssse3 svg theora tiff truetype twolame vcd vorbis win32codecs wmp x264 xcb xcomposite xulrunner xvid -arts -bindist -esd -gnome -gtk -ipv6 -kerberos -oss -xscreensaver" CFLAGS="-O2 -march=nocona -pipe -fomit-frame-pointer" CHOST="x86_64-pc-linux-gnu" #CFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer" #CHOST="i686-pc-linux-gnu" CXXFLAGS="${CFLAGS}" Firefox was emerged with Code: USE="dbus java xulrunner -bindist -custom-optimization -gnome -iceweasel -ipv6 -mozdevelop -restrict-javascript -startup-notification" When I start firefox from a terminal (hoping for clues to the slowness), there is no ouput during startup, just a 12 second pause, and then the firefox gui fires up. Is there any app I can run to 'trace' firefox while it is starting and determine where the bottleneck is? In 32bit Gentoo and on all other OS'es that I have used, firefox starts up in approx 4 seconds, and restarts are in a blink of an eye. | It sort of sounds like you are a victim of the FF 3 'Awesome Bar' slowdown...which many people find to be a dubious feature...but it definitely slows down FF 3 startup and shutdown. Try this to see if it helps...go to about:config, locate the browser.urlbar.maxRichResults setting and change the value from 12 to 0. That should help. |
It's pretty strange... Firefox always opens to 1024x768 (or smaller, if I shrink it/close/reopen). Mplayer fullscreens to 1024x768 (only filling up the top left). But, other programs work just fine (like thunderbird and totem). Also, if I change the resolution to 1024x768 and then back to 1280x1024 everything will work just fine... which obviously gets old fast. Any ideas how to fix this? I tried 'Mode "1280x1024"' and 'ModeLine "1280x1024"' in my monitor section of xorg.conf, but in either case x fails to start reporting no manageable screens. Oh, and a second problem... about half the times that I startx the screen just goes black (and flickers a bit). /var/log/Xorg.0.log reports "(EE) intel(0): underrun on pipe A!" over and over again. And, it's prone to freezing -- I just have to ctrl-alt-backspace and try to startx again. I searched a bit about the error, but disabling xrandr didn't resolve my issue. Any other ideas? Thanks. | It may have something to do with how you get your 1280 resolution... I used to have a CRT monitor that only had a maximum display size of 1024x768, then one day i used a LiveCD with Xfce as it's GUI and discovered the monitor could support 1152x864 (if i remember correctly) - it doesn't sound like much, but it made a hell of a difference, with native 91x91 DPI instead of needing it forced for decent looking fonts. After this, i found i could copy/paste the relevant modeline from /var/log/Xorg.0.log into my xorg.conf and have it all the time... ...Now that the old CRT has died and i've replaced it with a 22" widescreen TFT, i've found that the only way to get it's native display resolution of 1680x1050 @ 90x90 DPI is to use the same method - otherwise Xorg thinks i've got a 4:3 display and stretches everything. Maybe something similar would resolve your problem... The Modelines go in the monitor-section of xorg.conf, which may also require a 'DisplaySize' setting as well, and are then accessible through the 'Display' sub-sections as illustrated by these portions of my own file:- Code: Section "Monitor" DisplaySize 474 296 # mm (1680x1050) Identifier "Monitor0" VendorName "GSM" ModelName "L225W" ### Comment all HorizSync and VertRefresh values to use DDC: #HorizSync 28.0 - 83.0 #VertRefresh 56.0 - 75.0 #Option "DPMS" #Option "PreferredMode" ModeLine "1680x1050" 146.00 1680 1784 1960 2240 1050 1053 1059 1089 +hsync +vsync EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1680x1050" EndSubSection EndSection *** OBVIOUSLY DON'T USE THESE SETTINGS YOURSELF - GET THE CORRECT ONES FOR YOUR HARDWARE FROM THE LOGFILE *** My recommendation would be to start from a fresh conf-file, generated as root with "Xorg -configure", but the process of testing may be complicated these days if your Xorg is new enough to have screwy input-device settings - anyway, have a look at the 2nd section of this page for the method i use to setup X. Hope that helps... EDIT : 1280x1024 will be squashed anyway - 1280x960 would be better, probably. |
I am brining up a new system, first fresh install of gentoo in probably 8 months. All of my other systems are stable on 3.5.9. I have emerged xorg-x11, kde and kde-meta. When I startx KDE runs fine and then i get 2 task bars 1 looks like 3.5.9 I am used to, the other looks Vista-esch. I'm guess KDE4 is loading as well. I did a quick look at what I had installed for kde and I see 3.5.9 for some stuff and 4.1.3 for others. Sine 4 is not completely in portage yet, how do I go back. I am assuming a entry in packages.mask but what exactly? | Sounds strange, AFAIK kde 4 is stilled masked. If you haven't unmasked any kde4 packages in package.keywords, a emerge -p --depclean should do the trick. |
I have a Toshiba L305 that i am trying to get to work on Gentoo. I did a minimal install, compiled X and gnome. I currently have gnome working with a vesa driver. I am running gentoo-source 2.6.26-r4. I have newer kernels installed on my system but they have not helped me with the current issue (unless i am configuring them wrong). I want my graphics card to work (3D acceleration would be nice) at the correct resolution 1280x800. It works fine in Ubuntu 8.10 and Fedora 10. I am convinced if they can make it work, so can I. I have looked around, tried hard but have finally resorted to making a plea for help here. I have been out of linux for a while but am trying to get back into it as I have started using it a bit more at work. Gentoo has long been my favorite distro so I want to make this work. So, here are my lspci and lsmod posting from ubuntu/fedora. I hope this helps somewhat. Maybe i need to compile my kernel differently, install a different driver, i am a little lost at this point. The best res I can do at the moment is 1024x768. I have set it differently in xorg, but apparently it doesnt care. Any help would be appreciated! UBUNTU 8.10 Code: ubuntu@ubuntu:~$ lspci 00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07) 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07) 00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07) 00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03) 00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03) 00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03) 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03) 00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03) 00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03) 00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 03) 00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03) 00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03) 00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03) 00:1d.3 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03) 00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93) 00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03) 00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03) 00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03) 00:1f.6 Signal processing controller: Intel Corporation 82801I (ICH9 Family) Thermal Subsystem (rev 03) 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02) 03:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01) ubuntu@ubuntu:~$ lsmod Module Size Used by ipv6 263972 14 i915 38144 2 drm 86056 3 i915 binfmt_misc 16904 1 af_packet 25728 2 bridge 56980 0 stp 10628 1 bridge bnep 20480 2 sco 18308 2 rfcomm 44432 0 l2cap 30464 6 bnep,rfcomm bluetooth 61924 6 bnep,sco,rfcomm,l2cap ppdev 15620 0 parport_pc 39204 0 lp 17156 0 parport 42604 3 ppdev,parport_pc,lp acpi_cpufreq 15500 1 cpufreq_userspace 11396 0 cpufreq_stats 13188 0 cpufreq_powersave 9856 0 cpufreq_ondemand 14988 1 freq_table 12672 3 acpi_cpufreq,cpufreq_stats,cpufreq_ondemand cpufreq_conservative 14600 0 wmi 14504 0 sbs 19464 0 sbshc 13440 1 sbs pci_slot 12552 0 container 11520 0 iptable_filter 10752 0 ip_tables 19600 1 iptable_filter x_tables 22916 1 ip_tables joydev 18368 0 snd_hda_intel 381488 3 snd_pcm_oss 46848 0 snd_mixer_oss 22784 1 snd_pcm_oss snd_pcm 83204 2 snd_hda_intel,snd_pcm_oss snd_seq_dummy 10884 0 snd_seq_oss 38528 0 psmouse 45200 0 video 25104 0 snd_seq_midi 14336 0 output 11008 1 video snd_rawmidi 29824 1 snd_seq_midi battery 18436 0 ac 12292 0 serio_raw 13444 0 button 14224 0 snd_seq_midi_event 15232 2 snd_seq_oss,snd_seq_midi snd_seq 57776 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event ath_pci 99096 0 wlan 211952 1 ath_pci ath_hal 198864 1 ath_pci snd_timer 29960 2 snd_pcm,snd_seq snd_seq_device 15116 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq intel_agp 33724 1 pcspkr 10624 0 agpgart 42184 3 drm,intel_agp evdev 17696 9 snd 63268 15 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device soundcore 15328 1 snd snd_page_alloc 16136 2 snd_hda_intel,snd_pcm shpchp 37908 0 pci_hotplug 35236 1 shpchp squashfs 46600 1 loop 23180 2 aufs 169892 1 exportfs 12544 1 aufs nls_cp437 13696 1 isofs 40100 1 ext3 133256 0 jbd 55444 1 ext3 ext2 72456 0 mbcache 16004 2 ext3,ext2 sr_mod 22212 1 cdrom 43168 1 sr_mod sd_mod 42264 2 crc_t10dif 9984 1 sd_mod usb_storage 81728 0 libusual 27156 1 usb_storage sg 39732 0 ahci 37132 2 libata 177312 1 ahci scsi_mod 155212 5 sr_mod,sd_mod,usb_storage,sg,libata dock 16656 1 libata r8169 35972 0 ehci_hcd 43276 0 uhci_hcd 30736 0 usbcore 148848 5 usb_storage,libusual,ehci_hcd,uhci_hcd thermal 23708 0 processor 42156 4 acpi_cpufreq,thermal fan 12548 0 fbcon 47648 0 tileblit 10880 1 fbcon font 16512 1 fbcon bitblit 13824 1 fbcon softcursor 9984 1 bitblit fuse 60828 3 FEDORA 10 Code: 0:00.0 Host bridge: Intel Corporation Cantiga Memory Controller Hub (rev 07) 00:02.0 VGA compatible controller: Intel Corporation Cantiga Integrated Graphics Controller (rev 07) 00:02.1 Display controller: Intel Corporation Cantiga Integrated Graphics Controller (rev 07) 00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03) 00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03) 00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03) 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03) 00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03) 00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03) 00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 03) 00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03) 00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03) 00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03) 00:1d.3 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03) 00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93) 00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03) 00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03) 00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03) 00:1f.6 Signal processing controller: Intel Corporation 82801I (ICH9 Family) Thermal Subsystem (rev 03) 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller (rev 02) 03:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01) [liveuser@localhost ~]$ lsmod Module Size Used by fuse 49436 2 i915 53380 2 drm 158260 3 i915 sco 12932 2 bridge 43668 0 stp 6148 1 bridge bnep 14848 2 l2cap 21504 3 bnep bluetooth 48608 5 sco,bnep,l2cap sunrpc 155924 3 ip6t_REJECT 7296 2 nf_conntrack_ipv6 15864 1 ip6table_filter 6400 1 ip6_tables 14736 1 ip6table_filter ipv6 230132 24 ip6t_REJECT,nf_conntrack_ipv6 cpufreq_ondemand 9996 1 acpi_cpufreq 12172 1 dm_multipath 17164 0 uinput 10624 0 snd_hda_intel 351124 3 snd_seq_dummy 6660 0 snd_seq_oss 30364 0 snd_seq_midi_event 9600 1 snd_seq_oss snd_seq 48576 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event arc4 5760 2 snd_seq_device 10124 3 snd_seq_dummy,snd_seq_oss,snd_seq snd_pcm_oss 42496 0 ecb 6528 2 crypto_blkcipher 18052 1 ecb snd_mixer_oss 16896 1 snd_pcm_oss snd_pcm 65924 2 snd_hda_intel,snd_pcm_oss ath5k 112520 0 snd_timer 22024 2 snd_seq,snd_pcm snd_page_alloc 11016 2 snd_hda_intel,snd_pcm video 20244 0 snd_hwdep 10500 1 snd_hda_intel r8169 32132 0 i2c_i801 12048 0 mac80211 173668 1 ath5k snd 50616 16 snd_hda_intel,snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep rfkill 11288 0 output 6528 1 video mii 8192 1 r8169 i2c_core 21396 2 drm,i2c_i801 pcspkr 6272 0 input_polldev 7176 0 cfg80211 23816 2 ath5k,mac80211 soundcore 9416 1 snd joydev 12736 0 squashfs 36228 2 usb_storage 82440 0 | Hi, you need to post some informations about your current Gentoo configuration, can you post this : Code: # emerge --info # cat /etc/X11/xorg.conf # lsmod For what I know about the intel driver, you need to use the i915 module inside the kernel and also a package that is required also. So, one thing at the time |
I was hoping someone can explain to me what may have happened and how do I go about fixing this--or preventing it from happening again. I had Totem up as I was listening to a MP3 file and had literally just exited out of Firefox and was about to select another MP3 in Nautilus to listen to in Totem/Movie Player when all of a sudden I had a barrage of Totem screens opening up (and lost my sidebar for most of them, but was able to get that back--no big loss regardless) with the same song I had just listened to. It kept giving me error messages as Gnome would when a program stops responding to shut it down/"force quit". I tried to get into the system monitor to shut it down (yes, I know I could have just gone into the command line and done a kill, but I couldn't remember how to go about it at the time this happened--nor thought of it until after the fact), when a few different other programs began opening up. There was also a message involving something to do with cron (which regrettably I missed as I was too busy playing block the Totem pop-up and error message shut down to catch) and my log viewer came up as well as what looked like a calendar thing (never seen it before) and some program that was mostly blank but had the word "cron" in its name that I have never seen before. I'm not sure if it was a merely coincidence or related to it, but when I was finally able to exit out of Nautilus, Totem died down and I stopped being inundated with the barrage of various programs as well and the system monitoring tool finally popped up. I did not notice anything out of the ordinary--at least, from what I could tell. When I went back into my desktop, though, all my "icons"/"shortcuts" (including "trash) were gone and I had lost my mouse abilities to click on anything on the desktop, itself (I can still access the menus as well as the lower panel and any programs I have up)--this includes any right or middle mouse button functions on the desktop being "gone". As an added "side effect", I had my USB thumbdrive in one USB port (since the last emerge have noticed an ongoing problem of where it will automount on the desktop, but will not unmount through the command line and have been forced into doing things through the GUI (attempting to go through the command seems to result in error messages involving hal.d--it is an issue I had been meaning to look into, but just never had time to do so)) and for whatever strange reason, I was actually able to unmount it manually from the command line for a change and without complaint for a change. When I tried logging into KDE, however, everything appeared normally as far as my desktop was concerned and everything appeared where it should have been. Same with the root account under Gnome as well. It only strangely appears to be my main user account that was affected by whatever it was. I also have lost the ability to access the command line or Nautilus through the upper menu panel next to where it says "system" (ie the two shortcuts at the top of the menu that lead to them) and they come up for me as being "blank" or asking me to designate a function for them ( ). I have tried logging in and out again as well a a cold and warm reboot and it still appears to be the same. I have even tried unplugging and replugging the mouse back in (as per one recommendation I received) and still nothing. It was suggested that supposedly certain Gnome files in my account (certain configuration files?) could regenerate or that moving or just renaming certain ones would somehow "fix" this problem, but I would not know which files to look for anymore than there was any certainty this was true or might not make matters worse for me. So, that leads me to wonder not only what caused this mess but how do I fix it? I have never seen anything like it before. On that note, would there be a log file stored somewhere that may be able to say what actually happened? I would also like to add that I have not emerged anything in over a month nor made any real changes to my system either. Edited to add: Ack! I just realized this belongs in the desktops section of the forum. Could a moderator please move this to the correct place? | "Gnome went beserk and have lost functionality " This is normal. Functionality is removed in every release of GNOME. |
Hi. I've setup my Synaptics touchpad for two-fingers scrolling. While it works, I often have to release one finger when I want to stop scrolling up otherwise the page scrolls down [to the bottom] completely whatever I do. When I release both fingers at the same time (more or less) any page that I was scrolling scrolls to the bottom, most of the time. If I release only one finger then the second one, the scroll position remains unchanged as expected. Did anybody experience the same problem? Is there a fix? Thanks. | synclient -l: Parameter settings: LeftEdge = 1632 RightEdge = 5312 TopEdge = 1575 BottomEdge = 4281 FingerLow = 24 FingerHigh = 29 FingerPress = 255 MaxTapTime = 180 MaxTapMove = 221 MaxDoubleTapTime = 180 SingleTapTimeout = 180 ClickTime = 100 FastTaps = 0 EmulateMidButtonTime = 75 EmulateTwoFingerMinZ = 280 VertScrollDelta = 100 HorizScrollDelta = 100 VertEdgeScroll = 1 HorizEdgeScroll = 1 CornerCoasting = 0 VertTwoFingerScroll = 1 HorizTwoFingerScroll = 0 MinSpeed = 0.4 MaxSpeed = 0.7 AccelFactor = 0.00995223 TrackstickSpeed = 40 EdgeMotionMinZ = 29 EdgeMotionMaxZ = 159 EdgeMotionMinSpeed = 1 EdgeMotionMaxSpeed = 401 EdgeMotionUseAlways = 0 UpDownScrolling = 1 LeftRightScrolling = 1 UpDownScrollRepeat = 1 LeftRightScrollRepeat = 1 ScrollButtonRepeat = 100 TouchpadOff = 0 GuestMouseOff = 0 LockedDrags = 0 LockedDragTimeout = 5000 RTCornerButton = 3 RBCornerButton = 2 LTCornerButton = 0 LBCornerButton = 0 TapButton1 = 1 TapButton2 = 2 TapButton3 = 3 ClickFinger1 = 1 ClickFinger2 = 1 ClickFinger3 = 1 CircularScrolling = 0 CircScrollDelta = 0.1 CircScrollTrigger = 0 CircularPad = 0 PalmDetect = 0 PalmMinWidth = 10 PalmMinZ = 199 CoastingSpeed = 0 PressureMotionMinZ = 29 PressureMotionMaxZ = 159 PressureMotionMinFactor = 1 PressureMotionMaxFactor = 1 GrabEventDevice = 1 I'm using x11-drivers/xf86-input-synaptics-0.99.1 . Note it also occured with earlier versions. |
Ok, so I upgraded to xorg-server-1.5.3, and of course, things went horribly wrong. I have most issues resolved, but I will go through what I did to get to my current state. *Keyboard did not work* This was resolved by first adding an AllowEmptyInput false option to my xorg.conf and adding the evdev driver to /etc/make.conf. This resulted in every key stroke being repeated three times. I then went back and changed my mouse section to use evedev (can't test this; I have a touch pad, which still uses the synaptic driver) and converted my keyboard to use evdev. This resolved it. *Virtual Terminals Non-Functional* Once I got X working and I could once again type, my ability to shift between VTs stoppting working. Any VT other than F8 (which oddly is my X terminal, which used to be F7) is simply a blank red screen that I am unable to work with. *Some Files* /etc/X11/xorg.conf Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "TouchPad" "AlwaysCore" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ## RgbPath "/usr/share/X11/rgb" ## ModulePath "/usr/lib/xorg/modules" ##Fonts## FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/cyrillic" FontPath "/usr/share/fonts/encodings" FontPath "/usr/share/fonts/util" FontPath "/usr/share/fonts/corefonts/" FontPath "/usr/share/fonts/cronyx/" FontPath "/usr/share/fonts/default/" FontPath "/usr/share/fonts/freefonts/" FontPath "/usr/share/fonts/intlfonts/" FontPath "/usr/share/fonts/terminus/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Speedo" #FontPath "/usr/share/fonts/default" EndSection Section "Module" Load "record" Load "GLcore" Load "xtrap" Load "dbe" Load "dri" Load "glx" Load "freetype" Load "type1" SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection EndSection Section "InputDevice" Identifier "Keyboard0" Driver "evdev" Option "XkbRules" "xorg" Option "XkbModel" "evdev" Option "XkbLayout" "en_US" EndSection Section "InputDevice" Identifier "Mouse0" Driver "evdev" Option "Protocol" "auto" Option "Device" "/dev/input/event0" #Option "ZAxisMapping" "4 5 6 7" EndSection Section "InputDevice" Identifier "TouchPad" Driver "synaptics" Option "Device" "/dev/input/mouse1" Option "Protocol" "auto-dev" Option "LeftEdge" "120" Option "RightEdge" "830" Option "TopEdge" "120" Option "BottomEdge" "650" Option "FingerLow" "14" Option "FingerHigh" "15" Option "MaxTapTime" "180" Option "MaxTapMove" "110" Option "EmulateMidButtonTime" "75" Option "VertScrollDelta" "20" Option "HorizScrollDelta" "20" Option "MinSpeed" "0.3" Option "MaxSpeed" "0.75" Option "AccelFactor" "0.015" Option "EdgeMotionMinSpeed" "200" Option "EdgeMotionMaxSpeed" "200" Option "UpDownScrolling" "1" Option "CircularScrolling" "1" Option "CircScrollDelta" "0.1" Option "CircScrollTrigger" "2" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Dell" ModelName "D400 LCD 12.1 XGA" # 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz ##Modeline "1024x768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync ##DisplaySize 270.93333333333 203.2 EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "ColorKey" # <i> #Option "CacheLines" # <i> #Option "Dac6Bit" # [<bool>] #Option "DRI" # [<bool>] #Option "NoDDC" # [<bool>] #Option "ShowCache" # [<bool>] #Option "XvMCSurfaces" # <i> #Option "PageFlip" # [<bool>] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "82852/855GM Integrated Graphics Device" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" Subsection "Display" Depth 24 Modes "1024x768" ViewPort 0 0 EndSubsection EndSection Section "ServerFlags" Option "AllowEmptyInput" "false" EndSection Section "DRI" Mode 0666 EndSection emerge --info Code: alexiea ~ # emerge --info Portage 2.1.4.5 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.26-gentoo-r4 i686) ================================================================= System uname: 2.6.26-gentoo-r4 i686 Intel(R) Pentium(R) M processor 1400MHz Timestamp of tree: Mon, 22 Dec 2008 17:45:01 +0000 app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7-r1, 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="evdev 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 For some reason, I have no FDI files with contents... Code: lexiea ~ # ls -l /etc/hal/fdi/*/* -rw-r--r-- 1 root root 0 2008-12-22 14:50 /etc/hal/fdi/policy/10-x11-input.fdi alexiea ~ # Any ideas on how to get my virtual terminals working again would be awesome. | Ok, this is silly. A reboot resolved. Here is what I suspect: At the time I had started X, I had just rebooted, but had started X from the console, and was logged in on VT2 as well. On reboot, XDM was back in my default run level, and now everything works. My conclusion is that when you are logged onto the console and or a VT term it blocks access to other terminals. I also think X does the following to choose its VT: 6+highest active term. So, prior to reboot, that would be 2 + 6. On reboot, only the console was active (by default), thus you get 1+6 = 7, since my X display is back on VT7. |
Periodically I'm experiencing these temporary hang ups of applications such as Firefox and GIMP when attempting to "save as" or "open" using the file browser. I have run revdep-rebuild, updated world, and remerged Nautilus. I'm not sure if Nautilus is actually the app that is malfunctioning. Exiting from Gnome will 'fix' the problem, but inevitably it will reoccur. The temporary hang is upwards of one minute in length. All other applications function as expected, it is only the application attempting to use the file browser that locks. After the 45-60 seconds the file browser opens up and everything is to be expected. Unfortunately once it occurs it will occur every time a file browser operation is required unless Gnome is restarted. There is no abnormal disk activity when this occurs, nor does the CPU usage or load average change in any appreciable way . Running Firefox or GIMP from the command line yields no errors. I've done searches for this, but given the terms are quite generic I've not been successful in finding the answer. Any ideas what this may be? Or what applications I should rebuild to test if they're being problematic? | Make sure you have a localhost entry in /etc/hosts, and that your machine's hostname resolves correctly. GNOME likes to talk to itself over the network. |
It seems that I can't access any https:// pages with the latest stable (AMD64) Firefox 2.0.0.19. What might be the cause of this? | It also seems I can't read email with Thunderbird 2.0.0.18 so this must be about something else. I use IMAP with SSL. So something security related is now badly broken. |
Hi, I have a strange question, what is the package that should provide the Fixed [GNU] font, I used that font a lot on Gentoo, but when I have to deal with other distros I can find only Fixed [Led], Fixed [Misc] and Fixed [Sony]. I usually have the resolution set to 1280x1024 and the Fixed [GNU] font is quite usable in my terminals, but when I change the size of the other Fixed fonts they are either too small, or huge. | media-fonts/font-misc-misc |
I'm running an amd64 GNOME box. I'd like to experiment with IceWM and XFCE, but want to keep my GNOME installation. How can I boot up another window manager in another window? How about if I create some ghost users? Can they use the alternate while I stick with GNOME? I'd even like to try gnome-light in a chroot. There was so much lost when the wiki crashed. I really miss it. | Argggh! Senility raises it's ugly head. Of course, I meant "login" not "boot". I use gdm, but command line would be fine for experimenting. |
I am getting an error trying to emerge compiz that says that the package has been masked by EAPI 2 and portage does not support it... i need to upgarde to a newer version of poratage... etc I reemerged portage and I'm getting the same errors. Any ideas on how to get past this? | Thanks for the input fellas. |
Hello all i would like to know the official good way of replacing the default firefox 2 by firefox 3 Its probably pretty obvious but its my first week with gentoo and i fear to break that super Os i just built From my preliminary readings , i should unmask it and also put -firefox in my USE flags , and also add something to my /etc/portage/package.keywords. i also read on another forum that i should use ~ instead of = for the unmasking part :/ the problem is that i dont know what unmasking mean and i have also read somewhere else that doing it that way can make the emerge update process bring back firefox2 in the next update well that about how confused i am with all the different way of doing it that i have found while researching it on the forum, google and other forums. so i was wondering was is the official good way to do that thank you very much for some help | taipan67 wrote: Not quite... Firstly, the bit inside quotes needs a keyword on the end, like so:- Code: echo "=www-client/mozilla-firefox-3.0.5 ~x86" >> /etc/portage/package.keywords ...instead of:- Code: echo "=www-client/mozilla-firefox-3.0.5" >> /etc/portage/package.keywords ...See the difference? That assumes you use x86-architecture as opposed to amd64 or something else. Wrong. Wrong, wrong, wrong. Dead wrong. You do not need to append an ~arch keyword. Portage has autodetected your arch for a long time now. You don't need to append ~amd64 to every line. Just the category/package itself. Go into your package.keywords file, remove all the ~arch keywords and try running emerge -pvutD world . There will be no change. ~arch keywords haven't been necessary in a long, long time. @ julien-1993 : To head off any more accidental misinformation shared by defenderBG and taipan67, you do not need to do anything special to get Firefox right now. As of this writing, Firefox 3 has been marked stable on AMD64 and x86, and since you're probably using one of those two architectures, all you need to do is run: Code: # emerge --sync # emerge -au mozilla-firefox The first command syncs your Portage tree, which updates your list of available packages to install. The second command installs the updated version of Firefox. Since you're new to Gentoo, it's absolutely critical that you learn how to update your system, as well as learn basic terminology. Read the Working with Gentoo and Working with Portage sections of the Gentoo Handbook. These are required reading! For good measure, you may want to review the installation handbook . You don't have to perform any of the steps again, since you've already installed Gentoo, but it does provide a good introduction to the Gentoo fundamentals. |
Hi all. I foolishly upgraded to xorg-server 1.5.3 and now I have no mouse or keyboard, which is pretty annoying. They were working with 1.5.2. Xorg.0.log reveals something like (WW) Disabling Mouse0 (WW) Disabling Keyboard0 after it recognizes them. I suppose there is some black hal magic needed here - I have good evidence. If I build xorg-server without hal support then the keyboard and mouse function again. I am at a loss. Pointers would be appreciated (and copies of working /etc/hal/fdi/policy files ) Links to the f-ing manual on hal config files would be nice too, since I don't know where the instructions are. | Well, I upgraded even before it got into the tree (so it's without those extra patches - I'll probably reemerge it soon) and I didn't have any problems. As for hal docs, in this context best you can find is among xorg-server sources, simply search them. |
i get fatal error when i try to run X Xorg Fatal error Could not load default font 'fixed' yeah i need some help with this one. theres something little im missing i tried reemerging libXfont im really stuck on this one. i havnt made any changes to xorg.conf havnt made any changes to kernel i added a few fonts using kde is there a chance i copied over some font thats symlinked somewhere? | And make sure that you have media-fonts/font-misc-misc installed as well ... HTH swimmer |
I was reading the guide to upgrade kde to 4.1 and it says I should unmerge any old kde versions. I wanted to know if I needed to unmerge kde 3.5.9and if so how would I do it so my system is prepared for kde 4.1. | See the draft for the Qt 4.4 migration guide: http://dev.gentoo.org/~nightmorph/qt4-split-ebuilds.xml |
Hi ! I'm using xorg-server version 1.5.2, with dri USE flag (taken from make.conf). My machine is T43p, using radeon driver and libdrm-2.4.1. The recent portage update has version 1.5.3. When trying to update, I saw it has -dri mark. Any idea what removes the dri USE flag ? Currently I masked 1.5.3, since I really need the dri... Thanks ! Doron | In xorg-server-1.5.2 the dri use flag pulls xf86driproto and libdrm as dependency: Code: dri? ( >=x11-proto/xf86driproto-2.0.4 >=x11-libs/libdrm-2.3 )" In xorg-server-1.5.3 the dri use flags is dropped because xf86driproto and libdrm are pulled by default, except the minimal use flag is set: Code: !minimal? ( >=x11-proto/xf86driproto-2.0.4 >=x11-libs/libdrm-2.3 )" So, no need to worry... Best regards, Chris |
Hi everyone. Two days ago, my problems with kontact, dolphin and konqueror started. While in the morning everything was fine, when I had restarted my computer some time later, the aforementioned programs did not start as expected. When starting them from the Kmenu, first nothing happens at all, then after 5-10 Minutes the programs finally start. When starting them from the command line, I get the following: Code: kontact <unknown program name>(18778)/: Communication problem with "kontact" , it probably crashed. Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Did not receive a reply. Possible causes include: the remote application did not send a reply,the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken." " and similarly for the other programs. The strange thing is that I did not do any update neither to these programs nor to dbus nor to anything else when the problem started to occur. Does anybody have an idea what goes wrong? | For all who suffer from the same problem: I found that deactivating the nepomukservices solves the problem |
Hello, Issue 1: Dual screening with nvidia twinview works partially Works -Windows are rendered -small effects, limited to a single small window, work Doesn't work -large effects -Maximize -Rotate cube, scale, expo, etc Constrictions to solution: -This is a laptop, cannot replace hardware -upgrading versions does not work (yet), issues exists in 0.60, .76 and git -cannot "switch to metacity", must use compiz -cannot increase video memory (that I know of, I checked the bios for options), limited to 128 MB on board From searching, possible issues: -Cannot support maximum texture size 2048x2048, however, the screens are stacked on top, thereby under the limitation X size: max(1440, 1280) = 1440 Y size: sum(900,800) = 1700 Issue 2: Ghost plugin deactivates itself after enabling Note: Unrelated to issue 1 Background: http://www.youtube.com/watch?v=5f7buYVaUBY Ghost plugin allows you to transparently overlay a window on top of your workspace and click through it as if it were not there. This is useful for tracing an image in gimp for example. Part of desktop overlays Steps to reproduce: -boot into desktop -Open CCSM -Enable ghost Extra information: Plugin works for about 2 seconds than deactivates. It causes an 'Always on top' window to become transparent, but click through features do not work. System information: Video Hardware: GeForce 8400M GS Code: Portage 2.1.4.4 (default-linux/amd64/2007.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.24-gentoo-r7HVLinuxMobile2.5 x86_64) ================================================================= System uname: 2.6.24-gentoo-r7HVLinuxMobile2.5 x86_64 Intel(R) Core(TM)2 Duo CPU T5270 @ 1.40GHz glxinfo snippet Code: name of display: :0.0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: NVIDIA Corporation server glx version string: 1.4 server glx extensions: GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, GLX_EXT_texture_from_pixmap, GLX_ARB_multisample, GLX_NV_float_buffer, GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB client glx vendor string: NVIDIA Corporation client glx version string: 1.4 client glx extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync, GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGI_swap_control, GLX_NV_float_buffer, GLX_ARB_fbconfig_float, GLX_EXT_fbconfig_packed_float, GLX_EXT_texture_from_pixmap, GLX_EXT_framebuffer_sRGB, GLX_NV_present_video GLX version: 1.3 GLX extensions: GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, GLX_EXT_texture_from_pixmap, GLX_ARB_multisample, GLX_NV_float_buffer, GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB, GLX_ARB_get_proc_address OpenGL vendor string: NVIDIA Corporation OpenGL renderer string: GeForce 8400M GS/PCI/SSE2 OpenGL version string: 2.1.2 NVIDIA 173.14.12 OpenGL extensions: GL_ARB_color_buffer_float, GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, GL_ARB_half_float_pixel, GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow, GL_ARB_shader_objects, GL_ARB_shading_language_100, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3, GL_ARB_texture_float, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_texture_float, GL_ATI_texture_mirror_once, GL_S3_s3tc, GL_EXT_texture_env_add, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, GL_EXT_Cg_shader, GL_EXT_bindable_uniform, GL_EXT_depth_bounds_test, GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_object, GL_EXTX_framebuffer_mixed_formats, GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4, GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_texture3D, GL_EXT_texture_array, GL_EXT_texture_buffer_object, GL_EXT_texture_compression_latc, GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer, GL_EXT_texture_lod, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_sRGB, GL_EXT_texture_shared_exponent, GL_EXT_timer_query, GL_EXT_vertex_array, GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_KTX_buffer_region, GL_NV_blend_square, GL_NV_copy_depth_to_color, GL_NV_depth_buffer_float, GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fence, GL_NV_float_buffer, GL_NV_fog_distance, GL_NV_fragment_program, GL_NV_fragment_program_option, GL_NV_fragment_program2, GL_NV_framebuffer_multisample_coverage, GL_NV_geometry_shader4, GL_NV_gpu_program4, GL_NV_half_float, GL_NV_light_max_exponent, GL_NV_multisample_coverage, GL_NV_multisample_filter_hint, GL_NV_occlusion_query, GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object, GL_NV_pixel_data_range, GL_NV_point_sprite, GL_NV_primitive_restart, GL_NV_register_combiners, GL_NV_register_combiners2, GL_NV_texgen_reflection, GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4, GL_NV_texture_expand_normal, GL_NV_texture_rectangle, GL_NV_texture_shader, GL_NV_texture_shader2, GL_NV_texture_shader3, GL_NV_transform_feedback, GL_NV_vertex_array_range, GL_NV_vertex_array_range2, GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_NV_vertex_program2, GL_NV_vertex_program2_option, GL_NV_vertex_program3, GL_NVX_conditional_render, GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow, GL_SUN_slice_accum OpenGL limits: GL_MAX_ATTRIB_STACK_DEPTH = 16 GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 16 GL_MAX_CLIP_PLANES = 6 GL_MAX_COLOR_MATRIX_STACK_DEPTH = 2 GL_MAX_ELEMENTS_VERTICES = 1048576 GL_MAX_ELEMENTS_INDICES = 1048576 GL_MAX_EVAL_ORDER = 8 GL_MAX_LIGHTS = 8 GL_MAX_LIST_NESTING = 64 GL_MAX_MODELVIEW_STACK_DEPTH = 32 GL_MAX_NAME_STACK_DEPTH = 128 GL_MAX_PIXEL_MAP_TABLE = 65536 GL_MAX_PROJECTION_STACK_DEPTH = 4 GL_MAX_TEXTURE_STACK_DEPTH = 10 GL_MAX_TEXTURE_SIZE = 8192 GL_MAX_3D_TEXTURE_SIZE = 2048 GL_MAX_VIEWPORT_DIMS = 8192, 8192 GL_ALIASED_LINE_WIDTH_RANGE = 1, 10 GL_SMOOTH_LINE_WIDTH_RANGE = 1, 10 GL_ALIASED_POINT_SIZE_RANGE = 1, 63 GL_SMOOTH_POINT_SIZE_RANGE = 1, 63 GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB = 8192 GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 3 GL_MAX_TEXTURE_UNITS_ARB = 4 GL_MAX_TEXTURE_LOD_BIAS_EXT = 15 GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 16 GL_MAX_DRAW_BUFFERS_ARB = 8 GL_MAX_CONVOLUTION_WIDTH/HEIGHT = 11, 11 GL_VERTEX_PROGRAM_ARB: GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384 GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384 GL_MAX_PROGRAM_TEMPORARIES_ARB = 4096 GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 4096 GL_MAX_PROGRAM_PARAMETERS_ARB = 1024 GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 1024 GL_MAX_PROGRAM_ATTRIBS_ARB = 16 GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16 GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 2 GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 2 GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 1024 GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256 GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 16384 GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 16384 GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 16384 GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 16384 GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 16384 GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 16384 GL_FRAGMENT_PROGRAM_ARB: GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384 GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384 GL_MAX_PROGRAM_TEMPORARIES_ARB = 4096 GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 4096 GL_MAX_PROGRAM_PARAMETERS_ARB = 1024 GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 1024 GL_MAX_PROGRAM_ATTRIBS_ARB = 16 GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16 GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 1 GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 1 GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 512 GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256 GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 16384 GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 16384 GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 16384 GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 16384 GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 16384 GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 16384 GL_VERTEX_SHADER_ARB: GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB = 4096 GL_MAX_VARYING_FLOATS_ARB = 60 GL_MAX_VERTEX_ATTRIBS_ARB = 16 GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 32 GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB = 32 GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB = 32 GL_MAX_TEXTURE_COORDS_ARB = 8 GL_FRAGMENT_SHADER_ARB: GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB = 2048 GL_MAX_TEXTURE_COORDS_ARB = 8 GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 32 TIA | Issue 2 has been resolved in the latest git of compiz-fusion et al. |
Xorg locks up upon boot or Xorg -configure System Specs: Amd Athlon X2 5600+ Asus M2N SLI Deluxe 4GM DDR2 Ram WD 16MB SATA HD 320GB Nvidia 8600GT 256 xorg.conf: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib64/xorg/modules" FontPath "built-ins" EndSection Section "Module" Load "record" Load "wfb" Load "dri" Load "glx" Load "dbe" Load "extmod" Load "xtrap" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "GeForce 8600 GT" BusID "PCI:7:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection /.config # Automatically generated make config: don't edit # Linux kernel version: 2.6.27-gentoo-r6 # Wed Dec 17 13:38:19 2008 # CONFIG_64BIT=y # CONFIG_X86_32 is not set CONFIG_X86_64=y CONFIG_X86=y CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig" # CONFIG_GENERIC_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=y # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set # 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=y 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=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ZONE_DMA32=y CONFIG_ARCH_POPULATES_NODE_MAP=y CONFIG_AUDIT_ARCH=y CONFIG_ARCH_SUPPORTS_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_64_SMP=y CONFIG_X86_HT=y CONFIG_X86_BIOS_REBOOT=y CONFIG_X86_TRAMPOLINE=y # CONFIG_KTIME_SCALAR is not set CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" # # General setup # CONFIG_EXPERIMENTAL=y CONFIG_LOCK_KERNEL=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=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=y CONFIG_SYSFS_DEPRECATED_V2=y CONFIG_RELAY=y 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="" CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_SYSCTL=y # CONFIG_EMBEDDED is not set CONFIG_UID16=y CONFIG_SYSCTL_SYSCALL=y CONFIG_KALLSYMS=y CONFIG_KALLSYMS_ALL=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_SLAB=y # CONFIG_SLUB is not set # CONFIG_SLOB is not set CONFIG_PROFILING=y # CONFIG_MARKERS is not set CONFIG_OPROFILE=y 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 is not set CONFIG_SLABINFO=y CONFIG_RT_MUTEXES=y # CONFIG_TINY_SHMEM is not set CONFIG_BASE_SMALL=0 CONFIG_MODULES=y # CONFIG_MODULE_FORCE_LOAD is not set CONFIG_MODULE_UNLOAD=y # CONFIG_MODULE_FORCE_UNLOAD is not set # CONFIG_MODVERSIONS is not set # CONFIG_MODULE_SRCVERSION_ALL is not set CONFIG_KMOD=y CONFIG_STOP_MACHINE=y CONFIG_BLOCK=y # CONFIG_BLK_DEV_IO_TRACE is not set # CONFIG_BLK_DEV_BSG is not set # CONFIG_BLK_DEV_INTEGRITY is not set CONFIG_BLOCK_COMPAT=y # # IO Schedulers # CONFIG_IOSCHED_NOOP=y # CONFIG_IOSCHED_AS is not set 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 is not set # CONFIG_NO_HZ is not set # CONFIG_HIGH_RES_TIMERS is not set CONFIG_GENERIC_CLOCKEVENTS_BUILD=y CONFIG_SMP=y CONFIG_X86_FIND_SMP_CONFIG=y CONFIG_X86_MPPARSE=y CONFIG_X86_PC=y # CONFIG_X86_ELAN is not set # CONFIG_X86_VOYAGER is not set # CONFIG_X86_GENERICARCH is not set # CONFIG_X86_VSMP is not set # CONFIG_PARAVIRT_GUEST is not set # CONFIG_MEMTEST 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 is not set # 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=y CONFIG_X86_CPU=y CONFIG_X86_L1_CACHE_BYTES=128 CONFIG_X86_INTERNODE_CACHE_BYTES=128 CONFIG_X86_CMPXCHG=y CONFIG_X86_L1_CACHE_SHIFT=7 CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_TSC=y CONFIG_X86_CMPXCHG64=y CONFIG_X86_CMOV=y CONFIG_X86_MINIMUM_CPU_FAMILY=64 CONFIG_X86_DEBUGCTLMSR=y CONFIG_HPET_TIMER=y CONFIG_HPET_EMULATE_RTC=y CONFIG_DMI=y CONFIG_GART_IOMMU=y # CONFIG_CALGARY_IOMMU is not set # CONFIG_AMD_IOMMU is not set CONFIG_SWIOTLB=y CONFIG_IOMMU_HELPER=y CONFIG_NR_CPUS=32 CONFIG_SCHED_SMT=y CONFIG_SCHED_MC=y # CONFIG_PREEMPT_NONE is not set CONFIG_PREEMPT_VOLUNTARY=y # CONFIG_PREEMPT is not set CONFIG_X86_LOCAL_APIC=y CONFIG_X86_IO_APIC=y CONFIG_X86_MCE=y CONFIG_X86_MCE_INTEL=y CONFIG_X86_MCE_AMD=y # CONFIG_I8K is not set # CONFIG_MICROCODE is not set CONFIG_X86_MSR=y CONFIG_X86_CPUID=y CONFIG_NUMA=y CONFIG_K8_NUMA=y CONFIG_X86_64_ACPI_NUMA=y CONFIG_NODES_SPAN_OTHER_NODES=y CONFIG_NUMA_EMU=y CONFIG_NODES_SHIFT=6 CONFIG_ARCH_SPARSEMEM_DEFAULT=y CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_FLATMEM_MANUAL is not set # CONFIG_DISCONTIGMEM_MANUAL is not set CONFIG_SPARSEMEM_MANUAL=y CONFIG_SPARSEMEM=y CONFIG_NEED_MULTIPLE_NODES=y CONFIG_HAVE_MEMORY_PRESENT=y # CONFIG_SPARSEMEM_STATIC is not set CONFIG_SPARSEMEM_EXTREME=y CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y CONFIG_SPARSEMEM_VMEMMAP=y # # Memory hotplug is currently incompatible with Software Suspend # CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_SPLIT_PTLOCK_CPUS=4 CONFIG_MIGRATION=y CONFIG_RESOURCES_64BIT=y CONFIG_ZONE_DMA_FLAG=1 CONFIG_BOUNCE=y CONFIG_VIRT_TO_BUS=y CONFIG_X86_RESERVE_LOW_64K=y CONFIG_MTRR=y # CONFIG_MTRR_SANITIZER is not set # CONFIG_X86_PAT is not set # CONFIG_EFI is not set CONFIG_SECCOMP=y # CONFIG_HZ_100 is not set CONFIG_HZ_250=y # CONFIG_HZ_300 is not set # CONFIG_HZ_1000 is not set CONFIG_HZ=250 # CONFIG_SCHED_HRTICK is not set # CONFIG_KEXEC is not set # CONFIG_CRASH_DUMP is not set CONFIG_PHYSICAL_START=0x200000 # CONFIG_RELOCATABLE is not set CONFIG_PHYSICAL_ALIGN=0x200000 CONFIG_HOTPLUG_CPU=y CONFIG_COMPAT_VDSO=y CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y # # Power management options # CONFIG_ARCH_HIBERNATION_HEADER=y 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=y CONFIG_ACPI_PROCFS_POWER=y CONFIG_ACPI_SYSFS_POWER=y CONFIG_ACPI_PROC_EVENT=y CONFIG_ACPI_AC=y CONFIG_ACPI_BATTERY=y CONFIG_ACPI_BUTTON=y CONFIG_ACPI_FAN=y CONFIG_ACPI_DOCK=y # CONFIG_ACPI_BAY is not set CONFIG_ACPI_PROCESSOR=y CONFIG_ACPI_HOTPLUG_CPU=y CONFIG_ACPI_THERMAL=y CONFIG_ACPI_NUMA=y # CONFIG_ACPI_WMI is not set # CONFIG_ACPI_ASUS is not set # CONFIG_ACPI_TOSHIBA is not set # CONFIG_ACPI_CUSTOM_DSDT is not set CONFIG_ACPI_BLACKLIST_YEAR=0 # CONFIG_ACPI_DEBUG is not set CONFIG_ACPI_EC=y # CONFIG_ACPI_PCI_SLOT is not set CONFIG_ACPI_POWER=y CONFIG_ACPI_SYSTEM=y CONFIG_X86_PM_TIMER=y CONFIG_ACPI_CONTAINER=y # CONFIG_ACPI_SBS is not set # # CPU Frequency scaling # CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_TABLE=y CONFIG_CPU_FREQ_DEBUG=y CONFIG_CPU_FREQ_STAT=y # CONFIG_CPU_FREQ_STAT_DETAILS 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 is not set 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_K8=y CONFIG_X86_POWERNOW_K8_ACPI=y # CONFIG_X86_SPEEDSTEP_CENTRINO is not set # CONFIG_X86_P4_CLOCKMOD is not set # # shared options # CONFIG_X86_ACPI_CPUFREQ_PROC_INTF=y # CONFIG_X86_SPEEDSTEP_LIB is not set CONFIG_CPU_IDLE=y CONFIG_CPU_IDLE_GOV_LADDER=y # # Bus options (PCI etc.) # CONFIG_PCI=y CONFIG_PCI_DIRECT=y CONFIG_PCI_MMCONFIG=y CONFIG_PCI_DOMAINS=y # CONFIG_DMAR is not set CONFIG_PCIEPORTBUS=y CONFIG_PCIEAER=y # CONFIG_PCIEASPM is not set CONFIG_ARCH_SUPPORTS_MSI=y CONFIG_PCI_MSI=y CONFIG_PCI_LEGACY=y # CONFIG_PCI_DEBUG is not set CONFIG_HT_IRQ=y CONFIG_ISA_DMA_API=y CONFIG_K8_NB=y # CONFIG_PCCARD is not set # CONFIG_HOTPLUG_PCI is not set # # Executable file formats / Emulations # CONFIG_BINFMT_ELF=y CONFIG_COMPAT_BINFMT_ELF=y CONFIG_BINFMT_MISC=y CONFIG_IA32_EMULATION=y CONFIG_IA32_AOUT=y CONFIG_COMPAT=y CONFIG_COMPAT_FOR_U64_ALIGNMENT=y CONFIG_SYSVIPC_COMPAT=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=y # CONFIG_IP_ADVANCED_ROUTER is not set CONFIG_IP_FIB_HASH=y CONFIG_IP_PNP=y CONFIG_IP_PNP_DHCP=y # CONFIG_IP_PNP_BOOTP is not set # CONFIG_IP_PNP_RARP is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_IPGRE is not set # CONFIG_IP_MROUTE 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=y # 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_IPV6=y # CONFIG_IPV6_PRIVACY is not set # CONFIG_IPV6_ROUTER_PREF is not set # CONFIG_IPV6_OPTIMISTIC_DAD is not set # CONFIG_INET6_AH is not set # CONFIG_INET6_ESP is not set # CONFIG_INET6_IPCOMP is not set # CONFIG_IPV6_MIP6 is not set # CONFIG_INET6_XFRM_TUNNEL is not set # CONFIG_INET6_TUNNEL is not set # CONFIG_INET6_XFRM_MODE_TRANSPORT is not set # CONFIG_INET6_XFRM_MODE_TUNNEL is not set # CONFIG_INET6_XFRM_MODE_BEET is not set # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set CONFIG_IPV6_SIT=y CONFIG_IPV6_NDISC_NODETYPE=y # CONFIG_IPV6_TUNNEL is not set # CONFIG_IPV6_MULTIPLE_TABLES is not set # CONFIG_IPV6_MROUTE is not set # CONFIG_NETWORK_SECMARK is not set # CONFIG_NETFILTER 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_LLC2 is not set # CONFIG_IPX is not set # CONFIG_ATALK is not set # CONFIG_X25 is not set # CONFIG_LAPB is not set # CONFIG_ECONET is not set # CONFIG_WAN_ROUTER is not set # CONFIG_NET_SCHED is not set # # 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 is not set # CONFIG_WIRELESS_EXT is not set # CONFIG_MAC80211 is not set # CONFIG_IEEE80211 is not set # CONFIG_RFKILL is not set # CONFIG_NET_9P is not set # # Device Drivers # # # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_EXTRA_FIRMWARE="" # CONFIG_DEBUG_DRIVER is not set # CONFIG_DEBUG_DEVRES is not set # CONFIG_SYS_HYPERVISOR is not set # CONFIG_CONNECTOR is not set # CONFIG_MTD is not set # CONFIG_PARPORT is not set CONFIG_PNP=y # CONFIG_PNP_DEBUG is not set # # Protocols # CONFIG_PNPACPI=y CONFIG_BLK_DEV=y CONFIG_BLK_DEV_FD=y # 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 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_SONY_LAPTOP is not set # CONFIG_THINKPAD_ACPI is not set # CONFIG_INTEL_MENLOW is not set # CONFIG_ENCLOSURE_SERVICES is not set # CONFIG_SGI_XP is not set # CONFIG_HP_ILO is not set # CONFIG_SGI_GRU is not set CONFIG_HAVE_IDE=y CONFIG_IDE=y CONFIG_BLK_DEV_IDE=y # # Please see Documentation/ide/ide.txt for help/info on IDE drives # CONFIG_IDE_TIMINGS=y # CONFIG_BLK_DEV_IDE_SATA is not set CONFIG_BLK_DEV_IDEDISK=y CONFIG_IDEDISK_MULTI_MODE=y CONFIG_BLK_DEV_IDECD=y CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y # CONFIG_BLK_DEV_IDETAPE is not set # CONFIG_BLK_DEV_IDEFLOPPY is not set # CONFIG_BLK_DEV_IDESCSI is not set CONFIG_BLK_DEV_IDEACPI=y # CONFIG_IDE_TASK_IOCTL is not set CONFIG_IDE_PROC_FS=y # # IDE chipset support/bugfixes # CONFIG_IDE_GENERIC=y # CONFIG_BLK_DEV_PLATFORM is not set # CONFIG_BLK_DEV_CMD640 is not set # CONFIG_BLK_DEV_IDEPNP is not set CONFIG_BLK_DEV_IDEDMA_SFF=y # # PCI IDE chipsets support # CONFIG_BLK_DEV_IDEPCI=y CONFIG_IDEPCI_PCIBUS_ORDER=y # CONFIG_BLK_DEV_OFFBOARD is not set # CONFIG_BLK_DEV_GENERIC is not set # CONFIG_BLK_DEV_OPTI621 is not set # CONFIG_BLK_DEV_RZ1000 is not set CONFIG_BLK_DEV_IDEDMA_PCI=y # CONFIG_BLK_DEV_AEC62XX is not set # CONFIG_BLK_DEV_ALI15X3 is not set CONFIG_BLK_DEV_AMD74XX=y CONFIG_BLK_DEV_ATIIXP=y # CONFIG_BLK_DEV_CMD64X is not set # CONFIG_BLK_DEV_TRIFLEX is not set # CONFIG_BLK_DEV_CS5520 is not set # CONFIG_BLK_DEV_CS5530 is not set # CONFIG_BLK_DEV_HPT366 is not set # CONFIG_BLK_DEV_JMICRON is not set # CONFIG_BLK_DEV_SC1200 is not set CONFIG_BLK_DEV_PIIX=y # CONFIG_BLK_DEV_IT8213 is not set # CONFIG_BLK_DEV_IT821X is not set # CONFIG_BLK_DEV_NS87415 is not set # CONFIG_BLK_DEV_PDC202XX_OLD is not set CONFIG_BLK_DEV_PDC202XX_NEW=y # CONFIG_BLK_DEV_SVWKS is not set # CONFIG_BLK_DEV_SIIMAGE is not set # CONFIG_BLK_DEV_SIS5513 is not set # CONFIG_BLK_DEV_SLC90E66 is not set # CONFIG_BLK_DEV_TRM290 is not set # CONFIG_BLK_DEV_VIA82CXXX is not set # CONFIG_BLK_DEV_TC86C001 is not set CONFIG_BLK_DEV_IDEDMA=y # # SCSI device support # # CONFIG_RAID_ATTRS is not set CONFIG_SCSI=y CONFIG_SCSI_DMA=y # CONFIG_SCSI_TGT is not set CONFIG_SCSI_NETLINK=y # 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=y # CONFIG_SCSI_LOGGING is not set # CONFIG_SCSI_SCAN_ASYNC is not set CONFIG_SCSI_WAIT_SCAN=m # # SCSI Transports # CONFIG_SCSI_SPI_ATTRS=y CONFIG_SCSI_FC_ATTRS=y # CONFIG_SCSI_ISCSI_ATTRS is not set # CONFIG_SCSI_SAS_LIBSAS is not set # CONFIG_SCSI_SRP_ATTRS is not set CONFIG_SCSI_LOWLEVEL=y # CONFIG_ISCSI_TCP is not set # CONFIG_BLK_DEV_3W_XXXX_RAID is not set # CONFIG_SCSI_3W_9XXX is not set # CONFIG_SCSI_ACARD is not set # CONFIG_SCSI_AACRAID is not set # CONFIG_SCSI_AIC7XXX is not set # CONFIG_SCSI_AIC7XXX_OLD is not set CONFIG_SCSI_AIC79XX=y CONFIG_AIC79XX_CMDS_PER_DEVICE=32 CONFIG_AIC79XX_RESET_DELAY_MS=4000 # CONFIG_AIC79XX_DEBUG_ENABLE is not set CONFIG_AIC79XX_DEBUG_MASK=0 # CONFIG_AIC79XX_REG_PRETTY_PRINT is not set # CONFIG_SCSI_AIC94XX is not set # CONFIG_SCSI_DPT_I2O is not set # CONFIG_SCSI_ADVANSYS is not set # CONFIG_SCSI_ARCMSR is not set # CONFIG_MEGARAID_NEWGEN is not set # CONFIG_MEGARAID_LEGACY is not set # CONFIG_MEGARAID_SAS is not set # CONFIG_SCSI_HPTIOP is not set # CONFIG_SCSI_BUSLOGIC is not set # CONFIG_SCSI_DMX3191D is not set # CONFIG_SCSI_EATA is not set # CONFIG_SCSI_FUTURE_DOMAIN is not set # CONFIG_SCSI_GDTH is not set # CONFIG_SCSI_IPS is not set # CONFIG_SCSI_INITIO is not set # CONFIG_SCSI_INIA100 is not set # CONFIG_SCSI_MVSAS is not set # CONFIG_SCSI_STEX is not set # CONFIG_SCSI_SYM53C8XX_2 is not set # CONFIG_SCSI_IPR is not set # CONFIG_SCSI_QLOGIC_1280 is not set # CONFIG_SCSI_QLA_FC is not set # CONFIG_SCSI_QLA_ISCSI is not set # CONFIG_SCSI_LPFC is not set # CONFIG_SCSI_DC395x is not set # CONFIG_SCSI_DC390T is not set # CONFIG_SCSI_DEBUG is not set # CONFIG_SCSI_SRP 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=y CONFIG_ATA_PIIX=y # 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=y # CONFIG_SATA_SIS is not set # CONFIG_SATA_ULI is not set CONFIG_SATA_VIA=y # CONFIG_SATA_VITESSE is not set # CONFIG_SATA_INIC162X is not set # CONFIG_PATA_ACPI is not set # CONFIG_PATA_ALI is not set # CONFIG_PATA_AMD is not set # CONFIG_PATA_ARTOP is not set # CONFIG_PATA_ATIIXP is not set # CONFIG_PATA_CMD640_PCI is not set # CONFIG_PATA_CMD64X is not set # CONFIG_PATA_CS5520 is not set # CONFIG_PATA_CS5530 is not set # CONFIG_PATA_CYPRESS is not set # CONFIG_PATA_EFAR is not set # CONFIG_ATA_GENERIC is not set # CONFIG_PATA_HPT366 is not set # CONFIG_PATA_HPT37X is not set # CONFIG_PATA_HPT3X2N is not set # CONFIG_PATA_HPT3X3 is not set # CONFIG_PATA_IT821X is not set # CONFIG_PATA_IT8213 is not set # CONFIG_PATA_JMICRON is not set # CONFIG_PATA_TRIFLEX is not set # CONFIG_PATA_MARVELL is not set # CONFIG_PATA_MPIIX is not set # CONFIG_PATA_OLDPIIX is not set # CONFIG_PATA_NETCELL is not set # CONFIG_PATA_NINJA32 is not set # CONFIG_PATA_NS87410 is not set # CONFIG_PATA_NS87415 is not set # CONFIG_PATA_OPTI is not set # CONFIG_PATA_OPTIDMA is not set # CONFIG_PATA_PDC_OLD is not set # CONFIG_PATA_RADISYS is not set # CONFIG_PATA_RZ1000 is not set # CONFIG_PATA_SC1200 is not set # CONFIG_PATA_SERVERWORKS is not set # CONFIG_PATA_PDC2027X is not set # CONFIG_PATA_SIL680 is not set # CONFIG_PATA_SIS is not set # CONFIG_PATA_VIA is not set # CONFIG_PATA_WINBOND is not set # CONFIG_PATA_SCH is not set CONFIG_MD=y # CONFIG_BLK_DEV_MD 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=y CONFIG_FUSION_SPI=y # CONFIG_FUSION_FC is not set # CONFIG_FUSION_SAS is not set CONFIG_FUSION_MAX_SGE=128 # CONFIG_FUSION_CTL is not set # CONFIG_FUSION_LOGGING is not set # # IEEE 1394 (FireWire) support # # # Enable only one of the two stacks, unless you know what you are doing # # CONFIG_FIREWIRE is not set CONFIG_IEEE1394=y CONFIG_IEEE1394_OHCI1394=y # # PCILynx controller requires I2C # # CONFIG_IEEE1394_SBP2 is not set # CONFIG_IEEE1394_ETH1394_ROM_ENTRY is not set # CONFIG_IEEE1394_ETH1394 is not set CONFIG_IEEE1394_RAWIO=y # CONFIG_IEEE1394_VIDEO1394 is not set # CONFIG_IEEE1394_DV1394 is not set # CONFIG_IEEE1394_VERBOSEDEBUG is not set # CONFIG_I2O is not set CONFIG_MACINTOSH_DRIVERS=y # CONFIG_MAC_EMUMOUSEBTN 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=y # CONFIG_VETH is not set # CONFIG_NET_SB1000 is not set # CONFIG_ARCNET is not set CONFIG_PHYLIB=y # # MII PHY device drivers # # CONFIG_MARVELL_PHY is not set # CONFIG_DAVICOM_PHY is not set # CONFIG_QSEMI_PHY is not set # CONFIG_LXT_PHY is not set # CONFIG_CICADA_PHY is not set # CONFIG_VITESSE_PHY is not set # CONFIG_SMSC_PHY is not set # CONFIG_BROADCOM_PHY is not set # CONFIG_ICPLUS_PHY is not set # CONFIG_REALTEK_PHY is not set # CONFIG_FIXED_PHY is not set # CONFIG_MDIO_BITBANG is not set CONFIG_NET_ETHERNET=y CONFIG_MII=y # CONFIG_HAPPYMEAL is not set # CONFIG_SUNGEM is not set # CONFIG_CASSINI is not set CONFIG_NET_VENDOR_3COM=y CONFIG_VORTEX=y # CONFIG_TYPHOON is not set CONFIG_NET_TULIP=y # CONFIG_DE2104X is not set CONFIG_TULIP=y # CONFIG_TULIP_MWI is not set # CONFIG_TULIP_MMIO is not set # CONFIG_TULIP_NAPI is not set # CONFIG_DE4X5 is not set # CONFIG_WINBOND_840 is not set # CONFIG_DM9102 is not set # CONFIG_ULI526X is not set # CONFIG_HP100 is not set # CONFIG_IBM_NEW_EMAC_ZMII is not set # CONFIG_IBM_NEW_EMAC_RGMII is not set # CONFIG_IBM_NEW_EMAC_TAH is not set # CONFIG_IBM_NEW_EMAC_EMAC4 is not set CONFIG_NET_PCI=y # CONFIG_PCNET32 is not set CONFIG_AMD8111_ETH=y # CONFIG_ADAPTEC_STARFIRE is not set CONFIG_B44=y CONFIG_B44_PCI_AUTOSELECT=y CONFIG_B44_PCICORE_AUTOSELECT=y CONFIG_B44_PCI=y CONFIG_FORCEDETH=y # CONFIG_FORCEDETH_NAPI is not set # CONFIG_EEPRO100 is not set CONFIG_E100=y # CONFIG_FEALNX is not set # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set CONFIG_8139CP=y CONFIG_8139TOO=y # CONFIG_8139TOO_PIO is not set # CONFIG_8139TOO_TUNE_TWISTER is not set # CONFIG_8139TOO_8129 is not set # CONFIG_8139_OLD_RX_RESET 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=y # CONFIG_ACENIC is not set # CONFIG_DL2K is not set CONFIG_E1000=y # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set # CONFIG_E1000E is not set # CONFIG_IP1000 is not set # CONFIG_IGB is not set # CONFIG_NS83820 is not set # CONFIG_HAMACHI is not set # CONFIG_YELLOWFIN is not set # CONFIG_R8169 is not set # CONFIG_SIS190 is not set # CONFIG_SKGE is not set # CONFIG_SKY2 is not set # CONFIG_VIA_VELOCITY is not set CONFIG_TIGON3=y CONFIG_BNX2=y # CONFIG_QLA3XXX is not set # CONFIG_ATL1 is not set # CONFIG_ATL1E is not set CONFIG_NETDEV_10000=y # CONFIG_CHELSIO_T1 is not set # CONFIG_CHELSIO_T3 is not set # CONFIG_IXGBE is not set # CONFIG_IXGB is not set CONFIG_S2IO=m # CONFIG_MYRI10GE is not set # CONFIG_NETXEN_NIC is not set # CONFIG_NIU is not set # CONFIG_MLX4_CORE is not set # CONFIG_TEHUTI is not set # CONFIG_BNX2X is not set # CONFIG_SFC is not set # CONFIG_TR is not set # # Wireless LAN # # CONFIG_WLAN_PRE80211 is not set # CONFIG_WLAN_80211 is not set # CONFIG_IWLWIFI_LEDS 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_WAN is not set # CONFIG_FDDI is not set # CONFIG_HIPPI is not set # CONFIG_PPP is not set # CONFIG_SLIP is not set # CONFIG_NET_FC is not set CONFIG_NETCONSOLE=y # CONFIG_NETCONSOLE_DYNAMIC is not set CONFIG_NETPOLL=y # CONFIG_NETPOLL_TRAP is not set CONFIG_NET_POLL_CONTROLLER=y # CONFIG_ISDN is not set # CONFIG_PHONE is not set # # Input device support # CONFIG_INPUT=y # CONFIG_INPUT_FF_MEMLESS is not set # CONFIG_INPUT_POLLDEV is not set # # Userland interfaces # CONFIG_INPUT_MOUSEDEV=y CONFIG_INPUT_MOUSEDEV_PSAUX=y CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 # CONFIG_INPUT_JOYDEV is not set CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_EVBUG is not set # # Input Device Drivers # CONFIG_INPUT_KEYBOARD=y CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_SUNKBD is not set # CONFIG_KEYBOARD_LKKBD is not set # CONFIG_KEYBOARD_XTKBD is not set # CONFIG_KEYBOARD_NEWTON is not set # CONFIG_KEYBOARD_STOWAWAY is not set CONFIG_INPUT_MOUSE=y CONFIG_MOUSE_PS2=y CONFIG_MOUSE_PS2_ALPS=y CONFIG_MOUSE_PS2_LOGIPS2PP=y CONFIG_MOUSE_PS2_SYNAPTICS=y CONFIG_MOUSE_PS2_LIFEBOOK=y CONFIG_MOUSE_PS2_TRACKPOINT=y # CONFIG_MOUSE_PS2_TOUCHKIT is not set # CONFIG_MOUSE_SERIAL is not set # CONFIG_MOUSE_APPLETOUCH is not set # CONFIG_MOUSE_BCM5974 is not set # CONFIG_MOUSE_VSXXXAA is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TABLET is not set # CONFIG_INPUT_TOUCHSCREEN is not set # CONFIG_INPUT_MISC is not set # # Hardware I/O ports # CONFIG_SERIO=y CONFIG_SERIO_I8042=y # CONFIG_SERIO_SERPORT is not set # CONFIG_SERIO_CT82C710 is not set # CONFIG_SERIO_PCIPS2 is not set CONFIG_SERIO_LIBPS2=y # CONFIG_SERIO_RAW is not set # CONFIG_GAMEPORT is not set # # Character devices # CONFIG_VT=y CONFIG_CONSOLE_TRANSLATIONS=y CONFIG_VT_CONSOLE=y CONFIG_HW_CONSOLE=y # CONFIG_VT_HW_CONSOLE_BINDING is not set CONFIG_DEVKMEM=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=y CONFIG_LEGACY_PTY_COUNT=256 # CONFIG_IPMI_HANDLER is not set CONFIG_HW_RANDOM=y CONFIG_HW_RANDOM_INTEL=y CONFIG_HW_RANDOM_AMD=y # CONFIG_NVRAM is not set CONFIG_RTC=y # CONFIG_R3964 is not set # CONFIG_APPLICOM is not set # CONFIG_MWAVE is not set # CONFIG_PC8736x_GPIO is not set CONFIG_RAW_DRIVER=y CONFIG_MAX_RAW_DEVS=256 CONFIG_HPET=y CONFIG_HPET_RTC_IRQ=y CONFIG_HPET_MMAP=y # CONFIG_HANGCHECK_TIMER is not set # CONFIG_TCG_TPM is not set # CONFIG_TELCLOCK is not set CONFIG_DEVPORT=y # CONFIG_I2C 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_K8TEMP=y # CONFIG_SENSORS_I5K_AMB is not set # CONFIG_SENSORS_F71805F is not set # CONFIG_SENSORS_F71882FG is not set # CONFIG_SENSORS_CORETEMP is not set # CONFIG_SENSORS_IT87 is not set # CONFIG_SENSORS_PC87360 is not set # CONFIG_SENSORS_PC87427 is not set # CONFIG_SENSORS_SIS5595 is not set # CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_SMSC47B397 is not set # CONFIG_SENSORS_VIA686A is not set # CONFIG_SENSORS_VT1211 is not set # CONFIG_SENSORS_VT8231 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=y CONFIG_SSB_SPROM=y CONFIG_SSB_PCIHOST_POSSIBLE=y CONFIG_SSB_PCIHOST=y # CONFIG_SSB_B43_PCI_BRIDGE is not set # CONFIG_SSB_DEBUG is not set CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y CONFIG_SSB_DRIVER_PCICORE=y # # Multifunction device drivers # # CONFIG_MFD_CORE is not set # CONFIG_MFD_SM501 is not set # CONFIG_HTC_PASIC3 is not set # CONFIG_MFD_TMIO is not set # # 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=y # CONFIG_USB_DABUSB is not set # # Graphics support # CONFIG_AGP=y CONFIG_AGP_AMD64=y CONFIG_AGP_INTEL=y # CONFIG_AGP_SIS is not set # CONFIG_AGP_VIA is not set CONFIG_DRM=y # CONFIG_DRM_TDFX is not set # CONFIG_DRM_R128 is not set # CONFIG_DRM_RADEON is not set # CONFIG_DRM_I810 is not set # CONFIG_DRM_I830 is not set # CONFIG_DRM_I915 is not set # CONFIG_DRM_MGA is not set # CONFIG_DRM_SIS is not set # CONFIG_DRM_VIA is not set # CONFIG_DRM_SAVAGE is not set # CONFIG_VGASTATE is not set # CONFIG_VIDEO_OUTPUT_CONTROL is not set 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 is not set # 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_VESA=y # CONFIG_FB_EFI 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_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_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 is not set # # Display device support # # CONFIG_DISPLAY_SUPPORT is not set # # Console display driver support # CONFIG_VGA_CONSOLE=y CONFIG_VGACON_SOFT_SCROLLBACK=y CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=256 CONFIG_VIDEO_SELECT=y CONFIG_DUMMY_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y # 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=m 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 is not set # CONFIG_SND_RTCTIMER is not set # CONFIG_SND_DYNAMIC_MINORS is not set 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=y # CONFIG_SND_DUMMY is not set # CONFIG_SND_VIRMIDI is not set # CONFIG_SND_MTPAV is not set # CONFIG_SND_SERIAL_U16550 is not set # CONFIG_SND_MPU401 is not set CONFIG_SND_PCI=y # CONFIG_SND_AD1889 is not set # CONFIG_SND_ALS300 is not set # CONFIG_SND_ALS4000 is not set # CONFIG_SND_ALI5451 is not set # CONFIG_SND_ATIIXP is not set # CONFIG_SND_ATIIXP_MODEM is not set # CONFIG_SND_AU8810 is not set # CONFIG_SND_AU8820 is not set # CONFIG_SND_AU8830 is not set # CONFIG_SND_AW2 is not set # CONFIG_SND_AZT3328 is not set # CONFIG_SND_BT87X is not set # CONFIG_SND_CA0106 is not set # CONFIG_SND_CMIPCI is not set # CONFIG_SND_OXYGEN is not set # CONFIG_SND_CS4281 is not set # CONFIG_SND_CS46XX is not set # CONFIG_SND_CS5530 is not set # CONFIG_SND_DARLA20 is not set # CONFIG_SND_GINA20 is not set # CONFIG_SND_LAYLA20 is not set # CONFIG_SND_DARLA24 is not set # CONFIG_SND_GINA24 is not set # CONFIG_SND_LAYLA24 is not set # CONFIG_SND_MONA is not set # CONFIG_SND_MIA is not set # CONFIG_SND_ECHO3G is not set # CONFIG_SND_INDIGO is not set # CONFIG_SND_INDIGOIO is not set # CONFIG_SND_INDIGODJ is not set # CONFIG_SND_EMU10K1 is not set # CONFIG_SND_EMU10K1X is not set # CONFIG_SND_ENS1370 is not set # CONFIG_SND_ENS1371 is not set # CONFIG_SND_ES1938 is not set # CONFIG_SND_ES1968 is not set # CONFIG_SND_FM801 is not set CONFIG_SND_HDA_INTEL=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 is not set # CONFIG_SND_HDSP is not set # CONFIG_SND_HDSPM is not set # CONFIG_SND_HIFIER is not set # CONFIG_SND_ICE1712 is not set # CONFIG_SND_ICE1724 is not set # CONFIG_SND_INTEL8X0 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_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=y # CONFIG_SND_USB_AUDIO is not set # CONFIG_SND_USB_USX2Y is not set # CONFIG_SND_USB_CAIAQ 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 is not set # # USB Input Devices # CONFIG_USB_HID=y # CONFIG_USB_HIDINPUT_POWERBOOK is not set # CONFIG_HID_FF is not set # CONFIG_USB_HIDDEV is not set 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_HCD_SSB is not set # 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 is not set # CONFIG_MEMSTICK is not set # CONFIG_NEW_LEDS is not set # CONFIG_ACCESSIBILITY is not set # CONFIG_INFINIBAND is not set # CONFIG_EDAC is not set # CONFIG_RTC_CLASS is not set # CONFIG_DMADEVICES is not set # CONFIG_UIO is not set # # Firmware Drivers # # CONFIG_EDD is not set CONFIG_FIRMWARE_MEMMAP=y # 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=y CONFIG_EXT2_FS_POSIX_ACL=y # CONFIG_EXT2_FS_SECURITY is not set # CONFIG_EXT2_FS_XIP is not set CONFIG_EXT3_FS=y CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y # CONFIG_EXT3_FS_SECURITY is not set # CONFIG_EXT4DEV_FS is not set CONFIG_JBD=y # CONFIG_JBD_DEBUG is not set CONFIG_FS_MBCACHE=y CONFIG_REISERFS_FS=y # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_PROC_INFO is not set CONFIG_REISERFS_FS_XATTR=y CONFIG_REISERFS_FS_POSIX_ACL=y # CONFIG_REISERFS_FS_SECURITY is not set # CONFIG_JFS_FS is not set CONFIG_FS_POSIX_ACL=y # CONFIG_XFS_FS is not set # CONFIG_GFS2_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=m CONFIG_GENERIC_ACL=y # # CD-ROM/DVD Filesystems # CONFIG_ISO9660_FS=y CONFIG_JOLIET=y # CONFIG_ZISOFS is not set # CONFIG_UDF_FS is not set # # 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=y CONFIG_NTFS_RW=y # # Pseudo filesystems # CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y CONFIG_PROC_SYSCTL=y CONFIG_SYSFS=y CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y CONFIG_HUGETLBFS=y CONFIG_HUGETLB_PAGE=y # 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 is not set CONFIG_ROOT_NFS=y CONFIG_NFSD=y CONFIG_NFSD_V3=y # CONFIG_NFSD_V3_ACL is not set # CONFIG_NFSD_V4 is not set CONFIG_LOCKD=y CONFIG_LOCKD_V4=y CONFIG_EXPORTFS=y CONFIG_NFS_COMMON=y CONFIG_SUNRPC=y # CONFIG_RPCSEC_GSS_KRB5 is not set # CONFIG_RPCSEC_GSS_SPKM3 is not set # CONFIG_SMB_FS is not set # CONFIG_CIFS 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 is not set CONFIG_MSDOS_PARTITION=y CONFIG_NLS=y CONFIG_NLS_DEFAULT="utf8" 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=2048 CONFIG_MAGIC_SYSRQ=y CONFIG_UNUSED_SYMBOLS=y CONFIG_DEBUG_FS=y # CONFIG_HEADERS_CHECK is not set CONFIG_DEBUG_KERNEL=y # CONFIG_DEBUG_SHIRQ is not set CONFIG_DETECT_SOFTLOCKUP=y # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 # CONFIG_SCHED_DEBUG is not set # CONFIG_SCHEDSTATS is not set CONFIG_TIMER_STATS=y # CONFIG_DEBUG_OBJECTS is not set # CONFIG_DEBUG_SLAB is not set # CONFIG_DEBUG_RT_MUTEXES is not set # CONFIG_RT_MUTEX_TESTER is not set # CONFIG_DEBUG_SPINLOCK is not set # CONFIG_DEBUG_MUTEXES is not set # CONFIG_DEBUG_LOCK_ALLOC is not set # CONFIG_PROVE_LOCKING is not set # CONFIG_LOCK_STAT is not set # CONFIG_DEBUG_SPINLOCK_SLEEP is not set # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set # CONFIG_DEBUG_KOBJECT is not set CONFIG_DEBUG_BUGVERBOSE=y # CONFIG_DEBUG_INFO is not set # CONFIG_DEBUG_VM is not set # CONFIG_DEBUG_WRITECOUNT is not set CONFIG_DEBUG_MEMORY_INIT=y # CONFIG_DEBUG_LIST is not set # CONFIG_DEBUG_SG is not set # CONFIG_FRAME_POINTER is not set # CONFIG_BOOT_PRINTK_DELAY is not set # CONFIG_RCU_TORTURE_TEST is not set # CONFIG_KPROBES_SANITY_TEST is not set # CONFIG_BACKTRACE_SELF_TEST is not set # CONFIG_LKDTM is not set # CONFIG_FAULT_INJECTION is not set # CONFIG_LATENCYTOP is not set CONFIG_SYSCTL_SYSCALL_CHECK=y CONFIG_HAVE_FTRACE=y CONFIG_HAVE_DYNAMIC_FTRACE=y # CONFIG_FTRACE is not set # CONFIG_IRQSOFF_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_KGDB is not set # CONFIG_STRICT_DEVMEM is not set CONFIG_X86_VERBOSE_BOOTUP=y CONFIG_EARLY_PRINTK=y CONFIG_DEBUG_STACKOVERFLOW=y # CONFIG_DEBUG_STACK_USAGE is not set # CONFIG_DEBUG_PAGEALLOC is not set # CONFIG_DEBUG_PER_CPU_MAPS is not set # CONFIG_X86_PTDUMP is not set # CONFIG_DEBUG_RODATA is not set # CONFIG_DIRECT_GBPAGES is not set # CONFIG_DEBUG_NX_TEST is not set # CONFIG_IOMMU_DEBUG is not set # CONFIG_MMIOTRACE is not set 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_DEBUG_BOOT_PARAMS is not set # CONFIG_CPA_DEBUG is not set # 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 is not set CONFIG_HAVE_KVM=y CONFIG_VIRTUALIZATION=y # CONFIG_KVM is not set # CONFIG_VIRTIO_PCI is not set # CONFIG_VIRTIO_BALLOON is not set # # Library routines # CONFIG_BITREVERSE=y CONFIG_GENERIC_FIND_FIRST_BIT=y CONFIG_GENERIC_FIND_NEXT_BIT=y # CONFIG_CRC_CCITT is not set # CONFIG_CRC16 is not set # CONFIG_CRC_T10DIF is not set # CONFIG_CRC_ITU_T is not set CONFIG_CRC32=y # CONFIG_CRC7 is not set # CONFIG_LIBCRC32C is not set CONFIG_ZLIB_INFLATE=y CONFIG_PLIST=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_DMA=y lspci: 00:00.0 RAM memory: nVidia Corporation MCP55 Memory Controller (rev a1) 00:01.0 ISA bridge: nVidia Corporation MCP55 LPC Bridge (rev a2) 00:01.1 SMBus: nVidia Corporation MCP55 SMBus (rev a2) 00:01.2 RAM memory: nVidia Corporation MCP55 Memory Controller (rev a2) 00:02.0 USB Controller: nVidia Corporation MCP55 USB Controller (rev a1) 00:02.1 USB Controller: nVidia Corporation MCP55 USB Controller (rev a2) 00:04.0 IDE interface: nVidia Corporation MCP55 IDE (rev a1) 00:05.0 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2) 00:05.1 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2) 00:05.2 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2) 00:06.0 PCI bridge: nVidia Corporation MCP55 PCI bridge (rev a2) 00:06.1 Audio device: nVidia Corporation MCP55 High Definition Audio (rev a2) 00:08.0 Bridge: nVidia Corporation MCP55 Ethernet (rev a2) 00:09.0 Bridge: nVidia Corporation MCP55 Ethernet (rev a2) 00:0a.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) 00:0b.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) 00:0c.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) 00:0d.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) 00:0e.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) 00:0f.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control 01:0b.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link) 06:00.0 SATA controller: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller (rev 03) 06:00.1 IDE interface: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller (rev 03) 07:00.0 VGA compatible controller: nVidia Corporation GeForce 8600 GT (rev a1) It's all 4.1 KDE, if you need any additional info let me know, thx for the help! | Is there anything in your xorg log file? |
hi. i'm on the 2.6.26-gentoo-r4 kernel with the amd64 architecture. the error i get emerging ati-drivers on my machine is this: Code: ERROR: x11-drivers/ati-drivers-8.471.3 failed. Call stack: ebuild.sh, line 49: Called src_compile enviornment, line 3247: Called linux-mod_src_compile enviornment, line 2453: Called die The specific snippet of code: eval "emake HOSTCC=\"$(tc-getBUILD_CC)\" CROSS_COMPILE=${CHOST}-LDFLAGS=\"$(get_abi_LDFLAGS)\" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}"; The die message: Unable to make HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- LDFLAGS= GCC_VER_MAJ=4 KVER=2.6.26-gentoo-r4 KDIR=/usr/src/linux kmod_build | https://forums.gentoo.org/viewtopic-t-718304-highlight-.html Long story short, 8.471 doesn't build against the 2.6.26 kernel. Try upgrading to 8.542, you'll need to add this line to /etc/portage/package.keywords: Code: =x11-drivers/ati-drivers-8.542 ~amd64 |
Hello everyone I have digged forums & google, but I really didn't find a solution to this problem. My openoffice is bugged by big and fuzzy fonts, while the remaining system is perfect. * /etc/fonts.conf and /etc/fonts.d are ok, I have disabled subpixel hinting and enabled "full antialiasing", which gives me crisp yet antialiased fonts, similar to those I have on OS X * KDE is set to use system antialiasing * if I use FORCE_DESKTOP to either kde, gnome, or none, it doesn't help: openoffice still uses its own antialiasing, not the system preferences * I have set openoffice to use system antialiasing, scaling is 100% I'd just like to have openoffice use my system-wide fonts settings, not its owns... It's emerged like this: Code: app-office/openoffice-bin-2.4.1 USE="java kde -gnome" Any hints? | afaik this is normal with openoffice-bin. I had the same problem with 2.4.0 (on GNOME), with non-bin the problem was gone. You will probably have to compile it maybe someone else knows a solution though. |
trying to upgrade beagle, calls for mono-2.01, but when I try to emerge I get this error: Code: make[8]: Entering directory `/var/tmp/portage/dev-lang/mono-2.0.1/work/mono-2.0.1/mcs/tools/mjs' MONO_PATH="../../class/lib/default:$MONO_PATH" /var/tmp/portage/dev-lang/mono-2.0.1/work/mono-2.0.1/runtime/mono-wrapper ../../class/lib/default/mcs.exe /codepage:65001 /r:Microsoft.JScript.dll /r:Microsoft.Vsa.dll /debug+ -optimize -d:NET_1_1 -d:ONLY_1_1 -debug -target:exe -out:mjs.exe @mjs.exe.sources ** ERROR:../../mono/io-layer/handles-private.h:160:_wapi_handle_set_signal_state: assertion failed: (thr_ret == 0) make[8]: *** [mjs.exe] Aborted make[8]: *** Deleting file `mjs.exe' make[8]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.0.1/work/mono-2.0.1/mcs/tools/mjs' make[7]: *** [do-all] Error 2 make[7]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.0.1/work/mono-2.0.1/mcs/tools/mjs' make[6]: *** [all-recursive] Error 1 make[6]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.0.1/work/mono-2.0.1/mcs/tools' make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.0.1/work/mono-2.0.1/mcs' make[4]: *** [profile-do--default--all] Error 2 make[4]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.0.1/work/mono-2.0.1/mcs' make[3]: *** [profiles-do--all] Error 2 make[3]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.0.1/work/mono-2.0.1/mcs' make[2]: *** [all-local] Error 2 make[2]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.0.1/work/mono-2.0.1/runtime' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/dev-lang/mono-2.0.1/work/mono-2.0.1' make: *** [all] Error 2 * If you are using any hardening features such as * PIE+SSP/SELinux/grsec/PAX then most probably this is the reason * why build has failed. In this case turn any active security * enhancements off and try emerging the package again I don't have any such security thingies ... quite at a loss. This on x86 (old centrino notebook). Mono did upgrade on my amd64 machine ... | try: emerge -C mono&&emerge -1 =mono-2* For unkown reasons, mono requires more memory to compile if you already have another version installed and then the OOM killer gets you. |
Today I update my system.I found the xorg-server-1.5.3 update. After that,I follow the instruction to emerge all the packages qlist -I -C x11-drivers/ comes out. The last package is xf86-video-intel-2.5.1,but it can not be emerged. The error is: Quote: In file included from /usr/include/xorg/edid.h:16, from bios_reader.c:46: /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]: *** Waiting for unfinished jobs.... mv -f .deps/bios_dumper.Tpo .deps/bios_dumper.Po mv -f .deps/swf_dumper.Tpo .deps/swf_dumper.Po make[4]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.1/work/xf86-video-intel-2.5.1/src/bios_reader' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.1/work/xf86-video-intel-2.5.1/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.1/work/xf86-video-intel-2.5.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.5.1/work/xf86-video-intel-2.5.1' make: *** [all] Error 2 Is that a bug?Or what can I do? | it looks like this bug: https://bugs.gentoo.org/show_bug.cgi?id=245095 unfortunatly there is no known stable fix at the moment, or at least I didnt see it. it would be great if HMC could give some more info on how to solve. |
Hi all, I have a problem with a missing screen lock on resume. First of all, when suspending to RAM via the application menu or the power applet, on resume the screen is locked by gnome-screensaver and I have to enter my password. That's the way it should be. Now the problem: I use thinkpad-acpi and tp_smapi to get all the functions and keys working (computer is a Thinkpad R61i). The combination for sleep mode is FN+F4. However it doesn't work by default in Gnome (although entering that combination in the keyboard shortcut settings shows "XF86Sleep"). That's why I handle this via ACPI: /etc/acpi/events/thinkpad-sleep : Code: event=ibm/hotkey HKEY 00000080 00001004 action=/etc/acpi/thinkpad-sleep.sh /etc/acpi/thinkpad-sleep.sh : Code: #!/bin/sh /usr/lib/hal/scripts/linux/hal-system-power-suspend-linux You see, I execute the HAL script to suspend. As far as I know, this is exactly what is executed when suspending via the app menu/power applet. But, when resuming the screen is not locked and the desktop is shown immediately. This is not very safe. What could I do to make the screen locked also when using the key combination? Many thanks in advance! Best regards Chris | Does anybody know if suspending via the Gnome menu uses "/usr/bin/gnome-power-cmd.sh"? Code: #!/bin/sh # Copyright (C) 2007 Richard Hughes <richard@hughsie.com> # # Licensed under the GNU General Public License Version 2 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. #$1 = method name execute_dbus_method () { dbus-send --session --dest=org.freedesktop.PowerManagement \ --type=method_call --print-reply --reply-timeout=2000 \ /org/freedesktop/PowerManagement \ org.freedesktop.PowerManagement.$1 if [ $? -ne 0 ]; then echo "Failed" fi } if [ "$1" = "suspend" ]; then echo "Suspending" execute_dbus_method "Suspend" elif [ "$1" = "hibernate" ]; then echo "Hibernating" execute_dbus_method "Hibernate" elif [ "$1" = "reboot" ]; then echo "Rebooting" execute_dbus_method "Reboot" elif [ "$1" = "shutdown" ]; then echo "Shutting down" execute_dbus_method "Shutdown" elif [ "$1" = "" ]; then echo "command required: suspend, shutdown, hibernate or reboot" else echo "command '$1' not recognised, only suspend, shutdown, hibernate or reboot are valid" exit 1 fi If so, I could use "gnome-power-cmd.sh suspend" in my script... Best regards Chris |
The following type of entry in .xbindkeysrc causes my keyboard to stop working. The cursor will just "flash". This is only a problem with xorg-server-1.5.3. I've rebuilt xbindkeys and xautomation after building xorg-server-1.5.3 as well as all of the xf86 modules. Code: "exo-open --launch MailReader" XF86Mail + Release This works fine with xorg-server-1.5.2. Is there another way I should specify this type of configuration? | I first tried removing the "+ Release" and there was no change. However, using the m:+c: notation did the trick. Thanks a lot albright! |
I am really starting to get pissed with gentoo. I keep nothign but a "stable" system all the time, yet i cant manage to ever compile anything. Yesterday i try and update and BOOM, there goes my entire system. Fair enough, i saw this as an opportunity to give KDE a shot as i like to keep my system using 1 GUI. What do i get? AVAHI and mDNSResponder fighting with eachother over packages. That is fixed fine now. Today i wake up and It had failed compiling for what seems to be no reason, as a restart ran fine, up until kdebase-3.5.9 that is. This package absolutely refuses to install. The error just says "emake failed" with a callstack to seemingly random stuff. I am about 20 minutes from completely dumping gentoo altogether. Why is it that a COMPLETELY stable system with nothing abnormal for USE flags cannot even compile? When i started using gentoo in 2005.1, i NEVER had issues like this. 2008 just seems riddled with nothing but problems. What is your new classification for "stable" since then? It seems to me like "stable" has gone from working near flawlessly to forcing the user to require 5-6 hours of extra debugging and bug hunting just to get a days worth of updates to install. Come on guys, i know it is a lot of work, but there is absolutely no reason why my kdebase package on a completely stable system should not be installing. I unfortunately cannot provide anything to help since i am dual booting right now. Give me a minute to get hard drive mounted and drop off everything onto my transfer drive. | Just my 2 cents, In my opinion, running Gentoo with ~ seems to be best, most bugfixes are done to the newest version of a package and usually pretty quickly. I run ~amd64 with just about all the different desktops installed (although I mainly stick with KDE 3.5!!) and I rarely have any problems. My system is very stable. |
on ubuntu i can right click on a file and choose to create an archive and instead of having one big rar file i can choose to split it into multple ones and specify file size for each one. Now im on a new gentoo install and this option is not there. Is there a use flag i can set that will aloow file roller to do this? Edit: Just updated file roller to 2.24 and it has this feature included | Arrggghh I hate splits RARs... |
Hi, I upgraded xorg-server to 1.5 and my mouse scroll wheel stoped scrolling. It is working only on wheel press, but scroll up/down do not xorg.log: Code: (**) Option "Protocol" "auto" (**) Option "Device" "/dev/input/mouse0" (II) Mouse0: Setting mouse protocol to "PS/2" (**) Mouse0: Device: "/dev/input/mouse0" (**) Mouse0: Protocol: "auto" (**) Option "CorePointer" (**) Mouse0: always reports core events (**) Option "Device" "/dev/input/mouse0" (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) Mouse0: ZAxisMapping: buttons 4 and 5 (**) Mouse0: Buttons: 9 (**) Mouse0: Sensitivity: 1 ... (II) evaluating device (Mouse0) (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) evaluating device (Keyboard0) (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (II) Mouse0: Setting mouse protocol to "PS/2" (II) Mouse0: ps2EnableDataReporting: succeeded (II) 3rd Button detected: disabling emulate3Button xorg.conf: Code: (section ServerLayout) InputDevice "Mouse0" "CorePointer" ... Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mouse0" # Option "Buttons" "9" Option "ZAxisMapping" "4 5" EndSection I was trying comment buttons, zaxismapping, but nothing helps. Any hint? | I changed mouse protocol to "ExplorerPS/2" and everything OK now. |
Hi, I have kde 4.1.2 on my system from portage and there is one thing that really annoys me: I have many missing icons of kde4 apps. Some examples, where I don't see icons (just the stupid question mark on white background): kopete, amarok, kget, all kde-edu-apps, almost all kdegames-apps, just to name a few. In some apps the icons are also missing in pop up, pull down menus or toolbars: the "About foo" in each app's help menu, almost all icons in ktorrent's download menu, many icons in amarok, just to name a few. I assume this is, because I have not set the kdeprefix USE-Flag. Suggestions? Thx in advance for answering. EDIT: I had the same results with a new user. Furthermore I didn't had the problems with the kde-4.1.1 ebuilds from the kde-testing overlay. | I have the same problem but I'm not using KDE at all. I'm running XFCE and I have Amarok and KTorrent and both of them got updated to their latest versions yesterday and both of them are missing almost all of their graphics. Everything from the menu icons and button icons (as you stated) right down to the system tray icons which dont show up (just blank spaces). Not only that but they both look horrible. Plain grey interfaces. |
Hello, I have installed kde-4.1 from portage with kdeprefix flag set. I now find myself unable to automount CD-s. Automounting USB flash works fine though. Did anyone experience the same? p.s. kde 3.5.10 was working fine, isn't installed. | I'm having the same problem with kde-4.1.3 (without kdeprefix USE flag). CDs don't automount and kde4 seems completely unaware of my DVD drive. For instance, it is not listed in the Places sidebar in Dolphin, even though my floppy drive is. USB mass storage devices work fine, and appear in the Places sidebar. The DVD drive is in /etc/fstab (as is the floppy). |
Was wondering if Gentoo supports system sounds in KDE and if so, does anyone know of a guide or how to do it. Thanx! | I set an external player in the control center (/usr/bin/play). If you don't have it installed, emerge sox. |
Hi, i just did a fresh gentoo installation and now, when i load xorg with startx everything is (apparently) ok but the mouse cursor just doesn't move. The mouse is working well, that's not the issue. In the 'INPUT_DEVICES" section of my make.conf i have keyboard and mouse. I'm running hald and dbus and my user is in the 'usb' group. I never had problems like this with gentoo in my box. Ideas, plz? | amdg wrote: Could you please clarify what you mean by "The mouse is working well, that's not the issue." Are you saying that it works in the console but not in X? Or did you try the mouse in another OS/computer to confirm that it isn't broken? Also, please post the output of lsusb. Sorry, it wasn't clear at all. I meant that i tried with other OS and it was working. Anyway, i rebuilt the kernel adding some new options (sort of randomly ) and now it was working. Thanks |
Hello, my system has a standard 102 key UK keyboard but it is seen as a US by X. Thus for example the keytop with a # actually produces a \ when pressed. The keyboard works correctly on terminal sessions outside X, so /etc/conf.d/keymaps is correct. Sorry for the long posting but I think all these files are relevant. It something to do with evdev mapping as all appears to be correct in xorg.conf. Could somebody see what is wrong from these files ? /etc/X11/xorg.conf: Section "Extensions" Option "Composite" "true" EndSection Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/cyrillic" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/Type1" # FontPath "/usr/share/fonts/CID" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/75dpi" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "Protocol" "evdev" Option "Dev Phys" "isa0060/serio0/input0" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "uk" Option "CoreKeyboard" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "Auto" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "Intel Corp. 82810E DC-133 CGC [Chipset Graphics Controller]" Driver "i810" EndSection Section "Device" Identifier "Intel Corp. 82810E DC-133 CGC [Chipset Graphics Controller]" Driver "vga" EndSection Section "Screen" Identifier "Screen 0" Device "Intel Corp. 82810E DC-133 CGC [Chipset Graphics Controller]" Monitor "ViewSonic VP211b" DefaultDepth 8 SubSection "Display" Depth 8 Modes "1600x1200" "1280x1024" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection Section "Monitor" Identifier "ViewSonic VP211b" HorizSync 31.5 - 82 VertRefresh 50 - 85 EndSection Section "ServerLayout" Screen "Screen 0" Identifier "Default Layout" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection Xorg.0.log: This is a pre-release version of the X server from The X.Org Foundation. It is not supported in any way. Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/. Select the "xorg" product for bugs you find in this release. Before reporting bugs in pre-release versions please check the latest version in the X.Org Foundation git repository. See http://wiki.x.org/wiki/GitPage for git access instructions. X.Org X Server 1.4.0.90 Release Date: 5 September 2007 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.22-suspend2-r2 i686 Current Operating System: Linux blurp 2.6.22-suspend2-r2 #5 PREEMPT Tue Jan 8 13:05:23 CST 2008 i686 Build Date: 07 January 2008 04:33:46PM 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: Wed Jan 9 12:22:20 2008 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Default Layout" (**) |-->Screen "Screen 0" (0) (**) | |-->Monitor "ViewSonic VP211b" (**) | |-->Device "Intel Corp. 82810E DC-133 CGC [Chipset Graphics Controller]" (**) |-->Input Device "Generic Keyboard" (**) |-->Input Device "Configured Mouse" (==) 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: unix/:7100, /usr/share/fonts/misc, /usr/share/fonts/cyrillic, /usr/share/fonts/100dpi/:unscaled, /usr/share/fonts/75dpi/:unscaled, /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/ (==) RgbPath set to "/usr/share/X11/rgb" (==) ModulePath set to "/usr/lib/xorg/modules" (**) Extension "Composite" is enabled (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) Loader magic: 0x81e2660 (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 2.0 X.Org XInput driver : 2.0 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on linux (II) LoadModule: "pcidata" (II) Loading /usr/lib/xorg/modules//libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 ABI class: X.Org Video Driver, version 2.0 (++) using VT number 7 (WW) xf86OpenConsole: setpgid failed: Operation not permitted (WW) xf86OpenConsole: setsid failed: Operation not permitted (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,7124 card 1028,00b4 rev 03 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 8086,7125 card 1028,00b4 rev 03 class 03,00,00 hdr 00 (II) PCI: 00:1e:0: chip 8086,2418 card 0000,0000 rev 02 class 06,04,00 hdr 01 (II) PCI: 00:1f:0: chip 8086,2410 card 0000,0000 rev 02 class 06,01,00 hdr 80 (II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 hdr 00 (II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 hdr 00 (II) PCI: 00:1f:3: chip 8086,2413 card 8086,2413 rev 02 class 0c,05,00 hdr 00 (II) PCI: 01:07:0: chip 1274,1371 card 1274,1371 rev 06 class 04,01,00 hdr 00 (II) PCI: 01:0c:0: chip 10b7,9200 card 1028,00b4 rev 78 class 02,00,00 hdr 00 (II) PCI: End of PCI scan (II) Intel Bridge workaround enabled (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Subtractive PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is cleared) (II) Bus 1 I/O range: [0] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B] [1] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[B] [2] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B] [3] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xfd000000 - 0xfeffffff (0x2000000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (--) PCI:*(0:1:0) Intel Corporation 82810E DC-133 (CGC) Chipset Graphics Controller rev 3, Mem @ 0xf4000000/26, 0xff000000/19 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Active PCI resource ranges: [0] -1 0 0xfdfffc00 - 0xfdfffc7f (0x80) MX[B] [1] -1 0 0xff000000 - 0xff07ffff (0x80000) MX[B](B) [2] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B) [3] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B] [4] -1 0 0x0000ecc0 - 0x0000ecff (0x40) IX[B] [5] -1 0 0x0000dcd0 - 0x0000dcdf (0x10) IX[B] [6] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B] [7] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xfdfffc00 - 0xfdfffc7f (0x80) MX[B] [1] -1 0 0xff000000 - 0xff07ffff (0x80000) MX[B](B) [2] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B) [3] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B] [4] -1 0 0x0000ecc0 - 0x0000ecff (0x40) IX[B] [5] -1 0 0x0000dcd0 - 0x0000dcdf (0x10) IX[B] [6] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B] [7] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfdfffc00 - 0xfdfffc7f (0x80) MX[B] [5] -1 0 0xff000000 - 0xff07ffff (0x80000) MX[B](B) [6] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B) [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [9] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B] [10] -1 0 0x0000ecc0 - 0x0000ecff (0x40) IX[B] [11] -1 0 0x0000dcd0 - 0x0000dcdf (0x10) IX[B] [12] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B] [13] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "freetype" will be loaded. This was enabled by default and also specified in the config file. (II) "type1" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "ddc"(II) Module "ddc" already built-in (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading extension XFree86-DRI (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "freetype" (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.4.0.90, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font FreeType (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "int10" (II) Loading /usr/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 ABI class: X.Org Video Driver, version 2.0 (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension RECORD (II) LoadModule: "type1" (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so (II) Module type1: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.2 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font Type1 (II) LoadModule: "vbe" (II) Loading /usr/lib/xorg/modules//libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.1.0 ABI class: X.Org Video Driver, version 2.0 (II) LoadModule: "i810" (II) Loading /usr/lib/xorg/modules/drivers//i810_drv.so (II) Module i810: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 2.1.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 2.0 (II) LoadModule: "kbd" (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.2.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) LoadModule: "mouse" (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.2.3 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, 965G, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33 (II) Primary Device is: PCI 00:01:0 (--) Assigning device section with no busID to primary device (--) Chipset i810e found (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfdfffc00 - 0xfdfffc7f (0x80) MX[B] [5] -1 0 0xff000000 - 0xff07ffff (0x80000) MX[B](B) [6] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B) [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [9] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B] [10] -1 0 0x0000ecc0 - 0x0000ecff (0x40) IX[B] [11] -1 0 0x0000dcd0 - 0x0000dcdf (0x10) IX[B] [12] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B] [13] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfdfffc00 - 0xfdfffc7f (0x80) MX[B] [5] -1 0 0xff000000 - 0xff07ffff (0x80000) MX[B](B) [6] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B) [7] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [8] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [9] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [11] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [12] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B] [13] -1 0 0x0000ecc0 - 0x0000ecff (0x40) IX[B] [14] -1 0 0x0000dcd0 - 0x0000dcdf (0x10) IX[B] [15] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B] [16] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [17] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [18] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (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.4.0.90, module version = 0.1.0 ABI class: X.Org Video Driver, version 2.0 (**) intel(0): Depth 8, (--) framebuffer bpp 8 (==) intel(0): Default visual is PseudoColor (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/lib/xorg/modules//libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.2.0 ABI class: X.Org Video Driver, version 2.0 (WW) intel(0): DRI is disabled because it runs only at 16-bit depth. (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Reloading /usr/lib/xorg/modules//libvbe.so (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/lib/xorg/modules//libint10.so (II) intel(0): initializing int10 (II) intel(0): Primary V_BIOS segment is: 0xc000 (II) intel(0): VESA BIOS detected (II) intel(0): VESA VBE Version 2.0 (II) intel(0): VESA VBE Total Mem: 1024 kB (II) intel(0): VESA VBE OEM: Intel810(TM) Graphics Chip Accelerated VGA BIOS (II) intel(0): VESA VBE OEM Software Rev: 2.20 (II) intel(0): VESA VBE OEM Vendor: Intel Corporation (II) intel(0): VESA VBE OEM Product: i810 Graphics Controller (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0 (II) Loading sub module "ddc" (II) LoadModule: "ddc"(II) Module "ddc" already built-in (II) intel(0): VESA VBE DDC supported (II) intel(0): VESA VBE DDC Level 2 (II) intel(0): VESA VBE DDC transfer in appr. 1 sec. (II) intel(0): VESA VBE DDC read successfully (II) intel(0): Manufacturer: VSC Model: 6a11 Serial#: 16843009 (II) intel(0): Year: 2004 Week: 6 (II) intel(0): EDID Version: 1.3 (II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V (II) intel(0): Sync: Separate Composite SyncOnGreen (II) intel(0): Max H-Image Size [cm]: horiz.: 43 vert.: 32 (II) intel(0): Gamma: 2.20 (II) intel(0): DPMS capabilities: Off; RGB/Color Display (II) intel(0): First detailed timing is preferred mode (II) intel(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600 (II) intel(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329 (II) intel(0): Supported VESA Video Modes: (II) intel(0): 720x400@70Hz (II) intel(0): 640x480@60Hz (II) intel(0): 640x480@67Hz (II) intel(0): 640x480@72Hz (II) intel(0): 640x480@75Hz (II) intel(0): 800x600@56Hz (II) intel(0): 800x600@60Hz (II) intel(0): 800x600@72Hz (II) intel(0): 800x600@75Hz (II) intel(0): 832x624@75Hz (II) intel(0): 1024x768@60Hz (II) intel(0): 1024x768@70Hz (II) intel(0): 1024x768@75Hz (II) intel(0): 1280x1024@75Hz (II) intel(0): 1152x870@75Hz (II) intel(0): Manufacturer's mask: 0 (II) intel(0): Supported Future Video Modes: (II) intel(0): #0: hsize: 1600 vsize 1200 refresh: 60 vid: 16553 (II) intel(0): #1: hsize: 1600 vsize 1200 refresh: 75 vid: 20393 (II) intel(0): #2: hsize: 1280 vsize 1024 refresh: 85 vid: 39297 (II) intel(0): #3: hsize: 1280 vsize 960 refresh: 85 vid: 22913 (II) intel(0): #4: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) intel(0): #5: hsize: 1024 vsize 768 refresh: 85 vid: 22881 (II) intel(0): #6: hsize: 800 vsize 600 refresh: 85 vid: 22853 (II) intel(0): #7: hsize: 640 vsize 480 refresh: 85 vid: 22833 (II) intel(0): Supported additional Video Mode: (II) intel(0): clock: 162.0 MHz Image Size: 432 x 324 mm (II) intel(0): h_active: 1600 h_sync: 1664 h_sync_end 1856 h_blank_end 2160 h_border: 0 (II) intel(0): v_active: 1200 v_sync: 1201 v_sync_end 1204 v_blanking: 1250 v_border: 0 (II) intel(0): Serial No: A22040600164 (II) intel(0): Ranges: V min: 50 V max: 85 Hz, H min: 30 H max: 95 kHz, PixClock max 210 MHz (II) intel(0): Monitor name: VP211b (II) intel(0): EDID (in hex): (II) intel(0): 00ffffffffffff005a63116a01010101 (II) intel(0): 060e01030e2b20782aee95a3544c9926 (II) intel(0): 0f5054bfef80a940a94f81998159714f (II) intel(0): 615945593159483f403062b0324040c0 (II) intel(0): 1300b0441100001e000000ff00413232 (II) intel(0): 3034303630303136340a000000fd0032 (II) intel(0): 551e5f15000a202020202020000000fc (II) intel(0): 005650323131620a2020202020200074 (II) intel(0): EDID vendor "VSC", prod id 27153 (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 "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.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 "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) intel(0): Modeline "1600x1200"x59.9 161.00 1600 1712 1880 2160 1200 1203 1207 1245 -hsync +vsync (74.5 kHz) (II) intel(0): Modeline "1600x1200"x75.0 204.75 1600 1720 1888 2176 1200 1203 1207 1255 -hsync +vsync (94.1 kHz) (II) intel(0): Modeline "1280x1024"x84.8 159.50 1280 1376 1512 1744 1024 1027 1034 1078 -hsync +vsync (91.5 kHz) (II) intel(0): Modeline "1280x960"x84.9 148.25 1280 1368 1504 1728 960 963 967 1011 -hsync +vsync (85.8 kHz) (II) intel(0): Modeline "1152x864"x74.8 104.00 1152 1224 1344 1536 864 867 871 905 -hsync +vsync (67.7 kHz) (II) intel(0): Modeline "1024x768"x84.9 94.50 1024 1096 1200 1376 768 771 775 809 -hsync +vsync (68.7 kHz) (II) intel(0): Modeline "800x600"x84.9 56.75 800 848 928 1056 600 603 607 633 -hsync +vsync (53.7 kHz) (II) intel(0): Modeline "640x480"x84.6 35.00 640 664 728 816 480 483 487 507 -hsync +vsync (42.9 kHz) (--) intel(0): Chipset: "i810e" (--) intel(0): Linear framebuffer at 0xF4000000 (--) intel(0): IO registers at addr 0xFF000000 (II) intel(0): Kernel reported 51712 total, 1 used (II) intel(0): I810CheckAvailableMemory: 206844k available (==) intel(0): Will alloc AGP framebuffer: 8192 kByte (==) intel(0): Using gamma correction (1.0, 1.0, 1.0) (II) intel(0): ViewSonic VP211b: Using hsync range of 31.50-82.00 kHz (II) intel(0): ViewSonic VP211b: Using vrefresh range of 50.00-85.00 Hz (II) intel(0): ViewSonic VP211b: Using maximum pixel clock of 210.00 MHz (II) intel(0): Clock range: 9.50 to 203.00 MHz (II) intel(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1024x768" (unknown reason) (II) intel(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1280x960" (hsync out of range) (II) intel(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1280x1024" (hsync out of range) (II) intel(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1600x1200" (hsync out of range) (II) intel(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1600x1200" (hsync out of range) (II) intel(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan) (II) intel(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) intel(0): Not using driver mode "1600x1200" (bad mode clock/interlace/doublescan) (II) intel(0): Not using driver mode "1280x1024" (hsync out of range) (II) intel(0): Not using driver mode "1280x960" (hsync out of range) (--) intel(0): Virtual size is 1600x1200 (pitch 2048) (**) intel(0): *Driver mode "1600x1200": 162.0 MHz, 75.0 kHz, 60.0 Hz (II) intel(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) (**) intel(0): *Driver mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz (II) intel(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (**) intel(0): Driver mode "1600x1200": 161.0 MHz, 74.5 kHz, 59.9 Hz (II) intel(0): Modeline "1600x1200"x59.9 161.00 1600 1712 1880 2160 1200 1203 1207 1245 -hsync +vsync (74.5 kHz) (**) intel(0): Default mode "1600x1200": 175.5 MHz, 81.2 kHz, 65.0 Hz (II) intel(0): Modeline "1600x1200"x65.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz) (**) intel(0): Default mode "1600x1200": 162.0 MHz, 75.0 kHz, 60.0 Hz (II) intel(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) (**) intel(0): Default mode "1400x1050": 155.8 MHz, 81.5 kHz, 74.8 Hz (II) intel(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz) (**) intel(0): Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz (II) intel(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz) (**) intel(0): Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz (II) intel(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (**) intel(0): Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (**) intel(0): Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) (**) intel(0): Driver mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz (II) intel(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (**) intel(0): Driver mode "1152x864": 104.0 MHz, 67.7 kHz, 74.8 Hz (II) intel(0): Modeline "1152x864"x74.8 104.00 1152 1224 1344 1536 864 867 871 905 -hsync +vsync (67.7 kHz) (**) intel(0): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz (II) intel(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (**) intel(0): Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz (II) intel(0): Modeline "1152x768"x54.8 65.00 1152 1178 1314 1472 768 771 777 806 +hsync +vsync (44.2 kHz) (**) intel(0): Driver mode "1024x768": 94.5 MHz, 68.7 kHz, 84.9 Hz (II) intel(0): Modeline "1024x768"x84.9 94.50 1024 1096 1200 1376 768 771 775 809 -hsync +vsync (68.7 kHz) (**) intel(0): Driver mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz (II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) (**) intel(0): Driver mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (**) intel(0): Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (**) intel(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz (II) intel(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (**) intel(0): Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz (II) intel(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (**) intel(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz (II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (**) intel(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (**) intel(0): Driver mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (**) intel(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz (II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (**) intel(0): Driver mode "800x600": 56.8 MHz, 53.7 kHz, 84.9 Hz (II) intel(0): Modeline "800x600"x84.9 56.75 800 848 928 1056 600 603 607 633 -hsync +vsync (53.7 kHz) (**) intel(0): Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (**) intel(0): Driver mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (**) intel(0): Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (**) intel(0): Driver mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (**) intel(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz (II) intel(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz) (**) intel(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (**) intel(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (**) intel(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (**) intel(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (**) intel(0): Driver mode "640x480": 35.0 MHz, 42.9 kHz, 84.6 Hz (II) intel(0): Modeline "640x480"x84.6 35.00 640 664 728 816 480 483 487 507 -hsync +vsync (42.9 kHz) (**) intel(0): Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (**) intel(0): Driver mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz) (**) intel(0): Driver mode "640x480": 30.2 MHz, 35.0 kHz, 66.7 Hz (II) intel(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) (**) intel(0): Driver mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz (II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (**) intel(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz (II) intel(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz) (**) intel(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (**) intel(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (**) intel(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (**) intel(0): Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz (II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (**) intel(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz (II) intel(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz) (**) intel(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz (II) intel(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz) (**) intel(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz (II) intel(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz) (**) intel(0): Display dimensions: (430, 320) mm (**) intel(0): DPI set to (94, 95) (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.4.0.90, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in (II) intel(0): XvMC is Disabled: use XvMCSurfaces config option to enable. (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] 0 0 0xff000000 - 0xff07ffff (0x80000) MS[B] [1] 0 0 0xf4000000 - 0xf7ffffff (0x4000000) MS[B] [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [6] -1 0 0xfdfffc00 - 0xfdfffc7f (0x80) MX[B] [7] -1 0 0xff000000 - 0xff07ffff (0x80000) MX[B](B) [8] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B) [9] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [10] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [11] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [14] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B] [15] -1 0 0x0000ecc0 - 0x0000ecff (0x40) IX[B] [16] -1 0 0x0000dcd0 - 0x0000dcdf (0x10) IX[B] [17] -1 0 0x0000ff80 - 0x0000ff9f (0x20) IX[B] [18] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [19] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [20] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (==) intel(0): Write-combining range (0xf4000000,0x4000000) (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (II) intel(0): Setting dot clock to 162.0 MHz [ 0x19 0x6 0x10 ] [ 27 8 1 ] (II) intel(0): chose watermark 0x2210b000: (tab.freq 162.0) (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x00000000 (pgoffset 0) (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00800000 (pgoffset 2048) (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x00c00000 (pgoffset 3072) (II) intel(0): Allocated of 4096 bytes for HW cursor (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x00c01000 (pgoffset 3073) (II) intel(0): Allocated of 16384 bytes for ARGB HW cursor (II) intel(0): Adding 384 scanlines for pixmap caching (II) intel(0): Allocated Scratch Memory (II) intel(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Horizontal and Vertical Lines Offscreen Pixmaps Setting up tile and stipple cache: 32 128x128 slots 10 256x256 slots (==) intel(0): Backing store disabled (==) intel(0): Silken mouse enabled (WW) intel(0): Direct rendering disabled (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension XAccessControlExtension (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (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) Loading sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so (II) Module GLcore: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) GLX: Initialized MESA-PROXY GL provider for screen 0 (**) Option "CoreKeyboard" (**) Generic Keyboard: always reports core events (**) Option "Protocol" "evdev" (EE) "evdev" is not a valid keyboard protocol name (EE) PreInit failed for input device "Generic Keyboard" (II) UnloadModule: "kbd" (**) Option "Protocol" "Auto" (**) Configured Mouse: Device: "/dev/input/mice" (**) Configured Mouse: Protocol: "Auto" (**) Option "CorePointer" (**) Configured Mouse: always reports core events (**) Option "Device" "/dev/input/mice" (**) Option "Emulate3Buttons" "true" (**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) Configured Mouse: ZAxisMapping: buttons 4 and 5 (**) Configured Mouse: Buttons: 9 (**) Configured Mouse: Sensitivity: 1 (II) evaluating device (Configured Mouse) (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE) (--) Configured Mouse: PnP-detected protocol: "ExplorerPS/2" (II) Configured Mouse: ps2EnableDataReporting: succeeded Could not init font path element unix/:7100, removing from list! Could not init font path element /usr/share/fonts/TTF/, removing from list! Could not init font path element /usr/share/fonts/OTF, removing from list! (II) LoadModule: "evdev" (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.2.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (**) ImPS/2 Logitech Wheel Mouse: always reports core events (II) ImPS/2 Logitech Wheel Mouse: Found 3 relative axes. (II) ImPS/2 Logitech Wheel Mouse: Configuring as pointer. (II) ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons (II) ImPS/2 Logitech Wheel Mouse: Configured 6 mouse buttons. (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE) (**) ImPS/2 Logitech Wheel Mouse: 2 valuators. (**) ImPS/2 Logitech Wheel Mouse: Configuring in Absolute mode. (**) ImPS/2 Logitech Wheel Mouse: Registering 6 buttons. (II) ImPS/2 Logitech Wheel Mouse: Init (II) ImPS/2 Logitech Wheel Mouse: On (**) AT Translated Set 2 keyboard: always reports core events (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) evdev: leds are 0x0 for device 4 (II) AT Translated Set 2 keyboard: Init (II) AT Translated Set 2 keyboard: On evdev: leds are 0x0 for device 4 SetClientVersion: 0 9 SetKbdSettings - type: -1215433622 rate: 30 delay: 500 snumlk: 140 evdev: leds are 0x0 for device 4 evdev: leds are 0x0 for device 4 and cat /proc/bus/input/devices: I: Bus=0019 Vendor=0000 Product=0002 Version=0000 N: Name="Power Button (FF)" P: Phys=button_power/button/input0 S: Sysfs=/class/input/input0 U: Uniq= H: Handlers=kbd event0 B: EV=3 B: KEY=100000 0 0 0 I: Bus=0011 Vendor=0001 Product=0001 Version=ab41 N: Name="AT Translated Set 2 keyboard" P: Phys=isa0060/serio0/input0 S: Sysfs=/class/input/input1 U: Uniq= H: Handlers=kbd event1 B: EV=120013 B: KEY=4 2000000 3802078 f840d001 feffffdf ffefffff ffffffff fffffffe B: MSC=10 B: LED=7 I: Bus=0011 Vendor=0002 Product=0005 Version=0055 N: Name="ImPS/2 Logitech Wheel Mouse" P: Phys=isa0060/serio1/input0 S: Sysfs=/class/input/input2 U: Uniq= H: Handlers=mouse0 event2 B: EV=7 B: KEY=70000 0 0 0 0 0 0 0 0 B: REL=103 From Xorg.0.log, it seems that X is getting its keyboard via evdev, which doesn't perform any mapping, or performs a US mapping. I'm not averse to disabling evdev if that's the most simple solution, but would prefer not to have to rebuild everything AGAIN. Oh, finally: /etc/make.conf: # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /etc/make.conf.example for a more detailed example. CFLAGS="-O2 -march=pentium3 -msse -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" # This should not be changed unless you know exactly what you are doing. You # should probably be using a different stage, instead. CHOST="i686-pc-linux-gnu" MAKEOPTS="-j2 -s" ACCEPT_KEYWORDS="~x86" USE="drm -gnome X gtk -debug -ipv6 -apm glibc-omitfp yahoo jpeg gif tiff arts -kde -qt threads nptlonly mmx mmxext imap userlocales unicode nls acpi xv opengl dri alsa ssl truetype truetype-fonts type1-fonts cups -xmms hal dbus quicktime mp3 dts xine xvid win32codecs flac avi -dvd -cdr -dvdr -vcd svg real ffmpeg ada" INPUT_DEVICES="evdev keyboard mouse" VIDEO_CARDS="i810 vga" GENTOO_MIRRORS="ftp://ftp.swin.edu.au/gentoo http://ftp.swin.edu.au/gentoo" SYNC="rsync://rsync.au.gentoo.org/gentoo-portage" | let me guess: you recently upgraded hal to 0.5.10 and it stopped working... You have two possibilities: 1. reemerge xorg-server with -hal 2. write you own hal-fdi script. personally i did the first one. cheers V. |
So I haven't used Gentoo for a month or two because of finals. I know that everything was fine when I lasted logged on, but now I'm getting this problem. Getnoo loads everything like normal then kdm pops up after a few seconds it disappears and I get this: Error: Temporally failure in name resolution then I get a text prompt, I log in and enter: echo "exec startkde" > /.xinitrc startx kde goes graphical, but then my internet doesn't work. Any ideas thx! | I was able to fix the internet problem, but kdm still disappears and I have to get graphical manually. P.S The problem has to do with ntp-client not finding a suitable time server. nano /etc/ntp.conf # NOTES: # - you should only have to update the server line below # - if you start getting lines like 'restrict' and 'fudge' # and you didnt add them, AND you run dhcpcd on your # network interfaces, be sure to add '-Y -N' to the # dhcpcd_ethX variables in /etc/conf.d/net # Name of the servers ntpd should sync with # Please respect the access policy as stated by the responsible person. #server ntp.example.tld iburst server 0.north-america.pool.ntp.org server 1.north-america.pool.ntp.org server 2.north-america.pool.ntp.org server 3.north-america.pool.ntp.org server 0.pool.ntp.org server 1.pool.ntp.org server 2.pool.ntp.org server pool.ntp.org ## # A list of available servers can be found here: # http://www.pool.ntp.org/ # http://www.pool.ntp.org/#use # A good way to get servers for your machine is: # netselect -s 3 pool.ntp.org ## # you should not need to modify the following paths driftfile /var/lib/ntp/ntp.drift #server ntplocal.example.com prefer #server timeserver.example.org # Warning: Using default NTP settings will leave your NTP # server accessible to all hosts on the Internet. # If you want to deny all machines (including your own) # from accessing the NTP server, uncomment: #restrict default ignore # To deny other machines from changing the # configuration but allow localhost: restrict default nomodify nopeer restrict 127.0.0.1 # To allow machines within your network to synchronize # their clocks with your server, but ensure they are # not allowed to configure the server or used as peers # to synchronize against, uncomment this line. # #restrict 192.168.0.0 mask 255.255.255.0 nomodify nopeer notrap Those are the servers I'm using, if anyone knows any that actually work would be great thx. |
today evdev and xserver got bumped. Both compiled fine and both ran fine However, CTRL-C anywhere (in a terminal or elsewhere) would cause GDM to crash, VT7 would then be a black (non-useable) console (no splash theme which I have running on all VT's) AND more worryingly EVERYTHING I have typed! That included my login passwd into GDM, roots passwd into a terminal (when I went "su") my passphase to the ssh key's I had unlocked, plus anything else I had typed (plus some control characters and all) ALL in plain text!!! I logged in as a 2nd user on this machine and that account doesn't cause GDM to crash when CTRL-C is pressed (but that account has no passwd enabled, don't know if that is significant??) I downgraded xf86-input-evdev to 2.0.8 and this problem has gone away Archlinux are reporting issues with evdev-2.1.0, CTRL-C and gdm/xorg crashing: http://bugs.archlinux.org/task/12372?project=1 --EDIT-- as teh arch bug states: adding Code: Section "ServerFlags" Option "AllowEmptyInput" "true" EndSection fixes this crash with evdev-2.1.0 | Not a bug. As clearly stated in evdev docs, >=2.1.0 require xorg-server 1.5.3 or adding the option about grabbing device (whatever it's called). |
I have a Gentoo laptop that I and another person use in equal amounts. While I don't have any mouse troubles, the other person frequently complains of the cursor leaving its current focus and appearing in other places. The cursor also "disappears" while she is typing, and is apparently not related to the current location of the mouse pointer. I had this person type up a description of what happens and these are her own words: 1. The cursor will just disappear as I am typing. Not blink off, but disappear altogether out of the form in which I am working. (Online.) 2. The cursor will randomly jump up a line or two and insert itself into a completely random, previous sentence, causing me to have to correct said text and re-type what I was originaly typing. 3. The page will sometimes randomly scroll as if I was telling it to go down the page, when all I was doing is typing something. I'm reluctant to leave it at simple unfamiliarity with using a laptop with a mouse pad because this person is no techno-doofus. This was also apparently not a problem when the laptop in question ran Windoze Vista. I'd appreciate any thoughts or advice. Again, I don't have this problem on the same laptop, logged into my own account or hers. I tried logging her into a guest account and it still happens to her. The laptop has ~arch in make.conf and uses KDE 3.5.10. | It is a touchpad, but she says she's very careful not to touch it. I don't know how sensitive touchpads are to people's energy fields - would that be a possibility? |
I added the user to the cdrom and cdrw groups, but I still can't mount my cdrom under user paradox. /etc/group: root::0:root bin::1:root,bin,daemon daemon::2:root,bin,daemon sys::3:root,bin,adm adm::4:root,adm,daemon tty::5: disk:!:6:root,adm,haldaemon,paradox lp::7:lp mem::8: kmem::9: wheel::10:root,paradox floppy::11:root,haldaemon mail::12:mail news::13:news uucp::14:uucp man::15:man console::17: audio:!:18:paradox cdrom::19:haldaemon,paradox dialout::20:root tape::26:root video:!:27:root cdrw::80:haldaemon,paradox usb::85:haldaemon,paradox users::100:games,paradox nofiles:x:200: smmsp:x:209:smmsp portage::250:portage utmp:x:406: nogroup::65533: nobody::65534: sshd:x:22: cron:x:16: crontab:x:407: locate:x:245: messagebus:x:408: lpadmin:x:106: haldaemon:x:409:haldaemon plugdev:!:410:haldaemon ntp:x:123: hsqldb:x:1001: paradox:x:1000: ssmtp:x:1002: If anyone knows what is wrong please post. | paradox6996, You cannot mount a blank CD as it has no filesystem to mount. You burn it, then you mount it. You need to be in the cdrom and cdrw groups. cdrw may only be needed for packet writing. |
Hello When I close the window displaying the rendered image in Blender the whole program crashes. The last line in the terminal says: "X connection to :0.0 broken (explicit kill or server shutdown)." My Blender version is 2.43-r3 and I'm using fluxbox tried it on xfce where the same problem occured. Cheers Huttu | I also noticed, that blender segfaults when I try to add a text so maybe it is a blender-problem. |
I am using a few qt-dependant applications,but not kde itself,so I have only qt3 and kde-base installed.I want to install and use some decent looking qt themes.Can you please tell me,if it's possible at all, how I can do that without kde control center? | qtconfig is the program you want. It should come with qt. |
All of a sudden I cannot log on to KDE. The login screen comes up and I type my password and then the screen goes dark like it is going to start KDE, but the login screen comes back.instead I had this same problem about a year ago and I stripped KDE out and then reinstalled it and that worked. This time it has not. When I do a ps -x it shows that kdm has started, but farther down the line it only shows the kdm-greeter starting and not start_kdeinit --new startup +kcminit_startup. I checked the kdmrc against one of my other computers and it was the same. Both kdm.log and the Xorg.0.log show the following problem, but I have no clue as to what to do to solve it (xorg.conf is the same as other working computers): Audit: Mon Dec 8 10:11:57 2008: 4479 x: Client 2 Rejected from local host (UID$) Auth name: MIT-MAGIC_COOKIE -1 ID: -1 | Try Code: revdep-rebuild if that does not work post /etc/X11/xorg.conf |
I know there is a few ways to disable the caps lock key, being that I can remap the key. Is there a way to turn it on/off from the console though. Something like numlockx? EDIT: As I posted this I thought duh! xset... mentions xset led 3 for an example stating it maybe different on different hardware. Values 1 32. So I tried for i 1..32 do; xset led $i done, no luck only one it seemed to turn on was my scrolllock. Which happened to be number 3. Any ideas? | Code: man setleds It is used by the /etc/init.d/numlock rc script. |
While trying to emerge firefox 3, libgnomeui-2.22.1 fails with message Code: In file included from gtkfilesystemgio.c:27: gtkfilesystemgio.h:27:31: error: gtk/gtkfilesystem.h: No such file or directory In file included from gtkfilesystemgio.c:27: gtkfilesystemgio.h:40: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:81: error: expected specifier-qualifier-list before 'GtkFileSystemHandleClass' gtkfilesystemgio.c:86: error: expected specifier-qualifier-list before 'GtkFileSystemHandle' gtkfilesystemgio.c:118: error: expected ')' before '*' token gtkfilesystemgio.c:126: error: expected ')' before '*' token gtkfilesystemgio.c:127: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:129: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:135: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:140: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:144: error: expected ')' before '*' token gtkfilesystemgio.c:147: error: expected ')' before '*' token gtkfilesystemgio.c:149: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:151: error: expected ')' before '*' token gtkfilesystemgio.c:153: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:158: error: expected ')' before '*' token gtkfilesystemgio.c:160: error: expected ')' before '*' token gtkfilesystemgio.c:164: error: expected ')' before '*' token gtkfilesystemgio.c:168: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:172: error: expected ')' before '*' token gtkfilesystemgio.c:178: error: expected ')' before '*' token gtkfilesystemgio.c:180: error: expected ')' before '*' token gtkfilesystemgio.c:182: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:184: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:187: error: expected ')' before '*' token gtkfilesystemgio.c:191: error: expected ')' before '*' token gtkfilesystemgio.c:194: error: expected ')' before '*' token gtkfilesystemgio.c:196: error: expected ')' before '*' token gtkfilesystemgio.c:198: error: expected ')' before '*' token gtkfilesystemgio.c:207: error: expected ')' before '*' token gtkfilesystemgio.c:211: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:214: error: expected ')' before '*' token gtkfilesystemgio.c:217: error: expected ')' before '*' token gtkfilesystemgio.c:230: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c: In function 'gtk_file_system_gio_register_type': gtkfilesystemgio.c:233: error: 'gtk_file_system_gio_iface_init' undeclared (first use in this function) gtkfilesystemgio.c:233: error: (Each undeclared identifier is reported only once gtkfilesystemgio.c:233: error: for each function it appears in.) gtkfilesystemgio.c:233: error: 'GTK_TYPE_FILE_SYSTEM' undeclared (first use in this function) gtkfilesystemgio.c: In function 'gtk_file_system_handle_gio_register_type': gtkfilesystemgio.c:240: error: 'GTK_TYPE_FILE_SYSTEM_HANDLE' undeclared (first use in this function) gtkfilesystemgio.c: In function 'gtk_file_folder_gio_register_type': gtkfilesystemgio.c:244: error: 'gtk_file_folder_gio_iface_init' undeclared (first use in this function) gtkfilesystemgio.c:244: error: 'GTK_TYPE_FILE_FOLDER' undeclared (first use in this function) gtkfilesystemgio.c: In function 'gtk_file_system_handle_gio_finalize': gtkfilesystemgio.c:515: error: 'GtkFileSystemHandleGio' has no member named 'cancellable' gtkfilesystemgio.c:516: error: 'GtkFileSystemHandleGio' has no member named 'cancellable' gtkfilesystemgio.c: At top level: gtkfilesystemgio.c:523: error: expected ')' before '*' token gtkfilesystemgio.c:554: warning: type defaults to 'int' in declaration of 'GtkFilePath' gtkfilesystemgio.c:554: error: expected ';', ',' or ')' before '*' token gtkfilesystemgio.c:562: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:572: error: expected ')' before '*' token gtkfilesystemgio.c:589: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c: In function 'enumerator_files_callback': gtkfilesystemgio.c:676: warning: implicit declaration of function 'get_path_from_file' gtkfilesystemgio.c:676: warning: passing argument 2 of 'g_slist_prepend' makes pointer from integer without a cast gtkfilesystemgio.c: In function 'directory_monitor_changed': gtkfilesystemgio.c:703: error: 'GtkFileFolder' undeclared (first use in this function) gtkfilesystemgio.c:703: error: 'folder' undeclared (first use in this function) gtkfilesystemgio.c:706: warning: implicit declaration of function 'GTK_FILE_FOLDER' gtkfilesystemgio.c:707: warning: passing argument 2 of 'g_slist_prepend' makes pointer from integer without a cast gtkfilesystemgio.c: In function 'enumerate_children_callback': gtkfilesystemgio.c:740: warning: implicit declaration of function 'GTK_FILE_SYSTEM_HANDLE' gtkfilesystemgio.c:740: error: invalid type argument of '->' gtkfilesystemgio.c:770: error: 'GtkFileSystemGetFolderCallback' undeclared (first use in this function) gtkfilesystemgio.c:770: error: expected ')' before 'handle' gtkfilesystemgio.c:772: error: 'GtkFileSystemHandleGio' has no member named 'data' gtkfilesystemgio.c: At top level: gtkfilesystemgio.c:776: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:871: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c: In function 'mount_async_callback': gtkfilesystemgio.c:936: error: 'GtkFileSystemHandleGio' has no member named 'cancellable' gtkfilesystemgio.c:943: error: 'GtkFileSystemGetInfoCallback' undeclared (first use in this function) gtkfilesystemgio.c:943: error: expected ')' before 'handle' gtkfilesystemgio.c:944: error: 'GtkFileSystemHandleGio' has no member named 'data' gtkfilesystemgio.c: In function 'query_info_callback': gtkfilesystemgio.c:955: error: 'GtkFileInfo' undeclared (first use in this function) gtkfilesystemgio.c:955: error: 'info' undeclared (first use in this function) gtkfilesystemgio.c:968: warning: implicit declaration of function 'translate_file_info' gtkfilesystemgio.c:971: error: 'GtkFileSystemHandleGio' has no member named 'tried_mount' gtkfilesystemgio.c:975: error: 'GtkFileSystemHandleGio' has no member named 'tried_mount' gtkfilesystemgio.c:977: error: 'GtkFileSystemHandleGio' has no member named 'cancellable' gtkfilesystemgio.c:984: error: 'GtkFileSystemGetInfoCallback' undeclared (first use in this function) gtkfilesystemgio.c:984: error: expected ')' before 'handle' gtkfilesystemgio.c:985: error: 'GtkFileSystemHandleGio' has no member named 'data' gtkfilesystemgio.c:989: warning: implicit declaration of function 'gtk_file_info_free' gtkfilesystemgio.c: At top level: gtkfilesystemgio.c:992: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:1027: error: expected specifier-qualifier-list before 'GtkFilePath' gtkfilesystemgio.c: In function 'create_folder_callback': gtkfilesystemgio.c:1040: error: 'CreateFolderData' has no member named 'handle' gtkfilesystemgio.c:1041: warning: implicit declaration of function 'get_file_from_path' gtkfilesystemgio.c:1041: error: 'CreateFolderData' has no member named 'path' gtkfilesystemgio.c:1041: warning: assignment makes pointer from integer without a cast gtkfilesystemgio.c:1043: error: 'GtkFileSystemHandleGio' has no member named 'cancellable' gtkfilesystemgio.c:1045: error: 'GtkFileSystemCreateFolderCallback' undeclared (first use in this function) gtkfilesystemgio.c:1045: error: expected ')' before 'handle' gtkfilesystemgio.c:1046: error: 'CreateFolderData' has no member named 'path' gtkfilesystemgio.c:1046: error: 'GtkFileSystemHandleGio' has no member named 'data' gtkfilesystemgio.c:1048: warning: implicit declaration of function 'gtk_file_path_free' gtkfilesystemgio.c:1048: error: 'CreateFolderData' has no member named 'path' gtkfilesystemgio.c: At top level: gtkfilesystemgio.c:1054: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:1083: error: expected ')' before '*' token gtkfilesystemgio.c:1107: error: expected ')' before '*' token gtkfilesystemgio.c:1117: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:1158: error: expected ')' before '*' token gtkfilesystemgio.c: In function 'volume_mount_cb': gtkfilesystemgio.c:1202: error: 'GtkFileSystemVolumeMountCallback' undeclared (first use in this function) gtkfilesystemgio.c:1202: error: expected ')' before 'handle' gtkfilesystemgio.c:1203: error: 'GtkFileSystemVolume' undeclared (first use in this function) gtkfilesystemgio.c:1203: error: expected expression before ')' token gtkfilesystemgio.c: In function 'drive_poll_for_media_cb': gtkfilesystemgio.c:1224: error: 'GtkFileSystemVolumeMountCallback' undeclared (first use in this function) gtkfilesystemgio.c:1224: error: expected ')' before 'handle' gtkfilesystemgio.c:1225: error: 'GtkFileSystemVolume' undeclared (first use in this function) gtkfilesystemgio.c:1225: error: expected expression before ')' token gtkfilesystemgio.c: At top level: gtkfilesystemgio.c:1233: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:1273: error: expected ')' before '*' token gtkfilesystemgio.c:1303: error: expected ')' before '*' token gtkfilesystemgio.c:1347: error: expected ')' before '*' token gtkfilesystemgio.c:1371: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:1398: error: expected ')' before '*' token gtkfilesystemgio.c:1475: error: expected ')' before '*' token gtkfilesystemgio.c:1491: error: expected ')' before '*' token gtkfilesystemgio.c:1506: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:1525: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c: In function 'read_bookmarks_file': gtkfilesystemgio.c:1545: warning: unused variable 'error' gtkfilesystemgio.c: At top level: gtkfilesystemgio.c:1648: error: expected ')' before '*' token gtkfilesystemgio.c:1697: error: expected ')' before '*' token gtkfilesystemgio.c:1745: error: expected ')' before '*' token gtkfilesystemgio.c:1765: error: expected ')' before '*' token gtkfilesystemgio.c:1794: error: expected ')' before '*' token gtkfilesystemgio.c:1840: error: expected ')' before '*' token gtkfilesystemgio.c:1877: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:1908: error: expected ')' before '*' token gtkfilesystemgio.c:1927: error: expected ')' before '*' token gtkfilesystemgio.c:1937: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token gtkfilesystemgio.c:1958: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token make[2]: *** [gtkfilesystemgio.lo] Error 1 make[2]: Leaving directory `/var/tmp/portage/gnome-base/libgnomeui-2.22.1/work/libgnomeui-2.22.1/file-chooser' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/gnome-base/libgnomeui-2.22.1/work/libgnomeui-2.22.1' make: *** [all] Error 2 * * ERROR: gnome-base/libgnomeui-2.22.1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2643: Called gnome2_src_compile * environment, line 2025: Called die * The specific snippet of code: * emake || die "compile failure" * The die message: * compile failure * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/gnome-base/libgnomeui-2.22.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/gnome-base/libgnomeui-2.22.1/temp/environment'. * Has anyone run across this before? Code: emerge --info milton package.keywords # emerge --info Portage 2.2_rc17 (default/linux/amd64/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.26-gentoo-r4 x86_64) ================================================================= System uname: Linux-2.6.26-gentoo-r4-x86_64-AMD_Athlon-tm-_64_Processor_3500+-with-glibc2.2.5 Timestamp of tree: Mon, 08 Dec 2008 00:06:01 +0000 app-shells/bash: 3.2_p17-r1 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.4.4-r13 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-r1 sys-devel/automake: 1.4_p6, 1.5, 1.8.5-r3, 1.9.6-r2, 1.10.1 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="-O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks fixpackages parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://gentoo.arcticnetwork.ca/pub/gentoo/ http://gentoo.arcticnetwork.ca/source/ ftp://mirrors.tera-byte.com/pub/gentoo http://gentoo.mirrors.tera-byte.com/ http://gentoo.osuosl.org/ ftp://ftp.gtlib.gatech.edu/pub/gentoo http://www.gtlib.gatech.edu/pub/gentoo ftp://mirror.iawnet.sandia.gov/pub/gentoo/ ftp://ftp.ussg.iu.edu/pub/linux/gentoo http://open-systems.ufl.edu/mirrors/gentoo http://gentoo.llarian.net/ ftp://gentoo.llarian.net/pub/gentoo http://mirror.datapipe.net/gentoo ftp://mirror.datapipe.net/gentoo http://mirrors.cs.wmich.edu/gentoo http://mirror.usu.edu/mirrors/gentoo/ http://mirror.mcs.anl.gov/pub/gentoo/ ftp://mirror.mcs.anl.gov/pub/gentoo/ http://gentoo.mirrors.easynews.com/linux/gentoo/ http://gentoo.cites.uiuc.edu/pub/gentoo/ ftp://gentoo.cites.uiuc.edu/pub/gentoo/ ftp://ftp.wallawalla.edu/pub/mirrors/ftp.gentoo.org http://mirror.fslutd.org/linux/distributions/gentoo/ ftp://mirror.fslutd.org/linux/distributions/gentoo/ http://gentoo.chem.wisc.edu/gentoo/ ftp://gentoo.chem.wisc.edu/gentoo/ http://lug.mtu.edu/gentoo/ ftp://lug.mtu.edu/gentoo/ http://gentoo.mirrors.hoobly.com/ " LDFLAGS="-Wl,-O1" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acl aiglx aim alsa amd64 apache apache2 apm avahi bcmath berkdb bluetooth bonobo branding bzip2 cairo cdparanoia cdr cli cracklib crypt ctype cups dbus dri dvd dvdr encode examples firefox fortran gb gcj gdbm gif ginac glitz glut gnome gphoto2 gpm gtk gtk2 gtkhtml hal iconv icq ipod ipv6 isdnlog java javascript joystick jpeg kde lapack libcaca lm_sensors mad midi mjpeg mjpegtools mmx mozilla mp3 mpeg mplayer msn mudflap multilib mysql mysqli ncurses nls nocd nptl nptlonly nsplugin ogg opengl openmp oscar pam pcre pdf perl php png pppd python qt3 qt4 quicktime rdesktop readline reflection samba scanner session sockets socks5 spell spl sse sse2 ssl svg sysfs tcpd tetex tiff truetype unicode usb vcd wacom wifi wmf xcomposite xinerama xml xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nv" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY milton package.keywords # | Do you have gtk2 installed? Do you have /usr/include/gtk-2.0/gtk/gtkfilesystem.h ? |
hi, i installed new system (~x86) with fluxbox. but often after start fluxbox i have problem with keyboard. if i hold on any button, it is printed only one sign on the screen. i can hold on it any time long but i print still only one sign. it makes in aterm, ooffice, everywhere. example: i press button "r" for long time but on the screen (e.g. in aterm) is printed only one "r" if i start KDE so there is alright. i hold on any button and on the screen are printed signs example: i press button "r" for long time and on the screen (e.g. in aterm) are printed many "rrrrrrrrrrrrrrrrrrrrrr" installed packages: Code: # qlist -IC x11-base x11-base/xorg-server-1.5.2 # qlist -IC x11-drivers x11-drivers/xf86-input-evdev-2.0.7 x11-drivers/xf86-input-keyboard-1.3.1 x11-drivers/xf86-input-mouse-1.3.0 x11-drivers/xf86-input-synaptics-0.99.1 x11-drivers/xf86-video-intel-2.5.1 emerge info Code: Portage 2.1.6_rc1 (default/linux/x86/2008.0, gcc-4.3.2, glibc-2.8_p20080602-r0, 2.6.28-rc6 i686) ================================================================= System uname: Linux-2.6.28-rc6-i686-Intel-R-_Core-TM-_Duo_CPU_T2250_@_1.73GHz-with-glibc2.0 Timestamp of tree: Fri, 28 Nov 2008 10:15:02 +0000 app-shells/bash: 3.2_p48 dev-java/java-config: 1.3.7-r1, 2.1.6-r1 dev-lang/python: 2.4.4-r13, 2.5.2-r8 dev-python/pycrypto: 2.0.1-r6 dev-util/cmake: 2.6.2 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.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.9.6-r2, 1.10.2 sys-devel/binutils: 2.19 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="x86 ~x86" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ARCH="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=prescott -O2 -pipe" CHOST="i686-pc-linux-gnu" CLASSPATH="." CLEAN_DELAY="5" COLLISION_IGNORE="/lib/modules" COLORTERM="" 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/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d" CVS_RSH="ssh" CXXFLAGS="-march=prescott -O2 -pipe" DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-G0SGFMjtTi,guid=4b324e95348b6639ee6eb90749301f52" DCOP_YAKUAKE_SESSION="1" DCOP_YAKUAKE_TERMINAL="1" DESKTOP_SESSION="kde-3.5" DISPLAY=":0.0" DISTDIR="/usr/portage/distfiles" DM_CONTROL="/var/run/xdmctl" EDITOR="/usr/bin/vim" ELIBC="glibc" EMERGE_DEFAULT_OPTS="--verbose --tree" EMERGE_WARNING_DELAY="10" FEATURES="distlocks parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}"" GCC_SPECS="" GDK_USE_XFT="1" GENTOO_MIRRORS="http://gentoo.ynet.sk/pub http://ftp.sh.cvut.cz/MIRRORS/gentoo" GS_LIB="/home/waldauf/.fonts" GTK2_RC_FILES="/etc/gtk-2.0/gtkrc:/home/waldauf/.gtkrc-2.0:/home/waldauf/.kde3.5/share/config/gtkrc-2.0" GTK_RC_FILES="/etc/gtk/gtkrc:/home/waldauf/.gtkrc:/home/waldauf/.kde3.5/share/config/gtkrc" HOME="/root" INFOPATH="/usr/share/info:/usr/share/binutils-data/i686-pc-linux-gnu/2.19/info:/usr/share/gcc-data/i486-pc-linux-gnu/4.1.2/info:/usr/share/gcc-data/i686-pc-linux-gnu/4.3.2/info" INPUT_DEVICES="keyboard mouse synaptics evdev" INTEL_BATCH="1" JAVAC="/etc/java-config-2/current-system-vm/bin/javac" JAVA_HOME="/etc/java-config-2/current-system-vm" JDK_HOME="/etc/java-config-2/current-system-vm" KDE_FULL_SESSION="true" KDE_MULTIHEAD="false" KDE_SESSION_UID="1000" KERNEL="linux" KONSOLE_DCOP="DCOPRef(yakuake,konsole)" KONSOLE_DCOP_SESSION="DCOPRef(yakuake,session-1)" LANG="cs_CZ" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LC_ALL="cs_CZ" LDFLAGS="-Wl,-O1" LDPATH="/usr/kde/3.5/lib:" LESS="-R -M --shift 5" LESSOPEN="|lesspipe.sh %s" LINGUAS="cs en" LOGNAME="root" LS_COLORS="rs=0:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:" MAKEOPTS="-j3" MANPATH="/etc/java-config-2/current-system-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/i686-pc-linux-gnu/2.19/man:/usr/share/gcc-data/i486-pc-linux-gnu/4.1.2/man:/usr/share/gcc-data/i686-pc-linux-gnu/4.3.2/man:/etc/java-config/system-vm/man/:/usr/kde/3.5/share/man:/usr/qt/3/doc/man" NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" OPENGL_PROFILE="xorg-x11" PAGER="/usr/bin/less" PATH="/sbin:/bin:/usr/sbin:/usr/bin" PKGDIR="/usr/portage/packages" PKG_CONFIG_PATH="/usr/qt/3/lib/pkgconfig" PORTAGE_ARCHLIST="ppc s390 amd64 x86 ppc64 x86-fbsd m68k arm sparc sh mips ia64 alpha hppa sparc-fbsd" PORTAGE_BINHOST_CHUNKSIZE="3000" PORTAGE_BIN_PATH="/usr/lib/portage/bin" PORTAGE_COMPRESS_EXCLUDE_SUFFIXES="css gif htm[l]? jp[e]?g js pdf png" PORTAGE_CONFIGROOT="/" PORTAGE_COUNTER_HASH="fca678c6d08023c912304e710eb48634" PORTAGE_DEBUG="0" PORTAGE_DEPCACHEDIR="/var/cache/edb/dep" PORTAGE_ELOG_CLASSES="info warn error log" PORTAGE_ELOG_MAILFROM="portage@localhost" PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}" PORTAGE_ELOG_MAILURI="root" PORTAGE_ELOG_SYSTEM="save" PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5" PORTAGE_FETCH_RESUME_MIN_SIZE="350K" PORTAGE_GID="250" PORTAGE_INST_GID="0" PORTAGE_INST_UID="0" PORTAGE_NICENESS="3" PORTAGE_PYM_PATH="/usr/lib/portage/pym" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_RSYNC_RETRIES="3" PORTAGE_TMPDIR="/var/tmp" PORTAGE_VERBOSE="1" PORTAGE_WORKDIR_MODE="0700" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" PORT_LOGDIR="/var/log/portage" PROFILE_ONLY_VARIABLES="ARCH ELIBC KERNEL USERLAND" PWD="/home/waldauf" QMAKESPEC="linux-g++" QTDIR="/usr/qt/3" RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}"" ROOT="/" ROOTPATH="/usr/kde/3.5/sbin:/usr/kde/3.5/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i486-pc-linux-gnu/gcc-bin/4.1.2:/usr/i686-pc-linux-gnu/gcc-bin/4.3.2:/usr/qt/3/bin:/usr/games/bin" RPMDIR="/usr/portage/rpm" SESSION_MANAGER="local/mrnous:@/tmp/.ICE-unix/11608,unix/mrnous:/tmp/.ICE-unix/11608" SHELL="/bin/bash" SHLVL="4" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" TERM="xterm" USE="7zip X aac acl acpi alsa bash-completion berkdb bzip2 cli cracklib crypt cups dbus directfb dri dvd dvdr dvdread fam ffmpeg fortran gdbm gif gimp gpm hal i810 iconv intel isdnlog java jpeg kde midi mmx mp3 mudflap ncurses nls nptl nptlonly nsplugin opengl openmp pam pcre perl png pppd python qt readline reflection reiserfs session spl sse ssl sysfs tcpd truetype unicode usb x86 xine xorg xvid zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="cs en" USERLAND="GNU" VIDEO_CARDS="i810 intel" USER="root" USERLAND="GNU" USE_EXPAND="ALSA_CARDS ALSA_PCM_PLUGINS APACHE2_MODULES APACHE2_MPMS CAMERAS CROSSCOMPILE_OPTS DVB_CARDS ELIBC FCDSL_CARDS FOO2ZJS_DEVICES FRITZCAPI_CARDS INPUT_DEVICES KERNEL LCD_DEVICES LINGUAS LIRC_DEVICES MISDN_CARDS NETBEANS_MODULES USERLAND VIDEO_CARDS" USE_EXPAND_HIDDEN="CROSSCOMPILE_OPTS ELIBC KERNEL USERLAND" USE_ORDER="env:pkg:conf:defaults:pkginternal:env.d" VIDEO_CARDS="i810 intel" WINDOWID="16816124" XAUTHORITY="/root/.xauthbHvQ0l" XCURSOR_THEME="default" XDG_CONFIG_DIRS="/usr/kde/3.5/etc/xdg" XDG_DATA_DIRS="/usr/kde/3.5/share:/usr/share:/usr/local/share" XDM_MANAGED="/var/run/xdmctl/xdmctl-:0,maysd,mayfn,sched,rsvd,method=classic" _="/usr/bin/emerge" | i found where was problem. i have to have installed x11-drivers/xf86-input-keyboard in version 1.3.0. it wasn't best because x11-base/xorg-server-1.5.2 need 1.3.1 version. so i had to mask this version of xorg-server. |
Hi. Since an upgrade to xorg-x11-7.4, my Thunderbird behaviour is odd. Parts of the main window (i.e. folder pane and message list window) get blanked after startup right before the password dialog. Basically, the first two, three lines of each window part stay, the rest disappears. Dragging an email and moving it over the blanked items redraws them, as well as selecting items, but refreshes of the screen blank them again. Maybe I need to re-emerge some gtk-related libs or so that revdep-rebuild didn't tell me? All other desktop apps appear to work fine. I put a screenshot here: Thunderbird_screenshot Running Code: thunderbird -safe-mode doesn't help, neither running with a fresh profile. Thx & Cheers, Daniel | OK I got it. It was a problem in the settings for my xf86-video-radeon (6.9.0): "MigrationHeuristic" has to be set to "always", not "smart". Using the old XAA over the recent EXA engine does the trick, too, but 2D peformance drops seriously then. Weird, though, that Thunderbird was the only affected app. Cheers, Daniel |
I've installed Gentoo on the ASUS EeePC 1000HA I bought a few weeks ago and I seem to have DRI working (given the output from glxinfo), but as far as I can tell it's still using software rendering as it's way too slow to run any 3D games. My /etc/X11/xorg.conf : Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerFlags" Option "AIGLX" "false" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "dbe" Load "glx" Load "dri" #Load "vbe" #Load "GLcore" Load "extmod" 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" HorizSync 31.5 VertRefresh 60 EndSection Section "Device" Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BusID "PCI:0:2:0" BoardName "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)" Option "AccelMethod" "XAA" Option "RenderAccel" "true" Option "XAANoOffscreenPixmaps" "true" Option "DRI" "true" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x600" EndSubSection EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Disable" EndSection Output from glxinfo : Code: name of display: :0.0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: SGI server glx version string: 1.2 server glx extensions: GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer client glx vendor string: SGI client glx version string: 1.4 client glx extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap GLX version: 1.2 GLX extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig OpenGL vendor string: Mesa Project OpenGL renderer string: Software Rasterizer OpenGL version string: 2.1 Mesa 7.2 OpenGL extensions: GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, GL_ARB_half_float_pixel, GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shader_objects, GL_ARB_shading_language_100, GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint, GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture, GL_EXT_depth_bounds_test, GL_EXT_draw_range_elements, GL_EXT_framebuffer_object, GL_EXT_framebuffer_blit, GL_EXT_fog_coord, GL_EXT_gpu_program_parameters, GL_EXT_histogram, GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels, GL_EXT_paletted_texture, GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_shared_texture_palette, GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_vertex_array, GL_APPLE_packed_pixels, GL_APPLE_vertex_array_object, GL_ATI_blend_equation_separate, GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once, GL_ATI_fragment_shader, GL_ATI_separate_stencil, GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_program_debug, GL_MESA_resize_buffers, GL_MESA_texture_array, GL_MESA_ycbcr_texture, GL_MESA_window_pos, GL_NV_blend_square, GL_NV_fragment_program, GL_NV_light_max_exponent, GL_NV_point_sprite, GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_OES_read_format, GL_SGI_color_matrix, GL_SGI_color_table, GL_SGI_texture_color_table, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow, GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- 0x23 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x24 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x25 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x26 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x27 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x28 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x29 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x2a 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x2b 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x2c 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x2d 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x2e 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x2f 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x30 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x31 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x32 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x6c 32 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None Output from glxgears : Code: GL_RENDERER = Software Rasterizer GL_VERSION = 2.1 Mesa 7.2 GL_VENDOR = Mesa Project GL_EXTENSIONS = GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_half_float_pixel GL_ARB_imaging GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_shadow GL_ARB_shadow_ambient GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_logic_op GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_compiled_vertex_array GL_EXT_convolution GL_EXT_copy_texture GL_EXT_depth_bounds_test GL_EXT_draw_range_elements GL_EXT_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_fog_coord GL_EXT_gpu_program_parameters GL_EXT_histogram GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_pixels GL_EXT_paletted_texture GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_polygon_offset GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_shared_texture_palette GL_EXT_stencil_wrap GL_EXT_subtexture GL_EXT_texture GL_EXT_texture3D GL_EXT_texture_edge_clamp GL_EXT_texture_env_add GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_vertex_array GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ATI_blend_equation_separate GL_ATI_texture_env_combine3 GL_ATI_texture_mirror_once GL_ATI_fragment_shader GL_ATI_separate_stencil GL_IBM_multimode_draw_arrays GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_INGR_blend_func_separate GL_MESA_pack_invert GL_MESA_program_debug GL_MESA_resize_buffers GL_MESA_texture_array GL_MESA_ycbcr_texture GL_MESA_window_pos GL_NV_blend_square GL_NV_fragment_program GL_NV_light_max_exponent GL_NV_point_sprite GL_NV_texture_rectangle GL_NV_texgen_reflection GL_NV_vertex_program GL_NV_vertex_program1_1 GL_OES_read_format GL_SGI_color_matrix GL_SGI_color_table GL_SGI_texture_color_table GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SGIX_shadow_ambient GL_SUN_multi_draw_arrays 449 frames in 5.0 seconds = 89.682 FPS Output from emerge --info : Code: Portage 2.2_rc13 (hardened/x86/2.6, gcc-3.4.6, glibc-2.6.1-r0, 2.6.27-hardened i686) ================================================================= System uname: Linux-2.6.27-hardened-i686-Intel-R-_Atom-TM-_CPU_N270_@_1.60GHz-with-glibc2.3.2 Timestamp of tree: Wed, 19 Nov 2008 11:09:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7, 2.1.6 dev-lang/python: 2.4.4-r14, 2.5.2-r7 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.6.1 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.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 /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-orphans user userfetch userpriv usersandbox" GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo http://gentoo.cites.uiuc.edu/pub/gentoo/ http://mirrors.cs.wmich.edu/gentoo" LDFLAGS="" 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 acpi alsa berkdb bzip2 cjk cracklib crypt dbus dri flac glitz gtk hal hardened ipv6 kde laptop midi mmx mozilla mp3 mpeg nls nptl nptlonly ogg opengl pam pdf pic png qt qt3 readline sdl sse ssl svg tcpd theora unicode urandom utf8 v4l vorbis win32codecs x86 xcb xorg xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse joystick" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="intel" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Any thoughts? As far as I can tell 2D hardware rendering works because the opengl interface for DOSBox and the like seems to be working fine now that DRI is officially "on" according to X. (It wasn't working before.) | Hadassah, Please post your /var/log/Xorg.0.log The xorg.conf tells what you asked Xorg to do. The log tells what it actually did. The two are not always the same. |
I'm in ~x86 and my gnome is now mostly 2.24. I have three problems: 1) gnome-settings-daemon consistently doesn't start. Adding g-s-d to session doesn't make any difference. I can start /usr/libexec/gnome-settings-daemon manually from a terminal and then all my settings work. 2) System->Log out does nothing, no CPU activity. Killing gnome-session from a terminal works. 3) System->Shut down does nothing, no CPU activity. Otherwise things are looking really good. **EDIT I see that others have been hit by this as well. Apologies for not scanning the forum before posting, I'm just so used to the board search engine being crappy that I don't ever use it. | because some component's API changes, pls downgrade or use gnome overlay and upgrade all packages to 2.24. |
Hello, I'm trying to set my background image with Image Magick's tool display. But there seem to be some kind of problem with that tool. It doesn't matter what arguments I pass to display. I always get this output: Code: $ display * Version: ImageMagick 6.4.4 2008-12-11 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2008 ImageMagick Studio LLC Usage: display [options ...] file [ [options ...] file ...] Image Settings: -alpha option activate, deactivate, reset, or set the alpha channel -antialias remove pixel-aliasing -authenticate password decipher image with this password -backdrop display image centered on a backdrop -channel type apply option to select image channels -colormap type Shared or Private -colorspace type alternate image colorspace -comment string annotate image with comment -compress type type of pixel compression when writing the image -define format:option define one or more image format options -delay value display the next image after pausing -density geometry horizontal and vertical density of the image -depth value image depth -display server display image to this X server -dispose method layer disposal method -dither method apply error diffusion to image -endian type endianness (MSB or LSB) of the image -filter type use this filter when resizing an image -format "string" output formatted image characteristics -geometry geometry preferred size and location of the Image window -identify identify the format and characteristics of the image -immutable displayed image cannot be modified -interlace type type of image interlacing scheme -interpolate method pixel color interpolation method -label string assign a label to an image -limit type value pixel cache resource limit -loop iterations loop images then exit -map type display image using this Standard Colormap -monitor monitor progress -page geometry size and location of an image canvas -profile filename add, delete, or apply an image profile -quality value JPEG/MIFF/PNG compression level -quantize colorspace reduce colors in this colorspace -quiet suppress all warning messages -regard-warnings pay attention to warning messages -remote command execute a command in an remote display process -repage geometry size and location of an image canvas (operator) -respect-parenthesis settings remain in effect until parenthesis boundary -sampling-factor geometry horizontal and vertical sampling factor -seed value seed a new sequence of pseudo-random numbers -set property value set an image property -size geometry width and height of image -texture filename name of texture to tile onto the image background -transparent-color color transparent color -treedepth value color tree depth -update seconds detect when image file is modified and redisplay -verbose print detailed information about the image -visual type display image using this visual type -virtual-pixel method virtual pixel access method -window id display image to background of this window -window-group id exit program when this window id is destroyed -write filename write image to a file Image Operators: -auto-orient automatically orient image -border geometry surround image with a border of color -clip clip along the first path from the 8BIM profile -clip-path id clip along a named path from the 8BIM profile -colors value preferred number of colors in the image -contrast enhance or reduce the image contrast -crop geometry preferred size and location of the cropped image -decipher filename convert cipher pixels to plain pixels -deskew threshold straighten an image -despeckle reduce the speckles within an image -edge factor apply a filter to detect edges in the image -enhance apply a digital filter to enhance a noisy image -extract geometry extract area from image -flip flip image in the vertical direction -flop flop image in the horizontal direction -frame geometry surround image with an ornamental border -fuzz distance colors within this distance are considered equal -gamma value level of gamma correction -monochrome transform image to black and white -negate replace every pixel with its complementary color -raise value lighten/darken image edges to create a 3-D effect -resample geometry change the resolution of an image -resize geometry resize the image -roll geometry roll an image vertically or horizontally -rotate degrees apply Paeth rotation to the image -sample geometry scale image with pixel sampling -segment value segment an image -sharpen geometry sharpen the image -strip strip image of all profiles and comments -threshold value threshold the image -trim trim image edges Image Sequence Operators: -coalesce merge a sequence of images -flatten flatten a sequence of images Miscellaneous Options: -debug events display copious debugging information -help print program options -list type print a list of supported option arguments -log format format of debugging information -version print version information In addition to those listed above, you can specify these standard X resources as command line options: -background, -bordercolor, -borderwidth, -font, -foreground, -iconGeometry, -iconic, -mattecolor, -name, -shared-memory, -usePixmap, or -title. By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output. Buttons: 1 press to map or unmap the Command widget 2 press and drag to magnify a region of an image 3 press to load an image from a visual image directory I have these USE-flags: Code: $ emerge -pv imagemagick These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] media-gfx/imagemagick-6.4.4.6 USE="bzip2 corefonts jpeg openmp perl png truetype zlib -X -djvu -doc -fontconfig -fpx -graphviz -gs -hdri -jbig -jpeg2k -lcms -nocxx -openexr -q32 -q8 -raw -svg -tiff -wmf -xml" 0 kB Total: 1 package (1 reinstall), Size of downloads: 0 kB Anyone know why this might be? | USE flag "-X" ?!? |
I have gnome-light and slim. It all works fine, but when I log out of Gnome, in between logging out and landing back on Slim, my KVM switches over to the other computer it's attached to. It has something to do with my setup - this is a relatively fresh install and has never happened before. It didn't happen at first, but something must have gone amiss on a recent update - to what, I don't know. Also, when I reboot from within Gnome (type reboot in terminal), it does the same thing. I have to hit the KVM to bring it back to the Gentoo box it just switched from. No other issues with xorg. Let me know if I should post anything else. emerge --info: Code: Portage 2.2_rc17 (default/linux/x86/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.26-gentoo-r4 i686) ================================================================= System uname: Linux-2.6.26-gentoo-r4-i686-Intel-R-_Celeron-R-_CPU_2.40GHz-with-glibc2.0 Timestamp of tree: Tue, 09 Dec 2008 16:45:02 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7-r1, 2.1.6 dev-lang/python: 2.4.4-r13, 2.5.2-r8 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.4.6-r1 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="" 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=i686 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks fixpackages parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo/ " LDFLAGS="-Wl,-O1" 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.namerica.gentoo.org/gentoo-portage" USE="X accessibility acl acpi aim alsa apm avahi berkdb branding bzip2 cairo cdaudio cdb cdda cddb cdio cdparanoia cdr cdrom cdsound cli cracklib crypt cups cupsddk dbus dri dvd dvdr dvi encode evo exif ffmpeg firefox3 flac fontconfig fortran ftp gdbm gif gimp gmail gnome gnome-keyring gnomecd gphoto2 gpm gtk gtkspell hal iconv icq id3 id3tag ipv6 isdnlog jabber jack java jpeg ladspa libnotify mdnsresponder-compat midi mp3 mpeg msn mtp mudflap musicbrainz ncurses nls nptlonly nsplugin ogg openexr openmp pam pcre pdf perl png ppds pppd prediction python qt3 qt4 quicktime raw readline reflection s3 samba scanner session shout spell spl ssl startup-notification svg sysfs tagwriting tcpd tiff truetype unicode vorbis wav win32codecs wma x86 xft xorg xpm xprint xulrunner yahoo zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CAMERAS="canon" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="intel" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY | Probably updated your video drivers lately? Probably what's happening is your driver is switching video modes so slowly (or has a dead period in between modes) that the kvm thinks you turned the computer off, and thus switches to the powered computer... Past this I'm not sure how to 'fix' this - it's driver dependent, probably have to switch back to the old version or bug upstream to revert back and try to switch modes as fast as it can (and not have a dead period). |
I'm running amd64 testing. I haven't been able to update nvidia-drivers all weekend. Anyone else having this problem? Code: >>> Emerging (1 of 1) x11-drivers/nvidia-drivers-177.82 >>> Downloading 'http://distfiles.gentoo.org/distfiles/NVIDIA-Linux-x86_64-177.82-pkg2.run' --2008-12-07 19:14:43-- http://distfiles.gentoo.org/distfiles/NVIDIA-Linux-x86_64-177.82-pkg2.run Resolving distfiles.gentoo.org... 64.50.238.52, 64.50.236.52, 216.165.129.135, ... Connecting to distfiles.gentoo.org|64.50.238.52|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 19416201 (19M) [text/plain] Saving to: `/usr/portage/distfiles/NVIDIA-Linux-x86_64-177.82-pkg2.run' 100%[======================================>] 19,416,201 1019K/s in 23s 2008-12-07 19:15:07 (821 KB/s) - `/usr/portage/distfiles/NVIDIA-Linux-x86_64-177.82-pkg2.run' saved [19416201/19416201] ('Filesize does not match recorded size', 19416201, 4413600) !!! Fetched file: NVIDIA-Linux-x86_64-177.82-pkg2.run VERIFY FAILED! !!! Reason: Filesize does not match recorded size !!! Got: 19416201 !!! Expected: 4413600 | OK, Thanks. I hadn't even searched the bugs yet. |
Hello, First, i've posted for this problem in the french section but without result ==> here I have an old laptop with a fresh gentoo install, X work without error but I've a problem with the mouse cursor. It is not placed on the clic coordinate, when i'm cliquing on the screen, the menu isn't under the cursor. I've an offset of many centimeter on the screen. I have the probleme with the synaptics touchpad and a usb mouse; under gentoo, under sysresccd and toutoulinux livecd but no problem under ubuntu livecd. An xorg.conf extract : Code: Section "InputDevice" Identifier "Mouse0" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "UpDownScrolling" "1" Option "LeftRightScrolling" "0" Option "TapButton2" "2" Option "TapButton3" "3" EndSection Some version information : Code: sh-3.2# eix xorg-server [I] x11-base/xorg-server Available versions: 1.3.0.0-r6 ~1.4.2 ~1.5.2 {3dfx debug dmx dri hal input_devices_acecad input_devices_aiptek input_devices_calcomp input_devices_citron input_devices_digitaledge input_devices_dmc input_devices_dynapro input_devices_elo2300 input_devices_elographics input_devices_evdev input_devices_fpit input_devices_hyperpen input_devices_jamstudio input_devices_joystick input_devices_keyboard input_devices_magellan input_devices_microtouch input_devices_mouse input_devices_mutouch input_devices_palmax input_devices_penmount input_devices_spaceorb input_devices_summa input_devices_synaptics input_devices_tek4957 input_devices_tslib input_devices_ur98 input_devices_vmmouse input_devices_void input_devices_wacom ipv6 kdrive minimal nptl sdl tslib video_cards_apm video_cards_ark video_cards_ast video_cards_chips video_cards_cirrus video_cards_cyrix video_cards_dummy video_cards_epson video_cards_fbdev video_cards_fglrx video_cards_geode video_cards_glint video_cards_i128 video_cards_i740 video_cards_impact video_cards_imstt video_cards_intel video_cards_mach64 video_cards_mga video_cards_neomagic video_cards_newport video_cards_nsc video_cards_nv video_cards_nvidia video_cards_r128 video_cards_radeon video_cards_radeonhd video_cards_rendition video_cards_s3 video_cards_s3virge video_cards_savage video_cards_siliconmotion video_cards_sis video_cards_sisusb video_cards_sunbw2 video_cards_suncg14 video_cards_suncg3 video_cards_suncg6 video_cards_sunffb video_cards_sunleo video_cards_suntcx video_cards_tdfx video_cards_tga video_cards_trident video_cards_tseng video_cards_v4l video_cards_vermilion video_cards_vesa video_cards_vga video_cards_via video_cards_vmware video_cards_voodoo video_cards_xgi xorg xprint} Installed versions: 1.3.0.0-r6(16:42:33 30.11.2008)(dri input_devices_keyboard input_devices_mouse input_devices_synaptics nptl sdl video_cards_savage xorg -3dfx -debug -dmx -input_devices_acecad -input_devices_aiptek -input_devices_calcomp -input_devices_citron -input_devices_digitaledge -input_devices_dmc -input_devices_dynapro -input_devices_elo2300 -input_devices_elographics -input_devices_evdev -input_devices_fpit -input_devices_hyperpen -input_devices_jamstudio -input_devices_joystick -input_devices_magellan -input_devices_microtouch -input_devices_mutouch -input_devices_palmax -input_devices_penmount -input_devices_spaceorb -input_devices_summa -input_devices_tek4957 -input_devices_ur98 -input_devices_vmmouse -input_devices_void -input_devices_wacom -ipv6 -kdrive -minimal -video_cards_apm -video_cards_ark -video_cards_chips -video_cards_cirrus -video_cards_cyrix -video_cards_dummy -video_cards_epson -video_cards_fbdev -video_cards_fglrx -video_cards_glint -video_cards_i128 -video_cards_i740 -video_cards_impact -video_cards_imstt -video_cards_intel -video_cards_mach64 -video_cards_mga -video_cards_neomagic -video_cards_newport -video_cards_nsc -video_cards_nv -video_cards_nvidia -video_cards_r128 -video_cards_radeon -video_cards_rendition -video_cards_s3 -video_cards_s3virge -video_cards_siliconmotion -video_cards_sis -video_cards_sisusb -video_cards_sunbw2 -video_cards_suncg14 -video_cards_suncg3 -video_cards_suncg6 -video_cards_sunffb -video_cards_sunleo -video_cards_suntcx -video_cards_tdfx -video_cards_tga -video_cards_trident -video_cards_tseng -video_cards_v4l -video_cards_vesa -video_cards_vga -video_cards_via -video_cards_vmware -video_cards_voodoo -xprint) Homepage: http://xorg.freedesktop.org/ Description: X.Org X servers sh-3.2# eix x11-drivers/xf86-input-synaptics * x11-drivers/xf86-input-synaptics Available versions: ~0.15.2-r2 ~0.99.1 {debug hal} Homepage: http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/ Description: Driver for Synaptics touchpads sh-3.2# eix x11-drivers/xf86-input-mouse [I] x11-drivers/xf86-input-mouse Available versions: 1.2.2 ~1.2.2-r1 1.2.3 ~1.3.0 {debug} Installed versions: 1.2.3(22:01:21 25.11.2008)(-debug) Homepage: http://xorg.freedesktop.org/ Description: X.Org driver for mouse input devices sh-3.2# eix x11-drivers/xf86-input-evdev * x11-drivers/xf86-input-evdev Available versions: 1.1.5-r1 ~1.1.5-r2 ~1.2.0 ~1.99.2-r2 ~2.0.1 ~2.0.2 ~2.0.4 ~2.0.5 ~2.0.6 ~2.0.7 {debug hal} Homepage: http://xorg.freedesktop.org/ Description: Generic Linux input driver sh-3.2# eix x11-proto/inputproto [I] x11-proto/inputproto Available versions: 1.4.2 1.4.2.1 ~1.4.3 ~1.4.3-r1 ~1.4.4 Installed versions: 1.4.2.1(23:48:51 21.11.2008) Homepage: http://xorg.freedesktop.org/ Description: X.Org Input protocol headers My make.conf : Code: ACCEPT_KEYWORDS="x86" CHOST="i686-pc-linux-gnu" CFLAGS="-march=athlon-tbird -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j3" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" GENTOO_MIRRORS="ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ " USE="-qt3 -qt4 -gnome -gtk -kde -dvd alsa -cdr a52 glitz svg pdf png -arts -perl -ipv6 -cups" INPUT_DEVICES="keyboard mouse synaptics" VIDEO_CARDS="savage" LINGUAS="fr" PORTDIR_OVERLAY="/usr/local/portage /usr/portage" I hope you undertand my problem. Gaby | you could try using the evdev drivers for your mouse i like them and they pretty much configure themself |
How can I change the menu fonts for Firefox and Adobe Acrobat reader? I've emerged mozilla-firefox-bin and acroread and they both are static applications (so ldd will not tell me anything). I can change the emacs and xterm fonts uising xrdb, but I can't figure out how to change the menu font for firefox and acroread. I don't have any of the menus so I need to know which program are run when selecting the menu-item. | Let me check something first: today is 3 December 2008 . Having said that, AFAIK Firefox menu font is probably first by Firefox' theme, then fallback to the default Gtk theme. |
I can't install lxde-meta on my eeepc because of that I'm not able to install lxsession. I have marked it in /etc/portage/package.keyword like this ~x86 and tried with lxde overlay. Is it something wrong with this package? I have been trying with both virtual/lxsession and lxsession-lite. Is it possible to start lxde without it? | What error do you get when attempting to install lxsession? Please provide plenty of context from the build log, not just the final lines that say something went wrong. |
I'm currently unable to save openoffice attachments that I receive via email, in Claws-Mail. If I try to save a document, it pops up a dialog box saying: "Couldn't save the part of multipart message: Permission denied". Additionally, if I try to open the document from wthin Claws-Mail, OpenOffice starts and then hangs. I usually have to terminate the OpenOffice application to get rid of it. This is with OpenOffice 3.0.0. Can't remember if it did work with 2.4.1. Does anyone have any ideas what is wrong? | In $HOME/.claws-mail/clawsrc, there is a setting Code: attach_save_directory Somehow this got defaulted to /. Simply changing this to $HOME/ cleared the error. |
If I as root run: Code: # su user and then from the terminal tries to start something using X it is not possble. For example: Code: $ alock -auth pam No protocol specified alock: error, can't open connection to X: Permission denied What could this be due to? | as the user that started X in the first place, run `xhost +` which will allow any user to connect to that instance of X read the manual page for xhost to find out how too selectively enable different users to connect instead of all. |
When I try to run SDL programs, I get the following error about 80% of the time: Xlib: connection to ":0.0" refused by server Xlib: XDM authorization key matches an existing client! Could not initialize SDL: Couldn't open X11 display! The other 20% of the time, the program starts just fine. As far as I can tell it's completely random. Any ideas on how to fix this? | Switch from xdm-specific to normal authorization method for your X clients by specifying auth method in /etc/X11/xdm/xdm-config: Code: DisplayManager*authName: MIT-MAGIC-COOKIE-1 Here is the best explanation I've seen on why certain programs have this problem with xdm cookies: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440874 |
Hello, i hope this is the right palce where to post this. I've a problem, i can't make direct rendering works.Its strange cos it always worked fine for me but now after i reinstalled gentoo it doesn't and i dunno why.if anyone could help me or have a idea on how to solve it i'd much appreciate it:D So this is my xorg.conf (a bit messy ), removed comments from xorgconfig to shorten the post Code: Section "ServerLayout" Identifier "Simple Layout" Screen 0 "Screen 1" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "Files" # FontPath "/usr/share/fonts/TTF/" # FontPath "/usr/share/fonts/OTF" # FontPath "/usr/lib/X11/fonts/local/" # FontPath "/usr/lib/X11/fonts/misc/" # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" # FontPath "/usr/lib/X11/fonts/Speedo/" # FontPath "/usr/lib/X11/fonts/Type1/" # FontPath "/usr/lib/X11/fonts/TrueType/" # FontPath "/usr/lib/X11/fonts/freefont/" # FontPath "/usr/lib/X11/fonts/75dpi/" # FontPath "/usr/lib/X11/fonts/100dpi/" # The module search path. The default path is shown here. # ModulePath "/usr/lib/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" # This loads the DBE extension module. # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. # This loads the font modules # Load "type1" # This loads the GLX module Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "freetype" # Load "xtt" Load "glx" # This loads the DRI module Load "dri" EndSection Section "InputDevice" # Option "Protocol" "Xqueue" # Option "Xleds" "1 2 3" # Option "LeftAlt" "Meta" # Option "RightAlt" "ModeShift" # Option "XkbModel" "pc105" # These are the default XKB settings for Xorg # Option "XkbRules" "xorg" # Option "XkbModel" "pc105" # Option "XkbLayout" "us" # Option "XkbVariant" "" # Option "XkbOptions" "" # Option "XkbDisable" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" # Option "Protocol" "Xqueue" # Mouse-speed setting for PS/2 mouse. # Option "Resolution" "256" Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" # Auto detect Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "PHILIPS" HorizSync 31.5 - 79.0 VertRefresh 50.0 - 90.0 EndSection Section "Device" # Clocks 25.2 28.3 Identifier "Standard VGA" Driver "fglrx" VendorName "Unknown" BoardName "Unknown" BusID "PCI:5:0:0" EndSection Section "Device" #Options ### Set to 1 - better , set to 2 for compability, and 0 for basic #Option "Textured2D" "on" #Option "TexturedXRender" "on" #Option "BackingStore" "on" ### forced turned off so TextureVideo is used #Option "VideoOverlay" "Off" #Option "OpenGLOverlay" "Off" ## Desktop Setup #Option "DesktopSetup" "clone" #Option "EnableMonitor" "crt1,lvds" #BusID "PCI:1:0:0" Identifier "RADEON" Driver "fglrx" Option "DRI" "true" ## Driver / Performance Options Option "XAANoOffscreenPixmaps" "true" #Option "TexturedVideo" "On" #Option "UseFastTLS" "2" ### Experimental BusID "PCI:5:0:0" EndSection Section "Screen" Identifier "Screen 1" Device "RADEON" Monitor "PHILIPS" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 8 Modes "1680x1050" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1680x1050" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1680x1050" EndSubSection EndSection Section "DRI" Mode 0666 EndSection One thing has to be said(i think at least) i had xorgserver-1.3 with ati-drivers-8.542 and tried to upgrade to 8.552-r2 version of the drivers and found this https://bugs.gentoo.org/247685 , so i did --unmerge ati-drivers and xorg-server and then remerged but using 1.4.2 version of xorg-server, dunno if that was a smart move tho.well i just said this cos maybe its the thing that messed up everything! Thanks in advance for any help | i solved this upgrading xorg-server and ati-drivers, there was some broken links, i think those were put in when i tried ati-drivers-8.552 for the first time.Anyway i just deleted em and remerged xorg-server and ati-drivers if that can help someone having my same problem |
Tried to emerge qt (qt-4.3.3) and I get the following Quote: /bin/sh: line 1: 10198 Aborted make -f Makefile all make: *** [sub-gui-all-ordered] Error 134 ERROR: compile ERROR: x11-libs/qt-4.3.3 failed. Call stack: ebuild.sh, line 49: Called src_compile environment, line 2524: Called die The specific snippet of code: emake all || die The die message: (no error message) Quote: emerge --info Portage 2.1.4.5 (default/linux/amd64/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.26-gentoo-r3 x86_64) ================================================================= System uname: 2.6.26-gentoo-r3 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ Timestamp of tree: Wed, 26 Nov 2008 00:22:01 +0000 app-shells/bash: 3.2_p17-r1 dev-lang/python: 2.4.4-r13 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.61-r1 sys-devel/automake: 1.7.9-r1, 1.9.6-r2, 1.10.1 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 /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/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distro.ibiblio.org/pub/linux/distributions/gentoo/ http://www.gtlib.gatech.edu/pub/gentoo http://cudlug.cudenver.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.namerica.gentoo.org/gentoo-portage" USE="X aac acl alsa amd64 berkdb bzip2 cdr cli cracklib crypt cups dri dvd dvdr dvdread fortran gdbm gpm iconv ipv6 isdnlog kde midi mmx mudflap multilib ncurses nls nptl nptlonly openmp pam pcre perl pppd python qt3 qt4 readline reflection session spl sse sse2 ssl sysfs tcpd unicode xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fbdev glint i810 intel mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY | If it segfaults in different places, it is more likely to be a hardware problem, such as bad ram or overheating. |
I have freshly installed gentoo on my IBM Thinkpad T41. It's the one with the centrino processor and a Radeon R250 [Mobility FireGL 9000]. I put VIDEO_CARDS="fglrx" into make.conf, I installed ati-drivers and gnome, but when i try to startx I'm told that there are no devices detected. I generated my xorg.conf using the xorgconfig tool as per http://www.gentoo.org/doc/en/ati-faq.xml. Is my video card not support by the ati-drivers? I found nothing in my searches that suggests this is the case. When I lsmod should I see fglrx, because I do not and I worry that that's a problem. modprobe fglrx gives an error as well. Sorry for the nubish questions. Thanks to anybody that can help. Xorg.0.log: Code: X Window System Version 1.3.0 Release Date: 19 April 2007 X Protocol Version 11, Revision 0, Release 1.3 Build Operating System: UNKNOWN Current Operating System: Linux brandt 2.6.25-gentoo-r9 #7 SMP Sat Nov 22 21:31:13 EST 2008 i686 Build Date: 16 November 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 Nov 22 21:42:10 2008 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Simple Layout" (**) |-->Screen "Screen 1" (0) (**) | |-->Monitor "Monitor" (**) | |-->Device "AtiRadeon" (**) |-->Input Device "Mouse1" (**) |-->Input Device "Keyboard1" (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ (==) RgbPath set to "/usr/share/X11/rgb" (==) ModulePath set to "/usr/lib/xorg/modules" (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) Loader magic: 0x81e55c0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 1.2 X.Org XInput driver : 0.7 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on linux (II) LoadModule: "pcidata" (II) Loading /usr/lib/xorg/modules//libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.2 (--) using VT number 7 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,3340 card 1014,0529 rev 03 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 8086,3341 card 0000,0000 rev 03 class 06,04,00 hdr 01 (II) PCI: 00:1d:0: chip 8086,24c2 card 1014,052d rev 01 class 0c,03,00 hdr 80 (II) PCI: 00:1d:1: chip 8086,24c4 card 1014,052d rev 01 class 0c,03,00 hdr 00 (II) PCI: 00:1d:2: chip 8086,24c7 card 1014,052d rev 01 class 0c,03,00 hdr 00 (II) PCI: 00:1d:7: chip 8086,24cd card 1014,052e rev 01 class 0c,03,20 hdr 00 (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 81 class 06,04,00 hdr 01 (II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 01 class 06,01,00 hdr 80 (II) PCI: 00:1f:1: chip 8086,24ca card 1014,052d rev 01 class 01,01,8a hdr 00 (II) PCI: 00:1f:3: chip 8086,24c3 card 1014,052d rev 01 class 0c,05,00 hdr 00 (II) PCI: 00:1f:5: chip 8086,24c5 card 1014,0537 rev 01 class 04,01,00 hdr 00 (II) PCI: 00:1f:6: chip 8086,24c6 card 1014,0525 rev 01 class 07,03,00 hdr 00 (II) PCI: 01:00:0: chip 1002,4c66 card 1014,0531 rev 02 class 03,00,00 hdr 00 (II) PCI: 02:00:0: chip 104c,ac46 card 4000,0000 rev 01 class 06,07,00 hdr 82 (II) PCI: 02:00:1: chip 104c,ac46 card 4800,0000 rev 01 class 06,07,00 hdr 82 (II) PCI: 02:01:0: chip 8086,101e card 1014,0549 rev 03 class 02,00,00 hdr 00 (II) PCI: 02:02:0: chip 8086,1043 card 8086,2551 rev 04 class 02,80,00 hdr 00 (II) PCI: End of PCI scan (II) Intel Bridge workaround enabled (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,7), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set) (II) Bus 1 I/O range: [0] -1 0 0x00003000 - 0x000030ff (0x100) IX[B] [1] -1 0 0x00003400 - 0x000034ff (0x100) IX[B] [2] -1 0 0x00003800 - 0x000038ff (0x100) IX[B] [3] -1 0 0x00003c00 - 0x00003cff (0x100) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xc0100000 - 0xc01fffff (0x100000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B] (II) Subtractive PCI-to-PCI bridge: (II) Bus 2: bridge is at (0:30:0), (0,2,8), BCTRL: 0x0004 (VGA_EN is cleared) (II) Bus 2 I/O range: [0] -1 0 0x00004000 - 0x000040ff (0x100) IX[B] [1] -1 0 0x00004400 - 0x000044ff (0x100) IX[B] [2] -1 0 0x00004800 - 0x000048ff (0x100) IX[B] [3] -1 0 0x00004c00 - 0x00004cff (0x100) IX[B] [4] -1 0 0x00005000 - 0x000050ff (0x100) IX[B] [5] -1 0 0x00005400 - 0x000054ff (0x100) IX[B] [6] -1 0 0x00005800 - 0x000058ff (0x100) IX[B] [7] -1 0 0x00005c00 - 0x00005cff (0x100) IX[B] [8] -1 0 0x00006000 - 0x000060ff (0x100) IX[B] [9] -1 0 0x00006400 - 0x000064ff (0x100) IX[B] [10] -1 0 0x00006800 - 0x000068ff (0x100) IX[B] [11] -1 0 0x00006c00 - 0x00006cff (0x100) IX[B] [12] -1 0 0x00007000 - 0x000070ff (0x100) IX[B] [13] -1 0 0x00007400 - 0x000074ff (0x100) IX[B] [14] -1 0 0x00007800 - 0x000078ff (0x100) IX[B] [15] -1 0 0x00007c00 - 0x00007cff (0x100) IX[B] [16] -1 0 0x00008000 - 0x000080ff (0x100) IX[B] [17] -1 0 0x00008400 - 0x000084ff (0x100) IX[B] [18] -1 0 0x00008800 - 0x000088ff (0x100) IX[B] [19] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B] (II) Bus 2 non-prefetchable memory range: [0] -1 0 0xc0200000 - 0xcfffffff (0xfe00000) MX[B] (II) Bus 2 prefetchable memory range: [0] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) PCI-to-CardBus bridge: (II) Bus 3: bridge is at (2:0:0), (2,3,6), BCTRL: 0x03c0 (VGA_EN is cleared) (II) Bus 3 I/O range: [0] -1 0 0x00004000 - 0x000040ff (0x100) IX[B] [1] -1 0 0x00004400 - 0x000044ff (0x100) IX[B] (II) Bus 3 prefetchable memory range: [0] -1 0 0xe8000000 - 0xebffffff (0x4000000) MX[B] (II) PCI-to-CardBus bridge: (II) Bus 7: bridge is at (2:0:1), (2,7,7), BCTRL: 0x03c0 (VGA_EN is cleared) (II) Bus 7 I/O range: [0] -1 0 0x00004800 - 0x000048ff (0x100) IX[B] [1] -1 0 0x00004c00 - 0x00004cff (0x100) IX[B] (II) Bus 7 prefetchable memory range: [0] -1 0 0xec000000 - 0xefffffff (0x4000000) MX[B] (--) PCI:*(1:0:0) ATI Technologies Inc Radeon R250 [Mobility FireGL 9000] rev 2, Mem @ 0xe0000000/27, 0xc0100000/16, I/O @ 0x3000/8 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) PCI Memory resource overlap reduced 0xd0000000 from 0xdfffffff to 0xcfffffff (II) Active PCI resource ranges: [0] -1 0 0xc0214000 - 0xc0214fff (0x1000) MX[B] [1] -1 0 0xc0200000 - 0xc020ffff (0x10000) MX[B] [2] -1 0 0xc0220000 - 0xc023ffff (0x20000) MX[B] [3] -1 0 0xc0000800 - 0xc00008ff (0x100) MX[B] [4] -1 0 0xc0000c00 - 0xc0000dff (0x200) MX[B] [5] -1 0 0x50000000 - 0x500003ff (0x400) MX[B] [6] -1 0 0xc0000000 - 0xc00003ff (0x400) MX[B] [7] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [8] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[B](B) [9] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B) [10] -1 0 0x00008000 - 0x0000803f (0x40) IX[B] [11] -1 0 0x00002000 - 0x0000207f (0x80) IX[B] [12] -1 0 0x00002400 - 0x000024ff (0x100) IX[B] [13] -1 0 0x000018c0 - 0x000018ff (0x40) IX[B] [14] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B] [15] -1 0 0x00001880 - 0x0000189f (0x20) IX[B] [16] -1 0 0x00001860 - 0x0000186f (0x10) IX[B] [17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [21] -1 0 0x00001840 - 0x0000185f (0x20) IX[B] [22] -1 0 0x00001820 - 0x0000183f (0x20) IX[B] [23] -1 0 0x00001800 - 0x0000181f (0x20) IX[B] [24] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B) (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xc0214000 - 0xc0214fff (0x1000) MX[B] [1] -1 0 0xc0200000 - 0xc020ffff (0x10000) MX[B] [2] -1 0 0xc0220000 - 0xc023ffff (0x20000) MX[B] [3] -1 0 0xc0000800 - 0xc00008ff (0x100) MX[B] [4] -1 0 0xc0000c00 - 0xc0000dff (0x200) MX[B] [5] -1 0 0x50000000 - 0x500003ff (0x400) MX[B] [6] -1 0 0xc0000000 - 0xc00003ff (0x400) MX[B] [7] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [8] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[B](B) [9] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B) [10] -1 0 0x00008000 - 0x0000803f (0x40) IX[B] [11] -1 0 0x00002000 - 0x0000207f (0x80) IX[B] [12] -1 0 0x00002400 - 0x000024ff (0x100) IX[B] [13] -1 0 0x000018c0 - 0x000018ff (0x40) IX[B] [14] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B] [15] -1 0 0x00001880 - 0x0000189f (0x20) IX[B] [16] -1 0 0x00001860 - 0x0000186f (0x10) IX[B] [17] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [19] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [21] -1 0 0x00001840 - 0x0000185f (0x20) IX[B] [22] -1 0 0x00001820 - 0x0000183f (0x20) IX[B] [23] -1 0 0x00001800 - 0x0000181f (0x20) IX[B] [24] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B) (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xc0214000 - 0xc0214fff (0x1000) MX[B] [5] -1 0 0xc0200000 - 0xc020ffff (0x10000) MX[B] [6] -1 0 0xc0220000 - 0xc023ffff (0x20000) MX[B] [7] -1 0 0xc0000800 - 0xc00008ff (0x100) MX[B] [8] -1 0 0xc0000c00 - 0xc0000dff (0x200) MX[B] [9] -1 0 0x50000000 - 0x500003ff (0x400) MX[B] [10] -1 0 0xc0000000 - 0xc00003ff (0x400) MX[B] [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O [12] -1 0 0xc0100000 - 0xc010ffff (0x10000) MX[B](B) [13] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B) [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [16] -1 0 0x00008000 - 0x0000803f (0x40) IX[B] [17] -1 0 0x00002000 - 0x0000207f (0x80) IX[B] [18] -1 0 0x00002400 - 0x000024ff (0x100) IX[B] [19] -1 0 0x000018c0 - 0x000018ff (0x40) IX[B] [20] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B] [21] -1 0 0x00001880 - 0x0000189f (0x20) IX[B] [22] -1 0 0x00001860 - 0x0000186f (0x10) IX[B] [23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B] [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [27] -1 0 0x00001840 - 0x0000185f (0x20) IX[B] [28] -1 0 0x00001820 - 0x0000183f (0x20) IX[B] [29] -1 0 0x00001800 - 0x0000181f (0x20) IX[B] [30] -1 0 0x00003000 - 0x000030ff (0x100) IX[B](B) (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "freetype" (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.3.0, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font FreeType (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading extension XFree86-DRI (II) LoadModule: "fglrx" (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so (II) Module fglrx: vendor="FireGL - ATI Technologies Inc." compiled for 7.1.0, module version = 8.50.3 Module class: X.Org Video Driver (II) LoadModule: "mouse" (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.2.3 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.7 (II) LoadModule: "kbd" (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.1.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.7 (II) Primary Device is: PCI 01:00:0 (II) ATI Proprietary Linux Driver Version Identifier:8.50.3 (II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.501 (II) ATI Proprietary Linux Driver Build Date: Jun 2 2008 22:46:56 (--) Assigning device section with no busID to primary device (EE) No devices detected. Fatal server error: no screens found xorg.conf: Code: # File generated by xorgconfig. # # Copyright 2004 The X.Org Foundation # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # # Except as contained in this notice, the name of The X.Org Foundation shall # not be used in advertising or otherwise to promote the sale, use or other # dealings in this Software without prior written authorization from # The X.Org Foundation. # # ********************************************************************** # Refer to the xorg.conf(5) man page for details about the format of # this file. # ********************************************************************** # ********************************************************************** # Module section -- this section is used to specify # which dynamically loadable modules to load. # ********************************************************************** # Section "Module" # This loads the DBE extension module. Load "dbe" # Double buffer extension # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection # This loads the font modules # Load "type1" Load "freetype" # Load "xtt" # This loads the GLX module Load "glx" # This loads the DRI module Load "dri" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. # RgbPath "/usr/share/X11/rgb" # Multiple FontPath entries are allowed (which are concatenated together), # as well as specifying multiple comma-separated entries in one FontPath # command (or a combination of both methods) # # FontPath "/usr/share/fonts/misc/" # FontPath "/usr/share/fonts/TTF/" # FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" # FontPath "/usr/lib/X11/fonts/local/" # FontPath "/usr/lib/X11/fonts/misc/" # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" # FontPath "/usr/lib/X11/fonts/Speedo/" # FontPath "/usr/lib/X11/fonts/Type1/" # FontPath "/usr/lib/X11/fonts/TrueType/" # FontPath "/usr/lib/X11/fonts/freefont/" # FontPath "/usr/lib/X11/fonts/75dpi/" # FontPath "/usr/lib/X11/fonts/100dpi/" # The module search path. The default path is shown here. # ModulePath "/usr/lib/modules" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging # Option "NoTrapSignals" # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence # (where n is 1 through 12). This allows clients to receive these key # events. # Option "DontVTSwitch" # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence # This allows clients to receive this key event. # Option "DontZap" # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching # sequences. This allows clients to receive these key events. # Option "Dont Zoom" # Uncomment this to disable tuning with the xvidtune client. With # it the client can still run and fetch card and monitor attributes, # but it will not be allowed to change them. If it tries it will # receive a protocol error. # Option "DisableVidModeExtension" # Uncomment this to enable the use of a non-local xvidtune client. # Option "AllowNonLocalXvidtune" # Uncomment this to disable dynamically modifying the input device # (mouse and keyboard) settings. # Option "DisableModInDev" # Uncomment this to enable the use of a non-local client to # change the keyboard or mouse settings (currently only xset). # Option "AllowNonLocalModInDev" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "kbd" # For most OSs the protocol can be omitted (it defaults to "Standard"). # When using XQUEUE (only for SVR3 and SVR4, but not Solaris), # uncomment the following line. # Option "Protocol" "Xqueue" Option "AutoRepeat" "500 30" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # Option "Xleds" "1 2 3" # Option "LeftAlt" "Meta" # Option "RightAlt" "ModeShift" # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: # Option "XkbModel" "pc105" # If you have a US Microsoft Natural keyboard, you can use: # Option "XkbModel" "microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # Option "XkbLayout" "de" # or: # Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: # Option "XkbOptions" "ctrl:swapcaps" # These are the default XKB settings for Xorg # Option "XkbRules" "xorg" # Option "XkbModel" "pc105" # Option "XkbLayout" "us" # Option "XkbVariant" "" # Option "XkbOptions" "" # Option "XkbDisable" Option "XkbRules" "xorg" Option "XkbModel" "thinkpad" Option "XkbLayout" "us" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" # Auto detect Option "Device" "/dev/input/mice" # When using XQUEUE, comment out the above two lines, and uncomment # the following line. # Option "Protocol" "Xqueue" # Mouse-speed setting for PS/2 mouse. # Option "Resolution" "256" # Baudrate and SampleRate are only for some Logitech mice. In # almost every case these lines should be omitted. # Option "BaudRate" "9600" # Option "SampleRate" "150" # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5, # horizontal wheel to buttons 6 & 7. Change if your mouse has more than # 3 buttons and you need to map the wheel to different button ids to avoid # conflicts. Option "ZAxisMapping" "4 5 6 7" # Emulate3Buttons is an option for 2-button mice # Emulate3Timeout is the timeout in milliseconds (default is 50ms) # Option "Emulate3Buttons" # Option "Emulate3Timeout" "50" # ChordMiddle is an option for some 3-button Logitech mice # Option "ChordMiddle" EndSection # ********************************************************************** # Other input device sections # this is optional and is required only if you # are using extended input devices. This is for example only. Refer # to the xorg.conf man page for a description of the options. # ********************************************************************** # # Section "InputDevice" # Identifier "Mouse2" # Driver "mouse" # Option "Protocol" "MouseMan" # Option "Device" "/dev/mouse2" # EndSection # # Section "InputDevice" # Identifier "spaceball" # Driver "magellan" # Option "Device" "/dev/cua0" # EndSection # # Section "InputDevice" # Identifier "spaceball2" # Driver "spaceorb" # Option "Device" "/dev/cua0" # EndSection # # Section "InputDevice" # Identifier "touchscreen0" # Driver "microtouch" # Option "Device" "/dev/ttyS0" # Option "MinX" "1412" # Option "MaxX" "15184" # Option "MinY" "15372" # Option "MaxY" "1230" # Option "ScreenNumber" "0" # Option "ReportingMode" "Scaled" # Option "ButtonNumber" "1" # Option "SendCoreEvents" # EndSection # # Section "InputDevice" # Identifier "touchscreen1" # Driver "elo2300" # Option "Device" "/dev/ttyS0" # Option "MinX" "231" # Option "MaxX" "3868" # Option "MinY" "3858" # Option "MaxY" "272" # Option "ScreenNumber" "0" # Option "ReportingMode" "Scaled" # Option "ButtonThreshold" "17" # Option "ButtonNumber" "1" # Option "SendCoreEvents" # EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "Monitor" # HorizSync is in kHz unless units are specified. # HorizSync may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. HorizSync 31.5 - 64.3 # HorizSync 30-64 # multisync # HorizSync 31.5, 35.2 # multiple fixed sync frequencies # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies # VertRefresh is in Hz unless units are specified. # VertRefresh may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. VertRefresh 50-90 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present # Standard VGA Device: Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" # The chipset line is optional in most cases. It can be used to override # the driver's chipset detection, and should not normally be specified. # Chipset "generic" # The Driver line must be present. When using run-time loadable driver # modules, this line instructs the server to load the specified driver # module. Even when not using loadable driver modules, this line # indicates which driver should interpret the information in this section. Driver "vga" # The BusID line is used to specify which of possibly multiple devices # this section is intended for. When this line isn't present, a device # section can only match up with the primary video device. For PCI # devices a line like the following could be used. This line should not # normally be included unless there is more than one video device # intalled. # BusID "PCI:0:10:0" # VideoRam 256 # Clocks 25.2 28.3 EndSection # Device configured by xorgconfig: Section "Device" Identifier "AtiRadeon" Driver "fglrx" #VideoRam 131072 # Insert Clocks lines here if appropriate EndSection # ********************************************************************** # Screen sections # ********************************************************************** # Any number of screen sections may be present. Each describes # the configuration of a single screen. A single specific screen section # may be specified from the X server command line with the "-screen" # option. Section "Screen" Identifier "Screen 1" Device "AtiRadeon" Monitor "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 # ********************************************************************** # ServerLayout sections. # ********************************************************************** # Any number of ServerLayout sections may be present. Each describes # the way multiple screens are organised. A specific ServerLayout # section may be specified from the X server command line with the # "-layout" option. In the absence of this, the first section is used. # When now ServerLayout section is present, the first Screen section # is used alone. Section "ServerLayout" # The Identifier line must be present Identifier "Simple Layout" # Each Screen line specifies a Screen section name, and optionally # the relative position of other screens. The four names after # primary screen name are the screens to the top, bottom, left and right # of the primary screen. In this example, screen 2 is located to the # right of screen 1. Screen "Screen 1" # Each InputDevice line specifies an InputDevice section name and # optionally some options to specify the way the device is to be # used. Those options include "CorePointer", "CoreKeyboard" and # "SendCoreEvents". InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "DRI" Mode 0666 EndSection | I have Code: tfoerste@n22 ~ $ grep VIDEO_CARDS /etc/make.conf VIDEO_CARDS="radeon vga" for my T41 but now I'm wondering whether I need "vga" or not .... ? |
Hi, I've just decided to reinstall whole gentoo from scratch (new machine etc.) and instead of using kde-meta package, I just emerged kdebase-startkde and other stuff like amarok etc. But my KDE is now lacking few entries in icons' context menu, like creating a archive, 'Move to..' or 'Copy to..'. Should I just enable it somewhere or do I need some extra packages? KDE is 3.5.9. | Hm, anyone? |
I have installed from minimal CD onto a PowerMac G4 with an ATI Radeon 7500. I've gone on to try to install xorg-x11 and create the conf file. That went well. But, when I "startx" it fails with an (EE) line that say it can't find the video driver (radeon in this case). Now, I've put VIDEO_CARDS="fglrx radeon" in my make.conf. I emerge'd the xorg-x11 ebuild. Have I messed things up by having both video keywords specified? It wasn't clear which ATI driver I needed, and the Gentoo Linux ATI FAQ didn't clear it up. I have found the radeon.ko module in the system kernel module directory, but haven't found a module "fglrx" anywhere. Is this where X looks for the video drivers? I'm going to do the --update, etc. emerge thing next, because the xorg emerge may not have picked up my make.conf changes. I'm learning as I go... In any case, if anyone has an insightful question, or a direction to point me in, I'd sure appreciate it. -Paul | phs wrote: I have installed from minimal CD onto a PowerMac G4 with an ATI Radeon 7500. Now, I've put VIDEO_CARDS="fglrx radeon" in my make.conf. I emerge'd the xorg-x11 ebuild. Have I messed things up by having both video keywords specified? It wasn't clear which ATI driver I needed, and the Gentoo Linux ATI FAQ didn't clear it up. I have found the radeon.ko module in the system kernel module directory, but haven't found a module "fglrx" anywhere. Is this where X looks for the video drivers? I know this can be pretty confusing at first... The kernel module you found provides low-level framebuffer graphics for the radeon, but xorg is looking for an x11 driver that implements X graphics capabilities for the radeon. A ppc box can't use the fglrx x11 driver from x11-drivers/ati-drivers because it is a binary-only driver. So, you need the radeon x11 driver from package x11-drivers/xf86-video-ati kernel -> radeon framebuffer module, path /lib/modules/.../radeon.ko Xorg -> radeon X11 module, path /usr/lib/xorg/modules/drivers/radeon_drv.so Do you have xf86-video-ati installed (including the file /usr/lib/xorg/modules/drivers/radeon_drv.so)? If not, you need to install it. Try emerging xorg-server again with VIDEO_CARDS="radeon". Then use x11-misc/xac to generate your xorg configuration. P.S. this should be of interest since you're installing on a ppc: http://www.gentoo.org/doc/en/gentoo-ppc-faq.xml |
I run KDE and have an application (zattoo) that uses gnome-keyring. Now my question: Is there an easy way to start gnome-keyring-daemon under KDE Or do I have to put somewhere (where the user logs in) a start script as Code: #!~ /bin/sh eval `gnome-keyring-daemon` export GNOME_KEYRING_PID and a stop script as Code: #~/bin/sh if [-n “$GNOME_KEYRING_PID”];then kill $GNOME_KEYRING_PID fi For Xfce something easy seems to exist: https://forums.gentoo.org/viewtopic-t-564869-highlight-gnomekeyringdaemon.html | The above works well. But I need to type in two times a password. 1.) First time when I login to the system 2.) Second time when I start the first time an application that requests gnome-keyring. Nice would it be when the KDE login would also provide its password (authentication) to gnome-keyring. The it would work as KDE wallet. Is there a way to do it? PAM? |
I added a user as follows: adduser -g users -G lp,audio,cdrom,games,portage,usb,plugdev,video,wheel -m cdub And when I startx (I use gnome) I get the following errors: GConf error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details - 1: IOR file '/tmp/gconfd-cdub/lock/ior' not opened successfully, no gconfd located: Permission denied 2: IOR file '/tmp/gconfd-cdub/lock/ior' not opened successfully, no gconfd located: Permission denied) I've been using a user called cwc for 6 months now and I thought I added cwc just as I did cdub | Almost seems like a permission problem on the /tmp directory. What are the permissions? Can the user you added write to the /tmp directory? |
First off like to say I'm very new to Linux So I recently installed Gentoo and am trying to get X onto the comp. The problem is that for some reason X will not start. Code: (EE) No devices detected. 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. I am using a GeForce 8800 GTS, I followed the instruction on the gentoo site for nvidia drivers I used the command xorgconfig to make the the xorg.conf file While looking online to a possible solution I ran into one option that I'm unsure of. On the Wiki for X it says if you get that kind of error try looking at the log for any (--) and that could be your problem, I have one but am not sure what to do with it or even if thats the problem Code: (--) PCI:*(0:8:0:) S3 Inc. 86c764/765 the rest is just numbers I thank you for your time and help! | ForMar, That error usually means your xorg.conf is wrong. Please post xorg.conf and /var/log/Xorg.0.log so we can see what you asked Xorg to do and what it actually did. |
Hi all! I have a problem starting Matlab. Installation an everything went all fine, but when I now wanna start matlab, following error occours: Code: Unable to initialize com.mathworks.mwswing.MJStartup Fatal Error on startup: Failure loading desktop class This is while using matlabs build in jre: Code: echo $MATLAB_JAVA /opt/matlab/sys/java/jre/glnx86/jre with the nojvm option, matlab starts just fine (in console mode). Please ask for anymore information needed to clear this out. Thanks in advance, surgeon | I seem to have found a solution, that didn't work for me sooner, but I played some time with the symbolic links and now... Funny though. http://ubuntuforums.org/archive/index.php/t-887194.html |
Ok.. the problem is the following, when I emerge libX11 with xcb enabled compiz fusion works yet opera does not. When I emerge libX11 without xcb - opera works and yet compiz fusion does not. Is there a way to make both of them work? Opera spits: opera: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed. and compiz fusion (while trying to emerge it): emerge: there are no ebuilds built with USE flags to satisfy "x11-libs/libX11[xcb]". !!! One of the following packages is required to complete your request: - x11-libs/libX11-1.1.5 (Change USE: +xcb) emerge --info: http://www.pastebin.ca/1273859 | http://en.gentoo-wiki.com/wiki/Compiz-Fusion#XCB_Workaround |
Hi When i run the startx command as my own user i don't get up GNOME, i get up a strange looking GUI with three terminal windows and a analog clock.. But when i run it as the root user i get up the correct GNOME GUI that i want, does anybody know what may cause this? Thanks | look out for .xinitrc files in the home directories of those two users. |
What commanд i should use to lock the screen in kde4.I just want to asign a keyboard key with keytouch = press the button --> screen locks and screen saver starts | Found it!! The command is: Code: /usr/lib64/kde4/libexec/krunner_lock --forcelock GUIs are evil! One needs few hours of system digging to find out what exaclty clicking on a button starts/runs |
So I wrote this small perl script Code: #!/usr/bin/perl -w #randomly change my wallpaper. use warnings; use strict; opendir(DIR, "/home/f/misc/wallpaper") || die "can't opendir ~/misc/wallpapers: $!"; my @files = grep { $_ ne '.' and $_ ne '..' } readdir(DIR); closedir DIR; # perldoc -q "random element" my $chosenwp = $files[rand @files]; #print "chosen wallpaper is: $chosenwp "; system("feh --bg-scale /home/f/misc/wallpaper/\"$chosenwp\""); And so I want to have my wallpaper change every minute (i just want to test to see if this will work and don't want to wait more than a minute). So I edit crontab: Code: # check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly 0 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly 1 3 * * * root rm -f /var/spool/cron/lastrun/cron.daily 15 4 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly 30 5 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly */10 * * * * root test -x /usr/sbin/run-crons && /usr/sbin/run-crons */1 * * * * f DISPLAY=:0.0 /home/f/code/scripts/wpchange.pl Also, Code: # tail /var/log/messages Nov 30 04:14:01 scyther cron[4075]: (f) CMD (DISPLAY=:0.0 /home/f/code/scripts/wpchange.pl) Nov 30 04:15:01 scyther cron[5172]: (f) CMD (DISPLAY=:0.0 /home/f/code/scripts/wpchange.pl) Nov 30 04:16:01 scyther cron[6275]: (f) CMD (DISPLAY=:0.0 /home/f/code/scripts/wpchange.pl) Nov 30 04:17:01 scyther cron[7392]: (f) CMD (DISPLAY=:0.0 /home/f/code/scripts/wpchange.pl) Nov 30 04:18:01 scyther cron[8492]: (f) CMD (DISPLAY=:0.0 /home/f/code/scripts/wpchange.pl) Nov 30 04:19:01 scyther cron[9593]: (f) CMD (DISPLAY=:0.0 /home/f/code/scripts/wpchange.pl) Nov 30 04:20:01 scyther cron[10716]: (f) CMD (DISPLAY=:0.0 /home/f/code/scripts/wpchange.pl) Nov 30 04:20:01 scyther cron[10718]: (root) CMD (test -x /usr/sbin/run-crons && /usr/sbin/run-crons ) Nov 30 04:21:01 scyther cron[11825]: (f) CMD (DISPLAY=:0.0 /home/f/code/scripts/wpchange.pl) Nov 30 04:22:01 scyther cron[12922]: (f) CMD (DISPLAY=:0.0 /home/f/code/scripts/wpchange.pl) Now, I can run the script from any terminal and it works perfectly, but it won't work in cron. What gives? | Hi, It should work if your user is in the cron group and you added the line by running Code: crontab -e as the user and added the line. ref: http://www.adminschoice.com/docs/crontab.htm (A quick reference to crontab) |
Hi, After a MAJOR upgrade (from x86 to ~x86), I cannot start X because fglrx drivers are complaining about some "type1" module. I did some search, and it seems related to some fonts I guess. While searching with eix, I found this Code: ehilson@rebel ~ $ eix type1 * media-fonts/font-adobe-utopia-type1 Available versions: 1.0.1 {X} Homepage: http://xorg.freedesktop.org/ Description: X.Org Adobe Utopia Type 1 fonts * media-fonts/font-bh-type1 Available versions: 1.0.0 {X} Homepage: http://xorg.freedesktop.org/ Description: X.Org Bigelow & Holmes Type 1 fonts * media-fonts/font-bitstream-type1 Available versions: 1.0.0 {X} Homepage: http://xorg.freedesktop.org/ Description: X.Org Bitstream Type 1 fonts * media-fonts/font-ibm-type1 Available versions: 1.0.0 {X nls} Homepage: http://xorg.freedesktop.org/ Description: X.Org IBM Courier font * media-fonts/font-xfree86-type1 Available versions: 1.0.0 (~)1.0.1 {X} Homepage: http://xorg.freedesktop.org/ Description: X.Org XFree86 Type 1 font But I doubt I would have to install any of them. Should not this module be found in the kernel configuration and compilation (make menuconfig does not find any matches when I search for TYPE1) ? Thanks for your help | Hopeless wrote: Check your xorg.conf for Load "type1" in the Module section and try commenting it out. Thanks, it did help but I have another error now (see below) Hopeless wrote: What xorg-server version did you upgrade from and too (emerge -pv `xorg-server`), From 1.3.0.0-r6 (stable) to 1.5.2 (~x86) Code: rebel ~ # eix 'xorg-server' [I] x11-base/xorg-server Available versions: 1.3.0.0-r6 (~)1.4.2 (~)1.5.2 {3dfx debug dmx dri hal input_devices_acecad input_devices_aiptek input_devices_calcomp input_devices_citron input_devices_digitaledge input_devices_dmc input_devices_dynapro input_devices_elo2300 input_devices_elographics input_devices_evdev input_devices_fpit input_devices_hyperpen input_devices_jamstudio input_devices_joystick input_devices_keyboard input_devices_magellan input_devices_microtouch input_devices_mouse input_devices_mutouch input_devices_palmax input_devices_penmount input_devices_spaceorb input_devices_summa input_devices_synaptics input_devices_tek4957 input_devices_tslib input_devices_ur98 input_devices_vmmouse input_devices_void input_devices_wacom ipv6 kdrive minimal nptl sdl tslib video_cards_apm video_cards_ark video_cards_ast video_cards_chips video_cards_cirrus video_cards_cyrix video_cards_dummy video_cards_epson video_cards_fbdev video_cards_fglrx video_cards_geode video_cards_glint video_cards_i128 video_cards_i740 video_cards_impact video_cards_imstt video_cards_intel video_cards_mach64 video_cards_mga video_cards_neomagic video_cards_newport video_cards_nsc video_cards_nv video_cards_nvidia video_cards_r128 video_cards_radeon video_cards_radeonhd video_cards_rendition video_cards_s3 video_cards_s3virge video_cards_savage video_cards_siliconmotion video_cards_sis video_cards_sisusb video_cards_sunbw2 video_cards_suncg14 video_cards_suncg3 video_cards_suncg6 video_cards_sunffb video_cards_sunleo video_cards_suntcx video_cards_tdfx video_cards_tga video_cards_trident video_cards_tseng video_cards_v4l video_cards_vermilion video_cards_vesa video_cards_vga video_cards_via video_cards_vmware video_cards_voodoo video_cards_xgi xorg xprint} Installed versions: 1.5.2(01:21:25 12/01/08)(dri hal input_devices_keyboard input_devices_mouse input_devices_synaptics input_devices_vmmouse nptl sdl video_cards_fglrx video_cards_radeon video_cards_vmware xorg -3dfx -debug -dmx -input_devices_acecad -input_devices_aiptek -input_devices_calcomp -input_devices_citron -input_devices_digitaledge -input_devices_dmc -input_devices_dynapro -input_devices_elo2300 -input_devices_elographics -input_devices_evdev -input_devices_fpit -input_devices_hyperpen -input_devices_jamstudio -input_devices_joystick -input_devices_magellan -input_devices_microtouch -input_devices_mutouch -input_devices_palmax -input_devices_penmount -input_devices_spaceorb -input_devices_summa -input_devices_tek4957 -input_devices_tslib -input_devices_ur98 -input_devices_void -input_devices_wacom -ipv6 -kdrive -minimal -tslib -video_cards_apm -video_cards_ark -video_cards_ast -video_cards_chips -video_cards_cirrus -video_cards_cyrix -video_cards_dummy -video_cards_epson -video_cards_fbdev -video_cards_geode -video_cards_glint -video_cards_i128 -video_cards_i740 -video_cards_impact -video_cards_imstt -video_cards_intel -video_cards_mach64 -video_cards_mga -video_cards_neomagic -video_cards_newport -video_cards_nsc -video_cards_nv -video_cards_nvidia -video_cards_r128 -video_cards_radeonhd -video_cards_rendition -video_cards_s3 -video_cards_s3virge -video_cards_savage -video_cards_siliconmotion -video_cards_sis -video_cards_sisusb -video_cards_sunbw2 -video_cards_suncg14 -video_cards_suncg3 -video_cards_suncg6 -video_cards_sunffb -video_cards_sunleo -video_cards_suntcx -video_cards_tdfx -video_cards_tga -video_cards_trident -video_cards_tseng -video_cards_v4l -video_cards_vermilion -video_cards_vesa -video_cards_vga -video_cards_via -video_cards_voodoo -video_cards_xgi) Homepage: http://xorg.freedesktop.org/ Description: X.Org X servers Hopeless wrote: and could you post the actual error, Here is the output of the startx : Code: xauth: creating new authority file /home/ehilson/.serverauth.16877 X.Org X Server 1.5.2 Release Date: 10 October 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.24-gentoo-r8 i686 Current Operating System: Linux rebel 2.6.24-gentoo-r8 #8 PREEMPT Mon Dec 1 07:18:17 CET 2008 i686 Build Date: 01 December 2008 01:09:59AM 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 Dec 1 09:25:21 2008 (==) Using config file: "/etc/X11/xorg.conf" dlopen: /usr/lib/xorg/modules/drivers//fglrx_drv.so: undefined symbol: miZeroLineScreenIndex (EE) Failed to load /usr/lib/xorg/modules/drivers//fglrx_drv.so (EE) Failed to load module "fglrx" (loader failed, 7) (EE) module ABI major version (0) doesn't match the server's version (2) (EE) Failed to load module "kbd" (module requirement mismatch, 0) (EE) No drivers available. Fatal server error: no screens found giving up. xinit: Connection refused (errno 111): unable to connect to X server xinit: No such process (errno 3): Server error. Hopeless wrote: as well as any other errors or wanings in your Xorg logs (`grep "WW\|EE" /var/log/Xorg.0.log`)? Code: rebel ~ # grep "WW\|EE" /var/log/Xorg.0.log Current Operating System: Linux rebel 2.6.24-gentoo-r8 #8 PREEMPT Mon Dec 1 07:18:17 CET 2008 i686 (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (II) Loading extension MIT-SCREEN-SAVER (EE) Failed to load /usr/lib/xorg/modules/drivers//fglrx_drv.so (EE) Failed to load module "fglrx" (loader failed, 7) (EE) module ABI major version (0) doesn't match the server's version (2) (EE) Failed to load module "kbd" (module requirement mismatch, 0) (EE) No drivers available. One important thing : I just saw that the emerge -DquN world I launched yesterday encounter some errors, so probably it is the reason of the different version between module ABI and x server. What is this ABI module ? Ok, don't search, I guess this is the reason : Code: rebel ~ # emerge -DpvuN world These are the packages that would be merged, in order: Calculating dependencies... done! [snip] [ebuild U ] x11-drivers/ati-drivers-8.552-r2 [8.501] USE="acpi debug" 0 kB [0] [ebuild U ] x11-drivers/xf86-input-keyboard-1.3.1 [1.1.1] USE="-debug" 0 kB [0] [ebuild U ] x11-drivers/xf86-video-ati-6.9.0 [6.8.0-r1] USE="dri -debug" 0 kB [0] [ebuild U ] x11-drivers/xf86-video-vmware-10.16.5 [10.15.0] USE="-debug" 0 kB [0] [ebuild U ] x11-drivers/xf86-input-vmmouse-12.5.0 [12.4.1] USE="-debug" 0 kB [0] [ebuild N ] x11-drivers/xf86-input-synaptics-0.99.1 USE="hal -debug" 0 kB [0] [uninstall ] x11-drivers/synaptics-0.14.6_p20070706-r1 USE="hal" [0] [blocks b ] x11-drivers/xf86-input-synaptics ("x11-drivers/xf86-input-synaptics" is blocking x11-drivers/synaptics-0.14.6_p20070706-r1) [blocks b ] x11-drivers/synaptics ("x11-drivers/synaptics" is blocking x11-drivers/xf86-input-synaptics-0.99.1) [snip] I will upgrade these packages and I guess it will be far better then I will keep you informed. |
I am using VLC with Qt4. I changed the Qt theme using qtconfig but VLC doesn't seem to apply the new settings. Also, some of the buttons are misaligned. http://omploader.org/veGdv | This is for Qt4: Code: /usr/bin/qtconfig And that's for Qt3: Code: /usr/qt/3/bin/qtconfig |
(since it seems like a build-related issue, I put it here.) since recently (a few days), openoffice has not run. As in, I start it (from either the menu or as oowriter, for example), some disk I/O happens, and then nothing. From command line, immediately (or nearly so) returns - no messages. I compile... not the -bin package. I recompiled it today (let it start when I left for school ), no help. I'm pretty sure I'm all consistent with libs and everything (I'll let all those things happen again tonight, but I'm getting no preserved-libs messages, etc.)... what's up? --info: Code: emerge --info Portage 2.2_rc16 (default/linux/amd64/2008.0, gcc-4.2.4, glibc-2.8_p20080602-r0, 2.6.27-gentoo-r4 x86_64) ================================================================= System uname: Linux-2.6.27-gentoo-r4-x86_64-AMD_Athlon-tm-_64_X2_Dual_Core_Processor_4000+-with-glibc2.2.5 Timestamp of tree: Mon, 01 Dec 2008 06:45:01 +0000 app-shells/bash: 3.2_p48 dev-java/java-config: 1.3.7-r1, 2.1.6-r1 dev-lang/python: 2.4.4-r13, 2.5.2-r8 dev-python/pycrypto: 2.0.1-r6 dev-util/cmake: 2.6.2 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.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.2 sys-devel/binutils: 2.19 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="amd64 ~amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=athlon64 -O2 -pipe -msse3" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/4.1/env /usr/kde/4.1/share/config /usr/kde/4.1/shutdown /usr/share/config /var/bind /var/lib/hsqldb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="candy distlocks parallel-fetch preserve-libs protect-owned sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distro.ibiblio.org/pub/linux/distributions/gentoo/ http://gentoo.osuosl.org/ http://www.gtlib.gatech.edu/pub/gentoo http://mirror.datapipe.net/gentoo " LANG="en_US.utf8" LC_ALL="en_US.utf8" LDFLAGS="-Wl,-O1" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage/layman/sunrise /usr/local/portage" SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" USE="3dnow 3dnowext 64bit X a52 aac aalib acl acpi aim alsa amarok amd amd64 animgif ao apache2 apm aqua_theme audiofile avahi bash-completion bcmath berkdb bittorrent blender-game bluetooth branding buttons bzip2 cal3d calendar cdaudio cdda cddb cdio cdparanoia cdr cdrom clamav cli cpufreq cracklib crypt css cups curl curlwrappers cvs dbus demo dhcp directfb dri dv dvb dvd dvdnav dvdr dvdread editor encode equalizer examples expat extra-cardsets extraicons extramodules extras fastbuild fat ffmpeg fftw finger firefox flac flash fltk fortran ftp games gd gdbm geoip gif gimp gkrellm glut gmail gnutls gphoto2 gpm gzip hacking hal haskell hddtemp hfs howl http hwmixer icons iconv icq id3 id3tag idn ieee1394 image imagemagick imap imlib imlib2 irc irda isdnlog jabber jack java javascript jingle joystick jpeg jpeg2k kcal kde kdecards kdeprefix kdm kerberos kmid kqemu krb4 kvm lame lash latex ldap ldap-sasl lesstif libburn libcaca libnotify libwww linux-smp-stats lirc live lm_sensors login-watch logitech-mouse lua lyrics lzo lzw mad mail maildir maps math mbox mcal md5sum midi mikmod milter mime ming mmx mmxext mng mod_irc modplug motif mouse mp3 mpeg mpi mplayer mplayer-bin msn mudflap multilib musicbrainz mysql nas ncurses net networkmanager nforce2 nfs nis nls nntp nptl nptlonly nsplugin nut nvidia offensive ogg old-daemons openal opengl openmp osc oscar oss pam parport password passwordsave paste64 pcre pda pdf perl php plotutils plugins png pop pop3d portage portaudio posix postscript povray ppds pppd procmail profile ps pygrub pysolcards python qemu qt3 qt4 quicktime radio raw rdesktop readline reflection resolvconf rss rtc ruby samba sametime sasl scanner sdl sdl-image sdl-sound sdlaudio sendmail sensord serial server session shorten skey slang slp smartcard smp smtp sname sndfile snmp soap sockets socks5 solver songs sortrecords sound sounds soundtouch soup source sox spamassassin spell spl sql sqlite sqlite3 sse sse2 ssl startup-notification submenu subtitles suid svg svgz swat sysfs syslog sysvipc szip taglib tcl tcpd tetex tftp themes theora threads tiff timerinfo timezone timidity tk tokenizer transcode transparent-proxy trash-plugin trayicon truetype trusted tta tv twolame type1 unicode unzip upnp ups urandom usb user-homedirs userpriv uuencode v4l v4l2 vcd vhosts video videos vim vim-syntax vim-with-x vlm vnc vncviewer vorbis wav wavpack web wifi winpopup wma wmf wxwindows x11vnc x264 xcb xcomposite xen xft xine xinerama xinetd xml xorg xosd xplanet xpm xprint xscreensaver xskatcards xsl xterm xulrunner xv xvid xvmc xvnc yahoo zeroconf zip zlib" 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" LIRC_DEVICES="hauppauge_dvb" USERLAND="GNU" VIDEO_CARDS="nvidia nv vesa" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS | Can you post the output of Code: $ ldd /usr/lib/openoffice/program/soffice.bin |
Every time I need to use a GUI that has root privileges in KDE it pops up with the root theme: http://www.tyler.mcadams.com/root.png I had an old black theme I tried and now it's stuck and I can not read anything that requires root privs. | Assuming that you are still on KDE3: Hit <alt>+<f2> type: kcontrol Options -> Run as different user (root + root's password) that way, you'll get a kcontrol for the user root. cheers V. |
Hi, I have a series key combination, such as atl+4, ctrl+F1 , but most of them were disabled after upgraded to xorg-server. here is part of my package: Code: x11-base/xorg-x11-7.3 x11-base/xorg-server-1.5.2 x11-drivers/xf86-input-evdev-2.0.7 x11-drivers/xf86-input-keyboard-1.3.1 Thanks. | after updating the xorg-server, did you reemerge the input devices? post the relevant part of Xorg.conf and what you keyboard is. Post how you setup all the shortcuts. Emerge xev and see what output you get when you press a key combination or just a key. |
Hi there I emerged only the basic components of KDE and noticed that the "Extract to" feature of Ark is not enabled. And its a very nice feature that I really miss. What I should emerge to make sure that this feature will appear in the menu?? Maybe useflags too? | Done! Thanks |
Recently i reinstall my gentoo,but a strange problems occurs.Hal service can't automount local partition in my disk,but what surprisied me is it still can automount plugined USB devices or CD.My desktop manager is gnome,it's version is 2.24,I install it under the help of offical gnome documentation(http: //www.gentoo.org/doc/zh_cn/gnome-config.xml).I have added hal and dbus use in my make.conf,abd I tried to enable and disable automount use in gnome-volume-manager software separataly,nut it stiil can't work in right way. Did anyone have occured the similar questions,give me some suggestions! | What is the problem exactly? I suppose you have a hdd with several partitions and some of them aren't showing up on the desktop/ in places. Is the partition really not mounted or is it just the icon that is missing? Do you have an entry for the partition in fstab? What does it look like? Has it changed (since you said you reinstalled Gentoo). |
Because of a video card problem I had to downgrade xorg from 1.5.X to 1.4.X so that I could go back to using legacy nvidia drivers. After the mouse in X windows is not behaving. I mean if I start the default twm with 3 xterms, the xterm on the right gets focus and there is no way to switch to the other 2 xterms using the mouse. Also in gnome clicking on desktop icons does nothing. And if I bring up firefox the bookmarks toolbar does not work along with most checkboxes or buttons on web pages. I did a total system recompile and that did not fix the problem, neither did switching to the nv driver or replacing the xorg.conf with a generated config. Any ideas? I do get a new quad core box in a week but I still would want to use this one. [EDIT]The same happens for xorg-1.3.X [/EDIT] | Hi, did you run : Code: # revdep-rebuild --ignore # dispatch-conf |
Hi guys, looking for some stuff in an old box I' ve found floppies with my really old in-out emails. Most of them are .eml format so I had no problems importing to kmail but ...but... I also have some .cgi and i do not know how to deal with them... Any help, link or tip would be really useful. Thank you very much for your kind attention, bye | cgi normally means "common gateway interface" and stands for a technology that enables a webserver to display dynamic content, much like e.g. php does. are these files maybe saved pages from a webmail application? that would mean that these files are actually html. what is the output of the following command? Code: $ file one_such_email.cgi |
For example,I am writting in firefox,and I just want my gvim alway on my sight,that is to say,how to set a function on fvwm let gvim higher than firefox on the screen.How should I write the code in ~/.fvwm/.fvwm2rc? Thank you. | I don't know for a function, but in my middle clic menu, I have this: Code: + "&Layer+1" Pick Layer 1 + "L&ayer-1" Pick Layer -1 |
I have an HPLIP printer that appears in every program on my Gentoo laptop - except Firefox, which has only the "print to file" option. What should I do to fix this? I have tried opening the HPLIP control panel before opening Firefox, and that doesn't do it. Ditto having the printer plugged in before starting the laptop. | I think that solved it. Thanks! |
Hi, recently I removed font-adobe-100dpi since it does not depend on anything; font-adobe-75dpi is installed. Now I observed that auctex (i.e. emacs) segfaults when trying to load minimal.tex wrote: \documentclass{article} \begin{document} \subsection{$x^2$} \end{document} when emacs is called with Code: emacs -fn -adobe-courier-medium-r-normal--18-180-75-75-m-110-iso10646-1 minimal.tex (or the corresponding emacs*Font resource has been set to the above value -adobe-courier...). Note that all three are necessary for a crash here, i.e. a superscript within a \subsection, the modified Font resource, and the removed font-adobe-100dpi. I would expect the wrong font in the worst case, but a segfault is certainly not acceptable. However, I do not know much about X's font handling and so I do not know what to blame: Is it emacs, auctex, some font library, or perhaps even only some remainder from the previously installed font-adobe-100dpi (e.g. I observed that /usr/share/fonts/100dpi still consists of 4 rather long files [fonts.alias fonts.cache-1 encodings.dir fonts.dir] which belong to no package; however, renaming that directory before starting emacs didn't change anything). Is some X font guru here who could shed some light on the problem? | Sorry for replying to my own post, but I just found the actual cause: It is the existence of the files in /usr/share/fonts/100dpi. When removing that directory and restarting X the problem disappears. So I guess the bug is that unmerging media-fonts/font-adobe-100dpi should actually have removed these files. I have written a corresponding bug report . |
Hi there, I have this weird problem with the KDE installation. After adding KDE 4.1.2, now 4.1.3, all seems to be working well, EXCEPT that two applications, konqueror and kopete, miss some buttons in the toolbars in their 3.5.10 version . Kopete misses the global identity widget. Konqueror has lost most of the navigation buttons ('back', 'forward', 'home' and some more buttons). If I enter the toolbar configuration dialog, the buttons are listed in the 'current actions' section. If I double click on the toolbar, to detach it, the toolbar fits the only buttons shown (so they in fact are not there, and it's not the case that the toolbar is too short to fit them). I have remerged both applications, and I have re-run the kbuildsycoca program, but nothing changed. Any suggestions? Palantir | I had this same problem with konqueror-3.5.10 missing buttons after installing kde-4.1.3. I also had an issue with dolphin trying to start when clicking on the "System" icon or inserting removable media. It appears to be related to the kdeprefix USE flag. I had initially installed the 4.1 packages with -kdeprefix. I uninstalled all 4.1 packages and remerged with kdeprefex set and now kde-3.5 behaves normally again. |
Hello! When I insert blank cd in the drive it shows up as it should. If I insert cd with data it doesn't show up. I have to mount it from command line and even after that it doesn't show up in 'Places' menu. The same with the network shares. I have lines for it in my fstab file and can mount it with simple 'sudo mount /mnt/srvr1c/c'. Some time before, after I mounted it, it showed up in 'Places' menu. Now it doesn't. Where should I start to findout the problem? | If you have lines in fstab that might be the problem. Since Gnome 2.22 automounting is screwed up (IMO, others claim it is neater that way). However, try and comment out the lines in fstab (puttting # in front of the line) and see it it works. Moreover you should have either the automount useflag activated for gnome-volume-manager or let nautilus handle automounting. At least for your CDRom this should work. Dunno about network shares, though. |
A month ago, I needed to upgrade gcc, which entailed a rebuilding of world (ugh!). Firefox has never been the same since. Images on certain web sites don't show up. Here's a common problem: Image! Additionally, sometimes images just show up all black (if you right click and ask to view only the image, it shows fine). Any ideas what's causing this? | Can you post the output of: Code: emerge -av mozilla-firefox ? Also, I don't think this would cause the problem you are observing, but you do have firefox and xulrunner enabled in your global USE flags, which I thought were contradictory. |
Hello guys... im with a big problem.. i Emerged the gnome-light, but when i want change to gnome i've got the problem, i have unmerge the gnome-light and started emerge the gnome package, but i got a error in one file called deskbar-applet. Code: ... checking for headers required to compile python extensions... found checking for DESKBAR... yes checking for gnomeapplet module... no configure: error: gnomeapplet Python module required to build deskbar !!! Please attach the following file when seeking support: !!! /var/tmp/portage/gnome-extra/deskbar-applet-2.22.3.1/work/deskbar-applet-2.22.3.1/config.log * * ERROR: gnome-extra/deskbar-applet-2.22.3.1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3050: Called gnome2_src_compile * environment, line 2268: Called gnome2_src_configure * environment, line 2282: Called econf 'src_compile' 'src_compile' '--enable-evolution' * ebuild.sh, line 519: Called die * The specific snippet of code: * die "econf failed" * The die message: * econf failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/gnome-extra/deskbar-applet-2.22.3.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/gnome-extra/deskbar-applet-2.22.3.1/temp/environment'. * * Messages for package gnome-extra/deskbar-applet-2.22.3.1: * * ERROR: gnome-extra/deskbar-applet-2.22.3.1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3050: Called gnome2_src_compile * environment, line 2268: Called gnome2_src_configure * environment, line 2282: Called econf 'src_compile' 'src_compile' '--enable-evolution' * ebuild.sh, line 519: Called die * The specific snippet of code: * die "econf failed" * The die message: * econf failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/gnome-extra/deskbar-applet-2.22.3.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/gnome-extra/deskbar-applet-2.22.3.1/temp/environment'. * here is my emerge --info too: Code: klaqx@Gentoo_Home ~ $ emerge --info Portage 2.1.4.5 (default/linux/amd64/2008.0/desktop, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-gentoo-r7 x86_64) ================================================================= System uname: 2.6.25-gentoo-r7 x86_64 Intel(R) Core(TM)2 Duo CPU T7300 @ 2.00GHz Timestamp of tree: Thu, 23 Oct 2008 09:07:01 +0000 app-shells/bash: 3.2_p33 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="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=nocona -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=nocona -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" LANG="C" LDFLAGS="-Wl,-O1" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acl acpi alsa amd64 avahi berkdb bluetooth branding bzip2 cairo cdr cli cracklib crypt cups dbus dri dvd dvdr dvdread eds emboss encode esd evo fam firefox fortran gdbm gif gnome gpm gstreamer gtk hal iconv ipv6 isdnlog jpeg kerberos ldap libnotify mad midi mikmod mmx mp3 mpeg mudflap multilib ncurses nls nptl nptlonly ogg opengl openmp pam pcre pdf perl png ppds pppd python qt3support quicktime readline reflection sdl session spell spl sse sse2 ssl startup-notification svg sysfs tcpd 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 evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fbdev glint i810 intel mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY if someone can help me i will be glad. thx | tkoh wrote: jel wrote: gnome-light is a meta package. You need to unmerge the individual packages manually. But gnome use the same packages.. i need compile it again? No. The error is : Code: configure: error: gnomeapplet Python module required to build deskbar Try to rebuild dev-python/gnome-python-desktop : Code: # emerge -1 dev-python/gnome-python-desktop |
On a fresh install with Gnome 2.24.1, the up arrow key on my keyboard takes a screen shot. I have to disable num lock and use the 8 key. Is this expected? | check your elog for xorg-server, you will see the message and howto find what you need re-emerge (basically xf86-input...) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.