similar to: Working around visible cursor problems

Displaying 18 results from an estimated 18 matches similar to: "Working around visible cursor problems"

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
2009 Aug 17
2
[PATCH] kms: Fix <nv11 hardware cursor.
--- src/drmmode_display.c | 29 +++++++++++++++++-- src/nouveau_hw.h | 17 +++++++++++ src/nv_cursor.c | 74 ++++++++++++++++++++++++------------------------ src/nv_proto.h | 2 + 4 files changed, 82 insertions(+), 40 deletions(-) diff --git a/src/drmmode_display.c b/src/drmmode_display.c index f2fe0e8..7acddf1 100644 --- a/src/drmmode_display.c +++
2006 Apr 09
3
Conntrack, nat and multipath - what is wrong here?
I have a gentoo 2.6.14 box with 4 nics, LAN/DMZ/PUB1/PUB2 LAN and DMZ have a 1918 /22 each, PUB1 and PUB2 have a /29 each of which 5 ips are assigned. Using the mangle table, I give all packets a mark (according to local policies) in the range 1-10. Using ip rule, i pass marks 1-5 through the pub1 route table, and marks 6-10 through the pub2 routing table. Using the nat table, I SNAT to one
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
2018 Mar 10
0
[ANNOUNCE] xsetroot 1.1.2
Alan Coopersmith (5): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Print which option was in error along with usage message Only use results from GetWindowProperty if it returned success xsetroot 1.1.2 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1):
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
2016 Jul 13
0
vnc on C7
Hi Jerry, I done a lot of search in google. Than I find your post, but without success for my problem. I have add your xstartup file. But I can't get it working with this startupfile. One problem is, that I can't find the x-terminal-emulator on my machine. Which package must I install for x-terminal-emulator in CentOS7 ? Maybe you can have a look at my logfile and my configuration for
2015 Aug 13
2
Clunky Xorg with latest 6.7 upgrade?
Is it just me or does Xorg/Gnome seem slow and clunky to any other desktop users once the 6.7 upgrade is done? $ uname -a Linux CentOS501.homegroannetwork 2.6.32-573.1.1.el6.x86_64 #1 SMP Sat Jul 25 17:05:50 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux $ cat /etc/centos-release CentOS release 6.7 (Final) Top shows PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 32160 root
2006 Dec 21
1
No background with current git
Since last git commit (disable default background), i can't set my background in Kde. In fact, it doesn't work because "show icons on desktop" is disabled in my conf. I tried with xsetroot, it doesn't work anymore too... Cedric
2010 Apr 06
1
VNC Server
Hi, I?m trying to set up VCN server in Centos. I got the connection but no KDE windows, only a black window. Any idea? My xstartup is : #!/bin/sh xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80+24+10+10 -ls -title .$VNCDESTOP Desktop. & startkde & Regards Fernando -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Mar 17
2
cant' start vnc server
hey guys, Ok so I've installed tiger vnc on a centos 6.5 machine. And I've edited /etc/sysconfig/vncservers [root at potwsld00001 ~]# cat /etc/sysconfig/vncservers VNCSERVERS="1:mysql" And added the contents of the xstartup file for the user: [root at potwsld00001 ~]# cat /home/mysql/.vnc/xstartup #!/bin/sh [ -r /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n export
2008 Jun 27
1
VNC vs GNOME desktop
I'm trying to use VNC to connect my home Centos box (up to date centos 5) to my Centos 4 (also up to date) at work. I have no problem connecting. The problem occurs after logging in, for every applet in the bottom Gnome panel I get an error box from which I can choose to remove the applet from the panel, or just go on. I choose to not delete but to just go on. After I get a half dozen or so of
2016 Jun 02
2
vnc on C7
Thanks Frank. The below in fact worked and restarting the service. Jerry To get mate to show up use the follow text in your ~.vnc/xstartup file: #!/bin/sh # Uncomment the following two lines for normal desktop: # unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS # exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r HOME/.Xresources ]
2014 Oct 01
2
VNCServer Startup Config
hi all, I've inherited a server with CentOS 6.4 the VNC Server starts up with the OS and its screen resolution is set to 800x600. I found that I can set the resolution by specifying the -geometry switch, but I can't find where the call to start the vncserver is set in order to change it. I know that it's not in /etc/xinetd.d (the only file there is rsync) here are the contents of
2012 Mar 23
2
wiki - vnc -gerald and walsh, update?
To GeraldClark and PjWelsh, I have centos 6 and used your guide to get it going with vnc. First of all thanks for putting that up, so many techs told me I did not have to install a desktop to make it work and they were so wrong. http://wiki.centos.org/HowTos/VNC-Server Using centos 6 I found some differences and wanted to post them here to see if anything helps clear it all up. I acutally
2010 Dec 09
1
how to run a command on a specific vnc display
Hello, I'm using selenium rc for automated testing on a centos box. working on the box itself has no problem as long as i start the server through terminal. though if i wanted to run tests remotely i have a problem with firefox not knowing on which display to run. i have a vnc client running on port 1 (5801/5901) I've tried the following: export DISPLAY=1 ; java -jar
2010 Nov 12
2
X11R7.6 Release Candidate 1
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 It's a bit after 11pm, on the 11th day of the 11th month of the year, so what better time for a new release of X11! Release Candidate 1 of X11R7.6 has been posted at: http://www.x.org/releases/X11R7.6-RC1/ This includes all the source tar files for the versions of the modules currently considered part of the core release set (aka the
2002 Jul 27
0
libao patch
I hope this is the right place to submit libao patches -- the freshmeat page points to ogg vorbis as the homepage for libao. Currently, at least on my system (SB Live Value!, ALSA .9 branch), stuff going to alsa sounds *awful* because of too-small buffers. mpg321 and similar programs are unusable, and none of them seem to want to let you set the buffer size. This patch lets an environment