Ubuntu :: System Only Shows On External Monitor - Not Laptop Screen / Fix This?

Jul 2, 2010

I'm a new user and recently installed ubuntu on an old samsung laptop, during the installation process i couldnt see anything on the screen and came to the conclusion that ubuntu's default resolution was different to that of the laptop screen so i plugged it into my TV and sure enough it worked however i still only have a picture on the tv, ive tried all the resolutions available in the 'monitors' box but nothing, does anyone know how to fix this?

View 1 Replies


ADVERTISEMENT

Fedora :: External Monitor Won't Work - Both Monitor And Laptop Screen Black

Aug 7, 2011

I am having problems getting my external monitor to work. When I plug in the monitor, both the laptop screen and the external monitor go black. When I unplug the monitor, the laptop screen works again.
When I startup with the external monitor plugged in, neither screen works or teh computer hangs or something.

I have had the external monitor going on a couple of occasions. I did manage to configure my monitors through System Settings > Display. I turned off the laptop monitor as I just want to use the external. But after rebooting, things didn't work.

I have a Thinkpad E420, Fedora 15

View 14 Replies View Related

Ubuntu :: No Picture On Laptop Screen, Only On External Monitor?

Jul 3, 2010

The laptop is a samsung X30 and i spent days trying to install ubuntu 10.04 unsuccesfully as there was no clear picture on the screen, just a black and purple splodge. I then saw a post on these forums discussing the default resolution of ubuntu and how it is incompatible with some machines so via VGA cable i connected it to my TV and sure enough i could see what was going on and finished the installation process. I assumed that once ubuntu was fully installed i would be able to change the resolution using the monitor preferences but none of them worked. I am now faced with the problem that unless plugged into the TV i have no picture on my laptop, does anyone know why my laptop screen wont work with ubuntu and how

View 2 Replies View Related

Debian Hardware :: Laptop Screen Goes Blank With External Monitor

Mar 28, 2016

I am running Debian 8.3, and I'm running Gnome 3.14.1.I have an external monitor plugged in with HDMI, and while Linux is loading both screens are on duplicate. Once the GUI kicks in, only the external screen works, so I have to enter my password blindly. Then, I open a terminal and run

Code: Select allsudo echo 950 > /sys/class/backlight/intel_backlight/brightness

and the laptop screen turns back on.

I'm wondering: Is there a way to streamline this so that it happens on boot, but after GNOME loads?Or: Is there a better method to solve this?

View 1 Replies View Related

General :: Installing Into A Laptop With Non Working Screen Using A External Monitor?

May 10, 2011

I have an HP Pavilion dv9000 which I would like to use completely with any Linux OS. I have tried to install Linux Ubuntu 10.04.1 but it appears that it doesn't recognize the external monitor and ends the installation. I have a clean hard drive that I could install but I do not know which of the two drives I should replace. I can only get into windows in safe mode and I would think this may have something to do with the problem, don't no.

View 2 Replies View Related

Ubuntu Multimedia :: Black Screen On Laptop's External Monitor When Specifying Vesa Driver In Xorg

Jan 16, 2010

I have an Asus z9100 laptop with an Intel 855GM integrated graphics chip, which is running Karmic (the purpose of the laptop is to be a MythTV frontend so my understanding is that it needs to run 9.x in order to connect to the MythTV 0.22 backend - I have installed and configured this using the installable Mythbuntu package) and the laptop is subject to this bug which causes random freezes:

[URL]

So, following advice for similar freezes I've seen, I have added the following options to my grub menu.lst on the kernel line:

nolapic nomodeset

and I have edited xorg.conf so that it makes use of the vesa driver instead of the Intel driver. This results in no freezes and if I wanted to watch Myth on the laptop screen I'd be squared away. However, the laptop has a damaged screen so the point was always to output the signal to an external monitor via its VGA out.

When I attach the external monitor and boot with the setup as described, the external monitor is never detected. But I noticed that if I remove the "nolapic nomodeset" from the kernel boot line, it is detected. However, signal is only output to it during the earliest part of boot (when the Ubuntu logo is in the center of the screen before the full-screen graphic with the animated progress line), after which the external monitor goes black and all the display output goes to the laptop screen. The external monitor power button is still lit up green as if it has been detected and is receiving signal, but it's just a black screen.

