Recently I discovered that some of my presentations crash on my new laptop running Windows 8.1 and Powerpoint 2010. The error was: "Powerpoint stopped working" or "Powerpoint funktioniert nicht mehr".
Excel and Word worked like a charm, and some older presentations did as well.
So first of all I suspected an error in the presentation file itself and tried it successfully on other machines running Windows 7 and the same office.
I tried some other tests with converting the files back to *.ppt scheme and removing animations and slides.
However, nothing worked.
In the end the problem was GPU related. By default, Office gets launched on the integrated Intel GPU. However, Powerpoint, or at least my highly sophisticated presentation, requires the "real deal" GPU.
I started Powerpoint using the NVIDIA GPU and the Presentation worked on this machine as well
Friday, January 31, 2014
Tuesday, November 19, 2013
Windows 8.1 First impressions and first problems with freezing touchpad on Dell Inspiron 17 7000
Unpacking my brand new Dell Inspiron 17 7000 I was keen on test-driving this new touchy, feely stuff for the first time.
Acutally I was prepared for the worst and went out really impressed!
I, for myself, am using this machine as it would be with Win7, just nicer.
Hit the Start (Keyboard) button like before and the instant search returns your applications, files and more stuff just like before. With the metro area you have now even more space to arrange the most-often-used applications and give them a little bit of grouping and prioritizing by having larger or smaller icons.
Still, I need some time to get a grasp on full-screen apps and how to switch between full and desktop mode.
Alltogether, I cannot comprehend why everybody is having problems with this new kind of design and paradigm.
Now comes the bad news. Win 8 and Win 8.1 is still having a lot of pitfalls. I for myself had to disable hibernation or the new windows stand-by mode because my laptop kept freezing after the second or third resume. Furthermore, eventually after switching users or returning from stand-by, the mouse is unresponsive to left-click but everything else works just find.
For my type of laptop this can be solved by double-finger scrolling once, which rips the touchpad driver out of its misery and everything is back to normal again.
Acutally I was prepared for the worst and went out really impressed!
I, for myself, am using this machine as it would be with Win7, just nicer.
Hit the Start (Keyboard) button like before and the instant search returns your applications, files and more stuff just like before. With the metro area you have now even more space to arrange the most-often-used applications and give them a little bit of grouping and prioritizing by having larger or smaller icons.
Still, I need some time to get a grasp on full-screen apps and how to switch between full and desktop mode.
Alltogether, I cannot comprehend why everybody is having problems with this new kind of design and paradigm.
Now comes the bad news. Win 8 and Win 8.1 is still having a lot of pitfalls. I for myself had to disable hibernation or the new windows stand-by mode because my laptop kept freezing after the second or third resume. Furthermore, eventually after switching users or returning from stand-by, the mouse is unresponsive to left-click but everything else works just find.
For my type of laptop this can be solved by double-finger scrolling once, which rips the touchpad driver out of its misery and everything is back to normal again.
Wednesday, October 30, 2013
Managing private Data in the Cloud
We all Dropbox.
However with the latest NSA scandal, Dropbox is not a good place to store sensitive or privat or perhaps just any Data.
I stumbled across the alternative called WUALA some years ago which is encrypted on the client.
Just recently I got aware of a nice home mounted, decentralized cloud like storage tool:
Torrent Sync
However with the latest NSA scandal, Dropbox is not a good place to store sensitive or privat or perhaps just any Data.
I stumbled across the alternative called WUALA some years ago which is encrypted on the client.
Just recently I got aware of a nice home mounted, decentralized cloud like storage tool:
Torrent Sync
Winterzeit / Heizungszeit wolf-cgb-k-20
Vor kurzem haben wir unser neues Domizil bezogen und neben den Vorteilen die Kontrolle über die eigene Heizung zu haben, hat man gleichzeitig auch die Pflicht sich darum zu kümmern.
Mein Wissen über eine 30 Jahre alte Ölheizungssteuerung war leider nicht allzu hilfreich um eine moderne Gasbrennwerttherme richtig einzustellen.
Die Hersteller geben hier leider wenig Hilfestellung, da die Einstellungen entweder nicht erklärt sind, oder aber so beschränkt, dass man damit nichts anfangen kann. Kurzum, man benötigt einen Fachmann.
Ich hatte Glück und eine Anleitung für genau meine Gasbrennwerttherme gefunden:
http://patrick-wessel.de/allgemein/optimierung-einer-wolf-cgb-k-20-gasbrennwerttherme-mit-bedienmodul/
Mein Wissen über eine 30 Jahre alte Ölheizungssteuerung war leider nicht allzu hilfreich um eine moderne Gasbrennwerttherme richtig einzustellen.
Die Hersteller geben hier leider wenig Hilfestellung, da die Einstellungen entweder nicht erklärt sind, oder aber so beschränkt, dass man damit nichts anfangen kann. Kurzum, man benötigt einen Fachmann.
Ich hatte Glück und eine Anleitung für genau meine Gasbrennwerttherme gefunden:
http://patrick-wessel.de/allgemein/optimierung-einer-wolf-cgb-k-20-gasbrennwerttherme-mit-bedienmodul/
Monday, November 5, 2012
Latex: Reference to subfigure or subfloat but only with letter
You got a subfloat in latex and want a reference to it without printing e.g. "1.1a" but only "a".
Simply use \subref instead of \ref.
If you want to use this in a caption itself, try the \protect\subref{} command!
Simply use \subref instead of \ref.
If you want to use this in a caption itself, try the \protect\subref{} command!
Saturday, September 1, 2012
Latex: Okular not showing figures in DVI file on Windows
If Okular does not show you the embedded EPS files of your compiled latex document it might be, that ghostscript is missing or is not found.
Install ghostscript (simple google search) and add <ghostscriptinstallpath>/bin to your system or user path.
Next time you open Okular it should display your images within DVI
Install ghostscript (simple google search) and add <ghostscriptinstallpath>/bin to your system or user path.
Next time you open Okular it should display your images within DVI
Tuesday, May 15, 2012
LATEX: Texniccenter and Okular forward and reverse search
Prerequsites:
Proper configured Texniccenter for dvi , dvi > ps and dvi > ps > pdf output.
Kde for Windows with Okular.
Latex->DVI profile,
Proper configured Texniccenter for dvi , dvi > ps and dvi > ps > pdf output.
Kde for Windows with Okular.
Latex->DVI profile,
- Latex ribbon, Arguments for compiler:
--src -interaction=nonstopmode "%Wm" -synctex=-1 - Viewer ribbon:
Application path > C:\ProgramData\KDE\bin\okular.exe
Command Line Arguments: '%bm.dvi#src:%l %Dc/%nc' --unique
Search in output: '%bm.dvi#src:%l %Dc/%nc' --unique
Do not close
Extension to PS and PDF should be straightforward.
Okular reverse search:
Setting > Configure Okular > Editor:
- Dropdown box: Custom Text Editor
- Command:"C:\Program Files (x86)\TeXnicCenter\TEXCNTR.exe" /ddecmd "[goto('%f', '%l')]"
Note that you have to adjust the paths, e.g. "c:\..." to your custom installation.
Monday, April 2, 2012
LATEX: Automated Pagecounter between two labels
To have an automated and updated counter of your pages between two labels you can use the following commands/packages:
Place in main document:
\usepackage{refcount}
\newcommand{\pagedifference}[2]{%
\COMMENT{ \number\numexpr\getpagerefnumber{#2}-\getpagerefnumber{#1}\relax}}
To print a page difference:
\pagedifference{chap:start}{chap:end}
Place in main document:
\usepackage{refcount}
\newcommand{\pagedifference}[2]{%
\COMMENT{ \number\numexpr\getpagerefnumber{#2}-\getpagerefnumber{#1}\relax}}
To print a page difference:
\pagedifference{chap:start}{chap:end}
Thursday, March 29, 2012
LATEX: Hide column in table
Very nice. I forgot where I found it:
\def\ignore#1\endignore{}
\newcolumntype{I}{@{}>{\ignore}l<{\endignore}} %% blind out some colums
Now a table column with the letter "I" instead of c,r,l will be hidden.
Of course there is a little extra space left
Needs the package:
\usepackage{array}
\def\ignore#1\endignore{}
\newcolumntype{I}{@{}>{\ignore}l<{\endignore}} %% blind out some colums
Now a table column with the letter "I" instead of c,r,l will be hidden.
Of course there is a little extra space left
Needs the package:
\usepackage{array}
Wednesday, March 28, 2012
Subscribe to:
Posts (Atom)