Ubuntu :: Dell E173FP Monitor Cannot Display Video

Feb 24, 2010

I have recently installed ubuntu using wubi on a dimension 9100 PC.When i boot up ubuntu I get a message that it cannot display current video mode when the GUI tries to launch. The monitor is a Dell E173FPb.From digging about on google it seems I need to edit the xorg.conf file? However, it doesn't exist in the /etc/X11 directory. Does wubi not create this file?

I then created a template of this xorg.conf with the "sudo X -configure" command. I then copied the created file to /etc/X11/xorg.conf and editied the Monitor settings. however, I still get the same error even when I put in the HorizSync and VerRefresh settings shown on the Dell webpage (31-80 and 56-76 respectively).

View 1 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Extending Display To External Monitor On Dell Inspiron 6400?

Mar 22, 2010

My brother has just installed 9.10 on his Inspiron 6400 and would like to have a dual screen setup using both the laptop display and a flatscreen attached to the VGA socket. Using the standard display options, the two displays are recognised and when the 'mirror screens' option is disabled then settings applied it works to the extent of allowing the cursor to move between the two monitors; however the monitors display nothing except a black screen and the cursor.

I've updated everything to the current version, had a look for restricted drivers (none are suggested by the GUI tool thing) and checked both displays work (both independently and as mirrored). I also had a look for an xorg.conf to poke around in but there wasn't one there.

View 1 Replies View Related

Ubuntu :: 10.04 X64 / Nvidia Quadro NVS / Dell E6500 - Cannot Display This Mode' On The Primary Monitor

May 21, 2010

I am posting this to hear if there are others with display issues on Dell E6500 laptop with the Nvidia Quadro NVS 160 driver. This problem is starting to annoy me a great deal, but I am uncertain how I should move forward. In short; I have Ubuntu 10.04 x64 installed on my Dell E6500 laptop. When using only the laptop, everything works great. The second I plug it into the docking station (the laptop lid closed) and want to use my two external monitors (Dell 2001FP) I'm in trouble. I cant see anything and what I get is a 'DVI: Cannot Display this Mode' on the primary monitor - If i try a regular VGA cable I get nothing but a black screen.

I have played around with the Nvidia config but it cant find my monitors and therefore I cant do much. I am aware of the various "hack the xorg.conf" options, but I before I do that I wanted to see if others had experienced the same thing. I had hoped that we were pasted the hack stage and that primary functions such as display would work by now.

View 9 Replies View Related

Hardware :: HP 30" Monitor Not Showing Video Display On RHEL 5.3?

Jan 29, 2010

I have RHEL 5.3 running on Cray CX1. I am trying to connect to HP LP3065 30" monitor and not getting any video display (no response at all). Monitor is working fine on Windows system. Monitor has only DVI-D ports and my Cray system also has DVI socket to connect with. I checked for drivers at HP site and I couldn't find one anywhere else. I have NVIDIA quadro FX4800 video card and NVIDIA driver installed.

View 8 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

Ubuntu :: Xorg Doesn't Detect Monitor / Won't Display Higher Than 800x600 On A 1400x900 Monitor

Apr 3, 2010

I installed Karmic on an older PC I had laying around, and the only trouble I am having is with screen resolution. It uses an old ATI chipset (onboard) for video, and it doesn't seem to do EDID correctly, so I can't display anything higher than 800x600. I have tried creating an xorg.conf, but it's still not working. How can I tell Xorg to ignore the fact it can't detect a widescreen monitor and display something larger than 800x600? I noticed the log says the sync's are out of range, but I am not sure how to fix it.

Here is my current xorg.conf.

Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

[Code]....

View 1 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

Ubuntu Multimedia :: Boxee Video - When I Open A Video It Opens In A Tiny Box In The Upper Left Hand Corner Of My Monitor?

Feb 7, 2011

Phenom 9500+ quad core, 3GB RAM, Nvidia 8800GT: 260.19.36 driver.Installed the latest Boxee for Linux. Got my remote setup. Everything works except when I open a video it opens in a tiny box in the upper left hand corner of my monitor.Is there any way to get Boxee videos to play full-screen?

