Fedora Linux Support Community & Resources Center
  #1  
Old 17th August 2005, 09:57 PM
Pocketfactory Offline
Registered User
 
Join Date: Jan 2005
Posts: 16
Question Dell 2005FPW 20" LCD with Linux?

I'm having trouble getting my new widescreen Dell LCD to work properly under Linux. The max resolution available in the Display settings is 1600x1200, but the native res on my LCD is 1600x1050.

Are there drivers available somewhere?
__________________
Editor, Pocketfactory
Contributing Editor, Digital Media Thoughts
Reply With Quote
  #2  
Old 17th August 2005, 10:49 PM
tchung's Avatar
tchung Offline
FedoraNEWS.org Admin
 
Join Date: Feb 2004
Location: California, US
Posts: 561
I believe you need to edit /etc/X11/xorg.conf file manually to insert 1680x1050.
Code:
Modes    "1680x1050" "1400x1050" "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
UPDATE: Also check Hsync and Vsync values.
See following page for correct values:
http://support.dell.com/support/edoc...ecifioications

Thomas Chung
__________________
Thomas Chung
http://fedoraproject.org/wiki/ThomasChung

Last edited by tchung; 17th August 2005 at 10:55 PM.
Reply With Quote
  #3  
Old 17th August 2005, 11:09 PM
Pocketfactory Offline
Registered User
 
Join Date: Jan 2005
Posts: 16
I just tried that and it doesn't seem to work. The display still only lists 1600x1200 as the max res.
__________________
Editor, Pocketfactory
Contributing Editor, Digital Media Thoughts
Reply With Quote
  #4  
Old 17th August 2005, 11:27 PM
tchung's Avatar
tchung Offline
FedoraNEWS.org Admin
 
Join Date: Feb 2004
Location: California, US
Posts: 561
Did you reboot?
Make sure to use DVI connection.
System-Config-Display control panel may not display 1680x1050 so you need to edit /etc/X11/xorg.conf manually according to vendor's *Specification*
I'll post my xorg.conf if you need.
Also you can verify *Resolution* by pressing button # 4 (Menu Selection) in following picture:
http://support.dell.com/support/edoc...m#Front%20View
It's 4th button from right.

Thomas Chung
__________________
Thomas Chung
http://fedoraproject.org/wiki/ThomasChung

Last edited by tchung; 18th August 2005 at 12:54 AM.
Reply With Quote
  #5  
Old 18th August 2005, 03:35 AM
Pocketfactory Offline
Registered User
 
Join Date: Jan 2005
Posts: 16
Well one thing I forgot to mention is that the 2005FPW isn't listed in the monitor selection option. It only goes as far as the 2001FPW
__________________
Editor, Pocketfactory
Contributing Editor, Digital Media Thoughts
Reply With Quote
  #6  
Old 18th August 2005, 06:54 AM
tchung's Avatar
tchung Offline
FedoraNEWS.org Admin
 
Join Date: Feb 2004
Location: California, US
Posts: 561
Quote:
Originally Posted by Pocketfactory
Well one thing I forgot to mention is that the 2005FPW isn't listed in the monitor selection option. It only goes as far as the 2001FPW
Which release of Fedora Core are you using?
I found out late this afternoon Fedora Core 4 does support Dell 2005FPW:
http://fedoranews.org/tchung/2005fpw...ay_Monitor.png

Here is my xorg.conf file for Dell 2005FPW:
http://fedoranews.org/tchung/2005fpw/xorg.conf

Just to make sure I re-installed Fedora Core 4 from the scratch and I've chosen Dell 2005FPW during the initial setup:
http://fedoranews.org/tchung/2005fpw...play_Setup.png

Here are few more screenshots from System-Config-Display from Fedora Core 4:
http://fedoranews.org/tchung/2005fpw...y_Settings.png
http://fedoranews.org/tchung/2005fpw...y_Hardware.png
http://fedoranews.org/tchung/2005fpw...y_Dualhead.png

Here is the Entire Screen of Desktop with full 1680x1050 resolution:
http://fedoranews.org/tchung/2005fpw..._1680x1050.png

Once again, this was accomplished using DVI (Digital) connection.

Thomas Chung
__________________
Thomas Chung
http://fedoraproject.org/wiki/ThomasChung
Reply With Quote
  #7  
Old 18th August 2005, 03:03 PM
Pocketfactory Offline
Registered User
 
Join Date: Jan 2005
Posts: 16
I'm using FC3.
__________________
Editor, Pocketfactory
Contributing Editor, Digital Media Thoughts
Reply With Quote
  #8  
Old 19th August 2005, 04:41 AM
szim90 Offline
Registered User
 
Join Date: Aug 2005
Posts: 3
I had a similer problem. I added the data (in my case 1024x768) to my xorg.conf file, and after rebooting, it used the resolution I added. However, it does not show the resolution I added in the screen options. Although it is working fine (the resolution I want is the one being used) does anyone know why this is happening?

I am using FC 4.
Reply With Quote
  #9  
Old 21st August 2005, 03:00 AM
Pocketfactory Offline
Registered User
 
Join Date: Jan 2005
Posts: 16
Quote:
Originally Posted by szim90
...after rebooting, it used the resolution I added. However, it does not show the resolution I added in the screen options. Although it is working fine (the resolution I want is the one being used)
This is what I'm experiencing now as well, or at least I think that's the case. After adding the value 1600x1050 to the config file, and rebooting, the display appears to running at that res...at least I think it is. And yet the display properties still show 1600x1200.
__________________
Editor, Pocketfactory
Contributing Editor, Digital Media Thoughts
Reply With Quote
  #10  
