Trying to see xorg.conf file. - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Hardware - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=6) +--- Forum: Start up and Shutdown (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=27) +--- Thread: Trying to see xorg.conf file. (/showthread.php?tid=2427) |
Trying to see xorg.conf file. - Netuzist - 11-25-2015 Hi folks I'm trying to see the contents of the xorg.config file so that I can edit it to cure my installed distro of the dreaded xfce bug which causes my hdtv monitor to lose it's signal to my modified chromebox every time I power cycle my hdtv off than on. My modified chromebox also loses it's connection to my hdtv whenever I switch the hdmi output from the chromebox to my cable box then switch back to my chromebox and that's when I lose the signal very annoying. I installed get-edid and read-edid on my system and this was the output: This is read-edid version 3.0.1. Prepare for some fun. Attempting to use i2c interface Looks like no busses have an EDID. Sorry! Attempting to use the classical VBE interface mmap /dev/zero: Operation not permitted error initialising realmode interface do you have full superuser (root) permissions? I'm sorry nothing was successful. Maybe try some other arguments if you played with them, or send an email to Matthew Kern <[email protected]>. Partial Read... Try again el-junior@eljunior-Panther:~$ sudo get-edid | parse-edid [sudo] password for el-junior: This is read-edid version 3.0.1. Prepare for some fun. Attempting to use i2c interface Looks like no busses have an EDID. Sorry! Attempting to use the classical VBE interface Performing real mode VBE call Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0 Function supported Call successful VBE version 300 VBE string at 0xc9a24 "Intel® HSW Mobile/Desktop Graphics Chipset Accelerated VGA BIOS" 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 successful EDID claims 1 more blocks left *********** Something special has happened! This happens a lot with TV's, and other devices with extension blocks. If you have a TV, don't bother. Otherwise, please contact the author, Matthew Kern E-mail: [email protected] Please include full output from this program (especially that to stderr) 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 successful EDID claims 1 more blocks left EDID blocks left is wrong. Your EDID is probably invalid. Looks like VBE was successful. Have a good day. Checksum Correct Section "Monitor" Identifier "LG TV" ModelName "LG TV" VendorName "GSM" # Monitor Manufactured week 1 of 2011 # EDID version 1.3 # Digital Display DisplaySize 160 90 Gamma 2.20 Option "DPMS" "false" Horizsync 31-82 VertRefresh 57-63 # Maximum pixel clock is 160MHz #Not giving standard mode: 1280x1024, 60Hz #Not giving standard mode: 1024x768, 60Hz #Not giving standard mode: 800x600, 60Hz #Not giving standard mode: 640x480, 60Hz #Extension block found. Parsing... I only know about extension blocks of type 02h. PLEASE email me! Something strange happened. Please contact the author, Matthew Kern at <[email protected]> So as you can see the output at the beginning reads "Looks like no busses have an EDID. Sorry!" but then towards the end of it it retrieved some information about my hdtv. So what does this all mean does my system have an edid file which I think is supposed to be part of the xconfig file or is the xconfig hidden and thus protected. Please help me out here because if I accidently erased my xconfig file trying to clean my system then I'll have to recreate it by following Alexander Malakhov's advice in this thread : http://askubuntu.com/questions/21775...xorg-conf-file Re: Trying to see xorg.conf file. - avj - 11-26-2015 I am not trying to be mean, but I would suggest that you follow the directions given and contact the author at the email address given in the output. Code: Something strange happened. Please contact the author, Matthew Kern at <[email protected]> Re: Trying to see xorg.conf file. - avj - 11-26-2015 As far as I can tell the xorg.conf file is not installed by default, if this is wrong someone can correct me. I was able to find a bit of information about the xorg.conf file at the following link. ftp://www.x.org/pub/X11R6.8.2/doc/xorg.conf.5.html Here is another link that may be useful. https://wiki.ubuntu.com/X/Config Re: Trying to see xorg.conf file. - Netuzist - 12-03-2015 (11-26-2015, 01:49 PM)avj link Wrote: I am not trying to be mean, but I would suggest that you follow the directions given and contact the author at the email address given in the output. I know you're not trying to be mean but contacting the author of get-edid / read-edid will probably not help on me trying to find if the edid file exists within the xorg conf file, that is something one of the devs here had to answer in this thread. In case I deleted the xorg conf file than I'll have to recreate it myself by following instructions on this page : http://askubuntu.com/questions/21775...xorg-conf-file If this link yields "page not found" then perform a search on this link by copying then pasting it in google's search box then go to that link there, you'll see it's still a valid link. I will see if I can resolve this distro's major issue of losing connection to an hdtv with an hdmi output whenever the system is power cycled. Read more about that here: https://bugs.launchpad.net/ubuntu/+bug/1313539 Re: Trying to see xorg.conf file. - nomko - 02-01-2016 Does your system has a Nvidia GPU? xorg.conf is normally not installed, did you installed it? Also what are the specifications of your chromebox: terminal command inxi -Fxz. |