Client_ole2 + OpenOffice

anyone here on the forum has ever used libraries client_ole2 with OpenOffice Writer? But at least you can do or should I look for other solutions?

Hi,
Please try changing your code as follows:
(wdgotoBookmark takes a value of -1)
args := CLIENT_OLE2.CREATE_ARGLIST;
client_OLE2.ADD_ARG(args, -1);-- -1 for what wdgotoBookmark
client_OLE2.ADD_ARG(args, 0); --1 for which wdgotofirst
client_OLE2.ADD_ARG(args, 0); -- count
client_OLE2.ADD_ARG(args, 'Booking_Name');
client_ole2.INVOKE( selection, 'Goto', args);
client_OLE2.DESTROY_ARGLIST(args);
Regards
Kavitha Prakash
Oracle Support

Similar Messages

  • OpenOffice with Oracle Forms

    Hi,
    Im using forms 6i. I want to open openoffice scalc(spreadsheet) using forms 6i.
    Is It possible?
    If so tell me the solution.
    Regards
    Sankar

    this is my code
    hApplication: = client_ole2.create_obj ( 'com.sun.star.ServiceManager');
    args1: = client_OLE2.CREATE_ARGLIST;
    client_OLE2.ADD_ARG (args1, 'com.sun.star.frame.Desktop');
    oDesktop: = client_OLE2.INVOKE_OBJ (hApplication, 'createInstance', args1);
    args2: = client_OLE2.CREATE_ARGLIST;
    client_OLE2.ADD_ARG (args2, 'private: factory / swriter');
    client_OLE2.ADD_ARG (args2, '_blank');
    client_OLE2.ADD_ARG (args2, 0);
    client_OLE2.ADD_ARG_OBJ (args2, args);
    During the last debug statement, crashes in the file "client_ole2"
    / * Procedures used to add an object handle to an argument list * /
    PROCEDURES add_arg_obj (list IN list_type, value IN OBJ_TYPE) IS
    BEGIN
    if (list is null) or (list ='') or (list = 0) then
    raise OLE_ERROR;
    end if;
    if ((value is null) or (value ='') or (value = -1)) then
    raise OLE_ERROR;
    end if;
    My global variables are lists = 4 and Value = '' and now throws the exception-06508.
    Where should I set the parameter "Value"?
    Edited by: user9320150 on 22-mar-2010 4.39

  • [SOLVED] Xorg crashes when I open OpenOffice and Gimp

    Hello. I recently did a system upgrade, and then I tried unsuccessfully to install the printer drivers with hplip. the fact is that after these two steps (don't know what the cause of the two, but then I have removed hplip the dependencies) when I open OpenOffice (or LibreOffice, even doing the downgrade to OOo 3.2.1 does not start right) and Gimp Xorg crashes, and pixels are mixed, making the system unusable (i have to give ctrl-alt-canc). This is pacman.log of the last days:
    [2011-02-04 20:01] Running 'pacman -Syu'
    [2011-02-04 20:01] synchronizing package lists
    [2011-02-04 20:01] starting full system upgrade
    [2011-02-04 20:02] Running 'pacman -R slim'
    [2011-02-04 20:02] removed slim (1.3.2-1)
    [2011-02-04 20:02] Running 'pacman -Su'
    [2011-02-04 20:02] starting full system upgrade
    [2011-02-04 20:08] upgraded libdrm (2.4.22-3 -> 2.4.23-1)
    [2011-02-04 20:08] upgraded libgl (7.9.0.git20101207-2 -> 7.10-1)
    [2011-02-04 20:08] upgraded ati-dri (7.9.0.git20101207-2 -> 7.10-1)
    [2011-02-04 20:08] upgraded babl (0.1.2-1 -> 0.1.4-1)
    [2011-02-04 20:08] upgraded consolekit (0.4.3-1 -> 0.4.3-2)
    [2011-02-04 20:08] upgraded device-mapper (2.02.81-1 -> 2.02.82-2)
    [2011-02-04 20:08] upgraded dhcpcd (5.2.9-1 -> 5.2.10-1)
    [2011-02-04 20:08] upgraded ed (1.5-1 -> 1.5-2)
    [2011-02-04 20:08] upgraded gcc (4.5.2-5 -> 4.5.2-6)
    [2011-02-04 20:08] upgraded gcc-ada (4.5.2-5 -> 4.5.2-6)
    [2011-02-04 20:08] upgraded gcc-fortran (4.5.2-5 -> 4.5.2-6)
    [2011-02-04 20:08] upgraded gcc-libs (4.5.2-5 -> 4.5.2-6)
    [2011-02-04 20:08] upgraded gcc-objc (4.5.2-5 -> 4.5.2-6)
    [2011-02-04 20:08] upgraded gegl (0.1.2-1 -> 0.1.4-1)
    [2011-02-04 20:08] upgraded mesa (7.9.0.git20101207-2 -> 7.10-1)
    [2011-02-04 20:08] upgraded glew (1.5.7-2 -> 1.5.8-1)
    [2011-02-04 20:08] upgraded gmime (2.4.21-1 -> 2.4.22-1)
    [2011-02-04 20:08] upgraded gnome-panel (2.32.1-1 -> 2.32.1-2)
    [2011-02-04 20:08] upgraded gnome-panel-bonobo (2.32.1-1 -> 2.32.1-2)
    [2011-02-04 20:08] upgraded hunspell (1.2.14-2 -> 1.2.15-1)
    [2011-02-04 20:08] upgraded ifenslave (1.1.0-5 -> 1.1.0-6)
    [2011-02-04 20:08] upgraded linux-atm (2.5.1-1 -> 2.5.1-2)
    [2011-02-04 20:08] upgraded iproute2 (2.6.35-4 -> 2.6.37-1)
    [2011-02-04 20:08] upgraded iputils (20100214-2 -> 20101006-1)
    [2011-02-04 20:08] upgraded linux-firmware (20101108-1 -> 20110201-1)
    [2011-02-04 20:08] upgraded mkinitcpio (0.6.7-1 -> 0.6.8-1)
    [2011-02-04 20:08] >>>
    [2011-02-04 20:08] >>> If you use the LILO bootloader, you should run 'lilo' before rebooting.
    [2011-02-04 20:08] >>>
    [2011-02-04 20:08] >>> Updating module dependencies. Please wait ...
    [2011-02-04 20:08] >>> MKINITCPIO SETUP
    [2011-02-04 20:08] >>> ----------------
    [2011-02-04 20:08] >>> If you use LVM2, Encrypted root or software RAID,
    [2011-02-04 20:08] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2011-02-04 20:08] >>> More information about mkinitcpio setup can be found here:
    [2011-02-04 20:08] >>> [url]http://wiki.archlinux.org/index.php/Mkinitcpio[/url]
    [2011-02-04 20:08]
    [2011-02-04 20:08] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-02-04 20:08] ==> Building image "default"
    [2011-02-04 20:08] ==> Running command: /sbin/mkinitcpio -k 2.6.37-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2011-02-04 20:08] :: Begin build
    [2011-02-04 20:08] :: Parsing hook [base]
    [2011-02-04 20:08] :: Parsing hook [udev]
    [2011-02-04 20:08] :: Parsing hook [keymap]
    [2011-02-04 20:08] :: Parsing hook [autodetect]
    [2011-02-04 20:08] :: Parsing hook [pata]
    [2011-02-04 20:08] :: Parsing hook [scsi]
    [2011-02-04 20:08] :: Parsing hook [sata]
    [2011-02-04 20:08] :: Parsing hook [usbinput]
    [2011-02-04 20:08] :: Parsing hook [filesystems]
    [2011-02-04 20:08] :: Generating module dependencies
    [2011-02-04 20:08] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2011-02-04 20:08] ==> SUCCESS
    [2011-02-04 20:08] ==> Building image "fallback"
    [2011-02-04 20:08] ==> Running command: /sbin/mkinitcpio -k 2.6.37-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2011-02-04 20:08] :: Begin build
    [2011-02-04 20:08] :: Parsing hook [base]
    [2011-02-04 20:08] :: Parsing hook [udev]
    [2011-02-04 20:08] :: Parsing hook [keymap]
    [2011-02-04 20:08] :: Parsing hook [pata]
    [2011-02-04 20:09] :: Parsing hook [scsi]
    [2011-02-04 20:09] :: Parsing hook [sata]
    [2011-02-04 20:09] :: Parsing hook [usbinput]
    [2011-02-04 20:09] :: Parsing hook [filesystems]
    [2011-02-04 20:09] :: Generating module dependencies
    [2011-02-04 20:09] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2011-02-04 20:09] ==> SUCCESS
    [2011-02-04 20:09] upgraded kernel26 (2.6.36.3-2 -> 2.6.37-5)
    [2011-02-04 20:09] upgraded kernel26-docs (2.6.36.3-2 -> 2.6.37-5)
    [2011-02-04 20:10] upgraded kernel26-headers (2.6.36.3-2 -> 2.6.37-5)
    [2011-02-04 20:10] upgraded kernel26-manpages (2.6.36-1 -> 2.6.37-1)
    [2011-02-04 20:10] upgraded libcap (2.19-2 -> 2.20-1)
    [2011-02-04 20:10] upgraded libebml (1.0.0-1 -> 1.2.0-1)
    [2011-02-04 20:10] upgraded libgee (0.6.0-1 -> 0.6.1-1)
    [2011-02-04 20:10] upgraded libgnomecanvas (2.30.2-1 -> 2.30.3-1)
    [2011-02-04 20:10] upgraded libmatroska (1.0.0-1 -> 1.1.0-1)
    [2011-02-04 20:10] upgraded libva (1.0.6-1 -> 1.0.8-1)
    [2011-02-04 20:10] upgraded lvm2 (2.02.81-1 -> 2.02.82-2)
    [2011-02-04 20:10] module configuration already contains alias directive
    [2011-02-04 20:10]
    [2011-02-04 20:10] upgraded ndiswrapper (1.56-6 -> 1.56-7)
    [2011-02-04 20:10] upgraded nilfs-utils (2.0.20-1 -> 2.0.21-1)
    [2011-02-04 20:10] upgraded nspr (4.8.6-1 -> 4.8.7-1)
    [2011-02-04 20:10] upgraded pciutils (3.1.7-2 -> 3.1.7-3)
    [2011-02-04 20:10] upgraded python-gnomeapplet (2.32.0-3 -> 2.32.0-4)
    [2011-02-04 20:10] upgraded python-gnomedesktop (2.32.0-3 -> 2.32.0-4)
    [2011-02-04 20:10] upgraded python-gnomekeyring (2.32.0-3 -> 2.32.0-4)
    [2011-02-04 20:10] upgraded python-rsvg (2.32.0-3 -> 2.32.0-4)
    [2011-02-04 20:10] upgraded python-wnck (2.32.0-3 -> 2.32.0-4)
    [2011-02-04 20:10] upgraded rsync (3.0.7-1 -> 3.0.7-2)
    [2011-02-04 20:10] upgraded tiacx (20080210-18 -> 20080210-19)
    [2011-02-04 20:10] upgraded totem-plparser (2.32.1-1 -> 2.32.2-1)
    [2011-02-04 20:10] upgraded vlc (1.1.6-1 -> 1.1.7-2)
    [2011-02-04 20:10] upgraded whois (5.0.10-2 -> 5.0.11-1)
    [2011-02-04 20:10] upgraded xf86-video-ati (6.13.2-2 -> 6.14.0-1)
    [2011-02-04 20:10] upgraded xorg-server-common (1.9.2-2 -> 1.9.3.901-1)
    [2011-02-04 20:10] upgraded xorg-server (1.9.2-2 -> 1.9.3.901-1)
    [2011-02-04 20:10] upgraded xz (5.0.0-1 -> 5.0.1-1)
    [2011-02-04 20:16] Running 'pacman -S transmission'
    [2011-02-04 20:16] Running 'pacman -S transmission'
    [2011-02-04 20:18] Running 'pacman -S extra/transmission-gtk'
    [2011-02-04 20:18] installed transmission-gtk (2.13-1)
    [2011-02-05 23:06] Running 'pacman -S extra/hplip'
    [2011-02-05 23:08] installed foomatic-db (4.0.6_20101215-1)
    [2011-02-05 23:08] installed foomatic-filters (4.0.6_20101215-1)
    [2011-02-05 23:08] installed foomatic-db-engine (4.0.6_20101215-1)
    [2011-02-05 23:08] installed net-snmp (5.5-7)
    [2011-02-05 23:08]
    [2011-02-05 23:08] NOTE
    [2011-02-05 23:08] ----
    [2011-02-05 23:08] # If you want to use this driver with sane:
    [2011-02-05 23:08] # echo "hpaio" >> /etc/sane.d/dll.conf
    [2011-02-05 23:08]
    [2011-02-05 23:08] installed hplip (3.10.9-2)
    [2011-02-05 23:09] Running 'pacman -S cups'
    [2011-02-05 23:09] installed openslp (1.2.1-3)
    [2011-02-05 23:09] >> If you use an HTTPS connection to CUPS, the first time you access
    [2011-02-05 23:09] >> the interface it may take a very long time before the site comes up.
    [2011-02-05 23:09] >> This is because the first request triggers the generation of the CUPS
    [2011-02-05 23:09] >> SSL certificates which can be a very time-consuming job.
    [2011-02-05 23:09] installed cups (1.4.6-1)
    [2011-02-05 23:10] Running 'pacman -S dbus-python'
    [2011-02-05 23:10] upgraded dbus-python (0.83.1-2 -> 0.83.1-2)
    [2011-02-05 23:10] Running 'pacman -S sane'
    [2011-02-05 23:10] NOTE
    [2011-02-05 23:10] ----
    [2011-02-05 23:10] Add your user to group 'camera' to use camera devices.
    [2011-02-05 23:10] installed libgphoto2 (2.4.10.1-2)
    [2011-02-05 23:10] installed libieee1284 (0.2.11-3)
    [2011-02-05 23:10] NOTE
    [2011-02-05 23:10] ----
    [2011-02-05 23:10] Add your user to group 'scanner' to use scanner devices.
    [2011-02-05 23:10] installed sane (1.0.21-4)
    [2011-02-05 23:17] Running 'pacman -S hplip'
    [2011-02-05 23:17]
    [2011-02-05 23:17] NOTE
    [2011-02-05 23:17] ----
    [2011-02-05 23:17] # If you want to use this driver with sane:
    [2011-02-05 23:17] # echo "hpaio" >> /etc/sane.d/dll.conf
    [2011-02-05 23:17]
    [2011-02-05 23:17]
    [2011-02-05 23:17] UPGRADING
    [2011-02-05 23:17] ----
    [2011-02-05 23:17] # This version no longer uses an init script. You should remove hplip
    [2011-02-05 23:17] # from the /etc/rc.conf daemon list.
    [2011-02-05 23:17]
    [2011-02-05 23:17] upgraded hplip (3.10.9-2 -> 3.10.9-2)
    [2011-02-05 23:25] Running 'pacman -R hplip'
    [2011-02-05 23:25] removed hplip (3.10.9-2)
    [2011-02-05 23:25] Running 'pacman -S hplip'
    [2011-02-05 23:25]
    [2011-02-05 23:25] NOTE
    [2011-02-05 23:25] ----
    [2011-02-05 23:25] # If you want to use this driver with sane:
    [2011-02-05 23:25] # echo "hpaio" >> /etc/sane.d/dll.conf
    [2011-02-05 23:25]
    [2011-02-05 23:25] installed hplip (3.10.9-2)
    [2011-02-05 23:25] Running 'pacman -S rpcbind'
    [2011-02-05 23:25] upgraded rpcbind (0.2.0-3 -> 0.2.0-3)
    [2011-02-05 23:25] Running 'pacman -S python2-qt'
    [2011-02-05 23:26] installed python2-sip (4.12.1-1)
    [2011-02-05 23:26] installed python2-qt (4.8.3-1)
    [2011-02-05 23:26] Running 'pacman -S pygobject'
    [2011-02-05 23:26] upgraded pygobject (2.26.0-2 -> 2.26.0-2)
    [2011-02-05 23:37] Running 'pacman -S cups'
    [2011-02-05 23:37] upgraded cups (1.4.6-1 -> 1.4.6-1)
    [2011-02-05 23:37] Running 'pacman -R cups'
    [2011-02-05 23:37] removed cups (1.4.6-1)
    [2011-02-05 23:37] Running 'pacman -S cups'
    [2011-02-05 23:38] >> If you use an HTTPS connection to CUPS, the first time you access
    [2011-02-05 23:38] >> the interface it may take a very long time before the site comes up.
    [2011-02-05 23:38] >> This is because the first request triggers the generation of the CUPS
    [2011-02-05 23:38] >> SSL certificates which can be a very time-consuming job.
    [2011-02-05 23:38] installed cups (1.4.6-1)
    [2011-02-05 23:38] Running 'pacman -S php'
    [2011-02-05 23:38] installed php (5.3.5-1)
    [2011-02-06 10:42] Running 'pacman -Syu'
    [2011-02-06 10:42] synchronizing package lists
    [2011-02-06 10:43] starting full system upgrade
    [2011-02-06 10:44] upgraded desktop-file-utils (0.16-1 -> 0.18-1)
    [2011-02-06 10:44] upgraded gstreamer0.10 (0.10.31-1 -> 0.10.32-1)
    [2011-02-06 10:44] upgraded gstreamer0.10-base (0.10.31-1 -> 0.10.32-2)
    [2011-02-06 10:44] upgraded gstreamer0.10-bad (0.10.20-1 -> 0.10.21-1)
    [2011-02-06 10:44] upgraded libexif (0.6.19-1 -> 0.6.20-1)
    [2011-02-06 10:44] upgraded gstreamer0.10-bad-plugins (0.10.20-1 -> 0.10.21-1)
    [2011-02-06 10:44] upgraded gstreamer0.10-base-plugins (0.10.31-1 -> 0.10.32-2)
    [2011-02-06 10:44] upgraded gstreamer0.10-good (0.10.26-1 -> 0.10.27-1)
    [2011-02-06 10:44] upgraded gstreamer0.10-good-plugins (0.10.26-1 -> 0.10.27-1)
    [2011-02-06 10:44] upgraded gstreamer0.10-python (0.10.18-3 -> 0.10.21-1)
    [2011-02-06 10:44] upgraded gstreamer0.10-ugly (0.10.16-2 -> 0.10.17-1)
    [2011-02-06 10:44] upgraded gstreamer0.10-ugly-plugins (0.10.16-2 -> 0.10.17-1)
    [2011-02-06 10:44] upgraded libpciaccess (0.12.0-1 -> 0.12.1-1)
    [2011-02-06 10:44] upgraded libxi (1.4.0-1 -> 1.4.1-1)
    [2011-02-06 10:44] upgraded nfsidmap (0.23-4 -> 0.24-1)
    [2011-02-06 10:44] upgraded ntfs-3g (2010.10.2-1 -> 2011.1.15-1)
    [2011-02-06 10:44] upgraded openssh (5.7p1-2 -> 5.8p1-1)
    [2011-02-06 10:44] upgraded sg3_utils (1.29-1 -> 1.30-1)
    [2011-02-06 10:44] upgraded shared-mime-info (0.80-1 -> 0.90-1)
    [2011-02-06 10:44] upgraded sqlite3 (3.7.4-1 -> 3.7.5-1)
    [2011-02-06 10:44] upgraded xdg-utils (1.0.2.20100618-1 -> 1.1.0rc1-1)
    [2011-02-06 10:44] upgraded xorg-font-utils (7.5-2 -> 7.6-1)
    [2011-02-06 10:44] upgraded xorg-server-common (1.9.3.901-1 -> 1.9.4-1)
    [2011-02-06 10:44] upgraded xorg-server (1.9.3.901-1 -> 1.9.4-1)
    [2011-02-06 10:44] upgraded xorg-twm (1.0.4-3 -> 1.0.6-1)
    [2011-02-06 10:44] upgraded xorg-xrdb (1.0.7-1 -> 1.0.8-1)
    [2011-02-06 10:47] Running 'pacman -R openoffice'
    [2011-02-06 10:49] Running 'pacman -R openoffice-base'
    [2011-02-06 10:49] removed openoffice-base (3.3.0-1)
    [2011-02-06 10:49] Running 'pacman -S libreoffice'
    [2011-02-06 10:53] installed libwpd (0.9.0-1)
    [2011-02-06 10:53] installed ca-certificates-java (20100412-2)
    [2011-02-06 10:53] added certificate brasil.gov.br/brasil.gov.br.crt
    [2011-02-06 10:53] added certificate cacert.org/cacert.org.crt
    [2011-02-06 10:53] added certificate debconf.org/ca.crt
    [2011-02-06 10:53] added certificate gouv.fr/cert_igca_dsa.crt
    [2011-02-06 10:53] added certificate gouv.fr/cert_igca_rsa.crt
    [2011-02-06 10:53] added certificate mozilla/ABAecom_=sub.__Am._Bankers_Assn.=_Root_CA.crt
    [2011-02-06 10:53] added certificate mozilla/AOL_Time_Warner_Root_Certification_Authority_1.crt
    [2011-02-06 10:53] added certificate mozilla/AOL_Time_Warner_Root_Certification_Authority_2.crt
    [2011-02-06 10:53] added certificate mozilla/AddTrust_External_Root.crt
    [2011-02-06 10:53] added certificate mozilla/AddTrust_Low-Value_Services_Root.crt
    [2011-02-06 10:53] added certificate mozilla/AddTrust_Public_Services_Root.crt
    [2011-02-06 10:53] added certificate mozilla/AddTrust_Qualified_Certificates_Root.crt
    [2011-02-06 10:53] added certificate mozilla/America_Online_Root_Certification_Authority_1.crt
    [2011-02-06 10:53] added certificate mozilla/America_Online_Root_Certification_Authority_2.crt
    [2011-02-06 10:53] added certificate mozilla/Baltimore_CyberTrust_Root.crt
    [2011-02-06 10:53] added certificate mozilla/COMODO_Certification_Authority.crt
    [2011-02-06 10:53] ignored import, signature not available: mozilla/COMODO_ECC_Certification_Authority.crt
    [2011-02-06 10:53] -> keytool error: java.security.NoSuchAlgorithmException: SHA384withECDSA Signature not available
    [2011-02-06 10:53] added certificate mozilla/Camerfirma_Chambers_of_Commerce_Root.crt
    [2011-02-06 10:53] added certificate mozilla/Camerfirma_Global_Chambersign_Root.crt
    [2011-02-06 10:53] added certificate mozilla/Certplus_Class_2_Primary_CA.crt
    [2011-02-06 10:53] added certificate mozilla/Certum_Root_CA.crt
    [2011-02-06 10:53] added certificate mozilla/Comodo_AAA_Services_root.crt
    [2011-02-06 10:53] added certificate mozilla/Comodo_Secure_Services_root.crt
    [2011-02-06 10:53] added certificate mozilla/Comodo_Trusted_Services_root.crt
    [2011-02-06 10:53] added certificate mozilla/DST_ACES_CA_X6.crt
    [2011-02-06 10:53] added certificate mozilla/DST_Root_CA_X3.crt
    [2011-02-06 10:53] added certificate mozilla/DigiCert_Assured_ID_Root_CA.crt
    [2011-02-06 10:53] added certificate mozilla/DigiCert_Global_Root_CA.crt
    [2011-02-06 10:53] added certificate mozilla/DigiCert_High_Assurance_EV_Root_CA.crt
    [2011-02-06 10:53] added certificate mozilla/DigiNotar_Root_CA.crt
    [2011-02-06 10:53] added certificate mozilla/Digital_Signature_Trust_Co._Global_CA_1.crt
    [2011-02-06 10:53] added certificate mozilla/Digital_Signature_Trust_Co._Global_CA_2.crt
    [2011-02-06 10:53] added certificate mozilla/Digital_Signature_Trust_Co._Global_CA_3.crt
    [2011-02-06 10:53] added certificate mozilla/Digital_Signature_Trust_Co._Global_CA_4.crt
    [2011-02-06 10:53] added certificate mozilla/Entrust.net_Global_Secure_Personal_CA.crt
    [2011-02-06 10:53] added certificate mozilla/Entrust.net_Global_Secure_Server_CA.crt
    [2011-02-06 10:53] added certificate mozilla/Entrust.net_Premium_2048_Secure_Server_CA.crt
    [2011-02-06 10:53] added certificate mozilla/Entrust.net_Secure_Personal_CA.crt
    [2011-02-06 10:53] added certificate mozilla/Entrust.net_Secure_Server_CA.crt
    [2011-02-06 10:53] added certificate mozilla/Entrust_Root_Certification_Authority.crt
    [2011-02-06 10:53] added certificate mozilla/Equifax_Secure_CA.crt
    [2011-02-06 10:53] added certificate mozilla/Equifax_Secure_Global_eBusiness_CA.crt
    [2011-02-06 10:53] added certificate mozilla/Equifax_Secure_eBusiness_CA_1.crt
    [2011-02-06 10:53] added certificate mozilla/Equifax_Secure_eBusiness_CA_2.crt
    [2011-02-06 10:53] added certificate mozilla/Firmaprofesional_Root_CA.crt
    [2011-02-06 10:53] added certificate mozilla/GTE_CyberTrust_Global_Root.crt
    [2011-02-06 10:53] added certificate mozilla/GTE_CyberTrust_Root_CA.crt
    [2011-02-06 10:53] added certificate mozilla/GeoTrust_Global_CA.crt
    [2011-02-06 10:53] added certificate mozilla/GeoTrust_Global_CA_2.crt
    [2011-02-06 10:53] added certificate mozilla/GeoTrust_Primary_Certification_Authority.crt
    [2011-02-06 10:53] added certificate mozilla/GeoTrust_Universal_CA.crt
    [2011-02-06 10:53] added certificate mozilla/GeoTrust_Universal_CA_2.crt
    [2011-02-06 10:53] added certificate mozilla/GlobalSign_Root_CA.crt
    [2011-02-06 10:53] added certificate mozilla/GlobalSign_Root_CA_-_R2.crt
    [2011-02-06 10:53] added certificate mozilla/Go_Daddy_Class_2_CA.crt
    [2011-02-06 10:53] added certificate mozilla/IPS_CLASE1_root.crt
    [2011-02-06 10:53] added certificate mozilla/IPS_CLASE3_root.crt
    [2011-02-06 10:53] added certificate mozilla/IPS_CLASEA1_root.crt
    [2011-02-06 10:54] added certificate mozilla/IPS_CLASEA3_root.crt
    [2011-02-06 10:54] added certificate mozilla/IPS_Chained_CAs_root.crt
    [2011-02-06 10:54] added certificate mozilla/IPS_Servidores_root.crt
    [2011-02-06 10:54] added certificate mozilla/IPS_Timestamping_root.crt
    [2011-02-06 10:54] added certificate mozilla/NetLock_Business_=Class_B=_Root.crt
    [2011-02-06 10:54] added certificate mozilla/NetLock_Express_=Class_C=_Root.crt
    [2011-02-06 10:54] added certificate mozilla/NetLock_Notary_=Class_A=_Root.crt
    [2011-02-06 10:54] added certificate mozilla/NetLock_Qualified_=Class_QA=_Root.crt
    [2011-02-06 10:54] added certificate mozilla/Network_Solutions_Certificate_Authority.crt
    [2011-02-06 10:54] added certificate mozilla/QuoVadis_Root_CA.crt
    [2011-02-06 10:54] added certificate mozilla/QuoVadis_Root_CA_2.crt
    [2011-02-06 10:54] added certificate mozilla/QuoVadis_Root_CA_3.crt
    [2011-02-06 10:54] added certificate mozilla/RSA_Root_Certificate_1.crt
    [2011-02-06 10:54] added certificate mozilla/RSA_Security_1024_v3.crt
    [2011-02-06 10:54] added certificate mozilla/RSA_Security_2048_v3.crt
    [2011-02-06 10:54] added certificate mozilla/SecureTrust_CA.crt
    [2011-02-06 10:54] added certificate mozilla/Secure_Global_CA.crt
    [2011-02-06 10:54] added certificate mozilla/Security_Communication_Root_CA.crt
    [2011-02-06 10:54] added certificate mozilla/Sonera_Class_1_Root_CA.crt
    [2011-02-06 10:54] added certificate mozilla/Sonera_Class_2_Root_CA.crt
    [2011-02-06 10:54] added certificate mozilla/Staat_der_Nederlanden_Root_CA.crt
    [2011-02-06 10:54] added certificate mozilla/Starfield_Class_2_CA.crt
    [2011-02-06 10:54] added certificate mozilla/StartCom_Certification_Authority.crt
    [2011-02-06 10:54] added certificate mozilla/StartCom_Ltd..crt
    [2011-02-06 10:54] added certificate mozilla/SwissSign_Gold_CA_-_G2.crt
    [2011-02-06 10:54] added certificate mozilla/SwissSign_Platinum_CA_-_G2.crt
    [2011-02-06 10:54] added certificate mozilla/SwissSign_Silver_CA_-_G2.crt
    [2011-02-06 10:54] added certificate mozilla/Swisscom_Root_CA_1.crt
    [2011-02-06 10:54] added certificate mozilla/TC_TrustCenter__Germany__Class_2_CA.crt
    [2011-02-06 10:54] added certificate mozilla/TC_TrustCenter__Germany__Class_3_CA.crt
    [2011-02-06 10:54] added certificate mozilla/TDC_Internet_Root_CA.crt
    [2011-02-06 10:54] added certificate mozilla/TDC_OCES_Root_CA.crt
    [2011-02-06 10:54] added certificate mozilla/TURKTRUST_Certificate_Services_Provider_Root_1.crt
    [2011-02-06 10:54] added certificate mozilla/TURKTRUST_Certificate_Services_Provider_Root_2.crt
    [2011-02-06 10:54] added certificate mozilla/Taiwan_GRCA.crt
    [2011-02-06 10:54] added certificate mozilla/Thawte_Personal_Basic_CA.crt
    [2011-02-06 10:54] added certificate mozilla/Thawte_Personal_Freemail_CA.crt
    [2011-02-06 10:54] added certificate mozilla/Thawte_Personal_Premium_CA.crt
    [2011-02-06 10:54] added certificate mozilla/Thawte_Premium_Server_CA.crt
    [2011-02-06 10:54] added certificate mozilla/Thawte_Server_CA.crt
    [2011-02-06 10:54] added certificate mozilla/Thawte_Time_Stamping_CA.crt
    [2011-02-06 10:54] added certificate mozilla/UTN-USER_First-Network_Applications.crt
    [2011-02-06 10:54] added certificate mozilla/UTN_DATACorp_SGC_Root_CA.crt
    [2011-02-06 10:54] added certificate mozilla/UTN_USERFirst_Email_Root_CA.crt
    [2011-02-06 10:54] added certificate mozilla/UTN_USERFirst_Hardware_Root_CA.crt
    [2011-02-06 10:54] added certificate mozilla/ValiCert_Class_1_VA.crt
    [2011-02-06 10:54] added certificate mozilla/ValiCert_Class_2_VA.crt
    [2011-02-06 10:54] added certificate mozilla/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.crt
    [2011-02-06 10:54] added certificate mozilla/Verisign_Class_1_Public_Primary_Certification_Authority.crt
    [2011-02-06 10:54] added certificate mozilla/Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.crt
    [2011-02-06 10:54] added certificate mozilla/Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.crt
    [2011-02-06 10:54] added certificate mozilla/Verisign_Class_2_Public_Primary_Certification_Authority.crt
    [2011-02-06 10:54] added certificate mozilla/Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.crt
    [2011-02-06 10:54] added certificate mozilla/Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.crt
    [2011-02-06 10:54] added certificate mozilla/Verisign_Class_3_Public_Primary_Certification_Authority.crt
    [2011-02-06 10:54] added certificate mozilla/Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.crt
    [2011-02-06 10:54] added certificate mozilla/Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.crt
    [2011-02-06 10:54] added certificate mozilla/Verisign_Class_4_Public_Primary_Certification_Authority_-_G2.crt
    [2011-02-06 10:54] added certificate mozilla/Verisign_Class_4_Public_Primary_Certification_Authority_-_G3.crt
    [2011-02-06 10:54] added certificate mozilla/Verisign_RSA_Secure_Server_CA.crt
    [2011-02-06 10:54] added certificate mozilla/Verisign_Time_Stamping_Authority_CA.crt
    [2011-02-06 10:54] added certificate mozilla/Visa_International_Global_Root_2.crt
    [2011-02-06 10:54] added certificate mozilla/Visa_eCommerce_Root.crt
    [2011-02-06 10:54] added certificate mozilla/WellsSecure_Public_Root_Certificate_Authority.crt
    [2011-02-06 10:54] added certificate mozilla/Wells_Fargo_Root_CA.crt
    [2011-02-06 10:54] added certificate mozilla/XRamp_Global_CA_Root.crt
    [2011-02-06 10:54] added certificate mozilla/beTRUSTed_Root_CA-Baltimore_Implementation.crt
    [2011-02-06 10:54] added certificate mozilla/beTRUSTed_Root_CA.crt
    [2011-02-06 10:54] added certificate mozilla/beTRUSTed_Root_CA_-_Entrust_Implementation.crt
    [2011-02-06 10:54] added certificate mozilla/beTRUSTed_Root_CA_-_RSA_Implementation.crt
    [2011-02-06 10:54] added certificate mozilla/thawte_Primary_Root_CA.crt
    [2011-02-06 10:54] added certificate signet.pl/signet_ca1_pem.crt
    [2011-02-06 10:54] added certificate signet.pl/signet_ca2_pem.crt
    [2011-02-06 10:54] added certificate signet.pl/signet_ca3_pem.crt
    [2011-02-06 10:54] added certificate signet.pl/signet_ocspklasa2_pem.crt
    [2011-02-06 10:54] added certificate signet.pl/signet_ocspklasa3_pem.crt
    [2011-02-06 10:54] added certificate signet.pl/signet_pca2_pem.crt
    [2011-02-06 10:54] added certificate signet.pl/signet_pca3_pem.crt
    [2011-02-06 10:54] added certificate signet.pl/signet_rootca_pem.crt
    [2011-02-06 10:54] added certificate signet.pl/signet_tsa1_pem.crt
    [2011-02-06 10:54] added certificate spi-inc.org/spi-ca-2003.crt
    [2011-02-06 10:54] added certificate spi-inc.org/spi-cacert-2008.crt
    [2011-02-06 10:54] added certificate telesec.de/deutsche-telekom-root-ca-2.crt
    [2011-02-06 10:54] done.
    [2011-02-06 10:54] when you use a non-reparenting window manager
    [2011-02-06 10:54] set _JAVA_AWT_WM_NONREPARENTING=1 in
    [2011-02-06 10:54] /etc/profile.d/openjdk6.sh
    [2011-02-06 10:54] installed openjdk6 (6.b20_1.9.5-1)
    [2011-02-06 10:54] * see [url]http://wiki.archlinux.org/index.php/Openoffice[/url]
    [2011-02-06 10:54] * you may want to pacman -Ss libreoffice-extensions
    [2011-02-06 10:54] to see what extensions are prepared to install
    [2011-02-06 10:54] * it's recommended to install {hunspell,mythes,hyphen}-xx pkg for spell checking
    [2011-02-06 10:54] * make sure you have installed some ttf font (ttf-dejavu recommended)
    [2011-02-06 10:54] installed libreoffice (3.3.0.4-1)
    [2011-02-06 10:55] Running 'pacman -S libcups'
    [2011-02-06 10:55] upgraded libcups (1.4.6-1 -> 1.4.6-1)
    [2011-02-06 11:03] Running 'pacman -Rs hplip'
    [2011-02-06 11:03] removed hplip (3.10.9-2)
    [2011-02-06 11:03] removed net-snmp (5.5-7)
    [2011-02-06 11:03] removed foomatic-db-engine (4.0.6_20101215-1)
    [2011-02-06 11:03] removed foomatic-filters (4.0.6_20101215-1)
    [2011-02-06 11:03] removed foomatic-db (4.0.6_20101215-1)
    [2011-02-06 11:05] Running 'pacman -Rs sane'
    [2011-02-06 11:05] removed sane (1.0.21-4)
    [2011-02-06 11:05] removed libieee1284 (0.2.11-3)
    [2011-02-06 11:05] removed libgphoto2 (2.4.10.1-2)
    [2011-02-06 11:06] Running 'pacman -Rs python2-qt'
    [2011-02-06 11:06] removed python2-qt (4.8.3-1)
    [2011-02-06 11:06] removed python2-sip (4.12.1-1)
    [2011-02-06 11:06] Running 'pacman -Rs pygobject'
    [2011-02-06 11:06] Running 'pacman -Rs cups'
    [2011-02-06 11:06] removed cups (1.4.6-1)
    [2011-02-06 11:06] removed openslp (1.2.1-3)
    [2011-02-06 11:09] Running 'pacman -R libreoffice'
    [2011-02-06 11:11] removed libreoffice (3.3.0.4-1)
    [2011-02-06 11:14] Running 'pacman -U openoffice-it-3.2.1-1-any.pkg.tar.xz'
    [2011-02-06 11:17] Running 'pacman -U openoffice-it-3.2.0-1-any.pkg.tar.gz'
    [2011-02-06 11:18] Running 'pacman -U openoffice-it-3.2.1-1-any.pkg.tar.xz'
    [2011-02-06 11:18] Running 'pacman -U openoffice-it-3.2.1-1-any.pkg.tar.xz'
    [2011-02-06 11:37] Running 'pacman -U openoffice-base-3.2.1-1-i686.pkg.tar.xz'
    [2011-02-06 11:38] installed python (3.1.3-2)
    [2011-02-06 11:38] * check /etc/profile.d/openoffice.sh, then relogin or "source" the file
    [2011-02-06 11:38] * see [url]http://wiki.archlinux.org/index.php/Openoffice[/url]
    [2011-02-06 11:38] how to use extensions, e.g. for spell checking
    [2011-02-06 11:38] see /usr/lib/openoffice/share/extension/install what
    [2011-02-06 11:38] is shipped with this package
    [2011-02-06 11:38] * make sure you have installed a ttf font (ttf-dejavu recommended)
    [2011-02-06 11:38] installed openoffice-base (3.2.1-1)
    [2011-02-06 11:44] Running 'pacman -Rs openoffice'
    [2011-02-06 11:44] Running 'pacman -Rs openoffice-base'
    [2011-02-06 11:44] removed openoffice-base (3.2.1-1)
    [2011-02-06 11:44] removed redland (1.0.12-3)
    [2011-02-06 11:44] removed rasqal (0.9.21-1)
    [2011-02-06 11:44] removed python (3.1.3-2)
    [2011-02-06 11:44] removed lpsolve (5.5.2.0-1)
    [2011-02-06 11:44] removed libwpd (0.9.0-1)
    [2011-02-06 11:44] removed libgsf (1.14.18-2)
    [2011-02-06 11:44] removed libgraphite (2.3.1-1)
    [2011-02-06 11:44] removed hyphen (2.7.1-2)
    [2011-02-06 11:44] Running 'pacman -R libmatroska openjdk6'
    [2011-02-06 11:45] removed openjdk6 (6.b20_1.9.5-1)
    [2011-02-06 11:45] removed libmatroska (1.1.0-1)
    [2011-02-06 11:45] Running 'pacman -Scc'
    [2011-02-06 22:20] Running 'pacman -U openoffice-base-3.2.1-1-i686.pkg.tar.xz'
    [2011-02-06 22:21] installed python (3.1.3-2)
    [2011-02-06 22:21] installed libgsf (1.14.18-2)
    [2011-02-06 22:21] installed libwpd (0.9.0-1)
    [2011-02-06 22:21] installed rasqal (0.9.21-1)
    [2011-02-06 22:21] installed redland (1.0.12-3)
    [2011-02-06 22:21] installed libgraphite (2.3.1-1)
    [2011-02-06 22:21] installed hyphen (2.7.1-2)
    [2011-02-06 22:21] installed lpsolve (5.5.2.0-1)
    [2011-02-06 22:21] * check /etc/profile.d/openoffice.sh, then relogin or "source" the file
    [2011-02-06 22:21] * see [url]http://wiki.archlinux.org/index.php/Openoffice[/url]
    [2011-02-06 22:21] how to use extensions, e.g. for spell checking
    [2011-02-06 22:21] see /usr/lib/openoffice/share/extension/install what
    [2011-02-06 22:21] is shipped with this package
    [2011-02-06 22:21] * make sure you have installed a ttf font (ttf-dejavu recommended)
    [2011-02-06 22:21] installed openoffice-base (3.2.1-1)
    [2011-02-06 22:21] Running 'pacman -Rs openoffice-base'
    [2011-02-06 22:21] removed openoffice-base (3.2.1-1)
    [2011-02-06 22:21] removed redland (1.0.12-3)
    [2011-02-06 22:21] removed rasqal (0.9.21-1)
    [2011-02-06 22:21] removed python (3.1.3-2)
    [2011-02-06 22:21] removed lpsolve (5.5.2.0-1)
    [2011-02-06 22:21] removed libwpd (0.9.0-1)
    [2011-02-06 22:21] removed libgsf (1.14.18-2)
    [2011-02-06 22:21] removed libgraphite (2.3.1-1)
    [2011-02-06 22:21] removed hyphen (2.7.1-2)
    [2011-02-06 22:25] Running 'pacman -S openoffice-base'
    [2011-02-06 22:27] installed rasqal (0.9.21-1)
    [2011-02-06 22:27] installed redland (1.0.12-3)
    [2011-02-06 22:27] installed libgraphite (2.3.1-1)
    [2011-02-06 22:27] installed hyphen (2.7.1-2)
    [2011-02-06 22:27] installed lpsolve (5.5.2.0-1)
    [2011-02-06 22:28] * check /etc/profile.d/openoffice.sh, then relogin or "source" the file
    [2011-02-06 22:28] * see [url]http://wiki.archlinux.org/index.php/Openoffice[/url]
    [2011-02-06 22:28] how to install extensions
    [2011-02-06 22:28] * make sure you have installed a ttf font (ttf-dejavu recommended)
    [2011-02-06 22:28] installed openoffice-base (3.3.0-1)
    Which may be the problem?
    Last edited by mario.torme (2011-02-10 17:37:21)

    After reboot:
    Xorg.0.log;
    [ 17.581]
    X.Org X Server 1.9.4
    Release Date: 2011-02-04
    [ 17.581] X Protocol Version 11, Revision 0
    [ 17.581] Build Operating System: Linux 2.6.37-ARCH i686
    [ 17.581] Current Operating System: Linux myhost 2.6.37-ARCH #1 SMP PREEMPT Sat Jan 29 19:40:04 UTC 2011 i686
    [ 17.581] Kernel command line: BOOT_IMAGE=/vmlinuz26 root=/dev/disk/by-uuid/eda43846-2406-47d5-82a9-3eac637d73b5 rootflags=rw rootfstype=ext4 ro
    [ 17.581] Build Date: 04 February 2011 09:39:45PM
    [ 17.581]
    [ 17.587] Current version of pixman: 0.20.2
    [ 17.587] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 17.587] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 17.587] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Feb 7 22:27:09 2011
    [ 17.620] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 17.648] (==) No Layout section. Using the first Screen section.
    [ 17.648] (==) No screen section available. Using defaults.
    [ 17.648] (**) |-->Screen "Default Screen Section" (0)
    [ 17.648] (**) | |-->Monitor "<default monitor>"
    [ 17.649] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 17.649] (==) Automatically adding devices
    [ 17.649] (==) Automatically enabling devices
    [ 17.710] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 17.710] Entry deleted from font path.
    [ 17.742] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 17.742] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 17.742] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 17.742] (II) Loader magic: 0x81f3040
    [ 17.742] (II) Module ABI versions:
    [ 17.742] X.Org ANSI C Emulation: 0.4
    [ 17.742] X.Org Video Driver: 8.0
    [ 17.742] X.Org XInput driver : 11.0
    [ 17.742] X.Org Server Extension : 4.0
    [ 17.743] (--) PCI:*(0:1:0:0) 1002:7181:1462:0400 rev 0, Mem @ 0xe0000000/268435456, 0xfddf0000/65536, I/O @ 0x0000de00/256, BIOS @ 0x????????/131072
    [ 17.743] (--) PCI: (0:1:0:1) 1002:71a1:1462:0401 rev 0, Mem @ 0xfdde0000/65536
    [ 17.744] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 17.744] (II) LoadModule: "extmod"
    [ 17.803] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 17.811] (II) Module extmod: vendor="X.Org Foundation"
    [ 17.811] compiled for 1.9.4, module version = 1.0.0
    [ 17.811] Module class: X.Org Server Extension
    [ 17.811] ABI class: X.Org Server Extension, version 4.0
    [ 17.811] (II) Loading extension MIT-SCREEN-SAVER
    [ 17.811] (II) Loading extension XFree86-VidModeExtension
    [ 17.811] (II) Loading extension XFree86-DGA
    [ 17.811] (II) Loading extension DPMS
    [ 17.811] (II) Loading extension XVideo
    [ 17.811] (II) Loading extension XVideo-MotionCompensation
    [ 17.811] (II) Loading extension X-Resource
    [ 17.811] (II) LoadModule: "dbe"
    [ 17.811] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 17.820] (II) Module dbe: vendor="X.Org Foundation"
    [ 17.820] compiled for 1.9.4, module version = 1.0.0
    [ 17.820] Module class: X.Org Server Extension
    [ 17.820] ABI class: X.Org Server Extension, version 4.0
    [ 17.820] (II) Loading extension DOUBLE-BUFFER
    [ 17.820] (II) LoadModule: "glx"
    [ 17.820] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 17.828] (II) Module glx: vendor="X.Org Foundation"
    [ 17.828] compiled for 1.9.4, module version = 1.0.0
    [ 17.828] ABI class: X.Org Server Extension, version 4.0
    [ 17.829] (==) AIGLX enabled
    [ 17.829] (II) Loading extension GLX
    [ 17.829] (II) LoadModule: "record"
    [ 17.829] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 17.834] (II) Module record: vendor="X.Org Foundation"
    [ 17.834] compiled for 1.9.4, module version = 1.13.0
    [ 17.834] Module class: X.Org Server Extension
    [ 17.834] ABI class: X.Org Server Extension, version 4.0
    [ 17.834] (II) Loading extension RECORD
    [ 17.834] (II) LoadModule: "dri"
    [ 17.834] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 17.938] (II) Module dri: vendor="X.Org Foundation"
    [ 17.938] compiled for 1.9.4, module version = 1.0.0
    [ 17.938] ABI class: X.Org Server Extension, version 4.0
    [ 17.938] (II) Loading extension XFree86-DRI
    [ 17.938] (II) LoadModule: "dri2"
    [ 17.938] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 17.939] (II) Module dri2: vendor="X.Org Foundation"
    [ 17.939] compiled for 1.9.4, module version = 1.2.0
    [ 17.939] ABI class: X.Org Server Extension, version 4.0
    [ 17.939] (II) Loading extension DRI2
    [ 17.939] (==) Matched ati as autoconfigured driver 0
    [ 17.939] (==) Matched vesa as autoconfigured driver 1
    [ 17.939] (==) Matched fbdev as autoconfigured driver 2
    [ 17.939] (==) Assigned the driver to the xf86ConfigLayout
    [ 17.939] (II) LoadModule: "ati"
    [ 17.939] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 17.942] (II) Module ati: vendor="X.Org Foundation"
    [ 17.942] compiled for 1.9.3.901, module version = 6.14.0
    [ 17.942] Module class: X.Org Video Driver
    [ 17.942] ABI class: X.Org Video Driver, version 8.0
    [ 17.942] (II) LoadModule: "radeon"
    [ 17.942] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 17.999] (II) Module radeon: vendor="X.Org Foundation"
    [ 17.999] compiled for 1.9.3.901, module version = 6.14.0
    [ 17.999] Module class: X.Org Video Driver
    [ 18.000] ABI class: X.Org Video Driver, version 8.0
    [ 18.001] (II) LoadModule: "vesa"
    [ 18.001] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 18.009] (II) Module vesa: vendor="X.Org Foundation"
    [ 18.009] compiled for 1.9.0, module version = 2.3.0
    [ 18.009] Module class: X.Org Video Driver
    [ 18.009] ABI class: X.Org Video Driver, version 8.0
    [ 18.009] (II) LoadModule: "fbdev"
    [ 18.009] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 18.014] (II) Module fbdev: vendor="X.Org Foundation"
    [ 18.014] compiled for 1.9.0, module version = 0.4.2
    [ 18.014] ABI class: X.Org Video Driver, version 8.0
    [ 18.014] (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 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 4250, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6250 Graphics, 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, AMD Radeon HD 6900M Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS,
    Mobility Radeon HD 6000 Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, BARTS, BARTS, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6800 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS
    [ 18.022] (II) VESA: driver for VESA chipsets: vesa
    [ 18.022] (II) FBDEV: driver for framebuffer: fbdev
    [ 18.023] (++) using VT number 7
    [ 18.028] (II) [KMS] Kernel modesetting enabled.
    [ 18.028] (WW) Falling back to old probe method for vesa
    [ 18.028] (WW) Falling back to old probe method for fbdev
    [ 18.028] (II) Loading sub module "fbdevhw"
    [ 18.028] (II) LoadModule: "fbdevhw"
    [ 18.028] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 18.048] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 18.048] compiled for 1.9.4, module version = 0.0.2
    [ 18.048] ABI class: X.Org Video Driver, version 8.0
    [ 18.048] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 18.048] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 18.048] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 18.048] (==) RADEON(0): Default visual is TrueColor
    [ 18.048] (==) RADEON(0): RGB weight 888
    [ 18.048] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 18.048] (--) RADEON(0): Chipset: "ATI Radeon X1600" (ChipID = 0x7181)
    [ 18.048] (II) RADEON(0): PCIE card detected
    [ 18.048] drmOpenDevice: node name is /dev/dri/card0
    [ 18.048] drmOpenDevice: open result is 8, (OK)
    [ 18.048] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 18.048] drmOpenDevice: node name is /dev/dri/card0
    [ 18.048] drmOpenDevice: open result is 8, (OK)
    [ 18.048] drmOpenByBusid: drmOpenMinor returns 8
    [ 18.048] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 18.048] (II) RADEON(0): KMS Color Tiling: enabled
    [ 18.048] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 18.080] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 18.107] (II) RADEON(0): Output S-video has no monitor section
    [ 18.161] (II) RADEON(0): Output DVI-1 has no monitor section
    [ 18.190] (II) RADEON(0): EDID for output DVI-0
    [ 18.217] (II) RADEON(0): EDID for output S-video
    [ 18.271] (II) RADEON(0): EDID for output DVI-1
    [ 18.271] (II) RADEON(0): Manufacturer: SAM Model: 293 Serial#: 1146040633
    [ 18.271] (II) RADEON(0): Year: 2007 Week: 8
    [ 18.271] (II) RADEON(0): EDID Version: 1.3
    [ 18.271] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 18.272] (II) RADEON(0): Sync: Separate Composite
    [ 18.272] (II) RADEON(0): Max Image Size [cm]: horiz.: 41 vert.: 26
    [ 18.272] (II) RADEON(0): Gamma: 2.20
    [ 18.272] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    [ 18.272] (II) RADEON(0): First detailed timing is preferred mode
    [ 18.272] (II) RADEON(0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.600
    [ 18.272] (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 18.272] (II) RADEON(0): Supported established timings:
    [ 18.272] (II) RADEON(0): 720x400@70Hz
    [ 18.272] (II) RADEON(0): 640x480@60Hz
    [ 18.272] (II) RADEON(0): 640x480@67Hz
    [ 18.272] (II) RADEON(0): 640x480@72Hz
    [ 18.272] (II) RADEON(0): 640x480@75Hz
    [ 18.272] (II) RADEON(0): 800x600@56Hz
    [ 18.272] (II) RADEON(0): 800x600@60Hz
    [ 18.272] (II) RADEON(0): 800x600@72Hz
    [ 18.272] (II) RADEON(0): 800x600@75Hz
    [ 18.272] (II) RADEON(0): 832x624@75Hz
    [ 18.272] (II) RADEON(0): 1024x768@60Hz
    [ 18.272] (II) RADEON(0): 1024x768@70Hz
    [ 18.272] (II) RADEON(0): 1024x768@75Hz
    [ 18.272] (II) RADEON(0): 1280x1024@75Hz
    [ 18.272] (II) RADEON(0): 1152x864@75Hz
    [ 18.272] (II) RADEON(0): Manufacturer's mask: 0
    [ 18.272] (II) RADEON(0): Supported standard timings:
    [ 18.272] (II) RADEON(0): #0: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 18.272] (II) RADEON(0): #1: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 18.272] (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 18.272] (II) RADEON(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 18.272] (II) RADEON(0): #4: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 18.272] (II) RADEON(0): Supported detailed timing:
    [ 18.272] (II) RADEON(0): clock: 106.5 MHz Image Size: 408 x 225 mm
    [ 18.272] (II) RADEON(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
    [ 18.272] (II) RADEON(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
    [ 18.272] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
    [ 18.272] (II) RADEON(0): Monitor name: SyncMaster
    [ 18.272] (II) RADEON(0): Serial No: HSHP232928
    [ 18.272] (II) RADEON(0): EDID (in hex):
    [ 18.272] (II) RADEON(0): 00ffffffffffff004c2d930239314f44
    [ 18.272] (II) RADEON(0): 081101036c291a782ade95a3544c9926
    [ 18.272] (II) RADEON(0): 0f5054bfef809500950f81808140714f
    [ 18.272] (II) RADEON(0): 0101010101019a29a0d0518422305098
    [ 18.272] (II) RADEON(0): 360098e11000001c000000fd00384b1e
    [ 18.272] (II) RADEON(0): 510e000a202020202020000000fc0053
    [ 18.272] (II) RADEON(0): 796e634d61737465720a2020000000ff
    [ 18.272] (II) RADEON(0): 00485348503233323932380a2020008d
    [ 18.272] (II) RADEON(0): Printing probed modes for output DVI-1
    [ 18.272] (II) RADEON(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 18.272] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 18.272] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 18.272] (II) RADEON(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
    [ 18.272] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 18.272] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 18.272] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
    [ 18.272] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 18.273] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 18.273] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 18.273] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 18.273] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 18.273] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 18.273] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 18.273] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
    [ 18.273] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 18.273] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 18.273] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 18.273] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 18.273] (II) RADEON(0): Output DVI-0 disconnected
    [ 18.273] (II) RADEON(0): Output S-video disconnected
    [ 18.273] (II) RADEON(0): Output DVI-1 connected
    [ 18.273] (II) RADEON(0): Using exact sizes for initial modes
    [ 18.273] (II) RADEON(0): Output DVI-1 using initial mode 1440x900
    [ 18.273] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 18.273] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:20000000 visible:1fab2000
    [ 18.273] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 18.273] (==) RADEON(0): DPI set to (96, 96)
    [ 18.273] (II) Loading sub module "fb"
    [ 18.273] (II) LoadModule: "fb"
    [ 18.273] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 18.277] (II) Module fb: vendor="X.Org Foundation"
    [ 18.277] compiled for 1.9.4, module version = 1.0.0
    [ 18.277] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 18.277] (II) Loading sub module "ramdac"
    [ 18.277] (II) LoadModule: "ramdac"
    [ 18.277] (II) Module "ramdac" already built-in
    [ 18.277] (II) Loading sub module "exa"
    [ 18.277] (II) LoadModule: "exa"
    [ 18.278] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 18.287] (II) Module exa: vendor="X.Org Foundation"
    [ 18.287] compiled for 1.9.4, module version = 2.5.0
    [ 18.287] ABI class: X.Org Video Driver, version 8.0
    [ 18.287] (II) UnloadModule: "vesa"
    [ 18.287] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 18.287] (II) UnloadModule: "fbdev"
    [ 18.287] (II) Unloading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 18.287] (II) UnloadModule: "fbdevhw"
    [ 18.287] (II) Unloading /usr/lib/xorg/modules/libfbdevhw.so
    [ 18.287] (--) Depth 24 pixmap format is 32 bpp
    [ 18.287] (II) RADEON(0): [DRI2] Setup complete
    [ 18.287] (II) RADEON(0): [DRI2] DRI driver: r300
    [ 18.287] (II) RADEON(0): Front buffer size: 5244K
    [ 18.287] (II) RADEON(0): VRAM usage limit set to 462250K
    [ 18.308] (==) RADEON(0): Backing store disabled
    [ 18.308] (II) RADEON(0): Direct rendering enabled
    [ 18.310] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
    [ 18.310] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 18.310] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 18.310] (II) EXA(0): Driver registered support for the following operations:
    [ 18.310] (II) Solid
    [ 18.310] (II) Copy
    [ 18.310] (II) Composite (RENDER acceleration)
    [ 18.310] (II) UploadToScreen
    [ 18.310] (II) DownloadFromScreen
    [ 18.320] (II) RADEON(0): Acceleration enabled
    [ 18.320] (==) RADEON(0): DPMS enabled
    [ 18.320] (==) RADEON(0): Silken mouse enabled
    [ 18.321] (II) RADEON(0): Set up textured video
    [ 18.321] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 18.338] (--) RandR disabled
    [ 18.338] (II) Initializing built-in extension Generic Event Extension
    [ 18.338] (II) Initializing built-in extension SHAPE
    [ 18.338] (II) Initializing built-in extension MIT-SHM
    [ 18.338] (II) Initializing built-in extension XInputExtension
    [ 18.338] (II) Initializing built-in extension XTEST
    [ 18.338] (II) Initializing built-in extension BIG-REQUESTS
    [ 18.338] (II) Initializing built-in extension SYNC
    [ 18.338] (II) Initializing built-in extension XKEYBOARD
    [ 18.338] (II) Initializing built-in extension XC-MISC
    [ 18.338] (II) Initializing built-in extension SECURITY
    [ 18.338] (II) Initializing built-in extension XINERAMA
    [ 18.338] (II) Initializing built-in extension XFIXES
    [ 18.338] (II) Initializing built-in extension RENDER
    [ 18.338] (II) Initializing built-in extension RANDR
    [ 18.338] (II) Initializing built-in extension COMPOSITE
    [ 18.338] (II) Initializing built-in extension DAMAGE
    [ 18.483] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 18.483] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 18.483] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 18.483] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 18.483] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 18.483] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r300_dri.so
    [ 18.483] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 18.484] (II) RADEON(0): Setting screen physical size to 380 x 238
    [ 18.843] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 18.843] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 18.843] (II) LoadModule: "evdev"
    [ 18.844] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 18.855] (II) Module evdev: vendor="X.Org Foundation"
    [ 18.855] compiled for 1.9.0, module version = 2.5.0
    [ 18.855] Module class: X.Org XInput Driver
    [ 18.855] ABI class: X.Org XInput driver, version 11.0
    [ 18.855] (**) Power Button: always reports core events
    [ 18.855] (**) Power Button: Device: "/dev/input/event1"
    [ 18.880] (--) Power Button: Found keys
    [ 18.880] (II) Power Button: Configuring as keyboard
    [ 18.880] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 18.880] (**) Option "xkb_rules" "evdev"
    [ 18.880] (**) Option "xkb_model" "evdev"
    [ 18.880] (**) Option "xkb_layout" "it"
    [ 18.930] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 18.930] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 18.930] (**) Power Button: always reports core events
    [ 18.930] (**) Power Button: Device: "/dev/input/event0"
    [ 18.940] (--) Power Button: Found keys
    [ 18.940] (II) Power Button: Configuring as keyboard
    [ 18.940] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 18.940] (**) Option "xkb_rules" "evdev"
    [ 18.940] (**) Option "xkb_model" "evdev"
    [ 18.940] (**) Option "xkb_layout" "it"
    [ 18.941] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
    [ 18.941] (II) No input driver/identifier specified (ignoring)
    [ 18.942] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event7)
    [ 18.942] (II) No input driver/identifier specified (ignoring)
    [ 18.944] (II) config/udev: Adding input device BTC USB Multimedia Cordless Kit (/dev/input/event2)
    [ 18.944] (**) BTC USB Multimedia Cordless Kit : Applying InputClass "evdev keyboard catchall"
    [ 18.944] (**) BTC USB Multimedia Cordless Kit : always reports core events
    [ 18.944] (**) BTC USB Multimedia Cordless Kit : Device: "/dev/input/event2"
    [ 18.966] (--) BTC USB Multimedia Cordless Kit : Found keys
    [ 18.966] (II) BTC USB Multimedia Cordless Kit : Configuring as keyboard
    [ 18.966] (II) XINPUT: Adding extended input device "BTC USB Multimedia Cordless Kit " (type: KEYBOARD)
    [ 18.966] (**) Option "xkb_rules" "evdev"
    [ 18.966] (**) Option "xkb_model" "evdev"
    [ 18.966] (**) Option "xkb_layout" "it"
    [ 18.967] (II) config/udev: Adding input device BTC USB Multimedia Cordless Kit (/dev/input/event3)
    [ 18.967] (**) BTC USB Multimedia Cordless Kit : Applying InputClass "evdev pointer catchall"
    [ 18.967] (**) BTC USB Multimedia Cordless Kit : Applying InputClass "evdev keyboard catchall"
    [ 18.967] (**) BTC USB Multimedia Cordless Kit : always reports core events
    [ 18.967] (**) BTC USB Multimedia Cordless Kit : Device: "/dev/input/event3"
    [ 18.983] (--) BTC USB Multimedia Cordless Kit : Found 3 mouse buttons
    [ 18.983] (--) BTC USB Multimedia Cordless Kit : Found scroll wheel(s)
    [ 18.983] (--) BTC USB Multimedia Cordless Kit : Found relative axes
    [ 18.983] (--) BTC USB Multimedia Cordless Kit : Found x and y relative axes
    [ 18.983] (--) BTC USB Multimedia Cordless Kit : Found keys
    [ 18.983] (II) BTC USB Multimedia Cordless Kit : Configuring as mouse
    [ 18.983] (II) BTC USB Multimedia Cordless Kit : Configuring as keyboard
    [ 18.983] (**) BTC USB Multimedia Cordless Kit : YAxisMapping: buttons 4 and 5
    [ 18.983] (**) BTC USB Multimedia Cordless Kit : EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 18.983] (II) XINPUT: Adding extended input device "BTC USB Multimedia Cordless Kit " (type: KEYBOARD)
    [ 18.983] (**) Option "xkb_rules" "evdev"
    [ 18.983] (**) Option "xkb_model" "evdev"
    [ 18.983] (**) Option "xkb_layout" "it"
    [ 18.983] (**) BTC USB Multimedia Cordless Kit : (accel) keeping acceleration scheme 1
    [ 18.983] (**) BTC USB Multimedia Cordless Kit : (accel) acceleration profile 0
    [ 18.983] (**) BTC USB Multimedia Cordless Kit : (accel) acceleration factor: 2.000
    [ 18.983] (**) BTC USB Multimedia Cordless Kit : (accel) acceleration threshold: 4
    [ 18.983] (II) BTC USB Multimedia Cordless Kit : initialized for relative axes.
    [ 18.984] (II) config/udev: Adding input device BTC USB Multimedia Cordless Kit (/dev/input/mouse0)
    [ 18.984] (II) No input driver/identifier specified (ignoring)
    [ 18.985] (II) config/udev: Adding input device Primax HP Wireless Laser Mini Mouse (/dev/input/event4)
    [ 18.985] (**) Primax HP Wireless Laser Mini Mouse: Applying InputClass "evdev pointer catchall"
    [ 18.985] (**) Primax HP Wireless Laser Mini Mouse: always reports core events
    [ 18.985] (**) Primax HP Wireless Laser Mini Mouse: Device: "/dev/input/event4"
    [ 19.010] (--) Primax HP Wireless Laser Mini Mouse: Found 3 mouse buttons
    [ 19.010] (--) Primax HP Wireless Laser Mini Mouse: Found scroll wheel(s)
    [ 19.010] (--) Primax HP Wireless Laser Mini Mouse: Found relative axes
    [ 19.010] (--) Primax HP Wireless Laser Mini Mouse: Found x and y relative axes
    [ 19.010] (--) Primax HP Wireless Laser Mini Mouse: Found absolute axes
    [ 19.010] (II) Primax HP Wireless Laser Mini Mouse: Configuring as mouse
    [ 19.010] (**) Primax HP Wireless Laser Mini Mouse: YAxisMapping: buttons 4 and 5
    [ 19.010] (**) Primax HP Wireless Laser Mini Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 19.010] (II) XINPUT: Adding extended input device "Primax HP Wireless Laser Mini Mouse" (type: MOUSE)
    [ 19.010] (**) Primax HP Wireless Laser Mini Mouse: (accel) keeping acceleration scheme 1
    [ 19.010] (**) Primax HP Wireless Laser Mini Mouse: (accel) acceleration profile 0
    [ 19.010] (**) Primax HP Wireless Laser Mini Mouse: (accel) acceleration factor: 2.000
    [ 19.010] (**) Primax HP Wireless Laser Mini Mouse: (accel) acceleration threshold: 4
    [ 19.010] (II) Primax HP Wireless Laser Mini Mouse: initialized for relative axes.
    [ 19.010] (WW) Primax HP Wireless Laser Mini Mouse: ignoring absolute axes.
    [ 19.010] (II) config/udev: Adding input device Primax HP Wireless Laser Mini Mouse (/dev/input/mouse1)
    [ 19.010] (II) No input driver/identifier specified (ignoring)
    [ 19.020] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 19.020] (II) No input driver/identifier specified (ignoring)
    [ 22.464] (II) RADEON(0): EDID vendor "SAM", prod id 659
    [ 22.464] (II) RADEON(0): Using EDID range info for horizontal sync
    [ 22.465] (II) RADEON(0): Using EDID range info for vertical refresh
    [ 22.465] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 22.465] (II) RADEON(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 22.465] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 22.465] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 22.465] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 22.465] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    [ 22.465] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 22.465] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 22.465] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 22.465] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 22.465] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 22.465] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 22.465] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 22.465] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 22.465] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 22.465] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 22.465] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 22.465] (II) RADEON(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
    [ 22.465] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 22.465] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 22.595] (II) RADEON(0): EDID vendor "SAM", prod id 659
    [ 22.595] (II) RADEON(0): Using hsync ranges from config file
    [ 22.595] (II) RADEON(0): Using vrefresh ranges from config file
    [ 22.595] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 22.595] (II) RADEON(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 22.595] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 22.595] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 22.595] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 22.595] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    [ 22.595] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 22.595] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 22.595] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 22.595] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 22.595] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 22.595] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 22.595] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 22.595] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 22.595] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 22.595] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 22.595] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 22.595] (II) RADEON(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
    [ 22.595] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 22.595] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
    [ 22.735] (II) RADEON(0): EDID vendor "SAM", prod id 659
    [ 22.735] (II) RADEON(0): Using hsync ranges from config file
    [ 22.735] (II) RADEON(0): Using vrefresh ranges from config file
    [ 22.735] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 22.735] (II) RADEON(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 22.735] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 22.735] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 22.735] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    [ 22.735] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    [ 22.735] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    [ 22.735] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 22.735] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    [ 22.735] (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    [ 22.735] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    [ 22.735] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    [ 22.735] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 22.735] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    [ 22.735] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    [ 22.735] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    [ 22.735] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    [ 22.735] (II) RADEON(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
    [ 22.735] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    [ 22.735] (II) RADEON(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)

  • [new] gambas & openoffice-ca

    Please can you put this two new packets?
    - gambas -  a free development environment based on a Basic interpreter with object extensions, like Visual Basic
    - A OOo packet with the catalan language. Here you can find the binary made by softcatala.org
    Thanks!

    Just one point. The last catalan version of openoffice is 1.1.0, and arch uses 1.1.4.
    I'm also catalan so I'm interested in it.
    I'm trying to find the translated source and to help translate 1.1.4 and 2.0, but now gmail does not work so I cannot finish registration process.
    I'll keep you informed.

  • Plugging in the DisplayPort to VGA Adapter disrupts display of embedded 'movies' in OpenOffice

    I am creating presentations with embedded movie clips (MP4 videos) using OpenOffice Impress. The embedded videos appear and play just fine on the MacBook Air display. But when I connect a video projector to the MBA via a Mini DisplayPort to VGA Adapter and begin the presentation, slides project correctly until I get to the slide with the embedded video; then the slide on the MBA display and the projected image show a blank slide. After that, even with the adpter disconnected from the video projector, the embedded content disappears and I have to quit Impress and restart it; i.e., I cannot continue on past the slide with the embedded video, or even go back to previous slides.
    Since I'm now away from the classroom and projector, I can't check to see if the projector has an HDMI input. If it does, will using that connection resolve the problem?
    What's going on? Any hope of an effective workaround for a smooth, integrated presentation?
    - Tom

    Yes, I can't see why not.
    Just give it a try and report back if you have a problem.

  • Not able to write to Excel using Client_OLE2 and webutil

    Hi
    I am working on Windows 2000 Pro SP4 Oracle Forms Builder 10.1.2.0.2
    I am using webutil to invoke Excel Application .
    The following code invokes Excel application and saves in the path specified as Test_Excel and writes the "Test Data to be written" to R1C1 when I use OLE2.
    But when I replace OLE2 with Client_OLE2 the Excel file is getting created but the data is not written to the cell.
    PL/SQL :could not find program unit being called is the error.
    Can anybody help me solve this issue ?
    Thanks in advance.
    FUNCTION WRITE_TO_EXCEL(
    excel_file_name in varchar2, ---for eg.. C:\Test_Excel.xls
    buf in varchar2 ) ----Test Data to be written
    return boolean is
    application CLIENT_OLE2.OBJ_TYPE;
    workbooks CLIENT_OLE2.OBJ_TYPE;
    workbook CLIENT_OLE2.OBJ_TYPE;
    worksheets CLIENT_OLE2.OBJ_TYPE;
    worksheet CLIENT_OLE2.OBJ_TYPE;
    cell CLIENT_OLE2.OBJ_TYPE;
    args CLIENT_OLE2.LIST_TYPE;
    begin
    application := CLIENT_OLE2.CREATE_OBJ ('Excel.Application');
    CLIENT_OLE2.SET_PROPERTY(application, 'Visible', 'True');
    workbooks := CLIENT_OLE2.GET_OBJ_PROPERTY(application, 'Workbooks');
    workbook := CLIENT_OLE2.Invoke_Obj(workbooks, 'Add');
    worksheets := CLIENT_OLE2.Get_Obj_Property(workbook, 'Worksheets');
    worksheet := CLIENT_OLE2.Invoke_Obj(worksheets,'Add');
    args:=CLIENT_OLE2.create_arglist;
    CLIENT_OLE2.add_arg(args,1);
    CLIENT_OLE2.add_arg(args,1);
    cell:=CLIENT_OLE2.get_obj_property(worksheet, 'Cells', args);
    CLIENT_OLE2.destroy_arglist(args);
    CLIENT_OLE2.set_property(cell,'Value', buf);
    CLIENT_OLE2.release_obj(cell);
    CLIENT_OLE2.Release_Obj(worksheet);
    CLIENT_OLE2.Release_Obj(worksheets);
    args := CLIENT_OLE2.Create_Arglist;
    CLIENT_OLE2.Add_Arg(args,excel_file_name);
    CLIENT_OLE2.Invoke(workbook, 'SaveAs', args);
    CLIENT_OLE2.Destroy_Arglist(args);
    args := CLIENT_OLE2.CREATE_ARGLIST;
    CLIENT_OLE2.ADD_ARG(args,'Caption');
    CLIENT_OLE2.INVOKE(application,'Run',args);
    CLIENT_OLE2.destroy_arglist(args);
    CLIENT_OLE2.Release_Obj(workbook);
    CLIENT_OLE2.Release_Obj(workbooks);
    CLIENT_OLE2.Invoke(application, 'Quit');
    CLIENT_OLE2.Release_Obj(application);
    return(TRUE);
    exception
    when others then
    message (error_type||'-'||error_code||':'||error_text);
    message (' ');
    SET_APPLICATION_PROPERTY(CURSOR_STYLE,'default');
    CLIENT_OLE2.RELEASE_OBJ(application);
    CLIENT_OLE2.RELEASE_OBJ(workbooks);
    CLIENT_OLE2.RELEASE_OBJ(workbook);
    CLIENT_OLE2.release_obj(worksheet);
    CLIENT_OLE2.release_obj(worksheets);
    return(FALSE);
    END;

    What line is actually causing the error? Also, I assume you tested the exact same code which works when using straight OLE2 (and not the webutil client_ version)?
    Regards
    Grant Ronald
    Oracle Product Management

  • Openoffice does not work after upgrade [Never mind]

    After I upgraded and tried to use any openoffice component, I get this after running soffice in both fluxbox and KDE4:
    [insertmyusernamehere@myhost ~]$ soffice
    terminate called after throwing an instance of 'com::sun::star::uno::RuntimeException'
    And this is the log of my system upgrade today. I know it cannot be the kernel since the last few times I was using the new kernel, openoffice was working perfectly until I tried using hwd (because it was one of those moments where my mouse failed again b/c of its batteries) to set xorg.conf (<-- I know, wut?)...and then I deleted the xorg.conf after taking out hwd and its dependencies. Turns out I had to make new settings...
    [2009-11-02 13:52] synchronizing package lists
    [2009-11-02 13:53] starting full system upgrade
    [2009-11-02 13:54] starting full system upgrade
    [2009-11-02 14:19] upgraded kernel-headers (2.6.30.5-1 -> 2.6.31.4-2)
    [2009-11-02 14:19] Generating locales...
    [2009-11-02 14:19] en_US.UTF-8... done
    [2009-11-02 14:19] en_US.ISO-8859-1... done
    [2009-11-02 14:19] Generation complete.
    [2009-11-02 14:19] upgraded glibc (2.10.1-4 -> 2.10.1-5)
    [2009-11-02 14:19] upgraded attr (2.4.43-1 -> 2.4.44-1)
    [2009-11-02 14:19] upgraded acl (2.2.47-2 -> 2.2.48-1)
    [2009-11-02 14:19] upgraded bash (4.0.033-1 -> 4.0.035-1)
    [2009-11-02 14:19] upgraded binutils (2.19.1-5 -> 2.20-1)
    [2009-11-02 14:19] upgraded dbus-glib (0.82-1 -> 0.82-2)
    [2009-11-02 14:19] upgraded eigen (2.0.6-1 -> 2.0.9-1)
    [2009-11-02 14:19] upgraded gcc-libs (4.4.1-1 -> 4.4.2-2)
    [2009-11-02 14:19] upgraded libx11 (1.2.2-1 -> 1.3.2-1)
    [2009-11-02 14:19] upgraded libxt (1.0.6-1 -> 1.0.7-1)
    [2009-11-02 14:19] upgraded xulrunner (1.9.1.3-2 -> 1.9.1.4-1)
    [2009-11-02 14:19] upgraded firefox (3.5.3-1 -> 3.5.4-1)
    [2009-11-02 14:19] upgraded xextproto (7.0.5-1 -> 7.1.1-1)
    [2009-11-02 14:19] upgraded fixesproto (4.0-3 -> 4.1.1-1)
    [2009-11-02 14:20] upgraded gcc (4.4.1-1 -> 4.4.2-2)
    [2009-11-02 14:20] upgraded gnutls (2.8.3-1 -> 2.8.4-1)
    [2009-11-02 14:20] upgraded gstreamer0.10 (0.10.24-1 -> 0.10.25-1)
    [2009-11-02 14:20] upgraded libxext (1.0.5-2 -> 1.1.1-1)
    [2009-11-02 14:20] upgraded libxv (1.0.4-1 -> 1.0.5-1)
    [2009-11-02 14:20] upgraded gstreamer0.10-base (0.10.24-1 -> 0.10.25-1)
    [2009-11-02 14:20] upgraded libtheora (1.0-1 -> 1.1.1-1)
    [2009-11-02 14:20] upgraded gstreamer0.10-base-plugins (0.10.24-1 -> 0.10.25-1)
    [2009-11-02 14:20] upgraded gstreamer0.10-python (0.10.16-1 -> 0.10.17-1)
    [2009-11-02 14:20] upgraded inputproto (1.5.1-2 -> 2.0-1)
    [2009-11-02 14:20] upgraded libdrm (2.4.13-1 -> 2.4.15-1)
    [2009-11-02 14:20] upgraded libxxf86vm (1.0.99.1-1 -> 1.1.0-1)
    [2009-11-02 14:20] upgraded libxfixes (4.0.3-2 -> 4.0.4-1)
    [2009-11-02 14:20] upgraded libxdamage (1.1.1-2 -> 1.1.2-1)
    [2009-11-02 14:20] upgraded libgl (7.5.1-2 -> 7.6-2)
    [2009-11-02 14:20] upgraded intel-dri (7.5.1-2 -> 7.6-2)
    [2009-11-02 14:20] upgraded libmpcdec (1.2.6-1 -> 1.2.6-2)
    [2009-11-02 14:20] upgraded taglib (1.6-1 -> 1.6.1-1)
    [2009-11-02 14:20] upgraded k3b (1.66.0alpha2-3 -> 1.68.0alpha3-1)
    [2009-11-02 14:20] >>> Updating module dependencies. Please wait ...
    [2009-11-02 14:20] >>> MKINITCPIO SETUP
    [2009-11-02 14:20] >>> ----------------
    [2009-11-02 14:20] >>> If you use LVM2, Encrypted root or software RAID,
    [2009-11-02 14:20] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2009-11-02 14:20] >>> More information about mkinitcpio setup can be found here:
    [2009-11-02 14:20] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2009-11-02 14:20]
    [2009-11-02 14:20] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2009-11-02 14:20] ==> Building image "default"
    [2009-11-02 14:20] ==> Running command: /sbin/mkinitcpio -k 2.6.31-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2009-11-02 14:20] :: Begin build
    [2009-11-02 14:20] :: Parsing hook [base]
    [2009-11-02 14:20] :: Parsing hook [udev]
    [2009-11-02 14:20] :: Parsing hook [autodetect]
    [2009-11-02 14:20] :: Parsing hook [pata]
    [2009-11-02 14:20] :: Parsing hook [scsi]
    [2009-11-02 14:20] :: Parsing hook [sata]
    [2009-11-02 14:20] :: Parsing hook [usb]
    [2009-11-02 14:20] :: Parsing hook [pcmcia]
    [2009-11-02 14:20] :: Parsing hook [usbinput]
    [2009-11-02 14:20] :: Parsing hook [keymap]
    [2009-11-02 14:20] :: Parsing hook [filesystems]
    [2009-11-02 14:20] :: Generating module dependencies
    [2009-11-02 14:20] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2009-11-02 14:20] ==> SUCCESS
    [2009-11-02 14:20] ==> Building image "fallback"
    [2009-11-02 14:20] ==> Running command: /sbin/mkinitcpio -k 2.6.31-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2009-11-02 14:20] :: Begin build
    [2009-11-02 14:21] :: Parsing hook [base]
    [2009-11-02 14:21] :: Parsing hook [udev]
    [2009-11-02 14:21] :: Parsing hook [pata]
    [2009-11-02 14:21] :: Parsing hook [scsi]
    [2009-11-02 14:21] :: Parsing hook [sata]
    [2009-11-02 14:21] :: Parsing hook [usb]
    [2009-11-02 14:21] :: Parsing hook [pcmcia]
    [2009-11-02 14:21] :: Parsing hook [usbinput]
    [2009-11-02 14:21] :: Parsing hook [keymap]
    [2009-11-02 14:21] :: Parsing hook [filesystems]
    [2009-11-02 14:21] :: Generating module dependencies
    [2009-11-02 14:21] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2009-11-02 14:21] ==> SUCCESS
    [2009-11-02 14:21] upgraded kernel26 (2.6.31.4-1 -> 2.6.31.5-1)
    [2009-11-02 14:21] upgraded libdmx (1.0.99.1-1 -> 1.1.0-1)
    [2009-11-02 14:21] upgraded libgphoto2 (2.4.6-3 -> 2.4.7-1)
    [2009-11-02 14:21] upgraded libgsf (1.14.15-1 -> 1.14.16-1)
    [2009-11-02 14:22] upgraded libldap (2.4.18-1 -> 2.4.19-1)
    [2009-11-02 14:22] upgraded libxmu (1.0.4-2 -> 1.0.5-1)
    [2009-11-02 14:22] upgraded libxpm (3.5.7-2 -> 3.5.8-1)
    [2009-11-02 14:22] upgraded libxaw (1.0.6-1 -> 1.0.7-1)
    [2009-11-02 14:22] upgraded libxcomposite (0.4.0-2 -> 0.4.1-1)
    [2009-11-02 14:22] upgraded libxdmcp (1.0.2-2 -> 1.0.3-1)
    [2009-11-02 14:22] upgraded libxfont (1.4.0-1 -> 1.4.1-1)
    [2009-11-02 14:22] upgraded libxfontcache (1.0.4-2 -> 1.0.5-1)
    [2009-11-02 14:22] upgraded renderproto (0.9.3-2 -> 0.11-1)
    [2009-11-02 14:22] upgraded libxrender (0.9.4-2 -> 0.9.5-1)
    [2009-11-02 14:22] upgraded libxft (2.1.13-1 -> 2.1.14-1)
    [2009-11-02 14:22] upgraded libxi (1.2.1-1 -> 1.3-2)
    [2009-11-02 14:22] upgraded libxinerama (1.0.99.1-1 -> 1.1-1)
    [2009-11-02 14:22] upgraded libxkbfile (1.0.5-1 -> 1.0.6-1)
    [2009-11-02 14:22] upgraded libxtst (1.0.3-2 -> 1.1.0-1)
    [2009-11-02 14:22] upgraded libxvmc (1.0.4-2 -> 1.0.5-1)
    [2009-11-02 14:22] upgraded libxxf86dga (1.1.1-0.1 -> 1.1.1-1)
    [2009-11-02 14:22] upgraded libxxf86misc (1.0.1-2 -> 1.0.2-1)
    [2009-11-02 14:22] upgraded mesa (7.5.1-2 -> 7.6-2)
    [2009-11-02 14:22] upgraded nspr (4.8-1 -> 4.8.2-1)
    [2009-11-02 14:22] upgraded openssh (5.3p1-1 -> 5.3p1-2)
    [2009-11-02 14:22] upgraded pcre (7.9-1 -> 8.00-1)
    [2009-11-02 14:22] upgraded sg3_utils (1.27-2 -> 1.28-1)
    [2009-11-02 14:22] upgraded shared-mime-info (0.70-1 -> 0.70-2)
    [2009-11-02 14:22] upgraded xf86-input-evdev (2.2.5-1 -> 2.3.0-1)
    [2009-11-02 14:22] upgraded xf86-video-intel (2.8.1-1 -> 2.9.1-1)
    [2009-11-02 14:22] upgraded xf86-video-vesa (2.2.0-1 -> 2.2.1-1)
    [2009-11-02 14:22] upgraded xorg-apps (7.5-1.1 -> 7.5-2)
    [2009-11-02 14:22] upgraded xorg-font-utils (7.4-3 -> 7.5-2)
    [2009-11-02 14:22] upgraded xorg-fonts-alias (1.0.1-2 -> 1.0.2-1)
    [2009-11-02 14:22] Regenerating font encodings... done.
    [2009-11-02 14:22] upgraded xorg-fonts-encodings (1.0.2-3 -> 1.0.3-1)
    [2009-11-02 14:22] upgraded xorg-server-utils (7.4-7 -> 7.5-3)
    [2009-11-02 14:22] upgraded xorg-server (1.6.3.901-1 -> 1.7.1-1)
    [2009-11-02 14:22] installed printproto (1.0.4-1)
    [2009-11-02 14:22] installed libxp (1.0.0-3)
    [2009-11-02 14:22] upgraded xorg-utils (7.4-4 -> 7.5-1)
    [2009-11-02 14:22] upgraded xorg-xauth (1.0.3-1 -> 1.0.4-1)
    [2009-11-02 14:22] upgraded xorg-xkb-utils (7.4-2 -> 7.5-1)
    [2009-11-02 14:22] NOTE:
    [2009-11-02 14:22] If you experience any problems after upgrading xsane
    [2009-11-02 14:22] it may help to remove the setup and preferences files
    [2009-11-02 14:22] of xsane:
    [2009-11-02 14:22]
    [2009-11-02 14:22] $ rm -rf ~/.sane/xsane
    [2009-11-02 14:22]
    [2009-11-02 14:22] upgraded xsane (0.996-2 -> 0.997-1)
    [2009-11-02 14:22] upgraded xterm (246-1 -> 250-1)
    [2009-11-02 15:01] installed ddcxinfo-arch (0.8-2)
    [2009-11-02 15:01]
    [2009-11-02 15:01] lshwd dependency is replaced by pciutils and usbutils.
    [2009-11-02 15:01]
    [2009-11-02 15:01] Run 'hwd -u' to update xorgtable, pci-, and usb.ids.
    [2009-11-02 15:01]
    [2009-11-02 15:01] installed hwd (5.5.2-1)
    [2009-11-02 15:10] removed hwd (5.5.2-1)
    [2009-11-02 15:10] removed ddcxinfo-arch (0.8-2)
    Last edited by ShadowKyogre (2009-11-03 05:18:31)

    Removing the config directory solved the problem for me.
    rm -rf ~/.openoffice.org
    Last edited by riivo (2009-11-15 14:04:42)

  • Report generation toolkit with openoffice

    hello all
    i would like to know if it is possible to use the report generation toolkit with openoffice instead microsoft office? because i do not have the toolkit already i can't test it and i will only buy it if this is possible...
    i ask also because i used another application with word export not long ago what was ending with the error message "windows ole server not found". so the question is if something of the microsoft product line is necessary? i am quite sure that the opening of a produced doc would be possible in openoffice without problems - at least i hope so!
    only one thread i found, unfortunately in french : http://forums.ni.com/ni/board/message?board.id=4170&message.id=13060&query.id=139594#M13060
    thanks a lot, mischl

    Another option to consider is to use the report generation VIs that ship with LV and simply output to a PDF document rather than a hardcopy printer.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • How do I call a SAP RFC from an Oracle Form using webutils CLIENT_OLE2?

    Hi guys,
    Your help on this problem would be greatly appreciated.
    We have an older forms 6i application which we are currently updating to 10g (which is a pain itself... but that's a different story.) which currently uses unssupported c++ routines to connect to the SAP system, we want to do away with this c++.
    What I have so far is the following test code:
    PROCEDURE cmd_summary
    IS
    o_sap_log client_ole2.obj_type;
    o_sap_conn client_ole2.obj_type;
    o_sap_rfcc client_ole2.obj_type;
    -- o_sap_rfcx client_ole2.obj_type;
    -- o_sap_rfc client_ole2.obj_type;
    v_args ole2.list_type;
    v_logon BOOLEAN := FALSE;
    BEGIN
    :block3.txt_result := 'TEST Started!';
    --create logon control object
    o_sap_log := client_ole2.create_obj ('SAP.logoncontrol.1');
    --create the function object
    o_sap_rfcc := client_ole2.create_obj ('SAP.Functions');
    --create a new connection object
    o_sap_conn := client_ole2.invoke_obj (o_sap_log, 'NewConnection');
    --set the connection properties
    client_ole2.set_property (o_sap_conn, 'System', caps$get_sys_param ('SAP_DST'));
    client_ole2.set_property (o_sap_conn, 'MessageServer', caps$get_sys_param ('SAP_HST'));
    client_ole2.set_property (o_sap_conn, 'GroupName', 'DEVELOP');
    client_ole2.set_property (o_sap_conn, 'client', caps$get_sys_param ('SAP_CLT'));
    client_ole2.set_property (o_sap_conn, 'SystemNumber', caps$get_sys_param ('SAP_SYN'));
    client_ole2.set_property (o_sap_conn, 'User', caps$get_sys_param ('SAP_USR'));
    client_ole2.set_property (o_sap_conn, 'Password', caps$get_sys_param ('SAP_PWD'));
    client_ole2.set_property (o_sap_conn, 'language', caps$get_sys_param ('SAP_LNG'));
    --set up the logon arguements
    v_args := client_ole2.create_arglist;
    client_ole2.add_arg (v_args, 1);
    client_ole2.add_arg (v_args, TRUE);
    --run the logon function
    v_logon := client_ole2.get_bool_property (o_sap_conn, 'logon', v_args);
    client_ole2.destroy_arglist (v_args);
    IF v_logon
    THEN
    :block3.txt_result := :block3.txt_result || CHR (10) || 'LOGON Worked!!';
    ELSE
    :block3.txt_result := :block3.txt_result || CHR (10) || 'LOGON Failed!!';
    END IF;
    :block3.txt_result := :block3.txt_result || CHR (10) || 'TEST Ended!';
    EXCEPTION
    WHEN OTHERS
    THEN
    :block3.txt_result := :block3.txt_result || CHR (10) || SQLERRM (SQLCODE);
    END cmd_summary;
    NOTE: the get_sys_param functionis returning text from a table.
    This seems to work okay, the logon command returning a TRUE. All good so far.
    However, when I try to then use this connection for anything then I stumble and fall!
    I've seen an example in VB where the SAP RFC object is "assigned" the connection object by simply stating:
    Set oSAPrfc.Connection = oSAPconn
    Where oSAPconn is setup in a similar way to my o_Sap_conn in the above example.
    I have tried using the CLIENT_OLE2.SET_PROPERTY procedures but I don't think that's quite right.
    I've tried using invoke, to try and "run" the method like:
    v_args := CLIENT_OLE2.CREATE_ARGLIST;
    client_ole2.add_arg_obj(v_args,o_sap_conn);
    client_ole2.invoke(o_sap_rfcc,'Connection',v_args);
    client_ole2.destroy_arglist(v_args);
    but it fails.
    I have also tried using the actual Connection function directly:
    SAP_ISAPFUNCTIONS.connection(o_sap_rfcc, o_sap_conn);
    But that just causes the Forms Server to crash... :?
    Has anyone connected to SAP via Forms? I noticed one post on this forum which an example of some code using a SAPBAPI control but not WEBUTIL (Which I think I'd need to use because we are running 10g)
    As a side note we are also looking into SAP Adapter as a possible "other" route but this too is getting very complicated... And I can't see a way of connecting a form to the Adpater anyway :(
    Any advice would be very much appreciated.

    Can anyone help?
    Mike

  • When I open an text-attachment sens by mail, I only get it in the modus 'only reading'. I can't find a tool to change that modus in so that I can work in it with my version Oracle Openofficie 3.3.

    When I open attachments, send to me by two different emailprograms, I only get the 'only read'modus. So I am not able to work with the text.
    I use the OpenOffice.org 3.3. from Oracle.

    In technical support, sometimes you have to make educated guesses. I'm sorry that you were offended.
    iTunes does prompt when it is going to erase a device, and the message is clear.
    She said in her message that she was able to successfully sync the old ipad. This indicated to me that itunes wiping the data was not an issue, because either it had been setup at the apple store (in which case it doesn't actually wipe the ipad despite saying it will*) (*based on a single case I saw), or because the itunes media folder was migrated.
    Furthermore, my solution was to tell her how to backup her ipad (by either doing it manually, or as a last resort, by deleting the corrupt backup -- that she couldn't access anyway.)
    I got that last part of the instructions from the "Taking Control of your iphone" book which I found samples of when I did a google search for "corrupted backup itunes".
    She marked this as a solution, so it worked for her.

  • Openoffice 3.2 calc doesn't save row height in xls

    Hi All,
    I have upgraded to ooo 3.2 recently. I work with excels spreadsheets so  I have to save files into xls. Suddenly I realized that Calc doesn't save custom row height, when I open the file all rows are displayed with default height. It worked in the previous version, pacman log: upgraded go-openoffice (3.1.1.5-1 -> 3.2.0.4-1)
    I searched ooo forums, but didn't find anything.
    update:
    in case someone is interested, I have found a kind of work-around. Select sheet, Format / Rows / Optimal height -> increase value at least one step, in my case from 0.0 mm to 0.1 mm, then save. Reopen xls, rows will be displayed with the custom heights. Unfortunately one has to apply this workaround on every singe sheet in the workbook. :-/ No way I would do this with all my workbooks.
    Last edited by siriusb (2010-02-03 09:52:39)

    Workaround with downgrade: If someone successfully downgraded to 3.1.1 it wont start because depends on libjpeg.so.7.
    1. Create a script somewhere in your PATH and make it executable:
    #!/bin/bash
    LD_PRELOAD=/var/tmp/libjpeg.so.7.0.0 soffice -calc "$1"
    2. copy libjpeg.so.7.0.0 to the directory mentioned in the script (in this case /var/tmp)
    3. in your file manager e.g. nautilus right click on the xls, choose properties / Open with / custom command, and use the script's name.

  • XFCE startup lags with one user only due to OPENOFFICE [NOT-SOLVED]

    For some reason, when I start xfce4 with my only non-root user, the super key is "stuck" rendering several keys on the keyboard unusable because I have them bound as shortcuts.
    i'm dual booting windows and the keyboard is functioning fine when I boot there, and strangely enough logging out and back in as root is also normal.
    the only things i've down since the last time it was working was install openoffice, which I havent completely gotten to work yet (it freezes when I try to close it, anybody know why? I get some ICE connection refused error). and gaim.
    any ideas? other than deleting the user and re-doing everything.. where can i look?
    I deleted the user completely and remade a new user with the same name... the super key "stuck" problem is gone but for some reason the other problems remain.
    1) xfce takes 5 times longer to load than it does for root
    2) xfapplet won't load properly, but does for root
    among others.. where can I look to solve these problems? im guessing I have to remove or edit the files associated with that account name but how? sorry still learning...
    Last edited by no24 (2007-02-02 19:14:37)

    Every time I have heard of something that takes ages to load it's because the computer is missing the line
    127.0.0.1               localhost.localhost       localhost
    in /etc/hosts, but I think it was only a Gnome problem
    Last edited by firedance (2007-02-02 06:29:18)

  • WebUtil & Client_OLE2 - Urgent!

    Hi!
    I use Oracle9iASR2, Forms9i (Patch 9.2.0.3) and JInitiator 1.3.1.13!
    I was following all webutil_manual.pdf and readme.html steps!
    I have no problem with client_get_file_name or client_host calls, but I have a tedious problem when I'm trying to call Client_OLE2.create_obj('Excel.Application'), for instance.
    Java Console shows:
    Exception occurred during event dispatching:
    java.lang.NoClassDefFoundError
         at oracle.forms.webutil.ole.OleFunctions.create_obj(OleFunctions.java:513)
         at oracle.forms.webutil.ole.OleFunctions.getProperty(OleFunctions.java:218)
         at oracle.forms.handler.UICommon.onGet(Unknown Source)
         at oracle.forms.engine.Runform.onGetHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    This is my classpath parameter in default.env file:
    CLASSPATH=d:\Oracle9iAS2\jlib\importer.jar;d:\Oracle9iAS2\forms90\java;D:\Oracle9iAS2\jlib\debugger.jar;D:\Oracle9iAS2\jlib\ewt3.jar;D:\Oracle9iAS2\jlib\share.jar;D:\Oracle9iAS2\jlib\utj90.jar;d:\webutil\lib\webutil.jar;D:\Oracle9iAS2\jdk\jre\lib\rt.jar
    Could someone help me, please?
    Dejan

    A machine of Oracle9iAS must be powerful, I guess! I have 512MB RAM, only, and a recommendation is 1GB at least. It works slowly, but that's only a test environment. I have strong servers in my company, so the most significant thing at the moment is that webutil concept works. That is the basic reason for migration from 6i, but not the only one. Now I need a library of properties for the word and excel invoking, for a complete settings of any document or worksheet. If someone has something similar, please send me! My address is [email protected] . Thank you in advance!

  • OpenOffice save as dialog filter types

    Hello,
    I have the below java method that displays a OOo save as dialog .
    i have an issue with filter types in this save dialog: it seems the combo box type in save dialog doesn't contain the filters (like "OpenDocument Text") i appended in java method code below . when i click on type combo box the list is empty !
    can someone point me what i'm i doing wrong ?
    how to force the save as dialog to display all possible OOo types in 'type ' combo box ?
    thanks much
    public String showSaveAsDialog() {
            String sStorePath = "";
            XComponent xComponent = null;
            try {
                // the filepicker is instantiated with the global Multicomponentfactory...
                Object oFilePicker = m_xMCF.createInstanceWithContext("com.sun.star.ui.dialogs.FilePicker", m_xContext);
                XFilePicker xFilePicker = (XFilePicker) UnoRuntime.queryInterface(XFilePicker.class, oFilePicker);
                // the defaultname is the initially proposed filename..
                xFilePicker.setDefaultName("MyExampleDocument");
                // set the initial displaydirectory. In this example the user template directory is used
                Object oPathSettings = m_xMCF.createInstanceWithContext("com.sun.star.util.PathSettings",m_xContext);
                XPropertySet xPropertySet = (XPropertySet) com.sun.star.uno.UnoRuntime.queryInterface(XPropertySet.class, oPathSettings);
                String sTemplateUrl = (String) xPropertySet.getPropertyValue("Template_writable");
                xFilePicker.setDisplayDirectory(sTemplateUrl);
                // set the filters of the dialog. The filternames may be retrieved from
                // http://wiki.services.openoffice.org/wiki/Framework/Article/Filter
                XFilterManager xFilterManager = (XFilterManager) UnoRuntime.queryInterface(XFilterManager.class, xFilePicker);
                xFilterManager.appendFilter("OpenDocument Text Template", "writer8_template");
                xFilterManager.appendFilter("OpenDocument Text", "writer8");
                xFilterManager.setCurrentFilter("OpenDocument Text");
                // choose the template that defines the capabilities of the filepicker dialog
                XInitialization xInitialize = (XInitialization) UnoRuntime.queryInterface(XInitialization.class, xFilePicker);
                Short[] listAny = new Short[] { new Short(com.sun.star.ui.dialogs.TemplateDescription.FILESAVE_AUTOEXTENSION)};
                xInitialize.initialize(listAny);
                // add a control to the dialog to add the extension automatically to the filename...
                XFilePickerControlAccess xFilePickerControlAccess = (XFilePickerControlAccess) UnoRuntime.queryInterface(XFilePickerControlAccess.class, xFilePicker);
                xFilePickerControlAccess.setValue(com.sun.star.ui.dialogs.ExtendedFilePickerElementIds.CHECKBOX_AUTOEXTENSION, (short) 0, new Boolean(true));
                xComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, xFilePicker);
                // execute the dialog...
                XExecutableDialog xExecutable = (XExecutableDialog) UnoRuntime.queryInterface(XExecutableDialog.class, xFilePicker);
                short nResult = xExecutable.execute();
                // query the resulting path of the dialog...
                if (nResult == com.sun.star.ui.dialogs.ExecutableDialogResults.OK){
                    String[] sPathList = xFilePicker.getFiles();
                    if (sPathList.length > 0){
                        sStorePath = sPathList[0];
            } catch (com.sun.star.uno.Exception exception) {
                exception.printStackTrace();
            } finally{
                //make sure always to dispose the component and free the memory!
                if (xComponent != null){
                    xComponent.dispose();
            return sStorePath;
        }

    hmm i solved the issue !
    the trick is to move the filter appending code after call to initialize method :
    so we must append filters last thing before calling execute to show the dialog !
    so this code works :
    xInitialize.initialize(listAny);
                // add a control to the dialog to add the extension automatically to the filename...
                XFilePickerControlAccess xFilePickerControlAccess = (XFilePickerControlAccess) UnoRuntime.queryInterface(XFilePickerControlAccess.class, xFilePicker);
                xFilePickerControlAccess.setValue(com.sun.star.ui.dialogs.ExtendedFilePickerElementIds.CHECKBOX_AUTOEXTENSION, (short) 0, new Boolean(true));
                xComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, xFilePicker);
                 // set the filters of the dialog. The filternames may be retrieved from
                // http://wiki.services.openoffice.org/wiki/Framework/Article/Filter
                XFilterManager xFilterManager = (XFilterManager) UnoRuntime.queryInterface(XFilterManager.class, xFilePicker);
                //xFilterManager.appendFilter("OpenDocument Text Template", "writer8_template");
                xFilterManager.appendFilter("OpenDocument Text", "writer8");
                xFilterManager.setCurrentFilter("OpenDocument Text");
                // execute the dialog...
                XExecutableDialog xExecutable = (XExecutableDialog) UnoRuntime.queryInterface(XExecutableDialog.class, xFilePicker);
                short nResult = xExecutable.execute();

  • OpenOffice 4.1.0 Constant Crashes on OSX 10.9

    Hi,
    I am unable to use either OOo 4.1.0 or 3.4.1 on my MacBook Pro. Various things seem to trigger the spinning colour wheel or a sudden crash. The only way I can reliably recreate anything is by opening the prefs and clicking around. Normally within a few clicks OOo will crash.
    I have run "memtest all 5" in single user mode with no problems flagged.
    I have tried using AppCleaner to remove OOo
    I have made sure my ~/Library is purged of any OOo files
    I have run "Repair Disk Permissions" in Disk Utility
    Still the problem persists... Any help interpreting the problem report below greatly appreciated!
    - http://pastebin.com/D5rW65jf

    d00k,
    the exception shown in the crash report and the repetition of
    hitTestRunner(com::sun::star::awt::Point, com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessibleContex t>) + 421
    there suggests that there might be a bug in OpenOffice 4.1.0. Which version of Java do you have installed? Have you tried LibreOffice 4.2.3?

Maybe you are looking for

  • Merge a remote database table using dblink

    We have a merge statement running in source database which is merging to a table in remote database using db link. The remote table is partitonoed (interval) table.Source db is 10g and target is 11g. this merge statement is failing with error saying,

  • HP calls

    Dear HP,   I was wondering how to stop the daily calls to me. You know the one where an HP rep would just like to take a couple of minutes to learn about my environment.  You know, like Bill Murray meeting Ned Ryerson each and every day of his life i

  • 1 iTunes Library, 1 aTV, 2 Users

    Hi Guys, wondering if anyone can assist. I have my iTunes Library in the shared location on my iMac so both myself and the wife can listen to (and add to) the same music. All the locations, sharing preferences, etc are set up so that only this shared

  • Where does CEBAN-USRC1 get saved?

    Hi there, I hope you can help me I am currently doing a scenario involving ME51N (purchase requisition CREATE). I have been asked by the business analyst to populate field CEBAN-USRC1 with a specifc cost center in user exit EXIT_SAPLEBND_001. That is

  • Trip to Europe..Charging iPod??

    I am going to France and Spain in a week. I bought the USB power adapter that plugs into the wall to charge my iPod wihtout a computer. If i have the proper outlet adapter in Europe will the USB adapter automatically convert the voltage, or will I ne