Results 1 to 10 of 13
Hi there,
i'm a new user to linux, i'm currently using Kubuntu 8.04. i do have a Nvidia GeForce2 MX 100/200 with 64MB memory. but the screen just allow me ...
- 01-23-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 1
Help: Nvidia GeForce2 MX 100/200 64MB driver installation guide.
Hi there,
i'm a new user to linux, i'm currently using Kubuntu 8.04. i do have a Nvidia GeForce2 MX 100/200 with 64MB memory. but the screen just allow me to use the 800x600 resulution, i suspected the video card is not installed in the system. please help....
Thank you,
Yan
- 01-23-2009 #2
You should have a section called Hardware Drivers (I use Gnome Ubuntu so I'm not totally familiar with KDE) but if you go to the KDE start menu and look for Hardware Drivers, click on that, and it should list the nvidia driver. Really easy to install that way, if that doesn't work a manual install of the nvidia driver isn't horrible but try that first and post what happens
Bodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 02-11-2009 #3
jmardero - I've got similar issue. I've got an nVidia GeForce2 MX 200 AGP 32MB card but Ubuntu 8.10 is giving me max resolution of 800x600. Under Administration -> Hardware Drivers where I could activate 3rd party drivers, it doesn't list anything.
How could I manually install the drivers?
I've got an NEC 18 inches flat screen, model number 1880SX.
Thank you
- 02-11-2009 #4
Open Terminal/Konsole and execute this
Code:sudo apt-get clean all sudo apt-get update sudo apt-get install nvidia-glx sudo apt-get install nvidia-settings sudo nvidia-glx-config enable
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-11-2009 #5
- 02-11-2009 #6
You can edit xorg.conf manually and specify supported Refresh Rates ( HorizSync/VertRefresh ) and Resolutions.
Press Alt+F2 and type this
These are Monitor and Screen sections configured for my Monitor.Code:gksu gedit /etc/X11/xorg.conf
Code:Section "Monitor" Identifier "LG Monitor" Option "DPMS" HorizSync 30-71 VertRefresh 50-160 EndSection Section "Screen" Identifier "Default Screen" Device "Configured Video Card" Monitor "LG Monitor" DefaultDepth 24 SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" EndSubSection EndSectionIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-11-2009 #7
Ok, I've got the screen resolution size I wanted so thanks for that. But now I've got a very very weird problem, actually two! Firstly the title bars aren't appearing for any window. You know the orange/brown one right at the top of all windows. Second which is more of a problem is the terminal window is all white and I can't see anything in it. I installed Konsole and that has got the same problem. In Terminal I can copy/paste or can type commands but I can't see what I've typed. Any ideas?
- 02-11-2009 #8
with the first one you just need decorations. Do you use compiz? Do cntrl+f2 and type in compiz. If that works than you need to set up compiz so it starts on boot (system, preferences, sessions)
Bodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 02-13-2009 #9
Ok guys, managed to fix both issues, white blank terminal screen as well as missing title bars by going to System -> Preferences -> Appearance. Went to Visual Effects and selected None instead of Normal. Found this fix in another forum.
Ok, now I want to find something else to fix I guess. Would I be able to run Beryl or Compiz? I want some nice effects or you guys think my graphics card wont' be able to handle it?
Its Nvidia GeForce2 MX 200 AGP!
- 02-13-2009 #10
Lets check if you are using correct driver.
Post output here.Code:grep -i driver /etc/X11/xorg.conf
You card supports Graphics effect very well.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
