Я только что получил новый 30-дюймовый монитор HP LP3065. Он должен поддерживать разрешение 2560x1600. Однако самое большое, что я получаю, это 1280x800. Я только что получил новую видеокарту ATI Radeon HD 2400 XT и установил проприетарный драйвер дисплея ATI Catalyst ™ 9.8 для Linux x86 на свой ПК HP Compaq dc7800, работающий под управлением Ubuntu 9.04.
Мой xorg.conf прилагается. Я добавил строку Modelines, а также строку Modes в подраздел "display", чтобы попытаться устранить эту проблему.
### xorg.conf ### Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 EndSection Section "Files" EndSection Section "Module" EndSection Section "ServerFlags" Option "Xinerama" "off" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" DisplaySize 641 400 HorizSync 100.0 - 100.0 VertRefresh 60.0 - 60.0 ModeLine "2560x1600" 268.0 2560 2608 2640 2720 1600 1603 1609 1646 +hsync -vsync Option "VendorName" "HP" Option "ModelName" "LP3065" Option "DPMS" "true" EndSection Section "Device" Identifier "Configured Video Device" EndSection Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Default Screen" Device "Configured Video Device" Monitor "Configured Monitor" EndSection Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "2560x1600" "1920x1200" EndSubSection EndSection