Tuesday, May 17, 2011

Fix login screen resolution in Ubuntu 11.04

  • ปัญหาคือ เปลี่ยน Resolution ของ Desktop เรา
  • ทุกอย่างโอเค มันเปลี่ยนได้ปกติไม่มีปัญหา
  • แต่พอ logout ออกไปหน้าจอ login screen ผลคือ resolution มันไม่เท่ากันกับเมื่อเข้าสู่ระบบ
  • ตัวอย่างคือเมื่อเรา login เข้าระบบ มันจะใช้ความละเอียด 1024 x 768
  • แต่พอ logout ไปหน้า login มันจะ ได้ความละเอียดอีก ค่าซึ่ง มันละเอียดกว่า ค่าที่ตั้งไว้หว่า

Solved 1
  • Activated ATI driver แค่นี้ปัญหาก็แก้ได้แล้ว (แต่ไม่แนะนำ เพราะมันทำให้ระบบอื่ดต้องแก้ config เยอะจึงจะหาย)

Solved 2
  • ใช้ Open source ATI driver นั่นแหละ แต่สร้าง Xorg.conf เอง แค่นั้น
sudo Xorg -configure

sudo mv ./xorg.conf.new /etc/X11/xorg.conf
  • แก้ไขไฟล์ /etc/X11./xorg.conf สักหน่อย
Section "Screen"

[...]

SubSection "Display"
Depth 24
Modes "1024x768" "1280x960" "640x480" "800x600"
EndSubSection

EndSection

Related

No comments:

Post a Comment

Popular Posts