Permalänk
Medlem

Geforce Go7400+Ubuntu 7.10

Har lite problem med drivrutinerna till mitt Geforce Go 7400 som sitter i min laptop HP8288ea,

Vilka drivrutiner skall jag ha till detta? Jag kan endast ha 1024x768 som max! just nu,

Skall vara 1440x900

Problemen uppstod i samband med installering av Nvidia Settings i Ubuntu,

Permalänk
Medlem

Re: Geforce Go7400+Ubuntu 7.10

Öppna en terminal/konsole.
Gör en backup av xorg.conf:

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup1

Öppna xorg.conf med nano (-w för att inte göra några radbrytningar) med root rättigheter:

sudo nano -w /etc/X11/xorg.conf

ändra (ligger under [Section "Screen"] nästan längst ner:

SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection

Till tex:

SubSection "Display" Depth 24 Modes "1440x900" "1024x768" "800x600" "640x480" EndSubSection

Spara filen:
ctrl+o, ctrl+x

Starta om X:
ctrl+alt+backspace

Lycka till!

Permalänk
Medlem

Ok tackar, jag skall testa det,

//EDIT Fixat nu, Tack för hjälpen