Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
!! SOLVED - HP ZD7020 1440x900 XF86Config problems
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
xcable
Guru
Guru


Joined: 15 Aug 2002
Posts: 424
Location: College Station, Texas

PostPosted: Sat Oct 11, 2003 4:02 am    Post subject: !! SOLVED - HP ZD7020 1440x900 XF86Config problems Reply with quote

I have a HP ZD7020 with an Nvidia video card and a wide screen LCD (1440x900). I'm having trouble configuring X.

I used "gtf" to generate a modeline but it's not working.

Code:

# gtf 1440 900 60
Modeline "1440x900_60" 106.47  1440 1520 1672 1904 900 904 932 -HSync +Vsync


When using "startx" it craps out and gives the error message "....(EE) NVIDIA(0): No modes remaining for display device DFP-0"

Any ideas??

SOLVED--------------------------------------------------------------------
I added
Code:
 Option "IgnoreEDID" "true"

to the Device secion in XF86Config. It works great now.

Full Device section in XF86Config
Code:

Section "Device"
   Identifier      "nvidia"
   Driver         "nvidia"
   Option         "NvAgp"
   Option         "NoLogo"      "on"
   Option         "IgnoreEDID"    "ture"
EndSection




Heath Holcomb[/code]


Last edited by xcable on Sat Oct 11, 2003 6:03 pm; edited 1 time in total
Back to top
View user's profile Send private message
flying_walus
n00b
n00b


Joined: 07 Sep 2002
Posts: 58

PostPosted: Sat Oct 11, 2003 7:02 am    Post subject: Reply with quote

can you post your complete XF86Config and a copy of the complete error message?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum