Hmm. At this point, I might, if it's an option to you, completely reinstall and try Envy straight from the start. This'll give you a clean start again and will prevent conflicts or other things that might have been caused from trying a bunch of different things. If it still doesn't work out, let us know and I'll look around a little more for you.
I Installed 64bit Ubuntu, installed drivers trough envy, restarted and everything was SERIOUSLY messed up. I was getting faded colors on my screen and it kept getting darker, and I couldn't see anything.
So I deleted the partition started over this time with 32bit... installed drivers through envy, restarted.... same thing, seriously messed up :sad2:
So I installed 64 bit, and decided to install the drivers for 64bit manually before doing anything, And the first step is to do "su" and it prompts for a password, I entered my password and it keeps giving me errors, it worked perfectly fine before, but it wont work now....
Keep plugging away. I'm watching the thread, I'll chime in if I can think of anything that'll help. Hard to do over the web, though, unfortunately. Keep the faith.
In this tutorial, the person isn't doing this on Ubuntu (although people have had success on ubuntu)
And after installing the drivers it tells me to do the following steps...
1. sax2 -r -m 0=nvidia
2. cp /var/lib/sax/xorg.conf /home/yourusername/Desktop/xorg.conf
open up that file, and look for the line that says
driver "nv"
and change it to
driver "nvidia"
My problem is, in step 1. it says sax2 is not a command
and in step 2. I dont even have a sax directory in /var/lib/
Any clues on what to do here?
ALSO: I have a feeling that im on the right track though, because after the drivers installation, I didn't get the low graphics mode error (knock on wood) lol
and then after that, "sudo nano /etc/X11/xorg.conf" and look for that "driver nv" line, it'll be down a ways. Change that to nvidia and see what's what.
restarted, and got the low graphics mode again
When I logged in I got a message saying "NEW restricted drivers are in use..... "
I couldn't read the rest before it went away:sad2:
EDIT: also, when I go to system>administration>screen and graphics...
it has my monitor set for 800x600 and my graphics to some vesa card...
and I rechecked the xorg and it still says nvidia
And I'll post my full xorg.conf in a codebox here for your reference.
# 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" "us"
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"
Option "HorizScrollDelta" "0"
Option "MinSpeed" "0.15"
Option "MaxSpeed" "0.25"
Option "AccelFactor" "0.00"
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 C51 [Geforce 6150 Go]"
Driver "nvidia"
Busid "PCI:0:5:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Horizsync 28-64
Vertrefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation C51 [Geforce 6150 Go]"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Modes "1280x800"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Synaptics Touchpad"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
Load "synaptics"
EndSection
Hope that gives you some good reference. That was almost exclusively written by the restricted drivers manager, though. Post yours up and we'll see what looks different, if you like.
Its as if the system wants to pick its own settings....
I added the subsection with my resolution (1440x900) and restarted, and guess what? low graphics mode with a super low resolution
I went System>Administration>Screens and Graphics and set the resolution to widescreen 1440x900 then I went to graphics and it knew that I had NVIDIA Geforce 6 series, but the driver was set to vesa. I changed that to, clicked ok, It said I had to log out for changes to take effect, so I logged out and guess what? low graphics mode, super low resolution again :sad2:
im having so much fun with Linux at school, I got beryl and tons of effects installed, then I come home to this....
all screwed up,
I think im gonna try Fedora again, Something has to work, it just doesn't make sense. It was such an easy install at school, and my lap top is more powerful than those.
If you're talking about the Go 6150, I don't exactly think that's "new", though I guess I could be wrong. Either way, good luck, and I hope it works out. To be honest, Beryl's a tiiiiiiiiny bit overrated, but it is neat, and I imagine I'd be healthily frustrated if it didn't work. Screen resolution is my kryptonite, though. First thing I do on any install of any OS is make my screen res correct... except in Windows, because most of the time I need my chipset drivers to get my internet functional so I can go retrieve my graphics drivers.
If you still have Ubuntu installed, let's try this:
Open a terminal and run:
sudo lsmod | grep nvidia
This will tell us if your graphics card driver is loaded. If you don't get a match, run:
sudo dmesg | grep -i nvidia
This will tell us if the computer attempted to load the driver. If either of these fail, reinstall the nvidia binary driver.
Post your /var/log/Xorg.0.log as an attachment as well.
Comments
And in that case, if I have and AMD 64, do you think I should run Linux 64bit?
I was teaching my mostly-blind grandma how to use outlook express most of the day, talk about a frustrating day lmao
thanks for all the help
I Installed 64bit Ubuntu, installed drivers trough envy, restarted and everything was SERIOUSLY messed up. I was getting faded colors on my screen and it kept getting darker, and I couldn't see anything.
So I deleted the partition started over this time with 32bit... installed drivers through envy, restarted.... same thing, seriously messed up :sad2:
So I installed 64 bit, and decided to install the drivers for 64bit manually before doing anything, And the first step is to do "su" and it prompts for a password, I entered my password and it keeps giving me errors, it worked perfectly fine before, but it wont work now....
"su: authentication error"
In this tutorial, the person isn't doing this on Ubuntu (although people have had success on ubuntu)
And after installing the drivers it tells me to do the following steps...
1. sax2 -r -m 0=nvidia
2. cp /var/lib/sax/xorg.conf /home/yourusername/Desktop/xorg.conf
open up that file, and look for the line that says
driver "nv"
and change it to
driver "nvidia"
My problem is, in step 1. it says sax2 is not a command
and in step 2. I dont even have a sax directory in /var/lib/
Any clues on what to do here?
ALSO: I have a feeling that im on the right track though, because after the drivers installation, I didn't get the low graphics mode error (knock on wood) lol
Try running sudo dpkg-reconfigure xserver-xorg instead.
I THINK things are looking good
restarted, and got the low graphics mode again
When I logged in I got a message saying "NEW restricted drivers are in use..... "
I couldn't read the rest before it went away:sad2:
EDIT: also, when I go to system>administration>screen and graphics...
it has my monitor set for 800x600 and my graphics to some vesa card...
and I rechecked the xorg and it still says nvidia
It appears I have the Go 6150 too, and I've never had these problems. A section of my xorg.conf is here:
Section "Device"
Identifier "nVidia Corporation C51 [Geforce 6150 Go]"
Driver "nvidia"
Busid "PCI:0:5:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection
And I'll post my full xorg.conf in a codebox here for your reference.
Hope that gives you some good reference. That was almost exclusively written by the restricted drivers manager, though. Post yours up and we'll see what looks different, if you like.
I did "sudo nano /etc/x11/xorg.conf and it showed the file correctly, then I went to copy it all and I couldn't..
So I closed terminal and re-opened it, typed "sudo nano /etc/x11/xorg.conf again, but this time its blank and says "new file" at the bottom
Here it is...............
I added the subsection with my resolution (1440x900) and restarted, and guess what? low graphics mode with a super low resolution
I went System>Administration>Screens and Graphics and set the resolution to widescreen 1440x900 then I went to graphics and it knew that I had NVIDIA Geforce 6 series, but the driver was set to vesa. I changed that to, clicked ok, It said I had to log out for changes to take effect, so I logged out and guess what? low graphics mode, super low resolution again :sad2:
im having so much fun with Linux at school, I got beryl and tons of effects installed, then I come home to this....
all screwed up,
I think im gonna try Fedora again, Something has to work, it just doesn't make sense. It was such an easy install at school, and my lap top is more powerful than those.
Its just the stupid support issues lol
Im thinking ill try that and see if maybe since its newer it will have added support for some newer hardware devices.
But for my first time using it, it was pretty cool.
And I really want to use Linux, but I CANNOT use any OS with a messed up res.. It aggravates me so much, lmao
I hate when I go over a friends and their f'n tool bar and icons are huge and stretched. :bigggrin:
Open a terminal and run:
sudo lsmod | grep nvidia
This will tell us if your graphics card driver is loaded. If you don't get a match, run:
sudo dmesg | grep -i nvidia
This will tell us if the computer attempted to load the driver. If either of these fail, reinstall the nvidia binary driver.
Post your /var/log/Xorg.0.log as an attachment as well.
-drasnor