prompt stringlengths 1 63.6k | completion stringlengths 1 53.1k |
|---|---|
Hi after updating to recent xorg 1.9 I am getting some strange errors concerning revdep-rebuild . It is throwing some weird dependency errors with libdrm and nouveau and ati modules. For the record this box has an i915 intel graphic chip. I have the intel drivers and correct modesetting in my kernel which I am running currently 2.6.37-rc8 due to the black screen error in other mainline kernels. The Updates went fine and everything is working but I thought this looked strange , why does it need nouveau and ati compiled on an intel machine , any ideas ? Code: osiris / # revdep-rebuild * Configuring search environment for revdep-rebuild * Checking reverse dependencies * Packages containing binaries and libraries broken by a package update * will be emerged. * Collecting system binaries and libraries * Generated new 1_files.rr * Collecting complete LD_LIBRARY_PATH * Generated new 2_ldpath.rr * Checking dynamic linking consistency [ 92% ] * broken /usr/lib64/xorg/modules/drivers/nouveau_drv.so (requires libdrm_nouveau.so.1) * broken /usr/lib64/xorg/modules/drivers/radeon_drv.so (requires libdrm_radeon.so.1) [ 100% ] * Generated new 3_broken.rr * Assigning files to packages * /usr/lib64/xorg/modules/drivers/nouveau_drv.so -> x11-drivers/xf86-video-nouveau * /usr/lib64/xorg/modules/drivers/radeon_drv.so -> x11-drivers/xf86-video-ati * Generated new 4_raw.rr and 4_owners.rr * Cleaning list of packages to rebuild * Generated new 4_pkgs.rr * Assigning packages to ebuilds * Generated new 4_ebuilds.rr * Evaluating package order * * Warning: Failed to resolve package order. * Will merge in arbitrary order * Possible reasons: - An ebuild is no longer in the portage tree. - An ebuild is masked, use /etc/portage/packages.keyword and/or /etc/portage/package.unmask to unmask it ..... * All prepared. Starting rebuild emerge --oneshot x11-drivers/xf86-video-ati:0 x11-drivers/xf86-video-nouveau:0 .......... Calculating dependencies... done! emerge: there are no ebuilds built with USE flags to satisfy "<x11-libs/libdrm-2.4.23[video_cards_nouveau]". !!! One of the following packages is required to complete your request: - x11-libs/libdrm-2.4.22 (Change USE: +video_cards_nouveau) (dependency required by "x11-drivers/xf86-video-nouveau-0.0.16_pre20101010" [ebuild]) (dependency required by "x11-drivers/xf86-video-nouveau:0" [argument]) * * revdep-rebuild failed to emerge all packages. * you have the following choices: * - If emerge failed during the build, fix the problems and re-run revdep-rebuild. * - Use /etc/portage/package.keywords to unmask a newer version of the package. * (and remove 5_order.rr to be evaluated again) * - Modify the above emerge command and run it manually. * - Compile or unmerge unsatisfied packages manually, * remove temporary files, and try again. * (you can edit package/ebuild list first) * * To remove temporary files, please run: * rm /var/cache/revdep-rebuild/*.rr | What did you set VIDEO_CARDS to in make.conf ? |
When comes time to shutdown computer, system hangs on when remounting file ro. I must power off the laptop manually. Also I must enter root password when I want to shutdown. Anyone getting that ? | shutdown -h Solved by removing dell_wmi and dell_laptop support from x86_platform (device drivers). Must be root to shutdown Do think I've to apply suominen's thrick. |
Code: # lsusb |grep Blue Bus 007 Device 032: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode) # hciconfig -a hci0: Type: BR/EDR Bus: USB BD Address: 00:02:5B:0B:3F:12 ACL MTU: 384:8 SCO MTU: 64:8 UP RUNNING PSCAN RX bytes:5487 acl:5 sco:0 events:163 errors:0 TX bytes:1192 acl:5 sco:0 commands:86 errors:0 Features: 0xff 0xff 0x8f 0xfe 0x9b 0xf9 0x00 0x80 Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 Link policy: RSWITCH HOLD SNIFF PARK Link mode: SLAVE ACCEPT Name: 'quad-0' Class: 0x3a0100 Service Classes: Networking, Capturing, Object Transfer, Audio Device Class: Computer, Uncategorized HCI Version: 2.0 (0x3) Revision: 0x7a6 LMP Version: 2.0 (0x3) Subversion: 0x7a6 Manufacturer: Cambridge Silicon Radio (10) # cat /etc/bluetooth/pin 7777 # cat /etc/bluetooth/rfcomm.conf rfcomm0 { # # Automatically bind the device at startup bind no; # # Bluetooth address of the device device 00:21:9E:26:96:9E; # # RFCOMM channel for the connection channel 1; # # Description of the connection comment "Basilio K550i"; } # grep -v '#' hcid.conf options { autoinit yes; security auto; pairing multi; passkey "7777"; } device { name "QUAD"; class 0x3a0100; iscan enable; pscan enable; lm accept; lp rswitch,hold,sniff,park; } # grep -v '#' main.conf [General] DisablePlugins = network,input Name = QUAD Class = 0x3a0100 DiscoverableTimeout = 0 PairableTimeout = 0 PageTimeout = 16384 DiscoverSchedulerInterval = 0 InitiallyPowered = true RememberPowered = true DeviceID = 0a12:0001 ReverseServiceDiscovery = true NameResolving = true DebugKeys = true # hcitool scan Scanning ... 00:21:9E:26:96:9E Basilio_550i # l2ping 00:21:9E:26:96:9E Ping: 00:21:9E:26:96:9E from 00:02:5B:0B:3F:12 (data size 44) ... 44 bytes from 00:21:9E:26:96:9E id 0 time 38.91ms 44 bytes from 00:21:9E:26:96:9E id 1 time 30.89ms 44 bytes from 00:21:9E:26:96:9E id 2 time 29.83ms 44 bytes from 00:21:9E:26:96:9E id 3 time 43.87ms 44 bytes from 00:21:9E:26:96:9E id 4 time 30.93ms ^C5 sent, 5 received, 0% loss # hcitool info 00:21:9E:26:96:9E Requesting information ... BD Address: 00:21:9E:26:96:9E OUI Company: Sony Ericsson Mobile Communications (00-21-9E) Device Name: Basilio_550i LMP Version: 2.0 (0x3) LMP Subversion: 0x520 Manufacturer: ST Microelectronics (48) Features: 0xff 0xe9 0x8d 0xfe 0x9b 0xe9 0x00 0x00 <3-slot packets> <5-slot packets> <encryption> <slot offset> <timing accuracy> <role switch> <hold mode> <sniff mode> <park state> <SCO link> <HV3 packets> <u-law log> <A-law log> <CVSD> <power control> <transparent SCO> <broadcast encrypt> <EDR ACL 2 Mbps> <EDR ACL 3 Mbps> <enhanced iscan> <interlaced iscan> <interlaced pscan> <inquiry with RSSI> <extended SCO> <EV4 packets> <EV5 packets> <AFH cap. slave> <AFH class. slave> <3-slot EDR ACL> <5-slot EDR ACL> <AFH cap. master> <EDR eSCO 2 Mbps> <EDR eSCO 3 Mbps> <3-slot EDR eSCO> Seems everething is fine but... 1. my phone does not discover the computer. 2. I'm trying to pair with phone from computer and it breaks.. Code: # obexftp -b 00:21:9E:26:96:9E -l Browsing 00:21:9E:26:96:9E ... Connecting...failed: connect Tried to connect for 676ms The user may have rejected the transfer: Connection refused I have another phone. these two phones pair each other and transfer files just fine. http://forumbgz.ru/user/upload/file393830.jpg http://forumbgz.ru/user/upload/file393831.jpg http://forumbgz.ru/user/upload/file393832.jpg any suggestions? | This is some kind of magic. I've tried with gnome-bluetooth utilities with no luck. They all complain about unregistered names on dbus: Code: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.bluez was not provided by any .service files After couple of hours of googling I've nothing usefull. Many FAQs note hcid, but this daemon is deprecated. Other articles suggest modifying dbus configs to grant user access. I've tried - with no luck. I decided to recheck USE-flags for bluetooth apps and rebuilt bluez with consolekit support. upon update it noted that to access rfcomm the user should be in 'uucp' group. After adding user to uucp, gnome apps work like a charm (bluetooth-wizard, wamu). After pairing is done (with gnome' bluetooth-wizard), console obexftp is working too. // I'm not using gnome or kde wm. Mine is notIon |
I was doing some backups a few weeks ago and mistyped a command and managed to overwrite a bunch of system files. I've managed to get everything pretty much back to the way it was. However, some of the fonts in pdf's are rendered strangely in Evince (and Xournal). Adobe Reader is displaying the fonts correctly, however. Here is the same page rendered in Evince and Adobe: Evince: http://img822.imageshack.us/img822/6056/evince.png Adobe: http://img832.imageshack.us/img832/2990/adobek.png Fontconfig: Code: gilbert ~ # eselect fontconfig list Available fontconfig .conf files (* is enabled): [1] 10-autohint.conf * [2] 10-no-sub-pixel.conf * [3] 10-sub-pixel-bgr.conf * [4] 10-sub-pixel-rgb.conf * [5] 10-sub-pixel-vbgr.conf * [6] 10-sub-pixel-vrgb.conf * [7] 10-unhinted.conf * [8] 20-fix-globaladvance.conf [9] 20-unhint-small-dejavu-sans-mono.conf * [10] 20-unhint-small-dejavu-sans.conf * [11] 20-unhint-small-dejavu-serif.conf * [12] 20-unhint-small-vera.conf * [13] 25-unhint-nonlatin.conf * [14] 30-metric-aliases.conf [15] 30-urw-aliases.conf [16] 40-nonlatin.conf [17] 42-luxi-mono.conf * [18] 45-latin.conf [19] 49-sansserif.conf [20] 50-user.conf [21] 51-local.conf [22] 57-dejavu-sans-mono.conf * [23] 57-dejavu-sans.conf * [24] 57-dejavu-serif.conf * [25] 60-latin.conf [26] 65-fonts-persian.conf [27] 65-khmer.conf [28] 65-nonlatin.conf [29] 66-ja-ipafonts.conf [30] 69-unifont.conf [31] 70-no-bitmaps.conf [32] 70-yes-bitmaps.conf [33] 80-delicious.conf [34] 90-synthetic.conf Any suggestions? | Pick one 10*sub* file to enable - currently you have all of them. Adobe is obviously using a very different font. |
Hi, after the last upgrade (some major thing) when I am in KDE my keybord is in some US-layout. In the console (not konsole) I have the DE-layout (as in /etc/conf.d/keymaps). KEYMAP="de" Somehow KDE does not respect this setting after the upgrade anymore. I speculate that I may have overriden (using etc update) the proper configuration or otherwise it is some other thing... Any ideas? Thank you very much! ps. had quite some trouble guessing this is the problem when logging in | You definitely don't need 'Option "XkbRules" "xorg"'. |
I like GNU Screen, because I can login, get some work done (or pretend to get some work done), "detach" the screen, log off, go somewhere else, login, and "resume" where I left off. It's especially useful when doing a long compilation, because I don't need to keep my eyes on it while the compilation is going on. I'd like to know if something similar is available for X Window as well. I tried VNC, but it looks like it replicates what's on the console terminal, and if someone happens to be right in front of the terminal when I'm remotely controlling, they'd see what I'm doing. That would be bad if I'm pretending to get some work done instead of actually getting some work done. I'd appreciate any suggestions. Thank you. __ sol | What you consider a disadvantage is the whole point of VNC. What you want does not need any extra program, since X is designed to allow starting of programs on remote systems or to start remote sessions (it is not completely clear what you actually want). BTW: Besides screen there is also tmux which has some advantages (e.g. being developed more actively). |
hi guys, when starting a second xsession on my machine (with one monitor), i am not able anymore to display programs to the second xsession. i suspect xorg-1.9.2 to be responsible for that, since under xorg-1.7.7 it used to work fine. it behaves as follows: 1.) startx -- :1 this creates a second xsession from a terminal in the first xsession. i got a .xinitrc, which says exec startfluxbox. normally, i would assume a background color, but since the xorg-upgrade i just got a black screen as background. the menu is shown correctly, though. so the content of .xinitrc works. 2.) nvidia-settings now when i start nvidia-settings from the second xsession, nothing happens on that 2nd xsession. in fact, nvidia-settings is started, but on the first xsession. whats going wrong here? i have the latest nvidia-drivers installed (260.19.29). here is my xorg.conf: Code: Section "Device" # driver options Identifier "nVidia Geforce 6600" Driver "nvidia" #VideoRam 1048576 # nVidia options #Option "NoLogo" "TRUE" #Option "DynamicTwinView" "FALSE" #Option "ModeValidation" "NoVirtualSizeCheck" Option "DPI" "96x96" #Option "UseEdidFreqs" "FALSE" Option "ModeValidation" "NoXServerModes" Option "RenderAccel" "TRUE" Option "AddARGBGLXVisuals" "TRUE" #Option "UseEvents" "FALSE" #Option "TripleBuffer" "TRUE" #Option "DamageEvents" "TRUE" #Option "PixmapCacheSize" "1000000" #Option "AllowSHMPixmaps" "0" #Option "Coolbits" "1" EndSection Section "InputClass" Identifier "keyboard-all" Driver "evdev" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" #Option "XkbOptions" "grp:alt_shift_toggle,grp:switch,compose:rwin,terminate:ctrl_alt_bksp" MatchIsKeyboard "on" EndSection Section "InputClass" Identifier "mouse-all" Driver "evdev" MatchIsPointer "on" EndSection if you need other information, just let me know. thanks in advance, onelove | Unless you're running a program that changes the root window, the default background color is black. |
kernel module. While fighting with the xorg+OpenGL issue I'm wondering about this line in the /var/log/Xorg.0.log: Code: [ 11233.477] (II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so b/c I've a i915 kernel module for my Intel Integrated GM45 chip set. | That's the correct behaviour if you've got an intel graphics chip in the i965 family (i.e. anything 965 and above, including your GM45). The kernel has just one module for all intel graphics chips above i915, while Mesa uses a separate one for the more modern chips. |
I had the wired interface unplugged. I'd rather not use it. Quote: Could not connect to wicd's D-Bus interface. Check wicd log for error messages. /var/log/wicd/wicd.log 2011/01/15 11:51:03 :: Wireless configuration file found... 2011/01/15 11:51:03 :: Wired configuration file found... 2011/01/15 11:51:03 :: chmoding configuration files 0600... 2011/01/15 11:51:03 :: chowning configuration files root:root... 2011/01/15 11:51:03 :: Using wireless interface...wlan1 2011/01/15 11:51:03 :: Using wired interface...eth0 /etc/wicd/manager-settings.conf [Settings] wireless_interface = wlan1 pref_width = 450 prefer_wired = False flush_tool = 0 use_global_dns = False global_dns_dom = None always_show_wired_interface = True global_dns_1 = None global_dns_2 = None global_dns_3 = None backend = external should_verify_ap = 1 netprop_width = 414 link_detect_tool = 0 main_height = 1020 dhcp_client = 0 sudo_app = 0 wired_connect_mode = 1 wired_interface = eth0 debug_mode = 0 pref_height = 600 netprop_height = 600 signal_display_type = 0 global_search_dom = None auto_reconnect = True main_width = 565 wpa_driver = wext My wireless has an IP and the Internet works. $ ls -l /etc/init.d/net* -rwxr-xr-x 1 root root 15160 Jan 13 13:07 /etc/init.d/net.lo -rwxr-xr-x 1 root root 2184 Jan 13 13:07 /etc/init.d/netmount -rwxr-xr-x 1 root root 6805 Jan 13 13:07 /etc/init.d/network [/quote] | did you start it like /etc/init.d/wicd start what is the status /etc/init.d/wicd status |
Hello, I suppose the last upgrade destroyed something because now printed images are in negative, even with cups printer test image, or with HP device manager. Text is printed OK. I am using a HP printer C7280 with hplip and cups. My system is up to date, revdep-rebuild done etc. cups : 1.4.4-r2 hplip : 3.10.9 Edit 1 : the printer is OK, I have tried it with another computer. Edit 2 : the problem came from ghostscript-gpl-9.00 and downgrading to version 8.71-r6 solved the matter | *subscribes* let's see how it goes after the upgrade for me if it's broken at least I know I have to downgrade again thanks ! |
Hi, I'm installing gentoo for the first time (I tried ages ago but gave up in it) and have been following the handbook with no problems. When I try to emerge gnome with Code: USE="gdu sqlite policykit device-mapper cairo extras" emerge -av gnome I get an error with gnome-python-base-2.28.1. This is emerge --info =dev-python/gnome-python-base-2.28.1: http://pastebin.com/pmzeLz6q This is emerge -pqv =dev-python/gnome-python-base-2.28.1: http://pastebin.com/Auusc2Sj The build log is at http://pastebin.com/mxamvrCT Ebuild environment is at http://pastebin.com/9ARtwPbZ I tried using python-updater, but it doesn't help. I think the problem is similar to this one: https://forums.gentoo.org/viewtopic-t-856820-start-0.html I get the same problem as him when I do perl-cleaner, but I'm afraid moving the file myself will break portage somehow. Thanks for all the help. EDIT: oh yeah, Code: python-updater -v Is at http://pastebin.com/5XSZbfES | Quote: dev-lang/python: 2.6.6-r1, 3.1.2-r4 Quote: checking for python... /usr/bin/python checking for python version... 3.1 Portage is not ready for usage with python 3.1. You should check which version of python is currently selected on your system. You should have python 2.6 selected : Quote: $ eselect python list Available Python interpreters: [1] python2.6 * [2] python3.1 |
Hi! I am new to Gentoo word, and quite happy, but have a couple of problems. One of the problems is starting the X. (i think is a module compilation problem, not X) I am using a custom 2.6.31-1 kernel, with nouveau driver and gallium, my graphic card is an nvidia 310M (serial in my laptop, a Samsung R530). The problem is that after installing and configuring X, with WindowMaker as window manager, i cant have a resolution better than 640x480. No need to say that with other Linux Distros i dont have that problem. I can force a bigger resolution, with xrandr, but then, i cant use fullscreen on any games, and i have to do that xrandr-force resolutions all the time i do a startx. I tried to remove nouveau, gallium and nvidiafb from kernel, recompile it, used the non-free driver, used the autoconfig tool...and even if in my xorg.conf file i have set 1280x800, i only get a bit better ratio that with nouveau (800x600), but then i cant use xrandr, so i had to switch to nouveau again. Any modification in xorg.conf is totally useless, and i just dont know how to solve it, apart from reinstalling gentoo from scratch and doing it with more care. Thanks for any help | vladimir1986, If your laptop native LCD resolution is not detected by the nvidia driver, you have to tell the nvidia driver you really do know better before it will follow your xorg.org manual settings. You need to read /usr/share/doc/nvidia-drivers-<your-version./README.bz2 just the chapter on all of the xorg.conf settings. In particular, the EDID parts. |
There was a big misunderstanding of what is happening. Previous pcmanfm (9999) worked through gvfs/gnome-mount from the usb stick. However, does not work with cd/dvd. Now, after an epic delete use-flags in libfm and pcmanfm (as well as changes in relationships) hal forbidding drinking, and the remaining dependence udev-udisks does not work. When you connect the usb-flash a message is displayed: "Failed to execute child process «gnome-mount»(No such file or directory)". CD/DVD drives in principle more than in /var/log/messages do not show up. A reasonable question arises: By what democracy is and why is it all about? Now present in the system hal, consolekit, polkit, dbus, gvfs, udisks, udiskie ... What to do and where to dig? Including not work out brasero. Can not retrieve discs (eject). Proposes to extract manually. By the way, the user is in groups: usb, plugdev, cdrom, cdrw... | Make sure USE=hal is not enabled in gnome-base/gvfs. And you don't need sys-apps/hal installed at all because it's not required by any component of LXDE or X.org since libfm, pcmanfm-0.9.7, xorg-server-1.9.2, lxsession-0.4.4 all are stable and using udev exclusively. |
It seems to me I'm another victim of Xorg 1.9 Have VGA Intel Corporation 82945G/GZ Integrated Graphics Controller driver: i915 Code: [ 31.582] (II) Module dri2: vendor="X.Org Foundation" [ 31.582] compiled for 1.9.2, module version = 1.2.0 [ 31.582] ABI class: X.Org Server Extension, version 4.0 [ 31.582] (II) Loading extension DRI2 [ 31.582] (==) Matched intel as autoconfigured driver 0 [ 31.583] (==) Matched vesa as autoconfigured driver 1 [ 31.583] (==) Matched fbdev as autoconfigured driver 2 [ 31.583] (==) Assigned the driver to the xf86ConfigLayout [ 31.583] (II) LoadModule: "intel" [ 31.644] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so [ 31.695] (II) Module intel: vendor="X.Org Foundation" [ 31.695] compiled for 1.9.2, module version = 2.13.0 [ 31.695] Module class: X.Org Video Driver [ 31.695] ABI class: X.Org Video Driver, version 8.0 [ 31.695] (II) LoadModule: "vesa" [ 31.696] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so [ 31.710] (II) Module vesa: vendor="X.Org Foundation" [ 31.710] compiled for 1.9.2, module version = 2.3.0 [ 31.710] Module class: X.Org Video Driver [ 31.710] ABI class: X.Org Video Driver, version 8.0 [ 31.710] (II) LoadModule: "fbdev" [ 31.735] (WW) Warning, couldn't open module fbdev [ 31.735] (II) UnloadModule: "fbdev" [ 31.735] (EE) Failed to load module "fbdev" (module does not exist, 0) [ 31.735] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale, Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge [ 31.737] (II) VESA: driver for VESA chipsets: vesa [ 31.737] (++) using VT number 7 [ 31.737] (WW) xf86OpenConsole: setpgid failed: Operation not permitted [ 31.737] (WW) xf86OpenConsole: setsid failed: Operation not permitted [ 31.742] (WW) Falling back to old probe method for vesa [ 31.742] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 31.746] (EE) intel(0): No kernel modesetting driver detected. [ 31.746] (II) UnloadModule: "intel" [ 31.746] (EE) Screen(s) found, but none have a usable configuration. [ 31.747] Fatal server error: [ 31.747] no screens found Code: dmesg | grep -i -e fb -e drm -e i915 -e agp -e kms [ 0.000000] Command line: root=/dev/sda3 i915.modeset=0 acpi_enforce_resources=lax [ 0.000000] Kernel command line: root=/dev/sda3 i915.modeset=0 acpi_enforce_resources=lax [ 0.000000] No AGP bridge found [ 0.460792] Linux agpgart interface v0.103 [ 0.461041] agpgart-intel 0000:00:00.0: Intel 945G Chipset [ 0.461496] agpgart-intel 0000:00:00.0: detected 7932K stolen memory [ 0.464664] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x80000000 [ 0.473297] [drm] Initialized drm 1.1.0 20060810 [ 0.5Symbol: XEN_FBDEV_FRONTEND [=n]01812] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 Where is the module fbdev in the kernel driver is looking for? It seems to me I have "fb" in the kernel: Code: Symbol: XEN_FBDEV_FRONTEND [=n] Prompt: Xen virtual frame buffer support Defined at drivers/video/Kconfig:2064 Depends on: HAS_IOMEM && FB && XEN Location: -> Device Drivers -> Graphics support -> Support for frame buffer devices (FB [=y]) Selects: FB_SYS_FILLRECT && FB_SYS_COPYAREA && FB_SYS_IMAGEBLIT && FB_SYS_FOPS && FB_DEFERRED_IO | Hi, first, you have to pass Code: i915.modeset=1 as kernel parameter for i915 kernel support configure framebuffer modesetting at boot time. You can just remove the parameter if it is set by default in the kernel. As I know, the Xorg intel driver do not work without modesetting. Otherwise, you've gone probably have the vesafb as framebuffer driver if it is set in the kernel. Using i915 for framebuffer modesetting insure you to have native display resolution for console and characters terminals. I suggest as a possible workaround to use the fbdev Xorg driver only if you have problems with the Xorg intel driver and you cannot resolv the problem. If the kernel side i915 work, you can keep a minimum 3D acceleration. To be able to set the fbdev driver, first, you have to emerge it. Xorg log say it is not installed. Then, you will have to set it as the graphic driver in the Code: Section "Device" driver "fbdev" EndSection of a custom /etc/X11/xorg.conf or in a file in the subdirectory /etc/X11/conf.d/ |
After upgrade to xorg 1.9.2 I only have 640x480 resolution, here is xorg.log Code: [ 1620.060] (II) LoadModule: "nouveau" [ 1620.060] (WW) Warning, couldn't open module nouveau [ 1620.060] (II) UnloadModule: "nouveau" [ 1620.060] (EE) Failed to load module "nouveau" (module does not exist, 0) [ 1620.060] (II) LoadModule: "vesa" [ 1620.060] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so [ 1620.060] (II) Module vesa: vendor="X.Org Foundation" [ 1620.060] compiled for 1.9.2, module version = 2.3.0 [ 1620.060] Module class: X.Org Video Driver [ 1620.060] ABI class: X.Org Video Driver, version 8.0 [ 1620.060] (II) LoadModule: "fbdev" [ 1620.061] (WW) Warning, couldn't open module fbdev [ 1620.061] (II) UnloadModule: "fbdev" [ 1620.061] (EE) Failed to load module "fbdev" (module does not exist, 0) [ 1620.061] (II) VESA: driver for VESA chipsets: vesa [ 1620.061] (++) using VT number 8 The only complain above is - Screen 0 is not DRI capable. Code: dmesg | grep -i -e fb -e drm -e i915 -e agp -e kms ACPI: RSDP 00000000000fbb80 00014 (v00 ACPIAM) No AGP bridge found pci 0000:00:1b.0: reg 10 64bit mmio: [0xf9ff8000-0xf9ffbfff] pci 0000:00:1d.7: reg 10 32bit mmio: [0xf9fff800-0xf9fffbff] pci 0000:01:00.0: reg 1c 64bit mmio: [0xfa000000-0xfbffffff] system 00:08: iomem range 0xffb00000-0xffbfffff has been reserved Linux agpgart interface v0.103 mtrr: base(0xfb000000) is not aligned on a size(0xe00000) boundary mtrr: base(0xfb000000) is not aligned on a size(0xe00000) boundary I have nVidia G84 [GeForce 8600 GTS] video and using: VIDEO_CARDS="nv vesa" | I see above: Failed to load module "nouveau" Is "nv" the same as "nouveau"? |
As my normal username, I tried to install a pdf viewer for firefox (don't remember which one, couldn't find adobe reader). After that, firefox will not start, not even in safe mode. I type "firefox" at the bash prompt, and I just get another bash prompt -- no message, no delay. As root, I can run firefox normally. Thinking something got messed up in my user's firefox cache, etc. I deleted the entire .mozilla directory. Same symptoms. Thinking that permissions got clobbered somewhere, I did an emerge --uninstall firefox followed by emerge firefox, yet the same symptoms persist. Any idea what is wrong? I really hate to run firefox as root. | when you type firefox in a terminal as a normal user, what do you get? |
Does someone have mail-client/thunderbird-3.1.6 with "New message" alert working?? Mine doesn't play sounds nor does it show a popup notification Is there some unknown dependency for showing/playing notification? | I don't remember which one I have, but there is more than one message notification plugin for Thunderbird. The one I would have preferred didn't work so I just tried different ones until one worked. What worked for me was one that simply flashes the Thunderbird taskbar icon. In other words, try more than one. You just want to not have to actually check Thunderbird all the time, right? |
After updating my amd64 notebook to Xorg 1.9.2 and 2.6.36-gentoo-r5 kernel, gnome is not able to identify external displays. I have an intel GM card working with i915 driver. I have two external displays, one in my office and one at home. Before the update gnome-display-properties and gnome-color-manager both correctly identified maker and type of any attached display. So whenever I attached one of my displays, correct color profile and resolution were automatically set. After the update both tools do not retrieve any information about the display and identify every attached screen as VGA1 or Unknown. However, the main notebook screen (LVDS1) is identified correctly. Finally, whenever I attach external screen, the brightness of the main notebook panel is set to minimum. According to this http://live.gnome.org/GnomeColorManager and this http://live.gnome.org/RandR it seems like there must be some issue with correct parsing of EDID data. Any ideas what is wrong? | Hi I have notobook and Intel work on i915 as you and latest Xorg and 2.6.36-gentoo-r6. All external displays (external hp monitor, TV) are recognized as VGA1 and some resolution setting disapeared but it seems that highest posible resolution stay in option. I'll test it with another machine tomorrow. |
Using the proprietary ATI drivers (fglrx). Hardware is "ATI Mobility Radeon HD 5400 Series." The Xorg log says: Quote: [ 3608.920] (II) fglrx(0): EDID vendor "AUO", prod id 4333 [ 3608.920] (II) fglrx(0): Printing DDC gathered Modelines: [ 3608.920] (II) fglrx(0): Modeline "1920x1080"x0.0 134.40 1920 1950 1970 1982 1080 1090 1100 1130 +hsync -vsync (67.8 kHz) and in Windows I can get 1920x1080 no problem. Obviously I don't want to use Windows. But xrandr claims: Quote: Screen 0: minimum 320 x 200, current 1280 x 720, maximum 1440 x 1440 - So I try to add it myself: Quote: # cvt 1920 1080 # 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync # xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync # xrandr --addmode LVDS "1920x1080_60.00" X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 154 (RANDR) Minor opcode of failed request: 18 (RRAddOutputMode) Serial number of failed request: 27 Current serial number in output stream: 28 This was working fine on the 10.4 driver with 1920x1080 but ever since I upgraded to anything higher the resolution gets improperly detected. All the Xorg log says about that is Quote: [ 4398.074] (EE) fglrx(0): Add Customize Mode failed: 7 Versions: x11-base/xorg-server-1.9.2 x11-apps/xrandr-1.3.4 x11-drivers/ati-drivers-10.11 | If fglrx is really producing that modeline for 1920x1080 you quote, there is likely to be a line further along in the log stating why it doesn't use it. Also note that the modeline you are trying to add is not the same as the one you quote from the log. What happens if you try exactly those parameters? |
This is my first XFCE build, so bear with me. To start, I find XFCE 4.6 to be quite a surprising delight. It is not quite as tedious as fluxbox to set up and not as inflexible and painful as a full gnome build. I think I might have finally found a desktop environment that offers a fair balance of eye candy, effort, and customization. That being said, I have two nagging issues I'm working through and could really use some input. 1) On startup, XFCE complains it cannot determine the IP address of my host (I've been trying to debug why dhcpcd refuses to convince the DHCP server to update DNS like my Windows box does (work network, the box running Gentoo was another Windows box that this also worked for, so I don't think its a MAC address issue). I've read suggestions to placing an entry it /etc/hosts pointing my hostname to the loopback device, but what impact will that have on functionality within XFCE? And is it worth it to replace dhcpcd with something else? 2) On (attempting) to shutdown or reboot, I am prompted for a password and then told the system administrator has not granted me the ability to do so (or I got my password wrong). On a whim, I set up sudo, and now, when I put in my password, the system shuts down and reboots. I am pretty annoyed by this. It should just work, especially since I am using GDM and ConsoleKit with all the right use flags. I suspect it is because xfce probably has some dependency on hal to get the non-sudo way to work and I have removed hal from my system with extreme prejudice. For fun, I have included my emerge --info below. Code: $ emerge --info Portage 2.1.9.25 (default/linux/amd64/10.0/desktop, gcc-4.4.4, glibc-2.11.2-r3, 2.6.36-gentoo-r5 x86_64) ================================================================= System uname: Linux-2.6.36-gentoo-r5-x86_64-Intel-R-_Core-TM-2_CPU_6400_@_2.13GHz-with-gentoo-1.12.14 Timestamp of tree: Wed, 05 Jan 2011 01:45:01 +0000 app-shells/bash: 4.1_p7 dev-java/java-config: 2.1.11-r1 dev-lang/python: 2.6.6-r1, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.14-r1 sys-apps/sandbox: 2.4 sys-devel/autoconf: 2.65-r1 sys-devel/automake: 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.4.4-r2 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 virtual/os-headers: 2.6.30-r1 (sys-kernel/linux-headers) ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=core2 -mtune=generic -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=core2 -mtune=generic -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://www.gtlib.gatech.edu/pub/gentoo http://mirror.lug.udel.edu/pub/gentoo/" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync2.us.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi aim alsa amd64 berkdb branding bzip2 cairo caps cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr emboss encode exif fam flac foomaticdb fortran gdbm gdu gif gimp gpm gstreamer gtk iconv ipod ipv6 jabber java6 javascript jpeg lame lcms ldap libnotify logrotate mad mikmod mmx mng modules mono mp3 mp4 mpeg msn mudflap multilib ncurses nls nptl nptlonly nsplugin offensive ogg opengl openmp pam pango pcre pdf perl png policykit posix ppds pppd python quicktime rdesktop readline sdl session spell sqlite sse sse2 ssl startup-notification svg symlink sysfs tcpd threads thunar tiff truetype udev unicode usb vim-syntax vorbis x264 xcb xcomposite xml xorg xv xvid yahoo zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid 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" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="radeon" XFCE_PLUGINS="menu trash" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY | RazielFMX wrote: On startup, XFCE complains it cannot determine the IP address of my host In /etc/hosts you should have something like: Code: 127.0.0.1 localhost whateveryourpcnameis Quote: On (attempting) to shutdown or reboot, I am prompted for a password I have removed HAL, so I just logout of X (which is all that I'm allowed to do - only the Log Out button is available), then press Alt-Ctrl-Del to shutdown. I'm not even sure if XFCE 4.6 works properly with ConsoleKit & PolicyKit. Anyway, 4.8 should be available soon, so I would wait for that. |
Hello, I am not able to update libxcb to 1.7 Code: >>> Source configured. >>> Compiling source in /var/tmp/portage/x11-libs/libxcb-1.7/work/libxcb-1.7 ... make -j3 Making all in src make[1]: Entering directory `/var/tmp/portage/x11-libs/libxcb-1.7/work/libxcb-1.7/src' /usr/bin/python ./c_client.py -p /usr/lib64/python2.6/site-packages /usr/share/xcb/xproto.xml /usr/bin/python ./c_client.py -p /usr/lib64/python2.6/site-packages /usr/share/xcb/bigreq.xml /usr/bin/python ./c_client.py -p /usr/lib64/python2.6/site-packages /usr/share/xcb/xc_misc.xml Traceback (most recent call last): File "./c_client.py", line 2, in <module> from xml.etree.cElementTree import * File "/usr/lib64/python2.6/xml/etree/cElementTree.py", line 3, in <module> from _elementtree import * ImportError: No module named _elementtree make[1]: *** [bigreq.c] Error 1 make[1]: *** Waiting for unfinished jobs.... Traceback (most recent call last): File "./c_client.py", line 2, in <module> from xml.etree.cElementTree import * File "/usr/lib64/python2.6/xml/etree/cElementTree.py", line 3, in <module> from _elementtree import * ImportError: No module named _elementtree Traceback (most recent call last): File "./c_client.py", line 2, in <module> from xml.etree.cElementTree import * File "/usr/lib64/python2.6/xml/etree/cElementTree.py", line 3, in <module> from _elementtree import * ImportError: No module named _elementtree make[1]: *** [xproto.c] Error 1 make[1]: *** [xc_misc.c] Error 1 make[1]: Leaving directory `/var/tmp/portage/x11-libs/libxcb-1.7/work/libxcb-1.7/src' make: *** [all-recursive] Error 1 emake failed * ERROR: x11-libs/libxcb-1.7 failed: * died running emake, base_src_make * * Call stack: * ebuild.sh, line 56: Called src_compile * environment, line 5661: Called xorg-2_src_compile * environment, line 6462: Called base_src_compile * environment, line 1117: Called base_src_make * environment, line 1155: Called die * The specific snippet of code: * emake "$@" || die "died running emake, $FUNCNAME"; * * If you need support, post the output of 'emerge --info =x11-libs/libxcb-1.7', * the complete build log and the output of 'emerge -pqv =x11-libs/libxcb-1.7'. * The complete build log is located at '/var/log/portage/x11-libs:libxcb-1.7:20110106-163950.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-libs/libxcb-1.7/temp/environment'. * S: '/var/tmp/portage/x11-libs/libxcb-1.7/work/libxcb-1.7' >>> Failed to emerge x11-libs/libxcb-1.7, Log file: >>> '/var/log/portage/x11-libs:libxcb-1.7:20110106-163950.log' my emerge --info Code: # emerge --info Portage 2.1.9.25 (default/linux/amd64/10.0, gcc-4.4.4, glibc-2.11.2-r3, 2.6.35-std164-amd64 x86_64) ================================================================= System uname: Linux-2.6.35-std164-amd64-x86_64-Intel-R-_Core-TM-2_Duo_CPU_P8700_@_2.53GHz-with-gentoo-2.0.1 Timestamp of tree: Thu, 06 Jan 2011 09:45:01 +0000 app-shells/bash: 4.1_p7 dev-java/java-config: 2.1.11-r1 dev-lang/python: 2.6.6-r1, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 2.0.1-r1 sys-apps/openrc: 0.6.8 sys-apps/sandbox: 2.4 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.4.4-r2 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 virtual/os-headers: 2.6.30-r1 (sys-kernel/linux-headers) ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=core2 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /var/lib/hsqldb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.3/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=core2 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://mirror.qubenet.net/mirror/gentoo/ http://ftp.udc.es/gentoo/ http://mirror.ovh.net/gentoo-distfiles/" LANG="en_US.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/var/lib/layman/vmware /usr/local/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="X a52 aac accessibility acl acpi alsa amd64 automount avahi bash-completion berkdb bmp bzip2 cdparanoia cdr cli consolekit cracklib crypt cups cxx dbus device-mapper dhcp dri dts dvb dvd flac gdbm gif gpm gstreamer gtk hal hddtemp iconv jack java jpeg lirc mmx mng modules mono mp3 mudflap multilib musepack ncurses nls nptl nptlonly nsplugin ogg opengl openmp pam pcre perl pic png pppd pulseaudio python qt3support readline sdl session sse sse2 ssl startup-notification sysfs tcpd tiff truetype udev unicode v4l v4l2 vim-syntax vorbis webkit wmf x264 xgl xorg xvid xvmc zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid 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" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS I am having this problem since few weeks and i tried diffent think but now i am out of idea. Any advice ? Thanks, Xavier | Well, python is by default built with xml useflag. Perhaps you turned it off. |
Hi all, just upgraded to xorg-server 1.9 from 1.7 but I have a problem with segmentation faults. I've searched for an answer but no success... Below are the full /var/log/Xorg.0.log (all looks fine to me except the segmentation fault at the end) [code][ 18.740] X.Org X Server 1.9.2 Release Date: 2010-10-30 [ 18.740] X Protocol Version 11, Revision 0 [ 18.740] Build Operating System: Linux 2.6.36-tuxonice-r3 x86_64 Gentoo [ 18.740] Current Operating System: Linux uzeste 2.6.36-tuxonice-r3 #1 SMP Wed Jan 5 11:47:48 GMT 2011 x86_64 [ 18.740] Kernel command line: root=/dev/sda6 resume=/dev/sda5 [ 18.740] Build Date: 05 January 2011 02:35:04PM [ 18.740] [ 18.740] Current version of pixman: 0.20.0 [ 18.740] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 18.740] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 18.741] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jan 5 14:59:35 2011 [ 18.809] (==) Using config file: "/etc/X11/xorg.conf" [ 18.809] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 18.830] (==) No Layout section. Using the first Screen section. [ 18.830] (**) |-->Screen "Screen0" (0) [ 18.830] (**) | |-->Monitor "<default monitor>" [ 18.831] (==) No device specified for screen "Screen0". Using the first device section listed. [ 18.831] (**) | |-->Device "MyCard" [ 18.831] (==) No monitor specified for screen "Screen0". Using a default monitor configuration. [ 18.831] (==) Automatically adding devices [ 18.831] (==) Automatically enabling devices [ 18.954] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 18.954] Entry deleted from font path. [ 19.046] (==) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ [ 19.046] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 19.046] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 19.046] (II) Loader magic: 0x7cb120 [ 19.046] (II) Module ABI versions: [ 19.046] X.Org ANSI C Emulation: 0.4 [ 19.046] X.Org Video Driver: 8.0 [ 19.046] X.Org XInput driver : 11.0 [ 19.046] X.Org Server Extension : 4.0 [ 19.047] (--) PCI:*(0:1:0:0) 1002:7183:1028:0d02 rev 0, Mem @ 0xc0000000/268435456, 0xdfde0000/65536, I/O @ 0x0000dc00/256, BIOS @ 0x????????/131072 [ 19.047] (--) PCI: (0:1:0:1) 1002:71a3:1028:0d03 rev 0, Mem @ 0xdfdf0000/65536 [ 19.047] (II) LoadModule: "extmod" [ 19.191] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so [ 19.264] (II) Module extmod: vendor="X.Org Foundation" [ 19.264] compiled for 1.9.2, module version = 1.0.0 [ 19.264] Module class: X.Org Server Extension [ 19.264] ABI class: X.Org Server Extension, version 4.0 [ 19.264] (II) Loading extension MIT-SCREEN-SAVER [ 19.264] (II) Loading extension XFree86-VidModeExtension [ 19.264] (II) Loading extension XFree86-DGA [ 19.264] (II) Loading extension DPMS [ 19.264] (II) Loading extension XVideo [ 19.264] (II) Loading extension XVideo-MotionCompensation [ 19.264] (II) Loading extension X-Resource [ 19.264] (II) LoadModule: "dbe" [ 19.344] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so [ 19.368] (II) Module dbe: vendor="X.Org Foundation" [ 19.368] compiled for 1.9.2, module version = 1.0.0 [ 19.368] Module class: X.Org Server Extension [ 19.368] ABI class: X.Org Server Extension, version 4.0 [ 19.368] (II) Loading extension DOUBLE-BUFFER [ 19.368] (II) LoadModule: "glx" [ 19.368] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 19.438] (II) Module glx: vendor="X.Org Foundation" [ 19.438] compiled for 1.9.2, module version = 1.0.0 [ 19.438] ABI class: X.Org Server Extension, version 4.0 [ 19.438] (==) AIGLX enabled [ 19.438] (II) Loading extension GLX [ 19.464] (II) LoadModule: "record" [ 19.492] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so [ 19.557] (II) Module record: vendor="X.Org Foundation" [ 19.557] compiled for 1.9.2, module version = 1.13.0 [ 19.557] Module class: X.Org Server Extension [ 19.557] ABI class: X.Org Server Extension, version 4.0 [ 19.557] (II) Loading extension RECORD [ 19.557] (II) LoadModule: "dri" [ 19.557] (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so [ 19.589] (II) Module dri: vendor="X.Org Foundation" [ 19.589] compiled for 1.9.2, module version = 1.0.0 [ 19.589] ABI class: X.Org Server Extension, version 4.0 [ 19.589] (II) Loading extension XFree86-DRI [ 19.589] (II) LoadModule: "dri2" [ 19.590] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so [ 19.599] (II) Module dri2: vendor="X.Org Foundation" [ 19.599] compiled for 1.9.2, module version = 1.2.0 [ 19.599] ABI class: X.Org Server Extension, version 4.0 [ 19.599] (II) Loading extension DRI2 [ 19.599] (II) LoadModule: "radeon" [ 19.599] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so [ 19.626] (II) Module radeon: vendor="X.Org Foundation" [ 19.626] compiled for 1.9.2, module version = 6.13.2 [ 19.626] Module class: X.Org Video Driver [ 19.626] ABI class: X.Org Video Driver, version 8.0 [ 19.635] (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI), ATI Radeon Mobility X300 (M24) 3152 (PCIE), ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI), ATI Radeon X600 (RV380) 3E50 (PCIE), ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650, ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP), ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337, ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP), ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP), ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP), ATI Radeon Mobility 9800 (M18) JN (AGP), ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP), ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP), ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP), ATI Radeon Mobility M7 LW (AGP), ATI Mobility FireGL 7800 M7 LX (AGP), ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP), ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI), ATI Radeon Mobility X300 (M22) 5460 (PCIE), ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE), ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE), ATI Radeon X800PRO (R423) UI (PCIE), ATI Radeon X800LE (R423) UJ (PCIE), ATI Radeon X800SE (R423) UK (PCIE), ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE), ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE), ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE), ATI FireGL unknown (R423) UR (PCIE), ATI FireGL unknown (R423) UT (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility Radeon X700 XL (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon XPRESS 200 5954 (PCIE), ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI), ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE), ATI Radeon XPRESS 200M 5975 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE), ATI Radeon XPRESS 200M 5A42 (PCIE), ATI Radeon XPRESS 200 5A61 (PCIE), ATI Radeon XPRESS 200M 5A62 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE), ATI Radeon X600 (RV370) 5B62 (PCIE), ATI Radeon X550 (RV370) 5B63 (PCIE), ATI FireGL V3100 (RV370) 5B64 (PCIE), ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Mobility Radeon X800 XT (M28) (PCIE), ATI Mobility FireGL V5100 (M28) (PCIE), ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE), ATI Radeon X850 XT PE (R480) (PCIE), ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE), ATI unknown Radeon / FireGL (R480) 5D50 (PCIE), ATI Radeon X850 XT (R480) (PCIE), ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 PRO (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800, ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800, ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, ATI Mobility Radeon X1400, ATI Radeon X1300/X1550, ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300, ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350, ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550, ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450, ATI Radeon X1300/X1550, ATI Mobility Radeon X2300, ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, ATI Mobility Radeon X1350, ATI Mobility Radeon X1450, ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350, ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600, ATI Mobility FireGL V5200, ATI Mobility Radeon X1600, ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400, ATI Mobility FireGL V5250, ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT, ATI FireGL V5200, ATI Mobility Radeon X1700, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950, ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560, ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400, ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560, ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740, ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2, ATI Radeon 4800 Series, ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670, ATI FirePro M5750, ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670], ATI RADEON E4600, ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830, ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740, ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770, ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, ATI Mobility Radeon HD 3850, ATI Radeon HD3850, ATI Mobility Radeon HD 3850 X2, ATI RV670, ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630, ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470, ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700, ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4290, CYPRESS, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370, AMD Firestream 9350, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series, ATI Mobility Radeon HD 5800 Series, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR, ATI Radeon HD 5450, CEDAR [ 19.638] (++) using VT number 7 [ 19.642] (II) [KMS] drm report modesetting isn't supported. [ 19.642] (II) RADEON(0): TOTO SAYS 00000000dfde0000 [ 19.642] (II) RADEON(0): MMIO registers at 0x00000000dfde0000: size 64KB [ 19.642] (II) RADEON(0): PCI bus 1 card 0 func 0 [ 19.642] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32 [ 19.642] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) [ 19.642] (==) RADEON(0): Default visual is TrueColor [ 19.642] (II) Loading sub module "vgahw" [ 19.642] (II) LoadModule: "vgahw" [ 19.642] (II) Loading /usr/lib64/xorg/modules/libvgahw.so [ 19.671] (II) Module vgahw: vendor="X.Org Foundation" [ 19.671] compiled for 1.9.2, module version = 0.1.0 [ 19.671] ABI class: X.Org Video Driver, version 8.0 [ 19.671] (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 [ 19.671] (==) RADEON(0): RGB weight 888 [ 19.671] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) [ 19.671] (--) RADEON(0): Chipset: "ATI Radeon X1300/X1550" (ChipID = 0x7183) [ 19.671] (--) RADEON(0): Linear framebuffer at 0x00000000c0000000 [ 19.671] (II) RADEON(0): PCIE card detected [ 19.671] (II) Loading sub module "int10" [ 19.671] (II) LoadModule: "int10" [ 19.701] (II) Loading /usr/lib64/xorg/modules/libint10.so [ 19.830] (II) Module int10: vendor="X.Org Foundation" [ 19.830] compiled for 1.9.2, module version = 1.0.0 [ 19.830] ABI class: X.Org Video Driver, version 8.0 [ 19.830] (II) RADEON(0): initializing int10 [ 19.831] (II) RADEON(0): Primary V_BIOS segment is: 0xc000 [ 19.831] (II) RADEON(0): ATOM BIOS detected [ 19.839] (II) RADEON(0): ATOM BIOS Rom: [ 19.839] SubsystemVendorID: 0x1028 SubsystemID: 0x0d02 [ 19.839] IOBaseAddress: 0xdc00 [ 19.839] Filename: S3A92402.103 [ 19.839] BIOS Bootup Message: RV516 102-A92402-20 BIOS 600e/400m Channel AB [ 19.839] (II) RADEON(0): Framebuffer space used by Firmware (kb): 20 [ 19.839] (II) RADEON(0): Start of VRAM area used by Firmware: 0xfffb000 [ 19.839] (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space [ 19.839] (II) RADEON(0): AtomBIOS VRAM scratch base: 0xfffb000 [ 19.839] (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead [ 19.840] (II) RADEON(0): Default Engine Clock: 600000 [ 19.840] (II) RADEON(0): Default Memory Clock: 400000 [ 19.840] (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1100000 [ 19.840] (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0 [ 19.840] (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500 [ 19.840] (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000 [ 19.840] (II) RADEON(0): Maximum Pixel Clock: 400000 [ 19.840] (II) RADEON(0): Reference Clock: 27000 [ 19.840] drmOpenDevice: node name is /dev/dri/card0 [ 20.821] drmOpenByBusid: Searching for BusID pci:0000:01:00.0 [ 20.821] drmOpenDevice: node name is /dev/dri/card0 [ 20.821] drmOpenDevice: open result is 10, (OK) [ 20.821] drmOpenByBusid: drmOpenMinor returns 10 [ 20.821] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 [ 20.821] (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.33.0 [ 20.821] (==) RADEON(0): Page Flipping disabled on r5xx and newer chips. [ 20.822] (II) RADEON(0): Will try to use DMA for Xv image transfers [ 20.822] (II) RADEON(0): Generation 2 PCI interface, using max accessible memory [ 20.822] (II) RADEON(0): Detected total video RAM=262144K, accessible=262144K (PCI BAR=262144K) [ 20.822] (--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM) [ 20.822] (II) RADEON(0): Color tiling enabled by default [ 20.822] (II) Loading sub module "ddc" [ 20.822] (II) LoadModule: "ddc" [ 20.822] (II) Module "ddc" already built-in [ 20.822] (II) Loading sub module "i2c" [ 20.822] (II) LoadModule: "i2c" [ 20.822] (II) Module "i2c" already built-in [ 20.843] (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=90000 max=110000; xclk=40000 [ 20.843] (II) RADEON(0): Skipping TV-Out [ 20.843] (II) RADEON(0): Skipping Component Video [ 20.843] (II) RADEON(0): Output DVI-1 using monitor section Left [ 20.843] (II) RADEON(0): I2C bus "DVI-1" initialized. [ 20.843] (II) RADEON(0): Output DVI-0 using monitor section Right [ 20.843] (**) RADEON(0): Option "RightOf" "Left" [ 20.843] (II) RADEON(0): I2C bus "DVI-0" initialized. [ 20.843] (II) RADEON(0): Port0: [ 20.843] XRANDR name: DVI-1 [ 20.843] Connector: DVI-I [ 20.843] CRT1: INTERNAL_KLDSCP_DAC1 [ 20.843] DFP1: INTERNAL_KLDSCP_TMDS1 [ 20.843] DDC reg: 0x7e40 [ 20.843] (II) RADEON(0): Port1: [ 20.843] XRANDR name: DVI-0 [ 20.843] Connector: DVI-I [ 20.843] CRT2: INTERNAL_KLDSCP_DAC2 [ 20.843] DFP3: INTERNAL_LVTM1 [ 20.843] DDC reg: 0x7e50 [ 20.843] (II) RADEON(0): I2C device "DVI-1:ddc2" registered at address 0xA0. [ 20.845] (II) RADEON(0): I2C device "DVI-1:DDC control interface" registered at address 0x6E. [ 20.898] (II) RADEON(0): EDID for output DVI-1 [ 20.898] (II) RADEON(0): Manufacturer: DEL Model: a018 Serial#: 825771084 [ 20.898] (II) RADEON(0): Year: 2007 Week: 37 [ 20.898] (II) RADEON(0): EDID Version: 1.3 [ 20.898] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V [ 20.898] (II) RADEON(0): Sync: Separate Composite SyncOnGreen [ 20.898] (II) RADEON(0): Max Image Size [cm]: horiz.: 43 vert.: 27 [ 20.898] (II) RADEON(0): Gamma: 2.20 [ 20.898] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 20.898] (II) RADEON(0): Default color space is primary color space [ 20.898] (II) RADEON(0): First detailed timing is preferred mode [ 20.898] (II) RADEON(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600 [ 20.898] (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329 [ 20.898] (II) RADEON(0): Supported established timings: [ 20.898] (II) RADEON(0): 720x400@70Hz [ 20.898] (II) RADEON(0): 640x480@60Hz [ 20.898] (II) RADEON(0): 640x480@75Hz [ 20.898] (II) RADEON(0): 800x600@60Hz [ 20.898] (II) RADEON(0): 800x600@75Hz [ 20.898] (II) RADEON(0): 1024x768@60Hz [ 20.898] (II) RADEON(0): 1024x768@75Hz [ 20.898] (II) RADEON(0): 1280x1024@75Hz [ 20.898] (II) RADEON(0): Manufacturer's mask: 0 [ 20.898] (II) RADEON(0): Supported standard timings: [ 20.898] (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 20.898] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 20.898] (II) RADEON(0): Supported detailed timing: [ 20.898] (II) RADEON(0): clock: 146.2 MHz Image Size: 434 x 270 mm [ 20.898] (II) RADEON(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0 [ 20.898] (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0 [ 20.898] (II) RADEON(0): Serial No: HM06479E18DL [ 20.898] (II) RADEON(0): Monitor name: DELL 2007WFP [ 20.898] (II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz [ 20.898] (II) RADEON(0): EDID (in hex): [ 20.898] (II) RADEON(0): 00ffffffffffff0010ac18a04c443831 [ 20.898] (II) RADEON(0): 251101030e2b1b78eeee91a3544c9926 [ 20.898] (II) RADEON(0): 0f5054a54b008180714f010101010101 [ 20.898] (II) RADEON(0): 01010101010121399030621a274068b0 [ 20.898] (II) RADEON(0): 3600b20e1100001c000000ff00484d30 [ 20.898] (II) RADEON(0): 36343739453138444c0a000000fc0044 [ 20.898] (II) RADEON(0): 454c4c20323030375746500a000000fd [ 20.899] (II) RADEON(0): 00384c1e530f000a20202020202000ce [ 20.899] (II) RADEON(0): EDID vendor "DEL", prod id 40984 [ 20.899] (II) RADEON(0): Using EDID range info for horizontal sync [ 20.899] (II) RADEON(0): Using EDID range info for vertical refresh [ 20.899] (II) RADEON(0): Printing DDC gathered Modelines: [ 20.899] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) [ 20.899] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 20.899] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 20.899] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 20.899] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) [ 20.899] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 20.899] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) [ 20.899] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 20.899] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 20.899] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 20.899] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) [ 20.899] (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 1 [ 20.899] (II) RADEON(0): EDID data from the display on output: DVI-1 ---------------------- [ 20.899] (II) RADEON(0): Manufacturer: DEL Model: a018 Serial#: 825771084 [ 20.899] (II) RADEON(0): Year: 2007 Week: 37 [ 20.899] (II) RADEON(0): EDID Version: 1.3 [ 20.899] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V [ 20.899] (II) RADEON(0): Sync: Separate Composite SyncOnGreen [ 20.899] (II) RADEON(0): Max Image Size [cm]: horiz.: 43 vert.: 27 [ 20.899] (II) RADEON(0): Gamma: 2.20 [ 20.899] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 20.899] (II) RADEON(0): Default color space is primary color space [ 20.899] (II) RADEON(0): First detailed timing is preferred mode [ 20.899] (II) RADEON(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600 [ 20.899] (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329 [ 20.899] (II) RADEON(0): Supported established timings: [ 20.899] (II) RADEON(0): 720x400@70Hz [ 20.899] (II) RADEON(0): 640x480@60Hz [ 20.899] (II) RADEON(0): 640x480@75Hz [ 20.899] (II) RADEON(0): 800x600@60Hz [ 20.899] (II) RADEON(0): 800x600@75Hz [ 20.899] (II) RADEON(0): 1024x768@60Hz [ 20.899] (II) RADEON(0): 1024x768@75Hz [ 20.899] (II) RADEON(0): 1280x1024@75Hz [ 20.899] (II) RADEON(0): Manufacturer's mask: 0 [ 20.899] (II) RADEON(0): Supported standard timings: [ 20.899] (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 20.899] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 20.899] (II) RADEON(0): Supported detailed timing: [ 20.899] (II) RADEON(0): clock: 146.2 MHz Image Size: 434 x 270 mm [ 20.899] (II) RADEON(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0 [ 20.899] (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0 [ 20.899] (II) RADEON(0): Serial No: HM06479E18DL [ 20.899] (II) RADEON(0): Monitor name: DELL 2007WFP [ 20.899] (II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz [ 20.899] (II) RADEON(0): EDID (in hex): [ 20.899] (II) RADEON(0): 00ffffffffffff0010ac18a04c443831 [ 20.899] (II) RADEON(0): 251101030e2b1b78eeee91a3544c9926 [ 20.899] (II) RADEON(0): 0f5054a54b008180714f010101010101 [ 20.899] (II) RADEON(0): 01010101010121399030621a274068b0 [ 20.899] (II) RADEON(0): 3600b20e1100001c000000ff00484d30 [ 20.899] (II) RADEON(0): 36343739453138444c0a000000fc0044 [ 20.899] (II) RADEON(0): 454c4c20323030375746500a000000fd [ 20.899] (II) RADEON(0): 00384c1e530f000a20202020202000ce [ 20.899] finished output detect: 0 [ 20.899] (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0. [ 20.901] (II) RADEON(0): I2C device "DVI-0:DDC control interface" registered at address 0x6E. [ 20.954] (II) RADEON(0): EDID for output DVI-0 [ 20.954] (II) RADEON(0): Manufacturer: DEL Model: d010 Serial#: 858931532 [ 20.954] (II) RADEON(0): Year: 2008 Week: 17 [ 20.954] (II) RADEON(0): EDID Version: 1.3 [ 20.954] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V [ 20.954] (II) RADEON(0): Sync: Separate [ 20.954] (II) RADEON(0): Max Image Size [cm]: horiz.: 43 vert.: 27 [ 20.954] (II) RADEON(0): Gamma: 2.20 [ 20.954] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 20.954] (II) RADEON(0): Default color space is primary color space [ 20.954] (II) RADEON(0): First detailed timing is preferred mode [ 20.954] (II) RADEON(0): redX: 0.635 redY: 0.328 greenX: 0.292 greenY: 0.610 [ 20.954] (II) RADEON(0): blueX: 0.146 blueY: 0.069 whiteX: 0.312 whiteY: 0.328 [ 20.954] (II) RADEON(0): Supported established timings: [ 20.954] (II) RADEON(0): 720x400@70Hz [ 20.954] (II) RADEON(0): 640x480@60Hz [ 20.954] (II) RADEON(0): 640x480@75Hz [ 20.954] (II) RADEON(0): 800x600@60Hz [ 20.954] (II) RADEON(0): 800x600@75Hz [ 20.954] (II) RADEON(0): 1024x768@60Hz [ 20.954] (II) RADEON(0): 1024x768@75Hz [ 20.954] (II) RADEON(0): 1280x1024@75Hz [ 20.954] (II) RADEON(0): Manufacturer's mask: 0 [ 20.954] (II) RADEON(0): Supported standard timings: [ 20.954] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 20.954] (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 20.954] (II) RADEON(0): #2: hsize: 1680 vsize 1050 refresh: 60 vid: 179 [ 20.954] (II) RADEON(0): Supported detailed timing: [ 20.954] (II) RADEON(0): clock: 146.2 MHz Image Size: 430 x 270 mm [ 20.954] (II) RADEON(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0 [ 20.954] (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0 [ 20.954] (II) RADEON(0): Serial No: TW95784O32AL [ 20.954] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz [ 20.954] (II) RADEON(0): Monitor name: DELL E207WFP [ 20.954] (II) RADEON(0): EDID (in hex): [ 20.954] (II) RADEON(0): 00ffffffffffff0010ac10d04c413233 [ 20.954] (II) RADEON(0): 11120103682b1b78ee8db0a2544a9c25 [ 20.954] (II) RADEON(0): 115054a54b00714f8180b30001010101 [ 20.954] (II) RADEON(0): 01010101010121399030621a274068b0 [ 20.954] (II) RADEON(0): 3600ae0e1100001c000000ff00545739 [ 20.954] (II) RADEON(0): 353738344f3332414c0a000000fd0038 [ 20.954] (II) RADEON(0): 4b1e530f000a202020202020000000fc [ 20.954] (II) RADEON(0): 0044454c4c20453230375746500a00c6 [ 20.954] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1 [ 20.954] (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- [ 20.954] (II) RADEON(0): Manufacturer: DEL Model: d010 Serial#: 858931532 [ 20.954] (II) RADEON(0): Year: 2008 Week: 17 [ 20.954] (II) RADEON(0): EDID Version: 1.3 [ 20.954] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V [ 20.954] (II) RADEON(0): Sync: Separate [ 20.954] (II) RADEON(0): Max Image Size [cm]: horiz.: 43 vert.: 27 [ 20.954] (II) RADEON(0): Gamma: 2.20 [ 20.954] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 20.954] (II) RADEON(0): Default color space is primary color space [ 20.954] (II) RADEON(0): First detailed timing is preferred mode [ 20.954] (II) RADEON(0): redX: 0.635 redY: 0.328 greenX: 0.292 greenY: 0.610 [ 20.954] (II) RADEON(0): blueX: 0.146 blueY: 0.069 whiteX: 0.312 whiteY: 0.328 [ 20.954] (II) RADEON(0): Supported established timings: [ 20.954] (II) RADEON(0): 720x400@70Hz [ 20.954] (II) RADEON(0): 640x480@60Hz [ 20.954] (II) RADEON(0): 640x480@75Hz [ 20.954] (II) RADEON(0): 800x600@60Hz [ 20.954] (II) RADEON(0): 800x600@75Hz [ 20.954] (II) RADEON(0): 1024x768@60Hz [ 20.954] (II) RADEON(0): 1024x768@75Hz [ 20.954] (II) RADEON(0): 1280x1024@75Hz [ 20.954] (II) RADEON(0): Manufacturer's mask: 0 [ 20.954] (II) RADEON(0): Supported standard timings: [ 20.954] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 20.954] (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 20.954] (II) RADEON(0): #2: hsize: 1680 vsize 1050 refresh: 60 vid: 179 [ 20.954] (II) RADEON(0): Supported detailed timing: [ 20.954] (II) RADEON(0): clock: 146.2 MHz Image Size: 430 x 270 mm [ 20.954] (II) RADEON(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0 [ 20.954] (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0 [ 20.954] (II) RADEON(0): Serial No: TW95784O32AL [ 20.954] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz [ 20.954] (II) RADEON(0): Monitor name: DELL E207WFP [ 20.954] (II) RADEON(0): EDID (in hex): [ 20.954] (II) RADEON(0): 00ffffffffffff0010ac10d04c413233 [ 20.954] (II) RADEON(0): 11120103682b1b78ee8db0a2544a9c25 [ 20.954] (II) RADEON(0): 115054a54b00714f8180b30001010101 [ 20.954] (II) RADEON(0): 01010101010121399030621a274068b0 [ 20.954] (II) RADEON(0): 3600ae0e1100001c000000ff00545739 [ 20.954] (II) RADEON(0): 353738344f3332414c0a000000fd0038 [ 20.954] (II) RADEON(0): 4b1e530f000a202020202020000000fc [ 20.954] (II) RADEON(0): 0044454c4c20453230375746500a00c6 [ 20.954] finished output detect: 1 [ 20.954] finished all detect [ 21.009] (II) RADEON(0): EDID for output DVI-1 [ 21.009] (II) RADEON(0): Manufacturer: DEL Model: a018 Serial#: 825771084 [ 21.009] (II) RADEON(0): Year: 2007 Week: 37 [ 21.009] (II) RADEON(0): EDID Version: 1.3 [ 21.009] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V [ 21.009] (II) RADEON(0): Sync: Separate Composite SyncOnGreen [ 21.009] (II) RADEON(0): Max Image Size [cm]: horiz.: 43 vert.: 27 [ 21.009] (II) RADEON(0): Gamma: 2.20 [ 21.009] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 21.009] (II) RADEON(0): Default color space is primary color space [ 21.009] (II) RADEON(0): First detailed timing is preferred mode [ 21.009] (II) RADEON(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600 [ 21.009] (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329 [ 21.009] (II) RADEON(0): Supported established timings: [ 21.009] (II) RADEON(0): 720x400@70Hz [ 21.009] (II) RADEON(0): 640x480@60Hz [ 21.009] (II) RADEON(0): 640x480@75Hz [ 21.009] (II) RADEON(0): 800x600@60Hz [ 21.009] (II) RADEON(0): 800x600@75Hz [ 21.009] (II) RADEON(0): 1024x768@60Hz [ 21.009] (II) RADEON(0): 1024x768@75Hz [ 21.009] (II) RADEON(0): 1280x1024@75Hz [ 21.009] (II) RADEON(0): Manufacturer's mask: 0 [ 21.009] (II) RADEON(0): Supported standard timings: [ 21.009] (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 21.009] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 21.009] (II) RADEON(0): Supported detailed timing: [ 21.009] (II) RADEON(0): clock: 146.2 MHz Image Size: 434 x 270 mm [ 21.009] (II) RADEON(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0 [ 21.009] (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0 [ 21.009] (II) RADEON(0): Serial No: HM06479E18DL [ 21.009] (II) RADEON(0): Monitor name: DELL 2007WFP [ 21.009] (II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz [ 21.009] (II) RADEON(0): EDID (in hex): [ 21.009] (II) RADEON(0): 00ffffffffffff0010ac18a04c443831 [ 21.009] (II) RADEON(0): 251101030e2b1b78eeee91a3544c9926 [ 21.009] (II) RADEON(0): 0f5054a54b008180714f010101010101 [ 21.009] (II) RADEON(0): 01010101010121399030621a274068b0 [ 21.009] (II) RADEON(0): 3600b20e1100001c000000ff00484d30 [ 21.009] (II) RADEON(0): 36343739453138444c0a000000fc0044 [ 21.009] (II) RADEON(0): 454c4c20323030375746500a000000fd [ 21.009] (II) RADEON(0): 00384c1e530f000a20202020202000ce [ 21.009] (II) RADEON(0): EDID vendor "DEL", prod id 40984 [ 21.010] (II) RADEON(0): Using hsync ranges from config file [ 21.010] (II) RADEON(0): Using vrefresh ranges from config file [ 21.010] (II) RADEON(0): Printing DDC gathered Modelines: [ 21.010] (II) RADEON(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) [ 21.010] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 21.010] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 21.010] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 21.010] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) [ 21.010] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 21.010] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) [ 21.010] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 21.010] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 21.010] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 21.010] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) [ 21.010] (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 1 [ 21.010] (II) RADEON(0): EDID data from the display on output: DVI-1 ---------------------- [ 21.010] (II) RADEON(0): Manufacturer: DEL Model: a018 Serial#: 825771084 [ 21.010] (II) RADEON(0): Year: 2007 Week: 37 [ 21.010] (II) RADEON(0): EDID Version: 1.3 [ 21.010] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V [ 21.010] (II) RADEON(0): Sync: Separate Composite SyncOnGreen [ 21.010] (II) RADEON(0): Max Image Size [cm]: horiz.: 43 vert.: 27 [ 21.010] (II) RADEON(0): Gamma: 2.20 [ 21.010] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 21.010] (II) RADEON(0): Default color space is primary color space [ 21.010] (II) RADEON(0): First detailed timing is preferred mode [ 21.010] (II) RADEON(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600 [ 21.010] (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329 [ 21.010] (II) RADEON(0): Supported established timings: [ 21.010] (II) RADEON(0): 720x400@70Hz [ 21.010] (II) RADEON(0): 640x480@60Hz [ 21.010] (II) RADEON(0): 640x480@75Hz [ 21.010] (II) RADEON(0): 800x600@60Hz [ 21.010] (II) RADEON(0): 800x600@75Hz [ 21.010] (II) RADEON(0): 1024x768@60Hz [ 21.010] (II) RADEON(0): 1024x768@75Hz [ 21.010] (II) RADEON(0): 1280x1024@75Hz [ 21.010] (II) RADEON(0): Manufacturer's mask: 0 [ 21.010] (II) RADEON(0): Supported standard timings: [ 21.010] (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 21.010] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 21.010] (II) RADEON(0): Supported detailed timing: [ 21.010] (II) RADEON(0): clock: 146.2 MHz Image Size: 434 x 270 mm [ 21.010] (II) RADEON(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0 [ 21.010] (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0 [ 21.010] (II) RADEON(0): Serial No: HM06479E18DL [ 21.010] (II) RADEON(0): Monitor name: DELL 2007WFP [ 21.010] (II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz [ 21.010] (II) RADEON(0): EDID (in hex): [ 21.010] (II) RADEON(0): 00ffffffffffff0010ac18a04c443831 [ 21.010] (II) RADEON(0): 251101030e2b1b78eeee91a3544c9926 [ 21.010] (II) RADEON(0): 0f5054a54b008180714f010101010101 [ 21.010] (II) RADEON(0): 01010101010121399030621a274068b0 [ 21.010] (II) RADEON(0): 3600b20e1100001c000000ff00484d30 [ 21.010] (II) RADEON(0): 36343739453138444c0a000000fc0044 [ 21.010] (II) RADEON(0): 454c4c20323030375746500a000000fd [ 21.010] (II) RADEON(0): 00384c1e530f000a20202020202000ce [ 21.010] (II) RADEON(0): EDID vendor "DEL", prod id 40984 [ 21.010] (II) RADEON(0): Printing probed modes for output DVI-1 [ 21.010] (II) RADEON(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) [ 21.010] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 21.010] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 21.010] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) [ 21.010] (II) RADEON(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) [ 21.010] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 21.010] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 21.010] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 21.010] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 21.010] (II) RADEON(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 21.010] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) [ 21.065] (II) RADEON(0): EDID for output DVI-0 [ 21.065] (II) RADEON(0): Manufacturer: DEL Model: d010 Serial#: 858931532 [ 21.065] (II) RADEON(0): Year: 2008 Week: 17 [ 21.065] (II) RADEON(0): EDID Version: 1.3 [ 21.065] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V [ 21.065] (II) RADEON(0): Sync: Separate [ 21.065] (II) RADEON(0): Max Image Size [cm]: horiz.: 43 vert.: 27 [ 21.065] (II) RADEON(0): Gamma: 2.20 [ 21.065] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 21.065] (II) RADEON(0): Default color space is primary color space [ 21.065] (II) RADEON(0): First detailed timing is preferred mode [ 21.065] (II) RADEON(0): redX: 0.635 redY: 0.328 greenX: 0.292 greenY: 0.610 [ 21.065] (II) RADEON(0): blueX: 0.146 blueY: 0.069 whiteX: 0.312 whiteY: 0.328 [ 21.065] (II) RADEON(0): Supported established timings: [ 21.065] (II) RADEON(0): 720x400@70Hz [ 21.065] (II) RADEON(0): 640x480@60Hz [ 21.065] (II) RADEON(0): 640x480@75Hz [ 21.065] (II) RADEON(0): 800x600@60Hz [ 21.065] (II) RADEON(0): 800x600@75Hz [ 21.065] (II) RADEON(0): 1024x768@60Hz [ 21.065] (II) RADEON(0): 1024x768@75Hz [ 21.065] (II) RADEON(0): 1280x1024@75Hz [ 21.065] (II) RADEON(0): Manufacturer's mask: 0 [ 21.065] (II) RADEON(0): Supported standard timings: [ 21.065] (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 21.065] (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 21.065] (II) RADEON(0): #2: hsize: 1680 vsize 1050 refresh: 60 vid: 179 [ 21.065] (II) RADEON(0): Supported detailed timing: [ 21.065] (II) RADEON(0): clock: 146.2 MHz Image Size: 430 x 270 mm [ 21.065] (II) RADEON(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0 [ 21.065] (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0 [ 21.065] (II) RADEON(0): Serial No: TW95784O32AL [ 21.065] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz [ 21.065] (II) RADEON(0): Monitor name: DELL E207WFP [ 21.065] (II) RADEON(0): EDID (in hex): [ 21.065] (II) RADEON(0): 00ffffffffffff0010ac10d04c413233 [ 21.065] (II) RADEON(0): 11120103682b1b78ee8db0a2544a9c25 [ 21.065] (II) RADEON(0): 115054a54b00714f8180b30001010101 [ 21.065] (II) RADEON(0): 01010101010121399030621a274068b0 [ 21.065] (II) RADEON(0): 3600ae0e1100001c000000ff00545739 [ 21.065] (II) RADEON(0): 353738344f3332414c0a000000fd0038 [ 21.065] (II) RADEON(0): 4b1e530f000a202020202020000000fc [ 21.065] (II) RADEON(0): 0044454c4c20453230375746500a00c6 [ 21.065] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1 [ 21.065] (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- [ 21.065] (II) RADEON(0): Manufacturer: DEL Model: d010 Serial#: 858931532 [ 21.065] (II) RADEON(0): Year: 2008 Week: 17 [ 21.065] (II) RADEON(0): EDID Version: 1.3 [ 21.065] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V [ 21.065] (II) RADEON(0): Sync: Separate [ 21.065] (II) RADEON(0): Max Image Size [cm]& | By the way, would it be possible to update the X server configuration how-to on the gentoo documentation pages to reflect the change from HAL to UDEV? |
Hi, I'd like to use a different locale from the system one as a user. System locale is set as wished and works. User locale for console/konsole set via ~/.bashrc and works. KDE-programs use 'locale' settings of the KDE system settings; that works. However: non-KDE programs such as firefox and thunderbird use system locale when not started from konsole. So, how can I set the locale for all X applications? Erik | Both firefox and thunderbird are special cases - they have their own ways of overriding system settings. |
Hey folks, i try to get a german layout for my keyboard for gdm. I still get failure for my efforts. Only the default settings will be used, but no german layout. I use hal. There are no commands in xorg.conf about my keyboard. I print a listing about lshal and there I see, that the keyboard will be correctly recognized or isn't it? Code: udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port_logicaldev_input' 489 info.addons.singleton = {'hald-addon-input'} (string list) 490 info.capabilities = {'input', 'input.keyboard', 'input.keypad', 'input.keys', 'button'} (string li st) 491 info.category = 'input' (string) 492 info.parent = '/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port' (string) 493 info.product = 'AT Translated Set 2 keyboard' (string) 494 info.subsystem = 'input' (string) 495 info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port_logicaldev_input' (string) 496 input.device = '/dev/input/event2' (string) 497 input.originating_device = '/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port' (string) 498 input.product = 'AT Translated Set 2 keyboard' (string) 499 input.x11_driver = 'evdev' (string) 500 input.xkb.layout = 'de' (string) 501 input.xkb.model = 'evdev' (string) 502 input.xkb.options = {'compose:menu'} (string list) 503 input.xkb.rules = 'base' (string) 504 input.xkb.variant = 'de_nodeadkeys' (string) 505 linux.device_file = '/dev/input/event2' (string) 506 linux.hotplug_type = 2 (0x2) (int) 507 linux.subsystem = 'input' (string) 508 linux.sysfs_path = '/sys/devices/platform/i8042/serio0/input/input2/event2' (string) The kernel_config about NativeLanguageSupport shows: Code: 1 CONFIG_NLS=y 2 CONFIG_NLS_DEFAULT="UTF-8" 3 CONFIG_NLS_CODEPAGE_437=y 4 CONFIG_NLS_CODEPAGE_850=y 5 CONFIG_NLS_ASCII=y 6 CONFIG_NLS_ISO8859_1=y 7 CONFIG_NLS_ISO8859_15=y 8 CONFIG_NLS_UTF8=y I use xfce4. At all other places the german layout will be use! Thanks for help! pin | Did you just upgrade xorg from 1.7.x to 1.9.x? In that case, the discussion here https://forums.gentoo.org/viewtopic-t-858011.html and included pointers might help. |
Hi. My mouse and keybord were working without problem, and mysteriously one day (yesterday) they are stopped to work. I don't know which could be the problem, but now when appears kdm, i can't do anything, only get a forced-shotdown from the power-button of the case. Could you have any idea to solve? Thanks a lot! | I guess you just upgraded x11-base/xorg-server to 1.9.2 ? Try re-emerging input drivers, # emerge portage-utils # emerge -av1 `qlist -CI xf86-input` Then see, http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.9-upgrade-guide.xml 3. Migrating from xorg-server 1.7 or 1.8 with HAL To, http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.8-upgrade-guide.xml |
Hello there. Two days ago I decided to install Gentoo linux OS and KDE. I've already installed Gentoo linux on my server a couple of times but I haven't installed any graphic environments because there was no need to do so. So, I installed Gentoo from systemrescue cd without any problems and everything seemed to be working just fine until I started recompiling my kernel because of the framebuffer support. I followed this guide ( http://en.gentoo-wiki.com/wiki/Framebuffer ) regarding framebuffer and this guide ( http://www.gentoo.org/doc/en/xorg-config.xml ) but when I rebooted, everything that was left was a black console screen and there was nothing I could do about it. During the installation of Gentoo, I followed the handbook and I pretty much understood everything but other manuals regarding KDE, X and NViDIA are very confusing for me. I dont know what to install first. Should I first install nvidia drivers and then Xorg or should I let X server to install my nvidia drivers ? I'm really confused right now with all this and I would really need someone to write sections of the manuals which I have to follow and in the correct order otherwise I will end up with black console screen like last time Thank you in advance | run Code: X -retro If you get a black and white stipple screen X is running; the black screen a result of not having emerged kde. Is X running? |
I just did an upgrade to the new xorg-server 1.9.2. I converted from using the hal interface to using udev. After playing around with it for a bit, I was able to get ctrl:swapcaps working again. No I'm having problem with my some keys. In some applications, the home/end/page up/page down and arrow keys are not working. They giving inputs, but the the correct ones. For example, when I set a new keyboard shortcut in KDE, the Page Up key gives the input "/, PgUp", Home gives the input "Pause, Home". I'm seeing the same thing when using xemacs. I've done some searching, but so far I'm stumped. It seems like my keyboard layout is in correct. Its set to "us" though, which is what it's always been. Does anyone have any ideas on how to fix this? Or even what to look at to track it down? Thanks for any help. | For recent X, you must make sure that xkbrules is set to evdev, or you might experience such issues. Code: $ setxkbmap -rules evdev |
I recently upgraded to xorg-server-1.9.2 and, in the process, lost the ability to paste selected text with my right mouse button. I'm using the default 10-evdev.conf for my mouse, but have found very little documentation about it in my google searches. For info, I'm running the following software: xorg-1.9.2 (using evdev only) and kde-4.4.5. I would like to stay with an evdev/udev device config since that seems to be where the future is headed on Linux. Anybody have any hints or tips about enabling paste with the RMB on this configuration? BTW, my mouse is an Logitech MX-1000, but I'm not sure that will make any difference in the configuration. | what desktop? |
Hello there I've just updated my xorg-x11 to the latest version (7.4-r1, wich includes xorg-server 1.9.2) Everything was working great until I made the upgrade (more than a year, upgrading from 1.7.x), but after update X won't start. Here's my /var/log in case you can take a look and give me some ideas, because I've updated ANY dri or x11 package I've found, and I know my nvidia driver (binary 260.19.29) works with this xorg server: Code: Removed to make thread more readable. Logs are updated below after evdev usage. I've also updated to the latest openbox (my window manager), and I have re-emerged drivers, recompiled kernel, re-installed modules... Don't know what else to try. regards | VanFanel, The nvidia binary blob driver does not use dri nr dri2. The errors are normal and cosmetic only. |
I have a strange issue, I turn the computer on, wait till it boots and when it gets to the starting xdm (kdm actually) I get a black screen when the cursor blinking in the upper left part of the screen, if I drop to shell and restart xdm, the gui boots without an problem. here are some info: Code: Portage 2.1.9.11 (default/linux/amd64/10.0/desktop, gcc-4.4.4, glibc-2.12.1-r1, 2.6.35-gentoo-r8 x86_64) ================================================================= System Settings ================================================================= System uname: Linux-2.6.35-gentoo-r8-x86_64-Intel-R-_Core-TM-2_Duo_CPU_E8400_@_3.00GHz-with-gentoo-1.12.13 Timestamp of tree: Mon, 27 Sep 2010 17:30:22 +0000 app-shells/bash: 4.0_p37 dev-java/java-config: 2.1.11 dev-lang/python: 2.6.5-r3, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 2.3-r1 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.4.4-r2 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 virtual/os-headers: 2.6.35 (sys-kernel/linux-headers) ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA dlj-1.1 skype-eula Broadcom PUEL googleearth LOKI-EULA AdobeFlash-10.1 RTCW-ETEULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=core2 -O2 -pipe -msse4.1" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/lib64/fax /usr/share/X11/xkb /usr/share/config /var/lib/hsqldb /var/spool/fax/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-march=core2 -O2 -pipe -msse4.1" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs buildpkg collision-protect distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://mirror.isoc.org.il/gentoo/ http://gentoo.llarian.net/ ftp://gentoo.llarian.net/pub/gentoo http://pandemonium.tiscali.de/pub/gentoo/ ftp://pandemonium.tiscali.de/pub/gentoo/ http://linuv.uv.es/mirror/gentoo/ http://gentoo.blueyonder.co.uk ftp://mirrors.blueyonder.co.uk/mirrors/gentoo " LANG="en_US.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="en he es" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_EXTRA_OPTS="--timeout=180" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi aio alsa amd64 amr audiofile berkdb bidi bluetooth branding bzip2 cairo cdparanoia cdr cjk cli consolekit cracklib crypt css cups curl cxx dbus dga dri dts dv dvb dvd dvdr dvdread edb emboss encode exif faad fam ffmpeg ffmpeg-mt firefox flac fortran ftp gallium gdbm gif gphoto2 gpm gtk hal iconv icq id3tag ieee1394 imagemagick irda ivtv java javascript joystick jpeg jpeg2k kde lame lcms ldap lirc lua lzma mad matroska mikmod mmx mng modules mono mp3 mp4 mpeg mtp mudflap multilib nas ncurses nls nptl nptlonly nsplugin ogg openexr opengl openmp oss pam pango pcre pdf perl php png policykit ppds pppd python qt3support qt4 quicktime readline reflection samba sdl session smp sndfile spell srt sse sse2 sse3 ssl ssse3 startup-notification svg sysfs tcpd theora threads tiff truetype unicode usb v4l v4l2 vaapi vcd vorbis vpx wavpack wifi wma x264 xcb xine xml xorg xosd xrandr xulrunner xv xvid xvmc zlib" ALSA_CARDS="hda-intel usb-audio" ALSA_PCM_PLUGINS="multi asym rate dmix dshare dsnoop softvol plug extplug ioplug hooks empty route file" 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 cgi cgid 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" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="mouse keyboard evdev joystick synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en he es" LIRC_DEVICES="serial sir dev atiusb" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="vesa v4l radeon r600 vmware" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS ================================================================= Package Settings ================================================================= x11-base/xorg-server-1.8.2 was built with the following: USE="hal kdrive (multilib) nptl xorg -dmx -doc -ipv6 -minimal -static-libs -tslib -udev" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,lazy" dagg@Starfleet ~ $ emerge -ptv x11-drivers/radeon-ucode-20100408 x11-drivers/xf86-input-evdev-2.5.0 x11-drivers/xf86-input-joystick-1.5.0 x11-drivers/xf86-input-keyboard-1.4.0 x11-drivers/xf86-input-mouse-1.6.0 x11-drivers/xf86-input-synaptics-1.3.0 x11-drivers/xf86-video-v4l-0.2.0 x11-drivers/xf86-video-ati-9999 x11-drivers/xf86-video-vesa-2.3.0 x11-drivers/xf86-video-vmware-11.0.2 mesa !!! 'x11-drivers/radeon-ucode-20100408' is not a valid package atom. !!! Please check ebuild(5) for full details. dagg@Starfleet ~ $ emerge -ptv =x11-drivers/radeon-ucode-20100408 =x11-drivers/xf86-input-evdev-2.5.0 =x11-drivers/xf86-input-joystick-1.5.0 =x11-drivers/xf86-input-keyboard-1.4.0 =x11-drivers/xf86-input-mouse-1.6.0 =x11-drivers/xf86-input-synaptics-1.3.0 =x11-drivers/xf86-video-v4l-0.2.0 =x11-drivers/xf86-video-ati-9999 =x11-drivers/xf86-video-vesa-2.3.0 =x11-drivers/xf86-video-vmware-11.0.2 mesa These are the packages that would be merged, in reverse order: Calculating dependencies... done! [ebuild R ] media-libs/mesa-9999 USE="classic gallium llvm nptl xcb -debug -gles -motif -pic (-selinux)" VIDEO_CARDS="r600 radeon vmware -i810 -i915 -i965 -intel -mach64 -mga -none -nouveau -r100 -r128 -r200 -r300 -radeonhd -savage -sis -tdfx -via" 0 kB [1] [ebuild R ] x11-drivers/xf86-video-vmware-11.0.2 0 kB [0] [ebuild R ] x11-drivers/xf86-video-vesa-2.3.0 USE="-debug" 0 kB [0] [ebuild R ] x11-drivers/xf86-video-ati-9999 USE="dri -debug" 0 kB [1] [ebuild R ] x11-drivers/xf86-video-v4l-0.2.0 USE="-debug" 0 kB [0] [ebuild R ] x11-drivers/xf86-input-synaptics-1.3.0 0 kB [0] [ebuild R ] x11-drivers/xf86-input-mouse-1.6.0 0 kB [0] [ebuild R ] x11-drivers/xf86-input-keyboard-1.4.0 USE="-debug" 0 kB [0] [ebuild R ] x11-drivers/xf86-input-joystick-1.5.0 USE="-debug" 0 kB [0] [ebuild R ] x11-drivers/xf86-input-evdev-2.5.0 0 kB [0] [ebuild R ] x11-drivers/radeon-ucode-20100408 0 kB [0] Total: 11 packages (11 reinstalls), Size of downloads: 0 kB Portage tree and overlays: [0] /usr/portage [1] /usr/local/portage dagg@Starfleet ~ $ and xorg.conf/.log Code: gg@Starfleet ~ $ cat /etc/X11/xorg.conf Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 EndSection Section "Files" ModulePath "/usr/lib64/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "extmod" Load "record" Load "dri2" Load "dbe" Load "dri" EndSection Section "Monitor" Identifier "Monitor0" VendorName "LG" ModelName "FLATRON L1960TR" 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 "Dac6Bit" # [<bool>] #Option "Dac8Bit" # [<bool>] #Option "BusType" # [<str>] #Option "CPPIOMode" # [<bool>] #Option "CPusecTimeout" # <i> #Option "AGPMode" # <i> #Option "AGPFastWrite" # [<bool>] #Option "AGPSize" # <i> #Option "GARTSize" # <i> #Option "RingSize" # <i> #Option "BufferSize" # <i> #Option "EnableDepthMoves" # [<bool>] #Option "EnablePageFlip" # [<bool>] #Option "NoBackBuffer" # [<bool>] #Option "DMAForXv" # [<bool>] #Option "FBTexPercent" # <i> #Option "DepthBits" # <i> #Option "PCIAPERSize" # <i> #Option "AccelDFS" # [<bool>] #Option "IgnoreEDID" # [<bool>] #Option "CustomEDID" # [<str>] #Option "DisplayPriority" # [<str>] #Option "PanelSize" # [<str>] #Option "ForceMinDotClock" # <freq> #Option "ColorTiling" # [<bool>] #Option "VideoKey" # <i> #Option "RageTheatreCrystal" # <i> #Option "RageTheatreTunerPort" # <i> #Option "RageTheatreCompositePort" # <i> #Option "RageTheatreSVideoPort" # <i> #Option "TunerType" # <i> #Option "RageTheatreMicrocPath" # <str> #Option "RageTheatreMicrocType" # <str> #Option "ScalerWidth" # <i> #Option "RenderAccel" # [<bool>] #Option "SubPixelOrder" # [<str>] #Option "ShowCache" # [<bool>] #Option "ClockGating" # [<bool>] #Option "VGAAccess" # [<bool>] #Option "ReverseDDC" # [<bool>] #Option "LVDSProbePLL" # [<bool>] #Option "AccelMethod" # <str> #Option "DRI" # [<bool>] #Option "ConnectorTable" # <str> #Option "DefaultConnectorTable" # [<bool>] #Option "DefaultTMDSPLL" # [<bool>] #Option "TVDACLoadDetect" # [<bool>] #Option "ForceTVOut" # [<bool>] #Option "TVStandard" # <str> #Option "IgnoreLidStatus" # [<bool>] #Option "DefaultTVDACAdj" # [<bool>] #Option "Int10" # [<bool>] #Option "EXAVSync" # [<bool>] #Option "ATOMTVOut" # [<bool>] #Option "R4xxATOM" # [<bool>] #Option "ForceLowPowerMode" # [<bool>] #Option "DynamicPM" # [<bool>] #Option "NewPLL" # [<bool>] #Option "ZaphodHeads" # <str> Identifier "Card0" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "Mobility Radeon HD 3600 Series" BusID "PCI:1:0:0" Option "AccelMethod" "EAX" Option "XAANoOffscreenPixmaps" "true" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 Modes "1920x1080" "1600x1200" "1400x1050" "1280x1024" "1152x864" "1024x768" "1280x768" "1280x720" "1440x1080" EndSubSection SubSection "Display" Viewport 0 0 Depth 4 Modes "1920x1080" "1600x1200" "1400x1050" "1280x1024" "1152x864" "1024x768" "1280x768" "1280x720" "1440x1080" EndSubSection SubSection "Display" Viewport 0 0 Depth 8 Modes "1920x1080" "1600x1200" "1400x1050" "1280x1024" "1152x864" "1024x768" "1280x768" "1280x720" "1440x1080" EndSubSection SubSection "Display" Viewport 0 0 Depth 15 Modes "1920x1080" "1600x1200" "1400x1050" "1280x1024" "1152x864" "1024x768" "1280x768" "1280x720" "1440x1080" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1920x1080" "1600x1200" "1400x1050" "1280x1024" "1152x864" "1024x768" "1280x768" "1280x720" "1440x1080" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1920x1080" "1600x1200" "1400x1050" "1280x1024" "1152x864" "1024x768" "1280x768" "1280x720" "1440x1080" EndSubSection EndSection Section "dri" Mode 0666 EndSection Section "Extensions" Option "Composite" "On" EndSection Section "ServerFlags" Option "AIGLX" "On" EndSection Code: [ 27.374] X.Org X Server 1.8.2 Release Date: 2010-07-01 [ 27.374] X Protocol Version 11, Revision 0 [ 27.374] Build Operating System: Linux 2.6.35-gentoo-r5 x86_64 Gentoo [ 27.374] Current Operating System: Linux Starfleet 2.6.35-gentoo-r8 #1 SMP PREEMPT Tue Sep 21 22:25:49 IST 2010 x86_64 [ 27.374] Kernel command line: Root=/dev/sdb1 [ 27.374] Build Date: 16 September 2010 10:08:49PM [ 27.374] [ 27.374] Current version of pixman: 0.18.4 [ 27.375] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 27.375] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 27.375] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 26 19:13:25 2010 [ 27.418] (==) Using config file: "/etc/X11/xorg.conf" [ 27.418] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 27.425] (==) ServerLayout "X.org Configured" [ 27.425] (**) |-->Screen "Screen0" (0) [ 27.425] (**) | |-->Monitor "Monitor0" [ 27.425] (**) | |-->Device "Card0" [ 27.425] (**) Option "AIGLX" "On" [ 27.425] (==) Automatically adding devices [ 27.425] (==) Automatically enabling devices [ 27.567] (**) 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/ [ 27.567] (**) ModulePath set to "/usr/lib64/xorg/modules" [ 27.567] (**) Extension "Composite" is enabled [ 27.567] (II) The server relies on HAL to provide the list of input devices. If no devices become available, reconfigure HAL or disable AutoAddDevices. [ 27.567] (II) Loader magic: 0x7c6280 [ 27.567] (II) Module ABI versions: [ 27.567] X.Org ANSI C Emulation: 0.4 [ 27.567] X.Org Video Driver: 7.0 [ 27.567] X.Org XInput driver : 9.0 [ 27.567] X.Org Server Extension : 3.0 [ 27.592] (--) PCI:*(0:1:0:0) 1002:9598:174b:e540 ATI Technologies Inc Mobility Radeon HD 3600 Series rev 0, Mem @ 0xd0000000/268435456, 0xe5000000/65536, I/O @ 0x0000a000/256, BIOS @ 0x????????/131072 [ 27.592] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. [ 27.592] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. [ 27.592] (II) "glx" will be loaded. This was enabled by default and also specified in the config file. [ 27.592] (II) "record" will be loaded. This was enabled by default and also specified in the config file. [ 27.592] (II) "dri" will be loaded. This was enabled by default and also specified in the config file. [ 27.592] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file. [ 27.592] (II) LoadModule: "glx" [ 27.996] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 28.129] (II) Module glx: vendor="X.Org Foundation" [ 28.129] compiled for 1.8.2, module version = 1.0.0 [ 28.129] ABI class: X.Org Server Extension, version 3.0 [ 28.129] (**) AIGLX enabled [ 28.129] (II) Loading extension GLX [ 28.136] (II) LoadModule: "extmod" [ 28.136] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so [ 28.166] (II) Module extmod: vendor="X.Org Foundation" [ 28.166] compiled for 1.8.2, module version = 1.0.0 [ 28.166] Module class: X.Org Server Extension [ 28.166] ABI class: X.Org Server Extension, version 3.0 [ 28.166] (II) Loading extension MIT-SCREEN-SAVER [ 28.166] (II) Loading extension XFree86-VidModeExtension [ 28.166] (II) Loading extension XFree86-DGA [ 28.166] (II) Loading extension DPMS [ 28.166] (II) Loading extension XVideo [ 28.166] (II) Loading extension XVideo-MotionCompensation [ 28.166] (II) Loading extension X-Resource [ 28.166] (II) LoadModule: "record" [ 28.167] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so [ 28.176] (II) Module record: vendor="X.Org Foundation" [ 28.176] compiled for 1.8.2, module version = 1.13.0 [ 28.176] Module class: X.Org Server Extension [ 28.176] ABI class: X.Org Server Extension, version 3.0 [ 28.176] (II) Loading extension RECORD [ 28.176] (II) LoadModule: "dri2" [ 28.176] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so [ 28.241] (II) Module dri2: vendor="X.Org Foundation" [ 28.241] compiled for 1.8.2, module version = 1.2.0 [ 28.241] ABI class: X.Org Server Extension, version 3.0 [ 28.241] (II) Loading extension DRI2 [ 28.241] (II) LoadModule: "dbe" [ 28.242] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so [ 28.268] (II) Module dbe: vendor="X.Org Foundation" [ 28.268] compiled for 1.8.2, module version = 1.0.0 [ 28.268] Module class: X.Org Server Extension [ 28.268] ABI class: X.Org Server Extension, version 3.0 [ 28.268] (II) Loading extension DOUBLE-BUFFER [ 28.268] (II) LoadModule: "dri" [ 28.268] (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so [ 28.268] (II) Module dri: vendor="X.Org Foundation" [ 28.268] compiled for 1.8.2, module version = 1.0.0 [ 28.268] ABI class: X.Org Server Extension, version 3.0 [ 28.268] (II) Loading extension XFree86-DRI [ 28.268] (II) LoadModule: "radeon" [ 28.268] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so [ 28.350] (II) Module radeon: vendor="X.Org Foundation" [ 28.350] compiled for 1.8.2, module version = 6.13.99 [ 28.350] Module class: X.Org Video Driver [ 28.350] ABI class: X.Org Video Driver, version 7.0 [ 28.351] (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI), ATI Radeon Mobility X300 (M24) 3152 (PCIE), ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI), ATI Radeon X600 (RV380) 3E50 (PCIE), ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650, ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP), ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337, ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP), ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP), ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP), ATI Radeon Mobility 9800 (M18) JN (AGP), ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP), ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP), ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP), ATI Radeon Mobility M7 LW (AGP), ATI Mobility FireGL 7800 M7 LX (AGP), ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP), ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI), ATI Radeon Mobility X300 (M22) 5460 (PCIE), ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE), ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE), ATI Radeon X800PRO (R423) UI (PCIE), ATI Radeon X800LE (R423) UJ (PCIE), ATI Radeon X800SE (R423) UK (PCIE), ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE), ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE), ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE), ATI FireGL unknown (R423) UR (PCIE), ATI FireGL unknown (R423) UT (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility Radeon X700 XL (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon XPRESS 200 5954 (PCIE), ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI), ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE), ATI Radeon XPRESS 200M 5975 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE), ATI Radeon XPRESS 200M 5A42 (PCIE), ATI Radeon XPRESS 200 5A61 (PCIE), ATI Radeon XPRESS 200M 5A62 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE), ATI Radeon X600 (RV370) 5B62 (PCIE), ATI Radeon X550 (RV370) 5B63 (PCIE), ATI FireGL V3100 (RV370) 5B64 (PCIE), ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Mobility Radeon X800 XT (M28) (PCIE), ATI Mobility FireGL V5100 (M28) (PCIE), ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE), ATI Radeon X850 XT PE (R480) (PCIE), ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE), ATI unknown Radeon / FireGL (R480) 5D50 (PCIE), ATI Radeon X850 XT (R480) (PCIE), ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 PRO (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800, ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800, ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, ATI Mobility Radeon X1400, ATI Radeon X1300/X1550, ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300, ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350, ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550, ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450, ATI Radeon X1300/X1550, ATI Mobility Radeon X2300, ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, ATI Mobility Radeon X1350, ATI Mobility Radeon X1450, ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350, ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600, ATI Mobility FireGL V5200, ATI Mobility Radeon X1600, ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400, ATI Mobility FireGL V5250, ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT, ATI FireGL V5200, ATI Mobility Radeon X1700, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950, ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560, ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400, ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560, ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740, ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2, ATI Radeon 4800 Series, ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670, ATI FirePro M5750, ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670], ATI RADEON E4600, ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830, ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740, ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770, ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, ATI Mobility Radeon HD 3850, ATI Radeon HD3850, ATI Mobility Radeon HD 3850 X2, ATI RV670, ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630, ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470, ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700, ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4290, CYPRESS, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370, AMD Firestream 9350, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series, ATI Mobility Radeon HD 5800 Series, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR, ATI Radeon HD 5450, CEDAR [ 28.354] (++) using VT number 7 [ 28.357] (II) Primary Device is: PCI 01@00:00:0 [ 28.357] (II) [KMS] Kernel modesetting enabled. [ 28.357] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32 [ 28.357] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) [ 28.357] (==) RADEON(0): Default visual is TrueColor [ 28.357] (**) RADEON(0): Option "AccelMethod" "EAX" [ 28.357] (==) RADEON(0): RGB weight 888 [ 28.357] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) [ 28.357] (--) RADEON(0): Chipset: "ATI Radeon HD 3600 XT" (ChipID = 0x9598) [ 28.357] (II) RADEON(0): PCIE card detected [ 28.357] drmOpenDevice: node name is /dev/dri/card0 [ 28.357] drmOpenDevice: open result is 8, (OK) [ 28.357] drmOpenByBusid: Searching for BusID pci:0000:01:00.0 [ 28.357] drmOpenDevice: node name is /dev/dri/card0 [ 28.357] drmOpenDevice: open result is 8, (OK) [ 28.357] drmOpenByBusid: drmOpenMinor returns 8 [ 28.357] drmOpenByBusid: Interface 1.4 failed, trying 1.1 [ 28.357] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 [ 28.357] (II) RADEON(0): R6xx+ KMS Color Tiling requires radeon drm 2.6.0 or newer [ 28.357] (II) RADEON(0): KMS Color Tiling: disabled [ 28.371] (II) RADEON(0): Output DVI-0 using monitor section Monitor0 [ 28.426] (II) RADEON(0): Output DVI-1 has no monitor section [ 28.437] (II) RADEON(0): Output DIN has no monitor section [ 28.453] (II) RADEON(0): EDID for output DVI-0 [ 28.518] (II) RADEON(0): EDID for output DVI-1 [ 28.518] (II) RADEON(0): Manufacturer: GSM Model: 4b21 Serial#: 461213 [ 28.518] (II) RADEON(0): Year: 2007 Week: 12 [ 28.518] (II) RADEON(0): EDID Version: 1.3 [ 28.518] (II) RADEON(0): Digital Display Input [ 28.518] (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30 [ 28.518] (II) RADEON(0): Gamma: 2.20 [ 28.518] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off [ 28.518] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 28.518] (II) RADEON(0): First detailed timing is preferred mode [ 28.518] (II) RADEON(0): redX: 0.641 redY: 0.342 greenX: 0.292 greenY: 0.611 [ 28.518] (II) RADEON(0): blueX: 0.147 blueY: 0.068 whiteX: 0.313 whiteY: 0.329 [ 28.518] (II) RADEON(0): Supported established timings: [ 28.518] (II) RADEON(0): 720x400@70Hz [ 28.518] (II) RADEON(0): 640x480@60Hz [ 28.518] (II) RADEON(0): 640x480@75Hz [ 28.518] (II) RADEON(0): 800x600@60Hz [ 28.518] (II) RADEON(0): 800x600@75Hz [ 28.518] (II) RADEON(0): 832x624@75Hz [ 28.518] (II) RADEON(0): 1024x768@60Hz [ 28.518] (II) RADEON(0): 1024x768@75Hz [ 28.518] (II) RADEON(0): 1152x864@75Hz [ 28.518] (II) RADEON(0): Manufacturer's mask: 0 [ 28.518] (II) RADEON(0): Supported standard timings: [ 28.518] (II) RADEON(0): #0: hsize: 640 vsize 480 refresh: 75 vid: 20273 [ 28.518] (II) RADEON(0): #1: hsize: 800 vsize 600 refresh: 75 vid: 20293 [ 28.518] (II) RADEON(0): #2: hsize: 1024 vsize 768 refresh: 75 vid: 20321 [ 28.518] (II) RADEON(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 28.518] (II) RADEON(0): Supported detailed timing: [ 28.518] (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm [ 28.518] (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 [ 28.518] (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 [ 28.518] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 71 kHz, PixClock max 110 MHz [ 28.518] (II) RADEON(0): Monitor name: L1960TR [ 28.518] (II) RADEON(0): Monitor name: [ 28.518] (II) RADEON(0): EDID (in hex): [ 28.518] (II) RADEON(0): 00ffffffffffff001e6d214b9d090700 [ 28.518] (II) RADEON(0): 0c110103ee261e78ea2ee5a4574a9c25 [ 28.518] (II) RADEON(0): 115054a56a80314f454f614f81800101 [ 28.518] (II) RADEON(0): 010101010101302a009851002a403070 [ 28.518] (II) RADEON(0): 1300782d1100001e000000fd00384b1e [ 28.518] (II) RADEON(0): 470b000a202020202020000000fc004c [ 28.518] (II) RADEON(0): 3139363054520a2020202020000000fc [ 28.518] (II) RADEON(0): 000a20202020202020202020202000a7 [ 28.518] (II) RADEON(0): Printing probed modes for output DVI-1 [ 28.518] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 28.518] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) [ 28.518] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) [ 28.518] (II) RADEON(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) [ 28.518] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 28.518] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) [ 28.518] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 28.519] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 28.519] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 28.519] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 28.519] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) [ 28.528] (II) RADEON(0): EDID for output DIN [ 28.528] (II) RADEON(0): Output DVI-0 disconnected [ 28.528] (II) RADEON(0): Output DVI-1 connected [ 28.528] (II) RADEON(0): Output DIN disconnected [ 28.528] (II) RADEON(0): Using exact sizes for initial modes [ 28.528] (II) RADEON(0): Output DVI-1 using initial mode 1280x1024 [ 28.528] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 28.528] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:20000000 visible:1fac0000 [ 28.528] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM [ 28.578] (==) RADEON(0): DPI set to (96, 96) [ 28.578] (II) Loading sub module "fb" [ 28.578] (II) LoadModule: "fb" [ 28.578] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 28.601] (II) Module fb: vendor="X.Org Foundation" [ 28.601] compiled for 1.8.2, module version = 1.0.0 [ 28.601] ABI class: X.Org ANSI C Emulation, version 0.4 [ 28.601] (II) Loading sub module "ramdac" [ 28.601] (II) LoadModule: "ramdac" [ 28.601] (II) Module "ramdac" already built-in [ 28.601] (II) Loading sub module "exa" [ 28.601] (II) LoadModule: "exa" [ 28.601] (II) Loading /usr/lib64/xorg/modules/libexa.so [ 28.610] (II) Module exa: vendor="X.Org Foundation" [ 28.610] compiled for 1.8.2, module version = 2.5.0 [ 28.610] ABI class: X.Org Video Driver, version 7.0 [ 28.610] (--) Depth 24 pixmap format is 32 bpp [ 28.619] (II) RADEON(0): [DRI2] Setup complete [ 28.619] (II) RADEON(0): [DRI2] DRI driver: r600 [ 28.619] (II) RADEON(0): Front buffer size: 5120K [ 28.619] (II) RADEON(0): VRAM usage limit set to 462412K [ 28.619] (==) RADEON(0): Backing store disabled [ 28.619] (II) RADEON(0): Direct rendering enabled [ 28.620] (II) RADEON(0): Setting EXA maxPitchBytes [ 28.620] (II) EXA(0): Driver allocated offscreen pixmaps [ 28.620] (II) EXA(0): Driver registered support for the following operations: [ 28.620] (II) Solid [ 28.620] (II) Copy [ 28.620] (II) Composite (RENDER acceleration) [ 28.620] (II) UploadToScreen [ 28.620] (II) DownloadFromScreen [ 28.620] (II) RADEON(0): Acceleration enabled [ 28.620] (==) RADEON(0): DPMS enabled [ 28.620] (==) RADEON(0): Silken mouse enabled [ 28.621] (II) RADEON(0): Set up textured video [ 28.621] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 28.621] (WW) RADEON(0): Option "XAANoOffscreenPixmaps" is not used [ 28.621] (--) RandR disabled [ 28.621] (II) Initializing built-in extension Generic Event Extension [ 28.621] (II) Initializing built-in extension SHAPE [ 28.621] (II) Initializing built-in extension MIT-SHM [ 28.621] (II) Initializing built-in extension XInputExtension [ 28.621] (II) Initializing built-in extension XTEST [ 28.621] (II) Initializing built-in extension BIG-REQUESTS [ 28.621] (II) Initializing built-in extension SYNC [ 28.621] (II) Initializing built-in extension XKEYBOARD [ 28.621] (II) Initializing built-in extension XC-MISC [ 28.621] (II) Initializing built-in extension XINERAMA [ 28.621] (II) Initializing built-in extension XFIXES [ 28.621] (II) Initializing built-in extension RENDER [ 28.621] (II) Initializing built-in extension RANDR [ 28.621] (II) Initializing built-in extension COMPOSITE [ 28.621] (II) Initializing built-in extension DAMAGE [ 29.516] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 29.516] (II) AIGLX: enabled GLX_INTEL_swap_event [ 29.516] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control [ 29.516] (II) AIGLX: enabled GLX_SGI_make_current_read [ 29.516] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 29.516] (II) AIGLX: Loaded and initialized /usr/lib64/dri/r600_dri.so [ 29.516] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 29.532] (II) RADEON(0): Setting screen physical size to 338 x 270 any hints? | Did you check the CHECKVT in /etc/conf.d/xdm ? If something take the VT7 (default choice) while you're booting VT7 busy = fail I read somewhere in a bug report it was case for bootsplash users. and /var/log/xdm.log when it fail should gave better infos on what is happening than your xorg.log when it works You can also dig a too early xdm start when booting, Sadly except if you put it in boot instead of default, i don't know a way to get its starting pos as rc-status show random order check the /etc/init.d/xdm script head for starting before/after context and some infos about that. |
My HP laptop shows compositing successfully in XFCE4 but I can not even log into KDE-4 unless I add Quote: Option "Composite" "Disable" to xorg.conf. Of course when I add that the compositing fails in XFCE4. GLXGEARS shows 580 frames per second. KDE-4 special effects work splendidly on this Laptop when I use either Knoppix-6.4.3 livecd or kubuntu-10.10. I am using: xorg-server-1.9.2.902, gentoo-sources-2.6.36-r5, /xf86-video-intel-2.13.0. Has anyone had any success at this? In view of the above, I believe that there is a bug in the kde-4.5 packages, but do not really know for certain. Can anyone shed any light on this problem? | I downgraded to media-libs/mesa-7.7.1 and now everything works. |
hi, i read several news that ati catalyst 10.10 is official released from ati one week ago. and there is already a working ebuild in at least one of the portage overlays, so please at it to the official portage tree (marked as testing) so that fglrx users can enjoy the new xorg-server 1.9! thanks PS: is there any reason why it is still not added ? i really need the new xorg server with an appropiate 3d acceleration that only fglrx only provides at the moment. the open source drivers x11-drivers/xf86-video-ati render most of the apps i use with my ati mobility radeon 5850 ( evergreen chipset, ??? r800 ??? ) in perfect quality, but with a very poor (0,5 to 2) framerate! PSS: there should be a portage overlay with ati drivers only and only with them | I don't know why the drivers aren't in yet, but I just thought I'd give you a tip about https://forums.gentoo.org/viewtopic-t-848222-highlight-catalyst.html Perhaps that overlay is good for you, especially now that the real drivers are officially released (they weren't when the thread was started). Edit: Here you have a bug regarding the version bump. Help them out and perhaps speed up the process. :ds |
Problem: Very poor performance in OpenGL. glxgears show 20fps. Other applications show simular bad results. Hardware: ASUS EeePC 701. Chipset: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04) Versions: - kernel: 2.6.35-gentoo-r9 - xorg-server-1.9.0-r2 - xf86-video-intel-2.12.0 OpenGL information (glxinfo): - OpenGL vendor string: Tungsten Graphics, Inc - OpenGL renderer string: Mesa DRI Intel(R) 915GM GEM 20100328 2010Q1 x86/MMX/SSE2 - OpenGL version string: 1.4 Mesa 7.8.2 - direct rendering: Yes What I tried: - Option "Tiling" "on/off": no difference. - Option "AccelMethod" "XAA/EXA/UXA": no difference. - vm.swappiness=10: no difference. - fixmtrr.sh: no difference. Now I'm completely stuck. glxgears is not a benchmark, but should definetely show more fps. Any advices? Update: This is not software rendering. "Top" shows that glxgears is taking only 2% CPU time. | I have similar problem on EeePC 1000H with i945GME onboard. However, while glxgears fps was really hurt (from 60 fps in Vsync mode to ~18 fps) after intel driver v.2.10.0, performance of real applications was not significantly change or was even improved. I had one serious problem with segfaults of many different apps and poor performance of those who have not segfaulted. The reason was in ~/.drirc with custom settings. Revert to defaults helps. Now I can even play openastromenace on this system. My current software versions: mesa-7.9-r1 (with classic architecture, galium is slower and buggy) xorg-server-1.9.2.902 xf86-video-intel-2.13.0 vanilla kernel-2.6.35.10 |
In case this happens to someone else. I had no printer in the dialog except print to file. I currently don't run cups on localhost and apparently this caused the problem for some reason. The solution I found is to edit ~/.gtkrc-2.0 and put this line in it (then logout+login): Code: gtk-print-backends = "file,lpr,cups" The lpr backend is not shown by default, this makes it appear. I still don't have the Postscript/Default printer, but at least I can pipe the print jobs to kprinter. | This solution did not work for me. But this solution did: edit your firefox/firefox script and add a new second line that says: export GTK_PATH=/usr/lib32/gtk-2.0/ restart firefox and you should be able to print.... NOTE bookmark this page because when firefox does an update you will lose the ability to print and need to find this again. |
Hey Gent's, I have recently moved from Arch Linux to gentoo, and on the whole very happy. However I am having issues with enabling 3d acc for my dell xps studio 16. - I have read the forums and followed the radeon wiki, maybe I have missed something. I have recomplied my kernel the hangs when it try to load microcode for RV730, then 1min later xdm pops ups. I do have radeon-ucode installed. There is the dmesg "[ 0.258530] Linux agpgart interface v0.103 [ 0.258565] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds). [ 0.258570] Hangcheck: Using getrawmonotonic(). [ 0.258755] uvesafb: failed to execute /sbin/v86d [ 0.258759] uvesafb: make sure that the v86d helper is installed and executable [ 0.258763] uvesafb: Getting VBE info block failed (eax=0x4f00, err=-2) [ 0.258767] uvesafb: vbe_init() failed with -22 [ 0.258772] uvesafb: probe of uvesafb.0 failed with error -22 [ 0.262304] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010680000, using 11550k, total 16384k [ 0.262309] vesafb: mode is 1400x1050x32, linelength=5632, pages=1 [ 0.262312] vesafb: scrolling: redraw [ 0.262315] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0 [ 0.329084] Console: switching to colour frame buffer device 175x65 [ 0.391321] fb0: VESA VGA frame buffer device [ 0.491920] ACPI: AC Adapter [ADP1] (off-line) [ 0.492298] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 0.492860] ACPI: Power Button [PWRB] [ 0.493153] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1 [ 0.493714] ACPI: Sleep Button [SLPB] [ 0.494006] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2 [ 0.495240] ACPI: Lid Switch [LID0] [ 0.495518] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 [ 0.496021] ACPI: Power Button [PWRF] [ 0.502036] ACPI Warning: _BQC returned an invalid level (20100702/video-634) [ 0.591576] acpi device:02: registered as cooling_device0 [ 0.592036] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input4 [ 0.592708] ACPI: Video Device [M86] (multi-head: yes rom: no post: no) [ 0.593310] ACPI: acpi_idle registered with cpuidle [ 0.594882] Monitor-Mwait will be used to enter C-1 state [ 0.594895] Monitor-Mwait will be used to enter C-2 state [ 0.594907] Monitor-Mwait will be used to enter C-3 state [ 0.594911] Marking TSC unstable due to TSC halts in idle [ 0.595299] Switching to clocksource hpet [ 0.599206] thermal LNXTHERM:01: registered as thermal_zone0 [ 0.599593] ACPI: Thermal Zone [TZ00] (50 C) [ 0.601169] thermal LNXTHERM:02: registered as thermal_zone1 [ 0.601558] ACPI: Thermal Zone [TZ01] (41 C) [ 0.603105] thermal LNXTHERM:03: registered as thermal_zone2 [ 0.603493] ACPI: Thermal Zone [TZ02] (49 C) [ 0.603809] XENFS: not registering filesystem on non-xen platform [ 0.604318] [drm] Initialized drm 1.1.0 20060810 [ 0.604725] [drm] radeon defaulting to kernel modesetting. [ 0.605108] [drm] radeon kernel modesetting enabled. [ 0.605546] radeon 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 0.606065] radeon 0000:01:00.0: setting latency timer to 64 [ 0.608548] [drm] initializing kernel modesetting (RV730 0x1002:0x9488). [ 0.609156] [drm] register mmio base: 0xCFEF0000 [ 0.609467] [drm] register mmio size: 65536 [ 0.610046] ATOM BIOS: Dell_Quanta_PaltrowMLK_M96M2_DDR3 [ 0.610476] radeon 0000:01:00.0: VRAM: 1024M 0x00000000 - 0x3FFFFFFF (1024M used) [ 0.611055] radeon 0000:01:00.0: GTT: 512M 0x40000000 - 0x5FFFFFFF [ 0.612489] [drm] Detected VRAM RAM=1024M, BAR=256M [ 0.612531] [drm] RAM width 128bits DDR [ 0.614570] [TTM] Zone kernel: Available graphics memory: 2007318 kiB. [ 0.616158] [TTM] Initializing pool allocator. [ 0.617764] [drm] radeon: 1024M of VRAM memory ready [ 0.619373] [drm] radeon: 512M of GTT memory ready. [ 0.621018] radeon 0000:01:00.0: irq 40 for MSI/MSI-X [ 0.621024] radeon 0000:01:00.0: radeon: using MSI. [ 0.622627] [drm] radeon: irq initialized. [ 0.624232] [drm] GART: num cpu pages 131072, num gpu pages 131072 [ 0.626466] [drm] Loading RV730 Microcode [ 0.629952] ACPI: Battery Slot [BAT0] (battery present) [ 60.896505] r600_cp: Failed to load firmware "radeon/RV730_pfp.bin" [ 60.898029] [drm:rv770_startup] *ERROR* Failed to load firmware! [ 60.899549] radeon 0000:01:00.0: disabling GPU acceleration [ 60.917107] radeon 0000:01:00.0: ffff88013e8eda00 unpin not necessary [ 60.918633] radeon 0000:01:00.0: ffff88013e8eda00 unpin not necessary [ 60.920145] [drm] Enabling audio support [ 60.922232] [drm] Radeon Display Connectors [ 60.923704] [drm] Connector 0: [ 60.925163] [drm] VGA [ 60.926617] [drm] DDC: 0x7fa0 0x7fa0 0x7fa4 0x7fa4 0x7fa8 0x7fa8 0x7fac 0x7fac [ 60.928092] [drm] Encoders: [ 60.929563] [drm] CRT1: INTERNAL_KLDSCP_DAC1 [ 60.931015] [drm] Connector 1: [ 60.932461] [drm] HDMI-A [ 60.933889] [drm] HPD1 [ 60.935301] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c [ 60.936739] [drm] Encoders: [ 60.938180] [drm] DFP1: INTERNAL_UNIPHY [ 60.939605] [drm] Connector 2: [ 60.941010] [drm] LVDS [ 60.942391] [drm] DDC: 0x7f10 0x7f10 0x7f14 0x7f14 0x7f18 0x7f18 0x7f1c 0x7f1c [ 60.943793] [drm] Encoders: [ 60.945179] [drm] LCD1: INTERNAL_UNIPHY2 [ 60.946551] [drm] Connector 3: [ 60.947907] [drm] DisplayPort [ 60.949246] [drm] HPD2 [ 60.950570] [drm] DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c [ 60.951910] [drm] Encoders: [ 60.953233] [drm] DFP2: INTERNAL_UNIPHY [ 61.035033] [drm] Internal thermal controller with fan control [ 61.036376] [drm] radeon: power management initialized [ 62.031454] [drm] fb mappable at 0xD0040000 [ 62.032736] [drm] vram apper at 0xD0000000 [ 62.034015] [drm] size 8294400 [ 62.035294] [drm] fb depth is 24 [ 62.036553] [drm] pitch is 7680 [ 62.037808] checking generic (d0000000 1000000) vs hw (d0000000 40000000) [ 62.037810] fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver [ 62.039205] fb1: radeondrmfb frame buffer device [ 62.040492] drm: registered panic notifier [ 62.041778] [drm] Initialized radeon 2.6.0 20080528 for 0000:01:00.0 on minor 0 [ 62.043817] loop: module loaded " and here is my .config for my kernel. # # Automatically generated make config: don't edit # Linux kernel version: 2.6.36-gentoo-r1 # Wed Nov 17 19:17:13 2010 # CONFIG_64BIT=y # CONFIG_X86_32 is not set CONFIG_X86_64=y CONFIG_X86=y CONFIG_INSTRUCTION_DECODER=y CONFIG_OUTPUT_FORMAT="elf64-x86-64" CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig" CONFIG_GENERIC_CMOS_UPDATE=y CONFIG_CLOCKSOURCE_WATCHDOG=y CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y CONFIG_LOCKDEP_SUPPORT=y CONFIG_STACKTRACE_SUPPORT=y CONFIG_HAVE_LATENCYTOP_SUPPORT=y CONFIG_MMU=y CONFIG_ZONE_DMA=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_SG_DMA_LENGTH=y CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP=y CONFIG_GENERIC_BUG=y CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y CONFIG_GENERIC_HWEIGHT=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y # CONFIG_RWSEM_GENERIC_SPINLOCK is not set CONFIG_RWSEM_XCHGADD_ALGORITHM=y CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y CONFIG_GENERIC_CALIBRATE_DELAY=y CONFIG_GENERIC_TIME_VSYSCALL=y CONFIG_ARCH_HAS_CPU_RELAX=y CONFIG_ARCH_HAS_DEFAULT_IDLE=y CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y CONFIG_HAVE_SETUP_PER_CPU_AREA=y CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y CONFIG_HAVE_CPUMASK_OF_CPU_MAP=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ZONE_DMA32=y CONFIG_ARCH_POPULATES_NODE_MAP=y CONFIG_AUDIT_ARCH=y CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y CONFIG_HAVE_EARLY_RES=y CONFIG_HAVE_INTEL_TXT=y CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y CONFIG_GENERIC_IRQ_PROBE=y CONFIG_GENERIC_PENDING_IRQ=y CONFIG_USE_GENERIC_SMP_HELPERS=y CONFIG_X86_64_SMP=y CONFIG_X86_HT=y CONFIG_X86_TRAMPOLINE=y CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcall-saved-r9 -fcall-saved-r10 -fcall-saved-r11" # CONFIG_KTIME_SCALAR is not set CONFIG_ARCH_CPU_PROBE_RELEASE=y CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" CONFIG_CONSTRUCTORS=y # # General setup # CONFIG_EXPERIMENTAL=y CONFIG_LOCK_KERNEL=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_CROSS_COMPILE="" CONFIG_LOCALVERSION="" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_BZIP2=y CONFIG_HAVE_KERNEL_LZMA=y CONFIG_HAVE_KERNEL_LZO=y # CONFIG_KERNEL_GZIP is not set # CONFIG_KERNEL_BZIP2 is not set CONFIG_KERNEL_LZMA=y # CONFIG_KERNEL_LZO is not set CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y CONFIG_POSIX_MQUEUE=y CONFIG_POSIX_MQUEUE_SYSCTL=y CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BSD_PROCESS_ACCT_V3 is not set # CONFIG_TASKSTATS is not set # CONFIG_AUDIT is not set # # RCU Subsystem # CONFIG_TREE_RCU=y # CONFIG_TREE_PREEMPT_RCU is not set # CONFIG_RCU_TRACE is not set CONFIG_RCU_FANOUT=64 # CONFIG_RCU_FANOUT_EXACT is not set # CONFIG_RCU_FAST_NO_HZ is not set # CONFIG_TREE_RCU_TRACE is not set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=18 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y # CONFIG_CGROUPS is not set # CONFIG_SYSFS_DEPRECATED_V2 is not set # CONFIG_RELAY is not set CONFIG_NAMESPACES=y # CONFIG_UTS_NS is not set # CONFIG_IPC_NS is not set # CONFIG_USER_NS is not set # CONFIG_PID_NS is not set # CONFIG_NET_NS is not set # CONFIG_BLK_DEV_INITRD is not set # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set CONFIG_SYSCTL=y CONFIG_ANON_INODES=y # CONFIG_EMBEDDED is not set CONFIG_UID16=y CONFIG_SYSCTL_SYSCALL=y CONFIG_KALLSYMS=y CONFIG_KALLSYMS_ALL=y CONFIG_KALLSYMS_EXTRA_PASS=y CONFIG_HOTPLUG=y CONFIG_PRINTK=y CONFIG_BUG=y CONFIG_ELF_CORE=y CONFIG_PCSPKR_PLATFORM=y CONFIG_BASE_FULL=y CONFIG_FUTEX=y CONFIG_EPOLL=y CONFIG_SIGNALFD=y CONFIG_TIMERFD=y CONFIG_EVENTFD=y CONFIG_SHMEM=y CONFIG_AIO=y CONFIG_HAVE_PERF_EVENTS=y # # Kernel Performance Events And Counters # CONFIG_PERF_EVENTS=y CONFIG_PERF_COUNTERS=y # CONFIG_DEBUG_PERF_USE_VMALLOC is not set CONFIG_VM_EVENT_COUNTERS=y CONFIG_PCI_QUIRKS=y CONFIG_SLUB_DEBUG=y # CONFIG_COMPAT_BRK is not set # CONFIG_SLAB is not set CONFIG_SLUB=y CONFIG_PROFILING=y CONFIG_TRACEPOINTS=y # CONFIG_OPROFILE is not set CONFIG_HAVE_OPROFILE=y CONFIG_KPROBES=y CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y CONFIG_KRETPROBES=y CONFIG_USER_RETURN_NOTIFIER=y CONFIG_HAVE_IOREMAP_PROT=y CONFIG_HAVE_KPROBES=y CONFIG_HAVE_KRETPROBES=y CONFIG_HAVE_OPTPROBES=y CONFIG_HAVE_ARCH_TRACEHOOK=y CONFIG_HAVE_DMA_ATTRS=y CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y CONFIG_HAVE_DMA_API_DEBUG=y CONFIG_HAVE_HW_BREAKPOINT=y CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y CONFIG_HAVE_USER_RETURN_NOTIFIER=y CONFIG_HAVE_PERF_EVENTS_NMI=y # # GCOV-based kernel profiling # # CONFIG_GCOV_KERNEL is not set # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set CONFIG_SLABINFO=y CONFIG_RT_MUTEXES=y CONFIG_BASE_SMALL=0 CONFIG_MODULES=y # CONFIG_MODULE_FORCE_LOAD is not set CONFIG_MODULE_UNLOAD=y CONFIG_MODULE_FORCE_UNLOAD=y # CONFIG_MODVERSIONS is not set # CONFIG_MODULE_SRCVERSION_ALL is not set CONFIG_STOP_MACHINE=y CONFIG_BLOCK=y # CONFIG_BLK_DEV_BSG is not set # CONFIG_BLK_DEV_INTEGRITY is not set CONFIG_BLOCK_COMPAT=y # # IO Schedulers # CONFIG_IOSCHED_NOOP=y # CONFIG_IOSCHED_DEADLINE is not set CONFIG_IOSCHED_CFQ=y CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_NOOP is not set CONFIG_DEFAULT_IOSCHED="cfq" CONFIG_PREEMPT_NOTIFIERS=y # CONFIG_INLINE_SPIN_TRYLOCK is not set # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set # CONFIG_INLINE_SPIN_LOCK is not set # CONFIG_INLINE_SPIN_LOCK_BH is not set # CONFIG_INLINE_SPIN_LOCK_IRQ is not set # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set # CONFIG_INLINE_SPIN_UNLOCK is not set # CONFIG_INLINE_SPIN_UNLOCK_BH is not set # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set # CONFIG_INLINE_READ_TRYLOCK is not set # CONFIG_INLINE_READ_LOCK is not set # CONFIG_INLINE_READ_LOCK_BH is not set # CONFIG_INLINE_READ_LOCK_IRQ is not set # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set # CONFIG_INLINE_READ_UNLOCK is not set # CONFIG_INLINE_READ_UNLOCK_BH is not set # CONFIG_INLINE_READ_UNLOCK_IRQ is not set # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set # CONFIG_INLINE_WRITE_TRYLOCK is not set # CONFIG_INLINE_WRITE_LOCK is not set # CONFIG_INLINE_WRITE_LOCK_BH is not set # CONFIG_INLINE_WRITE_LOCK_IRQ is not set # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set # CONFIG_INLINE_WRITE_UNLOCK is not set # CONFIG_INLINE_WRITE_UNLOCK_BH is not set # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set CONFIG_MUTEX_SPIN_ON_OWNER=y CONFIG_FREEZER=y # # Processor type and features # CONFIG_TICK_ONESHOT=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_GENERIC_CLOCKEVENTS_BUILD=y CONFIG_SMP=y # CONFIG_SPARSE_IRQ is not set CONFIG_X86_MPPARSE=y # CONFIG_X86_EXTENDED_PLATFORM is not set CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y CONFIG_SCHED_OMIT_FRAME_POINTER=y CONFIG_PARAVIRT_GUEST=y CONFIG_XEN=y CONFIG_XEN_PVHVM=y CONFIG_XEN_MAX_DOMAIN_MEMORY=32 CONFIG_XEN_SAVE_RESTORE=y CONFIG_XEN_DEBUG_FS=y CONFIG_KVM_CLOCK=y CONFIG_KVM_GUEST=y CONFIG_PARAVIRT=y CONFIG_PARAVIRT_SPINLOCKS=y CONFIG_PARAVIRT_CLOCK=y # CONFIG_PARAVIRT_DEBUG is not set CONFIG_NO_BOOTMEM=y # CONFIG_MEMTEST is not set # CONFIG_MK8 is not set # CONFIG_MPSC is not set CONFIG_MCORE2=y # CONFIG_MATOM is not set # CONFIG_GENERIC_CPU is not set CONFIG_X86_CPU=y CONFIG_X86_INTERNODE_CACHE_SHIFT=6 CONFIG_X86_CMPXCHG=y CONFIG_X86_L1_CACHE_SHIFT=6 CONFIG_X86_XADD=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INTEL_USERCOPY=y CONFIG_X86_USE_PPRO_CHECKSUM=y CONFIG_X86_P6_NOP=y CONFIG_X86_TSC=y CONFIG_X86_CMPXCHG64=y CONFIG_X86_CMOV=y CONFIG_X86_MINIMUM_CPU_FAMILY=64 CONFIG_X86_DEBUGCTLMSR=y CONFIG_CPU_SUP_INTEL=y CONFIG_CPU_SUP_AMD=y CONFIG_CPU_SUP_CENTAUR=y CONFIG_HPET_TIMER=y CONFIG_HPET_EMULATE_RTC=y CONFIG_DMI=y CONFIG_GART_IOMMU=y # CONFIG_CALGARY_IOMMU is not set # CONFIG_AMD_IOMMU is not set CONFIG_SWIOTLB=y CONFIG_IOMMU_HELPER=y CONFIG_IOMMU_API=y # CONFIG_MAXSMP is not set CONFIG_NR_CPUS=4 CONFIG_SCHED_SMT=y CONFIG_SCHED_MC=y # CONFIG_PREEMPT_NONE is not set # CONFIG_PREEMPT_VOLUNTARY is not set CONFIG_PREEMPT=y CONFIG_X86_LOCAL_APIC=y CONFIG_X86_IO_APIC=y # CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set CONFIG_X86_MCE=y CONFIG_X86_MCE_INTEL=y # CONFIG_X86_MCE_AMD is not set CONFIG_X86_MCE_THRESHOLD=y # CONFIG_X86_MCE_INJECT is not set CONFIG_X86_THERMAL_VECTOR=y CONFIG_I8K=y CONFIG_MICROCODE=y CONFIG_MICROCODE_INTEL=y # CONFIG_MICROCODE_AMD is not set CONFIG_MICROCODE_OLD_INTERFACE=y CONFIG_X86_MSR=y CONFIG_X86_CPUID=y CONFIG_ARCH_PHYS_ADDR_T_64BIT=y CONFIG_DIRECT_GBPAGES=y # CONFIG_NUMA is not set CONFIG_ARCH_PROC_KCORE_TEXT=y CONFIG_ARCH_SPARSEMEM_DEFAULT=y CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 CONFIG_SELECT_MEMORY_MODEL=y CONFIG_SPARSEMEM_MANUAL=y CONFIG_SPARSEMEM=y CONFIG_HAVE_MEMORY_PRESENT=y CONFIG_SPARSEMEM_EXTREME=y CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y CONFIG_SPARSEMEM_VMEMMAP=y # CONFIG_MEMORY_HOTPLUG is not set CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_SPLIT_PTLOCK_CPUS=4 # CONFIG_COMPACTION is not set CONFIG_PHYS_ADDR_T_64BIT=y CONFIG_ZONE_DMA_FLAG=1 CONFIG_BOUNCE=y CONFIG_VIRT_TO_BUS=y CONFIG_MMU_NOTIFIER=y # CONFIG_KSM is not set CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y # CONFIG_MEMORY_FAILURE is not set # CONFIG_X86_CHECK_BIOS_CORRUPTION is not set CONFIG_X86_RESERVE_LOW_64K=y CONFIG_MTRR=y # CONFIG_MTRR_SANITIZER is not set CONFIG_X86_PAT=y CONFIG_ARCH_USES_PG_UNCACHED=y CONFIG_EFI=y CONFIG_SECCOMP=y # CONFIG_CC_STACKPROTECTOR is not set # CONFIG_HZ_100 is not set # CONFIG_HZ_250 is not set # CONFIG_HZ_300 is not set CONFIG_HZ_1000=y CONFIG_HZ=1000 CONFIG_SCHED_HRTICK=y # CONFIG_KEXEC is not set # CONFIG_CRASH_DUMP is not set CONFIG_PHYSICAL_START=0x1000000 # CONFIG_RELOCATABLE is not set CONFIG_PHYSICAL_ALIGN=0x1000000 CONFIG_HOTPLUG_CPU=y CONFIG_COMPAT_VDSO=y # CONFIG_CMDLINE_BOOL is not set CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y # # Power management and ACPI options # CONFIG_ARCH_HIBERNATION_HEADER=y CONFIG_PM=y # CONFIG_PM_DEBUG is not set CONFIG_PM_SLEEP_SMP=y CONFIG_PM_SLEEP=y CONFIG_SUSPEND_NVS=y CONFIG_SUSPEND=y CONFIG_SUSPEND_FREEZER=y CONFIG_HIBERNATION=y CONFIG_PM_STD_PARTITION="" # CONFIG_PM_RUNTIME is not set CONFIG_PM_OPS=y CONFIG_ACPI=y CONFIG_ACPI_SLEEP=y CONFIG_ACPI_PROCFS=y CONFIG_ACPI_PROCFS_POWER=y # CONFIG_ACPI_POWER_METER is not set CONFIG_ACPI_SYSFS_POWER=y # CONFIG_ACPI_EC_DEBUGFS is not set CONFIG_ACPI_PROC_EVENT=y CONFIG_ACPI_AC=y CONFIG_ACPI_BATTERY=y CONFIG_ACPI_BUTTON=y CONFIG_ACPI_VIDEO=y CONFIG_ACPI_FAN=y CONFIG_ACPI_DOCK=y CONFIG_ACPI_PROCESSOR=y CONFIG_ACPI_HOTPLUG_CPU=y # CONFIG_ACPI_PROCESSOR_AGGREGATOR is not set CONFIG_ACPI_THERMAL=y # CONFIG_ACPI_CUSTOM_DSDT is not set CONFIG_ACPI_BLACKLIST_YEAR=0 # CONFIG_ACPI_DEBUG is not set CONFIG_ACPI_PCI_SLOT=y CONFIG_X86_PM_TIMER=y CONFIG_ACPI_CONTAINER=y # CONFIG_ACPI_SBS is not set # CONFIG_ACPI_HED is not set # CONFIG_ACPI_APEI is not set # CONFIG_SFI is not set # # CPU Frequency scaling # CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_TABLE=y # CONFIG_CPU_FREQ_DEBUG is not set CONFIG_CPU_FREQ_STAT=y # CONFIG_CPU_FREQ_STAT_DETAILS is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_POWERSAVE=y CONFIG_CPU_FREQ_GOV_USERSPACE=y CONFIG_CPU_FREQ_GOV_ONDEMAND=y CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y # # CPUFreq processor drivers # # CONFIG_X86_PCC_CPUFREQ is not set CONFIG_X86_ACPI_CPUFREQ=y # CONFIG_X86_POWERNOW_K8 is not set # CONFIG_X86_SPEEDSTEP_CENTRINO is not set # CONFIG_X86_P4_CLOCKMOD is not set # # shared options # # CONFIG_X86_SPEEDSTEP_LIB is not set CONFIG_CPU_IDLE=y CONFIG_CPU_IDLE_GOV_LADDER=y CONFIG_CPU_IDLE_GOV_MENU=y # CONFIG_INTEL_IDLE is not set # # Memory power savings # # CONFIG_I7300_IDLE is not set # # Bus options (PCI etc.) # CONFIG_PCI=y CONFIG_PCI_DIRECT=y CONFIG_PCI_MMCONFIG=y CONFIG_PCI_DOMAINS=y # CONFIG_PCI_CNB20LE_QUIRK is not set CONFIG_DMAR=y # CONFIG_DMAR_DEFAULT_ON is not set CONFIG_DMAR_FLOPPY_WA=y # CONFIG_INTR_REMAP is not set CONFIG_PCIEPORTBUS=y # CONFIG_HOTPLUG_PCI_PCIE is not set CONFIG_PCIEAER=y # CONFIG_PCIE_ECRC is not set # CONFIG_PCIEAER_INJECT is not set CONFIG_PCIEASPM=y # CONFIG_PCIEASPM_DEBUG is not set CONFIG_ARCH_SUPPORTS_MSI=y CONFIG_PCI_MSI=y # CONFIG_PCI_DEBUG is not set # CONFIG_PCI_STUB is not set CONFIG_HT_IRQ=y # CONFIG_PCI_IOV is not set CONFIG_PCI_IOAPIC=y CONFIG_ISA_DMA_API=y CONFIG_K8_NB=y CONFIG_PCCARD=y CONFIG_PCMCIA=y CONFIG_PCMCIA_LOAD_CIS=y CONFIG_CARDBUS=y # # PC-card bridges # CONFIG_YENTA=y CONFIG_YENTA_O2=y CONFIG_YENTA_RICOH=y CONFIG_YENTA_TI=y CONFIG_YENTA_ENE_TUNE=y CONFIG_YENTA_TOSHIBA=y CONFIG_PD6729=y CONFIG_I82092=y CONFIG_PCCARD_NONSTATIC=y CONFIG_HOTPLUG_PCI=y # CONFIG_HOTPLUG_PCI_FAKE is not set CONFIG_HOTPLUG_PCI_ACPI=y # CONFIG_HOTPLUG_PCI_ACPI_IBM is not set # CONFIG_HOTPLUG_PCI_CPCI is not set CONFIG_HOTPLUG_PCI_SHPC=y # # Executable file formats / Emulations # CONFIG_BINFMT_ELF=y CONFIG_COMPAT_BINFMT_ELF=y CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y # CONFIG_HAVE_AOUT is not set CONFIG_BINFMT_MISC=y CONFIG_IA32_EMULATION=y CONFIG_IA32_AOUT=y CONFIG_COMPAT=y CONFIG_COMPAT_FOR_U64_ALIGNMENT=y CONFIG_SYSVIPC_COMPAT=y CONFIG_NET=y CONFIG_COMPAT_NETLINK_MESSAGES=y # # Networking options # CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_XFRM=y CONFIG_XFRM_USER=y # CONFIG_XFRM_SUB_POLICY is not set # CONFIG_XFRM_MIGRATE is not set # CONFIG_XFRM_STATISTICS is not set # CONFIG_NET_KEY is not set CONFIG_INET=y CONFIG_IP_MULTICAST=y CONFIG_IP_ADVANCED_ROUTER=y CONFIG_ASK_IP_FIB_HASH=y # CONFIG_IP_FIB_TRIE is not set CONFIG_IP_FIB_HASH=y CONFIG_IP_MULTIPLE_TABLES=y CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_VERBOSE=y CONFIG_IP_PNP=y CONFIG_IP_PNP_DHCP=y CONFIG_IP_PNP_BOOTP=y CONFIG_IP_PNP_RARP=y # CONFIG_NET_IPIP is not set # CONFIG_NET_IPGRE is not set CONFIG_IP_MROUTE=y # CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set CONFIG_IP_PIMSM_V1=y CONFIG_IP_PIMSM_V2=y # CONFIG_ARPD is not set CONFIG_SYN_COOKIES=y # CONFIG_INET_AH is not set # CONFIG_INET_ESP is not set # CONFIG_INET_IPCOMP is not set # CONFIG_INET_XFRM_TUNNEL is not set CONFIG_INET_TUNNEL=y # CONFIG_INET_XFRM_MODE_TRANSPORT is not set # CONFIG_INET_XFRM_MODE_TUNNEL is not set # CONFIG_INET_XFRM_MODE_BEET is not set CONFIG_INET_LRO=y # CONFIG_INET_DIAG is not set CONFIG_TCP_CONG_ADVANCED=y # CONFIG_TCP_CONG_BIC is not set CONFIG_TCP_CONG_CUBIC=y # CONFIG_TCP_CONG_WESTWOOD is not set # CONFIG_TCP_CONG_HTCP is not set # CONFIG_TCP_CONG_HSTCP is not set # CONFIG_TCP_CONG_HYBLA is not set # CONFIG_TCP_CONG_VEGAS is not set # CONFIG_TCP_CONG_SCALABLE is not set # CONFIG_TCP_CONG_LP is not set # CONFIG_TCP_CONG_VENO is not set # CONFIG_TCP_CONG_YEAH is not set # CONFIG_TCP_CONG_ILLINOIS is not set CONFIG_DEFAULT_CUBIC=y # CONFIG_DEFAULT_RENO is not set CONFIG_DEFAULT_TCP_CONG="cubic" CONFIG_TCP_MD5SIG=y CONFIG_IPV6=y # CONFIG_IPV6_PRIVACY is not set # CONFIG_IPV6_ROUTER_PREF is not set # CONFIG_IPV6_OPTIMISTIC_DAD is not set CONFIG_INET6_AH=y CONFIG_INET6_ESP=y # CONFIG_INET6_IPCOMP is not set # CONFIG_IPV6_MIP6 is not set # CONFIG_INET6_XFRM_TUNNEL is not set # CONFIG_INET6_TUNNEL is not set CONFIG_INET6_XFRM_MODE_TRANSPORT=y CONFIG_INET6_XFRM_MODE_TUNNEL=y CONFIG_INET6_XFRM_MODE_BEET=y # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set CONFIG_IPV6_SIT=y # CONFIG_IPV6_SIT_6RD is not set CONFIG_IPV6_NDISC_NODETYPE=y # CONFIG_IPV6_TUNNEL is not set # CONFIG_IPV6_MULTIPLE_TABLES is not set # CONFIG_IPV6_MROUTE is not set CONFIG_NETWORK_SECMARK=y # CONFIG_NETWORK_PHY_TIMESTAMPING is not set CONFIG_NETFILTER=y # CONFIG_NETFILTER_DEBUG is not set # CONFIG_NETFILTER_ADVANCED is not set # # Core Netfilter Configuration # CONFIG_NETFILTER_NETLINK=y CONFIG_NETFILTER_NETLINK_LOG=y CONFIG_NF_CONNTRACK=y CONFIG_NF_CONNTRACK_SECMARK=y CONFIG_NF_CONNTRACK_FTP=y CONFIG_NF_CONNTRACK_IRC=y CONFIG_NF_CONNTRACK_SIP=y CONFIG_NF_CT_NETLINK=y CONFIG_NETFILTER_XTABLES=y # # Xtables combined modules # CONFIG_NETFILTER_XT_MARK=m # # Xtables targets # CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=y CONFIG_NETFILTER_XT_TARGET_NFLOG=y CONFIG_NETFILTER_XT_TARGET_SECMARK=y CONFIG_NETFILTER_XT_TARGET_TCPMSS=y # # Xtables matches # CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y CONFIG_NETFILTER_XT_MATCH_POLICY=y CONFIG_NETFILTER_XT_MATCH_STATE=y # CONFIG_IP_VS is not set # # IP: Netfilter Configuration # CONFIG_NF_DEFRAG_IPV4=y CONFIG_NF_CONNTRACK_IPV4=y CONFIG_NF_CONNTRACK_PROC_COMPAT=y CONFIG_IP_NF_IPTABLES=y CONFIG_IP_NF_FILTER=y CONFIG_IP_NF_TARGET_REJECT=y CONFIG_IP_NF_TARGET_LOG=y CONFIG_IP_NF_TARGET_ULOG=y CONFIG_NF_NAT=y CONFIG_NF_NAT_NEEDED=y CONFIG_IP_NF_TARGET_MASQUERADE=y CONFIG_NF_NAT_FTP=y CONFIG_NF_NAT_IRC=y # CONFIG_NF_NAT_TFTP is not set # CONFIG_NF_NAT_AMANDA is not set # CONFIG_NF_NAT_PPTP is not set # CONFIG_NF_NAT_H323 is not set CONFIG_NF_NAT_SIP=y CONFIG_IP_NF_MANGLE=y # # IPv6: Netfilter Configuration # CONFIG_NF_CONNTRACK_IPV6=y CONFIG_IP6_NF_IPTABLES=y CONFIG_IP6_NF_MATCH_IPV6HEADER=y CONFIG_IP6_NF_TARGET_LOG=y CONFIG_IP6_NF_FILTER=y CONFIG_IP6_NF_TARGET_REJECT=y CONFIG_IP6_NF_MANGLE=y # CONFIG_IP_DCCP is not set # CONFIG_IP_SCTP is not set # CONFIG_RDS is not set # CONFIG_TIPC is not set # CONFIG_ATM is not set # CONFIG_L2TP is not set # CONFIG_BRIDGE is not set # CONFIG_NET_DSA is not set # CONFIG_VLAN_8021Q is not set # CONFIG_DECNET is not set # CONFIG_LLC2 is not set # CONFIG_IPX is not set # CONFIG_ATALK is not set # CONFIG_X25 is not set # CONFIG_LAPB is not set # CONFIG_ECONET is not set # CONFIG_WAN_ROUTER is not set # CONFIG_PHONET is not set # CONFIG_IEEE802154 is not set # CONFIG_NET_SCHED is not set # CONFIG_DCB is not set CONFIG_RPS=y # # Network testing # # CONFIG_NET_PKTGEN is not set # CONFIG_NET_TCPPROBE is not set # CONFIG_NET_DROP_MONITOR is not set # CONFIG_HAMRADIO is not set # CONFIG_CAN is not set CONFIG_IRDA=y # # IrDA protocols # CONFIG_IRLAN=y CONFIG_IRCOMM=y CONFIG_IRDA_ULTRA=y # # IrDA options # CONFIG_IRDA_CACHE_LAST_LSAP=y CONFIG_IRDA_FAST_RR=y # CONFIG_IRDA_DEBUG is not set # # Infrared-port device drivers # # # SIR device drivers # # CONFIG_IRTTY_SIR is not set # # Dongle support # # CONFIG_KINGSUN_DONGLE is not set # CONFIG_KSDAZZLE_DONGLE is not set # CONFIG_KS959_DONGLE is not set # # FIR device drivers # CONFIG_USB_IRDA=y # CONFIG_SIGMATEL_FIR is not set # CONFIG_NSC_FIR is not set # CONFIG_WINBOND_FIR is not set # CONFIG_SMC_IRCC_FIR is not set # CONFIG_ALI_FIR is not set # CONFIG_VLSI_FIR is not set # CONFIG_VIA_FIR is not set # CONFIG_MCS_FIR is not set CONFIG_BT=m CONFIG_BT_L2CAP=m CONFIG_BT_SCO=m CONFIG_BT_RFCOMM=m # CONFIG_BT_RFCOMM_TTY is not set CONFIG_BT_BNEP=m CONFIG_BT_BNEP_MC_FILTER=y CONFIG_BT_BNEP_PROTO_FILTER=y CONFIG_BT_HIDP=m # # Bluetooth device drivers # CONFIG_BT_HCIBTUSB=m CONFIG_BT_HCIBTSDIO=m CONFIG_BT_HCIUART=m CONFIG_BT_HCIUART_H4=y CONFIG_BT_HCIUART_BCSP=y # CONFIG_BT_HCIUART_ATH3K is not set CONFIG_BT_HCIUART_LL=y CONFIG_BT_HCIBCM203X=m CONFIG_BT_HCIBPA10X=m CONFIG_BT_HCIBFUSB=m CONFIG_BT_HCIDTL1=m CONFIG_BT_HCIBT3C=m CONFIG_BT_HCIBLUECARD=m CONFIG_BT_HCIBTUART=m CONFIG_BT_HCIVHCI=m # CONFIG_BT_MRVL is not set # CONFIG_BT_ATH3K is not set # CONFIG_AF_RXRPC is not set CONFIG_FIB_RULES=y CONFIG_WIRELESS=y CONFIG_WEXT_CORE=y CONFIG_WEXT_PROC=y CONFIG_CFG80211=m # CONFIG_NL80211_TESTMODE is not set # CONFIG_CFG80211_DEVELOPER_WARNINGS is not set # CONFIG_CFG80211_REG_DEBUG is not set CONFIG_CFG80211_DEFAULT_PS=y # CONFIG_CFG80211_DEBUGFS is not set # CONFIG_CFG80211_INTERNAL_REGDB is not set CONFIG_CFG80211_WEXT=y CONFIG_WIRELESS_EXT_SYSFS=y CONFIG_LIB80211=m # CONFIG_LIB80211_DEBUG is not set CONFIG_MAC80211=m CONFIG_MAC80211_HAS_RC=y CONFIG_MAC80211_RC_MINSTREL=y CONFIG_MAC80211_RC_MINSTREL_HT=y CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" # CONFIG_MAC80211_MESH is not set CONFIG_MAC80211_LEDS=y # CONFIG_MAC80211_DEBUGFS is not set # CONFIG_MAC80211_DEBUG_MENU is not set # CONFIG_WIMAX is not set CONFIG_RFKILL=m CONFIG_RFKILL_LEDS=y CONFIG_RFKILL_INPUT=y # CONFIG_NET_9P is not set # CONFIG_CAIF is not set # # Device Drivers # # # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" # CONFIG_DEVTMPFS is not set CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y # CONFIG_FIRMWARE_IN_KERNEL is not set CONFIG_EXTRA_FIRMWARE="" # CONFIG_DEBUG_DRIVER is not set # CONFIG_DEBUG_DEVRES is not set CONFIG_SYS_HYPERVISOR=y CONFIG_CONNECTOR=y CONFIG_PROC_EVENTS=y # CONFIG_MTD is not set # CONFIG_PARPORT is not set CONFIG_PNP=y # CONFIG_PNP_DEBUG_MESSAGES is not set # # Protocols # CONFIG_PNPACPI=y CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_FD is not set # CONFIG_BLK_CPQ_DA is not set # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_BLK_DEV_DAC960 is not set # CONFIG_BLK_DEV_UMEM is not set # CONFIG_BLK_DEV_COW_COMMON is not set CONFIG_BLK_DEV_LOOP=y # CONFIG_BLK_DEV_CRYPTOLOOP is not set # CONFIG_BLK_DEV_DRBD is not set # CONFIG_BLK_DEV_NBD is not set # CONFIG_BLK_DEV_SX8 is not set # CONFIG_BLK_DEV_UB is not set # CONFIG_BLK_DEV_RAM is not set CONFIG_CDROM_PKTCDVD=y CONFIG_CDROM_PKTCDVD_BUFFERS=8 # CONFIG_CDROM_PKTCDVD_WCACHE is not set # CONFIG_ATA_OVER_ETH is not set CONFIG_XEN_BLKDEV_FRONTEND=y # CONFIG_BLK_DEV_HD is not set CONFIG_MISC_DEVICES=y # CONFIG_AD525X_DPOT is not set # CONFIG_IBM_ASM is not set # CONFIG_PHANTOM is not set # CONFIG_SGI_IOC4 is not set CONFIG_TIFM_CORE=y CONFIG_TIFM_7XX1=y # CONFIG_ICS932S401 is not set # CONFIG_ENCLOSURE_SERVICES is not set # CONFIG_CS5535_MFGPT is not set # CONFIG_HP_ILO is not set # CONFIG_ISL29003 is not set # CONFIG_SENSORS_TSL2550 is not set # CONFIG_SENSORS_BH1780 is not set # CONFIG_HMC6352 is not set # CONFIG_DS1682 is not set # CONFIG_VMWARE_BALLOON is not set # CONFIG_BMP085 is not set # CONFIG_C2PORT is not set # # EEPROM support # # CONFIG_EEPROM_AT24 is not set # CONFIG_EEPROM_LEGACY is not set # CONFIG_EEPROM_MAX6875 is not set # CONFIG_EEPROM_93CX6 is not set CONFIG_CB710_CORE=m # CONFIG_CB710_DEBUG is not set CONFIG_CB710_DEBUG_ASSUMPTIONS=y # CONFIG_IWMC3200TOP is not set CONFIG_HAVE_IDE=y # CONFIG_IDE is not set # # SCSI device support # CONFIG_SCSI_MOD=y # CONFIG_RAID_ATTRS is not set CONFIG_SCSI=y CONFIG_SCSI_DMA=y # CONFIG_SCSI_TGT is not set # CONFIG_SCSI_NETLINK is not set CONFIG_SCSI_PROC_FS=y # # SCSI support type (disk, tape, CD-ROM) # CONFIG_BLK_DEV_SD=y # CONFIG_CHR_DEV_ST is not set # CONFIG_CHR_DEV_OSST is not set CONFIG_BLK_DEV_SR=y # CONFIG_BLK_DEV_SR_VENDOR is not set CONFIG_CHR_DEV_SG=y # CONFIG_CHR_DEV_SCH is not set CONFIG_SCSI_MULTI_LUN=y # CONFIG_SCSI_CONSTANTS is not set # CONFIG_SCSI_LOGGING is not set CONFIG_SCSI_SCAN_ASYNC=y CONFIG_SCSI_WAIT_SCAN=m # # SCSI Transports # # CONFIG_SCSI_SPI_ATTRS is not set # CONFIG_SCSI_FC_ATTRS is not set # CONFIG_SCSI_ISCSI_ATTRS is not set # CONFIG_SCSI_SAS_LIBSAS is not set # CONFIG_SCSI_SRP_ATTRS is not set # CONFIG_SCSI_LOWLEVEL is not set # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set # CONFIG_SCSI_DH is not set # CONFIG_SCSI_OSD_INITIATOR is not set CONFIG_ATA=y # CONFIG_ATA_NONSTANDARD is not set CONFIG_ATA_VERBOSE_ERROR=y CONFIG_ATA_ACPI=y CONFIG_SATA_PMP=y # # Controllers with non-SFF native interface # CONFIG_SATA_AHCI=y # CONFIG_SATA_AHCI_PLATFORM is not set # CONFIG_SATA_INIC162X is not set CONFIG_SATA_SIL24=y CONFIG_ATA_SFF=y # # SFF controllers with custom DMA interface # # CONFIG_PDC_ADMA is not set # CONFIG_SATA_QSTOR is not set # CONFIG_SATA_SX4 is not set CONFIG_ATA_BMDMA=y # # SATA SFF controllers with BMDMA # CONFIG_ATA_PIIX=y # CONFIG_SATA_MV is not set # CONFIG_SATA_NV is not set # CONFIG_SATA_PROMISE is not set CONFIG_SATA_SIL=y # CONFIG_SATA_SIS is not set # CONFIG_SATA_SVW is not set # CONFIG_SATA_ULI is not set # CONFIG_SATA_VIA is not set # CONFIG_SATA_VITESSE is not set # # PATA SFF controllers with BMDMA # # CONFIG_PATA_ALI is not set # CONFIG_PATA_AMD is not set # CONFIG_PATA_ARTOP is not set # CONFIG_PATA_ATIIXP is not set # CONFIG_PATA_ATP867X is not set # CONFIG_PATA_CMD64X is not set # CONFIG_PATA_CS5520 is not set # CONFIG_PATA_CS5530 is not set # CONFIG_PATA_CYPRESS is not set # CONFIG_PATA_EFAR is not set # CONFIG_PATA_HPT366 is not set # CONFIG_PATA_HPT37X is not set # CONFIG_PATA_HPT3X2N is not set # CONFIG_PATA_HPT3X3 is not set # CONFIG_PATA_IT8213 is not set # CONFIG_PATA_IT821X is not set # CONFIG_PATA_JMICRON is not set # CONFIG_PATA_MARVELL is not set # CONFIG_PATA_NETCELL is not set # CONFIG_PATA_NINJA32 is not set # CONFIG_PATA_NS87415 is not set # CONFIG_PATA_OLDPIIX is not set # CONFIG_PATA_OPTIDMA is not set # CONFIG_PATA_PDC2027X is not set # CONFIG_PATA_PDC_OLD is not set # CONFIG_PATA_RADISYS is not set # CONFIG_PATA_RDC is not set # CONFIG_PATA_SC1200 is not set # CONFIG_PATA_SCH is not set # CONFIG_PATA_SERVERWORKS is not set # CONFIG_PATA_SIL680 is not set # CONFIG_PATA_SIS is not set # CONFIG_PATA_TOSHIBA is not set # CONFIG_PATA_TRIFLEX is not set # CONFIG_PATA_VIA is not set # CONFIG_PATA_WINBOND is not set # # PIO-only SFF controllers # # CONFIG_PATA_CMD640_PCI is not set # CONFIG_PATA_MPIIX is not set # CONFIG_PATA_NS87410 is not set # CONFIG_PATA_OPTI is not set CONFIG_PATA_PCMCIA=m # CONFIG_PATA_RZ1000 is not set # # Generic fallback / legacy drivers # # CONFIG_PATA_ACPI is not set # CONFIG_ATA_GENERIC is not set # CONFIG_PATA_LEGACY is not set CONFIG_MD=y # CONFIG_BLK_DEV_MD is not set CONFIG_BLK_DEV_DM=y # CONFIG_DM_DEBUG is not set # CONFIG_DM_CRYPT is not set # CONFIG_DM_SNAPSHOT is not set # CONFIG_DM_MIRROR is not set # CONFIG_DM_ZERO is not set # CONFIG_DM_MULTIPATH is not set # CONFIG_DM_DELAY is not set # CONFIG_DM_UEVENT is not set # CONFIG_FUSION is not set # # IEEE 1394 (FireWire) support # # # You can enable one or both FireWire driver stacks. # # # The newer stack is recommended. # CONFIG_FIREWIRE=y CONFIG_FIREWIRE_OHCI=y CONFIG_FIREWIRE_OHCI_DEBUG=y CONFIG_FIREWIRE_SBP2=y CONFIG_FIREWIRE_NET=y # CONFIG_IEEE1394 is not set # CONFIG_FIREWIRE_NOSY is not set # CONFIG_I2O is not set # CONFIG_MACINTOSH_DRIVERS is not set CONFIG_NETDEVICES=y CONFIG_DUMMY=y # CONFIG_BONDING is not set # CONFIG_MACVLAN is not set # CONFIG_EQUALIZER is not set # CONFIG_TUN is not set # CONFIG_VETH is not set # CONFIG_NET_SB1000 is not set # CONFIG_ARCNET is not set CONFIG_PHYLIB=y # # MII PHY device drivers # # CONFIG_MARVELL_PHY is not set # CONFIG_DAVICOM_PHY is not set # CONFIG_QSEMI_PHY is not set # CONFIG_LXT_PHY is not set # CONFIG_CICADA_PHY is not set # CONFIG_VITESSE_PHY is not set # CONFIG_SMSC_PHY is not set # CONFIG_BROADCOM_PHY is not set # CONFIG_ICPLUS_PHY is not set # CONFIG_REALTEK_PHY is not set # CONFIG_NATIONAL_PHY is not set # CONFIG_STE10XP is not set # CONFIG_LSI_ET1011C_PHY is not set # CONFIG_MICREL_PHY is not set # CONFIG_FIXED_PHY is not set # CONFIG_MDIO_BITBANG is not set # CONFIG_NET_ETHERNET is not set CONFIG_MII=m CONFIG_NETDEV_1000=y # CONFIG_ACENIC is not set # CONFIG_DL2K is not set # CONFIG_E1000 is not set # CONFIG_E1000E is not set # CONFIG_IP1000 is not set # CONFIG_IGB is not set # CONFIG_IGBVF is not set # CONFIG_NS83820 is not set # CONFIG_HAMACHI is not set # CONFIG_YELLOWFIN is not set # CONFIG_R8169 is not set # CONFIG_SIS190 is not set # CONFIG_SKGE is not set # CONFIG_SKY2 is not set # CONFIG_VIA_VELOCITY is not set CONFIG_TIGON3=y # CONFIG_BNX2 is not set # CONFIG_CNIC is not set # CONFIG_QLA3XXX is not set # CONFIG_ATL1 is not set # CONFIG_ATL1E is not set # CONFIG_ATL1C is not set # CONFIG_JME is not set # CONFIG_NETDEV_10000 is not set # CONFIG_TR is not set CONFIG_WLAN=y # CONFIG_PCMCIA_RAYCS is not set # CONFIG_LIBERTAS_THINFIRM is not set # CONFIG_AIRO is not set # CONFIG_ATMEL is not set # CONFIG_AT76C50X_USB is not set # CONFIG_AIRO_CS is not set # CONFIG_PCMCIA_WL3501 is not set # CONFIG_PRISM54 is not set # CONFIG_USB_ZD1201 is not set # CONFIG_USB_NET_RNDIS_WLAN is not set # CONFIG_RTL8180 is not set # CONFIG_RTL8187 is not set # CONFIG_ADM8211 is not set # CONFIG_MAC80211_HWSIM is not set # CONFIG_MWL8K is not set # CONFIG_ATH_COMMON is not set # CONFIG_B43 is not set # CONFIG_B43LEGACY is not set # CONFIG_HOSTAP is not set # CONFIG_IPW2100 is not set # CONFIG_IPW2200 is not set CONFIG_IWLWIFI=m # CONFIG_IWLWIFI_DEBUG is not set # CONFIG_IWLWIFI_DEVICE_TRACING is not set CONFIG_IWLAGN=m # CONFIG_IWL4965 is not set CONFIG_IWL5000=y CONFIG_IWL3945=m # CONFIG_IWM is not set # CONFIG_LIBERTAS is not set # CONFIG_HERMES is not set # CONFIG_P54_COMMON is not set # CONFIG_RT2X00 is not set # CONFIG_WL12XX is not set # CONFIG_ZD1211RW is not set # # Enable WiMAX (Networking options) to see the WiMAX drivers # # # USB Network Adapters # # CONFIG_USB_CATC is not set # CONFIG_USB_KAWETH is not set # CONFIG_USB_PEGASUS is not set # CONFIG_USB_RTL8150 is not set # CONFIG_USB_USBNET is not set # CONFIG_USB_HSO is not set # CONFIG_USB_IPHETH is not set CONFIG_NET_PCMCIA=y CONFIG_PCMCIA_3C589=m CONFIG_PCMCIA_3C574=m CONFIG_PCMCIA_FMVJ18X=m CONFIG_PCMCIA_PCNET=m CONFIG_PCMCIA_NMCLAN=m CONFIG_PCMCIA_SMC91C92=m CONFIG_PCMCIA_XIRC2PS=m CONFIG_PCMCIA_AXNET=m # CONFIG_WAN is not set # # CAIF transport drivers # CONFIG_XEN_NETDEV_FRONTEND=y # CONFIG_FDDI is not set # CONFIG_HIPPI is not set # CONFIG_PPP is not set # CONFIG_SLIP is not set # CONFIG_NET_FC is not set # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set # CONFIG_NET_POLL_CONTROLLER is not set # CONFIG_VMXNET3 is not set # CONFIG_ISDN is not set # CONFIG_PHONE is not set # # Input device support # CONFIG_INPUT=y # CONFIG_INPUT_FF_MEMLESS is not set # CONFIG_INPUT_POLLDEV is not set # CONFIG_INPUT_SPARSEKMAP is not set # # Userland interfaces # CONFIG_INPUT_MOUSEDEV=y CONFIG_INPUT_MOUSEDEV_PSAUX=y CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 # CONFIG_INPUT_JOYDEV is not set CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_EVBUG is not set CONFIG_XEN_KBDDEV_FRONTEND=y # # Input Device Drivers # CONFIG_INPUT_KEYBOARD=y # CONFIG_KEYBOARD_ADP5588 is not set CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_QT2160 is not set # CONFIG_KEYBOARD_LKKBD is not set # CONFIG_KEYBOARD_TCA6416 is not set # CONFIG_KEYBOARD_LM8323 is not set # CONFIG_KEYBOARD_MAX7359 is not set # CONFIG_KEYBOARD_MCS is not set # CONFIG_KEYBOARD_NEWTON is not set # CONFIG_KEYBOARD_OPENCORES is not set # CONFIG_KEYBOARD_STOWAWAY is not set # CONFIG_KEYBOARD_SUNKBD is not set # CONFIG_KEYBOARD_XTKBD is not set CONFIG_INPUT_MOUSE=y CONFIG_MOUSE_PS2=y CONFIG_MOUSE_PS2_ALPS=y CONFIG_MOUSE_PS2_LOGIPS2PP=y CONFIG_MOUSE_PS2_SYNAPTICS=y CONFIG_MOUSE_PS2_LIFEBOOK=y CONFIG_MOUSE_PS2_TRACKPOINT=y # CONFIG_MOUSE_PS2_ELANTECH is not set # CONFIG_MOUSE_PS2_SENTELIC is not set # CONFIG_MOUSE_PS2_TOUCHKIT is not set # CONFIG_MOUSE_SERIAL is not set # CONFIG_MOUSE_APPLETOUCH is not set # CONFIG_MOUSE_BCM5974 is not set # CONFIG_MOUSE_VSXXXAA is not set # CONFIG_MOUSE_SYNAPTICS_I2C is not set CONFIG_INPUT_JOYSTICK=y # CONFIG_JOYSTICK_ANALOG is not set # CONFIG_JOYSTICK_A3D is not set # CONFIG_JOYSTICK_ADI is not set # CONFIG_JOYSTICK_COBRA is not set # CONFIG_JOYSTICK_GF2K is not set # CONFIG_JOYSTICK_GRIP is not set # CONFIG_JOYSTICK_GRIP_MP is not set # CONFIG_JOYSTICK_GUILLEMOT is not set # CONFIG_JOYSTICK_INTERACT is not set # CONFIG_JOYSTICK_SIDEWINDER is not set # CONFIG_JOYSTICK_TMDC is not set # CONFIG_JOYSTICK_IFORCE is not set # CONFIG_JOYSTICK_WARRIOR is not set # CONFIG_JOYSTICK_MAGELLAN is not set # CONFIG_JOYSTICK_SPACEORB is not set # CONFIG_JOYSTICK_SPACEBALL is not set # CONFIG_JOYSTICK_STINGER is not set # CONFIG_JOYSTICK_TWIDJOY is not set # CONFIG_JOYSTICK_ZHENHUA is not set # CONFIG_JOYSTICK_JOYDUMP is not set # CONFIG_JOYSTICK_XPAD is not set CONFIG_INPUT_TABLET=y # CONFIG_TABLET_USB_ACECAD is not set # CONFIG_TABLET_USB_AIPTEK is not set # CONFIG_TABLET_USB_GTCO is not set # CONFIG_TABLET_USB_KBTAB is not set # CONFIG_TABLET_USB_WACOM is not set CONFIG_INPUT_TOUCHSCREEN=y # CONFIG_TOUCHSCREEN_AD7879 is not set # CONFIG_TOUCHSCREEN_DYNAPRO is not set # CONFIG_TOUCHSCREEN_HAMPSHIRE is not set # CONFIG_TOUCHSCREEN_EETI is not set # CONFIG_TOUCHSCREEN_FUJITSU is not set # CONFIG_TOUCHSCREEN_GUNZE is not set # CONFIG_TOUCHSCREEN_ELO is not set # CONFIG_TOUCHSCREEN_WACOM_W8001 is not set # CONFIG_TOUCHSCREEN_MCS5000 is not set # CONFIG_TOUCHSCREEN_MTOUCH is not set # CONFIG_TOUCHSCREEN_INEXIO is not set # CONFIG_TOUCHSCREEN_MK712 is not set # CONFIG_TOUCHSCREEN_PENMOUNT is not set # CONFIG_TOUCHSCREEN_QT602240 is not set # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set # CONFIG_TOUCHSCREEN_TOUCHWIN is not set # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set # CONFIG_TOUCHSCREEN_TSC2007 is not set # CONFIG_TOUCHSCREEN_TPS6507X is not set CONFIG_INPUT_MISC=y # CONFIG_INPUT_AD714X is not set # CONFIG_INPUT_PCSPKR is not set # CONFIG_INPUT_APANEL is not set # CONFIG_INPUT_ATLAS_BTNS is not set # CONFIG_INPUT_ATI_REMOTE is not set # CONFIG_INPUT_ATI_REMOTE2 is not set # CONFIG_INPUT_KEYSPAN_REMOTE is not set # CONFIG_INPUT_POWERMATE is not set # CONFIG_INPUT_YEALINK is not set # CONFIG_INPUT_CM109 is not set # CONFIG_INPUT_UINPUT is not set # CONFIG_INPUT_WINBOND_CIR is not set # CONFIG_INPUT_PCF8574 is not set # CONFIG_INPUT_ADXL34X is not set # # Hardware I/O ports # CONFIG_SERIO=y CONFIG_SERIO_I8042=y # CONFIG_SERIO_SERPORT is not set # CONFIG_SERIO_CT82C710 is not set # CONFIG_SERIO_PCIPS2 is not set CONFIG_SERIO_LIBPS2=y # CONFIG_SERIO_RAW is not set # CONFIG_SERIO_ALTERA_PS2 is not set # CONFIG_GAMEPORT is not set # # Character devices # CONFIG_VT=y CONFIG_CONSOLE_TRANSLATIONS=y CONFIG_VT_CONSOLE=y CONFIG_HW_CONSOLE=y # CONFIG_VT_HW_CONSOLE_BINDING is not set # CONFIG_DEVKMEM is not set # CONFIG_SERIAL_NONSTANDARD is not set # CONFIG_N_GSM is not set # CONFIG_NOZOMI is not set # # Serial drivers # # CONFIG_SERIAL_8250 is not set CONFIG_FIX_EARLYCON_MEM=y # # Non-8250 serial port support # # CONFIG_SERIAL_MFD_HSU is not set # CONFIG_SERIAL_JSM is not set # CONFIG_SERIAL_TIMBERDALE is not set # CONFIG_SERIAL_ALTERA_JTAGUART is not set # CONFIG_SERIAL_ALTERA_UART is not set CONFIG_UNIX98_PTYS=y # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256 CONFIG_HVC_DRIVER=y CONFIG_HVC_IRQ=y CONFIG_HVC_XEN=y # CONFIG_IPMI_HANDLER is not set CONFIG_HW_RANDOM=y # CONFIG_HW_RANDOM_TIMERIOMEM is not set CONFIG_HW_RANDOM_INTEL=y # CONFIG_HW_RANDOM_AMD is not set CONFIG_HW_RANDOM_VIA=y CONFIG_NVRAM=y # CONFIG_R3964 is not set # CONFIG_APPLICOM is not set # # PCMCIA character devices # # CONFIG_SYNCLINK_CS is not set # CONFIG_CARDMAN_4000 is not set # CONFIG_CARDMAN_4040 is not set # CONFIG_IPWIRELESS is not set # CONFIG_MWAVE is not set # CONFIG_RAW_DRIVER is not set CONFIG_HPET=y # CONFIG_HPET_MMAP is not set CONFIG_HANGCHECK_TIMER=y # CONFIG_TCG_TPM is not set # CONFIG_TELCLOCK is not set CONFIG_DEVPORT=y # CONFIG_RAMOOPS is not set CONFIG_I2C=y CONFIG_I2C_BOARDINFO=y CONFIG_I2C_COMPAT=y CONFIG_I2C_CHARDEV=y # CONFIG_I2C_MUX is not set CONFIG_I2C_HELPER_AUTO=y CONFIG_I2C_ALGOBIT=y # # I2C Hardware Bus support # # # PC SMBus host controller drivers # # CONFIG_I2C_ALI1535 is not set # CONFIG_I2C_ALI1563 is not set # CONFIG_I2C_ALI15X3 is not set # CONFIG_I2C_AMD756 is not set # CONFIG_I2C_AMD8111 is not set CONFIG_I2C_I801=y # CONFIG_I2C_ISCH is not set # CONFIG_I2C_PIIX4 is not set # CONFIG_I2C_NFORCE2 is not set # CONFIG_I2C_SIS5595 is not set # CONFIG_I2C_SIS630 is not set # CONFIG_I2C_SIS96X is not set # CONFIG_I2C_VIA is not set # CONFIG_I2C_VIAPRO is not set # # ACPI drivers # # CONFIG_I2C_SCMI is not set # # I2C system bus drivers (mostly embedded / system-on-chip) # # CONFIG_I2C_OCORES is not set # CONFIG_I2C_PCA_PLATFORM is not set # CONFIG_I2C_SIMTEC is not set # CONFIG_I2C_XILINX is not set # # External I2C/SMBus adapter drivers # # CONFIG_I2C_PARPORT_LIGHT is not set # CONFIG_I2C_TAOS_EVM is not set # CONFIG_I2C_TINY_USB is not set # # Other I2C/SMBus bus drivers # # CONFIG_I2C_STUB is not set # CONFIG_I2C_DEBUG_CORE is not set # CONFIG_I2C_DEBUG_ALGO is not set # CONFIG_I2C_DEBUG_BUS is not set # CONFIG_SPI is not set # # PPS support # # CONFIG_PPS is not set CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y # CONFIG_GPIOLIB is not set # CONFIG_W1 is not set CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set # CONFIG_PDA_POWER is not set # CONFIG_TEST_POWER is not set # CONFIG_BATTERY_DS2760 is not set # CONFIG_BATTERY_DS2782 is not set # CONFIG_BATTERY_BQ27x00 is not set # CONFIG_BATTERY_MAX17040 is not set CONFIG_HWMON=y # CONFIG_HWMON_VID is not set # CONFIG_HWMON_DEBUG_CHIP is not set # # Native drivers # # CONFIG_SENSORS_ABITUGURU is not set # CONFIG_SENSORS_ABITUGURU3 is not set # CONFIG_SENSORS_AD7414 is not set # CONFIG_SENSORS_AD7418 is not set # CONFIG_SENSORS_ADM1021 is not set # CONFIG_SENSORS_ADM1025 is not set # CONFIG_SENSORS_ADM1026 is not set # CONFIG_SENSORS_ADM1029 is not set # CONFIG_SENSORS_ADM1031 is not set # CONFIG_SENSORS_ADM9240 is not set # CONFIG_SENSORS_ADT7411 is not set # CONFIG_SENSORS_ADT7462 is not set # CONFIG_SENSORS_ADT7470 is not set # CONFIG_SENSORS_ADT7475 is not set # CONFIG_SENSORS_ASC7621 is not set # CONFIG_SENSORS_K8TEMP is not set # CONFIG_SENSORS_K10TEMP is not set # CONFIG_SENSORS_ASB100 is not set # CONFIG_SENSORS_ATXP1 is not set # CONFIG_SENSORS_DS1621 is not set # CONFIG_SENSORS_I5K_AMB is not set # CONFIG_SENSORS_F71805F is not set # CONFIG_SENSORS_F71882FG is not set # CONFIG_SENSORS_F75375S is not set # CONFIG_SENSORS_FSCHMD is not set # CONFIG_SENSORS_G760A is not set # CONFIG_SENSORS_GL518SM is not set # CONFIG_SENSORS_GL520SM is not set CONFIG_SENSORS_CORETEMP=y # CONFIG_SENSORS_PKGTEMP is not set # CONFIG_SENSORS_IT87 is not set # CONFIG_SENSORS_JC42 is not set # CONFIG_SENSORS_LM63 is not set # CONFIG_SENSORS_LM73 is not set # CONFIG_SENSORS_LM75 is not set # CONFIG_SENSORS_LM77 is not set # CONFIG_SENSORS_LM78 is not set # CONFIG_SENSORS_LM80 is not set # CONFIG_SENSORS_LM83 is not set # CONFIG_SENSORS_LM85 is not set # CONFIG_SENSORS_LM87 is not set # CONFIG_SENSORS_LM90 is not set # CONFIG_SENSORS_LM92 is not set # CONFIG_SENSORS_LM93 is not set # CONFIG_SENSORS_LTC4215 is not set # CONFIG_SENSORS_LTC4245 is not set # CONFIG_SENSORS_LM95241 is not set # CONFIG_SENSORS_MAX1619 is not set # CONFIG_SENSORS_MAX6650 is not set # CONFIG_SENSORS_PC87360 is not set # CONFIG_SENSORS_PC87427 is not set # CONFIG_SENSORS_PCF8591 is not set # CONFIG_SENSORS_SIS5595 is not set # CONFIG_SENSORS_SMM665 is not set # CONFIG_SENSORS_DME1737 is not set # CONFIG_SENSORS_EMC1403 is not set # CONFIG_SENSORS_EMC2103 is not set # CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_SMSC47M192 is not set # CONFIG_SENSORS_SMSC47B397 is not set # CONFIG_SENSORS_ADS7828 is not set # CONFIG_SENSORS_AMC6821 is not set # CONFIG_SENSORS_THMC50 is not set # CONFIG_SENSORS_TMP102 is not set # CONFIG_SENSORS_TMP401 is not set # CONFIG_SENSORS_TMP421 is not set # CONFIG_SENSORS_VIA_CPUTEMP is not set # CONFIG_SENSORS_VIA686A is not set # CONFIG_SENSORS_VT1211 is not set # CONFIG_SENSORS_VT8231 is not set # CONFIG_SENSORS_W83781D is not set # CONFIG_SENSORS_W83791D is not set # CONFIG_SENSORS_W83792D is not set # CONFIG_SENSORS_W83793 is not set # CONFIG_SENSORS_W83L785TS is not set # CONFIG_SENSORS_W83L786NG is not set # CONFIG_SENSORS_W83627HF is not set # CONFIG_SENSORS_W83627EHF is not set # CONFIG_SENSORS_HDAPS is not set # CONFIG_SENSORS_LIS3_I2C is not set # CONFIG_SENSORS_APPLESMC is not set # # ACPI drivers # # CONFIG_SENSORS_ATK0110 is not set # CONFIG_SENSORS_LIS3LV02D is not set CONFIG_THERMAL=y CONFIG_THERMAL_HWMON=y # CONFIG_WATCHDOG is not set CONFIG_SSB_POSSIBLE=y # # Sonics Silicon Backplane # # CONFIG_SSB is not set CONFIG_MFD_SUPPORT=y # CONFIG_MFD_CORE is not set # CONFIG_MFD_88PM860X is not set # CONFIG_MFD_SM501 is not set # CONFIG_HTC_PASIC3 is not set # CONFIG_TPS6507X is not set # CONFIG_TWL4030_CORE is not set # CONFIG_MFD_STMPE is not set # CONFIG_MFD_TC35892 is not set # CONFIG_MFD_TMIO is not set # CONFIG_PMIC_DA903X is not set # CONFIG_PMIC_ADP5520 is not set # CONFIG_MFD_MAX8925 is not set # CONFIG_MFD_MAX8998 is not set # CONFIG_MFD_WM8400 is not set # CONFIG_MFD_WM831X is not set # CONFIG_MFD_WM8350_I2C is not set # CONFIG_MFD_WM8994 is not set # CONFIG_MFD_PCF50633 is not set # CONFIG_ABX500_CORE is not set # CONFIG_LPC_SCH is not set # CONFIG_MFD_RDC321X is not set # CONFIG_MFD_JANZ_CMODIO is not set # CONFIG_REGULATOR is not set CONFIG_MEDIA_SUPPORT=y # # Multimedia core support # CONFIG_VIDEO_DEV=y CONFIG_VIDEO_V4L2_COMMON=y # CONFIG_VIDEO_ALLOW_V4L1 is not set CONFIG_VIDEO_V4L1_COMPAT=y CONFIG_DVB_CORE=y CONFIG_VIDEO_MEDIA=y # # Multimedia drivers # CONFIG_IR_CORE=y CONFIG_VIDEO_IR=y CONFIG_LIRC=y CONFIG_RC_MAP=y CONFIG_IR_NEC_DECODER=y CONFIG_IR_RC5_DECODER=y CONFIG_IR_RC6_DECODER=y CONFIG_IR_JVC_DECODER=y CONFIG_IR_SONY_DECODER=y CONFIG_IR_LIRC_CODEC=y # CONFIG_IR_IMON is not set # CONFIG_IR_MCEUSB is not set # CONFIG_IR_ENE is not set # CONFIG_IR_STREAMZAP is not set CONFIG_MEDIA_ATTACH=y CONFIG_MEDIA_TUNER=y # CONFIG_MEDIA_TUNER_CUSTOMISE is not set CONFIG_MEDIA_TUNER_SIMPLE=y CONFIG_MEDIA_TUNER_TDA8290=y CONFIG_MEDIA_TUNER_TDA827X=m CONFIG_MEDIA_TUNER_TDA18271=m CONFIG_MEDIA_TUNER_TDA9887=y CONFIG_MEDIA_TUNER_TEA5761=y CONFIG_MEDIA_TUNER_TEA5767=y CONFIG_MEDIA_TUNER_MT20XX=y CONFIG_MEDIA_TUNER_XC2028=y CONFIG_MEDIA_TUNER_XC5000=y CONFIG_MEDIA_TUNER_MC44S803=y CONFIG_VIDEO_V4L2=y CONFIG_VIDEOBUF_GEN=m CONFIG_VIDEOBUF_DMA_SG=m CONFIG_VIDEOBUF_DVB=m CONFIG_VIDEO_TVEEPROM=m CONFIG_VIDEO_TUNER=m CONFIG_VIDEO_CAPTURE_DRIVERS=y # CONFIG_VIDEO_ADV_DEBUG is not set # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set CONFIG_VIDEO_HELPER_CHIPS_AUTO=y CONFIG_VIDEO_IR_I2C=y CONFIG_VIDEO_SAA6588=m # CONFIG_VIDEO_BT848 is not set # CONFIG_VIDEO_SAA5246A is not set # CONFIG_VIDEO_SAA5249 is not set # CONFIG_VIDEO_ZORAN is not set # CONFIG_VIDEO_MEYE is not set CONFIG_VIDEO_SAA7134=m CONFIG_VIDEO_SAA7134_ALSA=m CONFIG_VIDEO_SAA7134_DVB=m # CONFIG_VIDEO_MXB is not set # CONFIG_VIDEO_HEXIUM_ORION is not set # CONFIG_VIDEO_HEXIUM_GEMINI is not set # CONFIG_VIDEO_CX88 is not set # CONFIG_VIDEO_CX23885 is not set # CONFIG_VIDEO_AU0828 is not set # CONFIG_VIDEO_IVTV is not set # CONFIG_VIDEO_CX18 is not set # CONFIG_VIDEO_SAA7164 is not set # CONFIG_VIDEO_CAFE_CCIC is not set # CONFIG_SOC_CAMERA is not set CONFIG_V4L_USB_DRIVERS=y # CONFIG_USB_VIDEO_CLASS is not set CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y # CONFIG_USB_GSPCA is not set # CONFIG_VIDEO_PVRUSB2 is not set # CONFIG_VIDEO_HDPVR is not set # CONFIG_VIDEO_EM28XX is not set # CONFIG_VIDEO_TLG2300 is not set # CONFIG_VIDEO_CX231XX is not set # CONFIG_VIDEO_USBVISION is not set # CONFIG_USB_ET61X251 is not set # CONFIG_USB_SN9C102 is not set # CONFIG_USB_ZR364XX is not set # CONFIG_USB_STKWEBCAM is not set # CONFIG_USB_S2255 is not set # CONFIG_V4L_MEM2MEM_DRIVERS is not set # CONFIG_RADIO_ADAPTERS is not set CONFIG_DVB_MAX_ADAPTERS=8 CONFIG_DVB_DYNAMIC_MINORS=y CONFIG_DVB_CAPTURE_DRIVERS=y # # Supported SAA7146 based PCI Adapters # # CONFIG_TTPCI_EEPROM is not set # CONFIG_DVB_AV7110 is not set # CONFIG_DVB_BUDGET_CORE is not set # # Supported USB Adapters # # CONFIG_DVB_USB is not set # CONFIG_DVB_TTUSB_BUDGET is not set # CONFIG_DVB_TTUSB_DEC is not set # CONFIG_SMS_SIANO_MDTV is not set # # Supported FlexCopII (B2C2) Adapters # # CONFIG_DVB_B2C2_FLEXCOP is not set # # Supported BT878 Adapters # # # Supported Pluto2 Adapters # # CONFIG_DVB_PLUTO2 is not set # # Supported SDMC DM1105 Adapters # # CONFIG_DVB_DM1105 is not set # CONFIG_DVB_FIREDTV is not set # # Supported Earthsoft PT1 Adapters # # CONFIG_DVB_PT1 is not set # # Supported Mantis Adapters # # CONFIG_MANTIS_CORE is not set # # Supported nGene Adapters # # CONFIG_DVB_NGENE is not set # # Supported DVB Frontends # # CONFIG_DVB_FE_CUSTOMISE is not set CONFIG_DVB_MT312=m CONFIG_DVB_ZL10036=m CONFIG_DVB_ZL10039=m CONFIG_DVB_TDA10086=m CONFIG_DVB_TDA826X=m CONFIG_DVB_TDA1004X=m CONFIG_DVB_MT352=m CONFIG_DVB_ZL10353=m CONFIG_DVB_TDA10048=m CONFIG_DVB_NXT200X=m CONFIG_DVB_LGDT3305=m CONFIG_DVB_PLL=m CONFIG_DVB_LNBP21=m CONFIG_DVB_ISL6405=m CONFIG_DVB_ISL6421=m CONFIG_DAB=y CONFIG_USB_DABUSB=y # # Graphics support # CONFIG_AGP=y CONFIG_AGP_AMD64=y # CONFIG_AGP_INTEL is not set # CONFIG_AGP_SIS is not set # CONFIG_AGP_VIA is not set CONFIG_VGA_ARB=y CONFIG_VGA_ARB_MAX_GPUS=16 # CONFIG_VGA_SWITCHEROO is not set CONFIG_DRM=y CONFIG_DRM_KMS_HELPER=y CONFIG_DRM_TTM=y # CONFIG_DRM_TDFX is not set # CONFIG_DRM_R128 is not set CONFIG_DRM_RADEON=y CONFIG_DRM_RADEON_KMS=y # CONFIG_DRM_MGA is not set # CONFIG_DRM_SIS is not set # CONFIG_DRM_VIA is not set # CONFIG_DRM_SAVAGE is not set # CONFIG_VGASTATE is not set CONFIG_VIDEO_OUTPUT_CONTROL=y CONFIG_FB=y CONFIG_FIRMWARE_EDID=y CONFIG_FB_DDC=y CONFIG_FB_BOOT_VESA_SUPPORT=y CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_IMAGEBLIT=y # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set CONFIG_FB_SYS_FILLRECT=y CONFIG_FB_SYS_COPYAREA=y CONFIG_FB_SYS_IMAGEBLIT=y CONFIG_FB_FOREIGN_ENDIAN=y CONFIG_FB_BOTH_ENDIAN=y # CONFIG_FB_BIG_ENDIAN is not set # CONFIG_FB_LITTLE_ENDIAN is not set CONFIG_FB_SYS_FOPS=y CONFIG_FB_DEFERRED_IO=y # CONFIG_FB_SVGALIB is not set # CONFIG_FB_MACMODES is not set CONFIG_FB_BACKLIGHT=y CONFIG_FB_MODE_HELPERS=y # CONFIG_FB_TILEBLITTING is not set # # Frame buffer hardware drivers # # CONFIG_FB_CIRRUS is not set # CONFIG_FB_PM2 is not set # CONFIG_FB_CYBER2000 is not set # CONFIG_FB_ARC is not set # CONFIG_FB_ASILIANT is not set # CONFIG_FB_IMSTT is not set # CONFIG_FB_VGA16 is not set CONFIG_FB_UVESA=y CONFIG_FB_VESA=y # CONFIG_FB_EFI is not set # CONFIG_FB_N411 is not set # CONFIG_FB_HGA is not set # CONFIG_FB_S1D13XXX is not set # CONFIG_FB_NVIDIA is not set # CONFIG_FB_RIVA is not set # CONFIG_FB_LE80578 is not set # CONFIG_FB_MATROX is not set CONFIG_FB_RADEON=y CONFIG_FB_RADEON_I2C=y CONFIG_FB_RADEON_BACKLIGHT=y # CONFIG_FB_RADEON_DEBUG is not set # CONFIG_FB_ATY128 is not set # CONFIG_FB_ATY is not set # CONFIG_FB_S3 is not set # CONFIG_FB_SAVAGE is not set # CONFIG_FB_SIS is not set # CONFIG_FB_VIA is not set # CONFIG_FB_NEOMAGIC is not set # CONFIG_FB_KYRO is not set # CONFIG_FB_3DFX is not set # CONFIG_FB_VOODOO1 is not set # CONFIG_FB_VT8623 is not set # CONFIG_FB_TRIDENT is not set # CONFIG_FB_ARK is not set # CONFIG_FB_PM3 is not set # CONFIG_FB_CARMINE is not set # CONFIG_FB_GEODE is not set # CONFIG_FB_VIRTUAL is not set CONFIG_XEN_FBDEV_FRONTEND=y # CONFIG_FB_METRONOME is not set # CONFIG_FB_MB862XX is not set # CONFIG_FB_BROADSHEET is not set CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_LCD_CLASS_DEVICE=y CONFIG_LCD_PLATFORM=y CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_GENERIC=y # CONFIG_BACKLIGHT_PROGEAR is not set # CONFIG_BACKLIGHT_MBP_NVIDIA is not set # CONFIG_BACKLIGHT_SAHARA is not set # CONFIG_BACKLIGHT_ADP8860 is not set # # Display device support # CONFIG_DISPLAY_SUPPORT=y # # Display hardware drivers # # # Console display driver support # CONFIG_VGA_CONSOLE=y CONFIG_VGACON_SOFT_SCROLLBACK=y CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=256 CONFIG_DUMMY_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set # CONFIG_FB_CON_DECOR is not set # CONFIG_FONTS is not set CONFIG_FONT_8x8=y CONFIG_FONT_8x16=y CONFIG_LOGO=y # CONFIG_LOGO_LINUX_MONO is not set # CONFIG_LOGO_LINUX_VGA16 is not set CONFIG_LOGO_LINUX_CLUT224=y CONFIG_SOUND=y CONFIG_SOUND_OSS_CORE=y CONFIG_SOUND_OSS_CORE_PRECLAIM=y CONFIG_SND=y CONFIG_SND_TIMER=y CONFIG_SND_PCM=y CONFIG_SND_JACK=y CONFIG_SND_SEQUENCER=y CONFIG_SND_SEQ_DUMMY=m CONFIG_SND_OSSEMUL=y CONFIG_SND_MIXER_OSS=y CONFIG_SND_PCM_OSS=y CONFIG_SND_PCM_OSS_PLUGINS=y CONFIG_SND_SEQUENCER_OSS=y # CONFIG_SND_HRTIMER is not set # CONFIG_SND_DYNAMIC_MINORS is not set CONFIG_SND_SUPPORT_OLD_API=y # CONFIG_SND_VERBOSE_PROCFS is not set # CONFIG_SND_VERBOSE_PRINTK is not set # CONFIG_SND_DEBUG is not set CONFIG_SND_VMASTER=y CONFIG_SND_DMA_SGBUF=y # CONFIG_SND_RAWMIDI_SEQ is not set # CONFIG_SND_OPL3_LIB_SEQ is not set # CONFIG_SND_OPL4_LIB_SEQ is not set # CONFIG_SND_SBAWE_SEQ is not set # CONFIG_SND_EMU10K1_SEQ is not set # CONFIG_SND_DRIVERS is not set CONFIG_SND_PCI=y # CONFIG_SND_AD1889 is not set # CONFIG_SND_ALS300 is not set # CONFIG_SND_ALS4000 is not set # CONFIG_SND_ALI5451 is not set # CONFIG_SND_ASIHPI is not set # CONFIG_SND_ATIIXP is not set # CONFIG_SND_ATIIXP_MODEM is not set # CONFIG_SND_AU8810 is not set # CONFIG_SND_AU8820 is not set # CONFIG_SND_AU8830 is not set # CONFIG_SND_AW2 is not set # CONFIG_SND_AZT3328 is not set # CONFIG_SND_BT87X is not set # CONFIG_SND_CA0106 is not set # CONFIG_SND_CMIPCI is not set # CONFIG_SND_OXYGEN is not set # CONFIG_SND_CS4281 is not set # CONFIG_SND_CS46XX is not set # CONFIG_SND_CS5530 is not set # CONFIG_SND_CS5535AUDIO is not set CONFIG_SND_CTXFI=y # CONFIG_SND_DARLA20 is not set # CONFIG_SND_GINA20 is not set # CONFIG_SND_LAYLA20 is not set # CONFIG_SND_DARLA24 is not set # CONFIG_SND_GINA24 is not set # CONFIG_SND_LAYLA24 is not set # CONFIG_SND_MONA is not set # CONFIG_SND_MIA is not set # CONFIG_SND_ECHO3G is not set # CONFIG_SND_INDIGO is not set # CONFIG_SND_INDIGOIO is not set # CONFIG_SND_INDIGODJ is not set # CONFIG_SND_INDIGOIOX is not set # CONFIG_SND_INDIGODJX is not set # CONFIG_SND_EMU10K1 is not set # CONFIG_SND_EMU10K1X is not set # CONFIG_SND_ENS1370 is not set # CONFIG_SND_ENS1371 is not set # CONFIG_SND_ES1938 is not set # CONFIG_SND_ES1968 is not set # CONFIG_SND_FM801 is not set CONFIG_SND_HDA_INTEL=m # CONFIG_SND_HDA_HWDEP is not set CONFIG_SND_HDA_INPUT_BEEP=y CONFIG_SND_HDA_INPUT_BEEP_MODE=1 CONFIG_SND_HDA_INPUT_JACK=y # CONFIG_SND_HDA_PATCH_LOADER is not set # CONFIG_SND_HDA_CODEC_REALTEK is not set # CONFIG_SND_HDA_CODEC_ANALOG is not set CONFIG_SND_HDA_CODEC_SIGMATEL=y # CONFIG_SND_HDA_CODEC_VIA is not set # CONFIG_SND_HDA_CODEC_ATIHDMI is not set # CONFIG_SND_HDA_CODEC_NVHDMI is not set # CONFIG_SND_HDA_CODEC_INTELHDMI is not set # CONFIG_SND_HDA_CODEC_CIRRUS is not set # CONFIG_SND_HDA_CODEC_CONEXANT is not set # CONFIG_SND_HDA_CODEC_CA0110 is not set # CONFIG_SND_HDA_CODEC_CMEDIA is not set # CONFIG_SND_HDA_CODEC_SI3054 is not set CONFIG_SND_HDA_GENERIC=y # CONFIG_SND_HDA_POWER_SAVE is not set # CONFIG_SND_HDSP is not set # CONFIG_SND_HDSPM is not set # CONFIG_SND_HIFIER is not set # CONFIG_SND_ICE1712 is not set # CONFIG_SND_ICE1724 is not set # CONFIG_SND_INTEL8X0 is not set # CONFIG_SND_INTEL8X0M is not set # CONFIG_SND_KORG1212 is not set # CONFIG_SND_LX6464ES is not set # CONFIG_SND_MAESTRO3 is not set # CONFIG_SND_MIXART is not set # CONFIG_SND_NM256 is not set # CONFIG_SND_PCXHR is not set # CONFIG_SND_RIPTIDE is not set # CONFIG_SND_RME32 is not set # CONFIG_SND_RME96 is not set # CONFIG_SND_RME9652 is not set # CONFIG_SND_SONICVIBES is not set # CONFIG_SND_TRIDENT is not set # CONFIG_SND_VIA82XX is not set # CONFIG_SND_VIA82XX_MODEM is not set # CONFIG_SND_VIRTUOSO is not set # CONFIG_SND_VX222 is not set # CONFIG_SND_YMFPCI is not set # CONFIG_SND_USB is not set # CONFIG_SND_PCMCIA is not set # CONFIG_SND_SOC is not set # CONFIG_SOUND_PRIME is not set CONFIG_HID_SUPPORT=y CONFIG_HID=y CONFIG_HIDRAW=y # # USB Input Devices # CONFIG_USB_HID=y CONFIG_HID_PID=y CONFIG_USB_HIDDEV=y # # Special HID drivers # # CONFIG_HID_3M_PCT is not set CONFIG_HID_A4TECH=y # CONFIG_HID_ACRUX_FF is not set CONFIG_HID_APPLE=y CONFIG_HID_BELKIN=y # CONFIG_HID_CANDO is not set CONFIG_HID_CHERRY=y CONFIG_HID_CHICONY=y # CONFIG_HID_PRODIKEYS is not set CONFIG_HID_CYPRESS=y CONFIG_HID_DRAGONRISE=y # CONFIG_DRAGONRISE_FF is not set # CONFIG_HID_EGALAX is not set # CONFIG_HID_ELECOM is not set CONFIG_HID_EZKEY=y CONFIG_HID_KYE=y CONFIG_HID_GYRATION=y CONFIG_HID_TWINHAN=y CONFIG_HID_KENSINGTON=y CONFIG_HID_LOGITECH=y # CONFIG_LOGITECH_FF is not set # CONFIG_LOGIRUMBLEPAD2_FF is not set # CONFIG_LOGIG940_FF is not set # CONFIG_HID_MAGICMOUSE is not set CONFIG_HID_MICROSOFT=y # CONFIG_HID_MOSART is not set CONFIG_HID_MONTEREY=y CONFIG_HID_NTRIG=y CONFIG_HID_ORTEK=y CONFIG_HID_PANTHERLORD=y # CONFIG_PANTHERLORD_FF is not set CONFIG_HID_PETALYNX=y # CONFIG_HID_PICOLCD is not set # CONFIG_HID_QUANTA is not set # CONFIG_HID_ROCCAT is not set # CONFIG_HID_ROCCAT_KONE is not set CONFIG_HID_SAMSUNG=y CONFIG_HID_SONY=y # CONFIG_HID_STANTUM is not set CONFIG_HID_SUNPLUS=y CONFIG_HID_GREENASIA=y # CONFIG_GREENASIA_FF is not set CONFIG_HID_SMARTJOYPLUS=y # CONFIG_SMARTJOYPLUS_FF is not set CONFIG_HID_TOPSEED=y CONFIG_HID_THRUSTMASTER=y # CONFIG_THRUSTMASTER_FF is not set CONFIG_HID_WACOM=m # CONFIG_HID_WACOM_POWER_SUPPLY is not set CONFIG_HID_ZEROPLUS=y # CONFIG_ZEROPLUS_FF is not set # CONFIG_HID_ZYDACRON is not set CONFIG_USB_SUPPORT=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y CONFIG_USB_ARCH_HAS_EHCI=y CONFIG_USB=y # CONFIG_USB_DEBUG is not set # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set # # Miscellaneous USB options # CONFIG_USB_DEVICEFS=y # CONFIG_USB_DEVICE_CLASS is not set # CONFIG_USB_DYNAMIC_MINORS is not set CONFIG_USB_MON=y # CONFIG_USB_WUSB is not set # CONFIG_USB_WUSB_CBAF is not set # # USB Host Controller Drivers # # CONFIG_USB_C67X00_HCD is not set # CONFIG_USB_XHCI_HCD is not set CONFIG_USB_EHCI_HCD=y # CONFIG_USB_EHCI_ROOT_HUB_TT is not set # CONFIG_USB_EHCI_TT_NEWSCHED is not set # CONFIG_USB_OXU210HP_HCD is not set # CONFIG_USB_ISP116X_HCD is not set # CONFIG_USB_ISP1760_HCD is not set # CONFIG_USB_ISP1362_HCD is not set # CONFIG_USB_OHCI_HCD is not set CONFIG_USB_UHCI_HCD=y # CONFIG_USB_SL811_HCD is not set # CONFIG_USB_R8A66597_HCD is not set # CONFIG_USB_WHCI_HCD is not set # CONFIG_USB_HWA_HCD is not set # # USB Device Class drivers # # CONFIG_USB_ACM is not set CONFIG_USB_PRINTER=y # CONFIG_USB_WDM is not set # CONFIG_USB_TMC is not set # # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may # # # also be needed; see USB_STORAGE Help for more info # CONFIG_USB_STORAGE=y # CONFIG_USB_STORAGE_DEBUG is not set # CONFIG_USB_STORAGE_DATAFAB is not set # CONFIG_USB_STORAGE_FREECOM is not set # CONFIG_USB_STORAGE_ISD200 is not set # CONFIG_USB_STORAGE_USBAT is not set # CONFIG_USB_STORAGE_SDDR09 is not set # CONFIG_USB_STORAGE_SDDR55 is not set # CONFIG_USB_STORAGE_JUMPSHOT is not set # CONFIG_USB_STORAGE_ALAUDA is not set # CONFIG_USB_STORAGE_ONETOUCH is not set # CONFIG_USB_STORAGE_KARMA is not set # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set # CONFIG_USB_LIBUSUAL is not set # # USB Imaging devices # # CONFIG_USB_MDC800 is not set # CONFIG_USB_MICROTEK is not set # # USB port drivers # # CONFIG_USB_SERIAL is not set # # USB Miscellaneous drivers # # CONFIG_USB_EMI62 is not set # CONFIG_USB_EMI26 is not set # CONFIG_USB_ADUTUX is not set # CONFIG_USB_SEVSEG is not set # CONFIG_USB_RIO500 is not set # CONFIG_USB_LEGOTOWER is not set # CONFIG_USB_LCD is not set # CONFIG_USB_LED is not set # CONFIG_USB_CYPRESS_CY7C63 is not set # CONFIG_USB_CYTHERM is not set # CONFIG_USB_IDMOUSE is not set # CONFIG_USB_FTDI_ELAN is not set # CONFIG_USB_APPLEDISPLAY is not set # CONFIG_USB_SISUSBVGA is not set # CONFIG_USB_LD is not set # CONFIG_USB_TRANCEVIBRATOR is not set # CONFIG_USB_IOWARRIOR is not set # CONFIG_USB_TEST is not set # CONFIG_USB_ISIGHTFW is not set # CONFIG_USB_GADGET is not set # # OTG and related infrastructure # # CONFIG_NOP_USB_XCEIV is not set # CONFIG_UWB is not set CONFIG_MMC=y # CONFIG_MMC_DEBUG is not set # CONFIG_MMC_UNSAFE_RESUME is not set # # MMC/SD/SDIO Card Drivers # CONFIG_MMC_BLOCK=y CONFIG_MMC_BLOCK_BOUNCE=y # CONFIG_SDIO_UART is not set # CONFIG_MMC_TEST is not set # # MMC/SD/SDIO Host Controller Drivers # # CONFIG_MMC_SDHCI is not set # CONFIG_MMC_WBSD is not set CONFIG_MMC_TIFM_SD=y # CONFIG_MMC_SDRICOH_CS is not set # CONFIG_MMC_CB710 is not set # CONFIG_MMC_VIA_SDMMC is not set # CONFIG_MEMSTICK is not set CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=m # # LED drivers # # CONFIG_LEDS_ALIX2 is not set # CONFIG_LEDS_PCA9532 is not set # CONFIG_LEDS_LP3944 is not set # CONFIG_LEDS_CLEVO_MAIL is not set # CONFIG_LEDS_PCA955X is not set # CONFIG_LEDS_BD2802 is not set # CONFIG_LEDS_INTEL_SS4200 is not set CONFIG_LEDS_TRIGGERS=y # # LED Triggers # # CONFIG_LEDS_TRIGGER_TIMER is not set # CONFIG_LEDS_TRIGGER_HEARTBEAT is not set # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set # # iptables trigger is under Netfilter config (LED target) # # CONFIG_ACCESSIBILITY is not set # CONFIG_INFINIBAND is not set # CONFIG_EDAC is not set CONFIG_RTC_LI | Your kernel is misconfigured. Recent versions of xf86-video-ati are not compatible with vesafb and uvesafb. Also your kernel has no access to the firmware when radeon drm is initialized: Quote: [ 60.896505] r600_cp: Failed to load firmware "radeon/RV730_pfp.bin" Please check http://www.gentoo.org/doc/en/xorg-config.xml how to properly configure your kernel. |
Hello. I just changed some kernel settings, solved and error, and created a new one (yippee!). Here's the new error: Code: (==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 28 16:33:39 2010 (==) Using system config directory "/usr/share/X11/xorg.conf.d" (EE) Failed to load module "vesa" (module does not exist, 0) (EE) Failed to load module "fbdev" (module does not exist, 0) FATAL: Module fbcon not found (EE) Microsoft Microsoft? Nano Transceiver v2.0: failed to initialize for relative axes. /etc/X11/xinit/xinitrc: line 59: twm: command not found /etc/X11/xinit/xinitrc: line 63: exec: xterm: not found /etc/X11/xinit/xinitrc: line 60: xclock: command not found /etc/X11/xinit/xinitrc: line 62: xterm: command not found The Nano Transceiver is probably my wireless mouse. I haven't had any problems with it before (but then again I haven't had any graphics) Thanks for any help! | I'm thinking: Code: grep -i framebuffer_console /usr/src/linux/.config should show Quote: CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set If no Quote: CONFIG_FRAMEBUFFER_CONSOLE=y edit the kernel config as in Device Drivers --->Graphics support --->Console display driver support ---><*> Framebuffer Console support to put it in, recompile recopy the kernel. IMHO, what xorg knows as fbcon, the kernel knows as Framebuffer Console support. output of ewaller's command Quote: ~ # grep FB /usr/src/linux/.config should look like Quote: CONFIG_FB=y # CONFIG_FB_DDC is not set # CONFIG_FB_BOOT_VESA_SUPPORT is not set # CONFIG_FB_CFB_FILLRECT is not set # CONFIG_FB_CFB_COPYAREA is not set # CONFIG_FB_CFB_IMAGEBLIT is not set # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set # CONFIG_FB_SYS_FILLRECT is not set # CONFIG_FB_SYS_COPYAREA is not set # CONFIG_FB_SYS_IMAGEBLIT is not set # CONFIG_FB_FOREIGN_ENDIAN is not set # CONFIG_FB_SYS_FOPS is not set # CONFIG_FB_SVGALIB is not set # CONFIG_FB_MACMODES is not set # CONFIG_FB_BACKLIGHT is not set CONFIG_FB_MODE_HELPERS=y CONFIG_FB_TILEBLITTING=y # CONFIG_FB_CIRRUS is not set # CONFIG_FB_PM2 is not set # CONFIG_FB_CYBER2000 is not set # CONFIG_FB_ARC is not set # CONFIG_FB_ASILIANT is not set # CONFIG_FB_IMSTT is not set # CONFIG_FB_VGA16 is not set # CONFIG_FB_UVESA is not set # CONFIG_FB_VESA is not set # CONFIG_FB_EFI is not set # CONFIG_FB_N411 is not set # CONFIG_FB_HGA is not set # CONFIG_FB_S1D13XXX is not set # CONFIG_FB_NVIDIA is not set # CONFIG_FB_RIVA is not set # CONFIG_FB_LE80578 is not set # CONFIG_FB_MATROX is not set # CONFIG_FB_RADEON is not set # CONFIG_FB_ATY128 is not set # CONFIG_FB_ATY is not set # CONFIG_FB_S3 is not set # CONFIG_FB_SAVAGE is not set # CONFIG_FB_SIS is not set # CONFIG_FB_VIA is not set # CONFIG_FB_NEOMAGIC is not set # CONFIG_FB_KYRO is not set # CONFIG_FB_3DFX is not set # CONFIG_FB_VOODOO1 is not set # CONFIG_FB_VT8623 is not set # CONFIG_FB_TRIDENT is not set # CONFIG_FB_ARK is not set # CONFIG_FB_PM3 is not set # CONFIG_FB_CARMINE is not set # CONFIG_FB_GEODE is not set # CONFIG_FB_VIRTUAL is not set # CONFIG_FB_METRONOME is not set # CONFIG_FB_MB862XX is not set # CONFIG_FB_BROADSHEET is not set # CONFIG_FB_UDL is not set # CONFIG_FB_SM7XX is not set # CONFIG_FB_XGI is not set again, IMHO. |
Hi dear all, I wanted to learn UML so I installed Umbrello with default flags. I had to add a few flags for underlying packages, such as: Code: #umbrello x11-libs/qt-qt3support kde x11-libs/qt-gui dbus qt3support x11-libs/qt-sql qt3support x11-libs/qt-core qt3support x11-libs/qt-webkit kde x11-libs/qt-opengl qt3support leading to Code: [ebuild R ] x11-libs/qt-core-4.6.3 USE="exceptions glib iconv qt3support ssl (-aqua) -debug -doc -optimized-qmake -pch" 0 kB [ebuild R ] x11-libs/qt-test-4.6.3 USE="exceptions iconv (-aqua) -debug -pch" 0 kB [ebuild R ] x11-libs/qt-script-4.6.3 USE="exceptions iconv (-aqua) -debug -pch" 0 kB [ebuild R ] x11-libs/qt-xmlpatterns-4.6.3 USE="(-aqua) -debug -pch" 0 kB [ebuild R ] x11-libs/qt-sql-4.6.3-r2 USE="exceptions iconv qt3support sqlite (-aqua) -debug (-firebird) -freetds -mysql -odbc -pch -postgres" 0 kB [ebuild R ] x11-libs/qt-dbus-4.6.3 USE="exceptions (-aqua) -debug -pch" 0 kB [ebuild R ] x11-libs/qt-gui-4.6.3-r2 USE="accessibility dbus exceptions glib qt3support (-aqua) -cups -debug -gtk -mng -nas -nis -pch -raster -tiff -trace -xinerama" 0 kB [ebuild R ] x11-libs/qt-qt3support-4.6.3 USE="accessibility exceptions kde (-aqua) -debug -pch -phonon" 0 kB [ebuild R ] x11-libs/qt-svg-4.6.3 USE="exceptions iconv (-aqua) -debug -pch" 0 kB [ebuild R ] x11-libs/qt-opengl-4.6.3 USE="exceptions qt3support (-aqua) -debug -pch" 0 kB [ebuild R ] x11-libs/qt-webkit-4.6.3-r1 USE="exceptions kde (-aqua) -dbus -debug -pch" 0 kB [ebuild R ] kde-base/kdelibs-4.4.5 USE="acl bzip2 handbook mmx nls sse sse2 ssl -3dnow -alsa (-altivec) (-aqua) -bindist -debug -doc -fam -jpeg2k (-kdeenablefinal) (-kdeprefix) -kerberos -lzma -openexr -opengl -policykit -semantic-desktop -spell -test -zeroconf" 0 kB [ebuild R ] kde-base/khelpcenter-4.4.5 USE="(-aqua) -debug (-kdeenablefinal) (-kdeprefix)" 0 kB [ebuild R ] kde-base/umbrello-4.4.5 USE="handbook (-aqua) -debug (-kdeenablefinal) (-kdeprefix)" 0 kB Unfortunately Umbrello doesn't offer any alternate language other that the default one. Please note that Designer and Linguist packages have also been installed. I'd like to have a leaner install, but at this stage I can't tell whether theses app are mandatory for a full featured use. Has anyone any idea what I should do? Thanks for your attention. | Additional translations in KDE require kde-base/kde-l10n to be installed. |
Hi! I have a little, funny problem. When my computer starting, first I have screen with Firefox running in X server, when I close firefox clicking Quit in File tab, KDE is starting. Thanks for reply, | This might not be the case, depending on how you start your X session, but, can you open a terminal and post the output for this command, please? Code: $ cat ~/.xinitrc |
I just upgraded xorg-server and switched from hal-config to the xorg.conf.d variant. But regardless of the settings Xorg always seemed to load the default "us" layout. (Xorg.0.log actually did say it loaded that from a config file, not from a default setting) I grep'ed my /usr/share directory for the configuration being loaded and found it under /usr/share/X11/xorg.conf.d/ After deleting all files from that directory I get lots of 'No input driver/identifier specified' errors in my Xorg.0.log So it seems like /etc/X11/xorg.conf.d/ is ignored entirely and not even read. Any ideas how to fix this? | This is a possible result of randomly deleting files. Most likely, whatever you think you put in your configuration, is either in incorrect place or invalid syntax. First, restore those default files, then post what were you were putting in and where. |
yesturday after upgrading to stable xorg-server 1.9 & Co. my mouse scroll doesn't work anymore... Code: [ 917.626] (EE) A4TECH USB Device: failed to initialize for relative axes. [ 917.626] (WW) A4TECH USB Device: found 37 axes, limiting to 36. I don't have hal use flag set and don't even have hal installed. here is full Xorg.0.log: [code][ 917.137] X.Org X Server 1.9.2 Release Date: 2010-10-30 [ 917.137] X Protocol Version 11, Revision 0 [ 917.137] Build Operating System: Linux 2.6.36-gentoo-r5 x86_64 Gentoo [ 917.137] Current Operating System: Linux garage.bixority.com 2.6.36-gentoo-r5 #2 SMP PREEMPT Wed Dec 22 19:30:01 EET 2010 x86_64 [ 917.137] Kernel command line: root=/dev/sdb7 [ 917.137] Build Date: 24 December 2010 04:14:45AM [ 917.137] [ 917.137] Current version of pixman: 0.20.0 [ 917.137] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 917.137] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 917.137] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 24 14:17:11 2010 [ 917.137] (==) Using config file: "/etc/X11/xorg.conf" [ 917.137] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 917.138] (==) ServerLayout "X.org Configured" [ 917.138] (**) |-->Screen "Screen0" (0) [ 917.138] (**) | |-->Monitor "Monitor0" [ 917.138] (**) | |-->Device "Card0" [ 917.138] (==) Automatically adding devices [ 917.138] (==) Automatically enabling devices [ 917.139] (**) 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/ [ 917.139] (**) ModulePath set to "/usr/lib64/xorg/modules" [ 917.139] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 917.139] (II) Loader magic: 0x7cc060 [ 917.139] (II) Module ABI versions: [ 917.139] X.Org ANSI C Emulation: 0.4 [ 917.139] X.Org Video Driver: 8.0 [ 917.139] X.Org XInput driver : 11.0 [ 917.139] X.Org Server Extension : 4.0 [ 917.140] (--) PCI:*(0:1:5:0) 1002:9714:1043:8454 rev 0, Mem @ 0xd0000000/268435456, 0xfe6f0000/65536, 0xfe500000/1048576, I/O @ 0x0000c000/256 [ 917.140] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. [ 917.140] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. [ 917.140] (II) "glx" will be loaded. This was enabled by default and also specified in the config file. [ 917.140] (II) "record" will be loaded. This was enabled by default and also specified in the config file. [ 917.140] (II) "dri" will be loaded. This was enabled by default and also specified in the config file. [ 917.140] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file. [ 917.140] (II) LoadModule: "dri" [ 917.141] (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so [ 917.141] (II) Module dri: vendor="X.Org Foundation" [ 917.141] compiled for 1.9.2, module version = 1.0.0 [ 917.141] ABI class: X.Org Server Extension, version 4.0 [ 917.141] (II) Loading extension XFree86-DRI [ 917.141] (II) LoadModule: "record" [ 917.142] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so [ 917.142] (II) Module record: vendor="X.Org Foundation" [ 917.142] compiled for 1.9.2, module version = 1.13.0 [ 917.142] Module class: X.Org Server Extension [ 917.142] ABI class: X.Org Server Extension, version 4.0 [ 917.142] (II) Loading extension RECORD [ 917.142] (II) LoadModule: "dbe" [ 917.142] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so [ 917.142] (II) Module dbe: vendor="X.Org Foundation" [ 917.143] compiled for 1.9.2, module version = 1.0.0 [ 917.143] Module class: X.Org Server Extension [ 917.143] ABI class: X.Org Server Extension, version 4.0 [ 917.143] (II) Loading extension DOUBLE-BUFFER [ 917.143] (II) LoadModule: "dri2" [ 917.143] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so [ 917.143] (II) Module dri2: vendor="X.Org Foundation" [ 917.143] compiled for 1.9.2, module version = 1.2.0 [ 917.143] ABI class: X.Org Server Extension, version 4.0 [ 917.143] (II) Loading extension DRI2 [ 917.143] (II) LoadModule: "glx" [ 917.144] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 917.144] (II) Module glx: vendor="X.Org Foundation" [ 917.144] compiled for 1.9.2, module version = 1.0.0 [ 917.144] ABI class: X.Org Server Extension, version 4.0 [ 917.144] (==) AIGLX enabled [ 917.144] (II) Loading extension GLX [ 917.144] (II) LoadModule: "extmod" [ 917.144] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so [ 917.144] (II) Module extmod: vendor="X.Org Foundation" [ 917.144] compiled for 1.9.2, module version = 1.0.0 [ 917.144] Module class: X.Org Server Extension [ 917.144] ABI class: X.Org Server Extension, version 4.0 [ 917.144] (II) Loading extension MIT-SCREEN-SAVER [ 917.144] (II) Loading extension XFree86-VidModeExtension [ 917.144] (II) Loading extension XFree86-DGA [ 917.144] (II) Loading extension DPMS [ 917.144] (II) Loading extension XVideo [ 917.144] (II) Loading extension XVideo-MotionCompensation [ 917.144] (II) Loading extension X-Resource [ 917.144] (II) LoadModule: "radeon" [ 917.144] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so [ 917.144] (II) Module radeon: vendor="X.Org Foundation" [ 917.144] compiled for 1.9.2, module version = 6.13.2 [ 917.144] Module class: X.Org Video Driver [ 917.144] ABI class: X.Org Video Driver, version 8.0 [ 917.144] (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI), ATI Radeon Mobility X300 (M24) 3152 (PCIE), ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI), ATI Radeon X600 (RV380) 3E50 (PCIE), ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650, ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP), ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337, ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP), ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP), ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP), ATI Radeon Mobility 9800 (M18) JN (AGP), ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP), ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP), ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP), ATI Radeon Mobility M7 LW (AGP), ATI Mobility FireGL 7800 M7 LX (AGP), ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP), ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI), ATI Radeon Mobility X300 (M22) 5460 (PCIE), ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE), ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE), ATI Radeon X800PRO (R423) UI (PCIE), ATI Radeon X800LE (R423) UJ (PCIE), ATI Radeon X800SE (R423) UK (PCIE), ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE), ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE), ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE), ATI FireGL unknown (R423) UR (PCIE), ATI FireGL unknown (R423) UT (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility Radeon X700 XL (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon XPRESS 200 5954 (PCIE), ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI), ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE), ATI Radeon XPRESS 200M 5975 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE), ATI Radeon XPRESS 200M 5A42 (PCIE), ATI Radeon XPRESS 200 5A61 (PCIE), ATI Radeon XPRESS 200M 5A62 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE), ATI Radeon X600 (RV370) 5B62 (PCIE), ATI Radeon X550 (RV370) 5B63 (PCIE), ATI FireGL V3100 (RV370) 5B64 (PCIE), ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Mobility Radeon X800 XT (M28) (PCIE), ATI Mobility FireGL V5100 (M28) (PCIE), ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE), ATI Radeon X850 XT PE (R480) (PCIE), ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE), ATI unknown Radeon / FireGL (R480) 5D50 (PCIE), ATI Radeon X850 XT (R480) (PCIE), ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 PRO (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800, ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800, ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, ATI Mobility Radeon X1400, ATI Radeon X1300/X1550, ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300, ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350, ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550, ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450, ATI Radeon X1300/X1550, ATI Mobility Radeon X2300, ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, ATI Mobility Radeon X1350, ATI Mobility Radeon X1450, ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350, ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600, ATI Mobility FireGL V5200, ATI Mobility Radeon X1600, ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400, ATI Mobility FireGL V5250, ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT, ATI FireGL V5200, ATI Mobility Radeon X1700, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950, ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560, ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400, ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560, ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740, ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2, ATI Radeon 4800 Series, ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670, ATI FirePro M5750, ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670], ATI RADEON E4600, ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830, ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740, ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770, ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, ATI Mobility Radeon HD 3850, ATI Radeon HD3850, ATI Mobility Radeon HD 3850 X2, ATI RV670, ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630, ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470, ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700, ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4290, CYPRESS, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370, AMD Firestream 9350, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series, ATI Mobility Radeon HD 5800 Series, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR, ATI Radeon HD 5450, CEDAR [ 917.146] (++) using VT number 7 [ 917.164] (II) [KMS] Kernel modesetting enabled. [ 917.164] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32 [ 917.164] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) [ 917.164] (==) RADEON(0): Default visual is TrueColor [ 917.164] (**) RADEON(0): Option "NoAccel" "False" [ 917.164] (**) RADEON(0): Option "EnablePageFlip" "True" [ 917.164] (**) RADEON(0): Option "AccelDFS" "True" [ 917.164] (**) RADEON(0): Option "RenderAccel" "True" [ 917.164] (**) RADEON(0): Option "AccelMethod" "EXA" [ 917.165] (**) RADEON(0): Option "DRI" "True" [ 917.165] (**) RADEON(0): Option "TVStandard" "PAL" [ 917.165] (==) RADEON(0): RGB weight 888 [ 917.165] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) [ 917.165] (--) RADEON(0): Chipset: "ATI Radeon HD 4290" (ChipID = 0x9714) [ 917.165] (II) RADEON(0): PCI card detected [ 917.165] drmOpenDevice: node name is /dev/dri/card0 [ 917.165] drmOpenDevice: open result is 8, (OK) [ 917.165] drmOpenByBusid: Searching for BusID pci:0000:01:05.0 [ 917.165] drmOpenDevice: node name is /dev/dri/card0 [ 917.165] drmOpenDevice: open result is 8, (OK) [ 917.165] drmOpenByBusid: drmOpenMinor returns 8 [ 917.165] drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0 [ 917.165] (II) RADEON(0): KMS Color Tiling: disabled [ 917.179] (II) RADEON(0): Output VGA-0 using monitor section Monitor0 [ 917.282] (II) RADEON(0): Output HDMI-0 has no monitor section [ 917.296] (II) RADEON(0): EDID for output VGA-0 [ 917.399] (II) RADEON(0): EDID for output HDMI-0 [ 917.399] (II) RADEON(0): Manufacturer: DEL Model: f016 Serial#: 810178380 [ 917.399] (II) RADEON(0): Year: 2010 Week: 25 [ 917.399] (II) RADEON(0): EDID Version: 1.3 [ 917.399] (II) RADEON(0): Digital Display Input [ 917.399] (II) RADEON(0): Max Image Size [cm]: horiz.: 52 vert.: 32 [ 917.399] (II) RADEON(0): Gamma: 2.20 [ 917.399] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off [ 917.399] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 917.399] (II) RADEON(0): First detailed timing is preferred mode [ 917.399] (II) RADEON(0): redX: 0.680 redY: 0.310 greenX: 0.206 greenY: 0.693 [ 917.399] (II) RADEON(0): blueX: 0.151 blueY: 0.055 whiteX: 0.313 whiteY: 0.329 [ 917.399] (II) RADEON(0): Supported established timings: [ 917.399] (II) RADEON(0): 720x400@70Hz [ 917.399] (II) RADEON(0): 640x480@60Hz [ 917.399] (II) RADEON(0): 640x480@75Hz [ 917.399] (II) RADEON(0): 800x600@60Hz [ 917.399] (II) RADEON(0): 800x600@75Hz [ 917.399] (II) RADEON(0): 1024x768@60Hz [ 917.399] (II) RADEON(0): 1024x768@75Hz [ 917.399] (II) RADEON(0): 1280x1024@75Hz [ 917.399] (II) RADEON(0): Manufacturer's mask: 0 [ 917.399] (II) RADEON(0): Supported standard timings: [ 917.399] (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 917.399] (II) RADEON(0): #1: hsize: 1600 vsize 1200 refresh: 60 vid: 16553 [ 917.399] (II) RADEON(0): #2: hsize: 1920 vsize 1200 refresh: 60 vid: 209 [ 917.399] (II) RADEON(0): #3: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 917.399] (II) RADEON(0): Supported detailed timing: [ 917.399] (II) RADEON(0): clock: 154.0 MHz Image Size: 518 x 324 mm [ 917.399] (II) RADEON(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0 [ 917.399] (II) RADEON(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0 [ 917.399] (II) RADEON(0): Serial No: F525M06H0JWL [ 917.399] (II) RADEON(0): Monitor name: DELL U2410 [ 917.399] (II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz [ 917.399] (II) RADEON(0): Supported detailed timing: [ 917.399] (II) RADEON(0): clock: 148.5 MHz Image Size: 518 x 324 mm [ 917.399] (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0 [ 917.399] (II) RADEON(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0 [ 917.399] (II) RADEON(0): Supported detailed timing: [ 917.399] (II) RADEON(0): clock: 74.2 MHz Image Size: 518 x 324 mm [ 917.399] (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0 [ 917.399] (II) RADEON(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0 [ 917.399] (II) RADEON(0): Supported detailed timing: [ 917.399] (II) RADEON(0): clock: 74.2 MHz Image Size: 518 x 324 mm [ 917.399] (II) RADEON(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0 [ 917.399] (II) RADEON(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0 [ 917.399] (II) RADEON(0): Supported detailed timing: [ 917.399] (II) RADEON(0): clock: 27.0 MHz Image Size: 518 x 324 mm [ 917.399] (II) RADEON(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0 [ 917.399] (II) RADEON(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0 [ 917.399] (II) RADEON(0): Number of EDID sections to follow: 1 [ 917.399] (II) RADEON(0): EDID (in hex): [ 917.399] (II) RADEON(0): 00ffffffffffff0010ac16f04c574a30 [ 917.399] (II) RADEON(0): 1914010380342078ea1ec5ae4f34b126 [ 917.399] (II) RADEON(0): 0e5054a54b008180a940d100714f0101 [ 917.399] (II) RADEON(0): 010101010101283c80a070b023403020 [ 917.399] (II) RADEON(0): 360006442100001a000000ff00463532 [ 917.399] (II) RADEON(0): 354d303648304a574c0a000000fc0044 [ 917.400] (II) RADEON(0): 454c4c2055323431300a2020000000fd [ 917.400] (II) RADEON(0): 00384c1e5111000a202020202020012c [ 917.400] (II) RADEON(0): Printing probed modes for output HDMI-0 [ 917.400] (II) RADEON(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz) [ 917.400] (II) RADEON(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz) [ 917.400] (II) RADEON(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) [ 917.400] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 917.400] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 917.400] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) [ 917.400] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz) [ 917.400] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 917.400] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 917.400] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 917.400] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 917.400] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 917.400] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) [ 917.400] (II) RADEON(0): Output VGA-0 disconnected [ 917.400] (II) RADEON(0): Output HDMI-0 connected [ 917.400] (II) RADEON(0): Using exact sizes for initial modes [ 917.400] (II) RADEON(0): Output HDMI-0 using initial mode 1920x1200 [ 917.400] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 917.400] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:27000000 visible:266f6000 [ 917.400] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM [ 917.400] (==) RADEON(0): DPI set to (96, 96) [ 917.400] (II) Loading sub module "fb" [ 917.400] (II) LoadModule: "fb" [ 917.400] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 917.400] (II) Module fb: vendor="X.Org Foundation" [ 917.400] compiled for 1.9.2, module version = 1.0.0 [ 917.400] ABI class: X.Org ANSI C Emulation, version 0.4 [ 917.400] (II) Loading sub module "ramdac" [ 917.400] (II) LoadModule: "ramdac" [ 917.400] (II) Module "ramdac" already built-in [ 917.400] (II) Loading sub module "exa" [ 917.400] (II) LoadModule: "exa" [ 917.400] (II) Loading /usr/lib64/xorg/modules/libexa.so [ 917.400] (II) Module exa: vendor="X.Org Foundation" [ 917.400] compiled for 1.9.2, module version = 2.5.0 [ 917.400] ABI class: X.Org Video Driver, version 8.0 [ 917.400] (--) Depth 24 pixmap format is 32 bpp [ 917.400] (II) RADEON(0): [DRI2] Setup complete [ 917.400] (II) RADEON(0): [DRI2] DRI driver: r600 [ 917.400] (II) RADEON(0): Front buffer size: 9600K [ 917.400] (II) RADEON(0): VRAM usage limit set to 558108K [ 917.400] (**) RADEON(0): Option "BackingStore" "True" [ 917.400] (**) RADEON(0): Backing store enabled [ 917.400] (II) RADEON(0): Direct rendering enabled [ 917.400] (II) RADEON(0): Setting EXA maxPitchBytes [ 917.400] (II) EXA(0): Driver allocated offscreen pixmaps [ 917.400] (II) EXA(0): Driver registered support for the following operations: [ 917.400] (II) Solid [ 917.400] (II) Copy [ 917.400] (II) Composite (RENDER acceleration) [ 917.400] (II) UploadToScreen [ 917.400] (II) DownloadFromScreen [ 917.400] (II) RADEON(0): Acceleration enabled [ 917.400] (**) RADEON(0): DPMS enabled [ 917.400] (==) RADEON(0): Silken mouse enabled [ 917.400] (II) RADEON(0): Set up textured video [ 917.400] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 917.400] (--) RandR disabled [ 917.400] (II) Initializing built-in extension Generic Event Extension [ 917.400] (II) Initializing built-in extension SHAPE [ 917.400] (II) Initializing built-in extension MIT-SHM [ 917.400] (II) Initializing built-in extension XInputExtension [ 917.400] (II) Initializing built-in extension XTEST [ 917.400] (II) Initializing built-in extension BIG-REQUESTS [ 917.400] (II) Initializing built-in extension SYNC [ 917.400] (II) Initializing built-in extension XKEYBOARD [ 917.400] (II) Initializing built-in extension XC-MISC [ 917.400] (II) Initializing built-in extension XINERAMA [ 917.400] (II) Initializing built-in extension XFIXES [ 917.400] (II) Initializing built-in extension RENDER [ 917.400] (II) Initializing built-in extension RANDR [ 917.400] (II) Initializing built-in extension COMPOSITE [ 917.400] (II) Initializing built-in extension DAMAGE [ 917.406] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 917.406] (II) AIGLX: enabled GLX_INTEL_swap_event [ 917.406] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control [ 917.406] (II) AIGLX: enabled GLX_SGI_make_current_read [ 917.406] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 917.407] (II) AIGLX: Loaded and initialized /usr/lib64/dri/r600_dri.so [ 917.407] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 917.407] (II) RADEON(0): Setting screen physical size to 508 x 317 [ 917.549] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 917.549] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 917.549] (II) LoadModule: "evdev" [ 917.549] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 917.549] (II) Module evdev: vendor="X.Org Foundation" [ 917.549] compiled for 1.9.2, module version = 2.5.0 [ 917.549] Module class: X.Org XInput Driver [ 917.549] ABI class: X.Org XInput driver, version 11.0 [ 917.549] (**) Power Button: always reports core events [ 917.549] (**) Power Button: Device: "/dev/input/event1" [ 917.558] (--) Power Button: Found keys [ 917.558] (II) Power Button: Configuring as keyboard [ 917.558] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) [ 917.558] (**) Option "xkb_rules" "evdev" [ 917.558] (**) Option "xkb_model" "evdev" [ 917.558] (**) Option "xkb_layout" "us" [ 917.586] (II) config/udev: Adding input device Power Button (/dev/input/event0) [ 917.586] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 917.586] (**) Power Button: always reports core events [ 917.586] (**) Power Button: Device: "/dev/input/event0" [ 917.594] (--) Power Button: Found keys [ 917.594] (II) Power Button: Configuring as keyboard [ 917.594] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) [ 917.594] (**) Option "xkb_rules" "evdev" [ 917.594] (**) Option "xkb_model" "evdev" [ 917.594] (**) Option "xkb_layout" "us" [ 917.605] (II) config/udev: Adding input device Microsoft Natural® Ergonomic Keyboard 4000 (/dev/input/event2) [ 917.605] (**) Microsoft Natural® Ergonomic Keyboard 4000: Applying InputClass "evdev keyboard catchall" [ 917.605] (**) Microsoft Natural® Ergonomic Keyboard 4000: always reports core events [ 917.605] (**) Microsoft Natural® Ergonomic Keyboard 4000: Device: "/dev/input/event2" [ 917.610] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found keys [ 917.610] (II) Microsoft Natural® Ergonomic Keyboard 4000: Configuring as keyboard [ 917.610] (II) XINPUT: Adding extended input device "Microsoft Natural® Ergonomic Keyboard 4000" (type: KEYBOARD) [ 917.610] (**) Option "xkb_rules" "evdev" [ 917.610] (**) Option "xkb_model" "evdev" [ 917.610] (**) Option "xkb_layout" "us" [ 917.611] (II) config/udev: Adding input device Microsoft Natural® Ergonomic Keyboard 4000 (/dev/input/event3) [ 917.611] (**) Microsoft Natural® Ergonomic Keyboard 4000: Applying InputClass "evdev keyboard catchall" [ 917.611] (**) Microsoft Natural® Ergonomic Keyboard 4000: always reports core events [ 917.611] (**) Microsoft Natural® Ergonomic Keyboard 4000: Device: "/dev/input/event3" [ 917.618] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found 1 mouse buttons [ 917.618] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found scroll wheel(s) [ 917.618] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found relative axes [ 917.618] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found absolute axes [ 917.618] (--) Microsoft Natural® Ergonomic Keyboard 4000: Found keys [ 917.618] (II) Microsoft Natural® Ergonomic Keyboard 4000: Configuring as mouse [ 917.618] (II) Microsoft Natural® Ergonomic Keyboard 4000: Configuring as keyboard [ 917.618] (**) Microsoft Natural® Ergonomic Keyboard 4000: YAxisMapping: buttons 4 and 5 [ 917.618] (**) Microsoft Natural® Ergonomic Keyboard 4000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 917.618] (II) XINPUT: Adding extended input device "Microsoft Natural® Ergonomic Keyboard 4000" (type: KEYBOARD) [ 917.618] (**) Option "xkb_rules" "evdev" [ 917.618] (**) Option "xkb_model" "evdev" [ 917.618] (**) Option "xkb_layout" "us" [ 917.618] (EE) Microsoft Natural® Ergonomic Keyboard 4000: failed to initialize for relative axes. [ 917.619] (II) Microsoft Natural® Ergonomic Keyboard 4000: initialized for absolute axes. [ 917.620] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/event4) [ 917.620] (**) A4TECH USB Device: Applying InputClass "evdev keyboard catchall" [ 917.620] (**) A4TECH USB Device: always reports core events [ 917.620] (**) A4TECH USB Device: Device: "/dev/input/event4" [ 917.626] (--) A4TECH USB Device: Found 1 mouse buttons [ 917.626] (--) A4TECH USB Device: Found scroll wheel(s) [ 917.626] (--) A4TECH USB Device: Found relative axes [ 917.626] (--) A4TECH USB Device: Found absolute axes [ 917.626] (--) A4TECH USB Device: Found x and y absolute axes [ 917.626] (--) A4TECH USB Device: Found keys [ 917.626] (II) A4TECH USB Device: Configuring as mouse [ 917.626] (II) A4TECH USB Device: Configuring as keyboard [ 917.626] (**) A4TECH USB Device: YAxisMapping: buttons 4 and 5 [ 917.626] (**) A4TECH USB Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 917.626] (II) XINPUT: Adding extended input device "A4TECH USB Device" (type: KEYBOARD) [ 917.626] (**) Option "xkb_rules" "evdev" [ 917.626] (**) Option "xkb_model" "evdev" [ 917.626] (**) Option "xkb_layout" "us" [ 917.626] (EE) A4TECH USB Device: failed to initialize for relative axes. [ 917.626] (WW) A4TECH USB Device: found 37 axes, limiting to 36. [ 917.627] (II) A4TECH USB Device: initialized for absolute axes. [ 917.628] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/event5) [ 917.628] (**) A4TECH USB Device: Applying InputClass "evdev pointer catchall" [ 917.628] (**) A4TECH USB Device: always reports core events [ 917.628] (**) A4TECH USB Device: Device: "/dev/input/event5" [ 917.634] (--) A4TECH USB Device: Found 20 mouse buttons [ 917.634] (--) A4TECH USB Device: Found scroll wheel(s) [ 917.634] (--) A4TECH USB Device: Found relative axes [ 917.634] (--) A4TECH USB Device: Found x and y relative axes [ 917.634] (II) A4TECH USB Device: Configuring as mouse [ 917.634] (**) A4TECH USB Device: YAxisMapping: buttons 4 and 5 [ 917.634] (**) A4TECH USB Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 917.634] (II) XINPUT: Adding extended input device "A4TECH USB Device" (type: MOUSE) [ 917.634] (**) A4TECH USB Device: (accel) keeping acceleration scheme 1 [ 917.634] (**) A4TECH USB Device: (accel) acceleration profile 0 [ 917.634] (**) A4TECH USB Device: (accel) acceleration factor: 2.000 [ 917.634] (**) A4TECH USB Device: (accel) acceleration threshold: 4 [ 917.634] (II) A4TECH USB Device: initialized for relative axes. [ 917.635] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/mouse0) [ 917.635] (II) No input driver/identifier specified (ignoring) [ 920.740] (II) AIGLX: Suspending AIGLX clients for VT switch [ 968.767] (II) AIGLX: Resuming AIGLX clients after VT switch [ 968.885] (II) RADEON(0): EDID vendor "DEL", prod id 61462 [ 968.885] (II) RADEON(0): Using EDID range info for horizontal sync [ 968.885] (II) RADEON(0): Using EDID range info for vertical refresh [ 968.885] (II) RADEON(0): Printing DDC gathered Modelines: [ 968.885] (II) RADEON(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz) [ 968.885] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz) [ 968.885] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz) [ 968.885] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz) [ 968.885] (II) RADEON(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz) [ 968.885] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 968.885] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 968.885] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 968.885] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) [ 968.885] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 968.885] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) [ 968.885] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 968.885] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 968.885] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 968.885] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) [ 968.885] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) [ 968.885] (II) RADEON(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz) [ 968.885] (II) RADEON(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz) [ 968.885] (II) RADEON(0): Modeline "1440x240"x0.0 27.00 1440 1478 1602 1716 240 244 247 262 -hsync -vsync (15.7 kHz) [ 968.885] (II) RADEON(0): Modeline "1440x288"x0.0 27.00 1440 1464 1590 1728 288 290 293 312 -hsync -vsync (15.6 kHz) [ 968.885] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz) [ 968.885] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz) [ 968.885] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz) [ 968.886] (II) RADEON(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz) [ 968.886] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz) [ 973.936] (II) RADEON(0): EDID vendor "DEL", prod id 61462 [ 973.936] (II) RADEON(0): Using hsync ranges from config file [ 973.936] (II) RADEON(0): Using vrefresh ranges from config file [ 973.936] (II) RADEON(0): Printing DDC gathered Modelines: [ 973.936] (II) RADEON(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz) [ 973.936] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz) [ 973.936] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz) [ 973.936] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz) [ 973.936] (II) RADEON(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz) [ 973.936] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 973.936] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 973.936] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 973.936] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) [ 973.936] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 973.936] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) [ 973.936] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 973.936] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 973.936] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 973.936] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) [ 973.936] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) [ 973.936] (II) RADEON(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz) [ 973.936] (II) RADEON(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz) [ 973.936] (II) RADEON(0): Modeline "1440x240"x0.0 27.00 1440 1478 1602 1716 240 244 247 262 -hsync -vsync (15.7 kHz) [ 973.936] (II) RADEON(0): Modeline "1440x288"x0.0 27.00 1440 1464 1590 1728 288 290 293 312 -hsync -vsync (15.6 kHz) [ 973.936] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz) [ 973.936] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz) [ 973.936] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz) [ 973.937] (II) RADEON(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz) [ 973.937] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz) [ 974.165] (II) RADEON(0): EDID vendor "DEL", prod id 61462 [ 974.165] (II) RADEON(0): Using hsync ranges from config file [ 974.165] (II) RADEON(0): Using vrefresh ranges from config file [ 974.165] (II) RADEON(0): Printing DDC gathered Modelines: [ 974.165] (II) RADEON(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz) [ 974.165] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz) [ 974.165] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz) [ 974.165] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz) [ 974.165] (II) RADEON(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz) [ 974.165] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 974.165] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 974.165] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 974.165] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) [ 974.165] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 974.165] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) [ 974.165] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 974.165] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 974.165] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 974.165] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) [ 974.165] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) [ 974.165] (II) RADEON(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz) [ 974.165] (II) RADEON(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz) [ 974.165] (II) RADEON(0): Modeline "1440x240"x0.0 27.00 1440 1478 1602 1716 240 244 247 262 -hsync -vsync (15.7 kHz) [ 974.165] (II) RADEON(0): Modeline "1440x288"x0.0 27.00 1440 1464 1590 1728 288 290 293 312 -hsync -vsync (15.6 kHz) [ 974.165] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz) [ 974.165] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz) [ 974.165] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz) [ 974.165] (II) RADEON(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz) [ 974.165] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz) [ 978.667] (II) RADEON(0): EDID vendor "DEL", prod id 61462 [ 978.667] (II) RADEON(0): Using hsync ranges from config file [ 978.667] (II) RADEON(0): Using vrefresh ranges from config file [ 978.667] (II) RADEON(0): Printing DDC gathered Modelines: [ 978.667] (II) RADEON(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz) [ 978.667] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz) [ 978.667] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz) [ 978.667] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz) [ 978.667] (II) RADEON(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz) [ 978.667] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) [ 978.667] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) [ 978.667] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) [ 978.667] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) [ 978.667] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) [ 978.667] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) [ 978.667] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) [ 978.667] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) [ 978.667] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) [ 978.667] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) [ 978.667] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) [ 978.667] (II) RADEON(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz) [ 978.667] (II) RADEON(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz) [ 978.667] (II) RADEON(0): Modeline "1440x240"x0.0 27.00 1440 1478 1602 1716 240 244 247 262 -hsync -vsync (15.7 kHz) [ 978.667] (II) RADEON(0): Modeline "1440x288"x0.0 27.00 1440 1464 1590 1728 288 290 293 312 -hsync -vsync (15.6 kHz) [ 978.667] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 2 | Perhaps the default buttons for axes are wrong for you, test the device. |
I have a very strange problem. I cannot suspend my laptop from KDE any more and I really do not know why. I have upgraded a few things from the last time but I would say they are irrelevant: Code: 1288103129: Started emerge on: Oct 26, 2010 16:25:29 1288103129: *** emerge --update system 1288103133: >>> emerge (1 of 3) sys-apps/man-pages-3.28 to / 1288103135: === (1 of 3) Cleaning (sys-apps/man-pages-3.28::/usr/portage/sys-apps/man-pages/man-pages-3.28.ebuild) 1288103135: === (1 of 3) Compiling/Merging (sys-apps/man-pages-3.28::/usr/portage/sys-apps/man-pages/man-pages-3.28.ebuild) 1288103143: === (1 of 3) Merging (sys-apps/man-pages-3.28::/usr/portage/sys-apps/man-pages/man-pages-3.28.ebuild) 1288103148: >>> AUTOCLEAN: sys-apps/man-pages:0 1288103148: === Unmerging... (sys-apps/man-pages-3.27) 1288103150: >>> unmerge success: sys-apps/man-pages-3.27 1288103151: === (1 of 3) Post-Build Cleaning (sys-apps/man-pages-3.28::/usr/portage/sys-apps/man-pages/man-pages-3.28.ebuild) 1288103151: ::: completed emerge (1 of 3) sys-apps/man-pages-3.28 to / 1288103151: >>> emerge (2 of 3) sys-apps/shadow-4.1.4.2-r6 to / 1288103152: === (2 of 3) Cleaning (sys-apps/shadow-4.1.4.2-r6::/usr/portage/sys-apps/shadow/shadow-4.1.4.2-r6.ebuild) 1288103152: === (2 of 3) Compiling/Merging (sys-apps/shadow-4.1.4.2-r6::/usr/portage/sys-apps/shadow/shadow-4.1.4.2-r6.ebuild) 1288103203: === (2 of 3) Merging (sys-apps/shadow-4.1.4.2-r6::/usr/portage/sys-apps/shadow/shadow-4.1.4.2-r6.ebuild) 1288103205: >>> AUTOCLEAN: sys-apps/shadow:0 1288103205: === Unmerging... (sys-apps/shadow-4.1.4.2-r5) 1288103206: >>> unmerge success: sys-apps/shadow-4.1.4.2-r5 1288103208: === (2 of 3) Post-Build Cleaning (sys-apps/shadow-4.1.4.2-r6::/usr/portage/sys-apps/shadow/shadow-4.1.4.2-r6.ebuild) 1288103208: ::: completed emerge (2 of 3) sys-apps/shadow-4.1.4.2-r6 to / 1288103208: >>> emerge (3 of 3) sys-devel/gcc-4.4.4-r2 to / 1288103210: === (3 of 3) Cleaning (sys-devel/gcc-4.4.4-r2::/usr/portage/sys-devel/gcc/gcc-4.4.4-r2.ebuild) 1288103210: === (3 of 3) Compiling/Merging (sys-devel/gcc-4.4.4-r2::/usr/portage/sys-devel/gcc/gcc-4.4.4-r2.ebuild) 1288105164: === (3 of 3) Merging (sys-devel/gcc-4.4.4-r2::/usr/portage/sys-devel/gcc/gcc-4.4.4-r2.ebuild) 1288105172: >>> AUTOCLEAN: sys-devel/gcc:4.4 1288105172: === Unmerging... (sys-devel/gcc-4.4.3-r2) 1288105179: >>> unmerge success: sys-devel/gcc-4.4.3-r2 1288105193: === (3 of 3) Post-Build Cleaning (sys-devel/gcc-4.4.4-r2::/usr/portage/sys-devel/gcc/gcc-4.4.4-r2.ebuild) 1288105193: ::: completed emerge (3 of 3) sys-devel/gcc-4.4.4-r2 to / 1288105193: *** Finished. Cleaning up... 1288105193: *** exiting successfully. 1288105195: *** terminating. 1288106384: Started emerge on: Oct 26, 2010 17:19:44 1288106384: *** emerge unmerge =gcc-4.3.4 1288106390: === Unmerging... (sys-devel/gcc-4.3.4) 1288106403: >>> unmerge success: sys-devel/gcc-4.3.4 1288106403: *** exiting successfully. 1288106404: *** terminating. 1288106559: Started emerge on: Oct 26, 2010 17:22:39 1288106559: *** emerge --update world 1288106566: >>> emerge (1 of 6) dev-libs/icu-4.4.1 to / 1288106567: === (1 of 6) Cleaning (dev-libs/icu-4.4.1::/usr/portage/dev-libs/icu/icu-4.4.1.ebuild) 1288106567: === (1 of 6) Compiling/Merging (dev-libs/icu-4.4.1::/usr/portage/dev-libs/icu/icu-4.4.1.ebuild) 1288106738: === (1 of 6) Merging (dev-libs/icu-4.4.1::/usr/portage/dev-libs/icu/icu-4.4.1.ebuild) 1288106741: >>> AUTOCLEAN: dev-libs/icu:0 1288106742: === (1 of 6) Post-Build Cleaning (dev-libs/icu-4.4.1::/usr/portage/dev-libs/icu/icu-4.4.1.ebuild) 1288106742: ::: completed emerge (1 of 6) dev-libs/icu-4.4.1 to / 1288106742: >>> emerge (2 of 6) dev-libs/nss-3.12.8 to / 1288106743: === (2 of 6) Cleaning (dev-libs/nss-3.12.8::/usr/portage/dev-libs/nss/nss-3.12.8.ebuild) 1288106743: === (2 of 6) Compiling/Merging (dev-libs/nss-3.12.8::/usr/portage/dev-libs/nss/nss-3.12.8.ebuild) 1288106878: === (2 of 6) Merging (dev-libs/nss-3.12.8::/usr/portage/dev-libs/nss/nss-3.12.8.ebuild) 1288106881: >>> AUTOCLEAN: dev-libs/nss:0 1288106881: === Unmerging... (dev-libs/nss-3.12.7) 1288106882: >>> unmerge success: dev-libs/nss-3.12.7 1288106884: === (2 of 6) Post-Build Cleaning (dev-libs/nss-3.12.8::/usr/portage/dev-libs/nss/nss-3.12.8.ebuild) 1288106884: ::: completed emerge (2 of 6) dev-libs/nss-3.12.8 to / 1288106884: >>> emerge (3 of 6) sys-kernel/gentoo-sources-2.6.34-r12 to / 1288106888: === (3 of 6) Cleaning (sys-kernel/gentoo-sources-2.6.34-r12::/usr/portage/sys-kernel/gentoo-sources/gentoo-sources-2.6.34-r12.ebuild) 1288106888: === (3 of 6) Compiling/Merging (sys-kernel/gentoo-sources-2.6.34-r12::/usr/portage/sys-kernel/gentoo-sources/gentoo-sources-2.6.34-r12.ebuild) 1288106932: === (3 of 6) Merging (sys-kernel/gentoo-sources-2.6.34-r12::/usr/portage/sys-kernel/gentoo-sources/gentoo-sources-2.6.34-r12.ebuild) 1288106959: >>> AUTOCLEAN: sys-kernel/gentoo-sources:2.6.34-r12 1288106962: === (3 of 6) Post-Build Cleaning (sys-kernel/gentoo-sources-2.6.34-r12::/usr/portage/sys-kernel/gentoo-sources/gentoo-sources-2.6.34-r12.ebuild) 1288106962: ::: completed emerge (3 of 6) sys-kernel/gentoo-sources-2.6.34-r12 to / 1288106962: >>> emerge (4 of 6) www-client/chromium-7.0.517.41 to / 1288106967: === (4 of 6) Cleaning (www-client/chromium-7.0.517.41::/usr/portage/www-client/chromium/chromium-7.0.517.41.ebuild) 1288106967: === (4 of 6) Compiling/Merging (www-client/chromium-7.0.517.41::/usr/portage/www-client/chromium/chromium-7.0.517.41.ebuild) 1288110957: === (4 of 6) Merging (www-client/chromium-7.0.517.41::/usr/portage/www-client/chromium/chromium-7.0.517.41.ebuild) 1288110965: >>> AUTOCLEAN: www-client/chromium:0 1288110965: === Unmerging... (www-client/chromium-6.0.472.62) 1288110967: >>> unmerge success: www-client/chromium-6.0.472.62 1288110982: === (4 of 6) Post-Build Cleaning (www-client/chromium-7.0.517.41::/usr/portage/www-client/chromium/chromium-7.0.517.41.ebuild) 1288110982: ::: completed emerge (4 of 6) www-client/chromium-7.0.517.41 to / 1288110982: >>> emerge (5 of 6) net-libs/xulrunner-1.9.2.11 to / 1288110988: === (5 of 6) Cleaning (net-libs/xulrunner-1.9.2.11::/usr/portage/net-libs/xulrunner/xulrunner-1.9.2.11.ebuild) 1288110988: === (5 of 6) Compiling/Merging (net-libs/xulrunner-1.9.2.11::/usr/portage/net-libs/xulrunner/xulrunner-1.9.2.11.ebuild) 1288112286: === (5 of 6) Merging (net-libs/xulrunner-1.9.2.11::/usr/portage/net-libs/xulrunner/xulrunner-1.9.2.11.ebuild) 1288112294: >>> AUTOCLEAN: net-libs/xulrunner:1.9 1288112294: === Unmerging... (net-libs/xulrunner-1.9.2.9) 1288112300: >>> unmerge success: net-libs/xulrunner-1.9.2.9 1288112303: === (5 of 6) Post-Build Cleaning (net-libs/xulrunner-1.9.2.11::/usr/portage/net-libs/xulrunner/xulrunner-1.9.2.11.ebuild) 1288112303: ::: completed emerge (5 of 6) net-libs/xulrunner-1.9.2.11 to / 1288112303: >>> emerge (6 of 6) www-client/firefox-3.6.11 to / 1288112308: === (6 of 6) Cleaning (www-client/firefox-3.6.11::/usr/portage/www-client/firefox/firefox-3.6.11.ebuild) 1288112308: === (6 of 6) Compiling/Merging (www-client/firefox-3.6.11::/usr/portage/www-client/firefox/firefox-3.6.11.ebuild) 1288112390: === (6 of 6) Merging (www-client/firefox-3.6.11::/usr/portage/www-client/firefox/firefox-3.6.11.ebuild) 1288112392: >>> AUTOCLEAN: www-client/firefox:0 1288112392: === Unmerging... (www-client/firefox-3.6.9) 1288112394: >>> unmerge success: www-client/firefox-3.6.9 1288112397: === (6 of 6) Post-Build Cleaning (www-client/firefox-3.6.11::/usr/portage/www-client/firefox/firefox-3.6.11.ebuild) 1288112397: ::: completed emerge (6 of 6) www-client/firefox-3.6.11 to / 1288112397: *** Finished. Cleaning up... 1288112401: *** exiting successfully. 1288112403: *** terminating. Could anyone please help me where to look for the cause? I am usually able to deal with CLI software's and daemons' errors but something like a desktop environment is above me. | hello selig. i have done a Code: emerge -e world after gcc upgrade. Cause after that init doesnt found my xdm service and i ask me what it additional cant find too. And you have upgrade your gentoo-sources what can cause that u have to reemerge the powermanager of your choice like u have to reemerge X & Co. maximus successus |
Hi all, I recently installed gentoo amd64 on my new HP Probook 4720s (Mobility Radeon HD 5450) but I can't run compiz on it. Each time I run the command 'compiz --replace --indirect-rendering' in terminal I get a white screen and after hitting ctrl-c I get the following error message in the terminal window (and I have to restart xdm in order to be able to use gnome again). Code: compiz (core) - Error: Couldn't load plugin 'yes' WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported! This is an application bug! WARNING: Application calling GLX 1.3 function "glXDestroyPixmap" when GLX 1.3 I am using kernel 2.6.34-r12 with the following configurations: Code: Device Drivers Graphics support <M> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) <M> ATI Radeon [*] Enable modesetting on radeon by default - NEW DRIVER <*> ATI Radeon display support [*] DDC/I2C for ATI Radeon support [*] Support for backlight control I also tried newer masked kernels such as 2.6.36-r4 and r5 I'm using the 'radeon' value in VIDEO_CARDS var. I can run glxgears and that is the output I get: Code: 3720 frames in 5.0 seconds = 743.868 FPS 3772 frames in 5.0 seconds = 754.321 FPS Output from glxinfo: Code: name of display: :0.0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: SGI server glx version string: 1.2 server glx extensions: GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_MESA_copy_sub_buffer client glx vendor string: Mesa Project and 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_INTEL_swap_event GLX version: 1.2 GLX extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer OpenGL vendor string: Mesa Project OpenGL renderer string: Software Rasterizer OpenGL version string: 2.1 Mesa 7.8.2 OpenGL shading language version string: 1.20 OpenGL extensions: GL_ARB_copy_buffer, GL_ARB_depth_texture, GL_ARB_depth_clamp, GL_ARB_draw_buffers, GL_ARB_draw_elements_base_vertex, GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, GL_ARB_framebuffer_object, GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, GL_ARB_imaging, GL_ARB_map_buffer_range, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_provoking_vertex, GL_ARB_shader_objects, GL_ARB_shading_language_100, GL_ARB_shading_language_120, GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_sync, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture, GL_EXT_depth_bounds_test, GL_EXT_draw_buffers2, GL_EXT_draw_range_elements, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_object, GL_EXT_fog_coord, GL_EXT_gpu_program_parameters, GL_EXT_histogram, GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels, GL_EXT_paletted_texture, GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_shared_texture_palette, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_array, GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_swizzle, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_3DFX_texture_compression_FXT1, GL_APPLE_packed_pixels, GL_APPLE_vertex_array_object, GL_APPLE_object_purgeable, GL_ATI_blend_equation_separate, GL_ATI_envmap_bumpmap, GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once, GL_ATI_fragment_shader, GL_ATI_separate_stencil, GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_resize_buffers, GL_MESA_texture_array, GL_MESA_ycbcr_texture, GL_MESA_window_pos, GL_NV_blend_square, GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fragment_program, GL_NV_fragment_program_option, GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, GL_NV_point_sprite, GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_OES_read_format, GL_SGI_color_matrix, GL_SGI_color_table, GL_SGI_texture_color_table, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays 64 GLX Visuals visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- 0x21 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x22 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0xda 24 tc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0xdb 24 tc 0 24 0 r . . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0xdc 24 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0xdd 24 tc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0xde 24 tc 0 24 0 r . . 8 8 8 0 0 0 8 0 0 0 0 0 0 None 0xdf 24 tc 0 24 0 r . . 8 8 8 0 0 0 8 16 16 16 0 0 0 Slow 0xe0 24 tc 0 24 0 r y . 8 8 8 0 0 0 8 0 0 0 0 0 0 None 0xe1 24 tc 0 24 0 r y . 8 8 8 0 0 0 8 16 16 16 0 0 0 Slow 0xe2 24 tc 0 24 0 r . . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0xe3 24 tc 0 24 0 r . . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0xe4 24 tc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0xe5 24 tc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0xe6 24 tc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0xe7 24 tc 0 24 0 r . . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0xe8 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0xe9 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0xea 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0xeb 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0xec 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0xed 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0xee 24 tc 0 32 0 r . . 8 8 8 8 0 0 8 0 0 0 0 0 0 None 0xef 24 tc 0 32 0 r . . 8 8 8 8 0 0 8 16 16 16 16 0 0 Slow 0xf0 24 tc 0 32 0 r y . 8 8 8 8 0 0 8 0 0 0 0 0 0 None 0xf1 24 tc 0 32 0 r y . 8 8 8 8 0 0 8 16 16 16 16 0 0 Slow 0xf2 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0xf3 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0xf4 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0xf5 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0xf6 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0xf7 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0xf8 24 dc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0xf9 24 dc 0 24 0 r . . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0xfa 24 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0xfb 24 dc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0xfc 24 dc 0 24 0 r . . 8 8 8 0 0 0 8 0 0 0 0 0 0 None 0xfd 24 dc 0 24 0 r . . 8 8 8 0 0 0 8 16 16 16 0 0 0 Slow 0xfe 24 dc 0 24 0 r y . 8 8 8 0 0 0 8 0 0 0 0 0 0 None 0xff 24 dc 0 24 0 r y . 8 8 8 0 0 0 8 16 16 16 0 0 0 Slow 0x100 24 dc 0 24 0 r . . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0x101 24 dc 0 24 0 r . . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0x102 24 dc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0x103 24 dc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0x104 24 dc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0x105 24 dc 0 24 0 r . . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0x106 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0x107 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0x108 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x109 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x10a 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x10b 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x10c 24 dc 0 32 0 r . . 8 8 8 8 0 0 8 0 0 0 0 0 0 None 0x10d 24 dc 0 32 0 r . . 8 8 8 8 0 0 8 16 16 16 16 0 0 Slow 0x10e 24 dc 0 32 0 r y . 8 8 8 8 0 0 8 0 0 0 0 0 0 None 0x10f 24 dc 0 32 0 r y . 8 8 8 8 0 0 8 16 16 16 16 0 0 Slow 0x110 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x111 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x112 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x113 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x114 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x115 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x116 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x59 32 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 128 GLXFBConfigs: visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- 0x5a 0 tc 0 8 0 r . . 3 3 2 0 0 0 0 0 0 0 0 0 0 None 0x5b 0 tc 0 8 0 r . . 3 3 2 0 0 0 0 16 16 16 0 0 0 Slow 0x5c 0 tc 0 8 0 r y . 3 3 2 0 0 0 0 0 0 0 0 0 0 None 0x5d 0 tc 0 8 0 r y . 3 3 2 0 0 0 0 16 16 16 0 0 0 Slow 0x5e 0 tc 0 8 0 r . . 3 3 2 0 0 0 8 0 0 0 0 0 0 None 0x5f 0 tc 0 8 0 r . . 3 3 2 0 0 0 8 16 16 16 0 0 0 Slow 0x60 0 tc 0 8 0 r y . 3 3 2 0 0 0 8 0 0 0 0 0 0 None 0x61 0 tc 0 8 0 r y . 3 3 2 0 0 0 8 16 16 16 0 0 0 Slow 0x62 0 tc 0 8 0 r . . 3 3 2 0 0 8 0 0 0 0 0 0 0 None 0x63 0 tc 0 8 0 r . . 3 3 2 0 0 8 0 16 16 16 0 0 0 Slow 0x64 0 tc 0 8 0 r y . 3 3 2 0 0 8 0 0 0 0 0 0 0 None 0x65 0 tc 0 8 0 r y . 3 3 2 0 0 8 0 16 16 16 0 0 0 Slow 0x66 0 tc 0 8 0 r . . 3 3 2 0 0 8 8 0 0 0 0 0 0 None 0x67 0 tc 0 8 0 r . . 3 3 2 0 0 8 8 16 16 16 0 0 0 Slow 0x68 0 tc 0 8 0 r y . 3 3 2 0 0 8 8 0 0 0 0 0 0 None 0x69 0 tc 0 8 0 r y . 3 3 2 0 0 8 8 16 16 16 0 0 0 Slow 0x6a 0 tc 0 16 0 r . . 5 6 5 0 0 0 0 0 0 0 0 0 0 None 0x6b 0 tc 0 16 0 r . . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow 0x6c 0 tc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None 0x6d 0 tc 0 16 0 r y . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow 0x6e 0 tc 0 16 0 r . . 5 6 5 0 0 0 8 0 0 0 0 0 0 None 0x6f 0 tc 0 16 0 r . . 5 6 5 0 0 0 8 16 16 16 0 0 0 Slow 0x70 0 tc 0 16 0 r y . 5 6 5 0 0 0 8 0 0 0 0 0 0 None 0x71 0 tc 0 16 0 r y . 5 6 5 0 0 0 8 16 16 16 0 0 0 Slow 0x72 0 tc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None 0x73 0 tc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow 0x74 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None 0x75 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow 0x76 0 tc 0 16 0 r . . 5 6 5 0 0 16 8 0 0 0 0 0 0 None 0x77 0 tc 0 16 0 r . . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow 0x78 0 tc 0 16 0 r y . 5 6 5 0 0 16 8 0 0 0 0 0 0 None 0x79 0 tc 0 16 0 r y . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow 0x7a 0 tc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0x7b 0 tc 0 24 0 r . . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0x7c 0 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0x7d 0 tc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0x7e 0 tc 0 24 0 r . . 8 8 8 0 0 0 8 0 0 0 0 0 0 None 0x7f 0 tc 0 24 0 r . . 8 8 8 0 0 0 8 16 16 16 0 0 0 Slow 0x80 0 tc 0 24 0 r y . 8 8 8 0 0 0 8 0 0 0 0 0 0 None 0x81 0 tc 0 24 0 r y . 8 8 8 0 0 0 8 16 16 16 0 0 0 Slow 0x82 0 tc 0 24 0 r . . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0x83 0 tc 0 24 0 r . . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0x84 0 tc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0x85 0 tc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0x86 0 tc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0x87 0 tc 0 24 0 r . . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0x88 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0x89 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0x8a 0 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x8b 0 tc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x8c 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x8d 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x8e 0 tc 0 32 0 r . . 8 8 8 8 0 0 8 0 0 0 0 0 0 None 0x8f 0 tc 0 32 0 r . . 8 8 8 8 0 0 8 16 16 16 16 0 0 Slow 0x90 0 tc 0 32 0 r y . 8 8 8 8 0 0 8 0 0 0 0 0 0 None 0x91 0 tc 0 32 0 r y . 8 8 8 8 0 0 8 16 16 16 16 0 0 Slow 0x92 0 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x93 0 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x94 0 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x95 0 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x96 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x97 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x98 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x99 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x9a 0 dc 0 8 0 r . . 3 3 2 0 0 0 0 0 0 0 0 0 0 None 0x9b 0 dc 0 8 0 r . . 3 3 2 0 0 0 0 16 16 16 0 0 0 Slow 0x9c 0 dc 0 8 0 r y . 3 3 2 0 0 0 0 0 0 0 0 0 0 None 0x9d 0 dc 0 8 0 r y . 3 3 2 0 0 0 0 16 16 16 0 0 0 Slow 0x9e 0 dc 0 8 0 r . . 3 3 2 0 0 0 8 0 0 0 0 0 0 None 0x9f 0 dc 0 8 0 r . . 3 3 2 0 0 0 8 16 16 16 0 0 0 Slow 0xa0 0 dc 0 8 0 r y . 3 3 2 0 0 0 8 0 0 0 0 0 0 None 0xa1 0 dc 0 8 0 r y . 3 3 2 0 0 0 8 16 16 16 0 0 0 Slow 0xa2 0 dc 0 8 0 r . . 3 3 2 0 0 8 0 0 0 0 0 0 0 None 0xa3 0 dc 0 8 0 r . . 3 3 2 0 0 8 0 16 16 16 0 0 0 Slow 0xa4 0 dc 0 8 0 r y . 3 3 2 0 0 8 0 0 0 0 0 0 0 None 0xa5 0 dc 0 8 0 r y . 3 3 2 0 0 8 0 16 16 16 0 0 0 Slow 0xa6 0 dc 0 8 0 r . . 3 3 2 0 0 8 8 0 0 0 0 0 0 None 0xa7 0 dc 0 8 0 r . . 3 3 2 0 0 8 8 16 16 16 0 0 0 Slow 0xa8 0 dc 0 8 0 r y . 3 3 2 0 0 8 8 0 0 0 0 0 0 None 0xa9 0 dc 0 8 0 r y . 3 3 2 0 0 8 8 16 16 16 0 0 0 Slow 0xaa 0 dc 0 16 0 r . . 5 6 5 0 0 0 0 0 0 0 0 0 0 None 0xab 0 dc 0 16 0 r . . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow 0xac 0 dc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None 0xad 0 dc 0 16 0 r y . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow 0xae 0 dc 0 16 0 r . . 5 6 5 0 0 0 8 0 0 0 0 0 0 None 0xaf 0 dc 0 16 0 r . . 5 6 5 0 0 0 8 16 16 16 0 0 0 Slow 0xb0 0 dc 0 16 0 r y . 5 6 5 0 0 0 8 0 0 0 0 0 0 None 0xb1 0 dc 0 16 0 r y . 5 6 5 0 0 0 8 16 16 16 0 0 0 Slow 0xb2 0 dc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None 0xb3 0 dc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow 0xb4 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None 0xb5 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow 0xb6 0 dc 0 16 0 r . . 5 6 5 0 0 16 8 0 0 0 0 0 0 None 0xb7 0 dc 0 16 0 r . . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow 0xb8 0 dc 0 16 0 r y . 5 6 5 0 0 16 8 0 0 0 0 0 0 None 0xb9 0 dc 0 16 0 r y . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow 0xba 0 dc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0xbb 0 dc 0 24 0 r . . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0xbc 0 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0xbd 0 dc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0xbe 0 dc 0 24 0 r . . 8 8 8 0 0 0 8 0 0 0 0 0 0 None 0xbf 0 dc 0 24 0 r . . 8 8 8 0 0 0 8 16 16 16 0 0 0 Slow 0xc0 0 dc 0 24 0 r y . 8 8 8 0 0 0 8 0 0 0 0 0 0 None 0xc1 0 dc 0 24 0 r y . 8 8 8 0 0 0 8 16 16 16 0 0 0 Slow 0xc2 0 dc 0 24 0 r . . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0xc3 0 dc 0 24 0 r . . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0xc4 0 dc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0xc5 0 dc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0xc6 0 dc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0xc7 0 dc 0 24 0 r . . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0xc8 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0xc9 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0xca 0 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0xcb 0 dc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0xcc 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0xcd 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0xce 0 dc 0 32 0 r . . 8 8 8 8 0 0 8 0 0 0 0 0 0 None 0xcf 0 dc 0 32 0 r . . 8 8 8 8 0 0 8 16 16 16 16 0 0 Slow 0xd0 0 dc 0 32 0 r y . 8 8 8 8 0 0 8 0 0 0 0 0 0 None 0xd1 0 dc 0 32 0 r y . 8 8 8 8 0 0 8 16 16 16 16 0 0 Slow 0xd2 0 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0xd3 0 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0xd4 0 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0xd5 0 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0xd6 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0xd7 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0xd8 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0xd9 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow and finaly output from Xorg log Code: X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.34-gentoo-r12 x86_64 Current Operating System: Linux zrubi-laptop 2.6.34-gentoo-r12 #2 SMP Fri Dec 17 15:42:59 IST 2010 x86_64 Kernel command line: root=/dev/sda6 Build Date: 21 November 2010 02:49:11AM Current version of pixman: 0.18.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 22 22:37:45 2010 (II) Loader magic: 0x7c1220 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (++) using VT number 7 (--) PCI:*(0:1:0:0) 1002:68e0:103c:1411 ATI Technologies Inc rev 0, Mem @ 0xc0000000/268435456, 0xd4500000/131072, I/O @ 0x00005000/256, BIOS @ 0x????????/131072 (==) Using default built-in configuration (30 lines) (==) --- Start of built-in configuration --- Section "Device" Identifier "Builtin Default ati Device 0" Driver "ati" EndSection Section "Screen" Identifier "Builtin Default ati Screen 0" Device "Builtin Default ati Device 0" EndSection Section "Device" Identifier "Builtin Default vesa Device 0" Driver "vesa" EndSection Section "Screen" Identifier "Builtin Default vesa Screen 0" Device "Builtin Default vesa Device 0" EndSection Section "Device" Identifier "Builtin Default fbdev Device 0" Driver "fbdev" EndSection Section "Screen" Identifier "Builtin Default fbdev Screen 0" Device "Builtin Default fbdev Device 0" EndSection Section "ServerLayout" Identifier "Builtin Default Layout" Screen "Builtin Default ati Screen 0" Screen "Builtin Default vesa Screen 0" Screen "Builtin Default fbdev Screen 0" EndSection (==) --- End of built-in configuration --- (==) ServerLayout "Builtin Default Layout" (**) |-->Screen "Builtin Default ati Screen 0" (0) (**) | |-->Monitor "<default monitor>" (**) | |-->Device "Builtin Default ati Device 0" (==) No monitor specified for screen "Builtin Default ati Screen 0". Using a default monitor configuration. (**) |-->Screen "Builtin Default vesa Screen 0" (1) (**) | |-->Monitor "<default monitor>" (**) | |-->Device "Builtin Default vesa Device 0" (==) No monitor specified for screen "Builtin Default vesa Screen 0". Using a default monitor configuration. (**) |-->Screen "Builtin Default fbdev Screen 0" (2) (**) | |-->Monitor "<default monitor>" (**) | |-->Device "Builtin Default fbdev Device 0" (==) No monitor specified for screen "Builtin Default fbdev Screen 0". Using a default monitor configuration. (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). (==) FontPath set to: /usr/share/fonts/misc/ (==) ModulePath set to "/usr/lib64/xorg/modules" (II) Cannot locate a core pointer device. (II) Cannot locate a core keyboard device. (II) The server relies on HAL to provide the list of input devices. If no devices become available, reconfigure HAL or disable AutoAddDevices. (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) LoadModule: "extmod" (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dri2" (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.1.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "ati" (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so (II) Module ati: vendor="X.Org Foundation" compiled for 1.7.7, module version = 6.13.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "radeon" (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so (II) Module radeon: vendor="X.Org Foundation" compiled for 1.7.7, module version = 6.13.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "vesa" (WW) Warning, couldn't open module vesa (II) UnloadModule: "vesa" (EE) Failed to load module "vesa" (module does not exist, 0) (II) LoadModule: "fbdev" (WW) Warning, couldn't open module fbdev (II) UnloadModule: "fbdev" (EE) Failed to load module "fbdev" (module does not exist, 0) (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI), ATI Radeon Mobility X300 (M24) 3152 (PCIE), ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI), ATI Radeon X600 (RV380) 3E50 (PCIE), ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650, ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP), ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337, ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP), ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP), ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP), ATI Radeon Mobility 9800 (M18) JN (AGP), ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP), ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP), ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP), ATI Radeon Mobility M7 LW (AGP), ATI Mobility FireGL 7800 M7 LX (AGP), ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP), ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI), ATI Radeon Mobility X300 (M22) 5460 (PCIE), ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE), ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE), ATI Radeon X800PRO (R423) UI (PCIE), ATI Radeon X800LE (R423) UJ (PCIE), ATI Radeon X800SE (R423) UK (PCIE), ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE), ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE), ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE), ATI FireGL unknown (R423) UR (PCIE), ATI FireGL unknown (R423) UT (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility Radeon X700 XL (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon XPRESS 200 5954 (PCIE), ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI), ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE), ATI Radeon XPRESS 200M 5975 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE), ATI Radeon XPRESS 200M 5A42 (PCIE), ATI Radeon XPRESS 200 5A61 (PCIE), ATI Radeon XPRESS 200M 5A62 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE), ATI Radeon X600 (RV370) 5B62 (PCIE), ATI Radeon X550 (RV370) 5B63 (PCIE), ATI FireGL V3100 (RV370) 5B64 (PCIE), ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Mobility Radeon X800 XT (M28) (PCIE), ATI Mobility FireGL V5100 (M28) (PCIE), ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE), ATI Radeon X850 XT PE (R480) (PCIE), ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE), ATI unknown Radeon / FireGL (R480) 5D50 (PCIE), ATI Radeon X850 XT (R480) (PCIE), ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 PRO (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800, ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800, ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, ATI Mobility Radeon X1400, ATI Radeon X1300/X1550, ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300, ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350, ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550, ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450, ATI Radeon X1300/X1550, ATI Mobility Radeon X2300, ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, ATI Mobility Radeon X1350, ATI Mobility Radeon X1450, ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350, ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600, ATI Mobility FireGL V5200, ATI Mobility Radeon X1600, ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400, ATI Mobility FireGL V5250, ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT, ATI FireGL V5200, ATI Mobility Radeon X1700, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950, ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560, ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400, ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560, ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740, ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2, ATI Radeon 4800 Series, ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670, ATI FirePro M5750, ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670], ATI RADEON E4600, ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830, ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740, ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770, ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, ATI Mobility Radeon HD 3850, ATI Radeon HD3850, ATI Mobility Radeon HD 3850 X2, ATI RV670, ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630, ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470, ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700, ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4290, CYPRESS, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series, ATI Mobility Radeon HD 5800 Series, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, CEDAR, CEDAR, CEDAR, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, CEDAR, ATI Radeon HD 5450, CEDAR (II) Primary Device is: PCI 01@00:00:0 (II) [KMS] Kernel modesetting enabled. (II) RADEON(0): Creating default Display subsection in Screen section "Builtin Default ati Screen 0" for depth/fbbpp 24/32 (==) RADEON(0): Depth 24, (--) framebuffer bpp 32 (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) (==) RADEON(0): Default visual is TrueColor (==) RADEON(0): RGB weight 888 (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) (--) RADEON(0): Chipset: "ATI Mobility Radeon HD 5000 Series" (ChipID = 0x68e0) (II) RADEON(0): PCIE card detected (WW) RADEON(0): Color tiling is not yet supported on R600/R700 (II) RADEON(0): KMS Color Tiling: disabled drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenByBusid: Searching for BusID pci:0000:01:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenByBusid: drmOpenMinor returns 8 drmOpenByBusid: Interface 1.4 failed, trying 1.1 drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 (II) RADEON(0): Output LVDS has no monitor section (II) RADEON(0): Output HDMI-0 has no monitor section (II) RADEON(0): Output VGA-0 has no monitor section (II) RADEON(0): Output LVDS connected (II) RADEON(0): Output HDMI-0 disconnected (II) RADEON(0): Output VGA-0 disconnected (II) RADEON(0): Using exact sizes for initial modes (II) RADEON(0): Output LVDS using initial mode 1600x900 (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. (II) RADEON(0): mem size init: gart size :1feff000 vram size: s:10000000 visible:fa41000 (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM (==) RADEON(0): DPI set to (96, 96) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib64/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.7.7, 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) RADEON(0): GPU accel disabled or not working, using shadowfb for KMS (II) Loading sub module "shadow" (II) LoadModule: "shadow" (II) Loading /usr/lib64/xorg/modules/libshadow.so (II) Module shadow: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.1.0 ABI class: X.Org ANSI C Emulation, version 0.4 (--) Depth 24 pixmap format is 32 bpp (II) RADEON(0): Front buffer size: 6384K (II) RADEON(0): VRAM usage limit set to 224888K (==) RADEON(0): Backing store disabled (WW) RADEON(0): Direct rendering disabled (II) RADEON(0): Acceleration disabled (==) RADEON(0): DPMS enabled (==) RADEON(0): Silken mouse enabled (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message. (--) RandR disabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (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) AIGLX: Screen 0 is not DRI2 capable (II) AIGLX: Screen 0 is not DRI capable (II) AIGLX: Loaded and initialized /usr/lib64/dri/swrast_dri.so (II) GLX: Initialized DRISWRAST GL provider for screen 0 (II) RADEON(0): Setting screen physical size to 423 x 238 (II) config/hal: Adding input device Bluetooth Laser Travel Mouse (II) LoadModule: "evdev" (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.7.7, module version = 2.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (**) Bluetooth Laser Travel Mouse: always reports core events (**) Bluetooth Laser Travel Mouse: Device: "/dev/input/event7" (II) Bluetooth Laser Travel Mouse: Found 12 mouse buttons (II) Bluetooth Laser Travel Mouse: Found scroll wheel(s) (II) Bluetooth Laser Travel Mouse: Found relative axes (II) Bluetooth Laser Travel Mouse: Found x and y relative axes (II) Bluetooth Laser Travel Mouse: Configuring as mouse (**) Bluetooth Laser Travel Mouse: YAxisMapping: buttons 4 and 5 (**) Bluetooth Laser Travel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "Bluetooth Laser Travel Mouse" (type: MOUSE) (**) Bluetooth Laser Travel Mouse: (accel) keeping acceleration scheme 1 (**) Bluetooth Laser Travel Mouse: (accel) acceleration profile 0 (II) Bluetooth Laser Travel Mouse: initialized for relative axes. (II) config/hal: Adding input device AT Translated Set 2 keyboard (**) AT Translated Set 2 keyboard: always reports core events (**) AT Translated Set 2 keyboard: Device: "/dev/input/event4" (II) AT Translated Set 2 keyboard: Found keys (II) AT Translated Set 2 keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad (II) LoadModule: "synaptics" (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so (II) Module synaptics: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.2.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (II) Synaptics touchpad driver version 1.2.1 (**) Option "Device" "/dev/input/event5" (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255 (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0 (II) SynPS/2 Synaptics TouchPad: buttons: left (**) Option "SHMConfig" "true" (**) Option "RBCornerButton" "4" (**) Option "LBCornerButton" "2" (**) Option "TapButton1" "1" (**) Option "TapButton2" "2" (**) Option "TapButton3" "3" (**) Option "CircularScrolling" "true" (**) Option "CircScrollTrigger" "3" (**) Option "AccelFactor" "2" (--) SynPS/2 Synaptics TouchPad: touchpad found (**) SynPS/2 Synaptics TouchPad: always reports core events (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD) (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1 (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0 (--) SynPS/2 Synaptics TouchPad: touchpad found (II) config/hal: Adding input device Villem (**) Villem: always reports core events (**) Villem: Device: "/dev/input/event6" (II) Villem: Found keys (II) Villem: Configuring as keyboard (II) XINPUT: Adding extended input device "Villem" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device Sleep Button (**) Sleep Button: always reports core events (**) Sleep Button: Device: "/dev/input/event0" (II) Sleep Button: Found keys (II) Sleep Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device Video Bus (**) Video Bus: always reports core events (**) Video Bus: Device: "/dev/input/event3" (II) Video Bus: Found keys (II) Video Bus: Configuring as keyboard (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device Power Button (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event2" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" On my old desktop computer I used gentoo for a few years with ATI Radeon 9600 and it worked perfect (untill my HD died) so I don't understand why it's not working on a newer card. Let me know if you need more outputs and logs Thanks for your help guys... | For open source 3D acceleration on Radeon 5000 series, you need kernel 2.6.36 (better 2.6.37_rc) and xf86-video-ati from git. You will find a -9999 ebuild in the x11 overlay. If you don't want to build packages from git, then you are left with the proprietary driver only. |
Howdy Did emerge system last week. Everything worked fine. Emerge world did not. Quote: X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.31-gentoo-r10 x86_64 Current Operating System: Linux txlnx06 2.6.31-gentoo-r10 #5 SMP Sun Dec 19 11:29:39 JST 2010 x86_64 Kernel command line: root=/dev/sda3 Build Date: 19 December 2010 11:37:11AM Current version of pixman: 0.18.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 19 11:59:13 2010 (==) Using config file: "/etc/X11/xorg.conf" (EE) Failed to load module "dri" (module does not exist, 0) (EE) Failed to load module "dri2" (module does not exist, 0) Backtrace: 0: /usr/bin/X (xorg_backtrace+0x28) [0x4a2998] 1: /usr/bin/X (0x400000+0x65535) [0x465535] 2: /lib/libpthread.so.0 (0x7f2380aa3000+0xf400) [0x7f2380ab2400] 3: /lib/libc.so.6 (strlen+0x12) [0x7f237fb88222] 4: /lib/libc.so.6 (_IO_vfprintf+0x3bcc) [0x7f237fb503ec] 5: /lib/libc.so.6 (__vsnprintf_chk+0xa9) [0x7f2 37fbf1679] 6: /usr/bin/X (LogVWrite+0x91) [0x464161] 7: /usr/bin/X (LogVMessageVerb+0x83) [0x4647e3] 8: /usr/bin/X (xf86Msg+0x97) [0x470307] 9: /usr/lib64/xorg/modules/extensions/libglx.so (0x7f237e302000+0x288c0f) [0x7f237e58ac0f] Segmentation fault at address (nil) Fatal server error: Caught signal 11 (Segmentation fault). Server aborting Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. giving up. xinit: No such file or directory (errno 2): unable to connect to X server xinit: No such process (errno 3): Server error. I've done eselect opengl nvidia and rebooted just to make sure (same results, as above). I've tried re-emerging nvidia drivers as well, to no avail. Any help would be appreciated. Crashing now... spent too much time on this machine today. | Started from scratch. Went with nouveu instead of nvidia. Works. |
originaly i thought this was the problem with me missing the downgrade of portage, then i remove the -acl flag from my kdelibs in package.use file, got few more percent out but now im stumped. I have two boxes, nearly the same boxes. Both are fresh installs, about a week old. Both have the same exact issues always brakes now here at this point about 51% Linking CXX shared library ../lib/libkdeinit4_kbuildsycoca4.so Built target kdeinit_kbuildsycoca4 what i have done emerge -pv kdelibs [ebuild N ] kde-base/kdelibs-4.4.5 USE="alsa bzip2 handbook jpeg2k mmx nls openexr opengl policykit semantic-desktop spell sse sse2 ssl zeroconf -3dnow -acl (-altivec) (-aqua) -bindist -debug -doc -fam (-kdeenablefinal) (-kdeprefix) -kerberos -lzma -test" 0 kB [ebuild N ] sys-auth/polkit-kde-0.95.1-r1 USE="(-aqua) -debug (-kdeenablefinal)" LINGUAS="-da -en_GB -et -gl -lt -nl -pt -pt_BR -sk -sv -uk -zh_TW" 0 kB [ebuild N ] kde-base/khelpcenter-4.4.5 USE="(-aqua) -debug (-kdeenablefinal) (-kdeprefix)" 0 kB [ebuild N ] kde-base/nepomuk-4.4.5 USE="handbook (-aqua) -debug (-kdeenablefinal) (-kdeprefix)" 0 kB equery list polkit [I--] [ ] sys-auth/polkit-0.96-r1 (0) [I--] [ ] sys-auth/polkit-qt-0.96.1 (0) equery list hal [I--] [ ] sys-apps/hal-0.5.14-r2 (0) revdep-rebuild - finds no issues - ran multi times, at several different times perl-cleaner --all - rebuilt a bunch of stuff equery list portage [I--] [ ] app-portage/portage-utils-0.3.1 (0) [I--] [ ] sys-apps/portage-2.2.0_alpha8 (0) and i have resynced with in the past week, the only errors are near the end.... cat /var/tmp/portage/kde-base/kdelibs-4.4.5/temp/build.log | grep error Code: C -O2 -march=i686 -pipe -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common Generating kjserrordlg.moc Generating moc_errordlg.cpp predicate_lexer.c: In function 'yy_fatal_error': lex.c: In function 'yy_fatal_error': predicate_lexer.c: In function 'yy_fatal_error': from /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:25, /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:56: warning: by 'virtual KJS::JSObject* KJS::ErrorObjectImp::construct(KJS::ExecState*, const KJS::List&)' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:75: warning: by 'virtual KJS::JSObject* KJS::NativeErrorImp::construct(KJS::ExecState*, const KJS::List&)' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:56: warning: by 'virtual KJS::JSObject* KJS::ErrorObjectImp::construct(KJS::ExecState*, const KJS::List&)' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:75: warning: by 'virtual KJS::JSObject* KJS::NativeErrorImp::construct(KJS::ExecState*, const KJS::List&)' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:56: warning: by 'virtual KJS::JSObject* KJS::ErrorObjectImp::construct(KJS::ExecState*, const KJS::List&)' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:75: warning: by 'virtual KJS::JSObject* KJS::NativeErrorImp::construct(KJS::ExecState*, const KJS::List&)' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:56: warning: by 'virtual KJS::JSObject* KJS::ErrorObjectImp::construct(KJS::ExecState*, const KJS::List&)' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:75: warning: by 'virtual KJS::JSObject* KJS::NativeErrorImp::construct(KJS::ExecState*, const KJS::List&)' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:56: warning: by 'virtual KJS::JSObject* KJS::ErrorObjectImp::construct(KJS::ExecState*, const KJS::List&)' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:75: warning: by 'virtual KJS::JSObject* KJS::NativeErrorImp::construct(KJS::ExecState*, const KJS::List&)' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:56: warning: by 'virtual KJS::JSObject* KJS::ErrorObjectImp::construct(KJS::ExecState*, const KJS::List&)' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:75: warning: by 'virtual KJS::JSObject* KJS::NativeErrorImp::construct(KJS::ExecState*, const KJS::List&)' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:56: warning: by 'virtual KJS::JSObject* KJS::ErrorObjectImp::construct(KJS::ExecState*, const KJS::List&)' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:75: warning: by 'virtual KJS::JSObject* KJS::NativeErrorImp::construct(KJS::ExecState*, const KJS::List&)' [ 20%] [ 20%] Building CXX object kjs/CMakeFiles/kjs.dir/error_object.o from /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:25, from /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.cpp:23: from /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:25, from /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.cpp:23: from /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:25, from /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.cpp:23: In file included from /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.cpp:23: /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:56: warning: by 'virtual KJS::JSObject* KJS::ErrorObjectImp::construct(KJS::ExecState*, const KJS::List&)' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:75: warning: by 'virtual KJS::JSObject* KJS::NativeErrorImp::construct(KJS::ExecState*, const KJS::List&)' from /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:25, from /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:25, from /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:25, /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:56: warning: by 'virtual KJS::JSObject* KJS::ErrorObjectImp::construct(KJS::ExecState*, const KJS::List&)' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:75: warning: by 'virtual KJS::JSObject* KJS::NativeErrorImp::construct(KJS::ExecState*, const KJS::List&)' from /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:25, from /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:25, from /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:25, /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:56: warning: by 'virtual KJS::JSObject* KJS::ErrorObjectImp::construct(KJS::ExecState*, const KJS::List&)' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:75: warning: by 'virtual KJS::JSObject* KJS::NativeErrorImp::construct(KJS::ExecState*, const KJS::List&)' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:56: warning: by 'virtual KJS::JSObject* KJS::ErrorObjectImp::construct(KJS::ExecState*, const KJS::List&)' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:75: warning: by 'virtual KJS::JSObject* KJS::NativeErrorImp::construct(KJS::ExecState*, const KJS::List&)' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:56: warning: by 'virtual KJS::JSObject* KJS::ErrorObjectImp::construct(KJS::ExecState*, const KJS::List&)' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kjs/error_object.h:75: warning: by 'virtual KJS::JSObject* KJS::NativeErrorImp::construct(KJS::ExecState*, const KJS::List&)' [ 37%] Building CXX object kdeui/CMakeFiles/kdeui.dir/util/kxerrorhandler.o /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kded/kded.cpp:75: error: expected initializer before 'void' /var/tmp/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/kded/kded.cpp:127: error: 'qDBusAddSpyHook' was not declared in this scope emerge --info =kde-base/kdelibs-4.4.5 Code: Portage 2.2.0_alpha8 (default/linux/x86/10.0, gcc-4.4.3, glibc-2.11.2-r3, 2.6.35-gentoo-r12 i686) ================================================================= System Settings ================================================================= System uname: Linux-2.6.35-gentoo-r12-i686-Intel-R-_Pentium-R-_4_CPU_2.53GHz-with-gentoo-1.12.14 Timestamp of tree: Thu, 16 Dec 2010 01:30:21 +0000 app-shells/bash: 4.1_p7 dev-java/java-config: 2.1.11-r1 dev-lang/python: 2.6.6-r1, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.14-r1 sys-apps/sandbox: 2.4 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 1.8.5-r4, 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.4.3-r2, 4.5.1-r1 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 virtual/os-headers: 2.6.30-r1 (sys-kernel/linux-headers) Repositories: gentoo ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="* -@EULA" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -march=i686 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="en" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://10.11.11.16/gentoo-portage" USE="X a52 aac acl alsa apache apache2 artworkextra automount bash-completion berkdb bmp browerplugin bzip2 cairo cli cookies cracklib crypt cups cxx dba dbus directfb dri dvd eds encode ffmpeg fortran ftp gd gdbm gif gnome gpm gstreamer gtk hal iconv jav java jpeg jpeg2k kde mad midi mmx modules mozilla mp3 mudflap mysql mysqli ncurses nls nptl nptlonly ntpl ntplonly off ogg openal opengl openmp openntpd pam pch pcre pdf perl php png policykit pppd python qt qt3 qt3support qt4 quicktime readline samba semantic-desktop server session snmp sockets spell sse sse2 ssl svg swat sysfs tcpd theora tiff unicode usb vim-syntax vnc vorbis win32codecs x264 x86 xface xine xml xorg xscreensaver zeroconf zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid 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" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" NETBEANS_MODULES="apisupport harness ide java nb websvccommon cnd dlight enterprise ergomonics groovy identity php profiler" PHP_TARGETS="php5-2" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="vesa" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS cat /var/tmp/portage/kde-base/kdelibs-4.4.5/temp/build.log http://pastebin.com/UAqjrC7D thanks for taking look at this mess | What version of qt-dbus do you have? If you don't have the correct version and kdelibs continues to compile, I would switch to 4.5. 4.4 was not as good. It was a set of major changes. Konqueror wasn't really dominating the www. Make sure you do "emerge -vpD kdelibs". Very sensitive in this way. |
It's just not an emerge world without a video disaster. I had some issues with the nvidia-driver after emerging world. I don't remember what version I upgraded xorg-server from. Rather than waste my precious time I went w/ the noveau driver which is all fine and dandy for a maximum of 3 hours, and then X freezes. (Symptoms: Mouse pointer moves, music still plays, nothing else does). I'll admit this could be something else, but this driver is the biggest change, so I will stick with it until proven otherwise. So, I'd like to go back to the nvidia driver. I followed the xorg guide. I'm not using an Xorg.conf file as per the instruction. I have nvidia-drivers emerged. To be safe, unmerged nouveau drivers. I did eselect opengl set nvidia. All fine and dandy. Rebooted. Then the problems start. Here's the interesting bits out of the Xorg.0.log file. Code: (==) Using default built-in configuration (39 lines) (==) --- Start of built-in configuration --- Section "Device" Identifier "Builtin Default nouveau Device 0" Driver "nouveau" EndSection Section "Screen" Identifier "Builtin Default nouveau Screen 0" Device "Builtin Default nouveau Device 0" EndSection Section "Device" Identifier "Builtin Default nv Device 0" Driver "nv" EndSection Section "Screen" Identifier "Builtin Default nv Screen 0" Device "Builtin Default nv Device 0" EndSection Section "Device" Identifier "Builtin Default vesa Device 0" Driver "vesa" EndSection Section "Screen" Identifier "Builtin Default vesa Screen 0" Device "Builtin Default vesa Device 0" EndSection Section "Device" Identifier "Builtin Default fbdev Device 0" Driver "fbdev" EndSection Section "Screen" Identifier "Builtin Default fbdev Screen 0" Device "Builtin Default fbdev Device 0" EndSection Section "ServerLayout" Identifier "Builtin Default Layout" Screen "Builtin Default nouveau Screen 0" Screen "Builtin Default nv Screen 0" Screen "Builtin Default vesa Screen 0" Screen "Builtin Default fbdev Screen 0" EndSection I'm not rocket scientist but that looks a lot like it's trying to load the open source driver. Some more o the same basically... Code: (II) Loading extension RECORD (II) LoadModule: "dri" (WW) Warning, couldn't open module dri (II) UnloadModule: "dri" (EE) Failed to load module "dri" (module does not exist, 0) (II) LoadModule: "dri2" (WW) Warning, couldn't open module dri2 (II) UnloadModule: "dri2" (EE) Failed to load module "dri2" (module does not exist, 0) (II) LoadModule: "nouveau" (WW) Warning, couldn't open module nouveau (II) UnloadModule: "nouveau" (EE) Failed to load module "nouveau" (module does not exist, 0) (II) LoadModule: "nv" (WW) Warning, couldn't open module nv (II) UnloadModule: "nv" (EE) Failed to load module "nv" (module does not exist, 0) (II) LoadModule: "vesa" (WW) Warning, couldn't open module vesa (II) UnloadModule: "vesa" (EE) Failed to load module "vesa" (module does not exist, 0) (II) LoadModule: "fbdev" (WW) Warning, couldn't open module fbdev (II) UnloadModule: "fbdev" (EE) Failed to load module "fbdev" (module does not exist, 0) (EE) No drivers available. If I re-emerged the nouveau drivers and do eselect opengl set xorg-x11, it comes back up (until it freezes). But, that's not a solution unfortunately. Any help is appreciated... or maybe I'm missing something quite obvious. | Took the nouveau drivers out of the kernel (from Graphic Support->Staging Drivers) to make sure. Re-emerged xorg-server & xorg-drivers (which pulls in nvidia-drivers) but it gives me the same error(s). It looks like it's trying to load the nouveau driver still. Code: (==) --- End of built-in configuration --- (==) ServerLayout "Builtin Default Layout" (**) |-->Screen "Builtin Default nouveau Screen 0" (0) (**) | |-->Monitor "<default monitor>" (**) | |-->Device "Builtin Default nouveau Device 0" (==) No monitor specified for screen "Builtin Default nouveau Screen 0". Using a default monitor configuration. (**) |-->Screen "Builtin Default nv Screen 0" (1) (**) | |-->Monitor "<default monitor>" (**) | |-->Device "Builtin Default nv Device 0" (==) No monitor specified for screen "Builtin Default nv Screen 0". Using a default monitor configuration. (**) |-->Screen "Builtin Default vesa Screen 0" (2) (**) | |-->Monitor "<default monitor>" (**) | |-->Device "Builtin Default vesa Device 0" (==) No monitor specified for screen "Builtin Default vesa Screen 0". Using a default monitor configuration. (**) |-->Screen "Builtin Default fbdev Screen 0" (3) (**) | |-->Monitor "<default monitor>" (**) | |-->Device "Builtin Default fbdev Device 0" (==) No monitor specified for screen "Builtin Default fbdev Screen 0". Using a default monitor configuration. (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (==) FontPath set to: -- SNIP -- Code: (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extension (II) NVIDIA GLX Module 195.36.31 Thu Jun 3 08:59:25 PDT 2010 (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dri" (WW) Warning, couldn't open module dri (II) UnloadModule: "dri" (EE) Failed to load module "dri" (module does not exist, 0) (II) LoadModule: "dri2" (WW) Warning, couldn't open module dri2 (II) UnloadModule: "dri2" (EE) Failed to load module "dri2" (module does not exist, 0) (II) LoadModule: "nouveau" (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so (II) Module nouveau: vendor="X.Org Foundation" compiled for 1.7.7, module version = 0.0.16 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "nv" (WW) Warning, couldn't open module nv (II) UnloadModule: "nv" (EE) Failed to load module "nv" (module does not exist, 0) (II) LoadModule: "vesa" (WW) Warning, couldn't open module vesa (II) UnloadModule: "vesa" (EE) Failed to load module "vesa" (module does not exist, 0) (II) LoadModule: "fbdev" (WW) Warning, couldn't open module fbdev (II) UnloadModule: "fbdev" (EE) Failed to load module "fbdev" (module does not exist, 0) (II) NOUVEAU driver (II) NOUVEAU driver for NVIDIA chipset families : RIVA TNT (NV04) RIVA TNT2 (NV05) GeForce 256 (NV10) GeForce 2 (NV11, NV15) GeForce 4MX (NV17, NV18) GeForce 3 (NV20) GeForce 4Ti (NV25, NV28) GeForce FX (NV3x) GeForce 6 (NV4x) GeForce 7 (G7x) GeForce 8 (G8x) (II) Primary Device is: PCI 01@00:00:0 (EE) [drm] No DRICreatePCIBusID symbol (EE) No devices detected. Fatal server error: no screens found |
emerge world installed chromium-bin 8.0.552.224 but execution produces these errors on an amd64 system: Code: /opt/chromium.org/chrome: /lib/libz.so.1: no version information available (required by /opt/chromium.org/chrome) /opt/chromium.org/chrome: /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.4/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /opt/chromium.org/chrome) Running revdep-rebuild didn't help. Any debugging hints would be welcomed. [SOLVED] Upgrading gcc to unstable 4.5 works. See phadjan.jr's solution, below. [/SOLVED] | cfgauss wrote: emerge world installed chromium-bin 8.0.552.224 but execution produces these errors on an amd64 system Please take a look at https://bugs.gentoo.org/show_bug.cgi?id=348738 |
EDIT: To fix this, I edited /usr/share/config/kdm/Xsetup to include my desired commands: Code: #! /bin/sh # Xsetup - run as root before the login dialog appears #xconsole -geometry 480x130-0-0 -notify -verbose -fn fixed -exitOnFail -file /dev/xconsole & setxkbmap fi setxkbmap -option terminate:ctrl_alt_bksp xmodmap "/etc/X11/xinit/Xmodmap" numlockx on | Systems settings -> Personal -> Keyboard layout At the command line sth. like : Code: setxkbmap -option terminate:ctrl_alt_bksp setxkbmap -model pc105 -layout de -variant nodeadkeys which BTW can be scripted/automated via ~/.kde4/Autostart/. |
Hi. I've just installed gentoo with kde4.4 and i've a problem: no automount when i insert cd or usb, and k3b gives me an error becouse it can't find optical-drive on my system. this is my /etc/group file, but i think it's ok... my user is "matteo" Code: root::0:root bin::1:root,bin,daemon daemon::2:root,bin,daemon sys::3:root,bin,adm adm::4:root,adm,daemon tty::5: disk::6:root,adm,haldaemon lp::7:lp mem::8: kmem::9: wheel::10:root,matteo floppy::11:root,haldaemon mail::12:mail news::13:news uucp::14:uucp man::15:man console::17: audio::18:matteo cdrom::19:haldaemon,matteo dialout::20:root tape::26:root video::27:root,matteo cdrw::80:haldaemon,matteo usb::85:haldaemon,matteo users::100:games nofiles:x:200: smmsp:x:209:smmsp portage::250:portage utmp:x:406: nogroup::65533: nobody::65534: sshd:x:22: locate:x:199: matteo:x:1000: ldap:x:439: messagebus:x:198: lpadmin:x:106: haldaemon:x:105:haldaemon,matteo plugdev:x:104:haldaemon, mysql:x:60: ssmtp:x:103: scanner:x:102: cron:x:16: crontab:x:101: p2p:x:999: | KDE 4.4 still depends on a running hal daemon for automount. |
Hi. I am trying unsuccessfuly to debug a python2 script with eric5. eric5 always starts python3 and I am getting syntax errors (because of that I think). I have played with settings and repeated the process cleaning all files/dirs beggining with .eric, eric, or Eric. Any help? If something needs to be configured pls. include some detail. Btw, I have python2 as default selection. | Emerging 5.0.4 fixed the problems. |
I just installed www-plugins/mozplugger-1.14.2 but the plugin is not shown in about:config in firefox. As it turns out, the ebuild installs the plugin at /usr/lib/mozilla/plugins/ but firefox does not search for plugins in that directory. If a move it (or symlink it) to /usr/lib/nsbrowser/plugins/ then everything works as expected. Is this bug of the ebuild? If so, then this is a very obvious bug, but there are no reports in bugzilla. Am I missing something? | OK it seems to be fixed now (bug #347155). |
Hello, I started having a problem with KDE4: my desktop (plasma-desktop, I guess) has decided to go in front of the normal windows, and stay there. The only way I can see the others is to keep them "above others" (I have to use the keyoard to focus on them and access the proper menu, but then I can see it and navigate it with the mouse). Killing the desktop (xkill) does just that, so no the problem goes away together with the desktop and the main panel. But on restart it again prevaricates and goes on top. I wasn't able to find any way to set the "keep below others" attribute for the desktop. I wonder if that is the problem, or if something is broken in the starting order of the applications, or what. Hints? help? More details: - if I activate a second monitor (xrandr), the problem persists only on one of the monitors (currently, the second activated, but I'm not sure this is relevant) - enabling the desktop effects does not affect this (but slows down the system) - restarting manually plasma-desktop after having killed him teaches it humility and it works properly, but the lesson is promptly forgotten on the next restart - I am not aware of the change that brought to this Gentoo ~amd64, KDE 4.5.3, Intel graphics (x11-drivers/xf86-video-intel 2.12.0), x11-base/xorg-server 1.9.2.901, media-libs/mesa 7.9. | Throwing out a wild guess here. Try removing all kde settings Code: mv ~/.kde4 my-backup-dir and see if that helps. Did you try re-emerging kde? |
Hi, Is it normal this memory usage for the X process? From top: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 7866 root 20 0 546m 293m 122m S 2 7.4 4 1:54.28 X I'm on a amd64 installation of gentoo without any overlay. I'm using fglrx video drivers ati-driver-10.9-r1 I attach also the output of emerge --info kde-meta: Portage 2.1.9.24 (default/linux/amd64/10.0/desktop/kde, gcc-4.4.4, glibc-2.11.2-r3, 2.6.34-gentoo-r12 x86_64) ================================================================= System Settings ================================================================= System uname: Linux-2.6.34-gentoo-r12-x86_64-Intel-R-_Core-TM-2_Duo_CPU_P8600_@_2.40GHz-with-gentoo-1.12.14 Timestamp of tree: Tue, 14 Dec 2010 08:15:01 +0000 app-shells/bash: 4.1_p7 dev-java/java-config: 2.1.11-r1 dev-lang/python: 2.6.5-r3, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.14-r1 sys-apps/sandbox: 2.3-r1 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.4.4-r2 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 virtual/os-headers: 2.6.30-r1 (sys-kernel/linux-headers) ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config /var/lib/hsqldb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo" CXXFLAGS="-march=native -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://de-mirror.org/distro/gentoo/" LANG="it_IT.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="it" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.de.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa amd64 anthy berkdb bluetooth branding bzip2 cairo cdr cjk cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr eap-tls emboss encode exif fam firefox flac fortran gdbm gif gpm gtk hal iconv immqt-bc ipv6 jpeg kde lcms ldap libnotify m17n-lib mad mikmod mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl nptlonly ntp ogg opengl openmp pam pango pcre pdf perl phonon png ppds pppd python qt3support qt4 readline scim sdl semantic-desktop session smp spell sse sse2 ssl ssse3 startup-notification svg sysfs tcpd tiff truetype unicode usb vorbis wicd x264 xcb xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CAMERAS="fuji" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev synaptics keyboard mouse joystick" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="it" PHP_TARGETS="php5-2" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="fglrx" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY | The direct answer to your question is, it depends. How many and what kind of programs are you running? The more generic answer is... Well, first, don't worry too much about the VIRT usage - this likely includes the video card's RAM and isn't all necessarily system memory. The main value to look at is the RES column - the resident pages, and see if this value steadily creeps up over time (over the course of hours of actual usage). This is the main indication of a memory leak. It is however normal for the RES value to increase for a while during operation - this is due to inefficiency in the memory allocation algorithms most programs use (they tend to work on a speed-is-more-important basis and don't pack data very efficiently). But eventually it should stabilize out and cease to increase. If you spot a memory leak, the next step is trying to find what program or activities in a program are causing it. It's basically trial and error unless you have a good memory debugging system in place (valgrind and similar come to mind). These debuggers are probably not particularly easy to use for a beginner though. |
While doing a long-overdue upgrade of an existing system, the emerge of nautilus-2.30.1-r1 failed due to an undefined reference to 'GDK_DISPLAY' Code: CC eel-xml-extensions.lo CCLD libeel-2.la CCLD check-program ./.libs/libeel-2.a(eel-gdk-extensions.o): In function `eel_gdk_window_focus': eel-gdk-extensions.c:(.text+0x81c): undefined reference to `GDK_DISPLAY' collect2: ld returned 1 exit status make[2]: *** [check-program] Error 1 make[2]: Leaving directory `/var/tmp/portage/gnome-base/nautilus-2.30.1-r1/work/nautilus-2.30.1/eel' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/gnome-base/nautilus-2.30.1-r1/work/nautilus-2.30.1' make: *** [all] Error 2 emake failed emerge --info for the nautilus ebuild Code: Portage 2.1.9.25 (default/linux/x86/10.0, gcc-4.3.4, glibc-2.11.2-r3, 2.6.30-gento o-r8 i686) ================================================================= System Settings ================================================================= System uname: Linux-2.6.30-gentoo-r8-i686-Intel-R-_Pentium-R-_4_CPU_2.80GHz-with-g entoo-1.12.13 Timestamp of tree: Wed, 15 Dec 2010 16:00:21 +0000 app-shells/bash: 4.1_p7 dev-java/java-config: 2.1.11-r1 dev-lang/python: 2.5.4-r2, 2.6.5-r2, 2.7.1, 3.1.3 dev-util/cmake: 2.6.4-r3 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 2.4 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 1.4_p6::<unknown repository>, 1.5-r1, 1.6.3::<unknown reposit ory>, 1.7.9-r1, 1.8.5-r4, 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 3.3.6-r1::<unknown repository>, 3.4.6-r2, 4.1.2, 4.3.4, 4.4.4 -r2 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 1.4.3-r4::<unknown repository>, 2.2.10 sys-devel/make: 3.81-r2 virtual/os-headers: 2.6.30-r1 (sys-kernel/linux-headers) ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="* -@EULA" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=pentium4" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config /var/qmail/alias /var/qm ail/control /var/vpopmail/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fo nts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -march=pentium4" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages news paralle l-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs un merge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress -- force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/ local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X a52 accessibility acl alsa apache2 asf berkdb bzip2 cdr cli cracklib crypt cups cxx dri dvd dvdread ffmpeg flac fortran gdbm gnome gpm gtk hal iconv ipv6 jac k maildir modules mp3 mudflap mysql ncurses nls nptl nptlonly openmp pam pcre perl pppd python qt3support qt4 readline session ssl sysfs tcpd unicode win32codecs wx gtk1 x86 xorg xvid zlib" ALSA_CARDS="intel8x0" ALSA_PCM_PLUGINS="adpcm alaw asym c opy 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_MODUL ES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_defa ult authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner auth z_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_a lias" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="g libc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpscl ock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v 3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evde v" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 m txorb ncurses text" PHP_TARGETS="php5-2" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDE O_CARDS="fbdev glint intel mach64 mga neomagic nouveau nv r128 radeon savage sis t dfx trident vesa via vmware dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan len gth2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal ra wnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL , LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORT AGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY ================================================================= Package Settings ================================================================= gnome-base/nautilus-2.26.4-r1 was built with the following: USE="gnome -beagle -debug -doc -test (-tracker) -xmp" LDFLAGS="-Wl,-O1" I didn't see anything about this in the forums or elsewhere online, so I figured I'd check and see if anyone else has run into this. I don't have gnome-base/nautilus keyworded ~x86, and I can try that if needed, but I was hesitant to do so because of the possibility of then having to do the same with other large parts of gnome, which I'd rather avoid if possible. Any ideas/insight on how to get this error resolved would be greatly appreciated. | As you don't seem to be using any overlays, then the most likely reason is that the package is using -DGDK_DISABLE_DEPRECATED, so yes, keywording that package (as you seem to do with gtk+) is the most simple solution. |
Hi there, i have trouble to emerge following packages. I tried already [SOLVED]printer-applet-4.3.5&system-config-printer-kde-4.3.5 Any Idea? Code: emerge -uD world -av1q -j2 --keep-going [ebuild U ] kde-base/printer-applet-4.5.4 [4.5.3] USE="(-aqua) -handbook (-kdeenablefinal) (-kdeprefix)" [ebuild U ] kde-base/system-config-printer-kde-4.5.4 [4.5.3] USE="(-aqua) (-kdeenablefinal) (-kdeprefix)" [ebuild U ] kde-base/kajongg-4.5.4 [4.5.3] USE="(-aqua) -debug -handbook (-kdeenablefinal) (-kdeprefix)" [ebuild U ] kde-base/kdepim-runtime-4.4.8 [4.4.7] USE="(-aqua) -debug (-kdeenablefinal) (-kdeprefix)" [ebuild U ] kde-base/kdeadmin-meta-4.5.4 [4.5.3] USE="cups (-aqua) (-kdeprefix)" [ebuild U ] kde-base/kontact-4.4.8 [4.4.7] USE="(-aqua) -debug -handbook (-kdeenablefinal) (-kdeprefix)" [ebuild U ] kde-base/kdegames-meta-4.5.4 [4.5.3] USE="opengl python (-aqua) (-kdeprefix)" [ebuild U ] kde-base/akregator-4.4.8 [4.4.7] USE="kontact (-aqua) -debug -handbook (-kdeenablefinal) (-kdeprefix)" [ebuild U ] kde-base/kaddressbook-4.4.8 [4.4.7] USE="kontact (-aqua) -debug -handbook (-kdeenablefinal) (-kdeprefix)" [ebuild U ] kde-base/kdeutils-meta-4.5.4 [4.5.3] USE="cups (-aqua) -floppy (-kdeprefix)" [ebuild U ] kde-base/kde-meta-4.5.4 [4.5.3] USE="nls -accessibility (-aqua) (-kdeprefix) -sdk -semantic-desktop" . . . *** Resuming merge... * emerge --keep-going: kde-base/kontact-4.4.8 dropped due to unsatisfied * dependency. * emerge --keep-going: kde-base/kdegames-meta-4.5.4 dropped due to * unsatisfied dependency. * emerge --keep-going: kde-base/kaddressbook-4.4.8 dropped due to unsatisfied * dependency. * emerge --keep-going: kde-base/akregator-4.4.8 dropped due to unsatisfied * dependency. * Messages for package kde-base/system-config-printer-kde-4.5.4: * ERROR: kde-base/system-config-printer-kde-4.5.4 failed: * died running make install, base_src_install * * Call stack: * ebuild.sh, line 56: Called src_install * environment, line 6374: Called kde4-meta_src_install * environment, line 3974: Called kde4-base_src_install * environment, line 3556: Called cmake-utils_src_install * environment, line 1712: Called _execute_optionaly 'src_install' * environment, line 706: Called enable_cmake-utils_src_install * environment, line 2139: Called base_src_install * environment, line 1352: Called die * The specific snippet of code: * emake DESTDIR="${D}" "$@" install || die "died running make install, $FUNCNAME"; * * If you need support, post the output of 'emerge --info =kde-base/system-config-printer-kde-4.5.4', * the complete build log and the output of 'emerge -pqv =kde-base/system-config-printer-kde-4.5.4'. * The complete build log is located at '/var/tmp/portage/kde-base/system-config-printer-kde-4.5.4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/system-config-printer-kde-4.5.4/temp/environment'. * S: '/var/tmp/portage/kde-base/system-config-printer-kde-4.5.4/work/system-config-printer-kde-4.5.4' * Messages for package kde-base/printer-applet-4.5.4: * ERROR: kde-base/printer-applet-4.5.4 failed: * died running make install, base_src_install * * Call stack: * ebuild.sh, line 56: Called src_install * environment, line 6378: Called kde4-meta_src_install * environment, line 3978: Called kde4-base_src_install * environment, line 3560: Called cmake-utils_src_install * environment, line 1716: Called _execute_optionaly 'src_install' * environment, line 710: Called enable_cmake-utils_src_install * environment, line 2143: Called base_src_install * environment, line 1356: Called die * The specific snippet of code: * emake DESTDIR="${D}" "$@" install || die "died running make install, $FUNCNAME"; * * If you need support, post the output of 'emerge --info =kde-base/printer-applet-4.5.4', * the complete build log and the output of 'emerge -pqv =kde-base/printer-applet-4.5.4'. * The complete build log is located at '/var/tmp/portage/kde-base/printer-applet-4.5.4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/printer-applet-4.5.4/temp/environment'. * S: '/var/tmp/portage/kde-base/printer-applet-4.5.4/work/printer-applet-4.5.4' * Messages for package kde-base/kdeutils-meta-4.5.4: * emerge --keep-going: kde-base/kdeutils-meta-4.5.4 dropped due to * unsatisfied dependency. * Messages for package kde-base/kdeadmin-meta-4.5.4: * emerge --keep-going: kde-base/kdeadmin-meta-4.5.4 dropped due to * unsatisfied dependency. * Messages for package kde-base/kde-meta-4.5.4: * emerge --keep-going: kde-base/kde-meta-4.5.4 dropped due to unsatisfied * dependency. * Messages for package kde-base/kajongg-4.5.4: * ERROR: kde-base/kajongg-4.5.4 failed: * died running make install, base_src_install * * Call stack: * ebuild.sh, line 56: Called src_install * environment, line 6383: Called kde4-meta_src_install * environment, line 3984: Called kde4-base_src_install * environment, line 3566: Called cmake-utils_src_install * environment, line 1722: Called _execute_optionaly 'src_install' * environment, line 716: Called enable_cmake-utils_src_install * environment, line 2149: Called base_src_install * environment, line 1362: Called die * The specific snippet of code: * emake DESTDIR="${D}" "$@" install || die "died running make install, $FUNCNAME"; * * If you need support, post the output of 'emerge --info =kde-base/kajongg-4.5.4', * the complete build log and the output of 'emerge -pqv =kde-base/kajongg-4.5.4'. * The complete build log is located at '/var/tmp/portage/kde-base/kajongg-4.5.4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/kajongg-4.5.4/temp/environment'. * S: '/var/tmp/portage/kde-base/kajongg-4.5.4/work/kajongg-4.5.4' * Messages for package kde-base/kdepim-runtime-4.4.8: * ERROR: kde-base/kdepim-runtime-4.4.8 failed: * Make failed! * * Call stack: * ebuild.sh, line 56: Called src_compile * environment, line 3896: Called kde4-base_src_compile * environment, line 2954: Called cmake-utils_src_compile * environment, line 1157: Called _execute_optionaly 'src_compile' * environment, line 535: Called enable_cmake-utils_src_compile * environment, line 1526: Called cmake-utils_src_make * environment, line 1176: Called die * The specific snippet of code: * emake "$@" || die "Make failed!"; * * If you need support, post the output of 'emerge --info =kde-base/kdepim-runtime-4.4.8', * the complete build log and the output of 'emerge -pqv =kde-base/kdepim-runtime-4.4.8'. * The complete build log is located at '/var/tmp/portage/kde-base/kdepim-runtime-4.4.8/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/kdepim-runtime-4.4.8/temp/environment'. * S: '/var/tmp/portage/kde-base/kdepim-runtime-4.4.8/work/kdepim-runtime-4.4.8' * Messages for package kde-base/kontact-4.4.8: * emerge --keep-going: kde-base/kontact-4.4.8 dropped due to unsatisfied * dependency. * Messages for package kde-base/kdegames-meta-4.5.4: * emerge --keep-going: kde-base/kdegames-meta-4.5.4 dropped due to * unsatisfied dependency. * Messages for package kde-base/kaddressbook-4.4.8: * emerge --keep-going: kde-base/kaddressbook-4.4.8 dropped due to unsatisfied * dependency. * Messages for package kde-base/akregator-4.4.8: * emerge --keep-going: kde-base/akregator-4.4.8 dropped due to unsatisfied * dependency. * * The following 11 packages have failed to build or install: * * (kde-base/system-config-printer-kde-4.5.4, ebuild scheduled for merge), Log file: * '/var/tmp/portage/kde-base/system-config-printer-kde-4.5.4/temp/build.log' * (kde-base/printer-applet-4.5.4, ebuild scheduled for merge), Log file: * '/var/tmp/portage/kde-base/printer-applet-4.5.4/temp/build.log' * (kde-base/kdeutils-meta-4.5.4, ebuild scheduled for merge) * (kde-base/kdeadmin-meta-4.5.4, ebuild scheduled for merge) * (kde-base/kde-meta-4.5.4, ebuild scheduled for merge) * (kde-base/kajongg-4.5.4, ebuild scheduled for merge), Log file: * '/var/tmp/portage/kde-base/kajongg-4.5.4/temp/build.log' * (kde-base/kdepim-runtime-4.4.8, ebuild scheduled for merge), Log file: * '/var/tmp/portage/kde-base/kdepim-runtime-4.4.8/temp/build.log' * (kde-base/kontact-4.4.8, ebuild scheduled for merge) * (kde-base/kdegames-meta-4.5.4, ebuild scheduled for merge) * (kde-base/kaddressbook-4.4.8, ebuild scheduled for merge) * (kde-base/akregator-4.4.8, ebuild scheduled for merge) Here is one example of the package kde-base/printer-applet-4.5.4. The other packages fails with similar errors: Code: >>> Source compiled. >>> Test phase [not enabled]: kde-base/printer-applet-4.5.4 >>> Install printer-applet-4.5.4 into /var/tmp/portage/kde-base/printer-applet-4.5.4/image/ category kde-base >>> Working in BUILD_DIR: "/var/tmp/portage/kde-base/printer-applet-4.5.4/work/printer-applet-4.5.4_build" make -j1 DESTDIR=/var/tmp/portage/kde-base/printer-applet-4.5.4/image/ install make: *** No rule to make target `install'. Stop. emake failed * ERROR: kde-base/printer-applet-4.5.4 failed: * died running make install, base_src_install * * Call stack: * ebuild.sh, line 56: Called src_install * environment, line 6378: Called kde4-meta_src_install * environment, line 3978: Called kde4-base_src_install * environment, line 3560: Called cmake-utils_src_install * environment, line 1716: Called _execute_optionaly 'src_install' * environment, line 710: Called enable_cmake-utils_src_install * environment, line 2143: Called base_src_install * environment, line 1356: Called die * The specific snippet of code: * emake DESTDIR="${D}" "$@" install || die "died running make install, $FUNCNAME"; * * If you need support, post the output of 'emerge --info =kde-base/printer-applet-4.5.4', * the complete build log and the output of 'emerge -pqv =kde-base/printer-applet-4.5.4'. * The complete build log is located at '/var/tmp/portage/kde-base/printer-applet-4.5.4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/printer-applet-4.5.4/temp/environment'. * S: '/var/tmp/portage/kde-base/printer-applet-4.5.4/work/printer-applet-4.5.4' >>> Failed to emerge kde-base/printer-applet-4.5.4, Log file: >>> '/var/tmp/portage/kde-base/printer-applet-4.5.4/temp/build.log' * Messages for package kde-base/printer-applet-4.5.4: * ERROR: kde-base/printer-applet-4.5.4 failed: * died running make install, base_src_install * * Call stack: * ebuild.sh, line 56: Called src_install * environment, line 6378: Called kde4-meta_src_install * environment, line 3978: Called kde4-base_src_install * environment, line 3560: Called cmake-utils_src_install * environment, line 1716: Called _execute_optionaly 'src_install' * environment, line 710: Called enable_cmake-utils_src_install * environment, line 2143: Called base_src_install * environment, line 1356: Called die * The specific snippet of code: * emake DESTDIR="${D}" "$@" install || die "died running make install, $FUNCNAME"; * * If you need support, post the output of 'emerge --info =kde-base/printer-applet-4.5.4', * the complete build log and the output of 'emerge -pqv =kde-base/printer-applet-4.5.4'. * The complete build log is located at '/var/tmp/portage/kde-base/printer-applet-4.5.4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/printer-applet-4.5.4/temp/environment'. * S: '/var/tmp/portage/kde-base/printer-applet-4.5.4/work/printer-applet-4.5.4' emerge --info Code: app-shells/bash: 4.1_p9 dev-java/java-config: 2.1.11-r2 dev-lang/python: 2.6.6-r1, 2.7.1, 3.1.3 dev-util/ccache: 3.1.3 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 2.0.1-r1 sys-apps/openrc: 0.6.8 sys-apps/sandbox: 2.4 sys-devel/autoconf: 2.13, 2.68 sys-devel/automake: 1.4_p6-r1, 1.8.5-r4, 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.21 sys-devel/gcc: 4.1.2, 4.4.5, 4.5.1-r1 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82 virtual/os-headers: 2.6.36.1 (sys-kernel/linux-headers) ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=core2 -O2 -pipe -fomit-frame-pointer -Wno-dev " CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-march=core2 -O2 -pipe -fomit-frame-pointer -Wno-dev " DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs ccache distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="/home/gentoo_backup/distfiles/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo" LANG="de_DE@euro" LC_ALL="POSIX" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="de" MAKEOPTS="-j1" PKGDIR="/mnt/TerraStation/Backup/Dell-PC/Portage-Packages/" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" Portage 2.1.9.25 (default/linux/amd64/10.0/desktop, gcc-4.5.1, glibc-2.12.1-r3, 2.6.36-gentoo-r3 x86_64) ================================================================= System uname: Linux-2.6.36-gentoo-r3-x86_64-Intel-R-_Core-TM-2_Duo_CPU_E8300_@_2.83GHz-with-gentoo-2.0.1 Timestamp of tree: Sun, 12 Dec 2010 09:00:01 +0000 ccache version 3.1.3 [enabled] USE="64bit X a52 aac acc acl acpi alsa amd64 bash-completion berkdb bluetooth branding bzip2 cairo cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr dvdread emboss emerald encode exif fam firefox flac fortran gcj gdbm geolocation gif gpm gps gtk hal hbci iconv icq ipv6 java jpeg kde4 latex lcms libnotify mad mikmod mmx mng modules mozdevelop mozilla mp3 mp4 mpeg msn mudflap multilib ncurses nls nptl nptlonly ogg opengl openmp pam pango pcre pdf perl plotutils png ppds pppd python python3 qt3support qt4 readline science sdl session spell sse sse2 ssl startup-notification svg sysfs tcpd tiff truetype unicode usb v4l vcd video vim-syntax vorbis wifi wmf x264 xcb xml xorg xulrunner xv xvid yahoo zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CAMERAS="canon" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" PHP_TARGETS="php5-2" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="fglrx" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY In /etc/make.conf is following CFLAGS Config: Code: CFLAGS="-march=core2 -O2 -pipe -fomit-frame-pointer -Wno-dev " CXXFLAGS="${CFLAGS}" CHOST="x86_64-pc-linux-gnu" ACCEPT_KEYWORDS="~amd64" | There are good reasons for not using keep-going if you can help it. Start with the first package that failed - most likely other failures are triggered by the former. |
hi, days ago my kde 4.5.4 desktop effects vanished without a trace... i am using kde 4.5.4 , libdrm-9999 , mesa-9999 , xf86-video-ati-9999 from the x11 overlay at the moment i used until this problem suddenly emerged testing versions of libdrm , mesa , xf86-video-ati with properitary fglrx drivers ! - then i decided to give the foss drivers a chance and migrated to the x11 overlay git versions (9999) of libdrm mesa and xf86-video-ati - still not working hence reports that the git radeon foss drivers should work with kdes desktop effects ecxept for blurring i tested 2d and opengl 3d acceleration most on games like warsow (max detail settings, just 1 (very) minor shader glitch visible and i think (ok i tested only one map)the blooming effects arent visible, framerate @ 1400x900 ~22 fps so its still funny to play) gltron faces several seconds long a heavy lag when the bikes are colliding in the game, otherwise very good framerates foobillard : the balls are wrongly colored with sparkles and the table itself has a minor texturing problem, extrem low framerate ~ 1 fps @ 1600 x 900 (my native notebook display resolution), so unplayable myth 2 soulblighter windowsversion with community patch 1.7.1 from the tain.totalcodex.net with recent wine remains black screen when the scenario starts with opengl renderer enabled, but it dont crashes because you can hear sounds of fighting, so only very good playable in software mode Battle for Wesnoth, World of Padman, Bomberclone and Chromium B.S.U - perfect visuals and framerates vlc media player based videoplayback and digital dvb-s satelite tv - perfect visuals and framerates and the console output doesnt even complain over missing 2d hardware acceleration any more ok back to the problem the desktop effect module says this ... Code: Desktop effects are not available on this system due to the following technical issues: the second part of the sentense and the colon at the end of the line suggests that there should be a short list why exactly the effects are unavailable but there is nothing behind or below it listened. i have already activated the composite extension in xorg.conf via the extension section with ... Code: Option "Composite" "Enable" i swithed all eselect mesa options to gallium, the option that counts i think is Code: r600 (Radeon R600-R700, Evergreen) and of course eselect opengl to xorg-x11 xdpiinfo shows composite enabled like this ... Code: name of display: :0 version number: 11.0 vendor string: The X.Org Foundation vendor release number: 10902902 X.Org version: 1.9.2.902 maximum request size: 16777212 bytes motion buffer size: 256 bitmap unit, bit order, padding: 32, LSBFirst, 32 image byte order: LSBFirst number of supported pixmap formats: 7 supported pixmap formats: depth 1, bits_per_pixel 1, scanline_pad 32 depth 4, bits_per_pixel 8, scanline_pad 32 depth 8, bits_per_pixel 8, scanline_pad 32 depth 15, bits_per_pixel 16, scanline_pad 32 depth 16, bits_per_pixel 16, scanline_pad 32 depth 24, bits_per_pixel 32, scanline_pad 32 depth 32, bits_per_pixel 32, scanline_pad 32 keycode range: minimum 8, maximum 255 focus: window 0x16000a4, revert to PointerRoot number of extensions: 26 BIG-REQUESTS Composite DAMAGE DOUBLE-BUFFER DPMS DRI2 GLX Generic Event Extension MIT-SCREEN-SAVER MIT-SHM RANDR RECORD RENDER SGI-GLX SHAPE SYNC X-Resource XC-MISC XFIXES XFree86-VidModeExtension XINERAMA XInputExtension XKEYBOARD XTEST XVideo XVideo-MotionCompensation default screen number: 0 number of screens: 1 screen #0: dimensions: 1600x900 pixels (423x238 millimeters) resolution: 96x96 dots per inch depths (7): 24, 1, 4, 8, 15, 16, 32 root window id: 0x154 depth of root window: 24 planes number of colormaps: minimum 1, maximum 1 default colormap: 0x20 default number of colormap cells: 256 preallocated pixels: black 0, white 16777215 options: backing-store NO, save-unders NO largest cursor: 64x64 current input event mask: 0xfac031 KeyPressMask EnterWindowMask LeaveWindowMask KeymapStateMask ExposureMask StructureNotifyMask SubstructureNotifyMask SubstructureRedirectMask FocusChangeMask PropertyChangeMask ColormapChangeMask number of visuals: 96 default visual id: 0x21 visual: visual id: 0x21 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x22 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0xf6 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0xf7 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0xf8 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0xf9 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0xfa class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0xfb class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0xfc class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0xfd class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0xfe class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0xff class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x100 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x101 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x102 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x103 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x104 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x105 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x106 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x107 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x108 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x109 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x10a class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x10b class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x10c class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x10d class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x10e class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x10f class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x110 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x111 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x112 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x113 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x114 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x115 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x116 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x117 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x118 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x119 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x11a class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x11b class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x11c class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x11d class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x11e class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x11f class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x120 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x121 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x122 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x123 class: TrueColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x124 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x125 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x126 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x127 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x128 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x129 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x12a class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x12b class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x12c class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x12d class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x12e class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x12f class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x130 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x131 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x132 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x133 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x134 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x135 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x136 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x137 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x138 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x139 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x13a class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x13b class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x13c class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x13d class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x13e class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x13f class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x140 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x141 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x142 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x143 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x144 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x145 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x146 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x147 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x148 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x149 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x14a class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x14b class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x14c class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x14d class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x14e class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x14f class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x150 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x151 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x152 class: DirectColor depth: 24 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits visual: visual id: 0x65 class: TrueColor depth: 32 planes available colormap entries: 256 per subfield red, green, blue masks: 0xff0000, 0xff00, 0xff significant bits in color specification: 8 bits glxinfo shows this ... Code: name of display: :0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: SGI server glx version string: 1.4 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_pbuffer, GLX_SGIX_visual_select_group, GLX_INTEL_swap_event client glx vendor string: Mesa Project and 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_copy_sub_buffer, GLX_MESA_swap_control, 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_INTEL_swap_event GLX version: 1.4 GLX extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, GLX_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_INTEL_swap_event OpenGL vendor string: X.Org OpenGL renderer string: Gallium 0.4 on AMD JUNIPER OpenGL version string: 2.1 Mesa 7.10-devel OpenGL shading language version string: 1.20 OpenGL extensions: GL_ARB_copy_buffer, GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_draw_elements_base_vertex, GL_ARB_explicit_attrib_location, GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, GL_ARB_framebuffer_object, GL_ARB_half_float_vertex, GL_ARB_map_buffer_range, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_provoking_vertex, GL_ARB_shader_objects, GL_ARB_shader_stencil_export, GL_ARB_shading_language_100, GL_ARB_shadow, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_swizzle, GL_ARB_transpose_matrix, GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, GL_EXT_draw_buffers2, GL_EXT_draw_range_elements, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_object, GL_EXT_fog_coord, GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_separate_shader_objects, GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_cube_map, 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_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_swizzle, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_APPLE_packed_pixels, GL_APPLE_vertex_array_object, GL_ATI_blend_equation_separate, GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once, GL_ATI_separate_stencil, GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_window_pos, GL_NV_blend_square, GL_NV_depth_clamp, GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, GL_NV_texgen_reflection, GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_OES_read_format, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays, GL_OES_EGL_image, GL_OES_draw_texture 96 GLX Visuals visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- 0x21 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x22 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0xf6 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0xf7 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0xf8 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0xf9 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0xfa 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0xfb 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0xfc 24 tc 0 32 0 r . . 8 8 8 8 0 16 0 0 0 0 0 0 0 None 0xfd 24 tc 0 32 0 r . . 8 8 8 8 0 16 0 16 16 16 16 0 0 Slow 0xfe 24 tc 0 32 0 r y . 8 8 8 8 0 16 0 0 0 0 0 0 0 None 0xff 24 tc 0 32 0 r y . 8 8 8 8 0 16 0 16 16 16 16 0 0 Slow 0x100 24 tc 0 32 0 r y . 8 8 8 8 0 16 0 0 0 0 0 0 0 None 0x101 24 tc 0 32 0 r y . 8 8 8 8 0 16 0 16 16 16 16 0 0 Slow 0x102 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x103 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x104 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x105 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x106 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x107 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x108 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x109 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x10a 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x10b 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x10c 24 tc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0x10d 24 tc 0 24 0 r . . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0x10e 24 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0x10f 24 tc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0x110 24 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0x111 24 tc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0x112 24 tc 0 24 0 r . . 8 8 8 0 0 16 0 0 0 0 0 0 0 None 0x113 24 tc 0 24 0 r . . 8 8 8 0 0 16 0 16 16 16 0 0 0 Slow 0x114 24 tc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None 0x115 24 tc 0 24 0 r y . 8 8 8 0 0 16 0 16 16 16 0 0 0 Slow 0x116 24 tc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None 0x117 24 tc 0 24 0 r y . 8 8 8 0 0 16 0 16 16 16 0 0 0 Slow 0x118 24 tc 0 24 0 r . . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0x119 24 tc 0 24 0 r . . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0x11a 24 tc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0x11b 24 tc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0x11c 24 tc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0x11d 24 tc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0x11e 24 tc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0x11f 24 tc 0 24 0 r . . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0x120 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0x121 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0x122 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0x123 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0x124 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x125 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x126 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x127 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x128 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x129 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x12a 24 dc 0 32 0 r . . 8 8 8 8 0 16 0 0 0 0 0 0 0 None 0x12b 24 dc 0 32 0 r . . 8 8 8 8 0 16 0 16 16 16 16 0 0 Slow 0x12c 24 dc 0 32 0 r y . 8 8 8 8 0 16 0 0 0 0 0 0 0 None 0x12d 24 dc 0 32 0 r y . 8 8 8 8 0 16 0 16 16 16 16 0 0 Slow 0x12e 24 dc 0 32 0 r y . 8 8 8 8 0 16 0 0 0 0 0 0 0 None 0x12f 24 dc 0 32 0 r y . 8 8 8 8 0 16 0 16 16 16 16 0 0 Slow 0x130 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x131 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x132 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x133 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x134 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x135 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x136 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x137 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x138 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x139 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x13a 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x13b 24 dc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0x13c 24 dc 0 24 0 r . . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0x13d 24 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0x13e 24 dc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0x13f 24 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0x140 24 dc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0x141 24 dc 0 24 0 r . . 8 8 8 0 0 16 0 0 0 0 0 0 0 None 0x142 24 dc 0 24 0 r . . 8 8 8 0 0 16 0 16 16 16 0 0 0 Slow 0x143 24 dc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None 0x144 24 dc 0 24 0 r y . 8 8 8 0 0 16 0 16 16 16 0 0 0 Slow 0x145 24 dc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None 0x146 24 dc 0 24 0 r y . 8 8 8 0 0 16 0 16 16 16 0 0 0 Slow 0x147 24 dc 0 24 0 r . . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0x148 24 dc 0 24 0 r . . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0x149 24 dc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0x14a 24 dc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0x14b 24 dc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0x14c 24 dc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0x14d 24 dc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0x14e 24 dc 0 24 0 r . . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0x14f 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0x150 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0x151 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0x152 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0x65 32 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 144 GLXFBConfigs: visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- 0x66 0 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x67 0 tc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x68 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x69 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x6a 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x6b 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x6c 0 tc 0 32 0 r . . 8 8 8 8 0 16 0 0 0 0 0 0 0 None 0x6d 0 tc 0 32 0 r . . 8 8 8 8 0 16 0 16 16 16 16 0 0 Slow 0x6e 0 tc 0 32 0 r y . 8 8 8 8 0 16 0 0 0 0 0 0 0 None 0x6f 0 tc 0 32 0 r y . 8 8 8 8 0 16 0 16 16 16 16 0 0 Slow 0x70 0 tc 0 32 0 r y . 8 8 8 8 0 16 0 0 0 0 0 0 0 None 0x71 0 tc 0 32 0 r y . 8 8 8 8 0 16 0 16 16 16 16 0 0 Slow 0x72 0 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x73 0 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x74 0 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x75 0 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x76 0 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x77 0 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x78 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x79 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x7a 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x7b 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x7c 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x7d 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x7e 0 tc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0x7f 0 tc 0 24 0 r . . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0x80 0 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0x81 0 tc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0x82 0 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0x83 0 tc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0x84 0 tc 0 24 0 r . . 8 8 8 0 0 16 0 0 0 0 0 0 0 None 0x85 0 tc 0 24 0 r . . 8 8 8 0 0 16 0 16 16 16 0 0 0 Slow 0x86 0 tc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None 0x87 0 tc 0 24 0 r y . 8 8 8 0 0 16 0 16 16 16 0 0 0 Slow 0x88 0 tc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None 0x89 0 tc 0 24 0 r y . 8 8 8 0 0 16 0 16 16 16 0 0 0 Slow 0x8a 0 tc 0 24 0 r . . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0x8b 0 tc 0 24 0 r . . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0x8c 0 tc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0x8d 0 tc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0x8e 0 tc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0x8f 0 tc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0x90 0 tc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0x91 0 tc 0 24 0 r . . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0x92 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0x93 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0x94 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0x95 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0x96 0 tc 0 16 0 r . . 5 6 5 0 0 0 0 0 0 0 0 0 0 None 0x97 0 tc 0 16 0 r . . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow 0x98 0 tc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None 0x99 0 tc 0 16 0 r y . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow 0x9a 0 tc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None 0x9b 0 tc 0 16 0 r y . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow 0x9c 0 tc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None 0x9d 0 tc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow 0x9e 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None 0x9f 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow 0xa0 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None 0xa1 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow 0xa2 0 tc 0 16 0 r . . 5 6 5 0 0 24 0 0 0 0 0 0 0 None 0xa3 0 tc 0 16 0 r . . 5 6 5 0 0 24 0 16 16 16 0 0 0 Slow 0xa4 0 tc 0 16 0 r y . 5 6 5 0 0 24 0 0 0 0 0 0 0 None 0xa5 0 tc 0 16 0 r y . 5 6 5 0 0 24 0 16 16 16 0 0 0 Slow 0xa6 0 tc 0 16 0 r y . 5 6 5 0 0 24 0 0 0 0 0 0 0 None 0xa7 0 tc 0 16 0 r y . 5 6 5 0 0 24 0 16 16 16 0 0 0 Slow 0xa8 0 tc 0 16 0 r . . 5 6 5 0 0 24 8 0 0 0 0 0 0 None 0xa9 0 tc 0 16 0 r . . 5 6 5 0 0 24 8 16 16 16 0 0 0 Slow 0xaa 0 tc 0 16 0 r y . 5 6 5 0 0 24 8 0 0 0 0 0 0 None 0xab 0 tc 0 16 0 r y . 5 6 5 0 0 24 8 16 16 16 0 0 0 Slow 0xac 0 tc 0 16 0 r y . 5 6 5 0 0 24 8 0 0 0 0 0 0 None 0xad 0 tc 0 16 0 r y . 5 6 5 0 0 24 8 16 16 16 0 0 0 Slow 0xae 0 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0xaf 0 dc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0xb0 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0xb1 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0xb2 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0xb3 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0xb4 0 dc 0 32 0 r . . 8 8 8 8 0 16 0 0 0 0 0 0 0 None 0xb5 0 dc 0 32 0 r . . 8 8 8 8 0 16 0 16 16 16 16 0 0 Slow 0xb6 0 dc 0 32 0 r y . 8 8 8 8 0 16 0 0 0 0 0 0 0 None 0xb7 0 dc 0 32 0 r y . 8 8 8 8 0 16 0 16 16 16 16 0 0 Slow 0xb8 0 dc 0 32 0 r y . 8 8 8 8 0 16 0 0 0 0 0 0 0 None 0xb9 0 dc 0 32 0 r y . 8 8 8 8 0 16 0 16 16 16 16 0 0 Slow 0xba 0 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0xbb 0 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0xbc 0 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0xbd 0 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0xbe 0 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0xbf 0 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0xc0 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0xc1 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0xc2 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0xc3 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0xc4 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0xc5 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0xc6 0 dc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0xc7 0 dc 0 24 0 r . . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0xc8 0 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0xc9 0 dc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0xca 0 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0xcb 0 dc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0xcc 0 dc 0 24 0 r . . 8 8 8 0 0 16 0 0 0 0 0 0 0 None 0xcd 0 dc 0 24 0 r . . 8 8 8 0 0 16 0 16 16 16 0 0 0 Slow 0xce 0 dc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None 0xcf 0 dc 0 24 0 r y . 8 8 8 0 0 16 0 16 16 16 0 0 0 Slow 0xd0 0 dc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None 0xd1 0 dc 0 24 0 r y . 8 8 8 0 0 16 0 16 16 16 0 0 0 Slow 0xd2 0 dc 0 24 0 r . . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0xd3 0 dc 0 24 0 r . . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0xd4 0 dc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0xd5 0 dc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0xd6 0 dc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0xd7 0 dc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0xd8 0 dc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0xd9 0 dc 0 24 0 r . . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0xda 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0xdb 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0xdc 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0xdd 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0xde 0 dc 0 16 0 r . . 5 6 5 0 0 0 0 0 0 0 0 0 0 None 0xdf 0 dc 0 16 0 r . . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow 0xe0 0 dc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None 0xe1 0 dc 0 16 0 r y . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow 0xe2 0 dc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None 0xe3 0 dc 0 16 0 r y . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow 0xe4 0 dc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None 0xe5 0 dc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow 0xe6 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None 0xe7 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow 0xe8 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None 0xe9 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow 0xea 0 dc 0 16 0 r . . 5 6 5 0 0 24 0 0 0 0 0 0 0 None 0xeb 0 dc 0 16 0 r . . 5 6 5 0 0 24 0 16 16 16 0 0 0 Slow 0xec 0 dc 0 16 0 r y . 5 6 5 0 0 24 0 0 0 0 0 0 0 None 0xed 0 dc 0 16 0 r y . 5 6 5 0 0 24 0 16 16 16 0 0 0 Slow 0xee 0 dc 0 16 0 r y . 5 6 5 0 0 24 0 0 0 0 0 0 0 None 0xef 0 dc 0 16 0 r y . 5 6 5 0 0 24 0 16 16 16 0 0 0 Slow 0xf0 0 dc 0 16 0 r . . 5 6 5 0 0 24 8 0 0 0 0 0 0 None 0xf1 0 dc 0 16 0 r . . 5 6 5 0 0 24 8 16 16 16 0 0 0 Slow 0xf2 0 dc 0 16 0 r y . 5 6 5 0 0 24 8 0 0 0 0 0 0 None 0xf3 0 dc 0 16 0 r y . 5 6 5 0 0 24 8 16 16 16 0 0 0 Slow 0xf4 0 dc 0 16 0 r y . 5 6 5 0 0 24 8 0 0 0 0 0 0 None 0xf5 0 dc 0 16 0 r y . 5 6 5 0 0 24 8 16 16 16 0 0 0 Slow i will post on request more details | kde-base/kwin has opengl and xcomposite USE flag. |
Hello Gentooser. I cant use nautilus for connect per ssh ftp to my server somewhere at the internet. Error while reading from unix data stream input output error. please choose an other browsr/viewer and try again. i have look if my unix.ko is build in or module and nautilus have trouble with that. it is build in. have someone an idea for me? thx gentux | thx for reply. Im in stress and have forgat to set it to solved. For me i dont know whats helpin me. rather the openrc update or the deletion of /dev/.udev directory. But special thanx to you for your anwser |
I am just getting my amd64 system running. I have a major problem with kde-4.5.4: When I log into a kde session, the window is all black, except for the mouse, which has a white border. This happens after the progress dialog shows up with its normal, pale blue background. As a result, once I log in, I have to do a ctrl/alt/f1 to exit because I can't see anything. Gnome works fine. kde-4.5.4 emerged fine. python-updater and perl-cleaner have run. revdep-rebuild doesn't show any problems. I really like kde best so I would like to resolve this. emerge --info kde-meta follows: Code: opper jc # emerge --info kde-meta Portage 2.1.9.24 (default/linux/amd64/10.0/desktop, gcc-4.4.4, glibc-2.11.2-r3, 2.6.34-gentoo-r12 x86_64) ================================================================= System Settings ================================================================= System uname: Linux-2.6.34-gentoo-r12-x86_64-AMD_Phenom-tm-_II_X4_970_Processor-with-gentoo-1.12.14 Timestamp of tree: Fri, 10 Dec 2010 22:05:01 +0000 app-shells/bash: 4.1_p7 dev-java/java-config: 2.1.11-r1 dev-lang/python: 2.6.5-r3, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.14-r1 sys-apps/sandbox: 2.3-r1 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.4.4-r2 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 virtual/os-headers: 2.6.30-r1 (sys-kernel/linux-headers) ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config /var/lib/hsqldb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/eselect/postgresql /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="C" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="en es" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dnow X Xaw3d a52 aac aalib acl acpi aim alsa amd64 ao apache2 apm audiofile avahi berkdb blas bluetooth branding bzip2 cairo calendar caps cdda cddb cdinstall cdparanoia cdr cgi clamav cli consolekit cracklib crypt css ctype cups curl cvs cxx dbi dbm dbus dbx dga directfb doc dri dts dv dvb dvd dvdr eds emboss encode enscript evo examples exif expat fam fastcgi fbcon ffmpeg firefox flac fontconfig foomaticdb fortran ftp gcj gdbm gif gimp glu gmp gnome gnuplot gnutls gphoto2 gpm graphviz gsl gsm gstreamer gtk gtkhtml guile gzip hal handbook hddtemp iconv icq idn ieee1394 imagemagick imlib innodb iodbc ipv6 jabber java java6 javascript jbig jingle jpeg jpeg2k kde kontact lapack latex lcms ldap libcaca libedit libgda libnotify libwww lirc lm_sensors lua lzma lzo mad maildir mikmod milter mime mmap mmx mng modules motif mozilla mp3 mp4 mpeg mpi mplayer msn mudflap multilib musepac mysql mysqli nas ncurses networkmanager nls nntp nptl nptlonly nsplugin odbc offensive ofx ogg opengl openmp osc oscar oss pam pango pch pcntl pcre pdf perl php plasma plotutils png policykit portaudio posix postgres ppds pppd pulseaudio python qt3support qt4 quicktime raw rdesktop readline rss ruby samba sasl sdl semantic-desktop session sharedext sharedmem simplexml smp sndfile snmp soap sockets socks5 speex spell sqlite sqlite3 sse sse2 ssl startup-notification subversion suid svg symlink sysfs syslog sysvipc szip tcl tcpd theora threads tidy tiff timiditytk tokenizer truetype unicode usb v4l v4l2 vcd vorbis wmf x264 xcb xcomposite xft xine xinerama xinetd xml xnlrpc xorg xosd xulrunner xv xvid yahoo zeroconf zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid 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" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en es" PHP_TARGETS="php5-2" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="nvidia nouveau" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY ================================================================= Package Settings ================================================================= kde-base/kde-meta-4.5.4 was built with the following: USE="(multilib) nls semantic-desktop -accessibility (-aqua) (-kdeprefix) -sdk" bopper jc # | The problem was ultimately solved by setting the default openGL source with eselect opengl list and set. Somewhere along the way |
Hi guys, I'm having a problem to install kde-4.4 using sets. I have all kde sets files in portage's sets directory but when I run 'emerge -av @kde-4.4' emerge says : 'There are no sets to satisfy 'kde-4.4'. The following sets exist: selected, system, world'. In the portage's sets directory there are config, preserved_libs_registry, world and world_sets files. Can somebody give a help, please? Thanks | IIRC sets are not yet in portage. you need to grab the kde overlay for you sets. Code: # layman -Lk # layman -a kde assuming that layman is installed. V. |
Hi, I hope I don't make a fool of myself - but my firefox misbehaves and I do not exactly know since when, or what I could have changed to trigger this?! This is what's wrong: In the settings under the privacy tab (I have a german located firefox so I don't know if this is the right label) I choose that firefox shall create a "chronic" with user preferences. I make my changes, save things for 30 days, and so on... When I close and re-open the preferences this particular option is reverted to default "firefox will create a chronic". When I surf for quite a while and I have several tabs open and restart the browser, EVERYTHING gets reloaded. Every picture will be fetched again - also if I look into CacheViewer (PlugIn) cache usage is zero! When I surf again for a while I can see there that the cache is filled again, but everything goes into memory. Nothing will be saved on disk. After restart the cache is zero again. In the preferences where you can specify the amount of disk space used for offline data I have something about 900MB. Did I forget something in the preferences? #dermund | I deleted everything in the Cache directory inside my profile directory. The content there was ~400 MB large, but firefox couldn't access it?! However after I deleted it, firefox uses the disk cache again. Woohoo! Also the menu works again. Really strange it is. |
Hi, While starting vncserver I see: Code: startkde: Starting up... kdeinit4: preparing to launch /usr/lib64/libkdeinit4_klauncher.so klauncher(3613) kdemain: Waiting for already running klauncher to exit. Xlib: extension "GLX" missing on display ":1.0". Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) klauncher(3613) kdemain: Waiting for already running klauncher to exit. klauncher(3613) kdemain: Another instance of klauncher is already running! kdeinit4: Communication error with launcher. Exiting! kdeinit4_wrapper: Warning: connect(/home/stoil/.kde4/socket-localhost/kdeinit4__1) failed: : Connection refused Could not register with D-BUS. Aborting. startkde: Shutting down... kdeinit4_wrapper: Warning: connect(/home/stoil/.kde4/socket-localhost/kdeinit4__1) failed: : Connection refused Error: Can not contact kdeinit4! startkde: Running shutdown scripts... startkde: Done. in log file. This is the xstartup: Code: #!/bin/sh #[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources #xsetroot -solid grey #vncconfig -iconic & #xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & /usr/bin/kwin& /usr/bin/startkde & Is this something with xstartup or some kind of security setting? Thanks | Seems that I'm not the only one with this problem: http://www.linuxforums.org/forum/suse-linux/136184-does-tughtvnc-work-kde4.html http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532327 |
Every ten minutes my monitor goes to sleep, and it drives me crazy. I thought maybe it had something to do with power management, but after setting everything to one minute, do nothing, and off, the monitor stills goes to sleep every ten minutes. I've tried using "setterm -blank 2" to see if that would effect it any; it does not. "setterm -powerdown 0" doesn't work. I've also tried "setterm -powersave off" which returns this message: Code: # setterm -powersave off cannot (un)set powersave mode I also don't have an xorg.conf file, so that isn't the problem and I was told, if possible, not to have one. So, preferable it isn't part of the solution... What else can I try? Thanks! | You can try; Code: xset -q | grep DPMS # to see the current settings xset -dpms # to turn off if it is on |
Do you know if there is a keyboard shortcut to access right-click menus in applications? Thank you! | Don't you have a (working) menu-key on your keyboard? |
I am currently having an issue when I use xrander --output LVDS --rotate inverted that causes X to crash, this is a HP tx2524ca Tablet PC so it is important to get that working. Any Ideas? Code: X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.36-gentoo-r3 x86_64 Current Operating System: Linux localhost 2.6.36-gentoo-r3 #5 SMP PREEMPT Sat Dec 4 18:44:22 Local time zone must be set--s x86_64 Kernel command line: root=/dev/sda3 Build Date: 05 December 2010 01:10:48AM Current version of pixman: 0.18.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 5 06:33:39 2010 (==) 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. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/misc/ (**) ModulePath set to "/usr/lib64/xorg/modules" (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. (WW) Disabling Mouse0 (WW) Disabling Keyboard0 (II) Loader magic: 0x7c2220 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (--) using VT number 7 (--) PCI:*(0:1:5:0) 1002:9612:103c:30f1 ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics] rev 0, Mem @ 0xc0000000/268435456, 0xd2400000/65536, 0xd2300000/1048576, I/O @ 0x00005000/256 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) "dri2" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "glx" (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "extmod" (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dri2" (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.1.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "dbe" (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "dri" (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "record" (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "exa" (II) Loading /usr/lib64/xorg/modules/libexa.so (II) Module exa: vendor="X.Org Foundation" compiled for 1.7.7, module version = 2.5.0 ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "radeon" (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so (II) Module radeon: vendor="X.Org Foundation" compiled for 1.7.7, module version = 6.13.2 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI), ATI Radeon Mobility X300 (M24) 3152 (PCIE), ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI), ATI Radeon X600 (RV380) 3E50 (PCIE), ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650, ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP), ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337, ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP), ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP), ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP), ATI Radeon Mobility 9800 (M18) JN (AGP), ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP), ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP), ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP), ATI Radeon Mobility M7 LW (AGP), ATI Mobility FireGL 7800 M7 LX (AGP), ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP), ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI), ATI Radeon Mobility X300 (M22) 5460 (PCIE), ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE), ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE), ATI Radeon X800PRO (R423) UI (PCIE), ATI Radeon X800LE (R423) UJ (PCIE), ATI Radeon X800SE (R423) UK (PCIE), ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE), ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE), ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE), ATI FireGL unknown (R423) UR (PCIE), ATI FireGL unknown (R423) UT (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility Radeon X700 XL (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon XPRESS 200 5954 (PCIE), ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI), ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE), ATI Radeon XPRESS 200M 5975 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE), ATI Radeon XPRESS 200M 5A42 (PCIE), ATI Radeon XPRESS 200 5A61 (PCIE), ATI Radeon XPRESS 200M 5A62 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE), ATI Radeon X600 (RV370) 5B62 (PCIE), ATI Radeon X550 (RV370) 5B63 (PCIE), ATI FireGL V3100 (RV370) 5B64 (PCIE), ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Mobility Radeon X800 XT (M28) (PCIE), ATI Mobility FireGL V5100 (M28) (PCIE), ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE), ATI Radeon X850 XT PE (R480) (PCIE), ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE), ATI unknown Radeon / FireGL (R480) 5D50 (PCIE), ATI Radeon X850 XT (R480) (PCIE), ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 PRO (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800, ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800, ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, ATI Mobility Radeon X1400, ATI Radeon X1300/X1550, ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300, ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350, ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550, ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450, ATI Radeon X1300/X1550, ATI Mobility Radeon X2300, ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, ATI Mobility Radeon X1350, ATI Mobility Radeon X1450, ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350, ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600, ATI Mobility FireGL V5200, ATI Mobility Radeon X1600, ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400, ATI Mobility FireGL V5250, ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT, ATI FireGL V5200, ATI Mobility Radeon X1700, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950, ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560, ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400, ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560, ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740, ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2, ATI Radeon 4800 Series, ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670, ATI FirePro M5750, ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670], ATI RADEON E4600, ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830, ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740, ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770, ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, ATI Mobility Radeon HD 3850, ATI Radeon HD3850, ATI Mobility Radeon HD 3850 X2, ATI RV670, ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630, ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470, ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700, ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4290, CYPRESS, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370, AMD Firestream 9350, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series, ATI Mobility Radeon HD 5800 Series, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR, ATI Radeon HD 5450, CEDAR (II) Primary Device is: PCI 01@00:05:0 (II) [KMS] Kernel modesetting enabled. (==) RADEON(0): Depth 24, (--) framebuffer bpp 32 (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) (==) RADEON(0): Default visual is TrueColor (**) RADEON(0): Option "RenderAccel" "yes" (==) RADEON(0): RGB weight 888 (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) (--) RADEON(0): Chipset: "ATI Radeon HD 3200 Graphics" (ChipID = 0x9612) (II) RADEON(0): PCI card detected drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenByBusid: Searching for BusID pci:0000:01:05.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenByBusid: drmOpenMinor returns 8 drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0 (II) RADEON(0): KMS Color Tiling: disabled (II) RADEON(0): Output VGA-0 using monitor section Monitor0 (II) RADEON(0): Output DIN has no monitor section (II) RADEON(0): Output LVDS has no monitor section (II) RADEON(0): Output VGA-0 disconnected (II) RADEON(0): Output DIN disconnected (II) RADEON(0): Output LVDS connected (II) RADEON(0): Using exact sizes for initial modes (II) RADEON(0): Output LVDS using initial mode 1280x800 (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:14000000 visible:13bd8000 (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM (==) RADEON(0): DPI set to (96, 96) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib64/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.7.7, 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) RADEON(0): GPU accel disabled or not working, using shadowfb for KMS (II) Loading sub module "shadow" (II) LoadModule: "shadow" (II) Loading /usr/lib64/xorg/modules/libshadow.so (II) Module shadow: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.1.0 ABI class: X.Org ANSI C Emulation, version 0.4 (--) Depth 24 pixmap format is 32 bpp (II) RADEON(0): Front buffer size: 4000K (II) RADEON(0): VRAM usage limit set to 287481K (==) RADEON(0): Backing store disabled (WW) RADEON(0): Direct rendering disabled (II) RADEON(0): Acceleration disabled (==) RADEON(0): DPMS enabled (==) RADEON(0): Silken mouse enabled (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message. (--) RandR disabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (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) AIGLX: Screen 0 is not DRI2 capable (II) AIGLX: Screen 0 is not DRI capable (II) AIGLX: Loaded and initialized /usr/lib64/dri/swrast_dri.so (II) GLX: Initialized DRISWRAST GL provider for screen 0 (II) RADEON(0): Setting screen physical size to 338 x 211 (II) config/hal: Adding input device AT Translated Set 2 keyboard (II) LoadModule: "evdev" (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.7.7, module version = 2.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (**) AT Translated Set 2 keyboard: always reports core events (**) AT Translated Set 2 keyboard: Device: "/dev/input/event4" (II) AT Translated Set 2 keyboard: Found keys (II) AT Translated Set 2 keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device ENE eHome Infrared Remote Receiver (**) ENE eHome Infrared Remote Receiver: always reports core events (**) ENE eHome Infrared Remote Receiver: Device: "/dev/input/event7" (II) ENE eHome Infrared Remote Receiver: Found keys (II) ENE eHome Infrared Remote Receiver: Configuring as keyboard (II) XINPUT: Adding extended input device "ENE eHome Infrared Remote Receiver" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device HP WMI hotkeys (**) HP WMI hotkeys: always reports core events (**) HP WMI hotkeys: Device: "/dev/input/event5" (II) HP WMI hotkeys: Found keys (II) HP WMI hotkeys: Configuring as keyboard (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad (**) SynPS/2 Synaptics TouchPad: always reports core events (**) SynPS/2 Synaptics TouchPad: Device: "/dev/input/event6" (II) SynPS/2 Synaptics TouchPad: Found 3 mouse buttons (II) SynPS/2 Synaptics TouchPad: Found absolute axes (II) SynPS/2 Synaptics TouchPad: Found x and y absolute axes (II) SynPS/2 Synaptics TouchPad: Found absolute touchpad. (II) SynPS/2 Synaptics TouchPad: Configuring as touchpad (**) SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5 (**) SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD) (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1 (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0 (II) SynPS/2 Synaptics TouchPad: initialized for absolute axes. (II) config/hal: Adding input device CKF7073 (**) CKF7073: always reports core events (**) CKF7073: Device: "/dev/input/event9" (II) CKF7073: Found keys (II) CKF7073: Configuring as keyboard (II) XINPUT: Adding extended input device "CKF7073" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device Sleep Button (**) Sleep Button: always reports core events (**) Sleep Button: Device: "/dev/input/event1" (II) Sleep Button: Found keys (II) Sleep Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device Power Button (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event0" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device Video Bus (**) Video Bus: always reports core events (**) Video Bus: Device: "/dev/input/event8" (II) Video Bus: Found keys (II) Video Bus: Configuring as keyboard (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device Power Button (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event3" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) RADEON(0): EDID vendor "CMO", prod id 4646 (II) RADEON(0): Printing DDC gathered Modelines: (II) RADEON(0): Modeline "1280x800"x0.0 69.39 1280 1320 1346 1412 800 802 807 819 -hsync -vsync (49.1 kHz) Backtrace: 0: /usr/bin/X (xorg_backtrace+0x28) [0x4a1eb8] 1: /usr/bin/X (0x400000+0x65169) [0x465169] 2: /lib/libpthread.so.0 (0x7f8709cf3000+0xf010) [0x7f8709d02010] 3: /usr/lib64/xorg/modules/libexa.so (exaMoveInPixmap+0x1b) [0x7f87071c520b] 4: /usr/lib64/xorg/modules/drivers/radeon_drv.so (0x7f8706eba000+0xda4d8) [0x7f8706f944d8] 5: /usr/lib64/xorg/modules/drivers/radeon_drv.so (0x7f8706eba000+0xda550) [0x7f8706f94550] 6: /usr/bin/X (0x400000+0x8e61b) [0x48e61b] 7: /usr/bin/X (BlockHandler+0x50) [0x434c30] 8: /usr/bin/X (WaitForSomething+0x141) [0x45e531] 9: /usr/bin/X (0x400000+0x2f7d2) [0x42f7d2] 10: /usr/bin/X (0x400000+0x250ec) [0x4250ec] 11: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f8708d7bbbd] 12: /usr/bin/X (0x400000+0x24c99) [0x424c99] Segmentation fault at address (nil) Fatal server error: Caught signal 11 (Segmentation fault). Server aborting Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. (II) AT Translated Set 2 keyboard: Close (II) UnloadModule: "evdev" (II) ENE eHome Infrared Remote Receiver: Close (II) UnloadModule: "evdev" (II) HP WMI hotkeys: Close (II) UnloadModule: "evdev" (II) SynPS/2 Synaptics TouchPad: Close (II) UnloadModule: "evdev" (II) CKF7073: Close (II) UnloadModule: "evdev" (II) Sleep Button: Close (II) UnloadModule: "evdev" (II) Power Button: Close (II) UnloadModule: "evdev" (II) Video Bus: Close (II) UnloadModule: "evdev" (II) Power Button: Close (II) UnloadModule: "evdev" | Code: (II) RADEON(0): GPU accel disabled or not working, using shadowfb for KMS (WW) RADEON(0): Direct rendering disabled You seem to have some problem in your kernel. Check dmesg for errors, particularly firmware related. See http://www.gentoo.org/doc/en/xorg-config.xml for proper kernel configuration. |
Hi, I have slight issue setting up the dual head configuration, have ATI Radeon 9600pro, left monitor is called DVI-0 and right VGA-0 is detected as primary by default. Everytime I login into the KDE, DVI-0 is clone of VGA-0 and only way how to change it what works for me is this command: Code: xrandr --output DVI-0 --auto --rotate normal --pos 0x0 --primary --output VGA-0 --auto --rotate normal --right-of DVI-0 That would represent the desired results, but here is one issue: I have to leave X by pressing CTRL+ALT+F1 and get back with ALT+F7 to see actual dual screen. Modifying Display Settings in the System settings doesn't work as expected and doesn't remember the configuration so I'd have to set it again after every restart. Perhaps modifying xorg.conf would do the job better? I'd like to have DVI-0 as primary screen and VGA-0 right-of DVI-0 Here is my xorg.conf: Code: Section "ServerFlags" # Option "AIGLX" "off" EndSection Section "ServerLayout" Identifier "Simple Layout" Screen 0 "Screen1" 0 0 # Screen "Screen1" RightOf "Screen2" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" 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/freefonts" 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" FontPath "/usr/share/fonts/artwiz" EndSection Section "Module" Load "dbe" Load "i2c" Load "ddc" Load "type1" Load "freetype" Load "extmod" # SubSection "extmod" # Option "omit XVideo" # Option "omit XVideo-MotionCompensation" # Option "omit XFree86-VidModeExtension" # EndSubSection Load "glx" Load "v4l" # Load "dri" # Load "drm" # Load "drm" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) Option "XkbRules" "xorg" Option "XkbModel" "pc101" Option "XkbLayout" "uk" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" # Auto detect Option "Device" "/dev/input/mice" # When using XQUEUE, comment out the above two lines, and uncomment Option "ZAxisMapping" "4 5 6 7" # Emulate3Buttons is an option for 2-button mice EndSection Section "Monitor" Identifier "Monitor1" # VendorName "ACR" # ModelName "Acer AL1916W" ### Comment all HorizSync and VertRefresh values to use DDC: # HorizSync 30.0 - 82.0 # VertRefresh 56.0 - 76.0 Option "DPMS" EndSection Section "Device" Identifier "Radeon9600pro[0]" Driver "radeon" #Option "UseInternalAGPGART" "no" #Option "ForceMonitors" "notv" BusID "PCI:1:0:0" # # ### generic DRI settings ### # === disable PnP Monitor === #Option "NoDDC" # === disable/enable XAA/DRI === Option "no_accel" "no" Option "no_dri" "no" EndSection Section "DRI" Group "video" Mode 0666 EndSection #Section "Extensions" #EndSection #Section "Device" # Identifier "Radeon9600pro[1]" # Driver "fglrx" # BusID "PCI:1:0:0" # Screen 1 #EndSection Section "Screen" Identifier "Screen 1" Device "Radeon9600pro[0]" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1440x900" "1280x1024" Virtual 2880 1024 EndSubSection EndSection | You don't need any screen section. In the Monitor section, set Option PreferredMode to the desired resolution. Also see "man xorg.conf" for a description of that option. |
Hello guys, Im having problem with the keyboard layouts in the X server. I want to have the "hu' hungarian layout but my X is very stubborn... Here is my xorg.conf Code: localhost kiskoller # cat < /etc/X11/xorg.conf # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder62) Thu Jun 3 09:41:37 PDT 2010 # nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 1.0 (root@localhost) Sat Dec 4 12:14:53 CET 2010 Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" LeftOf "Screen1" Screen 1 "Screen1" 1280 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "Xinerama" "1" EndSection Section "Files" ModulePath "/usr/lib64/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "record" Load "dri2" Load "dbe" Load "extmod" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "Keyboard" Option "XkbLayout" "hu" 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 "Unknown" ModelName "Arnos Instruments F-417" HorizSync 24.0 - 80.0 VertRefresh 49.0 - 75.0 EndSection Section "Monitor" Identifier "Monitor1" VendorName "Unknown" ModelName "Samsung SyncMaster" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 60.0 EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "G92 [GeForce 8800 GT]" EndSection Section "Device" Identifier "Device1" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 8800 GT" BusID "PCI:5:0:0" Screen 1 EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 8800 GT" BusID "PCI:5:0:0" Screen 0 EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "TwinView" "0" Option "metamodes" "CRT: nvidia-auto-select +0+0" SubSection "Display" Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Device1" Monitor "Monitor1" DefaultDepth 24 Option "TwinView" "0" Option "metamodes" "DFP: nvidia-auto-select +0+0" SubSection "Display" Depth 24 EndSubSection EndSection Please help me this drives me crazy... | kiskoller, Please post your /var/log/Xorg.0.log How we fix this depends on the Xorg version and a few other things |
Hi, I'd like to change the kdm logon settings, which is normally done in the login module of kde system settings, after enabling administrator mode. This administrator mode is not available on my new install. Is there an ebuild I missed or a setting I forgot? TIA, Erik | gerard82 wrote: I don't think Gentoo is involved in this shit. It's upstream. When I first started with kde4 I hit the same problem. I just unearthed this kde bug report: https://bugs.kde.org/show_bug.cgi?id=151669 It explains what the issue was; it seems to be fixed upstream when policykit is enabled. I'm re-emerging the necessary stuff right now. I'll report back. |
Something is making small icons and emoticons blink in Firefox. I thought it was 3.5.9, but it happens with 3.5.8, too. I downgraded from xorg-server-1.9 to the previous 1.8. Ditto downgrade xorg-drivers. It still happens. This started after the last world update I did. Is there a known problem that causes graphics and emoticons to blink? | Of all things! Thanks, I'll try that. |
Hey folks, sorry if I am user number 100000 to ask about this but so far I found nothing on the forum or else where on the www that could have helped me. I'm quite new to gentoo (and Linux used with console) so maybe you have to tell me what LOG-Files are interesting to look at and where I can find them. The actuall problem is, that my GNOME doesn't start. I Installed gentoo from stage3 with a minimal CD so far without any major trouble. Emerged GNOME with all dependencies as well without any major trouble and followed the guide to install and start gnome. (And after the 3rd failed attempt to start gnome I emerged ati-drivers since I have a ATI Radeon HD 56xx series) But when I use startx or /etc/ini.d/xdm start my screen goes black and and nothing happens anymore. The Computer isn't hanging, since pressing CTRL+ALT+DEL brings the system to reboot. Another issue is, that I can't switch between the VT's since I didn' manage so far to configure my AppleAluminium german keyboard. It is a german keyboard map loaded but still there are some keys wrong like teh >< key. I assume that this is as well the reason for not beeing able to Switch between Terminals with CTRL+ALT+Fx (and I thing I tried any other combination as well). With ALT + ARROW KEYS I can switch between the neighbouring Terminals. But as soon as I try to start gnome with startx or xdm start this doesn't work either. I hope there is someone who can spare the time to give me an advice where to start looking. Thanks so far in advance. | run Code: X -retro post results, if you get a black/white stipple screen and a moveable mouse cursor, X works and the display manager/window manager/desktop is the problem. if no stipple, need to get x running. |
hi, in kde 4.x, under system settings -> notifications, all of the options are disabled. (disabled = faded out options that can't be interacted with) How do I enable them? If kernel configuration is a possibility, I will post the information for the kernel. Same thing for any other information. just ask. | By options, you mean, "Play a sound", "Show a message in a popup"? |
I recently installed Wine and everything went well. I then proceeded to install Office 2007 and to my surprise it installed with no errors. Now, when I look for wine on my applications (using KDE) I cant find it. There is a "Programs" file on my applications but that folder was created when I installed Crossover over a year ago. I believe that I installed Wine under root and maybe thats why it's not showing under my regular user's account. I tried to login as root and I get a message that "login as root is not allowed" ? Has something changed lately in KDE? Thanks in advance. | You are corect. During my first try I installed it as root and could not find it. I went ahead and installed it as a regular user and everythign works. Although I havent really tested it to see if all capabilities work, all Office apps are there and launch on command. I do need it and I have tried Openoffice, Abiword, but they still are not a good enough replacement. I will test Word later today and see if I have problems saving as you mentioned. |
Hi all.I have little problem with screen resolution in command line. with X its normalny for my screen 1920x1080.But in command line its 640x480.I selected in kernel 1920x1080 resolution, but it isnt working. What I did bad ? | I also use the vga=ask option, not sure why I still haven't made it default to something heh, but either way, it only shows me as high as 12xx something resolution while my display is a 1920x1080 one. Don't know if it's just Grub not supporting higher or what. Anyways, something I remember of the Kernel settings regarding this. I can't remember things for sure, exactly, but here's at least some options you could mess around with. Code: Device Drivers ---> Graphics support ---> Console display driver support ---> Here you got a lot of options to mess around with the console. For one, I think you will need the Code: <*> Framebuffer Console support for higher resolutions. You'd probably need one or both of these as well, I think, and they are on the way to the Console options, in the Graphics section. You probably have at least the VESA support in already. Code: [*] VESA VGA graphics support [*] EFI-based Framebuffer Support That's a little I can think of right now. I hope this helps! |
Hi, I've got a strange remote control that appears as a keyboard and a mouse. I've told HAL to ignore the devices and I start the lirc daemon with this command: Code: lircd -H devinput -d /dev/input/by-id/usb-Cy_se_W-01RN_USB_V3.1-event-mouse -o /var/run/lirc/lircd -P /var/run/lirc/lircd.pid --listen /etc/lirc/lircd.conf I've been able to record all KEYS with irrecord but I can't get irw to work. Anybody could give some directions? Thank you. | Why don't you use the init script? |
I have a problem running meld from root: Code: # meld Traceback (most recent call last): File "/usr/bin/meld", line 90, in <module> meldapp.main() File "//usr/lib64/meld/meldapp.py", line 942, in main app = MeldApp() File "//usr/lib64/meld/meldapp.py", line 604, in __init__ self.prefs = MeldPreferences() File "//usr/lib64/meld/meldapp.py", line 492, in __init__ prefs.Preferences.__init__(self, "/apps/meld", self.defaults) File "//usr/lib64/meld/prefs.py", line 91, in __init__ self._gconf.add_dir(rootkey, gconf.CLIENT_PRELOAD_NONE) glib.GError: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details - 1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.) it runs OK as user but not in root. | Can you run other gui applications as root? You may have to allow root to open connections to the X server with Code: $ xhost + |
Code: (EE) Failed to load module "fbdev" (Module doesn't exist, 0) (EE) Failed to load module "vesa" (Module doesn't exist, 0) (EE) Failed to load module "vga" (Module doesn't exist, 0) (EE) No drivers available Can't find screen. The error message isn't fully because it seems that I can't use gpm in links.(I can use mouse but I can't use middle button to paste) My vedio card is nvdia. Here is make.conf: Code: CFLAGS="-march=native -O2 -pipe" CXXFLAGS="${CFLAGS}" CHOST="x86_64-pc-linux-gnu" MAKEOPTS="-j6" VIDEO_CARDS="nvidia" INPUT_DEVICES="evdev" ACCEPT_KEYWORDS="~amd64" SYNC="rsync://mirrors.xmu.edu.cn/gentoo-portage" GENTOO_MIRRORS="http://mirrors.xmu.edu.cn/gentoo" USE="mmx sse sse2" grep ^CONFIG_FB /usr/src/linux/.config: Code: CONFIG_FB=y CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_IMAGEBLIT=y CONFIG_FB_MODE_HELPERS=y CONFIG_FB_TILEBLITTING=y CONFIG_FB_UVESA=y CONFIG_FB_EFI=y Run without xorg.conf | i tend to agree with aCOSwt - if i just type startx without a xorg.conf i get nothing, guess hal and or my tv dont like each other |
Hi everyone I have a rt-kernel: Code: 2.6.33.7-rt29 (I want to build a music system) I have this hardware: Code: 05:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 8400M GS] (rev a1) and try to emerge nvidia-drivers but there is ERRORS. Here is part of /var/tmp/portage/x11-drivers/nvidia-drivers-195.36.31/temp/build.log Code: ERROR: kernel configuration is invalid include/generated/autoconf.h or include/config/auto.conf are missing. Run 'make oldconfig && make prepare' on kernel src to fix it. make[4]: *** [/var/tmp/portage/x11-drivers/nvidia-drivers-195.36.31/work/NVIDIA-Linux-x86_64-195.36.31-pkg2/ usr/src/nv/nv.o] ERROR 1 make[3]: *** [_module_/var/tmp/portage/x11-drivers/nvidia-drivers-195.36.31/work/NVIDIA-Linux-x86_64-195.36.31-pkg2/ usr/src/nv] ERROR 2 make[2]: *** [sub-make] ERROR 2 NVIDIA: left KBUILD. nvidia.ko failed to build make[1] *** [module] ERROR 1 make: *** [module] ERROR 2 * ERROR: x11-drivers/nvidia-drivers-195.36.31 failed * Unable to emake HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- LDFLAGS= IGNORE_CC_MISMATCH=yes v=1 SYSSRC=/usr/src/linux SYSOUT=/lib/modules/2.6.33.7-rt29/build HOST_CC=x86_64-pc-linux-gnu-gcc CC=x86_64-pc-linux-gnu-gcc clean module * * Call stack: * ebuild.sh, line 54: Called src_compile * environment, line 4121: Called linux_mod_src_compile * environment, line 3051: Called die * The specific snippet of code: * eval "emake HOSTCC=\"$(tc-getBUILD_CC)\" CROSS_COMPILE=${CHOST}- LDFLAGS=\"$(get_abi_LDFLAGS)\" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS} " || die "Unable to emake HOSTCC="$(tc-getBUILD_CC)" CROSS_COMPILE=${CHOST}- LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}; * * If you need support, post post the output of 'emerge --info =x11-drivers/nvidia-drivers-195.36.31'. * The complete build log and the output of 'emerge -pqv = x11-drivers/nvidia-drivers-195.36.31'. * The complete build log is located at '/var/tmp/portage/x11-drivers/nvidia-drivers-195.36.31/temp/build.log' * The ebuild environment file is located at '/var/tmp/portage/x11-drivers/nvidia-drivers-195.36.31/temp/environment'. * S: '/var/tmp/portage/x11-drivers/nvidia-drivers-195.36.31/work/NVIDIA-linux-x86_64-195.36.31-pkg2' If I do: Code: make oldconfig && make prepare It does nothing more Can you help me to install these drivers ? Thank you. | check /usr/src/linux is pointing to your rt kernel version (eselect kernel list) and check if the kernel sources are missing: look here: https://forums.gentoo.org/viewtopic-t-845059-highlight-.html |
I've decided to give a try to gnome 2.32, but can't use gnome-keyring-daemon: log full with errors similar to the one below: Code: Nov 20 19:23:15 rrr gnome-keyring-daemon[19016]: couldn't connect to control socket at: /tmp/keyring-bN8HZy/control: Connection refused Nov 20 19:23:15 rrr gnome-keyring-daemon[19016]: GLib-GIO: Settings schema 'org.gnome.crypto.cache' is not installed Google doesn't help ;-( I'd appreciate any ideas. | rjtupas wrote: Try emerging gnome-base/gsettings-desktop-schemas. That should fix your problem. You will have to add it to your package.accept_keywords file and package.unmask file. Good luck, Randy Thanks for your help! |
Hi , like the title says . Some reason cant get this emerged on this machine. I do not have java as a USE flag because as I understood that it was not really necessary anymore, (please correct me if I am wrong ) If not, any ideas? Here some infos: build.log: Code: Entering /var/tmp/portage/app-office/openoffice-3.2.1-r1/work/ooo/build/OOO320_m19/sw/util Compiling: sw/unxlngx6/misc/sw_dflt_version.c Compiling: sw/unxlngx6/misc/swd_dflt_version.c Compiling: sw/unxlngx6/misc/swui_dflt_version.c Compiling: sw/unxlngx6/misc/msword_dflt_version.c Compiling: sw/unxlngx6/misc/vbaswobj_dflt.uno_version.c Making: swall.lib Making: swui.lib Making: libswlx.so Making: libswdlx.so Making: libswuilx.so Making: libmswordlx.so Making: libvbaswobjlx.uno.so Making: swen-US.res Compiling: rsc_sw Name "main::name" used only once: possible typo at /var/tmp/portage/app-office/openoffice-3.2.1-r1/work/ooo/build/OOO320_m19/solenv/bin/deliver.pl line 1312. Module 'sw' delivered successfully. 264 files copied, 0 files unchanged 1 module(s): sc need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /var/tmp/portage/app-office/openoffice-3.2.1-r1/work/ooo/build/OOO320_m19/sc/addin/rot13 ERROR: error 65280 occurred while making /var/tmp/portage/app-office/openoffice-3.2.1-r1/work/ooo/build/OOO320_m19/sc/addin/datefunc Attention: if you build and deliver the above module(s) you may prolongue your the build issuing command "build --from sc" rmdir /var/tmp/portage/app-office/openoffice-3.2.1-r1/temp/MVGY78B8PZ make: *** [stamp/build] Error 1 * ERROR: app-office/openoffice-3.2.1-r1 failed: * Build failed * * Call stack: * ebuild.sh, line 54: Called src_compile * environment, line 8110: Called die * The specific snippet of code: * make || die "Build failed" * * If you need support, post the output of 'emerge --info =app-office/openoffice-3.2.1-r1', * the complete build log and the output of 'emerge -pqv =app-office/openoffice-3.2.1-r1'. !!! When you file a bug report, please include the following information: GENTOO_VM= CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm" JAVACFLAGS="" COMPILER="" and of course, the output of emerge --info * The complete build log is located at '/var/tmp/portage/app-office/openoffice-3.2.1-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-office/openoffice-3.2.1-r1/temp/environment'. * S: '/var/tmp/portage/app-office/openoffice-3.2.1-r1/work/ooo' emerge --info =app-office/openoffice-3.2.1-r1 Code: Portage 2.1.8.3 (default/linux/amd64/10.0/desktop, gcc-4.4.4, glibc-2.11.2-r3, 2.6.37-rc3-Osiris x86_64) ================================================================= System Settings ================================================================= System uname: Linux-2.6.37-rc3-Osiris-x86_64-Intel-R-_Core-TM-_i5_CPU_M_520_@_2.40GHz-with-gentoo-1.12.14 Timestamp of tree: Tue, 23 Nov 2010 06:00:23 +0000 app-shells/bash: 4.1_p7 dev-java/java-config: 2.1.11-r1 dev-lang/python: 2.6.5-r3, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.14-r1 sys-apps/sandbox: 2.3-r1 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.4.4-r2 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=core2 -mtune=generic -O2 -msse -msse2 -msse3 -msse4.1 -msse4.2 -mmmx -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=core2 -mtune=generic -O2 -msse -msse2 -msse3 -msse4.1 -msse4.2 -mmmx -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/" LANG="C" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi additions alsa amd64 berkdb branding bzip2 cairo cdr cleartype cli consolekit corefonts cracklib crypt cups cxx dbus device-mapper dri dts dvd dvdr emboss emerald encode exif extras fam firefox flac fontconfig fortran gdbm gdm gdu gif gnome gnutls gpm gtk hal iconv ipv6 jpeg kdrive lcms ldap libnotify mad mikmod mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl nptlonly ogg opengl openmp pam pango pcre pdf perl png policykit ppds pppd pulseaudio python qt3support qt4 readline samba sdk sdl session spell sqlite sse sse2 ssl startup-notification svg symlink sysfs tcpd tiff truetype type1 unicode usb vorbis x264 xcb xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid 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" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-2" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nouveau nv r128 radeon savage sis tdfx trident vesa via vmware voodoo" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY emerge -pqv =app-office/openoffice-3.2.1-r1 Code: [ebuild N ] app-office/openoffice-3.2.1-r1 USE="cups dbus gnome gtk ldap opengl pam (-aqua) -bash-completion -binfilter -debug -eds -gstreamer -java -kde (-kdeenablefinal) -nsplugin -odk -templates" LINGUAS="-af -ar -as_IN -be_BY -bg -bn -br -brx -bs -ca -cs -cy -da -de -dgo -dz -el -en -en_GB -en_US -en_ZA -eo -es -et -eu -fa -fi -fr -ga -gl -gu -he -hi_IN -hr -hu -id -it -ja -ka -kk -km -kn_IN -ko -kok -ks -ku -lt -mai -mk -ml_IN -mn -mni -mr_IN -nb -ne -nl -nn -nr -ns -oc -or_IN -pa_IN -pl -pt -pt_BR -ru -rw -sa_IN -sat -sd -sh -sk -sl -sr -ss -st -sv -sw_TZ -ta -ta_IN -te_IN -tg -th -ti_ER -tn -tr -ts -uk -ur_IN -uz -ve -vi -xh -zh_CN -zh_TW -zu" | tricky, the error message is pretty unhelpful. versions of OO I suspect won't change much. Try emerging the previous version if you're desperate. |
Hi All, I'm having some problems with a new gentoo install and the evdev keyboard setup in X. The two main ones that are killing me most are that the down arrow key hits carriage return and the left and right arrow keys no longer allow me to scroll along text automatically when held (they move a single character per press and then stop). I have tried leaving the keyboard definition out of the xorg.conf as well as using the values below (and variants of) with no success: Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "evdev" Option "XkbLayout" "gb" Option "evBits" "+1" Option "keyBits" "~1-255 ~352-511" Option "Pass" "3" Option "AutoRepeat" "500 30" EndSection The keyboard is a standard 105 key international USB one. In the standard non-X shell all keys are working as expected. Any help would be appreciated. Regards Simon | Solved my own problem with the help of the thread below: https://forums.gentoo.org/viewtopic-t-821796.html Using kbd driver instead of evdev was the primary issue, new keyboard definition that is working is given below: Quote: Section "InputDevice" Identifier "Keyboard0" Driver "evdev" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "evdev" Option "XkbLayout" "gb" EndSection |
I use the xorg server 1.8 and evdev + synaptics on my laptop since some time now i wanted to migrate my desktop computer from xorg server 1.7.7 to xorg server 1.9.2 and using evdev for my input devices instead of xf86-input-keyboard/mouse for my input devices. - the kernel is build with evdev support - in make.conf i have udev as use flag and INPUT_DEVICES="evdev" - udevd is in sysinit runlevel - i removed the InputDevice Sections in xorg.conf - i added an Option "AutoAddDevices" "off" to xorg.conf - i created a dir /etc/X11/xorg.conf.d - i made a keyboard conf in /etc/X11/xorg.conf.d/01-keyboard.conf with Code: Section "InputClass" Identifier "keyboard" Driver "evdev" MatchIsKeyboard "on" Option "xkblayout" "de" Option "xkbvariant" "nodeadkeys" EndSection but it is just not working.... i currently running my InputDevices using InputDevice Sections in xorg.conf and the xf86-input-keyboard/mouse drivers again ps: the keyboard is a logitech G11 with a common usb mouse connected (if that matters) | Huh ? AFAIK, '"AutoAddDevices" "off"' makes the udev backed not work. Also, first thing to check is xorg log. |
Hi folks, since my recent update I'm unable to read / receive my IMAP-emails. Running KMail in the console spits this out: Code: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) kmail(7391)/kdeui (Wallet): The kwalletd service has been disabled "/usr/bin/kmail(7391)" Error in thread 139790466082656 : "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'" "/usr/bin/kmail(7391)" Error in thread 139790466082656 : "QLocalSocket::connectToServer: Connection refused" "/usr/bin/kmail(7391)" Error in thread 139790466082656 : "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'" "/usr/bin/kmail(7391)" Error in thread 139790466082656 : "QLocalSocket::connectToServer: Connection refused" "/usr/bin/kmail(7391)" Error in thread 139790466082656 : "org.freedesktop.DBus.Error.UnknownObject - No such object path '/org/soprano/Server'" "/usr/bin/kmail(7391)" Error in thread 139790466082656 : "QLocalSocket::connectToServer: Connection refused" kmail(7391)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig: kmail(7391)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig: kmail(7391) KMFolderImap::slotListNamespaces: Got no connection As usual in such cases I ran revdep-rebuild. All dependencies were clean. Searching in google for "KMFolderImap::slotListNamespaces" revelead this link http://forum.kde.org/viewtopic.php?f=20&t=89776 However rebuilding qt-core nor kdelibs didn't help at all. Any suggestions? Cheers! Alex PS.: I run on an amd64 desktop profile | Finally found the issue. As pointed out in the other post to this topic one need to rebuild the dependencies to libssl. However, a simple rebuild of libssl or simply issuing revdep-rebuild is not sufficient. After re-emerging libssl one is asked to execute Code: revdep-rebuild --library libcrypto.so.0.9.8 revdep-rebuild --library libssl.so.0.9.8 Done as I have been told and the error was gone. Cheers! Alex |
I've got a weird problem that i can't seem to find an answer for. When I unplug the AC adapter, the computer suspends and won't come back until i have completely power cycled it (removed battery as well as the AC adapter). If I leave the AC adapter unplugged and boot the laptop just with the battery, it works just fine. Also, this only happens when the X server is running. Thanks for any advise you may have. -Chris UPDATE: I checked out a bug post ( https://bugs.launchpad.net/ubuntu/+source/upower/+bug/481312 ), it was very insightful. Per the comments in that thread, I changed the options in Gnome Power Manager to "Blank Screen" when the lid is closed. Now when I unplug the AC adapter, the X server shuts down, and when I plug it back in, the X server starts back up. That's better then what it was, but still confusing. | I stopped acpid from starting in the default run-level. that did the trick. I dunno. I guess you can't acpid running when you have window manager running and expect acpi to function correctly? I'll have to read up on it. |
OK, before this week-end, I powered off my work computer, which I haven't done since maybe 1-2 weeks. And during this time, I have done some world updates. (I know, I know ...) Anyway, prior to the update, I simply issued xrandr --output HDMI-0 --right-of DVI-0 and xrandr --verbose --output HDMI-0 --rotate right ... to get my dual monitor setup working as I wanted. (one 1920x1200, and one 1200x1920 (rotated)) The thing now, is that if I maximize a window, it will fill both screens, which is not good in this setup. Also, the bottom panel spans both screens, which also is bad in this setup. xinerama use flag is disabled, and I use kde. So what has changed, or more important, how can I get it back, to only have the panel on one screen, (or at least maximize programs to one screen)?? My xorg.conf; Code: Section "ServerLayout" Identifier "Simple Layout" Screen "Screen1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" # Option "Xinerama" "0" EndSection Section "Device" Identifier "ati" Driver "radeon" VendorName "xorg-ati" BoardName "4350" EndSection Section "Screen" Identifier "Screen 1" Device "ati" Monitor "Monitor1" DefaultDepth 24 # SubSection "Display" Modes "1920x1200" "1920x1200" Virtual 3840 1920 Depth 24 EndSubSection EndSection Any help apreciated, Micael | Probably your window manager was built without USE="xinerama". |
Using kde 4.5.3 and kopete 1.0.80 - a recent upgrade (from kde 4.5.2), and I'm getting the following issue whenever I try to connect to icq with kopete: "The password was wrong" ... I know that the password is correct, and nothing changed. I also went ahead and changed passwords, but I get the same error. I even created a brandnew icq account... and... same issue - I get a pop up dialog from kopete that tells me my password is wrong. Anyone else seeing this issue? I think this has happened before, due to a protocol change or something - but I forget which library kopete uses to access icq. | Yes! Same here |
I have just recently finished installing Gentoo sucessfully for the first time. I am trying to install Gnome as my graphical Interface but when I type Code: Gnome emerge I get a few errors Code: Call stack: ebuild.sh, line 54: called src_configure enviorment, line 3493: called econf '--libdir=/user/lib64' '--localstatedir=var' '--with-cups-user=lp' '--with-cups-group=lp' '--with-docdir=/usr/share/cups/html' '--with-languages=all' '--with-pdftops=pdftops' '--with-system-groups=lpadmin' '--with-xinetd=/etc/xinetd.d' '--enable-acl' '--enable-dbus' '--disable-jpeg' '--disable-gssapi' '--disable-ldap' '--enable-pam' '--disable-png' '--disable-slp' '--disable-static' '--disable-tiff' '--without-java' '--with-perl' '--without-php' '--with-python' '--enable-libpaper' '--enable-pdftops' '--enable-threads' '--with-optim=-02 -pipe' '--disable-dnssd' '--disable-gnutls' '--enable-openssl' ebuild.sh, line 544: called die the specific snippet of code: die "econf failed" if you need support, post the output of 'emerge --info =net-print/cups-1.3.11-r3', the complete build log and the output of 'emerge -pqv =net-print/cups-1.3.11-r3'. The complete build is located at '/var/tmp/portage/net-print/cups-1.3.11-r3/temp/build.log the build environment is locate at '/var/tmp/portage/net-print/cups-1.3.11-r3/temp/enviorment'. S: '/var/tmp/portage/net-print/cups-1.3.11-r3/work/cups-1.3.11' please help | That doesn't tell us much, need to see the actual error from the build log. Should be here: Quote: The complete build is located at '/var/tmp/portage/net-print/cups-1.3.11-r3/temp/build.log If your not sure, just pastebin the log and post back |
I'm really lost now. I'm using nxclient and nxserver to connect me to my machine at work for a couple of years now. Every time i have to work from my home office this worked fine for me. But since a few weeks or so i't becomes unusable because the performance droped subsurface. The story so far: I got a gentoo machine at work and at home. I tested with nxserver freeedition, nxfree, neatx and x2goserver. It's not my Internet connection and not my computer at home. I tested the same on another (older) gentoo machine and a kubuntu machine at work everything works fine. But if i connect to my Gentoo-machine it's like watching a flip-book (a realy slow one). I installed iftop in every machine at work and there it was. On the other computers i measured something about 2-5Kb on my something about 30-50Kb (up to 400Kb sometimes). So what is producing this high network load. After a lot of un/re/emerge of almost every package and testing with all the different tools mentioned above and trying some older kernel i found the NX Session Manager where you can see what happens behind the walls. And there is something which i think is a hint: At the end of the log there is something like this (slow machine): Code: NX Compression Summary ---------------------- link: ADSL with protocol compression enabled. overall: 328728244 bytes (321024 KB) in, 5682738 bytes (5550 KB) out. Overall NX server compression ratio is 57.847:1. On the other machine it looks like this (fast machine): Code: NX Compression Summary ---------------------- link: ADSL with protocol compression enabled. images: 8087784 bytes (7898 KB) packed to 65348 (64 KB). Images compression ratio is 123.765:1. overall: 8125924 bytes (7935 KB) in, 10639 bytes (10 KB) out. Overall NX server compression ratio is 763.786:1. As you see there is quite a remarkable difference. What i need is every kind of hint to determine why i have no image compression. Or a tool or trick to find the guilty lib/service. Any hint appreciated!!! Greetings DonMartio | additional Info: If i cast an lsof on the nxagent process (using neatx) i get this: Code: martin ~ # lsof -p 20824 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME nxagent 20824 martin cwd DIR 8,3 120 28755590 /usr/lib/NX/bin nxagent 20824 martin rtd DIR 8,3 760 2 / nxagent 20824 martin txt REG 8,3 3726400 28755513 /usr/lib/NX/bin/nxagent nxagent 20824 martin DEL REG 0,4 14581762 /SYSV00000000 nxagent 20824 martin DEL REG 0,4 14548993 /SYSV00000000 nxagent 20824 martin mem REG 8,3 34260 25693825 /usr/lib/libXcursor.so.1.0.2 nxagent 20824 martin mem REG 8,3 107940 28284757 /usr/lib/gcc/i686-pc-linux-gnu/4.4.4/libgcc_s.so.1 nxagent 20824 martin mem REG 8,3 933992 28284770 /usr/lib/gcc/i686-pc-linux-gnu/4.4.4/libstdc++.so.6.0.13 nxagent 20824 martin mem REG 8,3 235016 28724253 /usr/lib/libjpeg.so.8.0.2 nxagent 20824 martin mem REG 8,3 140892 27658835 /usr/lib/libpng14.so.14.4.0 nxagent 20824 martin mem REG 8,3 9604 28392863 /lib/libdl-2.12.1.so nxagent 20824 martin mem REG 8,3 1409436 28391607 /lib/libc-2.12.1.so nxagent 20824 martin mem REG 8,3 9372 28190385 /usr/lib/libXcomposite.so.1.0.0 nxagent 20824 martin mem REG 8,3 25912 26601511 /usr/lib/libXrandr.so.2.2.0 nxagent 20824 martin mem REG 8,3 9384 21060618 /usr/lib/libXdamage.so.1.1.0 nxagent 20824 martin mem REG 8,3 17904 27602332 /usr/lib/libXtst.so.6.1.0 nxagent 20824 martin mem REG 8,3 17564 26233536 /usr/lib/libXfixes.so.3.1.0 nxagent 20824 martin mem REG 8,3 34304 28755530 /usr/lib/NX/lib/libXrender.so.1.2.2 nxagent 20824 martin mem REG 8,3 46840 28755518 /usr/lib/NX/lib/libXcompshad.so.3.4.0 nxagent 20824 martin mem REG 8,3 54756 28755521 /usr/lib/NX/lib/libXcompext.so.3.4.0 nxagent 20824 martin mem REG 8,3 892904 28755533 /usr/lib/NX/lib/libXcomp.so.3.4.0 nxagent 20824 martin mem REG 8,3 63260 26233607 /usr/lib/libXpm.so.4.11.0 nxagent 20824 martin mem REG 8,3 149256 28392842 /lib/libm-2.12.1.so nxagent 20824 martin mem REG 8,3 79348 27250495 /lib/libz.so.1.2.5 nxagent 20824 martin mem REG 8,3 822484 28755524 /usr/lib/NX/lib/libX11.so.6.2 nxagent 20824 martin mem REG 8,3 51632 28755514 /usr/lib/NX/lib/libXext.so.6.4 nxagent 20824 martin mem REG 8,3 526284 26841612 /usr/lib/libfreetype.so.6.6.1 nxagent 20824 martin mem REG 8,3 117868 28392886 /lib/ld-2.12.1.so nxagent 20824 martin 0u unix 0xf5245800 0t0 4531121 /tmp/.X11-unix/X902 nxagent 20824 martin 1u unix 0xf5245c00 0t0 4531125 socket nxagent 20824 martin 2w FIFO 0,7 0t0 4531100 pipe nxagent 20824 martin 3u unix 0xf5244000 0t0 4531126 socket nxagent 20824 martin 6w unix 0xc318b200 0t0 4531750 /tmp/.X11-unix/X902 nxagent 20824 martin 7r IPv4 4531212 0t0 TCP localhost:4902->localhost:56870 (ESTABLISHED) nxagent 20824 martin 8w FIFO 0,7 0t0 4531100 pipe nxagent 20824 martin 9u unix 0xe7acaa00 0t0 4532281 /tmp/.X11-unix/X902 nxagent 20824 martin 10r unix 0xf6ad2e00 0t0 4533343 /tmp/.X11-unix/X902 nxagent 20824 martin 11r unix 0xf1bed400 0t0 4533363 /tmp/.X11-unix/X902 nxagent 20824 martin 12w unix 0xf1becc00 0t0 4533382 /tmp/.X11-unix/X902 libjpeg and libpng are there... what the hack... |
What is the command to generate a xorg.conf file now? I think it was xf86config way back in the day, but that command is (obviously) gone and I can't find its replacement. Xorg gets it almost the way I want by default, so I want to generate the xorg.conf with what Xorg uses without one and tweak from there. | X -configure no longer works if you use KMS. The proprietary nvidia-drivers and ati-drivers come with their own xorg.conf generation tool. If you run open source drivers, xorg.conf can be omitted entirely, or a minimal config can be created containing only the section which is relevant to your configuration needs. |
Today I installed a fresh copy of Gentoo and KDE 4.5. The install had some issues but got ironed out with the help of some of the members in the IRC chat room. My big issue right now though is the graphics are horrible. I always have artifacts on the screen, it starts out low but then soon enough everything is scrambled and unreadable. I've installed the x11 overlay to allow mesa-7.9 as well. Here's a screen shot with a mild case of it, note the dotted lines: http://i160.photobucket.com/albums/t179/phantsam/snapshot2.png The system specifications aren't bad, they're as follows: CPU: Intel C2D Q9550 RAM: 8GB DDR2 800 GPU: eVGA 8800GTX 768MB Motherboard: Asus Commando P965 Output from lspci -k is here: http://paste.pocoo.org/show/294851/ Make.conf is here: http://paste.pocoo.org/show/294852/ Any help is appreciated, this system is dang near useless for more than 5 minutes at a time right now. | Probably this is a bug in nouveau. The screenshots look a bit like what is reported here: https://bugzilla.redhat.com/show_bug.cgi?id=505853 |
Openchrome is not rotating my display despite Option "Rotate CW" being present in my xorg.conf file. The xorg.conf file is parsed, but the log shows "(WW) CHROME(0): Option "Rotate CW" is not used." I can't find a clear description of why it would do this,the openchrome documentation states it should honor the rotate option. Code: tom@t5000_2 ~ $ grep -B10 -A10 Rotate /var/log/Xorg.0.log (--) CHROME(0): Timed libc YUV420 copy... 3578496. Throughput: 132.0 MiB/s. (--) CHROME(0): Timed kernel YUV420 copy... 3448565. Throughput: 136.9 MiB/s. (--) CHROME(0): Timed SSE YUV420 copy... 2181678. Throughput: 216.4 MiB/s. (--) CHROME(0): Timed MMX YUV420 copy... 3390186. Throughput: 139.3 MiB/s. (--) CHROME(0): Ditching 3DNow! YUV420 copy. Not supported by CPU. (--) CHROME(0): Timed MMX2 YUV420 copy... 2158609. Throughput: 218.8 MiB/s. Freed 12410880 (pool 2) (--) CHROME(0): Using MMX2 YUV42X copy for video. (II) CHROME(0): [XvMC] Registering chromeXvMC. (II) CHROME(0): [XvMC] Initialized XvMC extension. (WW) CHROME(0): Option "Rotate CW" is not used (II) CHROME(0): - Done (==) RandR enabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD Code: tom@t5000_2 ~ $ grep -v "^[ ]*#" /etc/X11/xorg.conf Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "extmod" Load "record" Load "dri2" Load "dbe" Load "dri" 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 "openchrome" VendorName "VIA Technologies, Inc." BoardName "VT8623 [Apollo CLE266] integrated CastleRock graphics" BusID "PCI:1:0:0" Option "Rotate CW" 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 | Your syntax is wrong. There is no option "Rotate CW". The option is called "Rotate" and the parameter is "CW". |
Hi all. I've been away from Gentoo for about a year. Just come back, got my system up and running, but having issues with GLX. I see this in .xsession-errors:- Invalid D-BUS member name 'idle-hint' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection Invalid D-BUS member name 'is-local' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection Invalid D-BUS member name 'x11-display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection Invalid D-BUS member name 'x11-display' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection Invalid D-BUS member name 'display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection Invalid D-BUS member name 'remote-host-name' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection Invalid D-BUS member name 'session-type' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection Invalid D-BUS member name 'unix-user' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". kwin(4015): ""fsrestore1" - conversion of "0,0,0,0" to QRect failed" Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Can someone point me in the right direction to get GLX working? phil@undertaker ~ $ glxinfo name of display: :0.0 Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Error: couldn't find RGB GLX visual or fbconfig Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". 2 GLXFBConfigs: visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- Segmentation fault Thanks! | Hi Phil, Please post; Code: emerge -pv xorg-server | grep ebuild lspci | grep VGA emerge $(qlist -C -I x11-drivers/) -1pv All the q stuff comes from app-portage/portage-utils Code: man q |
Hi there, I was writing a script to check the remaining capacity of my notebook battery. When it's below a threshold that script should popup a messagebox and warn to plug-in the power supply or otherwise the notebook goes into hibernate within the next few minutes. The script is working so far except the dialog. Code: kdialog --sorry "My Warning" does the thing as user. What I need is, howto do this as root. I would need something like: Code: xhost +localhost && DISPLAY=:0.0 kdialog --sorry "blubb" but that's not working due to xhost and the dbus session. How can I realize that? | how about using sudo into the active user? |
The mail accounts work fine, and Evolution works just fine. No changes other than updating as usual. Yet once again, updating Gentoo breaks something. Any clues? Anyone having a similar experience? Sending failed: smtp:<mail server> (which works just fine) The message will stay in the 'outbox' folder until you either fix the problem (e.g. a broken address) or remove the message from the 'outbox' folder. The following transport was used: <identity> (and all of them fail the same way) | Yes, I have the exact same problem. ATM I'm reverting back to kontact-4.4.5. I believe the problem is, that there is no kdelibs-4.4.7 yet. I had problems with kontact and kdelibs before with non-matching versions. On the other hand, kde is getting worse with every new version. So I'm thinking about moving away from my beloved kontact. Although there not seems to be another good solution, kontact is heading towards unusable in giant leaps. EDIT: OK, that doesn't fix the problem. Also I've noticed that on my notebook there was no kmail update but I have the same problem. After looking in the mail-server logs, it seems to be a problem with the tsl authentication. So, maybe the updated gnutls is causing the problem. EDIT 2: So, it running again. But I'm not quite sure, what change made the difference. I've recompiled gnutls and openssl, which told me to revdep-rebuild 2 libraries. During running those revdep-rebuilds kmail start working again. My problem is fixed now, maybe it will fix yours too? |
I just got a nice new Lenovo G555 laptop with an ATI Mobility HD 4200 video controller. Right in the middle of the boot up process the video mode changes and I get loads of blue line segments moving in horizontal waves across the screen. it makes it very difficult to read anything. And this persists after X starts as well. I tried the open source ATI drivers and the proprietary drivers and anything else I could think of, but to no avail. I have a feeling it has to do with the framebuffer, but I'm not sure -- I don't know much about the framebuffer. I'm running gentoo-sources 2.6.34-gentoo-r12; here's the framebuffer part of the kernel config: Code: # CONFIG_DISPLAY_SUPPORT is not set # # Console display driver support # CONFIG_VGA_CONSOLE=y CONFIG_VGACON_SOFT_SCROLLBACK=y CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64 CONFIG_DUMMY_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set # CONFIG_FB_CON_DECOR is not set # CONFIG_FONTS is not set CONFIG_FONT_8x8=y CONFIG_FONT_8x16=y CONFIG_LOGO=y # CONFIG_LOGO_LINUX_MONO is not set # CONFIG_LOGO_LINUX_VGA16 is not set CONFIG_LOGO_LINUX_CLUT224=y All the other framebuffer hardware stuff is not set. This was so frustrating I decided to try Ubuntu, even though I've been happily using Gentoo on several machines for more than 8 years now. But when the Ubuntu install disk booted, I had the same video mess. But the weird thing is that Knoppix works fine! I compared the Knoppix /var/log/Xorg.0.log with Gentoo's but couldn't find any striking differences. Unfortunately, the Knoppix kernel was not compiled with the config built in so I couldn't discover their magic in /proc/config.gz. If anyone has any idea what the problem is with this, I would be very grateful to hear it. TIA | Figured it out: need nomodeset on the kernel line. |
Can anyone tell me if the Plasma Desktop Workspace is supposed to be started from the System Settings - Startup ans Shutdown - Autostart menu in Gentoo? I can't imagine that such an important component to the KDE desktop is supposed to be in the Autostart manager for programs. I did try and disable it, and it rendered KDE inoperable after a reboot, I had to go to the /home/name/.config/autostart and edit the file called plasma-desktop.desktop to enable it again so I could boot into KDE. I did check on a buddy of mine who uses Kubuntu and hi did not have any plasma-desktop service in the autostart manager. So what file should contain the command to start plasma-desktop ? | NismoC32 wrote: Can anyone tell me if the Plasma Desktop Workspace is supposed to be started from the System Settings - Startup ans Shutdown - Autostart menu in Gentoo? Do you mean systemsettings - extended - Autostart? It is not supposed to be there, I think. Plasma is started from /usr/share/autostart/plasma-desktop.desktop. This file belongs to kde-base/plasma-workspace-4.4.5. The desktop files in /usr/share/autostart are not visible in systemsettings. Do you have this desktop file? If not, try remerging plasma-workspace. Maybe you should remove every plasma-autostart from your personal KDE autostart folder, that is ~/.kde4/Autostart. |
Thingamablog, or short TAMB, see http://www.thingamablog.com/ is a Java application to create weblogs locally and load them up to your webpage. It offers preview by opening your internet browser but it doesn't at my system. See my posting at the TAMB forum http://forums.thingamablog.com/thingamablog-help/i-cannot-preview-my-writings/ with a full error description. I already tried Code: export BROWSER=firefox; java -jar Thingamablog.jar but it didn't help. I don't know about the Java error which is popping up, do you? Or can you give any help? | Look like I have found the reason, see http://forums.thingamablog.com/thingamablog-help/i-cannot-preview-my-writings/msg3166/#new Now comes the big trick I don't know. I have -gnome at my USE flags. What are the essential packages of gnome stuff that should enable Java's Desktop API? |
Pidgin was working but now the main Pidgin window does not display. I can see the pidgin process with 'ps'. I tried moving ~/.purple to ~/.purple-save and restarting pidgin but this does not work either. I am using the Enlightenment 16 (e16) window manager and cleared all it's caches and restarted pidgin ... still no main pidgin window. (I do get the accounts window when pidgin starts and a login window but not the main window that lists your 'buddies'). After killing pidgin, moving ~/.purple and restarting pidgin I still get an account log-in window asking for a password. This means pidgin is storing information somewhere other than ~/.purple. Anyone know where? Any ideas on getting the Pidgin main window back? | Do you have pidgin icon in tray? Click it and you should see the main window. |
Hello everyone, I'm trying to install Gentoo on my new mediacenter, and I have a problem. Xorg -configure fail Here is the log: Code: X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.36-gentoo-r1 x86_64 Current Operating System: Linux GentooBox 2.6.36-gentoo-r1 #1 SMP Sat Nov 13 11:58:07 CST 2010 x86_64 Kernel command line: root=/dev/sda1 Build Date: 13 November 2010 02:32:45PM Current version of pixman: 0.18.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov 13 14:36:38 2010 (II) Loader magic: 0x7c3220 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (--) using VT number 7 (--) PCI:*(0:1:0:0) 1002:6898:1787:2289 ATI Technologies Inc rev 0, Mem @ 0xd0000000/268435456, 0xfe9e0000/131072, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072 List of video drivers: fglrx (II) LoadModule: "fglrx" (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so (II) Module fglrx: vendor="FireGL - ATI Technologies Inc." compiled for 1.7.1, module version = 8.77.5 Module class: X.Org Video Driver (II) Loading sub module "fglrxdrm" (II) LoadModule: "fglrxdrm" (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc." compiled for 1.7.1, module version = 8.77.5 (II) Primary Device is: PCI 01@00:00:0 (WW) Falling back to old probe method for fglrx (II) Loading PCS database from /etc/ati/amdpcsdb (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found (**) ChipID override: 0x6898 (**) Chipset Supported AMD Graphics Processor (0x6898) found Backtrace: 0: Xorg (xorg_backtrace+0x28) [0x4a18e8] 1: Xorg (0x400000+0x64f09) [0x464f09] 2: /lib/libpthread.so.0 (0x7f17363ab000+0xf010) [0x7f17363ba010] 3: /usr/lib64/xorg/modules/drivers/fglrx_drv.so (atiddxProbe+0xb3d) [0x7f17340f0ecd] 4: Xorg (xf86CallDriverProbe+0x2dc) [0x473c5c] 5: Xorg (DoConfigure+0x1a3) [0x51bb23] 6: Xorg (InitOutput+0x197) [0x474e17] 7: Xorg (0x400000+0x24f7f) [0x424f7f] 8: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f1735433bbd] 9: Xorg (0x400000+0x24ca9) [0x424ca9] Segmentation fault at address (nil) Fatal server error: Caught signal 11 (Segmentation fault). Server aborting Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. My kernel is the 2.6.36-r1 I'm using an ATI 5870 plugged to my TV through HDMI cable. Here is my make.conf Code: CFLAGS="-march=amdfam10 -O2 -pipe" CXXFLAGS="${CFLAGS}" USE="mmx sse sse2 gtk gnome -qt4 -kde dvd dvdr alsa cdr" MAKEOPTS="-j7" VIDEO_CARDS="fglrx" INPUT_DEVICES="evdev" GENTOO_MIRRORS="ftp://gentoo.cs.nctu.edu.tw/gentoo/ http://gentoo.cs.nctu.edu.tw/gentoo/" SYNC="rsync://rsync.tw.gentoo.org/gentoo-portage" I really don't see what is the problem. Thank you for your help | dudumomo have you set opengl to ati |
After upgrading KDE to 4.5.3 KWin segfaults when desktop effects are on. It was ok with KDE 4.5.2. x11-drivers/xf86-video-ati-6.13.2 media-libs/mesa-7.9 (x11 overlay) x11-base/xorg-server-1.7.7-r1 sys-kernel/gentoo-sources-2.6.36 Anyone with the same problem? | I don't have any problems. I'm running all the driver stuff from git, though. When does it segfault? All the time, or only after clicking "Apply" in the system settings? |
Anyone know how I can make Anthy use a Dvorak layout? Searching Google or the forums got me nothing. If I type aoeu I get あsdf (asdf) instead of あおえう. | If you were trying to set it the way your xorg.conf suggests, it was supposed not to work. For one, dvorak is not a layout, also if your xorg-server is >=1.8 (those entries hint so), hal is no longer relevant. |
I am trying to install konsole on gentoo, at the end of compile it returns error - Quote: IOError [Errno 28] No space left on device Here is my 'df -h' Quote: Filesystem Size Used Available Use% Mounted on /dev/sdc7 21G 6.5G 13G 34% / udev 10M 560K 9.5M 6% /dev shm 1.9G 1.9G 0 100% /dev/shm I've installed ccache and later edited /etc/make.conf. Best, David | Is that your entire df -h? Hmm. All compilation happens (by default) inside /var/tmp/portage. Can you create (big) files manually in there, or do you get the same error? |
After update Firefox to 3.6.12 (update included xulrunner, ) I reboot the system and just before login the message following message language it_IT.UTF-8 does not exist was propted. To solve it I ran again into localisation process, but things get worst. When I ran Code: $ locale the message is: Code: Cannot set LC_CTYPE to default locale no such file or directory the same with LC_MESSAGES and LC_ALL Now, after login, I found a desktop with just the mouse pointer: no top and bottom bar no contest menu on right click. Nothing at all with all user (root and myaccount) Suggestions? Enrico | I manage somehow to fix the problem, which is in the end a localisation issue. I think that during update localisation it_IT.UTF-8 was cancelled from computer and substituted with a generic it_IT. I made a lot of attempt and I have difficulties in remember all things I done, but for sure it helped to: 1) create it_IT.UTF-8 via (see http://www.gentoo.org/doc/en/utf-8.xml ) Code: # localedef -i it_IT -f UTF-8 it_IT.UTF-8 2) ran again in localisation dealing with /etc/env.d/02locale and /etc/locale.gen and then Code: # env-update && source /etc/profile |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.