fenume
1
Hi!
I have problems with Cuda on my notebook.
OS - Linux Ubuntu 10.10 32 bit.
videocard - GeForce 410M
After install driver, nvidia created xorg.conf file. After rebooting I saw message:
…
- Enabling additional executable binary formats binfmt-support [ok]
- Checking battery state… [ok]
but graphic interface is not start. I can press ctrl+alt+f1 and saw terminal.
All work if I delete xorg.conf, but driver is not install.
Can somebody help me?
Sorry for my English.
Installing the developer driver on Ubuntu is straitforward, however, I think you need to make sure you install the driver stoping the x-server first. Try this tutorial Installing Cuda 4.0 RC on Ubuntu 10.10 64-bit | sublimated
fenume
3
thank you for help, but its not help.
I write commands:
sudo stop gdm
installing driver.
When nvidia driver ask if i want to reconfigure xorg.conf i accept.
Ifter rebooting i saw terminal and when I pressed ctrl+alt+f7 I saw black screen with some messages of loading linux.
After deleted xorg.conf file system loaded.
this is file xorg.conf:
nvidia-xconfig: X configuration file generated by nvidia-xconfig
Section “ServerLayout”
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section “Files”
EndSection
Section “Module”
Load "glx"
EndSection
Section “InputDevice”
generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section “InputDevice”
generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
#Section “Monitor”
Identifier “Monitor0”
VendorName “Unknown”
ModelName “Unknown”
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option “DPMS”
#EndSection
Section “Device”
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section “Screen”
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section “Module”
Load “glx”
EndSection
In device section I saw, that this section not contain my videocard. Its right?