Results 1 to 6 of 6
when i try to install nvidia drivers i get the message libedata book 1.2-. is missing from new line also E: subprocess /usr/bin/dpkg returned error code 1 my xorg.conf is ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-22-2006 #1Just Joined!
- Join Date
- Apr 2005
- Location
- usa
- Posts
- 58
installing nvidia drivers in dapper 606
when i try to install nvidia drivers i get the message libedata book 1.2-. is missing from new line also E: subprocess /usr/bin/dpkg returned error code 1 my xorg.conf is 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 "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 NV34 [GeForce FX 5500]"
Driver "nv"
BusID "PCI:1:0:0"
VideoRam 262144
EndSection
Section "Monitor"
Identifier "Gateway EV70"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-130
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34 [GeForce FX 5500]"
Monitor "Gateway EV70"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "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
__________________
tr
unisol is online now
Tag This Post No tags yet, please tag this post - what is this?
Your Tags:
Report this post Edit/Delete Message Reply With Quote
unisol
View Public Profile
View LQ Blog
View Review Entries
View HCL Entries
Send email to unisol
Find More Posts by unisol
Add unisol to Your Buddy List
Reply
« Previous Thread | Back to Top | Next Thread »
LinuxQuestions.org Message
Cancel Changes
Quick Reply
The following errors occurred when this message was submitted
Okay
Message:
Remove Text Formatting
Bold
Italic
Underline
Insert Link
Wrap [QUOTE] tags around selected text
Decrease Size
Increase Size
- 06-22-2006 #2
Are you trying to install it like that?
https://help.ubuntu.com/community/Bi...erHowto/Nvidia"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 06-22-2006 #3
How are you trying to install them? If I'm not mistaken, the nvidia-glx and nvidia-common packages are already included on the Dapper install disc. You should be able to simply apt-get them.
Registered Linux user #270181
TechieMoe's Tech Rants
- 06-22-2006 #4Just Joined!
- Join Date
- Apr 2005
- Location
- usa
- Posts
- 58
installing nvidia drivers
tried but i get the error message /usr/bin/dpkg returned an error code1 and cannot find libedata book 1.2-2 in firsr new line and also /var/cache/nvidia-glx-1.0 8762+2.6.15.11-2 i386.deb
- 06-22-2006 #5?
Originally Posted by unisol1
Try
Then change & update your repositories like specified in the how-to.Code:sudo apt-get clean sudo apt-get autoclean
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 06-22-2006 #6
You could try pulling the packages off the online repositories for Ubuntu. Otherwise you could try installing it manually using my method:
http://www.linuxforums.org/forum/lin...d-drivers.htmlRegistered Linux user #270181
TechieMoe's Tech Rants


Reply With Quote