View 6 Replies View Related

Ubuntu :: Dell Monitor Not Recognized

Jul 28, 2010

How do get Ubuntu to recognize a monitor? I am not able to change resolution which is very annoying. The page is too big on the monitor so I have to scroll at everything I read.

View 4 Replies View Related

Programming :: .ogv Video Does Not Display With <video> Tag In Firefox 3.5?

Jul 3, 2009

I was trying to take advantage of that new HTML5 <video> tag, and Firefox 3.5's native Ogg support, by embedding an .ogv video. Here is the references I used:

[code].....

Here was the code I put on my web page:

Code:

<video width="640" height="480" controls="controls">
<source src="http://path/to/uploaded/video/on/my/site.ogv" />
Your browser does not support the <code>video</code> element.
</video>

However, when I view it I get a video box, but it is grey and will not play a video. I keep playing with the various attributes but the result always seems to be the same. I also tried it on a Windows box with Firefox 3.5 (to make sure it didn't have something to do with my Linux config) but the results were the same.

View 4 Replies View Related

Ubuntu Installation :: Dell Monitor Screen Flicker - How To Fix It

Sep 11, 2010

I was on earlier 9.x version of ubuntu with following configuration working perfectly: IBM ThinkPad T60 with ATI Technologies Inc Radeon Mobility X1400 VGA graphics card (found it from lspci) With an external Dell 19" monitor attached to it. I upgraded yesterday to Ubuntu 10.4 LTS and now the Dell monitor screen keeps flickering all the time! I always work with an external bigger monitor attached to my laptop as working for long hours on the smaller screen of the laptop gives me headache. The frustrating point is, this setting was working perfectly until I was on Ubuntu 9.x, I upgraded to 10.04 LTS and this has stopped working.

View 4 Replies View Related

Ubuntu Multimedia :: 11.04 Webcam From Dell Monitor SP2208WFP Not Working

Jun 26, 2011

I have tried to follow the steps given in this thread: [URL]

I just can't get step 3 or 4 to work: svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk cd trunk

View 1 Replies View Related

Hardware :: Dell LCD Monitor Slow When Using Console?

Aug 5, 2010

The 14" (pretty sure of the size) LCD monitor is hooked up with "digital input" (not the VGA or whatever). I tend to use the console (i.e. ttyX) more than X windows, and it is extremely slow refreshing. A concrete example is opening a man page, or cat-ing a file go so slow it takes a second or 2 for them to fully display.

Is this a video driver issue? Here are some stats:

Code:
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev

[Code].....

View 2 Replies View Related

Ubuntu Multimedia :: Dell Mini 10 Hdmi Output - Not An Option For A Different Monitor

Aug 6, 2011

I have a Dell mini 10 netbook that I am trying to set up as a temporary HTPC. Using XP, I can send the video and audio over the HDMI connection, but when I attempt to do so from Ubuntu, there is not an option for a different monitor.

View 3 Replies View Related

OpenSUSE Hardware :: Dell Monitor Not Updating Properly

Aug 1, 2011

I have a dell monitor, E153FPf, with an intel chipset 865G. I just changed from Debian to Open Suse 11.4. In Debian, everything worked fine. However, with Suse, every time I open a new window in Gnome, the screen will flash at about a 1 Hz rate, showing the new window, and then immediately revert to the previously displayed window.

If I change to a different workspace, and then change back again, the display works properly . . . until I open or close a new application window.I made sure YaST2 had the correct refresh and resolution; I downloaded and installed the latest Intel drivers, I enabled the correct horizontal and vertical refresh rates in /etc/X11/xorg.conf.d/50-Monitor.conf - all to no avail. I have searched around for answers, but most of the issues seem to be with monitors not working at all - not new or closed applications not refreshing the screen properly.

View 3 Replies View Related

General :: DELL Monitor With In-built Camera For OS - Driver ?

Jan 24, 2010

I am planning on buying a DELL Monitor for my desktop. Now, I would like to have one which has an in-built camera. Also, my operating system is going to be Linux. Will I have any driver related issues for monitor as well as for the in-built camera.

View 1 Replies View Related

Hardware :: Dell ST2220T Multitouch Monitor With USB Interface

May 26, 2011

We have Debian Squeeze and we've bought Dell ST2220T multi-touch monitor with USB interface. Has someone successfully get touch screen working? Which module (driver)?

View 1 Replies View Related

Debian :: Module For Dell ST2220T Multitouch Monitor

May 11, 2011

I'm looking for a driver (module) for Dell ST2220T multi-touch monitor to get touch screen working.

View 5 Replies View Related

Hardware :: Touchscreen Monitor On Dell Laptop With OpenSuse 11.1?

May 9, 2010

I'm running OpenSuse 11.1 with a Dell Inspiron 6400. I just bought a Medion Multi-Touchscreen-Monitor cos they were going cheap at the local supermarket. It says the touchscreen works with Windoze 7 only, but I thought its worth a go as I have 30 days to try before taking it back.

The monitor output works fine. I had to adjust the resolution setting but that's okay. However, when I plug in the touchscreen usb lead I've no success yet. I tried all the touchscreen Vendor/Name options in Yast->Hardware->graphics card/monitor but to no avail.

My dmesg output is:

Quote:

usb 4-1: new full speed USB device using uhci_hcd and address 5
usb 4-1: configuration #1 chosen from 1 choice
drivers/hid/usbhid/hid-core.c: usb_submit_urb(ctrl) failed
usbhid: timeout initializing reports

[Code]....

View 3 Replies View Related

General :: Dell E6400 Dual Monitor Support

Apr 6, 2010

I had a Dell E6400 laptop with a nVidia controller. Is anyone know how to set it up to a dual monitor?

View 2 Replies View Related

CentOS 5 Hardware :: Monitor Really Faint In Dell XPS 15 Laptop

Jan 13, 2011

Brand new Dell XPS 15 laptop.
NVIDIA GeForce GT 420M graphics card with Optimus.
15.6HDF TLF LCD L501X screen.
Centos 5.5 64 bit, text install.

I downloaded and install the NVIDIA graphics driver NVIDIA-Linux-x86_64-260.19.29.run When I run system-config-display the display configuration appears but is very, very faint. Increasing screen brightness has no effect.

View 2 Replies View Related

Ubuntu :: No Display On Different Monitor?

Aug 10, 2010

I successfully installed linux mint 9 and at the same time update the system. Now that everything is running, I returned the pc to the owner, but when I power it on, no display. You can see the post but no display after that. And 1 more, I press the shift while loading grub2, nope nothing happens. And also tried booting the CD installer, same results.

I installed the system using an old 15" CRT monitor and the owner had a AOC 1619sw LCD monitor. I found this thread from ubuntu which I think was the same problem as mine, [ubuntu] Help! No display/keyboard on boot with differnet monitor - Ubuntu Forums, but no solutions yet.

View 4 Replies View Related

Fedora Hardware :: Monitor Not Detected On Dell Inspiron 4000?

Oct 6, 2010

Installed fedora 13 to hard drive on fresh partition,installed ok,ran updater,installed all updates.all working ok but fedora is not able to detect my laptop monitor.i am unable to increase resolution.stuck on 800 * 600. when a window in open and i need to click at the bottom of the window i cant because it is bellow the screen.I went to [URL] to look for drivers.it only shows display drivers for red hat 7.0.i tried them but wont install.is thier drivers i can use for fedora 13,or a way to force resolution into 1024*768.

View 1 Replies View Related

Hardware :: Dell Monitor 1909W Is Not Supported During CentOS5 Install

Feb 24, 2010

I am now installing the CentOS5.4 with a DVD on a Windows machine. The video card is ATI Radeon HD 3450, and monitor is Dell 1909W. During the install, after recognizing the ATI card, and starting the xserver, the screen came up with a message saying " The current input timing is not supported by the monitor display.
Please change your input timing to 1440X900@60Hz or any other monitor listed timing as per the monitor specification. "

However, in Windows XP the monitor is configured as 1440X900@60Hz, which works well. Due to this problem, the GUI installation cannot proceed. And how can I fix this problem if I manage to install in the text mode.

View 2 Replies View Related

CentOS 5 Hardware :: Dell Monitor 1909W Is Not Supported During Install

Feb 24, 2010

I am now installing the CentOS5.4 with a DVD on a Windows machine. The video card is ATI Radeon HD 3450, and monitor is Dell 1909W. During the install, after recognizing the ATI card, and starting the xserver, the screen came up with a message saying: " The current input timing is not supported by the monitor display. Please change your input timing to 1440X900@60Hz or any other monitor listed timing as per the monitor specification. "

However, in Windows XP the monitor is configured as 1440X900@60Hz, which works well. Due to this problem, the GUI installation cannot proceed. And how can I fix this problem if I manage to install in the text mode.

View 2 Replies View Related

Fedora Hardware :: External Display Not Detected - Dell E6410

Oct 5, 2010

I just got a new laptop, and installed fedora 13 on it. I have had no major problems, until i tried to hook up a external monitor. It does not show up in the gnome-display application, and the keyboard switching button combination (Fn+f#) does not work. On my past laptop, this worked fresh from the install, f8->f10->f11.

System:

Dell Latitude E6410
nVidia Corporation GT218 [NVS 3100M] (rev a2)

Code:

$ yum list installed | grep nvidia
kmod-nvidia.x86_64 1:256.53-1.fc13.4 @rpmfusion-nonfree-updates
kmod-nvidia-2.6.34.7-56.fc13.x86_64.x86_64
nvidia-settings.x86_64 1.0-6.fc13 @rpmfusion-nonfree-updates

[code]....

PS: is there a way to make it so that a box as above is contracted, requiring a click to expand?

View 3 Replies View Related

Ubuntu :: Video Won't Play On A Dell Mini 10

Mar 18, 2010

i've got a dell mini 10 w/ 9.10 nbr on it, and videos played in either totem or vlc won't play, and result in the player crashing. it almost crashes the whole desktop. i can usually recover from ctrl-alt-f1 and killing the process or restarting the gui.

i've got no idea how to fix it. it's got a gma500 and that poulsubo (sp?) video driver. flash works reasonably well for a netbook though. i can watch videos vids ok- just have ot shy away from full screen videos, and especially not get tempted by full screen hi-def videos...

View 4 Replies View Related

Ubuntu :: Display To A Sepporat Monitor?

Jan 10, 2010

Can Ubuntu display to a sepporat monitor? If so what do I need to do?

View 4 Replies View Related

Ubuntu :: Unidentified Monitor Display?

Jul 7, 2010

I'm having some strange problems with my monitor. It's an LG Flatron L1730S and the graphics card is a Nvidia Geforce 5600FX. The monitor is listed as unknown in monitor settings and is going at 51 HZ with performance and out of range issues in some game. How can I get ubuntu to recognise it, or better yet change the driver?I did some googling and discovered a tool called displayconfig-gtk, but I can't install it in Ubuntu 10.04

View 4 Replies View Related

Ubuntu Multimedia :: Videos Won't Display Properly In Netbook Remix (Lucid) On Dell Mini 10v?

Jun 8, 2010

I recently got a Canon Powershot SD780 IS. It takes HD video at 780p. It's great, except that the videos won't display properly in Ubuntu Netbook Remix (Lucid) on my Dell Mini 10v.I've tried using Gstreamer (Banshee), Xine (Totem-xine), and MPlayer (GNOME MPlayer). These all should have worked, which makes me think something may be wrong either with the files themselves or my computer. Anyone have any idea what's going on here?FYI, when I pull up the Properties dialogue for one of the videos and look in the Audio/Video tab, it says:

Video
Dimensions: 1280 x 720
Codec: H.264 / AVC

[code]....

View 4 Replies View Related







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