get the signal out to the external monitor after the initial part of the boot process, using the vesa driver? Here is the current state of my xorg.conf:

Code:
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection

[Code].....

View 2 Replies View Related

Slackware :: Automating Xorg RandR Turning Laptop Screen Off If External Monitor Is Connected?

Jan 2, 2010

I have a netbook (Acer Aspire One) I'm running Slackware 13. and usually, I prefer to connect an external monitor. When I switch my machine on with the monitor connected, the display is duplicated on both screens and since I just want the netbook's screen to be off and only see the display on the external monitor, I can doxrandr --output LVDS --off

Great! However, it's a hassle to do this every time I log in and I'd like to automate the process if possible. I did some googling and I found that if you want to automate xrandr commands, you can put a script in /etc/X11/Xsession.d/ (see this). I wrote the following script to automate my xrandr commands and since the Xsession.d directory didn't exist, I tried creating it. The script was called 45custom-xrandr_settings, as the one on the RandR wiki is called the same.

Code:
#!/bin/bash
# Check whether the external monitor is connected

[code]...

View 5 Replies View Related

Fedora Hardware :: External Monitor Not Detected - Dell Laptop - Monitor

Aug 17, 2011

My software and hardware information are as follows. I have Fedora 12 and KDE 4.4.5 installed on a Dell Vostro 1500 laptop. I believe it's a 64 bit processor; it's an Intel Core 2 Duo CPU. The external monitor is a Dell as well.

