Anan Phonphoem
Computer Engineering Dept., Faculty of Engineering, Kasetsart University
-
ปัญหา ไม่สามารถแสดงผลจอภายนอกแต่เพียงจอเดียวพร้อมกับปิดจอของ notebook
Posted on January 6th, 2012 No commentsอาการ notebook ทำได้เพียง clone/extend จอภาพภาพนอก (monitor , VGA projector) และจอ notebook ได้เท่านั้น ไม่สามารถสั่งปิดจอ notebook และเปิดเฉพาะจอภายนอก
การแก้ปัญหา
* เข้าไปที่ /home/anan/.config แล้วทำการลบ file ที่มีชื่อว่า monitors.xml ทิ้ง
* reboot เครื่องใหม่ จากนั้นก็ทำการ ตั้งค่าจอปกติจาก System setting –> Display แล้วเลือกการตั้งค่าที่ต้องการ
* ระบบจะทำการสร้าง file ที่มีชื่อว่า monitors.xml ให้ใหม่ (แต่จะมีเฉพาะข้อมูลของจอที่ใช้อยู่เท่านั้น ถ้าไปทำการใช้งานจอภาพนอกอันอื่น monitors.xml ก็จะถูก update)
ตัวอย่าง file ที่ชื่อ monitors.xml
<monitors version="1"> <configuration> <clone>no</clone> <output name="LVDS1"> <vendor>LCD</vendor> <product>0x58eb</product> <serial>0x01010101</serial> </output> <output name="VGA1"> <vendor>SAM</vendor> <product>0x049a</product> <serial>0x434d3232</serial> <width>1920</width> <height>1080</height> <rate>60</rate> <x>0</x> <y>0</y> <rotation>normal</rotation> <reflect_x>no</reflect_x> <reflect_y>no</reflect_y> <primary>yes</primary> </output> <output name="DVI1"> </output> <output name="TV1"> </output> </configuration> </monitors>