I just downloaded and installed Hardy x86_64 with alternate cd. And when I boot I have no xserver. I tried recovery mode and it offered a box which included an option to fix xserver. Did it know xserver was broken? Anyway I selected it and it did what it does and no change. Nothing changed in '/etc/X11/xorg.conf' as if it isn't recognizing my hardware which is onboard ASUS MP2NPV-VM mobo w/ nVidia 6150 graphic card. I also tried 'sudo dpkg-reconfigure -phigh xserver-xorg' and same results. No change in 'xorg.conf' and no xserver. Can this be fixed? If so how? I tried editing the 'xorg.conf' as it is in my Gutsy partition and it now starts kdm but still no xserver. What to do?
Original xorg.conf in Hardy:
xorg.conf in Gutsy:
Edited xorg.conf in Hardy:
Also note that Hardy does not recognize my mouse and monitor either. Mouse and Keyboard are LogiTech Wave USB. Monitor is Acer AL2016W. So that's why I'm thinking hardware detection but I'm a noob so... Also do I need to include EVERYTHING from Gutsy xorg.conf?
Edit: I mistakenly put contents of Mandriva partition 'xorg.conf' in code section for Gutsy. Sorry and corrected.
Original xorg.conf in Hardy:
Code:
# xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" EndSection Section "Device" Identifier "Configured Video Device" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" EndSection
Code:
# xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Files" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection Section "Device" Identifier "Generic Video Card" Driver "nvidia" Busid "PCI:0:5:0" Option "AddARGBVisuals" "True" Option "AddARGBGLXVisuals" "True" Option "NoLogo" "False" EndSection Section "Monitor" Identifier "AL2016W" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Generic Video Card" Monitor "AL2016W" Defaultdepth 24 SubSection "Display" Modes "1680x1050" "1600x1200" "1440x1440" "1400x1050" "1360x850" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" screen "Default Screen" Inputdevice "Generic Keyboard" Inputdevice "Configured Mouse" # Uncomment if you have a wacom tablet # InputDevice "stylus" "SendCoreEvents" # InputDevice "cursor" "SendCoreEvents" # InputDevice "eraser" "SendCoreEvents" EndSection Section "Module" Load "glx" EndSection
Code:
# xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "Device" Identifier "Generic Video Card" Driver "vesa" Busid "PCI:0:5:0" Option "AddARGBVisuals" "True" Option "AddARGBGLXVisuals "True" Option "NoLogo" "False" EndSection Section "Monitor" Identifier "AL2016W" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Generic Video Card" Monitor "AL2016W" Defaultdepth 24 Subsection "Display" Modes "1680x1050" "1600x1200" "1440x1440" "1400x1050" "1360x850" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600 "720x400" "640x480" EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" EndSection
Edit: I mistakenly put contents of Mandriva partition 'xorg.conf' in code section for Gutsy. Sorry and corrected.
Comment