search for: left_ptr

Displaying 4 results from an estimated 4 matches for "left_ptr".

Did you mean: left_path
2004 Mar 21
0
Working around visible cursor problems
...s someone will fix this, but for now, it can just be worked around. I decided to hide the X11 cursor before starting wine, and then restoring it after leaving X11. Hopefully this will save other folks a couple of minutes. Three files: The first is show_cursor.sh: #!/bin/bash xsetroot -cursor_name left_ptr The second is hide_cursor.sh: #!/bin/bash xsetroot -cursor ~/.private/cursors/empty.xbm ~/.private/cursors/empty.xbm The third is ~/.private/cursors/empty.xbm: #define empty_width 1 #define empty_height 1 #define empty_x_hot 0 #define empty_y_hot 0 static char empty_bits[] = { 0x00, };
2011 Aug 20
1
Apps segfaulting, problem with X?
Hello, I'm having big trouble getting wine to work. What I basically want to do is get steam to work, now it even fails to launch at all. It updates to 99% and then it segfaults. Other games has done this too (rollercoaster tycoon 2, starcraft 2). I followed the instructions on winehq, removed oriya/samyak fonts and I don't think I've done anything wrong - I've installed steam
2008 Jul 29
1
Xdefaults file.
I am trying to get my xterm window under gnome to open with large fonts, with light green foreground and dark green background. I have the following .Xdefaults file contents: $ cat .Xdefaults ! This is a comment ;-) #ifdef COLOR *customization: -color #endif !! Let's cast a wide net, for any app supporting these ! Blink instead of beeping *visualBell: True *scrollTtyOutput: False
2011 Jan 07
5
Set font and size in xterm
I have a situation where gnome console does not handle vt102 escape sequences properly and therefor need to employ xterm instead. When I run xterm from a gnome terminal window I am presented with an extremely small terminal window employing an almost unreadably small font. I have attempted to set the font size using xrdb and a custom .Xresources file. I can change the colour scheme. I can