My problem is that my system does not seem to be detecting an external monitor that I have connected. Everything else is working just fine; however, I would like to have the option of attaching an external monitor. When I plug the external monitor into the laptop, the external monitor remains black and appears to be in power save mode. The results of xrandr -q (with or without the external monitor attached: it doesn't appear to change) are as follows.

Code:

How can I get my laptop to recognize that the external monitor is even connected? Let me know if I can be more specific or provide additional details.

View 5 Replies View Related

Debian Hardware :: External Monitor As The Main Monitor For A Laptop

Sep 22, 2010

I recently installed Debian, using the amd64 Network Install .iso. I'm using XFCE4 as my desktop environment, and everything is working well... on my laptop's screen.

My desired setup is to have my laptop sitting on a well-ventilated shelf, closed, and to have an external monitor be my main monitor. I want this because I'm using my laptop as my "home" computer, so it never moves, and I don't like the keyboard/trackpad. My laptop has a VGA output, and I can get my desired setup on my Windows partition (not stating a preference ; just that the hardware CAN do what I want it to).

I've been working my way around the Internet for a few days, now, and I've got the commercial NVIDIA driver installed. If I run sudo nvidia-config --twinview I can get my external monitor to be part of the display, which is great, but it's part of a dual-screen monitor setup, which is not what I want at all, because (a) XFCE's multiple virtual desktops are good enough for me and (b) my graphics card is integrated, and I'm trying to squeeze every drop of performance out of my laptop that I can (1 gig of RAM; the less that my graphics card eats into it, the better). Plus, it'd be annoying to accidentally drop something on my laptop's screen, and then have to dig it out of the shelf in order to undo it. I'm not saying that I'm consistently clumsy, but I'd eventually end up doing it.

View 2 Replies View Related

Fedora :: 11 With Monitor - System - Preferences - Display Shows Unknown Monitor

Oct 16, 2009

I am facing problem with the fresh installation of Fedora 11. (I have moved from Fedora 9). When I try to view videos on ..... or use the Cheese Webcam Booth, I get blurred lines on the screen and I am unable to see any video or pic.

Also I noticed that the when i go to System > Preferences>Display, it shows me UNKOWN MONIOR.

However, if I got to System>Administration>Display and enter the su password, it shows me correct monitor and the graphics driver.

I am not sure if my original is related to the Unknown Monitor.

I also tried to install Nvidia driver but it crashed the xserver and I had remove the driver.

My Monitor is LG 700E and Graphics card is from intel. as I am not able watch any video.

View 5 Replies View Related

OpenSUSE :: Dual Monitor - Nvidia Driver With X Screen - Shows A Black Screen

Feb 5, 2011

I have openSUSE 11.3 with an nvidia card connected with two monitors. In the past I used xinerama which was ok, but now I need to have two separate desktops, one on each screen. I set the nvidia driver with x screen, and now one screen works perfect and the other only shows a black screen. When I move the mouse over the black screen, the mouse pointer turns into an X, but moves correctly, which seems to me that the problem is that I need to set the second desktop to that screen. I looked on forums on how to do so, and no luck.

View 1 Replies View Related

Ubuntu :: Nothing Shows On Laptop Screen?

Jul 3, 2010

i installed ubuntu on my samsung x30 yesterday while connected to my external monitor. when i power on my laptop the samsung start up screen appears both on my laptop and monitor however as soon as ubuntu starts the laptop screen breaks into two solid colours, ubuntu only works on the screen.

View 2 Replies View Related

Ubuntu Installation :: 9.04 Install On Laptop With External Monitor

Feb 15, 2011

I have been using Ubuntu for a while now on my netbook, however I have an older HP dv5 laptop that hasn't been used in a couple of years that I would like to format and install a linux distro on. Problem is that it has a very broken LCD screen and I had been previously using an external monitor with it. I had tried to install Ubuntu 9.04 on it at one point but could not progress very far into the installation due to the external monitor. I had also tried using the non-graphical installer but had little success with it as well.

I had thought of removing the HDD from the laptop and putting it into another of my laptops and installing it that way, but the specs are different between the two laptops and I figured that it would not work properly once the HDD was switched back to the older laptop. Is there any way to use an external monitor to install a newer version of Ubuntu? or perhaps is there another distro that is easily installed using an external monitor? My plan is to eventually remove the broken screen all together and only have the external monitor connected, the broken screen is a bit unsightly.

View 2 Replies View Related

Ubuntu :: Switch Between Laptop Display And External Monitor?

Mar 1, 2011

I am looking for a way to switch quickly and easily between my Laptop Display and my External Monitor, in Windows I had it configured so that when I plugged my Monitor in it would switch to that and when I removed it it would switch back to Laptop Display. From what I have tried it looks like this isn't possible with Linux, but I would like to get to the stage when I can click an icon to switch (or 1 to go to External and 1 to go to Laptop) My Laptop has an ATI Mobility Radeon HD 4500 Series Graphics Card and I have so far noticed the following issues.

1. If I use the Gnome Monitors instead of ATI Catalist Control Centre it seams to cause some strange issues include confusing Linux on what the max screen res supported by my External Monitor is.

2. When I try and enable/Disable either Display or change Resolution, I am told that I have to reboot before the changes take affect.

View 2 Replies View Related

Slackware :: How To Configure External Monitor In Laptop

Sep 6, 2010

I have slackware 13.1 installed on my laptop and use kde.I just bought a new external monitor 1680 X 1050. The laptop's monitor is 1280 X 800. From KDE i configured laptop's screen to be inactive and the external monitor at resolution 1680 X 1050. When i boot and enter KDE both monitors are activated, ican't understand their resolution. Then, just when i enter system configuration-monitor-monitor configuration the laptop's monitor automaticly turns off. Then i configure the external to 1680 X 1050 resolution. This happens every time i have to enter slackware. How to setup my xorg.conf file. You can see it below:

[Code]...

View 14 Replies View Related

Ubuntu :: Unable To Connect An External Monitor To Laptop Running 10.04?

May 13, 2010

I've been unable to connect an external monitor to my laptop running 10.04, even though the resolution and framerate are right. The monitor says something like "unsupported video settings".

In other news, I put the live cd into another computer which relies on a monitor and after the very first screen with the two logos at the bottom, the monitor decides to go to sleep. I try with another monitor and it just seems to have to feed. This is the more important problem, but I wonder if there isn't some built-in problem with 10.04.

View 2 Replies View Related

Ubuntu :: Switch Display To External Monitor With Laptop Lid Closed?

Dec 23, 2010

I don't know if it sounds weird but I've been trying for weeks with no result. I want to plug my external monitor through my laptop's vga plug, close the lid and work on my monitor instead of the laptop's monitor. I looked through the gnome power management settings and when the laptop lid is closed it can only suspend, blank screen, hibernate or shutdown. I can plug my monitor and I have clone displays and it works fine but I can' find a way to shutdown the laptop screen without shutting down the vga outlet. Its a brand new Acer aspire 5734Z with a 15,6 inches screen (wich is why I want to plug in my 19 inches monitor and work on bigger screen)

View 3 Replies View Related

Ubuntu :: CPU 100% Though System Monitor Shows No Processes Running?

Jul 17, 2010

Ran the most recent updates several days ago and now System Monitor show my CPU at %100 constantly although it shows no processes running.

View 9 Replies View Related

Ubuntu :: Process Without Name Or Description Shows On System Monitor

Oct 4, 2010

there's this process on my system monitor that opens and closes by itself it does not have a description or a name and makes my hard drive spin like hell

View 1 Replies View Related

Ubuntu Security :: System Monitor Shows Cryptkeeper Running?

Feb 14, 2010

My wife was using cryptkeeper fine, then she right-clicked the keys on the panel and did something, I'm not sure what. Anyway, the keys you click on to open the encrypted folder are gone and I can't figure out how to get them back. System monitor shows cryptkeeper running. I can kill it and re-start it, but the keys don't show on the panel. I'm running ubuntu 9.10.

View 1 Replies View Related

General :: Backtrack Playing Video On External Monitor For Laptop

Jun 11, 2010

I've got a laptop running Backtrack4 and an external tv/monitor. Is there a program/command/configuration file that I can use to allow my laptop and monitor to connect with one another via HDMI?

View 1 Replies View Related

Software :: Span Desktop So That Some Portion Is On Laptop And Some On External Monitor

Jul 7, 2010

I am having a Dell ST2410 LCD and a laptop IBM.I want to span my desktop so that some portion is on laptop and some on external monitor. I tried xdmx but it did not worked.

View 6 Replies View Related

OpenSUSE Hardware :: Settings For Laptop Monitor With External VGA Display - 11.3-Gnome?

Mar 8, 2011

I'd like to solve a little problem that I have connecting my notebook with an external VGA monitor.Everything seems to work fine, but when I close the laptop monitor, also the external monitor shuts down.I've tried to find different energy-saving setting for laptop display and external monitor. with no luck...My video card is an ATI Radeon Xpress 200M. On the ATI website there is no catalist control center for linux. (It would be very useful). So, for now, I can only use the display options on the panel.

View 4 Replies View Related

OpenSUSE Install :: 11.3 - External Monitor On Dell Laptop - Picture Blurry

Nov 23, 2010

I have Dell Vostro 3300 with Intel HD integrated graphic card and Samsung SyncMaster 2343BW external monitor.

This is the output of xrandr:

It runs on 2048x1152 full resolution, however, the picture on the monitor is blurry, it vibrates and looks like old TV with interlacing.

I tried to disable output to LVDS screen on laptop using xrandr but it doesn't help/

Previously I had HP laptop with integrated Intel and OpenSuse 11.0 and the external screen worked normally.

View 7 Replies View Related

Ubuntu :: Laptop Starts, Shows BIOS Screen, Then Restarts In A Never Ending Loop?

Jun 8, 2010

I come bearing a question that I hope I can get some info on. Here's the situation: I installed Ubuntu 10.04 Netbook Remix on my Acer Aspire One (didn't want it, but got it for free). I installed and am dual booting it with windows 7 basic. Both worked fine until this morning when the laptop ran out of battery and shut down.Now, on start up, the BIOS screen flashes, and its not the same BIOS screen, but I can't tell what it says, its moving too fast, the laptop then restarts. This problem may be bigger than the linux part of it

