ฉันใช้เวลาช่วงสุดสัปดาห์ (และบางครั้งก่อนหน้านั้น) พยายามตั้งค่าจอภาพ QHD270 และ Benq G2222HDL ภาษาเกาหลีของฉันกับ Ubuntu 13.10
ด้วยไดรเวอร์นูโวติดตั้งฟังก์ชั่นการตรวจสอบทั้งสองอย่างสมบูรณ์แบบ หลังจากติดตั้งไดรเวอร์ nvidia แล้ว Benq ทำงานได้แต่ QHD270 ไม่ทำงาน
หลังจากวันแห่งการดิ้นรนฉันพยายามที่จะทำให้ QHD270 ทำงานตามบล็อกโดยเฉพาะ อันนี้และเรียนรู้ด้วย ตอนนี้โชคไม่ดีที่ G2222HDL ของฉันไม่ทำงาน ฉันแก้ไข QHD270 โดยการจัดหา EDID ที่กำหนดเอง xorg.conf ของฉันดูเหมือนเป็นอย่างนั้น (ไม่รวมแป้นพิมพ์และเมาส์):
Section "ServerLayout"
Identifier "Layout0"
Screen "Default Screen" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "CustomEDID" "DFP:/etc/X11/edid-shimian.bin"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
EndSection
ตอนนี้ฉันพยายามกำหนดใหม่Device
, Monitor
และScreen
จากนั้นในServerLayout
การเพิ่มScreen "Second Screen" RightOf "Default Screen"
แต่หลังจากการทำเช่นนั้นไม่ได้ตรวจสอบการทำงาน
หวังว่าจะแก้ไขปัญหาด้วยเครื่องมือที่ใช้ GUI ฉันเปิดการตั้งค่าเซิร์ฟเวอร์ NVIDIA X ซึ่งแสดงเค้าโครงปัจจุบันของฉันเป็น:
ดูเหมือนว่ามีบางสิ่งกำลังส่งออกไปยังจอภาพตามที่หน้าจอการพิมพ์ของฉันแนะนำ:
ความช่วยเหลือใด ๆ ที่จะได้รับการชื่นชมอย่างมาก.
ผลลัพธ์ของxrandr
:
Screen 0: minimum 8 x 8, current 5120 x 1440, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected primary 2560x1440+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
2560x1440 60.0*+
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (normal left inverted right x axis y axis)
DVI-D-0 connected 2560x1440+2560+0 (normal left inverted right x axis y axis) 597mm x 336mm
2560x1440 60.0*+
DP-1 disconnected (normal left inverted right x axis y axis)
และสารสกัดจากไฟล์บันทึกของฉัน (อาจเกี่ยวข้องหรือไม่)
[ 7.862] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 680 at PCI:2:0:0
[ 7.862] (--) NVIDIA(0): CRT-0
[ 7.862] (--) NVIDIA(0): ACB QHD270 (DFP-0) (boot, connected)
[ 7.862] (--) NVIDIA(0): DFP-1
[ 7.862] (--) NVIDIA(0): DFP-2
[ 7.862] (--) NVIDIA(0): DFP-3
[ 7.862] (--) NVIDIA(0): DFP-4
[ 7.862] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[ 7.862] (--) NVIDIA(0): ACB QHD270 (DFP-0): 330.0 MHz maximum pixel clock
[ 7.862] (--) NVIDIA(0): ACB QHD270 (DFP-0): Internal Dual Link TMDS
[ 7.862] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[ 7.862] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[ 7.862] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock
[ 7.862] (--) NVIDIA(0): DFP-2: Internal Single Link TMDS
[ 7.862] (--) NVIDIA(0): DFP-3: 330.0 MHz maximum pixel clock
[ 7.862] (--) NVIDIA(0): DFP-3: Internal Single Link TMDS
[ 7.862] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock
[ 7.862] (--) NVIDIA(0): DFP-4: Internal DisplayPort
xrandr
อะไร? คุณตรวจสอบไฟล์บันทึกของคุณเพื่อค้นหาสิ่งที่มีประโยชน์หรือไม่
xorg.conf
หน้าจอทั้งสองของคุณได้รับการยอมรับโดยxorg
? ถ้าใช่แล้วผลลัพธ์ของxrandr
คืออะไร?