nvidia 7600 go aighhhh

Her kan du få hjælp til installationen af Ubuntu.
emilos
Indlæg: 10
Tilmeldt: 14. nov 2007, 23:46

nvidia 7600 go aighhhh

Indlægaf emilos » 15. nov 2007, 00:35

hey
håber der er nogen der kan hjælpe derude er pt ret ny i ubunto så det er muligt at det er et ret newbie spørgsmål
men here it comes
ERROR: You appear to be running an X server; please exit X before
installing. For further details, please see the section INSTALLING
THE NVIDIA DRIVER in the README available on the Linux driver
download page at http://www.nvidia.com.
og derefter
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 http://www.nvidia.com.
what do i do?
mvh Emil

emilos
Indlæg: 10
Tilmeldt: 14. nov 2007, 23:46

nvidia 7600 go aighhhh

Indlægaf emilos » 15. nov 2007, 01:27

jep jeg fandt en anden løsning på problemet men en forklaring på det der x-server ville værdsættes
mvh emil

emilos
Indlæg: 10
Tilmeldt: 14. nov 2007, 23:46

hmmm doh

Indlægaf emilos » 17. nov 2007, 21:50

den løsning jeg fandt er kun et alternativ og mit grafik kort fungere ikk optimalt. :?
kunne stadig godt tænke mig at installere den rigtige driver
på forhånd tak for hjælpen
mvh emil

Artificial Intelligence
Indlæg: 2098
Tilmeldt: 18. nov 2006, 10:21
Geografisk sted: Køge

nvidia 7600 go aighhhh

Indlægaf Artificial Intelligence » 17. nov 2007, 22:24

Er det driveren fra nvidia hjemmeside du prøver at installere? Har du prøvet med den nvidia driver du kan få igennem synaptic (den er up-to-date).

emilos
Indlæg: 10
Tilmeldt: 14. nov 2007, 23:46

nvidia 7600 go aighhhh

Indlægaf emilos » 18. nov 2007, 13:43

ja det var det...
ok for at installere nvidia driveren fra synaptic åbner jeg selvfølge programmet.
dernæst søger jeg på pakker der hedder noget med nvidia, alt hvad jeg får op er allerede installeret :?
herudover er jeg lidt betænkelig for efter jeg installeret min ubuntu har den ikk updateret
og hver gang jeg går ind i add/fjern downloader den altid de samme 6 pakker og beder mig om at refreshe hvis jeg har en fungerende internet forbindelse, det kan jeg så blive ved med (refreshe) indtil jeg ikk giver mere.
nogen der kender noget til det?

tak for hjælpen
emil

Artificial Intelligence
Indlæg: 2098
Tilmeldt: 18. nov 2006, 10:21
Geografisk sted: Køge

nvidia 7600 go aighhhh

Indlægaf Artificial Intelligence » 18. nov 2007, 13:46

ok, hvis du har installeret nvidia pakken fra synaptic, må jeg så bede om din xorg.conf?
Åben terminal og skriv (copy/paste);

Kode: Vælg alt

cat /etc/X11/xorg.conf

post output,

emilos
Indlæg: 10
Tilmeldt: 14. nov 2007, 23:46

det hele

Indlægaf emilos » 18. nov 2007, 14:32

# 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 xorg.conf manual page.
# (Type "man 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"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "dk"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "nVidia Corporation G70 [GeForce Go 7600]"
Driver "nv"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce Go 7600]"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Modes "1280x800"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
emil@emil-laptop:~$

Artificial Intelligence
Indlæg: 2098
Tilmeldt: 18. nov 2006, 10:21
Geografisk sted: Køge

nvidia 7600 go aighhhh

Indlægaf Artificial Intelligence » 18. nov 2007, 14:42

Ok, driveren er disable og bruger nv istedet.
Driver "nv"


Åben terminalen;

Kode: Vælg alt

sudo nano /etc/X11/xorg.conf


Find; Section "Device"

og ændre

Driver "nv"

til

Driver "nvidia"


Save [ctrl]+[o]
Exit [ctrl]+[x]
Genstart

siliankaas
Indlæg: 20
Tilmeldt: 18. nov 2007, 10:04

Re: nvidia 7600 go aighhhh

Indlægaf siliankaas » 18. nov 2007, 14:55

Nu er jeg selv meget ny til Ubuntu, men jeg har med held brugt Envy det spiller max for mig :-)[/url]

emilos
Indlæg: 10
Tilmeldt: 14. nov 2007, 23:46

fuck!

Indlægaf emilos » 18. nov 2007, 15:36

efter jeg aandrede driveren er det helt fucket op
og mit keyboard er pludselig aandret til engelsk layout har forsoogt at aandre det tilbage til dk men det vil den ikk

herudover koorer jeg i oploosnig 600x800 pt

... donno what to do
tror jeg bruger en backup vender tilbage :cry:

Artificial Intelligence
Indlæg: 2098
Tilmeldt: 18. nov 2006, 10:21
Geografisk sted: Køge

nvidia 7600 go aighhhh

Indlægaf Artificial Intelligence » 18. nov 2007, 16:00

boot up i failsafe og skriv kommandoen jeg viste før, ændre den tilbage til nv.

emilos
Indlæg: 10
Tilmeldt: 14. nov 2007, 23:46

nvidia 7600 go aighhhh

Indlægaf emilos » 18. nov 2007, 17:13

hej geninstallerede min ubuntu og nu kører det :D
brugte envy til mit grafik kort
:D mange tak for jeres tåmodighed og hjælp
mvh 'Emil

Tilbage til "Installation"

Hvem er online

Brugere der læser dette forum: [Bot], DotBot [Crawler], Majestic-12 [Bot] og 0 gæster