I've just reinstalled Kubuntu Hardy from scratch from the DVD. Also a new Nvidia 7300 card which is stable and working well under Windows on the other side of the dual boot (and where it pains me to relate, I'm typing this).
Here is my xorg.conf at present -
What I've done:
- I've loaded Envy
- do the NVidia settings change - get a message around needing to set NVidia as my card type and restart X. When I do this, I get text and a flashing screen, but no X. I've tried the Alt-F1, but no joy.
so as far as I can see I can't get any further.
HELP!
Here is my xorg.conf at present -
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"
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
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
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
What I've done:
- I've loaded Envy
- do the NVidia settings change - get a message around needing to set NVidia as my card type and restart X. When I do this, I get text and a flashing screen, but no X. I've tried the Alt-F1, but no joy.
so as far as I can see I can't get any further.
HELP!
Comment