Hello, new meat here.
So far the conversion has been great, I'm looking forward to the day when i build up the guts to completly remove windows. But not yet.
Slow progress, but it's beginging to mould into the machine i want it to be.
Firstly theres a few fundementals which i dont get. When trying to install certain packages i get a BREAK error. Does this mean that the package i'm trying to install is no longer available or is it conflicting with something i have installed already?
And then a few problems....
Problem 1 - NVIDIA drivers (the end goal is to be able to use my second monitor which is no just acting like the worlds most expensive paperweight on my desk)
I have
p4 3gig
gpu 7800gs APG
uname -r gives me 2.6.15-26.386 (does this mean that my kernel is 2.6.15? Arch i386?)
I've downloaded drivers - NVIDIA-Linux-x86-1.0-8774-pkg1
Nvidia error log
It moaned about gcc for a while, and upon entering
export CC=gcc-3.4 (which i maganed to download, i saw that command in someone elses "cry for help" thread. I have'nt a clue what it does, but it seemed to help)
it rolled onto complain firstly about compiling a new kernel after trying to download one from the nvidia site And then that I did'nt have my kernels development files installed, which for the life of me i cant find.
xorg.cong
Problem 2 - Choppy playback of vids and dvd
I supect this has something to do with problem 1, and is also a lesser problem but alittle r&r watching a dvd would be comforting.
I sure I'll encounter a whole host of other problems, but dealing with this first will make me feel better.
Thanks in advance
So far the conversion has been great, I'm looking forward to the day when i build up the guts to completly remove windows. But not yet.
Slow progress, but it's beginging to mould into the machine i want it to be.
Firstly theres a few fundementals which i dont get. When trying to install certain packages i get a BREAK error. Does this mean that the package i'm trying to install is no longer available or is it conflicting with something i have installed already?
And then a few problems....
Problem 1 - NVIDIA drivers (the end goal is to be able to use my second monitor which is no just acting like the worlds most expensive paperweight on my desk)
I have
p4 3gig
gpu 7800gs APG
uname -r gives me 2.6.15-26.386 (does this mean that my kernel is 2.6.15? Arch i386?)
I've downloaded drivers - NVIDIA-Linux-x86-1.0-8774-pkg1
Nvidia error log
Code:
nvidia-installer log file '/var/log/nvidia-installer.log' creation time: Sun Aug 27 17:38:51 2006 option status: license pre-accepted : false update : false force update : false expert : false uninstall : false driver info : false precompiled interfaces : true no ncurses color : false query latest version : false OpenGL header files : true no questions : false silent : false no recursion : false no backup : false kernel module only : false sanity : false add this kernel : false no runlevel check : false no network : false no ABI note : false no RPMs : false no kernel module : false force SELinux : default force tls : (not specified) X install prefix : (not specified) X library install path : (not specified) X module install path : (not specified) OpenGL install prefix : (not specified) OpenGL install libdir : (not specified) utility install prefix : (not specified) utility install libdir : (not specified) doc install prefix : (not specified) kernel name : (not specified) kernel include path : (not specified) kernel source path : (not specified) kernel output path : (not specified) kernel install path : (not specified) proc mount point : /proc ui : (not specified) tmpdir : /tmp ftp mirror : [url]ftp://download.nvidia.com[/url] RPM file list : (not specified) Using: nvidia-installer ncurses user interface -> License accepted. -> No precompiled kernel interface was found to match your kernel; would you li ke the installer to attempt to download a kernel interface for your kernel f rom the NVIDIA ftp site ([url]ftp://download.nvidia.com[/url])? (Answer: Yes) -> No matching precompiled kernel interface was found on the NVIDIA ftp site; this means that the installer will need to compile a kernel interface for your kernel. ERROR: You do not appear to have libc header files installed on your system. Please install your distribution's libc development package. ERROR: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for details. You may find suggestions on fixing installation problems in the README available on the Linux driver download page at [url]www.nvidia.com[/url].
export CC=gcc-3.4 (which i maganed to download, i saw that command in someone elses "cry for help" thread. I have'nt a clue what it does, but it seemed to help)
it rolled onto complain firstly about compiling a new kernel after trying to download one from the nvidia site And then that I did'nt have my kernels development files installed, which for the life of me i cant find.
xorg.cong
Code:
# /etc/X11/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 /etc/X11/xorg.conf manual page. # (Type "man /etc/X11/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" FontPath "/usr/share/X11/fonts/misc" FontPath "/usr/share/X11/fonts/cyrillic" FontPath "/usr/share/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/X11/fonts/Type1" FontPath "/usr/share/X11/fonts/100dpi" FontPath "/usr/share/X11/fonts/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/wacom" # Change to # /dev/input/event # for USB Option "Type" "stylus" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/wacom" # Change to # /dev/input/event # for USB Option "Type" "eraser" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/wacom" # Change to # /dev/input/event # for USB Option "Type" "cursor" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "Device" Identifier "NVIDIA Corporation NVIDIA Default Card" Driver "vesa" BusID "PCI:1:0:0" EndSection Section "Monitor" Identifier "Philips 190S" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "NVIDIA Corporation NVIDIA Default Card" Monitor "Philips 190S" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "stylus" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" EndSection Section "DRI" Mode 0666 EndSection
I supect this has something to do with problem 1, and is also a lesser problem but alittle r&r watching a dvd would be comforting.
I sure I'll encounter a whole host of other problems, but dealing with this first will make me feel better.
Thanks in advance
Comment