similar to: Black screen returning from console

Displaying 20 results from an estimated 200 matches similar to: "Black screen returning from console"

2007 Aug 01
4
Dual-screen compiz mostly working
I have dual-screen compiz-fusion finally working on my ATI Radeon Mobility X600. AIGLX was the way to go using MergedFB. gentoo linux-2.6.22 x11-base/xorg-server-1.2.0-r3 x11-base/xorg-x11-7.2 media-libs/mesa-6.5.2-r1 x11-wm/compiz-9999 x11-wm/compiz-fusion-9999 But a number of remaining issues: - my second screen doesn't render properly. Compiz events cause it to redraw but
2006 Aug 22
1
Crash trying to start with ATI BigDesktop
I've got compiz running with my ATI driver, and xorg 7.1.1 It's quite the eye-candy, and now my ultimate tool in pissing micro$hit user off! I had previously been using ATI's BigDesktop across two monitors. When I tried this with Xgl and Compiz it bombed out during startup. I couldn't spot anything different in my Xorg.94.log file either. Is it possible to get BigDesktop
2006 Nov 01
4
Minor fix to multi-head changes for mixed resolutions
Hey, David, for me the recent multihead changes had minor a problem with mixed resolutions (1600x1200 & 1280x1024). The viewport was getting set partially off screen. The following tweak fixed it for me: --- plugins/display.c +++ plugins/display.c @@ -2069,7 +2069,7 @@ eventLoop (void) { if (s->nOutputDev > 1)
2006 Oct 03
0
Xgl/Compiz - Kernel, ATI, Console, and Multihead problems still unresolved
I've been avidly updating mesa, xgl, and compiz, every week (from the portage-xgl overlay) hoping to solve some of these problems: * Using ati-drivers-8.29.6 xgl crashes complaining about lacking dri, so i'm using 8.27.10. * Using 2.6.18 kernels, the ati-drivers-8.27.10 don't compile when building the drm module. * My laptop automatically switchs to vt1 when init services fail
2003 Dec 01
1
Linus "praise" for Xen
http://www.kerneltraffic.org/kernel-traffic/kt20031201_243.html --- Relevant section --- Nuno Silva mentioned: The good people at Cambridge made a (very nice) VMM that exploits ring0/1/3 to let one machine run various kernels independently (the kernels need to be ported to the xen arch). Xen itself executes in ring0 and the "guest" operating systems execute in ring1.
2007 Oct 26
0
Too difficult to resize window!
The area over the window's border where the cursor changes to a resize cursor for me is just one pixel!! I always spent half a minute just trying to get the cursor over this exact spot so to resize a window. Half the time when i click the mouse its moved and i've missed :-( Is there some way to configure this area to make it easier to resize a window? (I didn't have this problem
2007 Aug 31
1
vesamenu.c32 retain image
Hello. vesamenu.c32 can currently display a PNG image along the menu. But when the kernel is started, the image is lost. LILO supports bmp-retain option, where the bitmap graphic is retained when control is passed to the loaded kernel image; i.e., the screen is not blanked to alphanumeric mode before starting the kernel. Is it possible for vesamenu.c32 (or syslinux in general) to support
2007 Aug 27
5
Compiz not working properly using nvidia twinview
Hi, I am running ubuntu 7.10 gutsy, and I have compiz working on one monitor ( a bit slow though ). When I add twinview to the mix compiz still comes up, and sort of works but: 1. I loose the background and it is replace by all white 2. The second monitor draws about 30% of the new white background, then it ends with a bit of a shadow, and then it continues with black 3.
2013 Jan 18
1
Problem joining Samba 4 to an older Samba 4 alpha 17
Hi there, Im trying to join a samba 4.0.1 server to an older samba 4 alpha 17 server. Whatever i do the join is interrupted but i dont know what goes wrong. Dns is double checked and correct as is most other stuff. How can i get a better view of what is happening than this? Can it be the source domain that contains erroneous objects? My goal is to move the old server to a new one, maybe there
2011 Dec 14
1
Limit access to a volume
Hi, I created a volume and have to restrict access now. Just one client should be allowed to acces the volume. So I tried: # gluster volume set sesam auth.allow 192.168.20.1 But I can still mount the volume from other clients than 192.168.20.1. But when I try to access the directory from an unallowd machine, my shell hangs. If I try to unmount, it says that the device is busy. The only way
2011 Sep 09
2
can't copy paste
Hello, I have a problem. I can't copy paste in wine. I'm trying to copy things from my Z disk to my C disk and it isnt possible. Right clicking gives me the option to cut and copy, but never to paste. The keyboard shortcuts don't work either. The thing that i can do is copy paste from wine onto my mac but not the other way round. Can someone help me please. Thankx
2010 Aug 15
2
Starcraft 2 moving camera prob
He guys, Starcraft is running fine but I can't move the camera properly because the mouse goes past the screen on the bottom and right side and if I move th mouse too far it doesn't move the camera. The top and left side are a pain too because if I move it to the very edge it starcraft doesn't see the mouse and the cursor. :| Is there a way to fix this? I'll try to create a video.
2006 May 29
0
Guest using a VPN connection
Hi, I am considering the following setup: dom0 for normal, direct connection to the internet, use, and dom1 to be used when some one needs to connect to work through a VPN. Both domains will be running GNU/Linux with xen-modified kernels. I can''t use VNC to access dom1''s X server as it relies on an open network connection from dom1 to dom0: as soon as dom1 connects via the VPN,
2014 Mar 21
0
crtc not turned off after X shutdown?
I've been seeing an issue, for a while now, but kept forgetting to mention it. When I have 2 cards plugged in (and runpm=0), and I run X on the second card, everything works fine. However, when I shut X down, the last image remains, and the attached screen never suspends. I've seen this esp happen on pre-nv50 cards, although it might happen on nv50+ as well (it's just not a setup
2013 Feb 18
2
continuous shading in plots
Hi, Can someone help me with the following? I currently have the following plot: plot(c(0,14,0,14),c(0,5,0,5),ann = FALSE, xaxs="i", yaxs="i",bty="L" ) polygon(c(0,18,18), c(0,6,0), col='light grey', border = NA) polygon(c(0,18,18), c(0,2,0), col='grey', border = NA) However, I would like to make such a plot, but where there is a continuous shading
2006 Sep 01
3
[LLVMdev] Testing a register allocator
Hi! I developed a register allocator within LLVM and now I need to test its efficiency. Can I do this using llvm-test package? Do llvm tests check all available regalloc options automatically? If not, then what modifications should I do to the test files? It would be great if I could test my algo along with linearscan and compare the results. Thanks. Tony. -- "Nae king! Nae quin! Nae
2011 Jul 25
11
Btrfs slowdown
Hi, we are running a ceph cluster with btrfs as it''s base filesystem (kernel 3.0). At the beginning everything worked very well, but after a few days (2-3) things are getting very slow. When I look at the object store servers I see heavy disk-i/o on the btrfs filesystems (disk utilization is between 60% and 100%). I also did some tracing on the Cepp-Object-Store-Daemon, but I''m
2020 Jan 02
2
merge_guards_bot reports clang-tidy/clang-format findings unrelated to modified code
First, I love this bot:) It makes LLVM's "pushing to master" practise less awful:) Now the main topic... > clang-tidy: fail. Please fix clang-tidy findings. For example, on https://reviews.llvm.org/D72103#1801916 , merge_guards_bot reports clang-tidy findings of existing code, not just the modified code. I think https://github.com/google/llvm-premerge-checks should use
2006 Mar 06
5
Dos client samba
I am trying to put some DOS clients to access a samba server. I try to use the Microsoft Network Client 3.0 and the Microsoft Lan Manager. With them I can log into the samba server, and use the conection as normal. But when i use it with a high data transfer, somebody, the client or the samba server disconnect. Somebody have any experience with dos clients? Thank you in advance Maurizio Faccio
2003 Mar 01
9
shorewall and IDS in the same box
Hi boys & girls : Probably my Subject is crazy, but due I haven''t tryed this, I prefer to ask. Is it possible to run snort in a fw box (using shorewall, of course). Your feedback will be very well appreciate. Thanks Benito.-