|
1 2 3 4 |
cd ~/.swt/lib/linux/x86_64
ln -s /usr/lib/jni/libswt-atk-gtk-3740.so
ln -s /usr/lib/jni/libswt-gtk-3740.so
ln -s /usr/lib/jni/libswt-pi-gtk-3740.so |
在线转换工具 blogbus to wordpress上线啦
最近发现 从blogbus搬迁到wordpress平台是件麻烦事,为啥,blogbus现在不支持导出xml的功能,也就无法用blogbus-importer 插件实现离线导入blogbus到wordpress的功能,鉴于此,花费两个晚上实现了在线转换blogbus到wordpress的app,大家有什么问题,请留言enginespot#gmail.com
注意:在导出您的XML数据之前,请设置您的博客大巴皮肤为Light Blue,因为经过测试发现,不同的皮肤,html代码结构还是有些差别的,所以请务必设置成这个皮肤
app地址 blogbus 2 wordpress
Maximum upload file size
change php.ini file
upload_max_filesize = 100M
post_max_size = 100M
then the max file upload size will be 100M
Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"
under STS, right click on the project, than “Properties”, “Project Facets”, than on the right of the window click on the “runtime” tab, and check “VMware vFabric tc Server (…)”, and click “Apply” and it should be OK after the workspace refresh.
a solution for black screen when upgrade ubuntu from 11.10 to 12.04
yesterday ubuntu 12.04 lts released , so I upgrade my ubuntu 11.10 to 12.04
but when I reboot , I find that my computer can not boot
the config of my computer as folllows:
i7 920
MSI X58-ProE
CORSAIR 2GB*3 ram
ADATA S511 120G
AMD Ati hd 4870
I tried to update X.Org X Server to the latest (X.Org X Server 1.12.1), but I also can not boot to GUI,
|
1 |
sudo add-apt-repository ppa:xorg-edgers/ppa |
the log as follows:
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 |
[ 6.956] X.Org X Server 1.12.1 Release Date: 2012-04-13 [ 6.956] X Protocol Version 11, Revision 0 [ 6.956] Build Operating System: Linux 2.6.24-31-xen x86_64 Ubuntu [ 6.956] Current Operating System: Linux ENGINESPOT 3.2.0-24-generic #37-Ubuntu SMP Wed Apr 25 08:43:22 UTC 2012 x86_64 [ 6.956] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=056c3c10-939a-4281-a951-f548800cd8a0 ro quiet splash vt.handoff=7 [ 6.956] Build Date: 21 April 2012 07:00:08PM [ 6.956] xorg-server 2:1.12.1+git20120421+server-1.12-branch.38e73f7f-0ubuntu0ricotz (For technical support please see http://www.ubuntu.com/support) [ 6.956] Current version of pixman: 0.25.2 [ 6.956] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 6.956] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 6.956] (==) Log file: "/var/log/Xorg.1.log", Time: Sun Apr 29 23:29:01 2012 [ 6.956] (==) Using config file: "/etc/X11/xorg.conf" [ 6.956] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 6.956] (==) ServerLayout "aticonfig Layout" [ 6.956] (**) |-->Screen "aticonfig-Screen[0]-0" (0) [ 6.956] (**) | |-->Monitor "aticonfig-Monitor[0]-0" [ 6.956] (**) | |-->Device "aticonfig-Device[0]-0" [ 6.956] (==) Automatically adding devices [ 6.956] (==) Automatically enabling devices [ 6.956] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 6.956] Entry deleted from font path. [ 6.956] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist. [ 6.956] Entry deleted from font path. [ 6.956] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist. [ 6.956] Entry deleted from font path. [ 6.956] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist. [ 6.956] Entry deleted from font path. [ 6.956] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist. [ 6.956] Entry deleted from font path. [ 6.956] (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/Type1, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, built-ins [ 6.956] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules" [ 6.956] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 6.956] (II) Loader magic: 0x7f7c4f245ae0 [ 6.956] (II) Module ABI versions: [ 6.956] X.Org ANSI C Emulation: 0.4 [ 6.956] X.Org Video Driver: 12.0 [ 6.956] X.Org XInput driver : 16.0 [ 6.956] X.Org Server Extension : 6.0 [ 6.957] (--) PCI:*(0:2:0:0) 1002:9440:0000:0000 rev 0, Mem @ 0xd0000000/268435456, 0xfbbf0000/65536, I/O @ 0x0000c000/256, BIOS @ 0x????????/131072 [ 6.957] (II) Open ACPI successful (/var/run/acpid.socket) [ 6.957] (II) "extmod" will be loaded by default. [ 6.957] (II) "dbe" will be loaded by default. [ 6.957] (II) "glx" will be loaded by default. [ 6.957] (II) "record" will be loaded by default. [ 6.958] (II) "dri" will be loaded by default. [ 6.958] (II) "dri2" will be loaded by default. [ 6.958] (II) LoadModule: "extmod" [ 6.958] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so [ 6.958] (II) Module extmod: vendor="X.Org Foundation" [ 6.958] compiled for 1.12.1, module version = 1.0.0 [ 6.958] Module class: X.Org Server Extension [ 6.958] ABI class: X.Org Server Extension, version 6.0 [ 6.958] (II) Loading extension MIT-SCREEN-SAVER [ 6.958] (II) Loading extension XFree86-VidModeExtension [ 6.958] (II) Loading extension XFree86-DGA [ 6.958] (II) Loading extension DPMS [ 6.958] (II) Loading extension XVideo [ 6.958] (II) Loading extension XVideo-MotionCompensation [ 6.958] (II) Loading extension X-Resource [ 6.958] (II) LoadModule: "dbe" [ 6.958] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so [ 6.958] (II) Module dbe: vendor="X.Org Foundation" [ 6.958] compiled for 1.12.1, module version = 1.0.0 [ 6.958] Module class: X.Org Server Extension [ 6.958] ABI class: X.Org Server Extension, version 6.0 [ 6.958] (II) Loading extension DOUBLE-BUFFER [ 6.958] (II) LoadModule: "glx" [ 6.958] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 6.958] (II) Module glx: vendor="Advanced Micro Devices, Inc." [ 6.958] compiled for 6.9.0, module version = 1.0.0 [ 6.958] (II) Loading extension GLX [ 6.958] (II) LoadModule: "record" [ 6.958] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so [ 6.959] (II) Module record: vendor="X.Org Foundation" [ 6.959] compiled for 1.12.1, module version = 1.13.0 [ 6.959] Module class: X.Org Server Extension [ 6.959] ABI class: X.Org Server Extension, version 6.0 [ 6.959] (II) Loading extension RECORD [ 6.959] (II) LoadModule: "dri" [ 6.959] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so [ 6.959] (II) Module dri: vendor="X.Org Foundation" [ 6.959] compiled for 1.12.1, module version = 1.0.0 [ 6.959] ABI class: X.Org Server Extension, version 6.0 [ 6.959] (II) Loading extension XFree86-DRI [ 6.959] (II) LoadModule: "dri2" [ 6.959] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so [ 6.959] (II) Module dri2: vendor="X.Org Foundation" [ 6.959] compiled for 1.12.1, module version = 1.2.0 [ 6.959] ABI class: X.Org Server Extension, version 6.0 [ 6.959] (II) Loading extension DRI2 [ 6.959] (II) LoadModule: "fglrx" [ 6.959] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so [ 6.971] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc." [ 6.971] compiled for 1.4.99.906, module version = 8.95.3 [ 6.971] Module class: X.Org Video Driver [ 6.971] (II) Loading sub module "fglrxdrm" [ 6.971] (II) LoadModule: "fglrxdrm" [ 6.972] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so [ 6.972] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc." [ 6.972] compiled for 1.4.99.906, module version = 8.95.3 [ 6.972] (II) ATI Proprietary Linux Driver Version Identifier:8.95.3 [ 6.972] (II) ATI Proprietary Linux Driver Release Identifier: 8.951 [ 6.972] (II) ATI Proprietary Linux Driver Build Date: Mar 8 2012 23:06:45 [ 6.972] (--) using VT number 8 [ 6.975] (WW) Falling back to old probe method for fglrx [ 6.987] (II) Loading PCS database from /etc/ati/amdpcsdb [ 6.988] (--) Chipset Supported AMD Graphics Processor (0x9440) found [ 6.988] (WW) fglrx: No matching Device section for instance (BusID PCI:0@2:0:1) found [ 6.988] (II) AMD Video driver is running on the exact device targeted for this release [ 6.988] (II) AMD Video driver is signed [ 6.988] (II) fglrx(0): pEnt->device->identifier=0x7f7c502c8610 [ 6.988] (II) fglrx(0): Loading PCS database from /etc/ati/amdpcsdb [ 6.988] [ 6.988] Backtrace: [ 6.988] 0: /usr/bin/Xorg (xorg_backtrace+0x34) [0x7f7c4efdb3d4] [ 6.988] 1: /usr/bin/Xorg (0x7f7c4ee56000+0x1891ba) [0x7f7c4efdf1ba] [ 6.988] 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f7c4e17c000+0xfcb0) [0x7f7c4e18bcb0] [ 6.989] 3: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs111_atiddxLeaveVT+0x45) [0x7f7c4a93f555] [ 6.989] 4: /usr/bin/Xorg (xf86DeleteScreen+0x7c) [0x7f7c4eeec0ec] [ 6.989] 5: /usr/bin/Xorg (InitOutput+0xae2) [0x7f7c4eee4c92] [ 6.989] 6: /usr/bin/Xorg (0x7f7c4ee56000+0x3d5cd) [0x7f7c4ee935cd] [ 6.989] 7: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xed) [0x7f7c4d00f76d] [ 6.989] 8: /usr/bin/Xorg (0x7f7c4ee56000+0x3da8d) [0x7f7c4ee93a8d] [ 6.989] [ 6.989] Segmentation fault at address 0x10 [ 6.989] Caught signal 11 (Segmentation fault). Server aborting [ 6.989] Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 6.989] Please also check the log file at "/var/log/Xorg.1.log" for additional information. [ 6.989] [ 6.996] ddxSigGiveUp: Closing log [ 6.996] Server terminated with error (1). Closing log file. |
at last ,I tried to uninstall my video driver,and restart my pc, it works.
|
1 |
sudo ./amd-driver-installer-12-3-x86.x86_64.run --uninstall |
if you installed the fglrx driver , you can use the follow command
|
1 |
sudo apt-get remove fglrx |
when I reinstall amd-driver-installer-12-3-x86.x86_64.run driver , I cannot boot to GUI again , so I think the latest video driver is not Compatible with ubuntu 12.04
hope that when you have the similar question and solved .