Bug 130724

Summary: SaX2 does not recognize DELL Ultrasharp 1905FP
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Timur Mehrvarz <blackdir>
Component: SaX2Assignee: Marcus Schaefer <ms>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: x86   
OS: SuSE Linux 10.0   
URL: http://http://accessories.us.dell.com/sna/ProductDetail.aspx?TabPage=techspecs&sku=320-4113&category_id=4009&c=us&l=en&cs=19
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Timur Mehrvarz 2005-10-26 11:47:11 UTC
Sax2 does not list my new DELL LCD (Ultrasharp 1905FP) in the known monitor.
For this reason I have to configure it manually... since DELL is a world spread brand and 1905FP a popular monitor, I hope that you include it in next Sax2 release.
Comment 1 Marcus Schaefer 2005-10-26 12:46:23 UTC
if you don't mind would you send me the output of the command

   hwinfo --monitor

Thanks
Comment 2 Timur Mehrvarz 2005-10-26 17:25:24 UTC
# hwinfo --monitor
28: None 00.0: 10000 Monitor
  [Created at monitor.87]
  Unique ID: rdCR.Yk5+LnHveM2
  Hardware Class: monitor
  Model: "DELL 1905FP"
  Vendor: DEL "DELL"
  Device: eisa 0x400d "DELL 1905FP"
  Serial ID: "R616359CB610"
  Size: 38x31 cm
  Resolution: 720x400@70Hz
  Resolution: 640x480@60Hz
  Resolution: 640x480@75Hz
  Resolution: 800x600@60Hz
  Resolution: 800x600@75Hz
  Resolution: 1024x768@60Hz
  Resolution: 1024x768@75Hz
  Resolution: 1280x1024@75Hz
  Resolution: 1152x864@75Hz
  Resolution: 1280x1024@60Hz
  Driver Info #0:
    Max. Resolution: 1280x1024
    Vert. Sync Range: 56-76 Hz
    Hor. Sync Range: 30-81 kHz
  Config Status: cfg=new, avail=yes, need=no, active=unknown
Comment 3 Marcus Schaefer 2005-10-27 13:25:19 UTC
Thanks, has been added:

+#==============================================
+# 1905FP
+#----------------------------------------------
+DELL:1905FP  {
+ DDC=DEL400D
+ Option=DPMS
+ Hsync=30-81
+ Resolution=1280x1024
+ Vsync=56-76
+}
Comment 4 Timur Mehrvarz 2005-10-27 14:57:26 UTC
Thank you very much for the prompt solution (I understood that it will be available in 10.1, is that correct?).

One final question: since this monitor support the pivot feature, would it be possible for SaX2 to ask if the user want to enable RANDR option (in order to have the possibility to rotate it from landscape to portrait on-the-fly)?

Comment 5 Marcus Schaefer 2005-10-27 15:01:30 UTC
1) yes I made the patch for 10.1
2) unfortunately you cannot use randr to rotate your screen because the
   randr extension is broken if you want to rotate the display. Some drivers
   support the Option "Rotate". if so you can use sax to rotate but this
   requires a restart of the server. Yes this randr extension needs a lot
   of redesign to support what it is named "rotate and resize" ;) I'm sorry