View 9 Replies View Related

Fedora :: Software Update Servers Down - System Monitor Shows Practically No Network Activity

Aug 21, 2011

I tried to do a scheduled software update several times today (8/20/11) and nothing seems to download, though I do get the "Downloading" PackageKit dialog message (the System Monitor shows practically no network activity). In between tries I downloaded some 600 MB .iso files (about 10 minutes each) so I know my internet is working properly. That leaves either PackageKit got hosed in my last update, or servers are down.

View 2 Replies View Related

OpenSUSE Hardware :: Graphic Card Crashes Whole Laptop / Screen Shows Some Glitch And Freezes?

Dec 6, 2010

Well, i guess it is the graphic card:

I tried to watch a flash video on full screen; then the screen went black with some glitches and then my laptop suddenly shut down. I couldn't start opensuse back again, the screen goes black and freezes. I tried restarting in windows, and it freezes too. However, opensuse in failsafe mode works.

After that, i tried reinstalling opensuse. This time, i can start normally, but after a while, the screen shows some glitch (the updater applet looked wrong) and freezes. Windows isn't loading either, but opensuse failsafe mode is still working ok.

I guess it is a hardware problem (since windows also crashes). However, i would like some help to run "diagnostics" to my system.

My graphic card is a nvidia 8400 gs, and i am running opensuse 11.3

