Ubuntu :: Display Errors - Screen Is Divided With Little Lines And Overlaps Slightly
Jul 4, 2010
I made an ubuntu live usb with a 2gb persistent casper rw using pendrive linux's portable installer. this works fine on most computers, but on my laptop, it boots just fine, but the screen is divided with little lines and overlaps slightly on the righr into the left(pic included). the laptop in question is an hp pavillion dv2000 special edition.
View 2 Replies
ADVERTISEMENT
Dec 8, 2010
I have an NVIDIA video card attached to my LG plasma TV by vga cable. My display is offset slightly with some of the left-most and top-most area of the screen out of range with an equal amount of black/unused screen to the bottom and right. Is there a way for me to recalibrate my display to correct for this?
View 2 Replies
View Related
Jul 15, 2011
My ubuntu session will freeze and stop working. For example, the mouse and the keyboard will stop responding and the screen sometimes get divided into 4 smaller quadrants of the current screen.The only thing I can do after it freezes is reboot the machine.Would anyone know what is causing this?Also, I keep having to move my optical mouse from the usb slot into a ps/2 slot.And the same thing with my keyboard. I have 2 keyboards, so I can plug in the old ps/2 keyboard instead of the new usb keyboard. (the devices keep flipping)My machine is an AMD 3400 with an Epox mobo. Nothing like this has ever happened before, and I have been using ubuntu for more than 4 years without any problems.
View 9 Replies
View Related
Sep 5, 2010
I don't seem to have an "xorg.conf" file.
Gateway SB400a computer with Edubuntu Lucid installed. The problem first cropped up when I installed the Edubuntu packages on Ubuntu. I did a fresh install with Edubuntu and the problem persists. I don't want to go back to Ubuntu since this computer is for my Grandkids and I want to the Edubuntu stuff for them.
I don't have the specs handy, but I can get them. what I have to do to get them. (it happens when you get old)
EDIT: From my xorg.0.log: (--) PCI:*(0:0:2:0) 8086:2562:107b:4000 Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device rev 3, Mem @ 0xf0000000/134217728, 0xffa80000/524288
View 9 Replies
View Related
Mar 6, 2010
I got out my old Fuji Finepix s3100 and set it to web cam mode to see if anything had changed in the world of usb video drivers. Lo and behold it worked! I can watch myself on cheese web cam booth. kewl, but I wanted more. So, just recently hearing about chatroulette on the Daily Show, I click and wahla no go . After flash comes up and asks for and receives user permission to access my hardware, I click to find a random stranger, and my camera displays yellow and blue lines across its onscreen display box. I notice that movement is noticed by the camera. If I move I notice a change in background/lines. As far as I can tell, my camera is not a fault. I mean it works for local viewing. Is this a flash or possibly a chatroulette problem?
[Code]...
View 4 Replies
View Related
Dec 6, 2009
yum install httpd php mysql-server php-mysql
[url]
Not working
View 6 Replies
View Related
Oct 15, 2010
I just installed 10.10 on my dell e1505 laptop. it has an ati radeon x1400 video card. this is my first time using linux on this pc. anyways my problem is that the laptop screen looks a little soft or slightly out of focus. its also very slightly stretched...but just barely. almost to the point you dont notice unless you are looking for it. now i also have an external monitor and it looks perfect. ive tried changing the monitor resolution but it doesnt help and sometimes it makes both screens flicker like its having a seizure! i forgot to mention that sometimes when opening an app or installing an app. the external monitor goes black for a few seconds. the laptop monitor doesnt though.
View 2 Replies
View Related
Apr 22, 2011
I have been experiencing a problem where the screen loads and after initial first few lines breaks up into multiple repetitions of lines. Reloading helps but has to be repeated when pageing down. Mail is no problem; it is supplied by my network provider. OS is openSUSE 11.2 which I update when advised. Below is a sample from the error console:
[Code]...
View 1 Replies
View Related
Sep 24, 2010
I have Ubuntu (running Jolicloud) on my HP dv2000 laptop, connected to my Sony AV Receiver through HDMI to use the TV as an external monitor. However, the resolution seems to be slightly off as the outer edges of the screen are cut off. Is there a way to fix this by editing the xorg.conf file? My current setup is below. I tried adding the line "Virtual 1244 700" to the subsection "display", but when I restarted it threw me into low graphics mode. Is there anything else I can try?
I also tried setting up the resolution at 1920x1080 on the TV and kept the default resolution on the monitor as 1280x800, and as you would expect displays the entire desktop in a smaller version on part of the tv. However, the desktop is still offset, leaving the top and left margins cut off. So, perhaps I need a way to offset the screen? Is this possible in xorg.conf?
View 8 Replies
View Related
Jan 14, 2011
Im running Ubuntu 10.10 on an Nvidia ION gpu. I've installed the latest driver using the built in driver tool and by downloading from nvidia. Both times this has been the result at every resolution:[URL]
View 3 Replies
View Related
Apr 5, 2011
I didn't really notice this problem until I started using my Linux Mint Laptop (Acer Aspire 5672 WLMi) to develop some software but when I look at my screen really closely there appears to be wavy horizontal lines constantly running up and down the screen.
This is a default Linux Mint machine so I'm thinking that perhaps I need to install a proper ATI video driver?
Here is some detail of the graphics adapter:
Code:
I'm looking through the Xorg logs (/var/log/xorg.0.log) and it looks like the OS is loading ATI drivers but I'm not quite sure if I'm seeing this correctly?
Code:
I'm not really sure what to do at this point. These wavy lines are getting irritating but I don't want to spin off in another direction and break my display all together if I dork something up.
From a distance the screen looks great but upon close inspection there are subtle horizontal lines constantly moving from the bottom to the top of the screen.
View 7 Replies
View Related
Sep 9, 2010
I have a file, and I have to display all the lines from the beginning of the file till a matching string is found.
I know grep with "-a", "-b" as option does exist, but it needs the number of lines to be printed in advance. eg grep -b 10 "search_string" file so it will print 10 lines before a match is found.
View 3 Replies
View Related
Apr 23, 2010
Consider a situation in which you want to display only specific lines of contents from a file or of a command's output. Yes, we have head and tail commands. But, how to view all the lines of a file except the last one or vise versa when we don't know the count of lines in advance?
Consider this output:
Code:
[root@localhost ~]# ps au | grep bash
root 6316 0.0 0.0 4672 1440 tty1 Ss+ Apr22 0:02 -bash
root 20847 0.2 0.0 4672 1432 pts/0 Ss Apr23 0:12 -bash
root 21167 0.0 0.0 3920 660 pts/0 S+ 01:00 0:00 grep bash
Here, I don't want the last line (in italic) to be included in the result since the last line is due to "grep bash" in the devised command "ps au | grep bash". Well, we can rewrite the devised command:
Quote:
"ps au | grep bash | head -n 2"
But, again, here we are specifying the count of lines to be included. But, in the presented problem we don't know any count in advance!
View 6 Replies
View Related
Aug 7, 2010
how can I display all databases and their size using command lines (linux) in a mysql server?
View 3 Replies
View Related
May 6, 2011
etc/php5/cli/php.ini and in the apache2 folder
View 1 Replies
View Related
Oct 11, 2010
I've installed developer's LAMP server and made changes on php.ini
But it doesn't display any errors or even a little warning, what's the problem, what's wrong?
View 9 Replies
View Related
Jan 17, 2011
I have a HP Compaq nx9010 laptop with 1 gig of memory and 128mb being dedicated to video memory. The graphics chip is ATI Radeon IGP 345M.
I can only set my resolution to 1024 X768. If I try to change it to any other size or try to play any games, the video has millions of jerky horizontal lines going through it. If I hookup an external monitor the video works just fine. Being new to linux and even newer to installing on it laptops, can anyone tell me what if any thing can be done to correct this. I am running Ubuntu 10.4 LTS.
View 1 Replies
View Related
Feb 15, 2011
I have a personal apache server with php5 module in it that I have set to host user directories Host/~username. When I introduce any errors to the php file, such as echo "Syntax error; , I get a blank white screen. The error exists in the apache log file in /var/log.
I have found the php.ini file in and found every occurance of "error" in it and set it to "On" or E_ALL depending on what the argument wants. I still get a white screen.
View 4 Replies
View Related
Mar 18, 2011
I'm disappointed because I installed jdeveloper 11114 , I mean the .bin file, whoch I ran successfully, but when I launch jdeveloper there is a redraw bug, the toolbar is not displayed successfully, and the components of the menu and of the toolbar appear and disappear when I hover it with the mouse.
any idea which would allow me to use this tool?
View 18 Replies
View Related
Sep 5, 2010
Everything was going great, updated my nvidia drivers, did initial updates etc... And everything was awesome from the boot screen to the shutdown screen.Recently (today) I installed a few updates that update manager thought were essential. However after doing so, when I restarted my computer and got to what should have been the boot screen, it simply sat for a few seconds with a few horizontal RGB lines and then booted to the login window... I have done nothing else to the pc besides those updates.Also when I shutdown I get the same few RGB lines, they are in the top area of my monitor @ a 135 degree angle.
View 1 Replies
View Related
May 7, 2011
I have random lines near the top of the desktop, as seen in the image on the top right. The spotify app,under wine also shows the same lines that are quite annoying as they make it difficult to navigate.
View 6 Replies
View Related
Jan 8, 2010
with slackware 13.0 for one user xfce4 hangs and doesn't start..xsession.errors claim it can't open display. It works fine for other users. Also if I access the machine in question as the same user but remotely using remote X (X-terminal on my LAN) it works fine.Sometimes if I wait and count to 30 it comes up but a lot of the features don't work.During the last week have posted this question on the compuserve linux forum and also in the xfce site forum with no solutions.seems there must be something in that user's directory which is hanging it up. I keep the same /home/users directory on a separate partition so when I upgrade for new versions of slackware the /home/users remain the same - I symlink home to that partition so upgrades are somewhat seemless.
View 3 Replies
View Related
Apr 5, 2010
Linux Ubuntu 9.10 (karmic), Nvidia g-force 5200, Intel(R) Pentium(R) 4 CPU 2.80GHz(old PC but i need learn Linux inside out b4 I go 100% Linux)But I have taken the time to the learn the basic cmds like man mv cp apt-get install etc. I cisco engineer but I want to get good with Linux distro's.I have a NVIDIA G-FORCE 5200 which according to NVIDIA'S website the 173.14.x.x driver is the correct one.I have tried diver 173.14xx. I installed it manually and restarted x server.
I have read the installation guides on this forum but to no avail.When I reboot Compiz cube features are working BUT my screen goes 640x350.I tried to edit the /etc/X11/ xorg. conf file but I cant see any screen resolutions lines. I tried changing NV to nvidia and visa versa. Still the screen is buggered.I installed compiz checker and ran it it said all ok. My text goes large the colours are jittery ? When I go to NVIDIA XSERVER SETTINGS i can not change the screen res ? It just stops from selecting the options? I also tried driver 185.18xx and the same results.I also tried installing the drivers with Envy NG and still no better.I now have installed 96.43.13 NVIDIA driver and my screen has went back to normal but I can not enable the cube effects. I take this means it has reverted back to the graphics card on the motherboard? I have also looked at xrandr -s <1014x768> cmd to manually change it and again no avail.
View 3 Replies
View Related
Feb 26, 2011
I am not sure if this is really a Ubuntu question but lets try it!Received email shows a long header which includes lines of code. I can scroll through it but I can't reduce the number of lines on screen.This significantly reduces the number of lines available for the message. There must be a way to reduce or eliminate this header.
View 2 Replies
View Related
Aug 19, 2010
I have noticed that there are some tiny white scanlines over the screen in linux, is this something known? specific graphics cards? just an issue with my setup?
Its hard to explain but its even horizontal scanlines, like small white lines over the screen, like every 3 line... was wondering if its my geforce 8800 or what it is?
View 5 Replies
View Related
Sep 1, 2011
I on my computer when my monitor had lines on it and my speakers made odd sounds. The computer is 10 years old. It started this 3 months ago.
Compaq deskpro EN
Pentium !!! processor 996mhz
20 GB hard drive
Ubuntu 11.04
Relisys CRT monitor
Intel video and sound cards
It gets worse when I put my phone close to the screen (Motorola Razr V3v).
View 4 Replies
View Related
May 2, 2011
I really don't know where I should ask this question. When I'm watching a video in full screen (ex, avi or h264 file) I am seeing random horizontal bars where there is action on the video like where a head is turning.When the motion is slow I am less likely to see these lines. Faster the motion, lots of lines or shaky motion. I was using my onboard Geforce 6150 GPU but thought it was because it was underpowered. I then bought a GT220 thinking that it was the problem. It is still but less frequent. Using the built in player, VLC... I don't know where to look, what to search for...There is my setup:
AMD Athlon II x2 255
4GB DDR3
nvidia GT220 512mb
[code]....
View 2 Replies
View Related
May 29, 2011
I've been away from Kubuntu for a while but came back when Kubuntu 11.04 was released because it's awesome. I have a newer laptop since then, a Latitude E6410 with Intel graphics and 8GB of RAM. Everything works great, except......Sometimes when I resume from suspend to RAM, the screen flickers with thin white lines across the screen. I can switch to a tty and reboot it from there, but I'm unable to use KDE until I reboot. A lot of times resuming from suspend works without issue, but sometimes this problem occurs. I haven't figured out exactly what triggers it. In fact, the most recent time it happened, I didn't even have an application open.
I would like to figure this out because I use suspend a lot. I rarely turn off my laptop unless an update requires me to. I prefer to be able to close my lid and resume whatever I was working on later, but with this glitch I cannot trust it to do that.
View 5 Replies
View Related
Apr 5, 2010
I am a newbie user in Linux. I have installed a package were it has EMC2 software but when I run it shows parallel lines on the screen while running? What is the cause for it ? Should I reinstall ubuntu again? I had taken a screen shot and it will tell you what I really mean? This is the screenshot, [URL].
View 1 Replies
View Related
Jun 29, 2010
I have a very strange problem since I turned to kubuntu 10.4. Often, after some heavy working, my laptop works very slowly and suddenly when loading something, it locks and white lines turns all over the screen, just like curtains. Linux jumps out of KDE and logs in automatically. That's very anoying since all my work is lost and it turns back to the previously saved session.
Also, often when I boot, the load screen is also mmissed up with those white lines. The only thing I can do then is to reboot.
I tried to re-install kubuntu (in first instance, i upgraded in kpackage, then i re-installed with formatting the root en swap partitions).
I don't know how to solve it. Only thing that seems reasonable now is to downgrade, since i didn't have this problem on 9.10 (fyi: I have a dell inspiron 1501 with ATI Xpress 1150 256MB HyperMemory video card, formerly i had problems to have good graphic drivers for it on previeous versions of kubuntu (some 3d games didn't work), maybe this has someting to do with it?)
View 3 Replies
View Related