nvidia 7600 go aighhhh
-
- Indlæg: 10
- Tilmeldt: 14. nov 2007, 23:46
nvidia 7600 go aighhhh
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
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
-
- Indlæg: 10
- Tilmeldt: 14. nov 2007, 23:46
nvidia 7600 go aighhhh
jep jeg fandt en anden løsning på problemet men en forklaring på det der x-server ville værdsættes
mvh emil
mvh emil
-
- Indlæg: 2098
- Tilmeldt: 18. nov 2006, 10:21
- Geografisk sted: Køge
nvidia 7600 go aighhhh
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).
-
- Indlæg: 10
- Tilmeldt: 14. nov 2007, 23:46
nvidia 7600 go aighhhh
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
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
-
- Indlæg: 2098
- Tilmeldt: 18. nov 2006, 10:21
- Geografisk sted: Køge
nvidia 7600 go aighhhh
ok, hvis du har installeret nvidia pakken fra synaptic, må jeg så bede om din xorg.conf?
Åben terminal og skriv (copy/paste);
post output,
Åben terminal og skriv (copy/paste);
Kode: Vælg alt
cat /etc/X11/xorg.conf
post output,
-
- Indlæg: 10
- Tilmeldt: 14. nov 2007, 23:46
det hele
# 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:~$
#
# 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:~$
-
- Indlæg: 2098
- Tilmeldt: 18. nov 2006, 10:21
- Geografisk sted: Køge
nvidia 7600 go aighhhh
Ok, driveren er disable og bruger nv istedet.
Åben terminalen;
Find; Section "Device"
og ændre
Driver "nv"
til
Driver "nvidia"
Save [ctrl]+[o]
Exit [ctrl]+[x]
Genstart
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
-
- Indlæg: 20
- Tilmeldt: 18. nov 2007, 10:04
Re: nvidia 7600 go aighhhh
Nu er jeg selv meget ny til Ubuntu, men jeg har med held brugt Envy det spiller max for mig [/url]
-
- Indlæg: 10
- Tilmeldt: 14. nov 2007, 23:46
fuck!
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
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
-
- Indlæg: 2098
- Tilmeldt: 18. nov 2006, 10:21
- Geografisk sted: Køge
nvidia 7600 go aighhhh
boot up i failsafe og skriv kommandoen jeg viste før, ændre den tilbage til nv.
-
- Indlæg: 10
- Tilmeldt: 14. nov 2007, 23:46
nvidia 7600 go aighhhh
hej geninstallerede min ubuntu og nu kører det
brugte envy til mit grafik kort
mange tak for jeres tåmodighed og hjælp
mvh 'Emil
brugte envy til mit grafik kort
mange tak for jeres tåmodighed og hjælp
mvh 'Emil