Hello, all!
I was trying today to set up my new graphics card and I messed the system a bit. Here is the story:
I got an Asrock mobo, with onboard graphics, nvidia 7050 chipset. It worked well since the installation but I decided to upgrade. The new card is a connect3d radeon HD5670.
Step 1:
Put the card in the pci-e slot, connected the monitor and booted. This led me to a state just before login screen (which asks for username and passw). Didn't reach that screen, the monitor went black and to standby mode. The last thing the monitor displayed was the blue kubuntu splash with the 5 white dots moving. Ctrl-alt-del rebooted normally.
Step 2:
Recovery mode, attempt to fix broken packages (nothing found, nothing fixed). Failsafe X did nothing too, returned me to the recovery menu. Normal boot led me to the state described above. Esc led me to command prompt.
Step 3:
Googling for the black screen thing. Read somewhere a guy renamed the xorg.conf and the system worked fine from that point. So I decided to edit xorg.conf. Before doing that, I removed the card, logged in kubuntu with the onboard interface and disabled the proprietary nvidia drivers.
Step 4:
Exactly as step 2. Logged in from command prompt, typed: startx
Error said:
Considered that there were nvidia remains in the xorg.conf, so using the command prompt:
and put # in the beginning of each line mentioning nvidia or twinview. save-exit-restart
Step 5:
boots in kubuntu ok, kde & everything starts ok. Adjusted refresh rate, resolution was ok. Noticed performance was way worse than the onboard graphics I used before. So, I tried installing the ati proprietary drivers. Now I get the error:
Did I mess something too much? I it possible for X to set its own values automatically? Or should I edit xorg.conf myself? I remember what I edited, my main worry is the file being characterised as invalid. Did I ruin the editing accessibility for the system?
Any input and help would be really appreciated
thnx in advance!!
EDIT: adding the xorg.conf in case it helps
I was trying today to set up my new graphics card and I messed the system a bit. Here is the story:
I got an Asrock mobo, with onboard graphics, nvidia 7050 chipset. It worked well since the installation but I decided to upgrade. The new card is a connect3d radeon HD5670.
Step 1:
Put the card in the pci-e slot, connected the monitor and booted. This led me to a state just before login screen (which asks for username and passw). Didn't reach that screen, the monitor went black and to standby mode. The last thing the monitor displayed was the blue kubuntu splash with the 5 white dots moving. Ctrl-alt-del rebooted normally.
Step 2:
Recovery mode, attempt to fix broken packages (nothing found, nothing fixed). Failsafe X did nothing too, returned me to the recovery menu. Normal boot led me to the state described above. Esc led me to command prompt.
Step 3:
Googling for the black screen thing. Read somewhere a guy renamed the xorg.conf and the system worked fine from that point. So I decided to edit xorg.conf. Before doing that, I removed the card, logged in kubuntu with the onboard interface and disabled the proprietary nvidia drivers.
Step 4:
Exactly as step 2. Logged in from command prompt, typed: startx
Error said:
Code:
(EE) failed to load module "nvidia" (module does not exist, 0) (EE) No drivers available.
Code:
sudo nano etc/X11/xorg.conf
Step 5:
boots in kubuntu ok, kde & everything starts ok. Adjusted refresh rate, resolution was ok. Noticed performance was way worse than the onboard graphics I used before. So, I tried installing the ati proprietary drivers. Now I get the error:
Code:
Cannot change driver Reconfiguring X.org video drivers is not possible: /etc/X11/xorg.conf is invalid.
Any input and help would be really appreciated
thnx in advance!!
EDIT: adding the xorg.conf in case it helps
Code:
# nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 260.19.06 (buildd@yellow) Mon Oct 4 15:59:51 UTC 2010 # commented out by update-manager, HAL is now used and auto-detects devices # Keyboard settings are now read from /etc/default/console-setup #Section "InputDevice" # # generated from default # Identifier "Mouse0" # Driver "mouse" # Option "Protocol" "auto" # Option "Device" "/dev/psaux" # Option "Emulate3Buttons" "no" # Option "ZAxisMapping" "4 5" #EndSection # commented out by update-manager, HAL is now used and auto-detects devices # Keyboard settings are now read from /etc/default/console-setup #Section "InputDevice" # # generated from default # Identifier "Keyboard0" # Driver "kbd" #EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "ViewSonic VE150mb" HorizSync 30.0 - 60.0 VertRefresh 50.0 - 75.0 Option "DPMS" # HorizSync source: edid, VertRefresh source: edid EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" Option "ModeValidation" "NoXServerModes" # Option "TwinView" "1" # Option "TwinViewXineramaInfoOrder" "DFP-0" # Option "metamodes" "CRT: 1024x768_75 +1920+0, DFP: 1920x1080_60 #+0+0; CRT: nvidia-auto-select +1920+0, DFP: nvidia-auto-select +0+0" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection EndSection Section "Module" Load "glx" Load "dri" Load "GLcore" EndSection Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 Option "Xinerama" "0" # commented out by update-manager, HAL is now used and auto-detects devices # Keyboard settings are now read from /etc/default/console-setup # InputDevice "Keyboard0" "CoreKeyboard" # commented out by update-manager, HAL is now used and auto-detects devices # Keyboard settings are now read from /etc/default/console-setup # InputDevice "Mouse0" "CorePointer" EndSection #Section "Device" # Identifier "Device0" # Driver "nvidia" # VendorName "NVIDIA Corporation" # BoardName "GeForce 7050 PV / nForce 630a" #EndSection
Comment