I was using the nvidia driver i found in opensuse-community (installed quite a long time ago); however, after i reinstalled, i was using the default driver. It is possible that my kernel was updated a couple of days ago (but i am not really sure of that)

View 9 Replies View Related

Ubuntu Multimedia :: How To Use External Monitor As Primary Screen

Feb 21, 2010

I am running Ubuntu 8.04 on a laptop. I have a 19" Acer monitor and in the past have successfully configured my xorg.conf to handle dual monitor setup with 1024x768 on the laptop and 1600x900 on the Acer monitor. What I have done now is run the laptop through a KVM switch. Due to this, I would like to set the Acer monitor as the primary monitor and just shut the laptop. How can I project my laptop screen to my Acer monitor so that I can use the 1600x900 resolution available rather than just cloning my laptop and using 1024x768?

View 1 Replies View Related

Ubuntu Multimedia :: External Monitor On Before Splash Screen

Sep 14, 2010

The monitor on my laptop has become a bit sketchy and money is tight at the moment. I am currently connected to an Acer flat screen monitor. I have the ubuntu settings for using only the external monitor. This works fine once I"m in Ubuntu. Is there any way to force the display to the external monitor prior to ubuntu starting? This may or may not be a linux-related question. It was be very helpful if I could see my Grub menu on the external screen. I could not find any setting in my bios. The keyboard shortcut sometimes works but not on the grub menu.

Ubuntu Lucid
Dell Precision M20 laptop
ATI video card
Dual boot with XP Pro.

View 1 Replies View Related

Ubuntu :: How Can Laptop Screen Be Unknown Monitor

Aug 19, 2010

Mine is, ever since I installed the (wrong) opensource video driver for my Ubuntu 9.04 & Lenovo ThinkPad T41 (the one model, imho, they should never have let out the door!), uninstalled it by far-less-than-recommended means (ie, I used Synaptic and sudo apt-get remove and apt-get purge). End up is now my screen has a max resolution of 800 x 600, and Display panel insists that this laptop's screen is an "Unknown" Monitor.

Any tweaks to /etc/X11/xorg.conf (adding vertical refresh and horizontal sync rates for example) has resulted in its own weird behavior. On having my password accepted at login, there's a half-second of white that "rolls" over the screen horizontally. The next thing I see is a diagonal broken streak of white about 2 1/2" down from the top of the screen and 3 inches in from the right-hand side. The next thing I see is a buzzed,jagged rendition of my normal desktop. Nothing at all is clear, and the jags seem to redouble themselves the further one scans down on the screen. The only thing one can do in this situation, and I've done so enough times to know, is a hard reboot (power button for ten seconds or however long it takes).

And as I don't rate sh*t for a shilling on the Ubuntu forums, and as Google has been worse than useless every time I search for problems as detailled as these (it's like K-Mart: it has what you want until you go to look for it!), and as my one self-styled "Lunix-Geek" friend (now in the UK) has only briefly battled the xserver-xorg beasts, I'm coming here to see if anyone knows something else I could do besides bite the bullet, say goodby to my accumulated goodies, and reinstall Ubuntu.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved