Here are the contents of the xorg.conf file:
Code:
Section "Files"
FontPath "unix/:-1"
EndSection
Section "serverFlags"
#Dont Zap #disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail
#Dont Zoom #disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Load "dbe"
Load "v4l"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
Load "dri"
Load "/usr/X11R6/lib/modules/extensions/libglx.a"
EndSection
Section "InputDevice"
Identifier "keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "en_US"
"Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifer "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorePS/2"
Option "Device" "/dev/mouse/"
Option "ZAxisMapping" "6 7"
EndSection
Section"Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "Samtron 55V"
HorizSync 30-55
VertReferesh 50-120
EndSection
Section "Device"
Identifier "device1"
VendorName "Intel Corp."
BoardName "Intel 845"
Driver "i810"
Option "DPMS"
EndSection
Section "Screen"
Identifier "screen1"
Dveice "device1"
Monitor "monitor1"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Virtual 800 600
EndSubsection
Subsection "Display"
Depth 15
Virtual 800 600
EndSubsection
Subsection "Display"
Depth 16
Virtual 800 600
EndSubsection
Subsection "Display"
Depth 24
Virtual 800 600
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "keyboard1" "CoreKeyboard"
InputDevice "mouse1" "CorePointer"
Screen "Screen1"
EndSection
[ADDED on 21st at 12:10 PM] I hate posting like this, but still.........
I logged in as root from the console and changed the xorg.conf file in the /etc/X11 folder by running xorgconfig. I previously didn't login as root so I was not getting the result.. Now I had to choose the Intel 810 driver for my gfx card as the generic drivers dont support 16 bit.After doing all this, I restarted into the GUI mode and the same problem persisted. By pressing
Ctrl+Alt+F1 I went to the localhost login text menu and again on pressing
Ctrl+Alt+F7 when I came back to the GUI mode, I could see everything, CRYSTAL CLEAR. The only thing I now need is the device name of the connection of my mouse.
My mouse is connected to the serial port i.e. COM1. What should be written after
dev/