আমি ফেডোরা ২০, এটি কেবল উবুন্টু ১৩.০৪-তে চেষ্টা করে দেখিনি, তবে আমার মাথার তত্ত্বটি শক্ত।
আপনি রিড-এডিড ব্যবহার করার চেষ্টা করতে পারেন ( http://www.polypux.org/projects/read-edid/ )
যা আপনাকে এক্সএফ 86- সামঞ্জস্যপূর্ণ মডেলিন দেয় .. যা আপনি পার্স করতে পারেন।
যাতে এটি কাজ করতে পারে । সম্ভবত এটি আরও সহজ এবং আপনি কেবল প্রস্থান কোডটি পরীক্ষা করতে পারেন।
$ sudo get-edid > edid
get-edid: get-edid version 2.0.0
Performing real mode VBE call
Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
Function supported
Call successful
VBE version 300
VBE string at 0x11100 "NVIDIA"
VBE/DDC service about to be called
Report DDC capabilities
Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
Function supported
Call successful
Monitor and video card combination does not support DDC1 transfers
Monitor and video card combination supports DDC2 transfers
0 seconds per 128 byte EDID block transfer
Screen is not blanked during DDC transfer
Reading next EDID block
VBE/DDC service about to be called
Read EDID
Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
Function supported
Call failed
The EDID data should not be trusted as the VBE call failed
EDID claims 255 more blocks left
EDID blocks left is wrong.
Your EDID is probably invalid.
tom@tom:~$ parse-edid < edid
parse-edid: parse-edid version 2.0.0
parse-edid: EDID checksum failed - data is corrupt. Continuing anyway.
parse-edid: first bytes don't match EDID version 1 header
parse-edid: do not trust output (if any).
# EDID version 255 revision 255
Section "Monitor"
Identifier "___:ffff"
VendorName "___"
ModelName "___:ffff"
# DPMS capabilities: Active off:yes Suspend:yes Standby:yes
Mode "4095x4095" # vfreq 9.770Hz, hfreq 80.018kHz
DotClock 655.350000
HTimings 4095 4350 4605 8190
VTimings 4095 4158 4221 8190
Flags "Interlace" "+HSync" "+VSync"
EndMode
Mode "4095x4095" # vfreq 9.770Hz, hfreq 80.018kHz
DotClock 655.350000
HTimings 4095 4350 4605 8190
VTimings 4095 4158 4221 8190
Flags "Interlace" "+HSync" "+VSync"
EndMode
Mode "4095x4095" # vfreq 9.770Hz, hfreq 80.018kHz
DotClock 655.350000
HTimings 4095 4350 4605 8190
VTimings 4095 4158 4221 8190
Flags "Interlace" "+HSync" "+VSync"
EndMode
Mode "4095x4095" # vfreq 9.770Hz, hfreq 80.018kHz
DotClock 655.350000
HTimings 4095 4350 4605 8190
VTimings 4095 4158 4221 8190
Flags "Interlace" "+HSync" "+VSync"
EndMode
EndSection
get-edid >/dev/null
এবং তার রিটার্ন কোডটি পরীক্ষা করতে পারি ... লক্ষ্যযুক্ত SELinux নীতিটিget-edid
চলমান থেকে বাধা দেয় কারণ এটি এমএম্যাপ / ডেভ / মেম্ব করার চেষ্টা করে। প্রস্তাবিত অন্য কোনও সমাধান রয়েছে কিনা তা দেখার জন্য আমি এই প্রশ্নটি কিছুটা খোলা রেখে চলেছি।