View previous topic :: View next topic |
Author |
Message |
xcable Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_bender.gif)
Joined: 15 Aug 2002 Posts: 424 Location: College Station, Texas
|
Posted: Sat Oct 11, 2003 4:02 am Post subject: !! SOLVED - HP ZD7020 1440x900 XF86Config problems |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
flying_walus n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 Sep 2002 Posts: 58
|
Posted: Sat Oct 11, 2003 7:02 am Post subject: |
|
|
can you post your complete XF86Config and a copy of the complete error message? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|