Old 21st August 2005, 04:57 AM
Darkmage Offline
Registered User
 
Join Date: Mar 2004
Posts: 462
I am using the nvidia drivers and this is what I have under the monitor section
Code:
 Modeline     "1680x1050" 146.2 1680 1784 1968 2256 1050 1051 1054 1087 +HSync +Vsync
Reply With Quote
  #11  
Old 14th October 2005, 01:34 PM
l33r0y Offline
Registered User
 
Join Date: Oct 2005
Posts: 2
Quote:
Originally Posted by tchung
Which release of Fedora Core are you using?
I found out late this afternoon Fedora Core 4 does support Dell 2005FPW:
http://fedoranews.org/tchung/2005fpw...ay_Monitor.png

Here is my xorg.conf file for Dell 2005FPW:
http://fedoranews.org/tchung/2005fpw/xorg.conf

Just to make sure I re-installed Fedora Core 4 from the scratch and I've chosen Dell 2005FPW during the initial setup:
http://fedoranews.org/tchung/2005fpw...play_Setup.png

Here are few more screenshots from System-Config-Display from Fedora Core 4:
http://fedoranews.org/tchung/2005fpw...y_Settings.png
http://fedoranews.org/tchung/2005fpw...y_Hardware.png
http://fedoranews.org/tchung/2005fpw...y_Dualhead.png

Here is the Entire Screen of Desktop with full 1680x1050 resolution:
http://fedoranews.org/tchung/2005fpw..._1680x1050.png

Once again, this was accomplished using DVI (Digital) connection.

Thomas Chung
Cheers for the info Thomas
Reply With Quote
  #12  
Old 14th October 2005, 02:11 PM
jowah Offline
Registered User
 
Join Date: Dec 2004
Location: Under your bed
Posts: 293
From what I can tell, the package that determines what monitors one can select using the display preferences in Fedora ("system-config-display") is "hwdata".

In FC3, the latest release of hwdata is hwdata-0.146.1-1 which doesn't have an entry for the Dell 2005FPW.

FC4, however, comes with a later version that has data on that monitor. The install CD:s/DVD has hwdata-0.158.1, which according to TChung's tests would work fine. The latest version of that package for FC4 is hwdata-0.158.1-1 which also has the 2005FPW in its database.

Now, what I'm thinking is this: download the FC4 version of hwdata (hwdata-0.158.1-1.noarch.rpm ) and upgrade your current one using
Code:
# rpm -Uvh hwdata-0.158.1-1.noarch.rpm
and then try the display settings application again. That might let you select the 2005FPW and your /etc/xorg.conf should be updated properly.

Where to find that elusive hwdata RPM then? Well, visit your nearest FC4 mirror and look for it.
On one mirror I checked, it's in .../fedora/core/updates/4/i386 but the exact path might vary among mirrors.

Good luck!
Reply With Quote
  #13  
Old 21st October 2005, 01:57 AM
DonPaulieone Offline
Registered User
 
Join Date: Apr 2005
Posts: 6
just got mine working finally. and i'm using analog. so it works. thanks for all your help
Edit: ok seems not to be working completely. if i log out or reboot, i get out of sync video. dong CTRL+ALT+BACKSPACE will bring back the screen, but to 1280x1084. has it something to do with GDM not supporting this resoultion? thanks in advance.
__________________
FC4, Intel 2.8 Ghz HT enabled, 1GB DDR2 PC3200, 40gb SATA hdd (/ and swap), 400GB IDE hdd (/pub), onboard video, and lots of fun :)

Last edited by DonPaulieone; 21st October 2005 at 02:15 AM.
Reply With Quote
  #14  
Old 13th June 2006, 01:09 PM
92fs Offline
Registered User
 
Join Date: Jan 2005
Posts: 4
Quote:
Originally Posted by tchung
Which release of Fedora Core are you using?
I found out late this afternoon Fedora Core 4 does support Dell 2005FPW:
http://fedoranews.org/tchung/2005fpw...ay_Monitor.png

Here is my xorg.conf file for Dell 2005FPW:
http://fedoranews.org/tchung/2005fpw/xorg.conf

Just to make sure I re-installed Fedora Core 4 from the scratch and I've chosen Dell 2005FPW during the initial setup:
http://fedoranews.org/tchung/2005fpw...play_Setup.png

Here are few more screenshots from System-Config-Display from Fedora Core 4:
http://fedoranews.org/tchung/2005fpw...y_Settings.png
http://fedoranews.org/tchung/2005fpw...y_Hardware.png
http://fedoranews.org/tchung/2005fpw...y_Dualhead.png

Here is the Entire Screen of Desktop with full 1680x1050 resolution:
http://fedoranews.org/tchung/2005fpw..._1680x1050.png

Once again, this was accomplished using DVI (Digital) connection.

Thomas Chung
Thomas, thx a bunch!
__________________
AMD64 2800+ @ (9x260)
DFI LanParty UT NF3 250Gb
Corsair XMS 1024 TwinX v1.1 @ 234 1.5/2/5/2 3.1v
Sapphire 9800se 128MB
Adaptec 29160N
18GB 15,000 rpm U160
36GB 10,000 rpm U320
EL Cheapo brand DVD burner
Onboard sound
Onboard NIC
Reply With Quote
Reply

Tags
dell 2005fpw 20, lcd, linux

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dell 2005FPW Monitor Problem alach Installation and Live Media 0 7th March 2006 05:47 PM
X800 XL PRO AGP and Dell 2005FPW on FC4 x86_64 tcross Using Fedora 1 13th September 2005 12:53 AM


Current GMT-time: 13:16 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat