I hadn't used the attachment feature before so here is my description of what I have just done (see example Xorg.0.log attached!)
Click on the "Post Reply" button on this page. Below the text entry area you should see two tabbed information areas; one labelled "Options" and the other is "Upload Attachment". Click on this.
There should be two labelled entry boxes now visible. The top one is "Filename" and it has a "Choose" button. Click on this.
A file browsing window opens. The directory it lists depends on what you may have last used it for (it belongs to your browser). Navigate to the / folder where you will find both etc and var. Click first on the "var" directory. Now find and click to open a view of the "log" directory.
The file window can now be scrolled until you see the Xorg.0.log file. Click it to highlight it and click on the "Open" button to close the file browser window and return to this forum's edit page. The filename you have chose should now be in the "Filename" entry box so click on the "Add the file" button to upload.
Now you can go and get the xorg.conf file from /etc/X11/xorg.conf ... BUT, you cannot upload it. This forum apparently won't accept files with a .conf ending. Must be some paranoia in the security department.
What you can do is paste the contents of xorg.conf into the browser's post editing box (where I am typing now - if you see what I mean). So you need to open it in an editor of some sort to see the text. The simplest way might be to use your browser's File->Open menu (Opera, probably something very similar in Firefox, Chrome or some other lesser browser:-). You should perhaps create a new browser viewing tab first - you may not have to, but it can't hurt.
Navigate up to the / directory then down into etc and X11. We want /etc/X11/xorg.conf, so find it in the X11 directory and select/open it. It should just magically appear now in all its plain text glory. Click somewhere in the page and press the CTRL-A key combination (hold the control key down and tap briefly on the A key) to select All of the text (it should change colour) and then press CTRL-C (like CTRL-A but use the C key instead of A) to Copy the text.
Click back on the tab/window/view in which your browser is showing your post reply edit box, click in the bottom line of your reply text and click on the "Code" button which is among the buttons across the top of the post editing window. That will (should) cause two "tags" to appear where you placed the cursor. The first "tag" is open_square_bracket_c_o_d_e_closed_square_bracket. The second "tag" is open_square_bracket_/_c_o_d_e_closed_square_bracket. Put your cursor between these ( ...]HERE[... ) and press CTRL-V to paste the xorg.conf text at that point.
It will look something like this:
- Code: Select all
# File generated by XFdrake (rev 262502)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Load "v4l" # Video for Linux
EndSection
.....deleted text.....