prompt stringlengths 1 63.6k | completion stringlengths 1 53.1k |
|---|---|
I want to install KDE, but compiler returns error while merging kdelibs: Code: ERROR: kde-base/kdelibs-3.5.9 failed. Call stack: ebuild.sh, line 49: Called src_compile environment, line 4071: Called kde_src_compile environment, line 2872: Called kde_src_compile 'all' environment, line 2997: Called kde_src_compile 'myconf' 'configure' 'make' environment, line 2993: Called die The specific snippet of code: emake || die "died running emake, $FUNCNAME:make" The die message: died running emake, kde_src_compile:make I've tryed to emerge kdelibs versions 3.5.9, 3.5.9-r4 and 3.5.10, but compiler returned error for each. Does this problem have solution? | Hi, Can you post 'emerge --info', 'emerge -pv kdelibs' and more message from your emerge error (lines you get before ERROR: kde-base/kdelibs-3.5.9 failed) Thank you. |
I've installed gentoo following the gentoo handbook. After that I made an emerge --sync, emerge --update all, emerge --deep --update all. Now I'm trying to install xorg-x11 but I get the following error: Code: sed -e 's|__vendorversion__|"libXpm 3.5.7" "X Version 11"|' -e 's|__xorgversion__|"libXpm 3.5.7" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__||' -e 's|__appmansuffix__|1|g' -e 's|__libmansuffix__|3|g' -e 's|__adminmansuffix__|8|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < sxpm.man > sxpm.1 xgettext -c"L10N_Comments" -d sxpm -n ./sxpm.c xgettext: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory make[2]: *** [sxpm.po] Error 127 make[2]: *** Waiting for unfinished jobs.... sxpm.c:113: warning: function declaration isn't a prototype sxpm.c:114: warning: function declaration isn't a prototype sxpm.c:115: warning: function declaration isn't a prototype sxpm.c:116: warning: function declaration isn't a prototype sxpm.c:143: warning: function declaration isn't a prototype sxpm.c:582: warning: function declaration isn't a prototype sxpm.c:620: warning: function declaration isn't a prototype sxpm.c:678: warning: function declaration isn't a prototype sxpm.c:725: warning: function declaration isn't a prototype sxpm.c:737: warning: function declaration isn't a prototype mv -f .deps/sxpm.Tpo .deps/sxpm.Po make[2]: Leaving directory `/var/tmp/portage/x11-libs/libXpm-3.5.7/work/libXpm-3.5.7/sxpm' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/x11-libs/libXpm-3.5.7/work/libXpm-3.5.7' make: *** [all] Error 2 * * ERROR: x11-libs/libXpm-3.5.7 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2880: Called x-modular_src_compile * environment, line 3615: Called x-modular_src_make * environment, line 3651: Called die * The specific snippet of code: * emake || die "emake failed" * The die message: * emake failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/x11-libs/libXpm-3.5.7/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-libs/libXpm-3.5.7/temp/environment'. * * Messages for package x11-libs/libXpm-3.5.7: * * ERROR: x11-libs/libXpm-3.5.7 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2880: Called x-modular_src_compile * environment, line 3615: Called x-modular_src_make * environment, line 3651: Called die * The specific snippet of code: * emake || die "emake failed" * The die message: * emake failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/x11-libs/libXpm-3.5.7/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-libs/libXpm-3.5.7/temp/environment'. * thanks! | Quote: xgettext: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory libXpm is looking for an older version of expat - expat-1.95.8 and you have expat-2.0.1 try this Code: emerge -1 gettext XML-Parser if is not working read this: https://forums.gentoo.org/viewtopic-t-575655-highlight-expat.html |
Hello, I am trying to set a romanian layout for my keyboard. I would settle for some shortcuts for out specific characters. I am loading the layouts from /usr/share/X11/xkb/symbols/. As far as I can tell, I've tried only with the us and fr, but all of them seem to work except the romanian one. Any ideas about why/how to fix it? Thanks. | What desktop environment are you using? |
Hi! My Keyboard is acting strange. Xorg.0.log reports: Code: (**) 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) BUT I have the following in xorg.conf (note that I try to use driver kbd): Code: Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbModel" "inspiron" Option "AutoRepeat" "500 30" Option "XkbLayout" "us" EndSection And I have an inspiron 8600 laptop. The problem is, that e.g. the arrow keys are interpreted as ALT_R, Print, Super_R and NoSymbol (reported by xev), making many of the keys unusable. installed versions/use flags: x11-base/xorg-server-1.4.0.90-r3 x11-drivers/xf86-input-keyboard-1.3.0 INPUT_DEVICES="evdev keyboard mouse synaptics" please help, this is becoming really annoying... | Not really, you are using hal/evdev. First of all try this: add following in Section "ServerLayout": Option "AutoAddDevices" Option "AutoEnableDevices" Option "AllowEmptyInput" then comment all your input devices (your xorg.conf suggests that keyboard and mouse should work, we'll see later about synaptics) next, do cp /usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi /usr/share/hal/fdi/policy/20thirdparty/10-my-keymap.fdi in the new file change <match key="info.capabilities" contains="input.keymap"> to <match key="info.capabilities" contains="input.keyboard"> then restart hal (first exit X, cause it crashes when you restart hal) then see if everything works. If synaptics doesn't, uncomment its section only. If keyboard doesn't, run hal-find-by-capability --capability input.keys followed by hal-device <on each listed name> post results. |
I'm trying to get dual monitors to work, and I think my xorg.conf file is correct. However when I go into Desktop it doesn't show 'Screen 0' and 'Screen 1'. Is there a setting I'm missing? I'm using the same configuration file in Linpus and it works fine. Is there anything special I have to do to get Dual monitors with xrandr working with XFCE on gentoo? (xrandr support is available according to xfce4 --version) Code: # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Synaptics Mouse" "AlwaysCore" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" Option "XkbVariant" "euro" Option "XkbOptions" "grp:alt_shift_toggle" EndSection Section "InputDevice" Identifier "Synaptics Mouse" Driver "synaptics" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.09" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0015" Option "SHMConfig" "on" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection Section "Monitor" Identifier "Monitor0" Modeline "1024x600" 48.96 1024 1064 1168 1312 600 601 604 622 -HSync +VSync # Option "Above" "Monitor1" EndSection Section "Monitor" Identifier "Monitor1" Option "RightOf" "Monitor0" Option "DPMS" EndSection Section "Device" Identifier "Videocard0" Driver "i810" Option "monitor-LVDS" "Monitor0" Option "monitor-VGA" "Monitor1" #Option "Clone" "true" Option "MonitorLayout" "LVDS,VGA" BusID "PCI:0:2:0" # Screen 0 EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1920x1200" "1024x600" "800x600" "640x480" # Virtual 1024 768 Virtual 2944 1200 EndSubSection EndSection SOLUTION: GTK+ needs to be compiled with xinerama flag | Looks like your xorg.conf needs to be updated. Take a look at my xorg.conf posted here . Note that there is no mention of where the second monitor is ( right-of; left-of ). All that is taken care of by xrandr. I use Code: xrandr --output VGA-0 --mode 1280x1024 --left-of LVDS |
I found about this recently but don't find a way to use it: If I understand correctly, GDM can prefetch libraries etc. while you type username/password so that your desktop load faster afterwards. Looking at the ebuild I think it is compiled to do just that, but then gentoo does nothing to make use of this feature. In the default configuration, there is this line: Code: PreFetchProgram=/usr/lib/gdmprefetch @/etc/X11/gdm/gdmprefetchlist /usr/lib/gdmprefetch doesn't even exist, it's /usr/libexec/gdmprefetch on gentoo. so I changed the line to Code: PreFetchProgram=/usr/libexec/gdmprefetch @/etc/X11/gdm/gdmprefetchlist in my /etc/X11/gdm/custom.conf. This line tells (as I read it) GDM to prefetch files in /etc/X11/gdm/gdmprefetchlist. Again, this file doesn't contain the proper path names for many of the libraries. So by using this setup, I didn't experience any noticeable speedup at all. My question is: Does anybody use GDM-prefetch? What are your suggestions on getting the most out of it? And: Whats the best was to write a customized /etc/X11/gdm/gdmprefetchlist? I guess while a distribution could provide a few common files, it all very much depends on what you use and how often. So my idea is: I usually start Gnome with Compiz Fusion, after starting Gnome I usually check my mails with Evolution and surf the web with Firefox. How do I find which files/libraries to put into this prefetch-list? Is there a way to make something like a snapshot of all loaded libraries so that I could find out what's loaded after Gnome's up and running and both Firefox and Evolution are started? | I run the script and put it's output in the /etc/X11/gdm/gdmprefetchlist but still when gdm loads itself my hard disk is doing "nothing" and when I log in it's just as long as without it. Is there some kind of configuration option to enable the prefetching? |
I'm trying to get my trackpoint to scroll the usual way (middle button down, move pointer), but X defies all my attempts. My xorg.conf has Code: Section "InputDevice" ... Option "EmulateWheel" "on" Option "EmulateWheelButton "2" EndSection I've also checked that xev actually recognizes the middle button as 2. But still the middle button just works as a middle button and pastes stuff, doesn't react to the pointer. I've tried this with konsole and firefox, both fail. I've also tried Code: Option "ZAxisMapping" "4 5 6 7" Option "YAxisMapping" "4 5" Option "XAxisMapping" "6 7" and various combinations, but nothing changes. | Are you sure this isn't some Windows driver specific feature? The trackpad on my Eee for instance, is much more funtional under Windows with the Elantech driver than it is under Linux (3-finger tapping is very intermittant, and gestures do not work at all for instance) |
Hi, I'm trying to install gdm, but I got the following error message: Code: unable to parse es/gdm.xml make[2]: *** [gdm-es.omf] Error 1 make[2]: Leaving directory `/var/tmp/portage/gnome-base/gdm-2.20.8/work/gdm-2.20.8/docs' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/gnome-base/gdm-2.20.8/work/gdm-2.20.8' make: *** [all] Error 2 I've tried with gdm version 2.20.7, but the result is the same. Neither of my settings has anything do es localization. Do you have any idea what the problem can be, or any hint how can I fix it? Zsolt | fabokzs wrote: Do you have any idea what the problem can be, or any hint how can I fix it? Solved, refer to https://bugs.gentoo.org/show_bug.cgi?id=238218 for more details |
I' like to assign the win-d key shorcut, like in window$, to the show desktop action.. the problem is i couln't find anywhere to set it. I've already added the show desktop applet to kicker, but i have no idea what command does it actually execute... so any ideas??? | It's changed here . Hope that helps! |
When I run a software, it says "font "-*-helvetica-medium-o-normal-*-14-*-*-*-*-*-*-*" doesn't exist" And xlsfonts do come with no such items. How to solve this ? | Make sure you have Code: media-fonts/font-adobe-75dpi installed - this is a dependency of xorg-server, so it should be installed. And make sure that /etc/X11/xorg.conf has this (though this should be loaded by xorg by default) Code: Section "Files" FontPath "/usr/share/fonts/75dpi/" Then restart X |
I have one system that boots into a guest autologin using gdm primarily for Linux newbies to run firefox. Somehow, when changing the profile from 2007.0 to default/2008.0/desktop, I lost the ability to switch tty's using CTL-ALT-F1 et cetera. I like to sync and upgrade in a non-X environment, but can't get to it anymore. CTL-ALT-Backspace kills X, but gdm just restarts. At the same time, the keypad Home, End, Del, and arrow keys stopped working. Hitting Home in an Xterminal results in ";P7" being typed. My main machine is of the same processor family, Amd64, and has a similar keyboard and the same Nvidia video chip. Are their any files I can copy to restore the broken machine? I don't understand the Xkeyboard options in xorg.conf at all. | Tony0945 wrote: I have one system that boots into a guest autologin using gdm primarily for Linux newbies to run firefox. Somehow, when changing the profile from 2007.0 to default/2008.0/desktop, I lost the ability to switch tty's using CTL-ALT-F1 et cetera. I like to sync and upgrade in a non-X environment, but can't get to it anymore. CTL-ALT-Backspace kills X, but gdm just restarts. At the same time, the keypad Home, End, Del, and arrow keys stopped working. Hitting Home in an Xterminal results in ";P7" being typed. My main machine is of the same processor family, Amd64, and has a similar keyboard and the same Nvidia video chip. Are their any files I can copy to restore the broken machine? I don't understand the Xkeyboard options in xorg.conf at all. What makes you believe just switching profiles has these troubles appear? Did you by chance do a world upgrade, overlooking a switch to >=xorg-server-1.4 hence using evdev for both keyboard and mouse? |
I have an IBM thinkpad with this video chipset: Code: 01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility P/M AGP 2x (rev 64) With the following xorg.conf for the device: Code: Section "Device" Identifier "Card0" Driver "ati" VendorName "ATI" BoardName "Rage Mobility P/M AGP 2x" ChipSet "ati" ChipId 0x4c4d ChipRev 0x64 BusID "PCI:1:0:0" EndSection This worked fine with x11-drivers/xf86-video-ati-6.6.3. After the upgrade to x11-drivers/xf86-video-ati-6.8.0-r1, startx fails with the following: 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 genthink 2.6.25-gentoo-r7 #1 SMP PREEMPT Sun Sep 14 09:33:36 EDT 2008 i686 Build Date: 29 June 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: Mon Sep 15 10:44:22 2008 (==) Using config file: "/etc/X11/xorg.conf" (WW) MACH64: Chipset "ati" in Device section "Card0" isn't valid for this driver (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 haven't found any bugs or other posts here about anything similar. Anyone else heard of any issues like this? I was able to get going by downgrading back to 6.6.3. Tom | Shouldn't the chip id and chip rev values be in quotes? Also did you do a 'Xorg -configure' with the new driver? |
Hello all, I just got my hands on a 'new' computer, a Dell Dimension 2400 that was given to me because it 'crashed'. Turns out, XP was just foobar, so of course I installed Gentoo. Everything went smoothly until I got to working with X. I went through the Xorg HowTo on the main Gentoo site, and got X working for the most part. However, I have a couple of problems. First, it seems like X is displaying a resolution of 1024x768@60Hz. Not too abnormal, EXCEPT that I explicitly defined in xorg.conf that it should only go up to 800x600. While messing around, even changing xorg.conf to 640x480 yields no change in display output. Secondly, I can't for the life of me seem to get direct rendering. I've done a lot of searching, a lot of kernel recompiles, and a lot of reboots trying to get this to work. I've followed this and several other slight variations I've found on Google, all to no success. It's not that I just don't get direct rendering, though, I also get some peculiar feedback when I try to start X (which fails) using the configuration from the above link: Code: (II) Module already built-in (II) Module already built-in (EE) intel(0): detecting sil164 (EE) intel(0): Unable to read from DVOI2C_E Slave 112. (EE) intel(0): Unable to read from DVOI2C_E Slave 236. (EE) intel(0): ivch: Unable to read register 0x00 from DVOI2C_B:04 (EE) intel(0): Unable to read from DVOI2C_E Slave 112. (EE) intel(0): tfp410 not detected got VID FFFFFFFF: from DVOI2C_E Slave 112. (II) Module already built-in (EE) GARTInit: Unable to open /dev/agpgart (No such file or directory) (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too low? (EE) intel(0): Couldn't allocate video memory As a matter of fact, I get those messages every time I compile the necessary parts for direct rendering into the kernel instead of as modules. When I try modules instead and modprobe them, I just get a 1024x768 unaccelerated screen. Also, running a 'emerge -uDN world' tells me my system is completely up to date. Can anybody help me out? | 845G does better with the older video "i810" drivers so i'd mask the newer "intel" drivers rebuild, then change xorg.conf to use "i810". /etc/portage/package.mask: >x11-drivers/xf86-video-i810-2 Then just make sure you have what you need in the kernel like agp and DRM. If your in the video group then you should be set for direct rendering. Device Drivers ---> Graphics support ---> <M> /dev/agpgart (AGP Support) ---> <M> Intel 440LX/BX/GX, I8xx and E7x05 chipset support <M> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support <M> Intel 830M, 845G, 852GM, 855GM, 865G <M> i915 driver Built in or modules, whatever floats your boat. |
This is on my laptop, ThinkPad X40 with an i855GM graphics chip. Working fine on my workstation with nvidia proprietary drivers. The kernel has also been upgraded, could be something related to that but it does not start with the old kernel either. I have tried re-emerging the i180-driver, resolved some symbol errors. What else could be wrong here? Quote: X.Org X Server 1.5.0 Release Date: X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.25-gentoo-r3 i686 Current Operating System: Linux stinkpadda 2.6.25-gentoo-r6 #3 Sat Sep 13 14:37:15 EEST 2008 i686 Build Date: 13 September 2008 12:35:34PM 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 Sep 13 14:40:56 2008 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Simple Layout" (**) |-->Screen "Screen 1" (0) (**) | |-->Monitor "IBM" (**) | |-->Device "i810" (**) |-->Input Device "Mouse1" (**) |-->Input Device "Keyboard1" (**) Option "StandbyTime" "10" (**) Option "SuspendTime" "20" (**) Option "OffTime" "30" (==) Automatically adding devices (==) Automatically enabling devices (==) Including the default font path /usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/OTF,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/. (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/, /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ (==) ModulePath set to "/usr/lib/xorg/modules" (II) Open ACPI successful (/var/run/acpid.socket) (II) Loader magic: 0x81cda40 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 X.Org Font Renderer : 0.6 (II) Loader running on linux (--) using VT number 7 (--) PCI:*(0@0:2:0) Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xe0000000/0, 0xd0000000/0, I/O @ 0x00001800/0 (--) PCI: (0@0:2:1) Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xe8000000/0, 0xd0080000/0 (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "freetype" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.0, 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 DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "freetype" (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.5.0, 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: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (==) AIGLX enabled (==) Exporting typical set of GLX visuals (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "i810" (II) Loading /usr/lib/xorg/modules/drivers//i810_drv.so (II) Module i810: vendor="X.Org Foundation" compiled for 1.5.0, module version = 2.4.2 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 (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.3.0 Module class: X.Org XInput Driver ABI class: X.Org XInput 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.2, module version = 1.3.1 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, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, Mobile Intel® GM45 Express Chipset, Intel Integrated Graphics Device, G45/G43, Q45/Q43 (II) Primary Device is: PCI 00@00:02:0 (EE) No devices detected. Fatal server error: no screens found | El_Presidente_Pufferfish wrote: Did you switch Code: Driver "i810" to [code]Driver "intel"[code]?[/code] No, but that solved it Never knew... |
Hi, I'm having some problems when "sudo emerge mesa". I have followed the how-to XGL on gentoo-wiki and since the xeffects isn't avaliable I used "layman -a desktop-effects. I also tried the "git clone git://git.overlays.gentoo.org/proj/desktop-effects.git" When I run "sudo emerge mesa" the program actually compiles but I'm getting the following message from the package: Code: * Rebuild x11-base/xorg-server without USE=nptl * or AIGLX (compiz, etc.) will not work. * This is because of a bug in the Mesa NPTL assembly code * in all Mesa 7.0.x versions (Mesa 6.x is OK). make.conf Code: 1 # These settings were set by the catalyst build script that automatically 2 # built this stage. 3 # Please consult /etc/make.conf.example for a more detailed example. 4 CFLAGS="-march=nocona -fomit-frame-pointer -O3 -pipe" 5 CXXFLAGS="${CFLAGS}" 6 ALSA_CARDS="hda-intel" 7 MAKEOPTS="-j3" 8 USE="ntpl AIGLX firefox amd64 x86 ~x86-fbsd xosd acpi mp3 mpc opengl thread qt3 qt4 alsa java kde X l 9 LINGUAS="sv SE se SV" 10 #INPUT_DEVICES="keyboard mouse" 11 #VIDEO_CARDS="fglrx" 12 # This should not be changed unless you know exactly what you are doing. You 13 # should probably be using a different stage, instead. 14 CHOST="x86_64-pc-linux-gnu" 15 16 PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage/desktop-effects" emerge --info Code: Portage 2.1.4.4 (default-linux/amd64/2007.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.23-gentoo-r9 x86_64) ================================================================= System uname: 2.6.23-gentoo-r9 x86_64 Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz Timestamp of tree: Sat, 22 Mar 2008 21:00:02 +0000 app-shells/bash: 3.2_p17-r1 dev-java/java-config: 1.3.7, 2.1.4 dev-lang/python: 2.4.4-r9 dev-python/pycrypto: 2.0.1-r6 sys-apps/baselayout: 1.12.9 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r1 sys-devel/automake: 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.18-r1 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=nocona -fomit-frame-pointer -O3 -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/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=nocona -fomit-frame-pointer -O3 -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" LINGUAS="sv SE se SV" 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 /usr/local/portage/desktop-effects" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="AIGLX X acl acpi alsa amd64 berkdb cdr cli cracklib crypt cups dri dvd firefox fortran gdbm gpm iconv ipv6 isdnlog java kde ldab midi mmx mp3 mpc mudflap ncurses nls nptl nptlonly ntpl opengl openmp pam pcre perl pppd python qt3 qt4 readline reflection session spl sse sse2 ssl tcpd thread unicode x86 xorg xosd zlib ~x86-fbsd" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="sv SE se SV" USERLAND="GNU" VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i810 mach64 mga neomagic nv r128 radeon rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Build log xorg-server Code: 1 ^[[31;01m*^[[0m 2 ^[[31;01m*^[[0m ERROR: x11-base/xorg-server-1.3.0.0-r5 failed. 3 ^[[31;01m*^[[0m Call stack: 4 ^[[31;01m*^[[0m ebuild.sh, line 49: Called pkg_setup 5 ^[[31;01m*^[[0m xorg-server-1.3.0.0-r5.ebuild, line 336: Called die 6 ^[[31;01m*^[[0m The specific snippet of code: 7 ^[[31;01m*^[[0m use nptl && die "${diemsg}" 8 ^[[31;01m*^[[0m The die message: 9 ^[[31;01m*^[[0m You must build xorg-server and mesa with the same nptl USE setting. 10 ^[[31;01m*^[[0m 11 ^[[31;01m*^[[0m If you need support, post the topmost build error, and the call stack if relevant. 12 ^[[31;01m*^[[0m A complete build log is located at '/var/tmp/portage/x11-base/xorg-server-1.3.0.0-r5 13 ^[[31;01m*^[[0m The ebuild environment file is located at '/var/tmp/portage/x11-base/xorg-server-1.3 14 ^[[31;01m*^[[0m If I ignore this comment I get the following when "sudo emerge compiz": Code: ....... ... creating libvideo.la (cd .libs && rm -f libvideo.la && ln -s ../libvideo.la libvideo.la) make[2]: Leaving directory `/var/tmp/portage/x11-wm/compiz-0.6.2-r1/work/compiz-0.6.2/plugins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/x11-wm/compiz-0.6.2-r1/work/compiz-0.6.2' make: *** [all] Error 2 #[31;01m*#[0m #[31;01m*#[0m ERROR: x11-wm/compiz-0.6.2-r1 failed. #[31;01m*#[0m Call stack: #[31;01m*#[0m ebuild.sh, line 49: Called src_compile #[31;01m*#[0m environment, line 2571: Called die #[31;01m*#[0m The specific snippet of code: #[31;01m*#[0m emake || die "make failed" #[31;01m*#[0m The die message: #[31;01m*#[0m make failed #[31;01m*#[0m #[31;01m*#[0m If you need support, post the topmost build error, and the call stack if relevant. #[31;01m*#[0m A complete build log is located at '/var/tmp/portage/x11-wm/compiz-0.6.2-r1/temp/build.log'. #[31;01m*#[0m The ebuild environment file is located at '/var/tmp/portage/x11-wm/compiz-0.6.2-r1/temp/environment'. #[31;01m*#[0m This ebuild is from an overlay: '/usr/local/portage/desktop-effects/' #[31;01m*#[0m | NPTL is the "native POSIX thread library", a way of writing multi-threaded applications. In order to work together properly, Mesa and xorg-server either need to both be using NPTL, or both not be using NPTL. Since Mesa 7 has some problems with NPTL on AMD64, you need to disable it for both Mesa and xorg-server. |
Hi, KDE user running ~x86 here, have the (monolithic?) KDE ebuilds e.g. kdebase, kdeadmin etc all been dropped? This is a retrograde step as far as I can see, does this mean I have to bite the bullet and install kde meta ebuild (& therefore get a load of stuff I don't need, like kdeedu, kdewebdev etc), or alternatively go down the tedious route of having to micro-manage every single KDE app I want installed? The ebuilds I've been using so far have been an incredibly useful compromise between keeping things reasonably bloat-free without having to delve into the minutiae of kde applications. Have they gone for good? If so, what is the rationale for this? TIA EDIT - True to form, I've just noticed there are new ebuilds e.g. kdegraphics- meta etc - I take it these are the replacement ebuilds for the ones I've been using? J | First of all, arts is borked, period. It sucks in stereo, and has since the first time I used it. You are better off without it! As far as the "bloat" I keep reading about, where is it? I have three machines with both KDE monolithic and XFCE, as well as all the standard stuff, and each setup tops out at a little over 4 gigs, with the 64 bit topping out at a bit over five. When one considers that the median hard drive now for sale is almost a terabyte, how can one even use the word "bloat"? Even if you stuffed EVERY package available in portage onto a partition that large, you MIGHT use one-two percent. MIGHT! No, I think it's about devs who don't want to support two different set ups, so they opt for the lowest common denominator. Thanks a lot guys. Now, if I want to stay current, I have to completely wipe out my predominate GUI, and hope I don't lose all the setups and everything else I've done to get my KDE working right. Gee, that's a way to build brand loyalty. NOT! Blessed be! Pappy |
I've had this problem for as long as I can remember. I have my monitor set up to go Standby after about 10 minutes. It works fine until someone watches a movie fullscreen (the problem occurs with, mplayer, mplayer-bin, and kaffeine. I haven't checked other players.) I used to just restart KDE and the problem would go away, but I discovered that if I turn the power control off and back on in the KDE control center, it will work properly until the next movie is played at fullscreen. This is a very annoying problem that I have done some searching and not found an answer for. | I don't think I have this problem. One simple thing to try is to create a button that runs the command: Code: xset dpms force standy Then people can use this button to blank the display. To make your alias idea more general, create a script called "mplayer" and put it in a directory that is ahead of /usr/bin in $PATH. I made a little script to print out the $PATH: Code: #!/usr/bin/perl print join(" ", split /:/, $ENV{PATH}), " "; sleep 100; I added it as a non-KDE app to KDE's kicker with the "Run in terminal window" checked. It told me the path was: Code: /usr/kde/3.5/bin /usr/local/bin /usr/bin /bin /opt/bin /usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2 /opt/blackdown-jdk-1.4.2.03/bin /opt/blackdown-jdk-1.4.2.03/jre/bin /usr/qt/3/bin /usr/games/bin /sbin /usr/sbin /usr/local/unsermake So put your mplayer and kaffeine scripts in /usr/local/bin and that should solve your problem. There should be a more direct solution that doesn't require such a work-around but this should get you by for now. This didn't work with my file associations though. Perhaps the complete path to mplayer was used there. So cp /usr/local/bin/mplayer to /usr/local/bin/my-mplayer and then go to the Konqueror config menu and in the File Associations submenu add my-mplayer to the various video formats and move it to the top of the list. |
I have a mobo with the integrated G965 Intel graphics thingie, and I can't get compiz to run properly on it. For the most part, compiz works fine, particularly when the CPU (dual core) is idling. However, doing anything CPU intensive (even opening a web page) makes window movement and all animations extremely stuttery. Also, using window switcher and others (like the expose clone or cube) often stutters at first, before starting to run smoothly. In all of these cases, X usage of the CPU goes way up. I though these things were supposed to be done on the GPU? Anyone have a similar card with more success? My 5 year old notebook with an Geforce 4 card worked just fine with Compiz, and I don't think it really should be this bad on a newer machine. lspci wrote: 00:02.0 VGA compatible controller: Intel Corporation 82G965 Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller]) xorg.conf snippet wrote: Section "Module" Load "record" Load "extmod" Load "glx" Load "dri" Load "xtrap" Load "dbe" Load "type1" Load "freetype" EndSection Section "Device" Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "82G965 Integrated Graphics Controller" BusID "PCI:0:2:0" Option "MetaModes" "1280x1024_75.00" Option "UseEdidFreqs" "on" Option "XAANoOffscreenPixmaps" "true" Option "DRI" "true" VideoRam 262144 EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "DRI" Group 0 Mode 0666 EndSection package versions wrote: [I] x11-drivers/xf86-video-i810 (2.1.1@05/21/2008): X.Org driver for Intel cards [I] x11-base/xorg-server (1.3.0.0-r6@06/22/2008): X.Org X servers [I] x11-libs/libdrm (2.3.0@05/15/2008): X.Org libdrm library [I] media-libs/mesa (6.5.2-r1@05/21/2008): OpenGL-like graphic library for Linux glxinfo snippet wrote: direct rendering: Yes OpenGL vendor string: Tungsten Graphics, Inc OpenGL renderer string: Mesa DRI Intel(R) 965G 4.1.3002 x86/MMX/SSE2 OpenGL version string: 1.4 Mesa 6.5.2 /var/log/Xorg.0.log snippet wrote: 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 desktop 2.6.24-gentoo-r7 #4 SMP Wed May 21 19:02:50 KST 2008 i686 (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: "intel" (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.3.0, module version = 2.1.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.2 (II) 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:02:0 (--) Chipset 965G found (**) intel(0): Option "DRI" "true" (II) intel(0): Integrated Graphics Chipset: Intel(R) 965G (--) intel(0): Chipset: "965G" (==) intel(0): Using XAA for acceleration (--) intel(0): Will try to allocate texture pool for old Mesa 3D driver. (II) intel(0): Will try to reserve 32768 kiB of AGP aperture space for the DRM memory manager. (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.3.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (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.3.0, module version = 1.2.0 ABI class: X.Org Video Driver, version 1.2 (WW) intel(0): Register 0x61114 (PORT_HOTPLUG_STAT) changed from 0x00000000 to 0x00000b00 (II) Loading sub module "dri" (II) LoadModule: "dri" (II) Reloading /usr/lib/xorg/modules/extensions//libdri.so (WW) intel(0): Failed to set up write-combining range (0xd0000000,0x10000000) (WW) AIGLX: 3D driver claims to not support visual 0x23 (WW) AIGLX: 3D driver claims to not support visual 0x24 (WW) AIGLX: 3D driver claims to not support visual 0x25 (WW) AIGLX: 3D driver claims to not support visual 0x26 (WW) AIGLX: 3D driver claims to not support visual 0x27 (WW) AIGLX: 3D driver claims to not support visual 0x28 (WW) AIGLX: 3D driver claims to not support visual 0x29 (WW) AIGLX: 3D driver claims to not support visual 0x2a (WW) AIGLX: 3D driver claims to not support visual 0x2b (WW) AIGLX: 3D driver claims to not support visual 0x2c (WW) AIGLX: 3D driver claims to not support visual 0x2d (WW) AIGLX: 3D driver claims to not support visual 0x2e (WW) AIGLX: 3D driver claims to not support visual 0x2f (WW) AIGLX: 3D driver claims to not support visual 0x30 (WW) AIGLX: 3D driver claims to not support visual 0x31 (WW) AIGLX: 3D driver claims to not support visual 0x32 | OK, I know your issue and I've solved it, but it isn't easy. The clue is in the line: Quote: (WW) intel(0): Failed to set up write-combining range (0xd0000000,0x10000000) There seems to be a bug in recent kernel versions that misdetects mtrr register ranges. I 'solved' this by manually rewriting them with a little script. However, your ranges will be different. Can you post the result of Code: cat /proc/mtrr please? Edit: see also https://bugs.launchpad.net/linux/+bug/210780 |
When I try to emerge xf86-video-i810 I get the following error: Code: ERROR: x11-drivers/xf86-video-i810-2.1.1 failed Call stack: ebuild.sh , line 49: Called src_compile environment, line 2998: Called x-modular_src_compile environment, line 3786: Called x-modular_src_make environment, line 3819: Called die The specific snippet of code: emake || die "emake failed" The die message: emake failed Of course, now I can't startx. | Need additional information. Please post ~ 20 lines earlier, where you first see an ERROR. Also post the output of emerge --info. |
well im trying to emerge gnome, after a few failures due to configurations in my make.conf I got this new one now and I have no Idea how to fix it: my make.config looks like this: (sorry totally new so maybe some mistakes here ) CFLAGS="-O2 -march=i686 -pipe" CXXFLAGS="${CFLAGS}" CHOST="i686-pc-linux-gnu" MAKEOPTS="-j2" USE="gtk gnome esd avahi hal dbus cairo X dvd" and the GENTOO MIRRORS... so the problem is im trying to make a "basic" instalation, I used genkernel all for my kernel, and before emerging gnome I put USE="-gt3 -gt4 -arts -kde X dbus dtk gnome hal avahi".... after downloading some things I got some errors fixed them but THIS one: you MUST build sys-apps/dbus with the X USE flag enabled. ERROR: x11-apps/xinit-1.0.5-r1 failed. and a bunch of things that "explain" WHY it doesnt charge it which i dont fully understand... now it talks about enabling the X USE which I have.... TWICE and it also talks about BUILDING the sys-apps/dbus but how do i build it?... :S thanks for the help. | Moved from Installing Gentoo to Desktop Environments. Desktop stuff, so moved here. Have you tried: USE="X" emerge dbus |
Probably a stupid question.. but how do I get the gnome bottom panel to look like this | This one is Avant-window-navigator It is used with Beryl. For more about beryl : http://wiki.gentoo-xeffects.org/Main_Page Edit : I don't know if it has to be used with Beryl, but the xeffects overlay does contains avant-window-navigator |
hello, I've just installed a new gentoo 2008, and on this version, I've encountered an error message that's new on me. * Error: circular dependencies: below is my emerge command and the results. ========================================== (chroot) livecd / # emerge xorg-x11 WARNING: repository at /usr/local/portage is missing a repo_name entry Calculating dependencies... done! [nomerge ] x11-base/xorg-x11-7.4 [nomerge ] x11-base/xorg-server-1.5.0 USE="3dfx dri ipv6 nptl xorg -debug -dmx -hal -kdrive -minimal -sdl" INPUT_DEVICES="keyboard mouse -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -evdev -fpit -hyperpen -jamstudio -joystick -magellan -microtouch -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom" VIDEO_CARDS="fbdev glint i810 mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo -apm -ark -chips -cirrus -cyrix -dummy -epson -fglrx -geode -i128 -i740 (-impact) -imstt (-newport) -nsc -nvidia -radeonhd -rendition -s3 -s3virge -siliconmotion -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tga -tseng -v4l -vermilion -xgi" [nomerge ] media-libs/mesa-7.1 USE="nptl -debug -doc -motif -pic -xcb" VIDEO_CARDS="i810 mach64 mga r128 radeon savage sis tdfx trident via -none -s3virge (-sunffb)" [ebuild N ] x11-apps/mesa-progs-7.1 [ebuild N ] virtual/glut-1.0 [ebuild N ] media-libs/freeglut-2.4.0-r1 [ebuild N ] virtual/glu-7.0 [ebuild N ] virtual/opengl-7.0 [ebuild N ] media-libs/mesa-7.1 USE="nptl -debug -doc -motif -pic -xcb" VIDEO_CARDS="i810 mach64 mga r128 radeon savage sis tdfx trident via -none -s3virge (-sunffb)" * Error: circular dependencies: ('ebuild', '/', 'virtual/glu-7.0', 'merge') depends on ('ebuild', '/', 'media-libs/mesa-7.1', 'merge') (medium) ('ebuild', '/', 'virtual/glut-1.0', 'merge') depends on ('ebuild', '/', 'media-libs/freeglut-2.4.0-r1', 'merge') (medium) ('ebuild', '/', 'media-libs/freeglut-2.4.0-r1', 'merge') depends on ('ebuild', '/', 'virtual/opengl-7.0', 'merge') (hard) ('ebuild', '/', 'virtual/glu-7.0', 'merge') (hard) ('ebuild', '/', 'media-libs/mesa-7.1', 'merge') (hard) ('ebuild', '/', 'x11-apps/mesa-progs-7.1', 'merge') depends on ('ebuild', '/', 'virtual/glut-1.0', 'merge') (hard) ('ebuild', '/', 'virtual/opengl-7.0', 'merge') (hard) ('ebuild', '/', 'virtual/glu-7.0', 'merge') (hard) ('ebuild', '/', 'media-libs/freeglut-2.4.0-r1', 'merge') (hard) ('ebuild', '/', 'media-libs/mesa-7.1', 'merge') (hard) ('ebuild', '/', 'virtual/opengl-7.0', 'merge') depends on ('ebuild', '/', 'media-libs/mesa-7.1', 'merge') (medium) ('ebuild', '/', 'media-libs/mesa-7.1', 'merge') depends on ('ebuild', '/', 'x11-apps/mesa-progs-7.1', 'merge') (hard) * Note that circular dependencies can often be avoided by temporarily * disabling USE flags that trigger optional dependencies. (chroot) livecd / # ======================================= If anyone out there has the answer, I'd be obliged. Also, as you can see just after the emerge command, since a few weeks, after an emerge --sync, I get the following warning : WARNING: repository at /usr/local/portage is missing a repo_name entry it doesn't stop anything, but, is ther any way to get rid of it | You could try without ~x86 first. Also, have you followed this: http://www.gentoo.org/doc/en/xorg-config.xml You seem to have way too many VIDEO_CARDs, for example... |
I'm trying to start compiz-fusion with Code: compiz --replace ccp --loose-binding But I get this error: Code: compiz (core) - Fatal: No composite extension It's been hours, yet I can't find someone who has my problem. I already added the following to xorg.conf: Code: Section "Extensions" Option "Composite" "Enable" EndSection No luck yet... | Have you read the xorg log? Post it. Also post your xorg.conf |
Ok, im trying to get direct rendering and AIGLX to work (my card is i945 also known as intel GMA 950.), but when I do this: Code: grep -i aiglx /var/log/Xorg.0.log I get this: Code: (==) AIGLX enabled (EE) AIGLX error: dlopen of /usr/lib64/dri/i915_dri.so failed (/usr/lib64/dri/i915_dri.so: cannot open shared object file: No such file or directory) (EE) AIGLX: reverting to software rendering The folder "dri" doesn't even exist under "lib64". But it's weird it does exist under "lib32" (Im using arch amd64), and even the i915_dri.so is there. Should I just copy the folder "dri" to "lib64" from "lib32" or is there a more proper way to put it there? heres more info: Code: glxinfo | grep direct direct rendering: No OpenGL renderer string: Mesa GLX Indirect xorg.conf Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib64/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" ### Descomentar GLcore si algo sale mal #Load "GLcore" Load "glx" Load "record" Load "extmod" Load "dbe" Load "xtrap" Load "dri" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" #DisplaySize 330 210 # mm Identifier "Monitor0" VendorName "LPL" ModelName "cb00" 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>] ### AIGLX ################################ Option "DRI" "true" Option "XAANoOffscreenPixmaps" "true" ################################################## #Option "NoDDC" # [<bool>] #Option "ShowCache" # [<bool>] #Option "XvMCSurfaces" # <i> #Option "PageFlip" # [<bool>] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller" BusID "PCI:0:2:0" EndSection Section "DRI" Mode 0666 EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x800" EndSubSection EndSection | I'd rebuild mesa, xorg-server and the intel driver. They compile quickly. |
Is it possible for someone to bring the 0.7.x development branches of compiz/compiz-fusion into portage? I know 0.7.x is a dev branch but it doesn't look like they will be releasing 0.8 anytime soon, and it has been almost a year since the last stable release. ... and no I have no plans on installing from an overlay. Thx | So I'm guessing that's a no go? |
Hi guys, I don't know what happened to my system, but I noticed that if I try to save anything from firefox to the Desktop, nothing would happen. I tried to create a new folder on the Desktop and I got an error "Access Denied to /home/woody/Desktop/New Folder"...looks like my permissions got whacked. Any ideas on how to fix this for my user? I could chmod the Desktop directory, but I would rather fix this on a global scale. Thanks for any info. Matt. | Are there other directories that are giving you the access denied error, or just on the desktop? If it is just on the desktop then using chmod would be the easiest solution. If there are more, then we would have to see what the potential cause of the permissions error might be. |
Hi all, I'm probably just doing something stupid here but when I set up my xorg.conf for the gentoo install on my new laptop i set the following for the keyboard which should have an english (british) layout: Code: Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "gb" EndSection But I am getting given a US keymap in X so all of the symbols are mapped to the wrong keys. Could someone please point out where my (presumed) silly mistake is please? | And just what exactly would that line told you ? It's the output of `hal-device <device name>` on the returned device, that can tell you what you need to know. But that fdi example looks correct. @freestyling: did you restart hal after creating that file ? Oops, typing took me too long. |
Trying to change the desktop background of gnome (originally when I first started using gnome the default was a neon green background). Can't use various jpegs I've pulled off of digital blasphemy, and there are some of the default backgrounds that show up simply as a green screen and a handful that I can actually use. Suggestions? | Did you add the jpeg USE flag after compiling certain packages for your DE? It may be that they need to be recompiled. Try doing: Code: emerge -avuDN world and posting the output. It may be that the jpeg libraries were not requested at the initial time of compilation. |
Code: n22 /usr/portage/app-admin/sysstat # equery l sysstat [ Searching for package 'sysstat' in all categories among: ] * installed packages [I--] [ ] app-admin/sysstat-8.0.4.1 (0) n22 /usr/portage/app-admin/sysstat # grep sysstat /etc/portage/package.* /etc/portage/package.keywords:=app-admin/sysstat-8.1.5 /etc/portage/package.umask:=app-admin/sysstat-8.1.5 n22 /usr/portage/app-admin/sysstat # emerge -au sysstat These are the packages that would be merged, in order: Calculating dependencies... done! Nothing to merge; would you like to auto-clean packages? [Yes/No] >>> Auto-cleaning packages... >>> No outdated packages were found on your system. Probably I'm too stupid to understand the [u]mask/[un]stable logic of portage, but - could somebody help me ? | tulcod wrote: maybe you don't have the ebuild in your local tree yet? Right, it is in my local overlay : /usr/local/portage/app-admin/sysstat/sysstat-8.0.4.1.ebuild |
Hi, The UI font size in Google Earth (4.3.7284.3916) and VLC Media Player (0.9.1) is too small. I've tried to fix the Google Earth problem by editing the ``registry'' for it, but that didn't help. The VLC problem seems to be related to Qt4 configuration, but I don't see a package called qt4-config in Portage, like I found out about when I Googled for a solution to the font problem. Does anyone know how I can fix these problems? Thanks! | Aquiles wrote: Same problem here, but only with Google Earth, not VLC. Are you using VLC 0.9.*? I don't think the problem exists in 0.8.6i, because it uses GTK, which has a different font configuration. andreaG wrote: For GoogleEarth see the file ~/.config/Google/GoogleEarthPlus.conf. Thank you so much, that fixed it! I was editing a file in ~/.googleearth/Registry, and it wasn't working. The location of the configuration file must have changed. |
Hi, Yet another xorg thread (lots doing the rounds at the moment ). Updated to the new xorg-X11-7.4/xorg-server-1.5 and initially got loads of errors about modules not being detected. Resolved that with a fresh 'Xorg -configure', this generated the following config file... Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "extmod" Load "dbe" Load "glx" Load "dri" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [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 "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 "Card1" Driver "intel" VendorName "Intel Corporation" BoardName "82852/855GM Integrated Graphics Device" BusID "PCI:0:2:1" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection But upon testing results in the following errors... Code: X.Org X Server 1.5.0 Release Date: X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.26-gentoo-r1 i686 Current Operating System: Linux wright 2.6.26-gentoo-r1 #1 PREEMPT Wed Aug 27 19:40:26 BST 2008 i686 Build Date: 13 September 2008 11:39:16PM 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: Sun Sep 14 09:34:03 2008 (++) Using config file: "/root/xorg.conf.new" (EE) intel(1): Cannot read V_BIOS (Function not implemented) (EE) intel(1): Bad VBT signature (EE) intel(1): Couldn't allocate video memory Fatal serer error: AddScreen/ScreenInit failed for driver 1 I've had a good search through the forums and current xorg threads but can't find anything similar to this. The graphics card is Intel i810 and under older xorg I had been using the i810 driver, but this has been superseded by the interl driver (as configured automatically). Any suggestions as to how to resolve this would be appreciated. Cheers slack Full Xorg.0.log... Code: X.Org X Server 1.5.0 Release Date: X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.26-gentoo-r1 i686 Current Operating System: Linux wright 2.6.26-gentoo-r1 #1 PREEMPT Wed Aug 27 19:40:26 BST 2008 i686 Build Date: 13 September 2008 11:39:16PM 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: Sun Sep 14 09:34:03 2008 (++) Using config file: "/root/xorg.conf.new" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Screen "Screen1" (1) (**) | |-->Monitor "Monitor1" (**) | |-->Device "Card1" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Automatically adding devices (==) Automatically enabling devices (==) Including the default font path /usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/OTF,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/. (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/, /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ (**) ModulePath set to "/usr/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: 0x81f4280 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 X.Org Font Renderer : 0.6 (II) Loader running on linux (--) using VT number 7 (--) PCI:*(0@0:2:0) Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xe8000000/0, 0xe0000000/0, I/O @ 0x00001800/0 (--) PCI: (0@0:2:1) Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0xf0000000/0, 0xe0080000/0 (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "freetype" will be loaded. 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: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 1.1 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (==) AIGLX enabled (==) Exporting typical set of GLX visuals (II) Loading extension GLX (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "freetype" (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.5.0, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.6 (II) Loading font FreeType (II) LoadModule: "intel" (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.5.0, module version = 2.4.2 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 (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.3.0 Module class: X.Org XInput Driver ABI class: X.Org XInput 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.3.1 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, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, Mobile Intel® GM45 Express Chipset, Intel Integrated Graphics Device, G45/G43, Q45/Q43 (II) Primary Device is: PCI 00@00:02:0 (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) resource ranges after probing: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [7] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B] [8] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [9] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [11] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [12] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [13] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] [14] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B] [15] 1 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Loading /usr/lib/xorg/modules//libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.1.0 ABI class: X.Org Video Driver, version 4.1 (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.5.0, module version = 0.1.0 ABI class: X.Org Video Driver, version 4.1 (==) intel(0): Depth 24, (==) framebuffer bpp 32 (==) intel(0): RGB weight 888 (==) intel(0): Default visual is TrueColor (II) intel(0): Integrated Graphics Chipset: Intel(R) 855GM (--) intel(0): Chipset: "852GM/855GM" (--) intel(0): Linear framebuffer at 0xE8000000 (--) intel(0): IO registers at addr 0xE0000000 (II) intel(0): 2 display pipes available. (==) intel(0): Using EXA for acceleration (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 3.0 (II) intel(0): VESA VBE Total Mem: 8000 kB (II) intel(0): VESA VBE OEM: Intel(r)852MG/852MGE/855MG/855MGE Graphics Chip Accelerated VGA BIOS (II) intel(0): VESA VBE OEM Software Rev: 1.0 (II) intel(0): VESA VBE OEM Vendor: Intel Corporation (II) intel(0): VESA VBE OEM Product: Intel(r)852MG/852MGE/855MG/855MGE 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) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Module "i2c" already built-in (II) intel(0): Output VGA using monitor section Monitor0 (II) intel(0): I2C bus "CRTDDC_A" initialized. (II) intel(0): Output LVDS has no monitor section (II) intel(0): I2C bus "LVDSDDC_C" initialized. (II) intel(0): Attempting to determine panel fixed mode. (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. (II) intel(0): EDID vendor "SEC", prod id 19032 (II) intel(0): I2C bus "DVODDC_D" initialized. (II) Loading sub module "sil164" (II) LoadModule: "sil164" (II) Loading /usr/lib/xorg/modules/drivers//sil164.so (II) Module sil164: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) intel(0): I2C bus "DVOI2C_E" initialized. (II) Loading sub module "ch7xxx" (II) LoadModule: "ch7xxx" (II) Loading /usr/lib/xorg/modules/drivers//ch7xxx.so (II) Module ch7xxx: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) intel(0): I2C bus "DVOI2C_E" removed. (II) intel(0): I2C bus "DVOI2C_E" initialized. (II) Loading sub module "ivch" (II) LoadModule: "ivch" (II) Loading /usr/lib/xorg/modules/drivers//ivch.so (II) Module ivch: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) intel(0): I2C bus "DVOI2C_E" removed. (II) intel(0): I2C bus "DVOI2C_B" initialized. (II) Loading sub module "tfp410" (II) LoadModule: "tfp410" (II) Loading /usr/lib/xorg/modules/drivers//tfp410.so (II) Module tfp410: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) intel(0): I2C bus "DVOI2C_B" removed. (II) intel(0): I2C bus "DVOI2C_E" initialized. (II) Loading sub module "ch7017" (II) LoadModule: "ch7017" (II) Loading /usr/lib/xorg/modules/drivers//ch7017.so (II) Module ch7017: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 4.1 (II) intel(0): I2C bus "DVOI2C_E" removed. (II) intel(0): I2C bus "DVOI2C_E" initialized. (II) intel(0): I2C bus "DVOI2C_E" removed. (II) intel(0): I2C bus "DVODDC_D" removed. (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed. (II) intel(0): Output VGA disconnected (II) intel(0): Output LVDS connected (II) intel(0): Using exact sizes for initial modes (II) intel(0): Output LVDS using initial mode 1024x768 (II) intel(0): Monitoring connected displays enabled (II) intel(0): detected 128 kB GTT. (II) intel(0): detected 8060 kB stolen memory. (==) intel(0): video overlay key set to 0x101fe (==) intel(0): Will not try to enable page flipping (==) intel(0): Triple buffering disabled (==) intel(0): Intel XvMC decoder disabled (==) intel(0): Using gamma correction (1.0, 1.0, 1.0) (==) intel(0): DPI set to (96, 96) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "exa" (II) LoadModule: "exa" (II) Loading /usr/lib/xorg/modules//libexa.so (II) Module exa: vendor="X.Org Foundation" compiled for 1.5.0, module version = 2.4.0 ABI class: X.Org Video Driver, version 4.1 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (II) intel(0): Comparing regs from server start up to After PreInit (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd000000a (WW) intel(0): PP_STATUS before: on, ready, sequencing idle (WW) intel(0): PP_STATUS after: on, ready, sequencing on (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/lib/xorg/modules//libint10.so (II) Loading sub module "vbe" (II) LoadModule: "vbe" (II) Reloading /usr/lib/xorg/modules//libvbe.so (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Reloading /usr/lib/xorg/modules//libvgahw.so (==) intel(1): Depth 24, (==) framebuffer bpp 32 (==) intel(1): RGB weight 888 (==) intel(1): Default visual is TrueColor (II) intel(1): Integrated Graphics Chipset: Intel(R) 855GM (--) intel(1): Chipset: "852GM/855GM" (--) intel(1): Linear framebuffer at 0xF0000000 (--) intel(1): IO registers at addr 0xE0080000 (II) intel(1): 2 display pipes available. (==) intel(1): Using EXA for acceleration (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Reloading /usr/lib/xorg/modules//libint10.so (II) intel(1): initializing int10 (EE) intel(1): Cannot read V_BIOS (Function not implemented) (EE) intel(1): Bad VBT signature (WW) intel(1): VBIOS initialization failed. (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Module "i2c" already built-in (II) intel(1): Output VGA using monitor section Monitor1 (II) intel(1): I2C bus "CRTDDC_A" initialized. (II) intel(1): Output LVDS has no monitor section (II) intel(1): I2C bus "LVDSDDC_C" initialized. (II) intel(1): Attempting to determine panel fixed mode. (II) intel(1): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0. (II) intel(1): EDID vendor "SEC", prod id 19032 (II) intel(1): I2C bus "DVODDC_D" initialized. (II) Loading sub module "sil164" (II) LoadModule: "sil164" (II) Reloading /usr/lib/xorg/modules/drivers//sil164.so (II) intel(1): I2C bus "DVOI2C_E" initialized. (II) Loading sub module "ch7xxx" (II) LoadModule: "ch7xxx" (II) Reloading /usr/lib/xorg/modules/drivers//ch7xxx.so (II) intel(1): I2C bus "DVOI2C_E" removed. (II) intel(1): I2C bus "DVOI2C_E" initialized. (II) Loading sub module "ivch" (II) LoadModule: "ivch" (II) Reloading /usr/lib/xorg/modules/drivers//ivch.so (II) intel(1): I2C bus "DVOI2C_E" removed. (II) intel(1): I2C bus "DVOI2C_B" initialized. (II) Loading sub module "tfp410" (II) LoadModule: "tfp410" (II) Reloading /usr/lib/xorg/modules/drivers//tfp410.so (II) intel(1): I2C bus "DVOI2C_B" removed. (II) intel(1): I2C bus "DVOI2C_E" initialized. (II) Loading sub module "ch7017" (II) LoadModule: "ch7017" (II) Reloading /usr/lib/xorg/modules/drivers//ch7017.so (II) intel(1): I2C bus "DVOI2C_E" removed. (II) intel(1): I2C bus "DVOI2C_E" initialized. (II) intel(1): I2C bus "DVOI2C_E" removed. (II) intel(1): I2C bus "DVODDC_D" removed. (II) intel(1): I2C device "LVDSDDC_C:ddc2" removed. (II) intel(1): Output VGA disconnected (II) intel(1): Output LVDS connected (II) intel(1): Using exact sizes for initial modes (II) intel(1): Output LVDS using initial mode 1024x768 (II) intel(1): Monitoring connected displays enabled (II) intel(1): detected 128 kB GTT. (II) intel(1): detected 8060 kB stolen memory. (==) intel(1): video overlay key set to 0x101fe (==) intel(1): Will not try to enable page flipping (==) intel(1): Triple buffering disabled (==) intel(1): Intel XvMC decoder disabled (==) intel(1): Using gamma correction (1.0, 1.0, 1.0) (==) intel(1): DPI set to (96, 96) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Reloading /usr/lib/xorg/modules//libfb.so (II) Loading sub module "exa" (II) LoadModule: "exa" (II) Reloading /usr/lib/xorg/modules//libexa.so (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (II) intel(1): Comparing regs from server start up to After PreInit (WW) intel(1): Register 0x70024 (PIPEASTAT) changed from 0x80000207 to 0x80000203 (WW) intel(1): PIPEASTAT before: status: FIFO_UNDERRUN VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS (WW) intel(1): PIPEASTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS (WW) intel(1): Register 0x71024 (PIPEBSTAT) changed from 0x00000202 to 0x00000000 (WW) intel(1): PIPEBSTAT before: status: VSYNC_INT_STATUS VBLANK_INT_STATUS (WW) intel(1): PIPEBSTAT after: status: (==) Depth 24 pixmap format is 32 bpp (II) do I need RAC? Yes, I do. (II) resource ranges after preInit: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [7] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [8] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [9] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [11] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [12] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [13] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) [14] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [15] 1 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (II) intel(0): Kernel reported 142080 total, 1 used (II) intel(0): I830CheckAvailableMemory: 568316 kB available drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: open result is -1, (No such device or address) drmOpenDevice: Open failed drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 12, (OK) drmOpenByBusid: drmOpenMinor returns 12 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 (II) [drm] loaded kernel module for "i915" driver. (II) [drm] DRM interface version 1.3 (II) [drm] DRM open master succeeded. (II) intel(0): [drm] Using the DRM lock SAREA also for drawables. (II) intel(0): [drm] framebuffer mapped by ddx driver (II) intel(0): [drm] added 1 reserved context for kernel (II) intel(0): X context handle = 0x1 (II) intel(0): [drm] installed DRM signal handler (**) intel(0): Framebuffer compression enabled (**) intel(0): Tiling enabled (==) intel(0): VideoRam: 131072 KB (II) intel(0): Attempting memory allocation with tiled buffers. (WW) intel(0): xf86AllocateGARTMemory: allocation of 1536 pages failed (Cannot allocate memory) (WW) intel(0): Allocation error, framebuffer compression disabled (WW) intel(0): xf86AllocateGARTMemory: allocation of 10 pages failed (Cannot allocate memory) (II) intel(0): Tiled allocation successful. (II) intel(0): [drm] Registers = 0xe0000000 (II) intel(0): [drm] ring buffer = 0xe8000000 (II) intel(0): [drm] mapped front buffer at 0xe8800000, handle = 0xe8800000 (II) intel(0): [drm] mapped back buffer at 0xe9800000, handle = 0xe9800000 (II) intel(0): [drm] mapped depth buffer at 0xe9c00000, handle = 0xe9c00000 (II) intel(0): [drm] mapped classic textures at 0xea000000, handle = 0xea000000 (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432 (II) intel(0): [dri] visual configs initialized (II) intel(0): adjusting plane->pipe mappings to allow for framebuffer compression (II) intel(0): Page Flipping disabled (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (II) EXA(0): Offscreen pixmap area of 12582912 bytes (II) EXA(0): Driver registered support for the following operations: (II) Solid (II) Copy (II) Composite (RENDER acceleration) (==) intel(0): Backing store disabled (==) intel(0): Silken mouse enabled (II) intel(0): Initializing HW Cursor (II) intel(0): [DRI] installation complete (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x007df000 (pgoffset 2015) (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x007e0000 (pgoffset 2016) (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x007e4000 (pgoffset 2020) (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x007e5000 (pgoffset 2021) (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x007e9000 (pgoffset 2025) (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x00800000 (pgoffset 2048) (II) intel(0): xf86BindGARTMemory: bind key 6 at 0x00c00000 (pgoffset 3072) (II) intel(0): xf86BindGARTMemory: bind key 7 at 0x01800000 (pgoffset 6144) (II) intel(0): xf86BindGARTMemory: bind key 8 at 0x01c00000 (pgoffset 7168) (II) intel(0): xf86BindGARTMemory: bind key 9 at 0x02000000 (pgoffset 8192) (II) intel(0): Fixed memory allocation layout: (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB) (II) intel(0): 0x00020000-0x00027fff: logical 3D context (32 kB) (II) intel(0): 0x007df000: end of stolen memory (II) intel(0): 0x007df000-0x007dffff: Core cursor (4 kB, 0x0000000005faa000 physical ) (II) intel(0): 0x007e0000-0x007e3fff: ARGB cursor (16 kB, 0x0000000022154000 physical ) (II) intel(0): 0x007e4000-0x007e4fff: Core cursor (4 kB, 0x0000000005f9e000 physical ) (II) intel(0): 0x007e5000-0x007e8fff: ARGB cursor (16 kB, 0x0000000023e00000 physical ) (II) intel(0): 0x007e9000-0x007e9fff: overlay registers (4 kB, 0x000000002737f000 physical ) (II) intel(0): 0x00800000-0x00bfffff: front buffer (4096 kB) X tiled (II) intel(0): 0x00c00000-0x017fffff: exa offscreen (12288 kB) (II) intel(0): 0x01800000-0x01bfffff: back buffer (4096 kB) X tiled (II) intel(0): 0x01c00000-0x01ffffff: depth buffer (4096 kB) X tiled (II) intel(0): 0x02000000-0x03ffffff: classic textures (32768 kB) (II) intel(0): 0x08000000: end of aperture (II) intel(0): using SSC reference clock of 66 MHz (WW) intel(0): Chosen PLL clock of 66.5 Mhz more than 2% away from desired 65.0 Mhz (II) intel(0): Selecting standard 18 bit TMDS pixel format. (II) intel(0): Output configuration: (II) intel(0): Pipe A is off (II) intel(0): Display plane B is now enabled and connected to pipe A. (WW) intel(0): Hardware claims pipe A is on while software believes it is off (WW) intel(0): Hardware claims plane A is on while software believes it is off (II) intel(0): Pipe B is on (II) intel(0): Display plane A is now enabled and connected to pipe B. (II) intel(0): Output VGA is connected to pipe none (II) intel(0): Output LVDS is connected to pipe B (II) intel(0): [drm] dma control initialized, using IRQ 10 (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. (II) intel(0): DPMS enabled (II) intel(0): Set up overlay video (II) intel(0): direct rendering: Enabled (--) RandR disabled (WW) intel(1): xf86AcquireGART: AGPIOC_ACQUIRE failed (Device or resource busy) (WW) intel(1): /dev/agpgart is either not available, or no memory is available for allocation. Using pre-allocated memory only. drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 13, (OK) drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 13, (OK) drmOpenByBusid: Searching for BusID pci:0000:00:02.1 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 13, (OK) drmOpenByBusid: drmOpenMinor returns 13 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card1 drmOpenDevice: open result is 13, (OK) drmOpenByBusid: drmOpenMinor returns 13 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.1 (II) [drm] DRM interface version 1.3 (II) [drm] DRM open master succeeded. (II) intel(1): [drm] Using the DRM lock SAREA also for drawables. (II) intel(1): [drm] framebuffer mapped by ddx driver (II) intel(1): [drm] added 1 reserved context for kernel (II) intel(1): X context handle = 0x1 (II) intel(1): [drm] installed DRM signal handler (**) intel(1): Framebuffer compression enabled (**) intel(1): Tiling enabled (==) intel(1): VideoRam: 8060 KB (II) intel(1): Attempting memory allocation with tiled buffers. (WW) intel(1): Allocation error, framebuffer compression disabled (WW) intel(1): Disabling HW cursor because the cursor memory allocation failed. (WW) intel(1): Failed to allocate Overlay register space. (WW) intel(1): Failed to allocate EXA offscreen memory. (II) intel(1): Tiled allocation failed. (II) intel(1): Attempting memory allocation with untiled buffers. (WW) intel(1): Failed to allocate Overlay register space. (WW) intel(1): Failed to allocate EXA offscreen memory. (II) intel(1): Untiled allocation failed. (II) intel(1): Couldn't allocate 3D memory, disabling DRI. (II) intel(1): Attempting memory allocation with untiled buffers. (WW) intel(1): Failed to allocate Overlay register space. (WW) intel(1): Failed to allocate EXA offscreen memory. (II) intel(1): Untiled allocation failed. (EE) intel(1): Couldn't allocate video memory Fatal server error: AddScreen/ScreenInit failed for driver 1 (II) Screen 0 shares mem & io resources (II) Screen 1 shares mem & io resources (II) intel(0): xf86UnbindGARTMemory: unbind key 0 (II) intel(0): xf86UnbindGARTMemory: unbind key 1 (II) intel(0): xf86UnbindGARTMemory: unbind key 2 (II) intel(0): xf86UnbindGARTMemory: unbind key 3 (II) intel(0): xf86UnbindGARTMemory: unbind key 4 (II) intel(0): xf86UnbindGARTMemory: unbind key 5 (II) intel(0): xf86UnbindGARTMemory: unbind key 6 (II) intel(0): xf86UnbindGARTMemory: unbind key 7 (II) intel(0): xf86UnbindGARTMemory: unbind key 8 (II) intel(0): xf86UnbindGARTMemory: unbind key 9 | Have you rebuild your xf86-video-i810 driver? If not the you should start reading emerge messages. |
i have a compal fl-90(with zen-sources/openRC/gentoo installed), a few doubts and LOTS of questions so... if you got the time, read on. ok, lately i've been trying to get all of my keys in my keyboard to work. its strange because one of the keys, the "ç" key(which i just copy/pasted right now) doesn't 'come out', even though i press it. also other keys that are formed by a combo of altGr+Key, dont work... This seems to be a locale problem... yes indeed, and i've tried installing the locales i need plus setting the keyboard right in the xorg.conf file... but no use. its strange because at some point i got them to work, then i restarted and they dont work anymore. when i type locale it returns this: Code: locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory LANG=en_US pt_BR ja LC_CTYPE="en_US pt_BR ja" LC_NUMERIC="en_US pt_BR ja" LC_TIME="en_US pt_BR ja" LC_COLLATE="en_US pt_BR ja" LC_MONETARY="en_US pt_BR ja" LC_MESSAGES="en_US pt_BR ja" LC_PAPER="en_US pt_BR ja" LC_NAME="en_US pt_BR ja" LC_ADDRESS="en_US pt_BR ja" LC_TELEPHONE="en_US pt_BR ja" LC_MEASUREMENT="en_US pt_BR ja" LC_IDENTIFICATION="en_US pt_BR ja" LC_ALL= as you can see i've only set LANG, in the locale-gen file. also, this is all utf-8 btw. and yes i even gave my kernel the proper config, as is stated in the localization docs i believe. i dont get any bugs in sabayon, and since its also gentoo i tried checking it out and realized they left the keyboard on on evdev and managed. SO! i tried setting the keyboard to evdev in xorg.conf... and X is unable to start and crashes... why! its a freaking keyboard... anyhow, here is my xorg.conf: Quote: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib64/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "record" #Load "dri" Load "dbe" Load "wfb" Load "glx" Load "extmod" Load "xtrap" Load "GLcore" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" #Driver "evdev" Option "XkbLayout" "br-abnt2" #Option "XkbVariant" "nodeadkeys,winkeys" Option "XkbVariant" "winkeys" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "InputDevice" Identifier "Synaptics0" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" Option "SHMConfig" "on" EndSection Section "Monitor" Identifier "Monitor0" VertRefresh 43 - 60 HorizSync 28 - 80 VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection # A generic VGA 640x480 mode (hsync = 31.5kHz, refresh = 60Hz) Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "Unknown Board" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" #The favoured Depth and/or Bpp may be specified here SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection EndSection and since we are talkign about xorg.conf, let me ask some questions, is the 'modes' part in the subsection display necessary? because when i go into the 'display settings' inside xfce, it doesnt show my rez 1280X800(but i believe nvidia-settings is handling that so that's cool). also i was really uncertain about the monitor part i have a laptop screen, so it should have 60hz... but do i need to set anything(question) -atm i just copied stuff over form the sabayon example i have.(my saviour) Also, im not sure if synaptics is configure right.(copied that part also) my last question for now, on xorg, is -what the hell is 'ServerLayout' and what do i NEED to config in it. finally, i have a battery app in xfce(xfce-battery or whatnot ~.~ obvious) and strangely enough its all bugged... atm it displays the icon, the bar(it looks empty), 50%%, and my battery is full . also, i wanted to know if anyone knows a app that stops charging the bat when you reach a certain %.(i expected this one to) OR, alternatively i would like help getting my charge key to work. (on the left side of the laptop there is a key that once pressed its supposed to toggle battery charging off/on). ANY answer on anything related to these questions will be a great help, thanks in advance. | As for the first issue, I suspect it's a standard hal/evdev problem, IOW, xorg.conf is not important, the fdi file is. Also, you seem to misunderstand, what LANG is. To be valid, it has to be set to a single value, like pt_BR.UTF-8. |
Anybody can help me? im-1.0 -lscim-x11utils-1.0 -lX11 -lscim-1.0 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lscim-kdeutils collect2: ld returned 1 exit status scons: *** [src/libskim.so.0.1.0] Error 1 scons: building terminated because of errors. * * ERROR: app-i18n/skim-1.4.5 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2911: Called die * The specific snippet of code: * CFLAGS="${CXXFLAGS}" ./scons ${sconsopts} || die * The die message: * (no error message) * * 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/app-i18n/skim-1.4.5/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-i18n/skim-1.4.5/temp/environment'. * * Messages for package app-i18n/skim-1.4.5: * * ERROR: app-i18n/skim-1.4.5 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2911: Called die * The specific snippet of code: * CFLAGS="${CXXFLAGS}" ./scons ${sconsopts} || die * The die message: * (no error message) * * 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/app-i18n/skim-1.4.5/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-i18n/skim-1.4.5/temp/environment'. * | Moved from Installing Gentoo to Desktop Environments. desktop stuff, so moved here |
I just did an emerge -uDN world and now the DISPLAYMANAGER variable, whether in /etc/rc.conf or /etc/init.d/xdm, does not start KDM. I see "Setting up kdm..." go by on startup, a few other services and then a terminal login. /var/log/kdm.log doesn't tell me anything went wrong - just some standard xorg stuff that always happens. This was working before my emerge -uDN world. I'd appreciate any input. | Try setting 'DISPLAYMANAGER=kdm' without any version. |
I just recompiled world and now I get "blank desktop", I'm using xfce4-4.4.2 There are only bottom and top panels visible, clicking mouse buttons doesn't give me any input. I've recompile xfce "emerge -e xfce4" total over 350packages were recompiled but it didn't fixed anything. Does anybody knows how to fix it? | What do you mean with "blank desktop"? No icons and/or no wallpaper? Make sure you have enabled Xfce for managing the desktop. IIRC the option is under Settings > Desktop Preferences and there mark Let Xfce manage the desktop . |
I have an AOpen miniPC, which basically uses a laptop chipset. Right now the TV Output is the only thing hooked up to my TV. For the life of me, I can't get Xorg working and readable. The screen is really blocky and is impossible to read. It seems that all output is like this, even playing a dvd, etc... The problem is not present in i810-1.7.4. Anything higher than that and the problem persists, even on the new 2008.0 livecd. Of course I've discovered something that needs the new drivers, and I can't get it to work properly. Anyone else have issues like this? | Okay, after more testing I'm finding out that drivers > 1.7.4 fail direct rendering. X still loads up but gives the horribly distorted screen. Has anyone else had issues with this? Next I'll try hooking it up to a monitor. |
Hi all, For some reason my X says "No screens found" after an update. No changes in xorg.conf so I can't really get it. Maybe you can see something I can't. Note this is a macbook. xorg.conf: Code: Section "ServerLayout" Identifier "MacBook - First Generation" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Synaptics Touchpad" Screen "MacScreen" # Beryl/Compiz - AIGLX built in xorg-server 7.1 and > Option "AIGLX" "true" EndSection Section "Extensions" # Beryl/Compiz Option "Composite" "Enable" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" # Unantialiased Fonts: # FontPath "/usr/share/fonts/100dpi/" # FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "extmod" Load "dri" Load "freetype" Load "type1" Load "synaptics" # Disabled for AIGLX # Load "GLcore" # Load "vbe" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "uk" Option "XkbOptions" "numpad:mac" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "SHMConfig" "true" Option "LeftEdge" "100" Option "RightEdge" "1120" Option "TopEdge" "50" Option "BottomEdge" "310" Option "FingerLow" "25" Option "FingerHigh" "30" Option "VertScrollDelta" "20" Option "HorizScrollDelta" "50" Option "MinSpeed" "0.79" Option "MaxSpeed" "0.88" Option "AccelFactor" "0.0015" # Option "HorizScrollDelta" "0" EndSection Section "Device" Identifier "i945GM" Driver "i810" VendorName "Intel Corporation" BoardName "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller" # Beryl/Compiz Option "DRI" "true" Option "XAANoOffscreenPixmaps" "true" # Xorg.0.log was spitting warnings about BusID # BusID "PCI:0:2:0" EndSection Section "Monitor" Identifier "Built-in LCD" VendorName "APP" ModelName "9c5f" # Hope the values are correct. Taken from Debian Wiki. Saw no values in documentation. HorizSync 28-64 VertRefresh 43-60 # A Modeline is a configuration line in the XFree86 configuration file # (XF86Config) that provides information to the X server about a connected # computer monitor or television and how to drive it at a specified display # resolution. Modelines may no longer be necessary in XFree86 versions 4 # and higher ... # Detect Modelines (less probing): gtf horiz_res vert_res refresh_rate Modeline "1280x800_60.00" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync Modeline "1024x768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync Modeline "800x600_60.00" 38.22 800 832 912 1024 600 601 604 622 -HSync +Vsync Modeline "640x480_60.00" 23.86 640 656 720 800 480 481 484 497 -HSync +Vsync EndSection Section "Screen" Identifier "MacScreen" Device "i945GM" Monitor "Built-in LCD" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection Xorg.0.log: Code: X.Org X Server 1.5.0 Release Date: X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.26-gentoo-r1 i686 Current Operating System: Linux socrates 2.6.26-gentoo-r1 #1 SMP Mon Aug 25 11:02:24 BST 2008 i686 Build Date: 08 September 2008 11:09:22AM 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: Tue Sep 9 09:13:52 2008 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "MacBook - First Generation" (**) |-->Screen "MacScreen" (0) (**) | |-->Monitor "Built-in LCD" (**) | |-->Device "i945GM" (**) |-->Input Device "Mouse1" (**) |-->Input Device "Keyboard1" (**) |-->Input Device "Synaptics Touchpad" (**) Option "AIGLX" "true" (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (==) Including the default font path /usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/OTF,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/. (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/Type1/, /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ (==) ModulePath set to "/usr/lib/xorg/modules" (**) 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: 0x81c6b80 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 4.1 X.Org XInput driver : 2.1 X.Org Server Extension : 1.1 X.Org Font Renderer : 0.6 (II) Loader running on linux (--) using VT number 7 (--) PCI:*(0@0:2:0) Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0x90380000/0, 0x80000000/0, 0x90400000/0, I/O @ 0x000020e0/0 (--) PCI: (0@0:2:1) Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0x90300000/0 (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded by default. (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) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (**) AIGLX enabled (**) Exporting typical set of GLX visuals (II) Loading extension GLX (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.0, 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: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "freetype" (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.5.0, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.6 (II) Loading font FreeType (II) LoadModule: "type1" (WW) Warning, couldn't open module type1 (II) UnloadModule: "type1" (EE) Failed to load module "type1" (module does not exist, 0) (II) LoadModule: "synaptics" (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so (II) Module synaptics: vendor="X.Org Foundation" compiled for 1.4.2, module version = 0.15.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.0, 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: "i810" (II) Loading /usr/lib/xorg/modules/drivers//i810_drv.so (II) Module i810: vendor="X.Org Foundation" compiled for 1.5.0, module version = 2.4.2 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 4.1 (II) LoadModule: "mouse" (II) Loading /usr/lib/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/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.3.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) LoadModule: "synaptics" (II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, Mobile Intel® GM45 Express Chipset, Intel Integrated Graphics Device, G45/G43, Q45/Q43 (II) Primary Device is: PCI 00@00:02:0 (EE) No devices detected. Fatal server error: no screens found | Thanks for the reference. The driver is now named 'intel'. Thanks. |
Code: X.Org X Server 1.5.0 Release Date: X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.25-gentoo-r3 i686 Current Operating System: Linux padoor 2.6.25-gentoo-r3 #3 SMP Sat May 17 09:21:24 IST 2008 i686 Build Date: 09 September 2008 12:19:53PM 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: Tue Sep 9 13:52:13 2008 (WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused) (II) No APM support in BIOS or kernel (II) Loader magic: 0x81c4b80 (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) S3 Inc. SuperSavage IX/C SDR rev 5, Mem @ 0xffe80000/0, 0xdc000000/0, 0xd8000000/0, 0xd6000000/0, BIOS @ 0x????????/65536 List of video drivers: dummy trident v4l s3virge vmware s3 savage apm fbdev vesa (II) LoadModule: "dummy" (II) Loading /usr/lib/xorg/modules/drivers//dummy_drv.so (II) Module dummy: vendor="X.Org Foundation" compiled for 7.2.0, module version = 0.2.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.1 (EE) module ABI major version (1) doesn't match the server's version (4) (II) UnloadModule: "dummy" (II) Unloading /usr/lib/xorg/modules/drivers//dummy_drv.so (EE) Failed to load module "dummy" (module requirement mismatch, 0) (II) LoadModule: "trident" (II) Loading /usr/lib/xorg/modules/drivers//trident_drv.so (II) Module trident: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.2.3 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.1 (EE) module ABI major version (1) doesn't match the server's version (4) (II) UnloadModule: "trident" (II) Unloading /usr/lib/xorg/modules/drivers//trident_drv.so (EE) Failed to load module "trident" (module requirement mismatch, 0) (II) LoadModule: "v4l" (II) Loading /usr/lib/xorg/modules/drivers//v4l_drv.so (II) Module v4l: vendor="X.Org Foundation" compiled for 7.2.0, module version = 0.1.1 ABI class: X.Org Video Driver, version 1.1 (EE) module ABI major version (1) doesn't match the server's version (4) (II) UnloadModule: "v4l" (II) Unloading /usr/lib/xorg/modules/drivers//v4l_drv.so (EE) Failed to load module "v4l" (module requirement mismatch, 0) (II) LoadModule: "s3virge" (II) Loading /usr/lib/xorg/modules/drivers//s3virge_drv.so (II) Module s3virge: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.10.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 2.0 (EE) module ABI major version (2) doesn't match the server's version (4) (II) UnloadModule: "s3virge" (II) Unloading /usr/lib/xorg/modules/drivers//s3virge_drv.so (EE) Failed to load module "s3virge" (module requirement mismatch, 0) (II) LoadModule: "vmware" (II) Loading /usr/lib/xorg/modules/drivers//vmware_drv.so dlopen: /usr/lib/xorg/modules/drivers//vmware_drv.so: undefined symbol: PictureScreenPrivateIndex (EE) Failed to load /usr/lib/xorg/modules/drivers//vmware_drv.so (II) UnloadModule: "vmware" (EE) Failed to load module "vmware" (loader failed, 7) (II) LoadModule: "s3" (II) Loading /usr/lib/xorg/modules/drivers//s3_drv.so (II) Module s3: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 0.6.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 2.0 (EE) module ABI major version (2) doesn't match the server's version (4) (II) UnloadModule: "s3" (II) Unloading /usr/lib/xorg/modules/drivers//s3_drv.so (EE) Failed to load module "s3" (module requirement mismatch, 0) (II) LoadModule: "savage" (II) Loading /usr/lib/xorg/modules/drivers//savage_drv.so (II) Module savage: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 2.2.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 2.0 (EE) module ABI major version (2) doesn't match the server's version (4) (II) UnloadModule: "savage" (II) Unloading /usr/lib/xorg/modules/drivers//savage_drv.so (EE) Failed to load module "savage" (module requirement mismatch, 0) (II) LoadModule: "apm" (II) Loading /usr/lib/xorg/modules/drivers//apm_drv.so (II) Module apm: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.1.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.1 (EE) module ABI major version (1) doesn't match the server's version (4) (II) UnloadModule: "apm" (II) Unloading /usr/lib/xorg/modules/drivers//apm_drv.so (EE) Failed to load module "apm" (module requirement mismatch, 0) (II) LoadModule: "fbdev" (II) Loading /usr/lib/xorg/modules/drivers//fbdev_drv.so (II) Module fbdev: vendor="X.Org Foundation" compiled for 7.2.0, module version = 0.3.1 ABI class: X.Org Video Driver, version 1.1 (EE) module ABI major version (1) doesn't match the server's version (4) (II) UnloadModule: "fbdev" (II) Unloading /usr/lib/xorg/modules/drivers//fbdev_drv.so (EE) Failed to load module "fbdev" (module requirement mismatch, 0) (II) LoadModule: "vesa" (II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so (II) Module vesa: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.3.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.1 (EE) module ABI major version (1) doesn't match the server's version (4) (II) UnloadModule: "vesa" (II) Unloading /usr/lib/xorg/modules/drivers//vesa_drv.so (EE) Failed to load module "vesa" (module requirement mismatch, 0) (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) Primary Device is: PCI 01@00:00:0 No devices to configure. Configuration failed. i re emerge xf86-input - evdev, video_cards_savage ,mouse, keyboard. still my X fails to start. now the old version 1.4.2 fails to emerge i am not able to get any X server working. what are things i should do make my system work?? i was not using a xorg.conf. so far . now also there is no xorg.conf the other threads are showing different errors. and solutions. this is for my laptop. help help the above error started after completing emerge -Du world today | if you'd read the ebuild message (and don't tell me you can't, there's at least 3 ways to not miss them) you would have seen that you need to rebuild your drivers (things in xf86-*) check the ebuild to get the appropriate command. |
Hi, i'm having serious trouble with X and need your help Emerging xorg-server 1.5.0 didn't worked with an compile error. In order to get this working i unemerged all packages directly related to X (off course this broke some dependancies) then i reemerged X (this time 1.5.0 compiled fine) and rebuilt several packages using revdep-rebuild to repair all remaining broken dependancies. But now (using nvidia drivers) X fails to start with the following message Code: X.Org X Server 1.5.0 Release Date: X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.26-gentoo-r1-sp1 i686 Current Operating System: Linux pc-spectred 2.6.26-gentoo-r1-sp1 #1 SMP Sat Sep 6 10:43:01 CEST 2008 i686 Build Date: 09 September 2008 02:16:28PM 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 Sep 10 12:08:17 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" (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (==) Including the default font path /usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/OTF,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/. (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/, /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ (==) ModulePath set to "/usr/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: 0x81dab80 (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 (0x0407) rev 161, Mem @ 0xfd000000/0, 0xe0000000/0, 0xfa000000/0, I/O @ 0x0000df00/0, BIOS @ 0x????????/131072 (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "freetype" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded by default. (II) LoadModule: "record" (WW) Warning, couldn't open module record (II) UnloadModule: "record" (EE) Failed to load module "record" (module does not exist, 0) (II) LoadModule: "glx" (II) Loading /usr/lib/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.70 Wed Aug 27 13:16:51 PDT 2008 (II) Loading extension GLX (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.5.0, 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" (WW) Warning, couldn't open module xtrap (II) UnloadModule: "xtrap" (EE) Failed to load module "xtrap" (module does not exist, 0) (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.5.0, 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: "type1" (WW) Warning, couldn't open module type1 (II) UnloadModule: "type1" (EE) Failed to load module "type1" (module does not exist, 0) (II) LoadModule: "freetype" (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.5.0, 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: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.5.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 1.1 (II) Loading extension XFree86-DRI (II) LoadModule: "nvidia" (II) Loading /usr/lib/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/lib/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/lib/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.70 Wed Aug 27 12:55:53 PDT 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/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.5.0, 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/lib/xorg/modules//libwfb.so (II) Module wfb: vendor="X.Org Foundation" compiled for 1.5.0, 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 "RenderAccel" "true" (**) NVIDIA(0): Option "TwinView" "0" (**) NVIDIA(0): Option "MetaModes" "CRT: 1280x1024 +0+0" (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "CRT-0" (**) NVIDIA(0): Option "DPI" "96 x 96" (**) NVIDIA(0): Option "AddARGBGLXVisuals" "true" (**) NVIDIA(0): Option "DamageEvents" "true" (**) NVIDIA(0): Option "AllowIndirectPixmaps" "true" (**) NVIDIA(0): Option "PixmapCacheSize" "2000000" (**) NVIDIA(0): Option "AllowSHMPixmaps" "0" (**) 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 8600M GT (G84) at PCI:1:0:0 (GPU-0) (--) NVIDIA(0): Memory: 524288 kBytes (--) NVIDIA(0): VideoBIOS: 60.84.50.00.02 (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 8600M GT at PCI:1:0:0: (--) NVIDIA(0): Samsung SyncMaster (CRT-0) (--) NVIDIA(0): CMO (DFP-0) (--) NVIDIA(0): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock (--) NVIDIA(0): CMO (DFP-0): 330.0 MHz maximum pixel clock (--) NVIDIA(0): CMO (DFP-0): Internal Dual Link LVDS (II) NVIDIA(0): Display Device found referenced in MetaMode: CRT-0 (II) NVIDIA(0): Assigned Display Device: CRT-0 (II) NVIDIA(0): Validated modes: (II) NVIDIA(0): "CRT:1280x1024+0+0" (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024 (**) 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): ACPI display change hotkey events enabled: the X server is new (II) NVIDIA(0): enough to receive ACPI display change hotkey events. (II) NVIDIA(0): Setting mode "CRT:1280x1024+0+0" (II) Loading extension NV-GLX (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized (II) NVIDIA(0): Disabling shared memory pixmaps (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (II) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (II) Loading extension XINERAMA (==) RandR enabled (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (II) Initializing extension GLX (**) Option "Protocol" "auto" (**) Option "Device" "/dev/input/mice" (II) Mouse0: Setting mouse protocol to "ExplorerPS/2" (**) Mouse0: Device: "/dev/input/mice" (**) Mouse0: Protocol: "auto" (**) Option "CorePointer" (**) Mouse0: always reports core events (**) Option "Device" "/dev/input/mice" (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5 6 7" (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 (**) Mouse0: Buttons: 11 (**) Mouse0: Sensitivity: 1 (**) Option "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" "de" (**) Keyboard0: XkbLayout: "de" (**) Option "XkbVariant" ",nodeadkeys," (**) Keyboard0: XkbVariant: ",nodeadkeys," (**) 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 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! Fatal server error: could not open default font 'fixed' (II) UnloadModule: "mouse" (II) UnloadModule: "kbd" Also tried with the nouveau driver (which used to work before) but this just gives me a corrupted screen. Please help | Start with a clean xorg.conf generated by 'Xorg -configure" and then tweak it. Should be fine. xorg-server-1.5 has some serious changes in configuration (some things shall be removed/commented). Reading the log would suggest you this....probably... |
After upgrade to 3.5.8, I think, something odd happened. Until I logged in as root, I thought it was another new feature. ala M$. All of the icons in my desktop on the taskbar(PAGER) now locate in the lower left hand corner of my desktop. Does anyone have any idea how I can correct this? Thanks EDIT: I did more digging. It appears that for whatever reason the upgrade made a change to my desktop settings. That turned off the pager and turned on "kasbar", which acts much like the pager, but appeared on the bottom of the desktop. It's corrected now and once again the pager is working along with the ability to move windows between desktops. Thanks. | Can you post a screenshot to show exactly what it looks like? |
hi i'm trying to upgrade xorg and it keeps failing on dri/drm yet i haven't got any use flags set for dri or drm as i use a nvidia card: Code: libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfre$ mv -f .deps/glxext.Tpo .deps/glxext.Plo /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/x$ libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfre$ In file included from glxdriswrast.c:39: /usr/include/GL/internal/dri_interface.h:45:17: error: drm.h: No such file or directory In file included from glxdriswrast.c:39: /usr/include/GL/internal/dri_interface.h:285: error: expected declaration specifiers or '...' before 'drm_clip_rect_t' /usr/include/GL/internal/dri_interface.h:287: error: expected declaration specifiers or '...' before 'drm_clip_rect_t' /usr/include/GL/internal/dri_interface.h:341: error: expected declaration specifiers or '...' before 'drm_clip_rect_t' /usr/include/GL/internal/dri_interface.h:603: error: expected declaration specifiers or '...' before 'drm_drawable_t' /usr/include/GL/internal/dri_interface.h:611: error: expected declaration specifiers or '...' before 'drm_context_t' make[1]: *** [glxdriswrast.lo] Error 1 make[1]: Leaving directory `/var/tmp/portage/x11-base/xorg-server-1.5.0/work/xorg-server-1.5.0/glx' make: *** [all-recursive] Error 1 and yet: Code: mythbox ~ # ls -a -R /usr/include/ | grep drm.h xf86drm.h drm.h i915_drm.h mach64_drm.h mga_drm.h r128_drm.h radeon_drm.h savage_drm.h sis_drm.h via_drm.h oh and my use flags for xorg-server are : Code: [ebuild U ] x11-base/xorg-server-1.5.0 [1.4.2] USE="-3dfx -debug -dmx -dri hal ipv6 -kdrive -minimal nptl* sdl xorg (-xprint%)" INPUT_DEVICES="-acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -evdev* -fpit -hyperpen -jamstudio joystick keyboard -magellan -microtouch mouse -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse void -wacom" VIDEO_CARDS="-apm -ark -chips -cirrus -cyrix -dummy -epson -fbdev -fglrx -geode -glint -i128 -i740 -i810 (-impact) -imstt -mach64 -mga -neomagic (-newport) -nsc -nv nvidia -r128 -radeon -radeonhd% -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vermilion -vesa -vga -via -vmware -voodoo -xgi" 0 kB doesn't make sense to me this all compiled just fine last time round and i have the file its saying i don't have, or am i missing something here, help greatly appreciated, thanks in advance. | this was a emerge -Duv --newuse world, that failed on xorg-server, everything else compiled just fine. anyway added the dri use flag before i went out, got back read this and realised it had finished lol, thank you very much for the sugestions guys dont really understand why i have to keep installing these damn bits i don't want but it worked so nevermind i suppose, tvwm again guys |
Hi, i'm getting this error when loading amsn Code: e # amsn Error in startup script: extra characters after close-brace while executing "set command [list $self {expand}$Snit_optionInfo(configure-$option) $option] " invoked from within "if {$Snit_optionInfo(configure-$option) eq ""} { set command [list set ${selfns}::options($option)] } else { ..." (procedure "snit::RT.CacheConfigureCommand" line 32) invoked from within "snit::RT.CacheConfigureCommand $type $selfns $win $self $option" (procedure "::snit::RT.method.configurelist" line 7) invoked from within "::snit::RT.method.configurelist $type $selfns $win $self $args" (procedure "::snit::RT.method.configure" line 4) invoked from within "$self configure -width $arrow1width" (procedure "::pixmapscrollbar::Snit_constructor" line 154) invoked from within "::pixmapscrollbar::Snit_constructor ::pixmapscrollbar ::pixmapscrollbar::Snit_inst1 .plugins_log.ys .plugins_log.ys -command {.plugins_log.info yview}" ("eval" body line 1) invoked from within "eval [linsert $arglist 0 ${type}::Snit_constructor $type $selfns $instance $instance]" (procedure "RT.ConstructInstance" line 9) invoked from within "RT.ConstructInstance $type $selfns $name $args" (procedure "::snit::RT.widget.typemethod.create" line 53) invoked from within "scrollbar $window.ys -command "$window.info yview"" (procedure "::pluginslog::draw" line 12) invoked from within "::pluginslog::draw" invoked from within "if { $initialize_amsn == 1 } { ::pluginslog::draw }" (file "pluginslog.tcl" line 205) invoked from within "source pluginslog.tcl" ("uplevel" body line 22) invoked from within "uplevel \#0 { source ctthemes.tcl source progressbar.tcl ;# Progressbar Megawidget source migmd5.tcl source des.tcl ;# DES encryption source s..." (procedure "reload_files" line 2) invoked from within "reload_files" (file "/usr/bin/amsn" line 237) Also found Quote: some new features of tcl-8.5.0 aren't compatible with snit, found in package dev-tcltk/tcllib. upgrading to tcllib-1.10 solves that But emerging tcllib doesn't solve the problem. Is tcllib package needed? I hope someone can help. thanks in advanced PD: I'm using tcl-8.5 and tk-8.5. I would like to solve the problem using those librearies version, as they have antialiasing. | I think that's a syntax problem in amsn startup script. I've read that it could be tcl and tk 8.5, that has changed its syntax a bit. So i wondered if someone has solved a problem like this one |
I just installed gentoo 2008.0 and set the ACCEPT_KEYWORDS=~x86. When I try to emergy scim/skim, I got the following errors: Quote: >>> Emerging (1 of 3) app-i18n/skim-1.4.5 to / * skim-1.4.5.tar.bz2 RMD160 SHA1 SHA256 size ... [ ok ] * checking ebuild checksums ... [ ok ] * checking auxfile checksums ... [ ok ] * checking miscfile checksums ... [ ok ] * checking skim-1.4.5.tar.bz2 ... [ ok ] >>> Unpacking source... >>> Unpacking skim-1.4.5.tar.bz2 to /var/tmp/portage/app-i18n/skim-1.4.5/work * Applying skim-1.4.5-asneeded.patch ... [ ok ] >>> Source unpacked. >>> Compiling source in /var/tmp/portage/app-i18n/skim-1.4.5/work/skim-1.4.5 ... Checking for Python : /usr/bin/python Checking for SCons : Use Bundled scons. ** installation prefix for the project set to: /usr Checking for kde-config : kde-config was found Checking for kde version : 3.5.9 Checking for the qt library : qt is in /usr/qt/3 Checking for uic : uic was found as /usr/qt/3/bin/uic Checking for moc : moc was found as /usr/qt/3/bin/moc Checking for the qt includes : ok /usr/qt/3/include/ Checking for the kde includes : ok /usr/kde/3.5/include Checking for pkg-config : Found Checking for scim >= 1.4.4 ... Found Checking for scim-x11utils ... Found scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... meinproc --check --cache doc/de/index.cache.bz2 doc/de/index.docbook meinproc --check --cache doc/en/index.cache.bz2 doc/en/index.docbook dcopidl plugins/compmgrclient/compmgrclient.h > plugins/compmgrclient/compmgrclient.kidl || (rm -f plugins/compmgrclient/compmgrclient.kidl ; false) /usr/qt/3/bin/moc -o plugins/compmgrclient/compmgrclient.moc plugins/compmgrclient/compmgrclient.h processing scimkdesettings.kcfgc to get scimkdesettings.h and scimkdesettings.cpp kconfig_compiler -dutils utils/scimkdeconfig.kcfg utils/scimkdesettings.kcfgc g++ -O2 -march=i686 -pipe -DNO_CONFIG_H -I/usr/include/scim-1.0 -I/usr/kde/3.5/include -I/usr/qt/3/include/ -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -march=i686 -pipe -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Isrc -Iutils -Iplugins/compmgrclient -c -o plugins/compmgrclient/compmgrclient.os plugins/compmgrclient/compmgrclient.cpp dcopidl2cpp --c++-suffix cpp --no-signals --no-stub plugins/compmgrclient/compmgrclient.kidl g++ -O2 -march=i686 -pipe -DNO_CONFIG_H -I/usr/include/scim-1.0 -I/usr/kde/3.5/include -I/usr/qt/3/include/ -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -march=i686 -pipe -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Isrc -Iutils -Iplugins/compmgrclient -c -o plugins/compmgrclient/compmgrclient_skel.os plugins/compmgrclient/compmgrclient_skel.cpp uic_processing(["plugins/compmgrclient/compositemanagerbase.h", "plugins/compmgrclient/compositemanagerbase.cpp", "plugins/compmgrclient/compositemanagerbase.moc"], ["plugins/compmgrclient/compositemanagerbase.ui"]) /usr/qt/3/bin/uic -L /usr/kde/3.5/lib/kde3/plugins -nounload -o plugins/compmgrclient/compositemanagerbase.h plugins/compmgrclient/compositemanagerbase.ui /usr/qt/3/bin/uic -L /usr/kde/3.5/lib/kde3/plugins -nounload -tr tr2i18n -impl plugins/compmgrclient/compositemanagerbase.h plugins/compmgrclient/compositemanagerbase.ui >> plugins/compmgrclient/compositemanagerbase.cpp /usr/qt/3/bin/moc -o plugins/compmgrclient/compositemanagerbase.moc plugins/compmgrclient/compositemanagerbase.h g++ -O2 -march=i686 -pipe -DNO_CONFIG_H -I/usr/include/scim-1.0 -I/usr/kde/3.5/include -I/usr/qt/3/include/ -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -march=i686 -pipe -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Isrc -Iutils -Iplugins/compmgrclient -c -o plugins/compmgrclient/compositemanagerbase.os plugins/compmgrclient/compositemanagerbase.cpp /usr/qt/3/bin/moc -o plugins/compmgrclient/compositemanagerconfig.moc plugins/compmgrclient/compositemanagerconfig.h g++ -O2 -march=i686 -pipe -DNO_CONFIG_H -I/usr/include/scim-1.0 -I/usr/kde/3.5/include -I/usr/qt/3/include/ -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -march=i686 -pipe -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Isrc -Iutils -Iplugins/compmgrclient -c -o plugins/compmgrclient/compositemanagerconfig.os plugins/compmgrclient/compositemanagerconfig.cpp /usr/qt/3/bin/moc -o src/socketserverthread.moc src/socketserverthread.h g++ -O2 -march=i686 -pipe -DNO_CONFIG_H -DVERSION=\"1.4.5\" -DPACKAGE=\"skim\" -DSCIM_VERSION=\"1.4.7\" -I/usr/include/scim-1.0 -DSCIM_BINARY_VERSION=\"1.4.0\" -DSCIM_LIBDIR=\"/usr/lib\" -I/usr/kde/3.5/include -I/usr/qt/3/include/ -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -march=i686 -pipe -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Isrc -Isrc -c -o src/socketserverthread.os src/socketserverthread.cpp /usr/qt/3/bin/moc -o src/skimpluginmanager.moc src/skimpluginmanager.h g++ -O2 -march=i686 -pipe -DNO_CONFIG_H -DVERSION=\"1.4.5\" -DPACKAGE=\"skim\" -DSCIM_VERSION=\"1.4.7\" -I/usr/include/scim-1.0 -DSCIM_BINARY_VERSION=\"1.4.0\" -DSCIM_LIBDIR=\"/usr/lib\" -I/usr/kde/3.5/include -I/usr/qt/3/include/ -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -march=i686 -pipe -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Isrc -Isrc -c -o src/skimpluginmanager.os src/skimpluginmanager.cpp /usr/qt/3/bin/moc -o src/scimhelpdialog.moc src/scimhelpdialog.h g++ -O2 -march=i686 -pipe -DNO_CONFIG_H -DVERSION=\"1.4.5\" -DPACKAGE=\"skim\" -DSCIM_VERSION=\"1.4.7\" -I/usr/include/scim-1.0 -DSCIM_BINARY_VERSION=\"1.4.0\" -DSCIM_LIBDIR=\"/usr/lib\" -I/usr/kde/3.5/include -I/usr/qt/3/include/ -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -march=i686 -pipe -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Isrc -Isrc -c -o src/scimhelpdialog.os src/scimhelpdialog.cpp /usr/qt/3/bin/moc -o src/skimglobalactions.moc src/skimglobalactions.h g++ -O2 -march=i686 -pipe -DNO_CONFIG_H -DVERSION=\"1.4.5\" -DPACKAGE=\"skim\" -DSCIM_VERSION=\"1.4.7\" -I/usr/include/scim-1.0 -DSCIM_BINARY_VERSION=\"1.4.0\" -DSCIM_LIBDIR=\"/usr/lib\" -I/usr/kde/3.5/include -I/usr/qt/3/include/ -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -march=i686 -pipe -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Isrc -Isrc -c -o src/skimglobalactions.os src/skimglobalactions.cpp /usr/qt/3/bin/moc -o src/skimplugin.moc src/skimplugin.h g++ -O2 -march=i686 -pipe -DNO_CONFIG_H -DVERSION=\"1.4.5\" -DPACKAGE=\"skim\" -DSCIM_VERSION=\"1.4.7\" -I/usr/include/scim-1.0 -DSCIM_BINARY_VERSION=\"1.4.0\" -DSCIM_LIBDIR=\"/usr/lib\" -I/usr/kde/3.5/include -I/usr/qt/3/include/ -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -march=i686 -pipe -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Isrc -Isrc -c -o src/skimplugin.os src/skimplugin.cpp /usr/qt/3/bin/moc -o src/skimkeygrabber.moc src/skimkeygrabber.h g++ -O2 -march=i686 -pipe -DNO_CONFIG_H -DVERSION=\"1.4.5\" -DPACKAGE=\"skim\" -DSCIM_VERSION=\"1.4.7\" -I/usr/include/scim-1.0 -DSCIM_BINARY_VERSION=\"1.4.0\" -DSCIM_LIBDIR=\"/usr/lib\" -I/usr/kde/3.5/include -I/usr/qt/3/include/ -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -march=i686 -pipe -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Isrc -Isrc -c -o src/skimkeygrabber.os src/skimkeygrabber.cpp g++ -O2 -march=i686 -pipe -DNO_CONFIG_H -I/usr/kde/3.5/include -I/usr/qt/3/include/ -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -march=i686 -pipe -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Iutils -c -o utils/scimkdesettings.os utils/scimkdesettings.cpp /usr/qt/3/bin/moc -o utils/scimmovehandle.moc utils/scimmovehandle.h g++ -O2 -march=i686 -pipe -DNO_CONFIG_H -I/usr/kde/3.5/include -I/usr/qt/3/include/ -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -march=i686 -pipe -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Iutils -c -o utils/scimmovehandle.os utils/scimmovehandle.cpp /usr/qt/3/bin/moc -o utils/scimdragableframe.moc utils/scimdragableframe.h g++ -O2 -march=i686 -pipe -DNO_CONFIG_H -I/usr/kde/3.5/include -I/usr/qt/3/include/ -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -march=i686 -pipe -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Iutils -c -o utils/scimdragableframe.os utils/scimdragableframe.cpp g++ -O2 -march=i686 -pipe -DNO_CONFIG_H -I/usr/kde/3.5/include -I/usr/qt/3/include/ -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -march=i686 -pipe -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Iutils -c -o utils/scimxmlguibuilder.os utils/scimxmlguibuilder.cpp /usr/qt/3/bin/moc -o utils/scimactions.moc utils/scimactions.h g++ -O2 -march=i686 -pipe -DNO_CONFIG_H -I/usr/kde/3.5/include -I/usr/qt/3/include/ -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -march=i686 -pipe -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Iutils -c -o utils/scimactions.os utils/scimactions.cpp /usr/qt/3/bin/moc -o utils/scimtoolbar.moc utils/scimtoolbar.h g++ -O2 -march=i686 -pipe -DNO_CONFIG_H -I/usr/kde/3.5/include -I/usr/qt/3/include/ -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -march=i686 -pipe -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Iutils -c -o utils/scimtoolbar.os utils/scimtoolbar.cpp /usr/qt/3/bin/moc -o utils/kautocmodule.moc utils/kautocmodule.h g++ -O2 -march=i686 -pipe -DNO_CONFIG_H -I/usr/kde/3.5/include -I/usr/qt/3/include/ -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -march=i686 -pipe -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Iutils -c -o utils/kautocmodule.os utils/kautocmodule.cpp g++ -O2 -march=i686 -pipe -DNO_CONFIG_H -I/usr/kde/3.5/include -I/usr/qt/3/include/ -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -march=i686 -pipe -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Iutils -c -o utils/skimplugininfo.os utils/skimplugininfo.cpp /usr/qt/3/bin/moc -o plugins/inputwindow/configinputwindow.moc plugins/inputwindow/configinputwindow.h uic_processing(["plugins/inputwindow/inputwindow_settings.h", "plugins/inputwindow/inputwindow_settings.cpp", "plugins/inputwindow/inputwindow_settings.moc"], ["plugins/inputwindow/inputwindow_settings.ui"]) /usr/qt/3/bin/uic -L /usr/kde/3.5/lib/kde3/plugins -nounload -o plugins/inputwindow/inputwindow_settings.h plugins/inputwindow/inputwindow_settings.ui /usr/qt/3/bin/moc -o plugins/inputwindow/inputwindow.moc plugins/inputwindow/inputwindow.h /usr/qt/3/bin/uic -L /usr/kde/3.5/lib/kde3/plugins -nounload -tr tr2i18n -impl plugins/inputwindow/inputwindow_settings.h plugins/inputwindow/inputwindow_settings.ui >> plugins/inputwindow/inputwindow_settings.cpp g++ -O2 -march=i686 -pipe -DNO_CONFIG_H -I/usr/include/scim-1.0 -I/usr/kde/3.5/include -I/usr/qt/3/include/ -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -march=i686 -pipe -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Isrc -Iutils -Iplugins/inputwindow -c -o plugins/inputwindow/inputwindow.os plugins/inputwindow/inputwindow.cpp /usr/qt/3/bin/moc -o plugins/inputwindow/inputwindow_settings.moc plugins/inputwindow/inputwindow_settings.h g++ -O2 -march=i686 -pipe -DNO_CONFIG_H -I/usr/include/scim-1.0 -I/usr/kde/3.5/include -I/usr/qt/3/include/ -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -march=i686 -pipe -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Isrc -Iutils -Iplugins/inputwindow -c -o plugins/inputwindow/configinputwindow.os plugins/inputwindow/configinputwindow.cpp g++ -Wl,--rpath=/usr/qt/3/lib -Wl,--rpath=/usr/lib/kde3 -Wl,--rpath=/usr/kde/3.5/lib -Wl,--rpath=/usr/lib -Wl,--soname=libscim-kdeutils.so.0 -shared -o utils/libscim-kdeutils.so.0.1.0 utils/scimkdesettings.os utils/scimmovehandle.os utils/scimdragableframe.os utils/scimxmlguibuilder.os utils/scimactions.os utils/scimtoolbar.os utils/kautocmodule.os utils/skimplugininfo.os -L/usr/kde/3.5/lib -L/usr/qt/3/lib building 'libscim-kdeutils.la' from 'libscim-kdeutils.so.0.1.0' g++ -Wl,--rpath=/usr/qt/3/lib -Wl,--rpath=/usr/lib/kde3 -Wl,--rpath=/usr/kde/3.5/lib -Wl,--rpath=/usr/lib -Wl,--soname=libskim.so.0 -shared -o src/libskim.so.0.1.0 src/socketserverthread.os src/skimpluginmanager.os src/scimhelpdialog.os src/skimglobalactions.os src/skimplugin.os src/skimkeygrabber.os -Lutils -L/usr/kde/3.5/lib -L/usr/qt/3/lib -lqt-mt -lkdecore -lkdeui -lkutils -lscim-kdeutils -lscim-1.0 -lscim-x11utils-1.0 -lX11 -lscim-1.0 /usr/lib/gcc/i486-pc-linux-gnu/4.1.2/../../../../i486-pc-linux-gnu/bin/ld: cannot find -lscim-kdeutils collect2: ld returned 1 exit status scons: *** [src/libskim.so.0.1.0] Error 1 scons: building terminated because of errors. * * ERROR: app-i18n/skim-1.4.5 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2901: Called die * The specific snippet of code: * CFLAGS="${CXXFLAGS}" ./scons ${sconsopts} || die * The die message: * (no error message) * * 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/app-i18n/skim-1.4.5/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-i18n/skim-1.4.5/temp/environment'. * | How about posting the real error, cause you seem to cut and paste just below it ? |
Hi, I think the title is self explanatory. I can't see gif files on konqueror. I noticed I had emerged the whole kdebase-startkde without "gif" flag on in make.conf. So I added it to USE list and re-emerged konqueror. Nothing changed. | After adding the gif USE flag, try Code: emerge -uDavn world to reemerge all packages that have this flag. |
Welcome, I have problem with launching my window manager (xfce4) using regular user account. On root account everything works well. I use slim display manager to login to my box and then the problem appears. When I try to login with regular terminal and then launch window manager with "startx" command the desktop shows up, but it's not responsive. Did someone have similar problem and how to fix it? | It may be a permissions problem, check your .xsession-errors file, that may give you an idea as to where the problem lies. Or, run startx and then flip back to the VT you ran startx from (ctrl-alt-Fx) and see if there are any errors on the console... -em |
How do I set up a slide show with the Gnome Screensaver? Gnome Screensaver comes with a slide show "Cosmos", but I cannot find where that is kept in the file system. I'd like to use my own slide show. Thanks. | Alternatively to condemning Gnome and its devx you could also make a folder in your home directory called Pictures (capital P is important) and put the Photos you want to be displayed in there. Actually putting links there should suffice, but I didn't try it. |
#startx yields this error xauth: creating new authority file /root/.serverauth.26513 xauth: creating new authority file /root/.xauthVymYKH xauth: creating new authority file /root/.xauthVymYKH 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 livecd 2.6.24-gentoo-r7 #1 SMP Thu Jul 3 18:36:20 UTC 2008 x86_64 Build Date: 31 August 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: Sun Aug 31 19:24:08 2008 (==) Using config file: "/etc/X11/xorg.conf" (WW) NVIDIA: No matching Device section for instance (BusID PCI:11:0:0) found (EE) Failed to load module "wfb" (module does not exist, 0) (II) Module already built-in (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X (EE) NVIDIA(0): log file that the GLX module has been loaded in your X (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If (EE) NVIDIA(0): you continue to encounter problems, Please try (EE) NVIDIA(0): reinstalling the NVIDIA driver. FATAL: Could not load /lib/modules/2.6.24-gentoo-r7/modules.dep: No such file or directory (EE) NVIDIA(0): Failed to load the NVIDIA kernel module! (EE) NVIDIA(0): *** Aborting *** (EE) Screen(s) found, but none have a usable configuration. Fatal server error: no screens found XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining. Suggestions, I'm not sure what the GLX module is, what am I doing wrong? I've got nvidiafb support compiled into the kernel along with vesa vga support. | going black sounds like a problem with the video mode in your xorg.conf file. check the resolutions settings and match between what your card and your monitor support. posting your conf file might help if you don't find it. Also rename your file and use one of the automatic conf file generators to see if it works, then use it to debug your original. |
Hi Folks, I am trying to install X on Dell Latitude X300. Gentoo is installed and largely working. However I am having some problems configuring X. Install completes without complaint. When I try to configure X as per Gentoo docs, it complains about screens being found, but none have a usable configuration. Before I get into too many details, one major concern for me is that when I type lspci, it returns: -bash: lspci: command not found. I am using gentoo-sources with genkernel, just to try to avoid any other problems. I have fixed up the bios along the lines of the wiki http://gentoo-wiki.com/ACPI/Fix_common_problems and the basic procedures indicated here http://pof.eslack.org/blog/2004/01/06/linux-on-dell-latitude-x300/ . I have used a similar xorg.conf to this: Code: Section "Files" # local font server # FontPath "unix/:7110" # xfs-xtt # FontPath "unix/:7100" # xfs # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" FontPath "/usr/lib/X11/fonts/Type1" # FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/TTF" FontPath "/usr/local/share/fonts/windows" # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" # RGBPath EndSection Section "Module" Load "dbe" Load "ddc" Load "GLcore" Load "bitmap" Load "extmod" Load "freetype" #Load "xtt" Load "glx" Load "int10" Load "record" Load "speedo" Load "type1" Load "vbe" Load "synaptics" Load "v4l" Load "dri" EndSection Section "ServerFlags" # Option "RandR" "false" # needed by rotate option # Option "Xinerama" "true" Option "Xinerama" "false" # needed by DRI EndSection Section "DRI" Mode 0666 EndSection Section "InputDevice" Identifier "GenericKeyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "inspiron" Option "XkbLayout" "hu" Option "XkbOptions" "grp:shift_toggle" EndSection # /dev/mouse should point to /dev/psaux if the mouse is PS/2. # /dev/mouse should point to /dev/input/mice if the mouse is USB. Section "InputDevice" Identifier "SynapticsTouchPad" Driver "synaptics" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "LeftEdge" "1900" Option "RightEdge" "5400" Option "TopEdge" "1900" Option "BottomEdge" "4000" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" # Option "HorizScrollDelta" "100" # Option "EdgeMotionSpeed" "100" Option "MinSpeed" "0.02" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0010" Option "SHMConfig" "on" Option "UpDownScrolling" "on" # Option "EmulateMidButtonTime" "100" Option "TouchpadOff" "off" # Option "Repeater" "/dev/ps2mouse" EndSection Section "InputDevice" Identifier "USBWheelMouse" Driver "mouse" #Option "CorePointer" Option "SendCoreEvents" "true" Option "Device" "/dev/usbmouse" Option "Protocol" "ImPS/2" # Option "Name" "Autodetection" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "Intel82855GM[0]" Driver "i810" VideoRam 65536 # VideoRam 32768 #Option "DisplayInfo" "false" Option "VBERestore" "true" Option "DRI" "true" Option "CheckLid" "false" Option "XVideo" "true" #Option "Clone" "true" #Option "CloneRefresh" "60" #Option "DevicePresence" "true" #Option "MonitorLayout" "CRT,LFP" EndSection Section "Monitor" Identifier "LCD1024x768" # HorizSync 28-50 # VertRefresh 43-75 Option "DPMS" EndSection Section "Screen" Identifier "Screen[0]" Device "Intel82855GM[0]" Monitor "LCD1024x768" #DefaultDepth 24 DefaultDepth 16 SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Layout[0]" Screen 0 "Screen[0]" 0 0 InputDevice "GenericKeyboard" InputDevice "SynapticsTouchPad" InputDevice "USBWheelMouse" EndSection Some help greatly appreciated. Regards Raoul | Try typing "/usr/sbin/lspci" instead of simply "lspci". In general, /usr/sbin won't be in a typical user's $PATH. And if that file doesn't exist, then emerge pciutils As for the X problems, I didn't see anything obviously wrong in the xorg.conf, but I'm not really an X expert... Just make sure you have all of the drivers you need installed, such as x11-drivers/xf86-video-i810 |
I upgraded to xorg-server-1.5 so I was forced to unmerge x11-drivers/synaptics and emerge xf86-input-synaptics instead. Moving around and scrolling works. The buttons next to the touchpad work also. Everything seems configured fine. Xorg.conf relevant section: Code: Section "InputDevice" Driver "synaptics" Identifier "Touchpad" Option "SendCoreEvents" Option "Protocol" "auto-dev" Option "Device" "/dev/input/mouse0" Option "SHMConfig" "on" EndSection Code: szczerb@nomad ~ $ synclient -l Parameter settings: LeftEdge = 1472 RightEdge = 5472 TopEdge = 1408 BottomEdge = 4448 FingerLow = 38 FingerHigh = 43 FingerPress = 256 MaxTapTime = 220 MaxTapMove = 220 MaxDoubleTapTime = 180 SingleTapTimeout = 180 ClickTime = 100 FastTaps = 0 EmulateMidButtonTime = 75 EmulateTwoFingerMinZ = 257 VertScrollDelta = 100 HorizScrollDelta = 100 VertEdgeScroll = 1 HorizEdgeScroll = 1 CornerCoasting = 0 VertTwoFingerScroll = 0 HorizTwoFingerScroll = 0 MinSpeed = 0.09 MaxSpeed = 0.18 AccelFactor = 0.0015 TrackstickSpeed = 40 EdgeMotionMinZ = 30 EdgeMotionMaxZ = 160 EdgeMotionMinSpeed = 1 EdgeMotionMaxSpeed = 400 EdgeMotionUseAlways = 0 UpDownScrolling = 1 LeftRightScrolling = 1 UpDownScrollRepeat = 1 LeftRightScrollRepeat = 1 ScrollButtonRepeat = 100 TouchpadOff = 0 GuestMouseOff = 0 LockedDrags = 0 LockedDragTimeout = 5000 RTCornerButton = 0 RBCornerButton = 0 LTCornerButton = 0 LBCornerButton = 0 TapButton1 = 0 TapButton2 = 0 TapButton3 = 0 ClickFinger1 = 1 ClickFinger2 = 1 ClickFinger3 = 1 CircularScrolling = 0 CircScrollDelta = 0.01 CircScrollTrigger = 0 CircularPad = 0 PalmDetect = 1 PalmMinWidth = 10 PalmMinZ = 200 CoastingSpeed = 0 PressureMotionMinZ = 30 PressureMotionMaxZ = 160 PressureMotionMinFactor = 1 PressureMotionMaxFactor = 1 GrabEventDevice = 1 Other options of gsynaptics seem to work. Anyone worked this out? | Thanks a lot - I guess I should've read some more docs... In case anyone find's it usefull - that's what I did: Code: Section "InputDevice" Driver "synaptics" Identifier "Touchpad" Option "SendCoreEvents" Option "Protocol" "auto-dev" Option "SHMConfig" "on" Option "TapButton1" "1" Option "RBCornerButton" "3" Option "RTCornerButton" "2" Option "RightEdge" "5400" Option "BottomEdge" "4400" EndSection The edge options are here so I don't have to snipe in the tiny corners for the 2nd and 3rd button I guess I will eventually migrate to hal settings. But that will happen after some serious reading (that I don't have time for now...), so I don't mess things up. EDIT: I also added TopEdge for the same reason as the others. PS. Does a mod have to mark this as solved or can I change the topic somehow? |
Hello, everyone! I meet an strange problem with GNOME's automount. One week ago I have no problem with it. I broke my gentoo after deleting some system files, so I re-install my gentoo. I use the same make.conf and almost everything is the same to my last system. But the automount never cames! My nautilus's Computer never show other partitions, and when I insert my usb-drivers, it will be automounted and opened by nautilus, of course I can use it. But in the computer and the sidebar, it displayed as "unmount". It is really mounted to /media/disk! So I need to umount it by myself. I don't know the reason why my GNOME goes so strange, does anyone has the same probelm with me? Or how can I solve it? Thanks! My emerge --info is: Quote: Portage 2.2_rc8 (default/linux/x86/2008.0/desktop, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.26-gentoo-r1 i686) ================================================================= System uname: Linux-2.6.26-gentoo-r1-i686-Intel-R-_Core-TM-2_CPU_T5500_@_1.66GHz-with-glibc2.0 Timestamp of tree: Sat, 06 Sep 2008 03:50:02 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p39 dev-lang/python: 2.5.2-r7 dev-util/ccache: 2.4-r7 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.2.5 sys-apps/sandbox: 1.2.18.1-r3 sys-devel/autoconf: 2.13, 2.62-r1 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: 2.2.4 virtual/os-headers: 2.6.26 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" CCACHE_DIR="/var/tmp/ccache" CCACHE_SIZE="4G" CFLAGS="-O2 -march=core2 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CLEAN_DELAY="5" COLORTERM="gnome-terminal" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/udev/rules.d" CVS_RSH="ssh" CXXFLAGS="-O2 -march=core2 -pipe -fomit-frame-pointer" DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-uHhnadkkok,guid=24c2bdbd951437b65fdd42c348c24ec7" DESKTOP_SESSION="gnome" DESKTOP_STARTUP_ID="" DISPLAY=":0.0" DISTDIR="/usr/portage/distfiles" EDITOR="/bin/nano" ELIBC="glibc" EMERGE_DEFAULT_OPTS="-av" EMERGE_WARNING_DELAY="10" FEATURES="ccache distlocks parallel-fetch preserve-libs sandbox sfperms strict unmerge-orphans userfetch" FETCHCOMMAND="/usr/bin/axel -a ${URI} -o ${DISTDIR}" GCC_SPECS="" GDK_USE_XFT="1" GDMSESSION="gnome" GDM_LANG="zh_CN.UTF-8" GDM_XSERVER_LOCATION="local" GENTOO_MIRRORS="http://mirrors.64hosting.com/pub/mirrors/gentoo/" GNOME_DESKTOP_SESSION_ID="Default" GNOME_KEYRING_PID="5914" GNOME_KEYRING_SOCKET="/tmp/keyring-lvaaHl/socket" GTK_RC_FILES="/etc/gtk/gtkrc:/home/tualatrix/.gtkrc-1.2-gnome2" GUILE_LOAD_PATH="/usr/share/guile/1.8" HOME="/home/tualatrix" INFOPATH="/usr/share/info:/usr/share/binutils-data/i686-pc-linux-gnu/2.18/info:/usr/share/gcc-data/i486-pc-linux-gnu/4.1.2/info:/usr/share/gcc-data/i686-pc-linux-gnu/4.3.1/info" INPUT_DEVICES="evdev keyboard mouse synaptics" KERNEL="linux" LANG="zh_CN.UTF-8" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LDFLAGS="-Wl,-O1" LESS="-R -M --shift 5" LESSOPEN="|lesspipe.sh %s" LINGUAS="en_US zh zh_CN zh_TW" LOGNAME="tualatrix" 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="/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/i686-pc-linux-gnu/2.18/man:/usr/share/gcc-data/i486-pc-linux-gnu/4.1.2/man:/usr/share/gcc-data/i686-pc-linux-gnu/4.3.1/man:/opt/vmware/workstation/man" OPENGL_PROFILE="xorg-x11" ORBIT_SOCKETDIR="/tmp/orbit-tualatrix" PAGER="/usr/bin/less" PATH="/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.1:/usr/games/bin:/opt/vmware/workstation/bin" PKGDIR="/usr/portage/packages" PORTAGE_ARCHLIST="ppc s390 amd64 x86 ppc64 x86-fbsd m68k arm sparc sh mips ia64 alpha hppa sparc-fbsd" PORTAGE_BINHOST="/usr/portage/packages" PORTAGE_BINHOST_CHUNKSIZE="3000" PORTAGE_BIN_PATH="/usr/lib/portage/bin" PORTAGE_CONFIGROOT="/" PORTAGE_DEBUG="0" PORTAGE_DEPCACHEDIR="/var/cache/edb/dep" PORTAGE_ELOG_CLASSES="log warn error" PORTAGE_ELOG_MAILFROM="portage@localhost" PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}" PORTAGE_ELOG_MAILURI="root" PORTAGE_ELOG_SYSTEM="save_summary echo" PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5" PORTAGE_FETCH_RESUME_MIN_SIZE="350K" PORTAGE_GID="250" PORTAGE_INST_GID="0" PORTAGE_INST_UID="0" PORTAGE_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_WORKDIR_MODE="0700" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage/layman/desktop-effects /usr/local/portage/layman/gentoo-china /usr/local/portage/tualatrix" PRELINK_PATH_MASK="/usr/lib/klibc" PWD="/home/tualatrix" PYTHONDOCS="/usr/share/doc/python-docs-2.5.2/html/lib" RESUMECOMMAND="/usr/bin/axel -a ${URI} -o ${DISTDIR}" ROOT="/" ROOTPATH="/opt/bin:/usr/i486-pc-linux-gnu/gcc-bin/4.1.2:/usr/i686-pc-linux-gnu/gcc-bin/4.3.1:/opt/vmware/workstation/bin" RPMDIR="/usr/portage/rpm" SESSION_MANAGER="local/tualatrix-laptop:@/tmp/.ICE-unix/5915,unix/tualatrix-laptop:/tmp/.ICE-unix/5915" SHELL="/bin/bash" SHLVL="1" SSH_AUTH_SOCK="/tmp/keyring-lvaaHl/ssh" SYNC="rsync://mirror.averse.net/gentoo-portage" TERM="xterm" USE="X aac accessibility acl acpi alsa avahi bash-completion beagle berkdb branding bzip2 cairo cdr chm cli cracklib crypt custom-optimization dbus devhelp dri dvd dvdr dvdread eds emboss encode esd evo fam firefox flac fontconfig fortran fuse gdbm gif git glade glitz gnome gnome-keyring gpm gstreamer gtk gvfs hal iconv inotify isdnlog jabber jpeg jpeg2k kerberos laptop ldap libnotify mad midi mikmod mmx mono mp3 mpeg mplayer msn mudflap mysql nautilus ncurses nls nptl nptlonly ogg opengl openmp pam pcre pdf perl png ppds pppd pulseaudio python qt3support quicktime rar readline real reflection samba sdl session sourceview spell spl sqlite3 sse sse2 ssl ssse3 startup-notification subversion svg sysfs tcpd tiff truetype unicode usb vim-syntax vorbis wav webkit win32codecs x264 x86 xcb xcomposite xml xorg xulrunner xv xvid zip zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_US zh zh_CN zh_TW" USERLAND="GNU" VIDEO_CARDS="i810" USER="tualatrix" USERLAND="GNU" USERNAME="tualatrix" 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 USERLAND VIDEO_CARDS" USE_EXPAND_HIDDEN="CROSSCOMPILE_OPTS ELIBC KERNEL USERLAND" USE_ORDER="env:pkg:conf:defaults:pkginternal:env.d" VIDEO_CARDS="i810" WINDOWID="56625281" WINDOWPATH="7:8" XAUTHORITY="/home/tualatrix/.Xauthority" XDG_DATA_DIRS="/usr/local/share/:/usr/share/:/usr/share/gdm/" XDG_SESSION_COOKIE="05f568196469d9f980c06c4148beb565-1220693703.158547-1459211570" XIM="fcitx" XIM_PROGRAM="fcitx" XMODIFIERS="@im=fcitx" _="/usr/bin/emerge" | I had to mask the latest udev and hal the other day in ~x86 to get automount to work. Maybe that will work for you as well. >sys-fs/udev-125-r2 =sys-apps/hal-0.5.11-r2 added to /etc/portage/package.mask then an 'emerge -uDN world' did the trick for me. JohnY |
I am new to ati cards, just upgraded from my 8800gtx to a 4870x2 a couple weeks ago. I am trying to use the radeonhd driver because its much better 2d than the fglrx driver is, and it works with aiglx. My problem is that my resolution is always really low (not sure exactly what it is, looks like 1280x1024 or 1024x768) when I use it, instead of 1600x1200 like it should be (and was with nvidia and fglrx drivers). I am using the latest radeonhd driver from git, because it supports my card. xorg.conf: Quote: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib64/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "record" Load "xtrap" Load "extmod" Load "glx" Load "dri" Load "GLcore" Load "dbe" Load "type1" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "evdev" 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 "Device0" Driver "radeonhd" VendorName "ATI Technologies Inc" BoardName "Unknown Board" # BusID "PCI:4:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "HWCursor" "True" SubSection "Display" Depth 24 Modes "1600x1200" #"1280x1024" "1024x768" "800x600" "640x480" EndSubSection # SubSection "Display" # Depth 32 # Modes "1600x1200" #"1280x1024" "1024x768" "800x600" "640x480" # EndSubSection EndSection also, is there any reason to use a depth of 24 as opposed to 32? any help is appreciated. | nvm, I found out that ati got aiglx working with the fglrx driver! |
Over the past few weeks I have noticed several times that after deleting several messages, when I click the menu Mailbox/Expunge Deleted Messages, Balsa just disappears. No error message - just gone. The last time I did it, I paid more attention when I restarted, and not only were the deleted messages gone, but some messages that were deleted from the inbox because I had moved them to another mailbox (local mbox file) were NOT in their new folder either - completely gone. I have no idea how many messages I have now lost over the past few weeks. Has anybody seen anything similar? Any suggestions on how to test/confirm without trashing my mail? I thought I had previously performed these actions OK, but I wonder if I've had the problem since my last upgrade? (May 10,2008) Balsa 2.3.22, amd64, and I'm also using popfile 1.0.1, and I don't see any of the missing messages there - I think I need to increase the retention time of th history. Any suggestions for troubleshooting? | Until I figure out the missing messages, I'm not going to try to crash it on purpose. However, I have just noticed something very strange, which is probably related. Short version - some of my mailboxes seem to have "=46rom" instead of "From" on the first line of the message. I don't think I see any of those messages in balsa, although I see other (always earlier?) messages in those mailboxes. It is possible that those are all my "lost" messages. Longer version - I started balsa, and there were 7 old messages in the inbox. I fetched 13 new messages. 9 of them got correctly moved to another mailbox by a filter. I read them in that mailbox and deleted them. The inbox still showed 4 unread messages. I closed balsa, and restarted it, and there were only the original 7 messages in the inbox. In hope that balsa had not yet actually overwritten the inbox, I copied /var/mail/jack to /tmp/jack and closed balsa again. Those two files were identical - but opening one in emacs, it appeared to actually include the "missing" messages. I then copied that file into my mail directory as xxx Restarting balsa, the inbox still showed the 7 messages, but xxx showed up as a new folder - but with only 1 message - the first one in the inbox. It looked the same, but the listed length was much longer (possibly the full length of the file?). I then created a new, empty folder yyy, and moved that one message into the new folder. I closed balsa - and the xxx file was 0 bytes (empty). The yyy file was identical to /var/mail/jack - except the "From " at the beginning of each message had changed to "=46rom". I don't know if this is a symptom or a red herring (an irrelevant finding, if you don't know that phrase). However - one additional hint. The last of the 7 messages in the inbox produces this error to stderr "** Message: conversion windows-1252 -> utf8 failed: Invalid byte sequence in conversion input" and a longer version as a popup. If balsa doesn't correctly know where the end of that message is within the file, could it not find the beginning of the next message? This is looking more likely - as looking in the file, that message is base64 encoded, and manually extracating it produces what balsa shows - but balsa then continues with gibberish, as if it's trying to base64decode right into the next message. The relevant headers seem to be: MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Class: urn:content-classes:message Content-Type: text/plain; charset=utf-8 How can I convince balsa where the end of the message is? |
Sigh... after a failed update my gentoobox went "down" ... my excuse for my next move was a holiday abroad ... I wiped out gentoo and went for Win XP (short term)... but now, with some time available I of course went back to gentoo ... got linux up n runnin' in no time. Just needed kde ... and this is where it ends for me this time. consolekit fails (make fails). I'm not going to start ranting about dis n dat, I'm not in the mood. I just feel empty, not even angry. Kind of sad, I know. But it's even worse for Gentoo. I mean, 2008.0 just got released. This should just be a plain and simple install. I'm not even sure what I should be asking. gmtongar | please fill a bug proper bug report, devs don't read whinings on the forums and if you really aren't happy with gentoo, well you know what to do right ? |
Hi there, After doing an update of my gentoo-laptop (x86/2008.0) some problems in gnome-2.22.2 appeared. One of them (the most bugging one): gnome-power-manager-2.22.1 does no longer recognize battery mode. The applet in the taskbar always shows a plug even if not plugged!! Also in the power management dialog there's no "battery-tab" anymore... Before the update all just went fine. What has changed?? Is there a major change in hald? I can't seem to find anything concerning this issue in the wide wide web... What do I miss? Other problems seem to be: System - Gnome-Info menu entry does not work anymore. Also right-clicking on the task-bar and choosing - edit menus leads to no reaction. Did the whole update process of gnome go wrong? I did not recognize any mistakes. Hope, someone has experienced similar problems / has a solution Help would be greatly appreciated!! | Have you run revdep-rebuild? |
To fix a problem that I had with slow scrolling on firefox with Compiz I added Option "AccelMehtod" "XAA" xorg.conf in the Device Section. This solved my problem and compiz is running so smoothly that it is a totally new experience. However there is a problem. XVideo does not work with this option when compositing support is enabled. (gnome or compiz). Totem exits with the following error: Code: rahul@wall ~ $ totem No accelerated IMDCT transform found The program 'totem' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAlloc (insufficient resources for operation)'. (Details: serial 56 error_code 11 request_code 143 minor_code 19) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) Error for mplayer: Code: rahul@wall ~ $ mplayer -vo xv Videos/Koyla-I.avi MPlayer dev-SVN-r26753-4.3.1 (C) 2000-2008 MPlayer Team CPU: Genuine Intel(R) CPU T2300 @ 1.66GHz (Family: 6, Model: 14, Stepping: 8) MMX2 supported but disabled CPUflags: MMX: 1 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX SSE SSE2 Can't open joystick device /dev/input/js0: No such file or directory Can't init input joystick Playing Videos/Koyla-I.avi. AVI file format detected. [aviheader] Video stream found, -vid 0 [aviheader] Audio stream found, -aid 1 VIDEO: [DIVX] 640x368 12bpp 23.976 fps 908.3 kbps (110.9 kbyte/s) ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4) ========================================================================== ========================================================================== Opening audio decoder: [liba52] AC3 decoding with liba52 Using SSE optimized IMDCT transform Using MMX optimized resampler AUDIO: 48000 Hz, 2 ch, s16le, 192.0 kbit/12.50% (ratio: 24000->192000) Selected audio codec: [a52] afm: liba52 (AC3-liba52) ========================================================================== AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample) Starting playback... VDec: vo config request - 640 x 368 (preferred colorspace: Planar YV12) VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 1.74:1 - prescaling to correct movie aspect. VO: [xv] 640x368 => 640x368 Planar YV12 X11 error: BadAlloc (insufficient resources for operation)?,?% 0 0 X11 error: BadAlloc (insufficient resources for operation) X11 error: BadAlloc (insufficient resources for operation) X11 error: BadAlloc (insufficient resources for operation)?,?% 0 0 X11 error: BadAlloc (insufficient resources for operation)?,?% 0 0 X11 error: BadAlloc (insufficient resources for operation)?,?% 0 0 X11 error: BadAlloc (insufficient resources for operation)?,?% 0 0 X11 error: BadAlloc (insufficient resources for operation)?,?% 0 0 X11 error: BadAlloc (insufficient resources for operation)?,?% 0 0 X11 error: BadAlloc (insufficient resources for operation)?,?% 0 0 X11 error: BadAlloc (insufficient resources for operation)0.5% 0 0 X11 error: BadAlloc (insufficient resources for operation)0.5% 0 0 X11 error: BadAlloc (insufficient resources for operation)0.5% 0 0 X11 error: BadAlloc (insufficient resources for operation) X11 error: BadAlloc (insufficient resources for operation)0.5% 0 0 X11 error: BadAlloc (insufficient resources for operation) X11 error: BadAlloc (insufficient resources for operation)0.5% 0 0 X11 error: BadAlloc (insufficient resources for operation)0.4% 0 0 X11 error: BadAlloc (insufficient resources for operation)0.5% 0 0 X11 error: BadAlloc (insufficient resources for operation)0.4% 0 0 X11 error: BadAlloc (insufficient resources for operation)0.4% 0 0 X11 error: BadAlloc (insufficient resources for operation)0.4% 0 0 X11 error: BadAlloc (insufficient resources for operation)0.4% 0 0 X11 error: BadAlloc (insufficient resources for operation)0.4% 0 0 .............. and so on How to fix this? Ohh, and I am using the latest packages as I am on ~x86. | The Ubuntu patches are right there. Look at the "Download Source Package" section that's available for every package . Download the files listed there, apply the diff, and bingo! You've got a debian/patches directory, usually. See my old example of how it's done. |
How can I untar/unrar a file within a folder using a right click option (and not using the terminal)? | Solved: Code: USE="nautilus" emerge -a file-roller then restart gnome. |
EDIT: I've worked through the problems I was having, and below are my steps and process. I still wonder if I've actually solved this as I kinda cheated. I'm willing to entertain any challenges to the solution. Background: Long-time Gentoo user, recently bought a Mac, now working on an Ubuntu-based MythTV box. I try to do as much research and problem solving on my own before I bug other people, and I trust these forums the most when I need help. I own a Mitsubishi Medallion HD1080 rear projection television (WS-65413). It has a single-link DVI-D input and supports suggested scan rates of 1080i, 480p and 480i. It is HDCP and E-EDID 1.3 compliant. I have successfully and without trouble connected my Mac Mini (personal) and MacBook Pro (work) to the TV displaying at 1920x1080i. From my Mac(s), according to System Profiler and Displays: Code: MEUSPTV1: Resolution: 1920 x 1080 @ 60 Hz Depth: 32-bit Color Core Image: Hardware Accelerated Interlaced: Yes Mirror: Off Online: Yes Quartz Extreme: Supported Rotation: Supported Television: Yes Resolution: 1920 x 1080 (interlaced) Colors: Millions Refresh Rate: 60 Hertz (NTSC) [not selectable] Options: Overscan [not checked] I bought an Intel DG35EC motherboard, with on-board G35 X3100 graphics, with both VGA and DVI outputs. I connected my spare 19" monitor to the VGA connector and installed and updated 32-bit Ubuntu 8.04, running X.Org 7.3. Code: dustin@mythic:~$ uname -a Linux mythic 2.6.24-19-generic #1 SMP Wed Aug 20 22:56:21 UTC 2008 i686 GNU/Linux dustin@mythic:~$ apt-show-versions xorg xorg/hardy uptodate 1:7.3+10ubuntu10.2 dustin@mythic:~$ apt-show-versions xserver-xorg-video-intel xserver-xorg-video-intel/hardy uptodate 2:2.2.1-1ubuntu13.6 Using various information probes, I see specifically what hardware I have and what my TV is reporting itself to be. Code: dustin@mythic:~$ lspci 00:00.0 Host bridge: Intel Corporation 82G35 Express DRAM Controller (rev 03) 00:02.0 VGA compatible controller: Intel Corporation 82G35 Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation 82G35 Express Integrated Graphics Controller (rev 03) 00:19.0 Ethernet controller: Intel Corporation 82566DC Gigabit Network Connection (rev 02) 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 02) 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02) 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02) 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02) 00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2) 00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC Interface Controller (rev 02) 00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port SATA IDE Controller (rev 02) 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02) 00:1f.5 IDE interface: Intel Corporation 82801H (ICH8 Family) 2 port SATA IDE Controller (rev 02) 03:00.0 IDE interface: JMicron Technologies, Inc. JMB368 IDE controller 04:05.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 70) dustin@mythic:~$ sudo ddcprobe vbe: VESA 3.0 detected. oem: Intel(r)Q965/Q963/G965 Graphics Chip Accelerated VGA BIOS vendor: Intel Corporation product: Intel(r)Q965/Q963/G965 Graphics Controller Hardware Version 0.0 memory: 7616kb mode: 1280x1024x256 mode: 1280x1024x64k mode: 1280x1024x16m mode: 1024x768x256 mode: 1024x768x64k mode: 1024x768x16m mode: 640x480x16m mode: 800x600x64k mode: 800x600x16m mode: 640x480x256 mode: 800x600x256 mode: 640x480x64k edid: edid: 1 3 id: 31a2 eisa: MEL31a2 serial: 01010101 manufacture: 12 2003 input: analog signal. screensize: 0 0 gamma: 2.200000 dpms: RGB, active off, no suspend, no standby timing: 640x480@75 Hz (VESA) dtiming: 1920x540@67 dtiming: 720x480@59 monitorrange: 15-33, 59-61 monitorname: MEUSPTV1 dustin@mythic:~$ sudo xresprobe intel id: MEUSPTV1 res: 1920x540 720x480 640x480 freq: 15-33 59-61 disptype: I'm using a (basically) stock xorg.conf. Code: Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" EndSection Section "Device" Identifier "Intel G35 X3100 DVI" Driver "intel" EndSection Section "Monitor" Identifier "DVI" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Monitor "DVI" Device "Intel G35 X3100 DVI" EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" EndSection When using the "intel" driver and running "startx", my TV flickers then goes blue (no signal) and then the Ubuntu startup sound plays (X started successfully). There are no errors in Xorg.0.log, but a few warnings pop up. Code: dustin@mythic:~$ grep ^\(WW /var/log/Xorg.0.log (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. (WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found (WW) intel(0): Register 0x20e4 (MI_ARB_STATE) changed from 0x00000044 to 0x00000000 (WW) intel(0): ESR is 0x00000001 (WW) intel(0): Existing errors found in hardware state. (WW) AIGLX: 3D driver claims to not support visual 0x23 (WW) AIGLX: 3D driver claims to not support visual 0x24 (WW) AIGLX: 3D driver claims to not support visual 0x25 (WW) AIGLX: 3D driver claims to not support visual 0x26 (WW) AIGLX: 3D driver claims to not support visual 0x27 (WW) AIGLX: 3D driver claims to not support visual 0x28 (WW) AIGLX: 3D driver claims to not support visual 0x29 (WW) AIGLX: 3D driver claims to not support visual 0x2a (WW) AIGLX: 3D driver claims to not support visual 0x2b (WW) AIGLX: 3D driver claims to not support visual 0x2c (WW) AIGLX: 3D driver claims to not support visual 0x2d (WW) AIGLX: 3D driver claims to not support visual 0x2e (WW) AIGLX: 3D driver claims to not support visual 0x2f (WW) AIGLX: 3D driver claims to not support visual 0x30 (WW) AIGLX: 3D driver claims to not support visual 0x31 (WW) AIGLX: 3D driver claims to not support visual 0x32 (WW) Configured Mouse: No Device specified, looking for one... X does see the right chipset and finds the correct EDID settings. Code: dustin@mythic:~$ grep ^\(-- /var/log/Xorg.0.log (--) using VT number 7 (--) PCI:*(0:2:0) Intel Corporation 965 G1 Integrated Graphics Controller rev 3, Mem @ 0x90200000/20, 0x80000000/28, I/O @ 0x2440/3 (--) PCI: (0:2:1) Intel Corporation unknown chipset (0x2983) rev 3, Mem @ 0x90100000/20 (--) Assigning device section with no busID to primary device (--) Chipset G35 found (--) intel(0): Chipset: "G35" (--) intel(0): Linear framebuffer at 0x80000000 (--) intel(0): IO registers at addr 0x90200000 (--) RandR disabled (--) Configured Mouse: Device: "/dev/input/mice" (--) Configured Mouse: PnP-detected protocol: "ExplorerPS/2" dustin@mythic:~$ tail -n 17 /var/log/Xorg.0.log SetClientVersion: 0 9 (II) intel(0): EDID vendor "MEL", prod id 12706 (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 "1920x540"x0.0 74.25 1920 2008 2052 2200 540 542 547 562 interlace +hsync +vsync (33.8 kHz) (II) intel(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 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): EDID vendor "MEL", prod id 12706 (II) intel(0): xf86UnbindGARTMemory: unbind key 0 (II) intel(0): xf86UnbindGARTMemory: unbind key 1 (II) intel(0): xf86UnbindGARTMemory: unbind key 2 (II) intel(0): xf86UnbindGARTMemory: unbind key 3 (II) intel(0): xf86UnbindGARTMemory: unbind key 4 (II) intel(0): [drm] removed 1 reserved context for kernel (II) intel(0): [drm] unmapping 8192 bytes of SAREA 0xf8cdc000 at 0xb7aaa000 (II) intel(0): [drm] Closed DRM master. But all for naught if it doesn't work...... I've tried all sorts of modelines to no avail. One ray of light is my attempt at using the "i810" driver. I get a nice pretty 640x480 display... but I'm afraid that's not going to cut it for HD MythTV content. So, I'd appreciate some troubleshooting help. I'd like for X to display a 1920x1080 resolution on my TV just like my Macs. I'll run any tests and provide any information needed. Thanks in advance. | Something to add. Based on a TIP over at the Gentoo wiki, I installed read-edid. When I ran get-edid, it returned some errors and an EDID that passed a checksum (weird, I know). I captured the STDOUT to out.txt and STDERR to err.txt. Below you'll find the parse-edid'd version of the output and the errors. (I've already sent word to the author, so hopefully he can help, too.) Code: dustin@mythic:~$ cat out.txt | parse-edid parse-edid: parse-edid version 1.4.1 parse-edid: EDID checksum passed. # EDID version 1 revision 3 Section "Monitor" # Block type: 2:0 3:fd # Block type: 2:0 3:fc Identifier "MEUSPTV1" VendorName "MEL" ModelName "MEUSPTV1" # Block type: 2:0 3:fd HorizSync 15-33 VertRefresh 59-61 # Max dot clock (video bandwidth) 80 MHz # Block type: 2:0 3:fc # DPMS capabilities: Active off:yes Suspend:no Standby:no Mode "1920x540" # vfreq 60.053Hz, hfreq 33.750kHz DotClock 74.250000 HTimings 1920 2008 2052 2200 VTimings 540 542 547 562 Flags "Interlace" "+HSync" "+VSync" EndMode Mode "720x480" # vfreq 59.940Hz, hfreq 31.469kHz DotClock 27.000000 HTimings 720 736 798 858 VTimings 480 489 495 525 Flags "-HSync" "-VSync" EndMode # Block type: 2:0 3:fd # Block type: 2:0 3:fc EndSection Code: dustin@mythic:~$ cat err.txt get-edid: get-edid version 1.4.1 Performing real mode VBE call Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0 Function supported Call successful VBE version 300 VBE string at 0x11110 "Intel(r)Q965/Q963/G965 Graphics Chip Accelerated VGA BIOS" VBE/DDC service about to be called Report DDC capabilities Performing real mode VBE call Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0 Function supported Call successful Monitor and video card combination does not support DDC1 transfers Monitor and video card combination supports DDC2 transfers 0 seconds per 128 byte EDID block transfer Screen is not blanked during DDC transfer Reading next EDID block VBE/DDC service about to be called Read EDID Performing real mode VBE call Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0 Function supported Call successful EDID claims 1 more blocks left *********** Something special has happened! Please contact the author, John Fremlin E-mail: one of vii@altern.org,vii@mailcc.com,vii@mailandnews.com Please include full output from this program (especially that to stderr) Reading next EDID block VBE/DDC service about to be called Read EDID Performing real mode VBE call Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0 Function supported Call successful EDID claims 1 more blocks left EDID blocks left is wrong. Your EDID is probably invalid. Unfortunately, even after adding that Monitor block to xorg.conf, it still didn't work (no errors though). Something interesting happened in the log file though... check this out: Code: (II) intel(0): Output VGA using monitor section MEUSPTV1 (II) intel(0): I2C bus "CRTDDC_A" initialized. (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized. (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70. (II) intel(0): I2C bus "SDVOB DDC Bus" initialized. (II) intel(0): Output TMDS-1 has no monitor section (II) intel(0): SDVO device VID/DID: 02:43.00, clock range 25.0MHz - 200.0MHz, input 1: Y, input 2: N, output 1: Y, output 2: N (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized. (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72. (II) intel(0): No SDVO device found on SDVOC (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed. (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed. (II) intel(0): Current clock rate multiplier: 8 (II) intel(0): I2C device "SDVOB DDC Bus:ddc2" registered at address 0xA0. (II) intel(0): EDID vendor "MEL", prod id 12706 (II) intel(0): Output VGA disconnected (II) intel(0): Output TMDS-1 connected (II) intel(0): Output TMDS-1 using initial mode 1920x540 I've got the TV connected to the TMDS-1 (DVI) port... How do I tell X to pair the TMDS-1 output with the MEUSPTV1 monitor section? |
Both firefox and opera draws a vertical line in the upper left corner that is visable on all desktops. The line has the dimensions of 1x17 pixels and doesn't show up until i have opened up some webpages. I have failed to determine exactly which webpages that triggers the line, seems to be random. I have the same problem on two different computers both running openbox. The only way to get rid of the line is to close the browser. I tend to suspect openbox since two different browsers trigger the same bug. Any ideas? | KK_r wrote: Have still not found a cause or a fix but I found out that I'm getting the same problem with vlc too. I bet this remains with other WMs -- please acknowledge. -- Thomas Adam |
Hi! I am using FVWM 2.5.18-r1. I will post the config if required. (It is modified taviso's config) I start urxvtd with this code: Code: + I Test (Init) Exec exec urxvtd -q -f -o Here is the problem. If I restart fvwm, and then try to open urxvtc, urxvtd segfaults Code: $ dmesg|tail -n 1 urxvtd[3131]: segfault at 0 rip 2b26d43a0e90 rsp 7fffd76e5210 error 4 This only happens once. I have to manually start urxvtd -q -f -o after it segfaults, and then nothing happens. The problem probably started after I added these lines: Code: SetEnv LANG "en_US.utf-8" SetEnv LC_ALL "en_US.utf-8" in the config. But without them urxvt doesn't work in unicode mode. Any idea? Any idea how to debug? (I tried attaching urxvtd to gdb but then it doesn't segfault. I couldn't find a way to strace it either.) | Got it! I got it! I solved the problem!! :p The problem is because I had Code: + I Test (Init) Exec exec xrdb -merge $HOME/.Xdefaults in my .fvwm/config Apparently, it was not being run in chronological order, and was causing a lot of problems with urxvt as well as xosview (I change its fonts using .Xdefaults, and they were not being changed). Once I moved this line back to .xinitrc, everything became normal. |
I am a freshman and for the problem below I have been search all day long. I can read Chinese(I am from China )on the websites in Opera browser without any problem, but my all files named in Chinese moved from Windows shows "??????", and the Charactors shows on the bar of Opera is something weird. Can someone tell me why it is like this? P.S. If I try to save a a website in Chinese, some charactors shows write but some are wrong.If I copy the wrong Charactor in to the Opera brower, it shows right again. I want to use english environment with Chinese shows right, and a Chinese input method(this remains to be done). system encode : UTF-8 | Make sure you have a UTF8 locale and the unicode USE flag set and that you use fonts that have all the characters you need. |
I was messing with the compiz settings because I wanted to be able to initiate the desktop cube with the combination of button 1 and button 2 but it set it to just button 1 and now when I click on anything it starts rotating the desktop cube. What can I do? Where are these settings stored? I assume compiz has a text file I can edit to change that setting back. Thanks in advance! | oh, nevermind. the config is in ~/.config/compiz/compizconfig/Default.ini |
Something I've never understood about Linux is how to remove/uninstall programs. And now the following issue makes things even more confusing to me. I installed xorg-x11 and tried to configure it, but something went wrong with graphic drivers so I decided to start all over again. So I did: Code: emerge -C xorg-x11 update and everything... and then (just to be sure) Code: emerge --unmerge xorg-x11 the output: Code: -- Couldn't find 'xorg-x11' to unmerge ... then reboot... logged in to gentoo, and tried to configure Xorg to be sure it has been absolutely removed from the system Code: Xorg -configure But, surprise...it did work. So. two options: 1.- Xorg does not depend on xorg-x11 2.- xorg-x11 was not removed anyhow, I would like to know how do I removed xorg (and everything related to it) for good. Thanks in advance. | SOLVED: Code: emerge -C xorg-server |
I'm trying to swtich over from xterm to Eterm in fluxbox. When I start up Eterm in fluxbox, i get a "double border" one for the Eterm and another for fluxbox... Basically two toolbars in each window. How do I remove the fluxbox one? | That's kind of hard to visualize, care to provide a screenshot? |
Hi, I've (re)-installed gentoo recently, but when I've tried to configure Xorg's keyboard layout without success. I've done it a couple times and never had any issue with it though, I can't figure out what I'm doing wrong. My keyboard physical layout is "be" (Belgium), variant "latin1" Excerpt of my xorg.conf (relevant part) : Code: Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "logicdpa2" Option "XkbLayout" "be" EndSection Does anyone may have an idea ? I'm using the last version of everything (arch user) as of today. Have tried different things already, but any idea is welcomed. Becquse it4s reqlly qnnoying to zrite zith q zrong keyboqrd lqyout 1 Many Thanks, Maxime | helloo maybe that help you http://gentoo-wiki.com/Localization#X |
Firefox has stopped working. I also have a thread in which I mention Knetworkmanager has stopped working. I'm thinking now there's something in common here. What would cause both Firefox and Knetworkmanger to stop working? When I start Firefox from a terminal, it just hangs without any notices or error messages, but it does start a process I can find as root. | revdep-rebuild didn't do much and said things were already pretty much alright, but it seems to have made a difference anyway. Thanks! (shoulda thought of that one...) |
Hi all, I'm having some issues trying to get my touchpad working with the synaptics driver on a Dell Vostro 1700. I've followed the directions here to get the synaptics driver working in X. X doesn't complain about the driver not being there when it starts. I've noticed that the mouse movement is indeed slower with the synaptics driver than without (I set up the KDE mouse movement to be at 3x, as opposed to the default 2x), so I'm pretty sure that the driver is loaded. I can tap to click. However, scrolling on the right hand side and bottom does not work. I installed ksynaptics and tried configuring the edges from there, but haven't had any luck. I installed Gentoo from the Ubuntu LiveCD because I couldn't get the Gentoo CD to detect my SATA drive. The scroll on Ubuntu worked fine (I think, I'm planning on rebooting into the Ubuntu CD again after I post this and as soon as texlive is done merging), so it should be able to work. Anybody have any ideas that could possibly help? Here's my xorg.conf file: Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "SendCoreEvents" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "TouchPad" "CorePointer" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "dbe" Load "GLcore" Load "record" Load "wfb" Load "glx" Load "extmod" Load "xtrap" Load "dri" Load "type1" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "Unknown Board" BusID "PCI:1: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 Section "InputDevice" Driver "synaptics" Identifier "TouchPad" Option "SendCoreEvents" Option "Device" "/dev/input/mouse0" Option "Protocol" "alps" Option "SHMConfig" "on" Option "Emulate3Buttons" "on" EndSection And the output of cat /proc/bus/input/devices: Code: I: Bus=0019 Vendor=0000 Product=0005 Version=0000 N: Name="Lid Switch" P: Phys=PNP0C0D/button/input0 S: Sysfs=/class/input/input0 U: Uniq= H: Handlers=event0 B: EV=21 B: SW=1 I: Bus=0019 Vendor=0000 Product=0001 Version=0000 N: Name="Power Button (CM)" P: Phys=PNP0C0C/button/input0 S: Sysfs=/class/input/input1 U: Uniq= H: Handlers=kbd event1 B: EV=3 B: KEY=100000 0 0 0 I: Bus=0019 Vendor=0000 Product=0003 Version=0000 N: Name="Sleep Button (CM)" P: Phys=PNP0C0E/button/input0 S: Sysfs=/class/input/input2 U: Uniq= H: Handlers=kbd event2 B: EV=3 B: KEY=4000 0 0 0 0 I: Bus=0017 Vendor=0001 Product=0001 Version=0100 N: Name="Macintosh mouse button emulation" P: Phys= S: Sysfs=/class/input/input3 U: Uniq= H: Handlers=mouse0 event3 B: EV=7 B: KEY=70000 0 0 0 0 0 0 0 0 B: REL=3 I: Bus=0011 Vendor=0001 Product=0001 Version=ab41 N: Name="AT Translated Set 2 keyboard" P: Phys=isa0060/serio0/input0 S: Sysfs=/class/input/input4 U: Uniq= H: Handlers=kbd event4 B: EV=120013 B: KEY=4 2000000 3803078 f800d001 feffffdf ffefffff ffffffff fffffffe B: MSC=10 B: LED=7 I: Bus=0011 Vendor=0002 Product=0008 Version=0000 N: Name="PS/2 Mouse" P: Phys=isa0060/serio1/input1 S: Sysfs=/class/input/input5 U: Uniq= H: Handlers=mouse1 event5 B: EV=7 B: KEY=70000 0 0 0 0 0 0 0 0 B: REL=3 I: Bus=0011 Vendor=0002 Product=0008 Version=7325 N: Name="AlpsPS/2 ALPS GlidePoint" P: Phys=isa0060/serio1/input0 S: Sysfs=/class/input/input6 U: Uniq= H: Handlers=mouse2 event6 B: EV=f B: KEY=420 0 670000 0 0 0 0 0 0 0 0 B: REL=3 B: ABS=1000003 As a note, I think the ALPS pad is on /dev/input/mouse2, but when I tried using that in my xorg.conf file, it didn't work either. /dev/input/mouse0 is the device on which I notice a slowdown in the touchpad response, which to me indicates that it's loading the synaptics driver. Any help is appreciated. Thanks! | lumpy211 wrote: Code: 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 If I'm reading this right, there is no Section "Input Device" Heading with Identifier "Touchpad." Try adding one with default options and then tweak as desired. |
I'm a freshman in fvwm, and for some reason, I don't have enough time to study fvwm deeply.So I want to use a theme instead. I got a theme from http://customize.org/submissions/details/51701 downloaded it and tar.(it cannot be istall by fvwm-themes-config) It has some folders--configs,images,scripts, and a config file. But I don't know how to use it. I've been google for nealy 2 days and found nothing. Anyone could help? Thanks. | i92guboj wrote: Both ~/.fvwm/fvwm2.rc and ~/.fvwm/config are now equivalent. The later form is preferred nowadays. Incorrect. It's ~/.fvwm/.fvwm2rc -- and they are **FAR** from equivalent. -- Thomas Adam |
Code: ... /usr/bin/install -c -m 644 'unshadefcs.xpm' '/var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/styles/bloe/pixmaps/unshadefcs.xpm' /usr/bin/install -c -m 644 'unshadeufcs.xpm' '/var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/styles/bloe/pixmaps/unshadeufcs.xpm' /usr/bin/install -c -m 644 'windowlabelufcs.xpm' '/var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/styles/bloe/pixmaps/windowlabelufcs.xpm' make[5]: Leaving directory `/var/tmp/portage/x11-wm/fluxbox-1.1.0/work/fluxbox-1.1.0/data/styles/bloe/pixmaps' make[4]: Leaving directory `/var/tmp/portage/x11-wm/fluxbox-1.1.0/work/fluxbox-1.1.0/data/styles/bloe/pixmaps' make[4]: Entering directory `/var/tmp/portage/x11-wm/fluxbox-1.1.0/work/fluxbox-1.1.0/data/styles/bloe' make[5]: Entering directory `/var/tmp/portage/x11-wm/fluxbox-1.1.0/work/fluxbox-1.1.0/data/styles/bloe' make[5]: Nothing to be done for `install-exec-am'. test -z "/usr/share/fluxbox/styles/bloe" || /bin/mkdir -p "/var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/styles/bloe" /usr/bin/install -c -m 644 'theme.cfg' '/var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/styles/bloe/theme.cfg' make[5]: Leaving directory `/var/tmp/portage/x11-wm/fluxbox-1.1.0/work/fluxbox-1.1.0/data/styles/bloe' make[4]: Leaving directory `/var/tmp/portage/x11-wm/fluxbox-1.1.0/work/fluxbox-1.1.0/data/styles/bloe' make[3]: Leaving directory `/var/tmp/portage/x11-wm/fluxbox-1.1.0/work/fluxbox-1.1.0/data/styles/bloe' make[3]: Entering directory `/var/tmp/portage/x11-wm/fluxbox-1.1.0/work/fluxbox-1.1.0/data/styles' make[4]: Entering directory `/var/tmp/portage/x11-wm/fluxbox-1.1.0/work/fluxbox-1.1.0/data/styles' make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/share/fluxbox/styles" || /bin/mkdir -p "/var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/styles" /usr/bin/install -c -m 644 'Makro' '/var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/styles/Makro' /usr/bin/install -c -m 644 'MerleyKay' '/var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/styles/MerleyKay' /usr/bin/install -c -m 644 'Artwiz' '/var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/styles/Artwiz' /usr/bin/install -c -m 644 'Flux' '/var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/styles/Flux' /usr/bin/install -c -m 644 'Nyz' '/var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/styles/Nyz' /usr/bin/install -c -m 644 'Operation' '/var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/styles/Operation' /usr/bin/install -c -m 644 'Outcomes' '/var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/styles/Outcomes' /usr/bin/install -c -m 644 'Results' '/var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/styles/Results' /usr/bin/install -c -m 644 'Shade' '/var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/styles/Shade' /usr/bin/install -c -m 644 'LemonSpace' '/var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/styles/LemonSpace' /usr/bin/install -c -m 644 'Twice' '/var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/styles/Twice' /usr/bin/install -c -m 644 'qnx-photon' '/var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/styles/qnx-photon' /usr/bin/install -c -m 644 'BlueNight' '/var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/styles/BlueNight' /usr/bin/install -c -m 644 'Meta' '/var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/styles/Meta' make[4]: Leaving directory `/var/tmp/portage/x11-wm/fluxbox-1.1.0/work/fluxbox-1.1.0/data/styles' make[3]: Leaving directory `/var/tmp/portage/x11-wm/fluxbox-1.1.0/work/fluxbox-1.1.0/data/styles' make[2]: Leaving directory `/var/tmp/portage/x11-wm/fluxbox-1.1.0/work/fluxbox-1.1.0/data/styles' make[2]: Entering directory `/var/tmp/portage/x11-wm/fluxbox-1.1.0/work/fluxbox-1.1.0/data' make[3]: Entering directory `/var/tmp/portage/x11-wm/fluxbox-1.1.0/work/fluxbox-1.1.0/data' make[3]: Nothing to be done for `install-exec-am'. Installing menu file in /var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/menu /bin/sh ../mkinstalldirs /var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/ /usr/bin/install -c -m 644 ./menu /var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/menu Installing keys file in /var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/keys /bin/sh ../mkinstalldirs /var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/ /usr/bin/install -c -m 644 ./keys /var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/keys Installing apps file in /var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/apps /bin/sh ../mkinstalldirs /var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/ /usr/bin/install -c -m 644 ./apps /var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/apps Installing overlay file in /var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/overlay /bin/sh ../mkinstalldirs /var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/ /usr/bin/install -c -m 644 ./overlay /var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/overlay Installing init file in /var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/init /bin/sh ../mkinstalldirs /var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/ /usr/bin/install -c -m 644 ./init /var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/init Installing windowmenu file in /var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/windowmenu /bin/sh ../mkinstalldirs /var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/ /usr/bin/install -c -m 644 ./windowmenu /var/tmp/portage/x11-wm/fluxbox-1.1.0/image//usr/share/fluxbox/windowmenu /usr/bin/install: cannot stat `./windowmenu': No such file or directory make[3]: *** [install-pkgdataDATA] Error 1 make[3]: Leaving directory `/var/tmp/portage/x11-wm/fluxbox-1.1.0/work/fluxbox-1.1.0/data' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/var/tmp/portage/x11-wm/fluxbox-1.1.0/work/fluxbox-1.1.0/data' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/x11-wm/fluxbox-1.1.0/work/fluxbox-1.1.0/data' make: *** [install-recursive] Error 1 * * ERROR: x11-wm/fluxbox-1.1.0 failed. * Call stack: * ebuild.sh, line 49: Called src_install * environment, line 2117: Called die * The specific snippet of code: * emake DESTDIR="${D}" install || die "install failed"; * The die message: * install failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/x11-wm/fluxbox-1.1.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-wm/fluxbox-1.1.0/temp/environment'. * | Moved from Portage & Programming to Unsupported Software. There's no fluxbox-1.1.0 in portage. |
hi there, I do have M10 card in my laptop and using xf86-video-ati driver Code: lspci | grep T2 01:00.0 VGA compatible controller: ATI Technologies Inc M10 NT [FireGL Mobility T2] (rev 80) equery l xf86-video-ati | grep xf x11-drivers/xf86-video-ati-6.8.0 equery l xorg [I--] [ ] x11-base/xorg-server-1.3.0.0-r5 (0) [I--] [ ] x11-base/xorg-x11-7.2 (0) I am launching tv-out config by running second X session - Code: startx -- :1 -config xorg-tv.conf which creates second X session on laptop's LCD, because s-video is not recognized. Then I need to initialize s-video Code: xrandr --addmode S-video 800x600 xrandr --output S-video --mode 800x600 Overlay of my LCD is then on TV. However problem is that using mplayer TV is blank and video plays only on LCD. I've tried varios -vo but none of them really helped. Also my second X doesn't support dri, so I cannot use gl2. Any idea how to make video appear on TV? It used to work for me with M9 without issues. Here's full xorg.conf - http://mahdi.cz/temp/gentoo/xorg-tv.conf - I've already played with varios settings a lot. cheers & thanks, mahdi | so this did the trick ;) Code: xvattr -a XV_CRTC -v 1 |
Google said it was under control panel -> peripherals -> mouse, but strangely, there are a lot of other settings, but none related to mouse sensitivity under any of the tabs. /ignore me It was just called mouse acceleration, which to me meant something different than sensitivity. | FYI acceleration and sensitivity are different things. On other platforms «sensitivity» might mean «how accurately humans can aim at things with the pointer» instead of «the smallest movement the hardware can detect as a mouse move» but I have a doubt. IMHOPO (In My Humble Own and Personal Opinion) talking about acceleration makes more sense than sensitivity and is easier to understand. |
I'm no computer-klutz, although now I certainly feel like one. Wine has taken a vay-kay. I had wine-9999 working fine, and now when I try to run winecfg, I get Code: audiodef@localhost ~ $ winecfg err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\\windows\\system32\\services.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\services.exe" failed, status c0000135 err:wineboot:start_services_process Unexpected termination of services.exe - exit code -1073741515 err:module:DelayLoadFailureHook failed to delay load setupapi.dll.InstallHinfSectionW wine: Call from 0x7ee1ab00 to unimplemented function setupapi.dll.InstallHinfSectionW, aborting wine: Unimplemented function setupapi.dll.InstallHinfSectionW called at address 0x7ee1ab00 (thread 000b), starting debugger... err:module:import_dll Library psapi.dll (which is needed by L"C:\\windows\\system32\\winedbg.exe") not found err:module:import_dll Library psapi.dll (which is needed by L"C:\\windows\\system32\\dbghelp.dll") not found err:module:import_dll Library dbghelp.dll (which is needed by L"C:\\windows\\system32\\winedbg.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winedbg.exe" failed, status c0000135 err:module:import_dll Library comdlg32.dll (which is needed by L"C:\\windows\\system32\\winecfg.exe") not found err:module:import_dll Library comctl32.dll (which is needed by L"C:\\windows\\system32\\winecfg.exe") not found err:module:import_dll Library shell32.dll (which is needed by L"C:\\windows\\system32\\winecfg.exe") not found err:module:import_dll Library ole32.dll (which is needed by L"C:\\windows\\system32\\winecfg.exe") not found err:module:import_dll Library shlwapi.dll (which is needed by L"C:\\windows\\system32\\winecfg.exe") not found err:module:import_dll Library uxtheme.dll (which is needed by L"C:\\windows\\system32\\winecfg.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winecfg.exe" failed, status c0000135 I get something similar when attempting to run winecfg as root. The last thing I did was to add all the libraries in winecfg, set them to native (I was experimenting to get .Net 3.0 installed) and switched from a 2.6.25 to a 2.6.26 kernel (for the same reason). *poof* Switching back to a 2.6.25 kernel doesn't help. I have also re-emerged wine in an attempt to fix, and I got winecfg up as root at one point, and I see that the libraries aren't included any more, but now I can't get into winecfg at all. I can't think of anything else I might have done. I have not configured the kernel (other than switching from already compiled kernels) nor emerged anything else. Any advice would be very appreciated. I had made some headway into installing .Net 3.0 and am trying to get back to where I had gotten. | Trying this: deleting .wine dirs, unmerge wine, emerge --sync, and emerge -uDN wine (there are several updates). I'm thinking whatever is wrong, a completely "clean" install might "fix" it. I'll post the results. |
Howdie. I managed (not that it was really hard to do) to get S2Disk working on my machine. Now I would like to NOT have to open a terminal, become root, execute hibernate. That way I almost waste more time suspending than I gain by resuming instead of booting So, how can I get hibernate as an option on that little screen where I can shutdown or reboot or logout? | Well, I did, but nothing changed.. |
I've got an T61p with onboard NVidia Quadro 570M. The binary drivers work fine, except for DRI... I've pretty much tried every combination of in-kernel agp frontend/backend, nvidia-built-in agp, loading/not loading the X 'dri' module, but nothing helps: X starts just fine, the driver initializes ok, NV-GLX loads and initializes, but dri remains unavailable. I've also tried fiddling with mtrr cleanup (cat /proc/mtrr shows 5 regions, 3 of which are marked 'uncachable'), but as it turns out, the NVidia driver doesn't even use MTRR, if PAT is available (both enabled in the kernel). Version: gentoo-sources-2.6.25-r7, gentoo-sources-2.6.26-r1, vanilla-sources-2.6.27-rc5, nvidia-drivers-169.09-r1 up to 177.70. Any clues appreciated! | Hi, hows your setup in the dri section. does it look like this: Code: Section "DRI" Mode 0666 EndSection or lik this: Code: Section "DRI" Group "video" Mode 0660 EndSection Does it work as root? bb |
How do you get transparency working with KDE? I have used the transparency use flag to emerge X11 and KDE but there is no real transparency when I open the terminal up with the transparent feature. | I'm just trying to get my konsole terminal to show the transparency right. Not enable KDE composting. |
Since I installed Gentoo all my folders and accounts in Kmail/Kontact haven't got visible titles. When I was using pop3 that wasn't a great problem, but now as I'm using imap and a few different mail accounts its very frustrating. Renaming isnt possible with standard folders, and the ones I can rename are still invisible. does anyone know how to solve this? How it looks PS: if I look at my folders in the "add to favourites" dialogue they are displayed correctly. That is also for the "move to" command in the context menu. | Did you try resizing the "Folder" column ? |
hi, I have a fresh install ~amd64 and I would like to use totem in firefox. I should install media-video/totem with xulrunner and nothing, if I set nsplugin it installs net-libs/xulrunner :1.8 [S 1.8.1.16] and firefox uses vers 1.9 shouldn't the xulrunner flag do for firefox3 what nsplugin did for firefox2 ? any ideeas? | Totem provides an NPAPI compatible plugin, no matter which version of xulrunner was used to compile it. In other words, you can use totem compiled with xulrunner with any version of Firefox. |
This is the error message I get while trying to emerge. I can't figure out why it won't emerge... Here's a paste of the /var/tmp/portage/media-libs/swfdec... log: http://rafb.net/p/SGAtOX69.html I don't know exactly how the USE flags are suppose to be setup, I thought it was kind of a personal preference deal... The way I'm doing it is running emerge -pv and any package that is dentoed with a -package in blue I put that with the package name in /etc/portage/package.use. All use flags that are needed and are displayed in red I've been putting those in make.conf If this is a bad idea or the wrong way of doing this please correct me on that. Here's my /etc/make.conf: http://rafb.net/p/HkAFPU80.html Here's my /etc/portage/package.use: http://rafb.net/p/PVTLFG99.html !!! Please attach the following file when seeking support: !!! /var/tmp/portage/media-libs/swfdec-0.6.6-r1/work/swfdec-0.6.6/config.log * * ERROR: media-libs/swfdec-0.6.6-r1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2696: Called econf 'src_compile' 'src_compile' '--disable-gtk-doc' '--disable-gstreamer' '--enable-gtk' * ebuild.sh, line 513: 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/media-libs/swfdec-0.6.6-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-libs/swfdec-0.6.6-r1/temp/environment'. * * Messages for package media-libs/swfdec-0.6.6-r1: * * ERROR: media-libs/swfdec-0.6.6-r1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2696: Called econf 'src_compile' 'src_compile' '--disable-gtk-doc' '--disable-gstreamer' '--enable-gtk' * ebuild.sh, line 513: 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/media-libs/swfdec-0.6.6-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-libs/swfdec-0.6.6-r1/temp/environment'. | we need the last few lines of: Quote: '/var/tmp/portage/media-libs/swfdec-0.6.6-r1/temp/build.log'. the config.log you pasted doesn't help much, most of what's there is also in make.conf. anywho, if you can get us that, we can try to help. cheers PS: wrt USE flags, how i do them is, if i know i need the flag globally, i'll put it in make.conf. if it's one of those one-package things (ie: emerge xapp with yyy use flag), then i'll use package.use. really though, if you wanted to be anal, or vice versa, you could define them all in one file. hope this makes some sense. |
Hi everybody! I am running Gento on a Compaq notebook, Presario C300, no dual-boot. Everything works fine. But, if I run date in a xconsole, it shows a time that is three hours ahead than the time showed in the Clock applet, in the KDE panel. I have CLOCK set to 'UTC' in /etc/conf.d/clock, the hardware clock is set to UTC, and /etc/localtime links to /usr/share/zoneinfo/America/Argentina/ComodRivadavia, the same as KDE's Control Center. Any idea? Thanks in advance. | Well... right click on the applet - configure clock, choose UTC and your local zone. Then click ok. Right click on the applet -> choose timezone -> choose the zone where you want to see what the time is. Did it help? |
I'm running Evo 2.8.x with the Exchange plugin, and it's actually working pretty well for email. However, when someone sends me a meeting invitation, I get an email with two attachments. Both are the same. They are ICS files, but they have no extension. I can right-click in the "gray area" around the embedded attachments, and I get an option to convert the email to either a Task or a Calendar item (as with any other email). If I choose the calendar bit, I can see (from running evo on the command line) that libecal complains about an "unknown response." This isn't very helpful, obviously. I've looked around the forums, and the internet in general. I don't see much about this problem for the past couple of years, which leads me to believe that the problem is mine. It's probably a mis-configuration of our Exchange server, which I don't have ANY confidence in. Does anyone know what I could try on my side, or, perhaps even better, what we could try frobbing on the Exchange server to get this working? (In the process of trying to get this working, I upgraded to ~2.10. It worked much faster, but still didn't fix the problem, and broke the gnome panel clock. So I "downgraded" back to the stable version, but I'm anticipating the general improvements in Gnome 2.18, which seems imminent.) | Wouldn't you know. As part of my debugging efforts, I had unchecked the "Exchange Operations" plugin. Since then, I had done an ``emerge -e evolution-exchange''. It's working. Sorry. |
KINDA-SOLVED EDIT: The non-binary version works for me... still no idea why the binary stopped working Heya So, openoffice (binary) applications refuse to start all of the sudden, giving me this error: Code: Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: cannot open shared object file: No such file or directory I googled a bit, but couldn't find anything remotely useful... just people saying they got this error (for various other applications) but ignoring it since they didn't notice any problems. So, maybe that has nothing to do with why it won't start, but I don't get any other errors. It worked fine yesterday, and all I've done since is update world (which didn't pull in ooffice), and follow the Japanese input guide here: https://forums.gentoo.org/viewtopic-t-263174-highlight-japanese.html (though I doubt that would have any adverse affect) Any ideas on what to check? office is one thing I really need working :/ | Given that it is the binary version, I'd suggest re-emerging it. Code: emerge -avD openoffice-bin The -D option will ensure any dependencies are checked and updated if needed. It may be that the world update you did has moved something that openoffice was relying on. |
Hello everyone. I meet a strange and annoying performance problem with Compiz Fusion. First tell you my hardware and software: My video card is GMA950, some major package of my gentoo is: gentoo-sources 2.6.26-r1, xorg-server-1.4.2, xf86-video-i810-2.4.1, GNOME 2.22, Firefox 3.0.1 and Compiz Fusion 0.7.6. Everything is very well when Compiz Fusion is turn off, the score with glxgear is over 1000 FPS. The performance is great. But when I turn on Compiz Fusion, something is still OK, but some operation make me unhappy. When I drag the scrollbar on Firefox, I feel the lag obviously. I can't enjoy surfing the internet, and when I browse files in nautilus, the lag is obvious too. But when I run the glxgear, the score seems normal: only have a little off, over 900 FTS. When I was at Ubuntu, everything is OK, Compiz Fusion has few influence to others. I love Gentoo's performance and freedom. But I like Compiz Fusion too. Does anybody have the same experience with me? or Do you have any idea? Thanks. Here's some of my config: Quote: make.conf VIDEO_CARDS="i810 USE="X aac acpi alsa avahi beagle bindist bash-completion cairo cdr dri dbus git gnome gstreamer gtk gpm glitz hal jpeg laptop mmx mp3 mplayer msn mono networkmanager ogg opengl png pulseaudio samba svg sse sse2 startup-notification subversion truetype unicode vim-syntax win32codecs xcb xcomposite xorg xv xvid -cups -ipv6 -kde -qt3 -qt4" Quote: glxinfo name of display: :0.0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: SGI server glx version string: 1.2 server glx extensions: GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group client glx vendor string: SGI client glx version string: 1.4 client glx extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap GLX version: 1.2 GLX extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group OpenGL vendor string: Tungsten Graphics, Inc OpenGL renderer string: Mesa DRI Intel(R) 945GM 20061017 x86/MMX/SSE2 OpenGL version string: 1.3 Mesa 7.0.3 OpenGL extensions: GL_ARB_depth_texture, GL_ARB_fragment_program, GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_point_parameters, GL_ARB_shadow, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, 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_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint, GL_EXT_cull_vertex, GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_histogram, GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_3DFX_texture_compression_FXT1, GL_APPLE_client_storage, GL_APPLE_packed_pixels, GL_ATI_blend_equation_separate, GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent, GL_NV_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_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SUN_multi_draw_arrays 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 0x65 32 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 Ncon Quote: A part of xorg.conf Section "Device" Identifier "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller" Driver "intel" BusID "PCI:0:2:0" EndSection Section "Module" Load "glx" Load "dri" EndSection Section "DRI" Mode 0666 EndSection Quote: lspci 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03) 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02) 00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02) 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2) 00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02) 00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02) 00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02) 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02) 06:04.0 FireWire (IEEE 1394): O2 Micro, Inc. Firewire (IEEE 1394) (rev 02) 06:04.2 SD Host controller: O2 Micro, Inc. Integrated MMC/SD Controller (rev 01) 06:04.3 Mass storage controller: O2 Micro, Inc. Integrated MS/xD Controller (rev 01) 06:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) and there's nothing output when I run Compiz Fusion under terminal. | I've been doing some research into intel acceleration. This /etc/X11/xorg.conf file has the results of my research up to now. Please look through it and glean what you can, or use the whole thing. Blessed be! Pappy |
前天安装的gentoo但是里边没有xpdf-chinese-* 上一个版本好象可以。 | Somehow, I doubt you'll get any help here, unless you'll use English. But even if I can't tell what your question is about, I'll still ask a simple question: do you have poppler-data emerged ? Cause that makes most Japanese pdfs readable. |
I have two mice hooked up to my computer; one is my main mouse that I want to leave as is. The other one, I want to be able to map the buttons so I can left click and have that associated with playing the previous song, or I can right click and go to the next song. I've searched, but I can't find anything dealing with setting the mouse's default clicking capabilities. | It will probably depend on which window manager/desktop environment you use. For example in FVWM you can write functions that do specific actions and bind mouse buttons to the functions. I don't know if you can use 2 mice at once. Which wm/de are you using? Check http://gentoo-wiki.com/HOWTO_Advanced_Mouse |
After upgrading to this newer version of Google Earth, the fonts in Google Earth (including the ones used to draw the menus and dialog boxes) are now tiny. Google Earth is the only application having this problem. Anyone have a clue how to make the fonts bigger again? Thanks | Thanks for the tip, but that wasn't it. I am going to mark the topic solved anyway because I did find the solution: Adding the following elements to their respective sections in /etc/X11/xorg.conf did the trick. Section "Monitor" DisplaySize 2032 1530 EndSection Section "Device" Option "UseEdidDpi" "FALSE" Option "DPI" "128 x 128" EndSection Your settings may differ. |
I can't start X since upgrading to 2.6.25-r7 kernel. It complains about not finding modules kdb & mouse. I compiled 2.6.25-r7 using the .config from the older (-r6) kernel. X output: (EE) Failed to load module "kbd" (module does not exist, 0) (EE) Failed to load module "mouse" (module does not exist, 0) (II) Module already built-in (II) Module already built-in (EE) No Input driver matching `kbd' (EE) No Input driver matching `mouse' Synaptics DeviceInit called SynapticsCtrl called. Synaptics DeviceOn called No core keyboard Fatal server error: failed to initialize core devices XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining. xorg.conf: Section "ServerLayout" Identifier "Layout0" Screen 0 "aticonfig-Screen[0]" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Synaptics Touchpad" EndSection Section "Files" RgbPath "/usr/lib64/X11/rgb" EndSection Section "Module" Load "dbe" Load "extmod" Load "type1" Load "freetype" Load "glx" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "RTCornerButton" "0" Option "RBCornerButton" "2" Option "LTCornerButton" "0" Option "LBCornerButton" "0" Option "AccelFactor" "0.05" Option "LockedDrags" "true" Option "SHMConfig" "on" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "aticonfig-Device[0]" Driver "fglrx" EndSection Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[0]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "DRI" Mode 0666 EndSection | Apparently the problem was that xorg-server was not compiled with mouse & keyboard drivers. I'm not sure why it was working until now ... maybe when xorg-server was last updated those options were left out. Anyway I solved it by recompiling xorg-server with INPUT_DEVICES="mouse keyboard". |
hi! i am using the latest unstable vlc-version (as recommended by the vlc-site), namely vlc-0.9.0_alpha20080524. but instead of embedding the video-display-area into the mainwindow, it creates an extra window for the video part. although having the "embedded video"-option active! i compiled vlc with the following use-flags: Code: USE="X a52 aac alsa bidi cdda cddb cdio dbus dts dvb dvd ffmpeg flac gnutls hal live matroska mmx mp3 mpeg ncurses ogg opengl png sdl skins sse theora truetype vcd vorbis win32codecs wxwindows xv" my wxGTK-version is: 2.8.7.1-r1. does any else recognize this strange behaviour? regards edit: solved by using the newest version from portage. unfortunatley now somethings wrong with the qt4 interface... i dont see the symbols on the buttons^^... | i have just installed vlc on my system and i got the same problem: no symbols on the buttons any suggestions ? |
I succesfully installed virtualbox and I am quite satisfied except few issues. 1. Can't make it run as user. Added myself to vboxusers 2. USB doesn't work 3. Share folders to view the host folders (gentoo) on the guest (windows XP) 4. Can't move the mouse outside of the virtual machine. They mention to use the host key, but it doesn't work. For the usb issue, I read in ubuntu forums that they made it work. Read also the gentoo-wiki about usb issue and couldn't make it work/ If someone made it work under gentoo, please let me know, how you did it. | SlashRhumSlashNeisson wrote: hi, post your Code: $eix -I virtualbox please Code: [I] app-emulation/virtualbox-bin Available versions: 1.5.2-r1 1.5.4 ~1.5.6 ~1.6.2!f ~1.6.4!f {additions chm headless sdk vboxwebsrv} Installed versions: 1.5.4(09:12:58 AM 08/29/2008)(additions chm sdk) Homepage: http://www.virtualbox.org/ Description: family of powerful x86 virtualization products for enterprise as well as home use [I] app-emulation/virtualbox-modules Available versions: 1.5.2-r1 1.5.4 ~1.5.6 ~1.5.7 ~1.6.2 ~1.6.4 {kernel_linux} Installed versions: 1.5.4(12:06:11 AM 08/28/2008)(kernel_linux) Homepage: http://www.virtualbox.org/ Description: Kernel Modules for Virtualbox [D] x11-drivers/xf86-input-virtualbox Available versions: ~1.5.6 ~1.6.4 {debug} Installed versions: 1.6.4(08:45:30 AM 08/29/2008)(-debug) Homepage: http://www.virtualbox.org/ Description: VirtualBox input driver [I] x11-drivers/xf86-video-virtualbox Available versions: (~)1.5.6 (~)1.6.4 {debug} Installed versions: 1.6.4(08:27:25 AM 08/29/2008)(-debug) Homepage: http://www.virtualbox.org/ Description: VirtualBox video driver I managed now to solve the usb issue. Will post later how I did it. Now only the share folder and mouse, root remain. |
When i use Gnome's Suspend i have an issue with my wacom-pen after resuming. This issue can be solved by upgrading to a more recent Xorg but then i get another issue which is currently being worked on by the devs. Now i tried hibernate-ram as suggested in the Gentoo Power-Management Documentation and it works very well. With hibernate-ram i dont have that issue with my wacom-pen. This raises 2 questions: 1.) This whole power-management thing is so confusing, i dont know what gnome does nor what hibernate-script is doing, does anyone know a documentation explaining all this extensively? 2.) Can i tell Gnome to use hibernate-ram instead? Thank you! | You can change it in /usr/lib/hal/scripts/linux/hal-system-power-suspend-linux. This is what i have: Code: # We only support pm-utils if [ -x "/usr/sbin/pm-suspend" ] ; then /usr/sbin/hibernate-ram else |
Code: qt4? ( || ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-test:4 ) =x11-libs/qt-4.3*:4 ) )" As far as I understand this snippet from the poppler-bindings-0.8.5 ebuild it means that poppler-bindings would either build with qt-4.4 or qt-4.3*. I have qt-4.4 installed and yet when I try to build poppler-bindings with qt4 it complains of blocks. Code: rahul@wall ~ $ USE="qt4" emerge -pv poppler-bindings These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild NS ] x11-libs/qt-4.3.5 [3.3.8b] USE="accessibility cups dbus gif jpeg opengl png qt3support ssl tiff xinerama zlib -debug -doc -examples -firebird -glib -mng -mysql -nas -nis -odbc -pch -postgres -sqlite -sqlite3" INPUT_DEVICES="-wacom" 41,718 kB [ebuild R ] app-text/poppler-bindings-0.8.5 USE="cairo gtk qt4* -qt3 -test" 0 kB [blocks B ] x11-libs/qt-core (is blocking x11-libs/qt-4.3.5) [blocks B ] <=x11-libs/qt-4.4.0_alpha:4 (is blocking x11-libs/qt-dbus-4.4.1, x11-libs/qt-script-4.4.1, x11-libs/qt-core-4.4.1-r1, x11-libs/qt-gui-4.4.1, x11-libs/qt-sql-4.4.1, x11-libs/qt-qt3support-4.4.1) Total: 2 packages (1 in new slot, 1 reinstall), Size of downloads: 41,718 kB Conflict: 2 blocks (2 unsatisfied) So, what is the problem here? | Mask =x11-libs/qt-4.3*, see bug 234628 . |
As local user, I can start gnome, as network user - not. Everything was ok before update... Tried to remove ~/.gnome2 - the same effect, the gnome freeses itself with light-blue background, the mouse pointer is moving ok... What can be the problem? boba_911 | Just removed ~/.gnome directory and configured everything once again... Not a best solution, but it works boba_911 |
Hi, say I have a bunch of .ttf fonts that i'd like to use. Can i just copy them into say /usr/share/fonts/my-custom-fonts and have these working? i guess there'll be some font cache, how do i regenerate it? | Simply put them in ~/.fonts/ |
I am trying to install xfce. When it gets to dev-libs/libusb-0.1.12-r1 it gives the following error message: *ERROR: dev-libs/libusb-0.1.12-r1 failed. *Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2553: Called die * The spicific snippet of code: * emake || die "emake failed" * The die message: * emake failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/dev-libs/libusb-0.1.12-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/libusb-0.1.12-r1/temp/environment'. * I was looking at a few of the gentoo bugs (a few of which i linked below) but none of them had the same error message and i wan't able to find one that looked like this one. This is the most relevant bug i found: https://bugs.gentoo.org/show_bug.cgi?id=193891 I just got through installing and configuring xorg and then when i started installing xfce it came up with this error. Please help. | generally you can get quite a ways reading the actual "make" error (you didn't post) which preceeded this gentoo notification (which you did post). either "emerge --resume" or re-emerge what you got stuck on and when it fails again, a couple/few lines above the gentoo notification you'll see long wrapping lines that begin with "make [2]: error: ..." or something like that ("make warning" notices you can generally ignore). make could have accumulated errors far before the end of its output so what you want to do is scroll back on your screen to where you can find the very first make error (it can help to set your terminal fullscreen before starting the failed emerge since these compile lines can wrap at least one time and often 3 or 4). you can either post that or google some of the stuff in that line. and also, this may or may not be a bug - often it's something messed up in your system which can cause this (meaning checking bug reports might not get you anywhere). |
I would simply like to use kdm in place of xdm. The xdm is stark and lacks the shutdown options that come with kdm. When trying to emerge it, this happens. Code: genny linux-2.6.21-xen # emerge kdm Calculating dependencies... done! [ebuild N ] kde-base/libkonq-3.5.9 USE="arts xinerama -debug -kdeenablefinal -kdehiddenvisibility" [ebuild N ] kde-base/kdebase-data-3.5.9 USE="xinerama -debug -kdeenablefinal" [ebuild N ] kde-base/kdialog-3.5.9-r1 USE="arts xinerama -debug -kdeenablefinal -kdehiddenvisibility" [ebuild N ] kde-base/kcminit-3.5.9 USE="arts xinerama -debug -kdeenablefinal -kdehiddenvisibility" [ebuild N ] kde-base/kdesu-3.5.9 USE="arts xinerama -debug -kdeenablefinal -kdehiddenvisibility" [ebuild N ] kde-base/khotkeys-3.5.9 USE="arts xinerama -debug -kdeenablefinal -kdehiddenvisibility" [ebuild N ] kde-base/kcheckpass-3.5.9 USE="arts pam xinerama -debug -kdeenablefinal -kdehiddenvisibility" [ebuild N ] kde-base/kdebase-kioslaves-3.5.9 USE="arts hal ldap samba xinerama -debug -kdeenablefinal -kdehiddenvisibility -openexr" [ebuild N ] kde-base/kicker-3.5.9 USE="arts xinerama -debug -kdeenablefinal -kdehiddenvisibility -xcomposite" [ebuild N ] kde-base/kdepasswd-3.5.9 USE="arts xinerama -debug -kdeenablefinal -kdehiddenvisibility" [ebuild N ] kde-base/kfind-3.5.9 USE="arts xinerama -debug -kdeenablefinal -kdehiddenvisibility" [ebuild N ] kde-base/khelpcenter-3.5.9 USE="arts xinerama -debug -kdeenablefinal -kdehiddenvisibility" [ebuild N ] kde-base/kcontrol-3.5.9 USE="arts opengl xinerama -debug -ieee1394 -joystick -kdeenablefinal -kdehiddenvisibility -logitech-mouse" [ebuild N ] kde-base/konqueror-3.5.9 USE="arts branding java xinerama -debug -kdeenablefinal -kdehiddenvisibility" [ebuild N ] kde-base/kdesktop-3.5.9-r1 USE="arts xinerama -debug -kdeenablefinal -kdehiddenvisibility -xscreensaver" [ebuild N ] kde-base/kdm-3.5.9 USE="arts pam xinerama -debug -kdeenablefinal -kdehiddenvisibility" [blocks B ] kde-base/kcminit:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kcontrol:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kdebase-kioslaves:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kfind:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kdebase-data:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kdialog:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kdesktop:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/libkonq:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kcheckpass:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kdesu:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/konqueror:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] =kde-base/kdebase-3.5* (is blocking kde-base/khotkeys-3.5.9, kde-base/kdesktop-3.5.9-r1, kde-base/khelpcenter-3.5.9, kde-base/kdialog-3.5.9-r1, kde-base/kdebase-data-3.5.9, kde-base/libkonq-3.5.9, kde-base/kdepasswd-3.5.9, kde-base/kcontrol-3.5.9, kde-base/kdebase-kioslaves-3.5.9, kde-base/kicker-3.5.9, kde-base/kdesu-3.5.9, kde-base/kcheckpass-3.5.9, kde-base/kdm-3.5.9, kde-base/kfind-3.5.9, kde-base/konqueror-3.5.9, kde-base/kcminit-3.5.9) [blocks B ] kde-base/kdepasswd:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/khelpcenter:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kdm:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/kicker:3.5 (is blocking kde-base/kdebase-3.5.9-r3) [blocks B ] kde-base/khotkeys:3.5 (is blocking kde-base/kdebase-3.5.9-r3) So where do you start to cure this? I don't think it's just use flags. I've done an upgrade to the latest form of kde as it is, and this comes up. Where to begin? | You were right, poly.... All done. Thanks |
I was using networkmanager and nm-applet successfully in Gnome on my laptop, and I just recently switched over to KDE-3, where I am having very little success with knetworkmanager. Is it an applet that installs into the Panel, or an application that runs in the system tray? How do I start it, etc? Thanks. | avieth wrote: Knetworkmanager will operate almost identically to nm-applet. It sits in the system tray and looks like a cellphone reception meter when connected. Assuming you have emerged the package, simply run knetworkmanager from konsole if it's not already in kmenu. I use Knetworkmanager, so if you emerge knetworkmanager, all you need to do is type "knetworkmanager &" at a console prompt (Konsole, Terminal, Xterm, whatever). If you get a command not found, then portage screwed up. |
/var/log/Xorg.0.log Code: (WW) RADEON(0): Option "MergedFB" is not used (WW) RADEON(0): Option "CRT2Position" is not used /etc/X11/xorg.conf Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "AIGLX" "true" EndSection Section "Files" FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/freefont" FontPath "/usr/share/fonts/sharefonts" FontPath "/usr/share/fonts/terminus" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/unifont" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" EndSection Section "Module" Load "ddc" Load "vbe" Load "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "bitmap" Load "record" Load "xtrap" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "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 "Dell" ModelName "Monitor Model" DisplaySize 340 270 # Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Dell" ModelName "Monitor Model" DisplaySize 340 270 # Option "DPMS" EndSection Section "Device" Identifier "Card0" Driver "radeon" VideoRam 512000 VendorName "ATI" BoardName "HD3650" BusID "PCI:1:0:0" Screen 0 Option "DynamicClocks" "on" Option "MergedFB" "on" Option "CRT2Position" "RightOf" # Color Tiling Option "ColorTiling" "on" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card0" Monitor "Monitor1" Option "RightOf" "Screen0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection Section "DRI" Mode 0666 EndSection | Ok, fixed it by removing all references to having a dual screen setup. Then I added to the Screen/Display section: Code: Virtual 2560 1024 and then ran Code: xrandr --output DVI-0 --left-of DVI-1 |
Hello I'm emerging gnome 2.20 and when i was compiling the package gnome-extra/gnome-user-docs i got this output: Code: >>> Compiling source in /var/tmp/portage/gnome-extra/gnome-user-docs-2.22.1/work/gnome-user-docs-2.22.1 ... ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-scrollkeeper --build=i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i686-pc-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for GNOME2_USER_DOCS... yes configure: creating ./config.status config.status: creating Makefile config.status: creating gnome-user-docs.spec config.status: creating gnome2-user-guide/Makefile config.status: creating gnome2-accessibility-guide/Makefile config.status: creating gnome2-system-admin-guide/Makefile Making all in gnome2-user-guide make[1]: Entering directory `/var/tmp/portage/gnome-extra/gnome-user-docs-2.22.1/work/gnome-user-docs-2.22.1/gnome2-user-guide' if ! test -d ar/; then mkdir ar/; fi if [ -f "C/user-guide.xml" ]; then d="../"; else d="/var/tmp/portage/gnome-extra/gnome-user-docs-2.22.1/work/gnome-user-docs-2.22.1/gnome2-user-guide/"; fi; \ (cd ar/ && \ `which xml2po` -e -p \ "${d}ar/ar.po" \ "${d}C/user-guide.xml" > user-guide.xml.tmp && \ cp user-guide.xml.tmp user-guide.xml && rm -f user-guide.xml.tmp) Traceback (most recent call last): File "/usr/bin/xml2po", line 35, in <module> import libxml2 ImportError: No module named libxml2 make[1]: *** [ar/user-guide.xml] Error 1 make[1]: Leaving directory `/var/tmp/portage/gnome-extra/gnome-user-docs-2.22.1/work/gnome-user-docs-2.22.1/gnome2-user-guide' make: *** [all-recursive] Error 1 * * ERROR: gnome-extra/gnome-user-docs-2.22.1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 621: Called gnome2_src_compile * environment, line 551: 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-extra/gnome-user-docs-2.22.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/gnome-extra/gnome-user-docs-2.22.1/temp/environment'. * Some gracious soul ? | Might be already too late, but does your system already have libxml2 ? Code: ImportError: No module named libxml2 When I look into the ebuild of gnome-user-docs: Code: RDEPEND="" DEPEND="app-text/scrollkeeper >=app-text/gnome-doc-utils-0.5.6 >=dev-util/pkgconfig-0.9" But the ebuild obviously tries to import libxml2, so I guess this is needed. Not sure though, but might be worth a shot. |
I've been using gnome 2.22 for a few days now after a fresh install. Recently, after a reboot, I log in to gnome and nothing is started. I have a mouse, but no panels or much else for that manner. I see a couple window borders partially flash up, but not for more than a fraction of a second and not the whole thing. I've also noticed that gdm has reset to the default also. I logged in as root to see what I could check, but nothing launched there either. Just a blank screen with wallpaper. I don't have any idea as far as what to check. I've done some basic checks through /var/log/messages, but don't see anything interesting there. I'd appreciate any tips you have! Thanks! -M | Do emerge --sync and emerge --update --deep world. dev-libs/libxml2-2.6.32-r1 broke gdm |
Hello.. I am having a very hard time with cheese, I am not sure why... here are the errors : (cheese:32585): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed (cheese:32585): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed (cheese:32585): GdkPixbuf-CRITICAL **: gdk_pixbuf_copy_area: assertion `src_pixbuf != NULL' failed I have no issues with other gtk apps... I tried everything! I recompiled loads of gnome and gtk stuff, still no luck! It seems to happen when there are pics in cheese.. If I wipe them out, cheese starts. and as soon as I take a snapshot, it starts with those errors, and freezes. Please help! | Is it built with debug in USE? Not sure if "GdkPixbuf-CRITICAL" is really critical , or it is just bailing out on assertions from possibly bieng in "debug" mode. Edit: looks like there is no debug flag for it anyway. Not much in bugzilla either, just this 'fixed' bug. https://bugs.gentoo.org/show_bug.cgi?id=213221 |
hello! i want to change my fluxbox font (e.g. menu frame) to dejavu, but i am not sure how to tell fluxbox to use dejavu.. here is my fclist: Code: stephan@gentoobox ~ $ fc-list | grep DejaVu\ Sans DejaVu Sans,DejaVu Sans Condensed:style=Condensed Oblique,Oblique DejaVu Sans Mono:style=Bold Oblique DejaVu Sans:style=Bold Oblique DejaVu Sans:style=Oblique DejaVu Sans Mono:style=Oblique DejaVu Sans,DejaVu Sans Condensed:style=Condensed Bold Oblique,Bold Oblique DejaVu Sans,DejaVu Sans Light:style=ExtraLight DejaVu Sans,DejaVu Sans Condensed:style=Condensed,Book DejaVu Sans,DejaVu Sans Condensed:style=Condensed Bold,Bold DejaVu Sans:style=Bold DejaVu Sans:style=Book DejaVu Sans Mono:style=Book DejaVu Sans Mono:style=Bold the following is working for example: Code: menu.frame.font: Terminus-10 (using terminus as font) or Code: menu.frame.font: snap-10 using snap from artwiz. but that does not work: Code: menu.frame.font: DejaVu-10 menu.frame.font: DejaVu Sans-10 menu.frame.font: DejaVu\ Sans-10 menu.frame.font: "DejaVu Sans"-10 menu.frame.font: "DejaVu Sans-10" so, where is my problem ? edit: ok it was the wrong syntax...it had to be: Code: menu.frame.font: DejaVu Sans:size=10 ^^ some things about fonts: - i do not find any good documentation about how to handle fonts in gentoo...is http://gentoo-wiki.com/HOWTO_Xorg_and_Fonts up-to-date and useful? - is xfs recommened? - do i have to add fonts in xorg.conf? do i need to add them if i would like to make them visible in xfontsel? | danvari wrote: ... but that does not work: Code: menu.frame.font: DejaVu-10 menu.frame.font: DejaVu Sans-10 menu.frame.font: DejaVu\ Sans-10 menu.frame.font: "DejaVu Sans"-10 menu.frame.font: "DejaVu Sans-10" so, where is my problem ? edit: ok it was the wrong syntax...it had to be: Code: menu.frame.font: DejaVu Sans:size=10 The following should also work: Code: menu.frame.font: DejaVuSans-10 danvari wrote: - do i have to add fonts in xorg.conf? do i need to add them if i would like to make them visible in xfontsel? That has been my experience. For example: Code: FontPath "/usr/share/fonts/terminus/" FontPath "/usr/share/fonts/dejavu/" You won't need xfontsel to setup fonts for Fluxbox, though. |
Hi, Does anyone know how I can get my Qt theme to be used by Opera? I enabled the qt-static and qt3-static USE flags for Opera, but that didn't help. Thanks! | Emerge opera without static flag. It only draws menubars with qt-style(qt3). Scrollbars and buttons are from opera style. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.