by dyingmuppet » Mon Sep 10, 2007 8:47
@billydv is that a new way to commerce? ;) saying you have to install electricsheep to fix NVIDIA issues??
looks a little weird to me ;)
but I also had some freezes on 3.4e on my desktop not my laptop although Nvidia-settings told me I have a Geforce Go 6100 with 512mb memory but I can set my memory in the BIOS max to 128mb :roll: ...
my tip is to check you xorg.conf very good before you get in to your new installed system, so what I would do is to mount your new installed system on the live cd/dvd and edit the xorg.conf and maybe grub.conf first.
I do that this way:
[code]
# mkdir /media/system
# mount /dev/sda1 /media/system //replace sda1 to your '/' partition
# gedit /media/system/etc/X11/xorg.conf
[/code]
now I activate DRI support, set the refresh rates of my monitor and hide extra mouse core events in the section "server layout" of xorg.conf
[code]Section "ServerLayout"
# The Identifier line must be present
Identifier "Main Layout"
Screen 0 "Screen 1"
InputDevice "Mouse1" "CorePointer"
>> #InputDevice "Mouse2" "SendCoreEvents"
#InputDevice "Synaptics1" "SendCoreEvents"
#InputDevice "wacom1" "SendCoreEvents"
#InputDevice "wacom2" "SendCoreEvents"
#InputDevice "wacom3" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection[/code]
after that I set timeout in /boot/grub/grub.conf to 1 or 0 seconds because I don't need to switch or wait.
after that I'm done for so far, I always make it to the desktop without probs..
grtzz DM