NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › 3880-kubuntu-screen resolution problem
New Posts  All Forums:Forum Nav:

3880-kubuntu-screen resolution problem

post #1 of 10
Thread Starter 
I recently installed kubuntu on my sager 3880. i apt-get'd the nvidia-glx drivers, and the screen resolution dropped to 1280x1024, and system settings won't let me make it any higher. i reconfigured xserver-xorg, and resolution dropped to 1024x1080. i manually put in 1680x1050 into the "Modes" line of xorg.conf, but that didn't solve it. what is the problem, and how do i fix it?
post #2 of 10
Make sure you edited the CORRECT conf file, for some reason on one of my machines I have had the wrong config files installed that werent used, and when I edited them by hand it didnt make a bit of difference until I figured out which ones were right.

Also make sure that mode is the default.

Seablade
post #3 of 10
you sure nvidia is installed ok ? Usually you never apt-get a module
post #4 of 10
Thread Starter 
how do i install it without apt-getting it? i thought thats how everything is installed? do i need some other program to help out? do i need another thing like flgrx or something?
post #5 of 10
I cant say I have heard of installing it another way myself, but then again I usually install it on gentoo.

Got the nvidia-kernel module installed as well I take it?

Past that I couldnt even guess without seeing your conf file.

Seablade
post #6 of 10
Download the nvidia .run installer. You have to run the install outside of xwindows. Just type 'sh nvidia_installer_name.sh'. (make sure you get the drivers in the standard download area, not notebook)

You need to make sure your sources are installed for your kernel or the install will fail. They're easy to get if you have problems.
post #7 of 10
Thread Starter 
my xorg.conf:
Quote:
Originally Posted by
i tried to run the installer (outside of X), and it said that it needed to compile a module for my kernel, which i was fine with, but then it said that it could not find something with gcc, and that to make sure that cc was a valid C++ compiler and that i had my distro's libc? what does this mean?
post #8 of 10
means you gotta install gcc.

Quote:
Originally Posted by

gcc installs 4.0 for kernels 2.6.13 and higher.

by default ubuntu runs on 2.6.12-9 (apt-get dist-upgrade to -10) and its compiled under gcc-3.4.5, so make sure its isntalled by doing gcc-3.4

also, before you compile the nvidia module.....

1 - purge current nvidia files taht you apt-getted ( #: apt-get --purge namenvidiafileshere)
2 - change your xorg.conf to "nv"
3 - reboot
4 - now compile!


in fact..... this will be a big help: http://ubuntuforums.org/showthread.p...ghlight=nvidia
post #9 of 10
Thread Starter 
thanks that guide helped out. its all fixed now, and my nvidia drivers work well now.
post #10 of 10
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Linux & Other OS's
NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › 3880-kubuntu-screen resolution problem