- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Xfree4 + Nvidia Geforce2MX + compaq TFT5015
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2002 08:57 AM
тАО11-26-2002 08:57 AM
Xfree4 + Nvidia Geforce2MX + compaq TFT5015
With other monitors, it works.
(I get the NVIDIA logo and glxgears works fine)
But with TFT5015, there is a problem with the v- and h-sync, or modelines.
Does anybody has the right modelines, v- and h-sync, and resolution ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2002 09:13 AM
тАО11-26-2002 09:13 AM
Re: Xfree4 + Nvidia Geforce2MX + compaq TFT5015
startx -- --verbose --logverbose
If you aren't getting the information from the monitor you will have to set the information in the monitor section of the XF86config-4 file. It should be overriden if you connect a monitor that does supply the information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-28-2002 03:58 AM
тАО11-28-2002 03:58 AM
Re: Xfree4 + Nvidia Geforce2MX + compaq TFT5015
I tried readedid, that doesn't work, and ddcprobe.
I tried a lot of modeline combinations and H+V, but nothing works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-28-2002 05:33 AM
тАО11-28-2002 05:33 AM
Re: Xfree4 + Nvidia Geforce2MX + compaq TFT5015
According to http://h18004.www1.hp.com/products/quickspecs/10896_div/10896_div.HTML , the vsync is 31.47 - 61 kHz and the hsync is 56-75 Hz.
Personally, I don't use mode lines. Adding the above values to your configuration file should be enough.
Regards,
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2005 09:35 AM
тАО10-19-2005 09:35 AM
Re: Xfree4 + Nvidia Geforce2MX + compaq TFT5015
les drivers acc├йl├йr├йs 3D propri├йtaires de NVidia avec l'├йcran plat TFT5015 Compaq.
Le sympt├┤me est le suivant: le gestionnaire d'affichage refuse de prendre en
compte les fr├йquences de balayage verticales et horizontales que nous lui imposons:
HorizSync 31-61
VertRefresh 56-75
J'ai constat├й qu'au lancement du serveur d'affichage X, le driver
interroge le moniteur, mais les valeurs renvoy├йes sont erron├йes (je ne sais
pas qui est en cause, entre le serveur d'affichage, le driver NVidia et l'├йcran
lui-m├кme)
Heureusement, il est possible de d├йsactiver la fonction d'interrogation du
moniteur, et tout rentre dans l'ordre:
(IT IS POSSIBLE TO DEACTIVATE THE QUERY OF THE MONITOR BY NVIDIA CARD, AND EVERYTHING BECOME FINE)
Dans /etc/X11/XF86Config-4:
Section "Device"
# no known options
Identifier "NVIDIA GeForce"
#Driver "nv"
Driver "nvidia"
VendorName "NVIDIA"
BoardName "NVIDIA GeForce"
Option "IgnoreEDID" "true"
EndSection
Et la documentation de NVidia ├а ce sujet:
Option "IgnoreEDID" "boolean"
Disable probing of EDID (Extended Display Identification Data) from your
monitor. Requested modes are compared against values gotten from your monitor
EDIDs (if any) during mode validation. Some monitors are known to lie about
their own capabilities. Ignoring the values that the monitor gives may help get
a certain mode validated. On the other hand, this may be dangerous if you don't
know what you are doing.