LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 07-31-2004, 01:25 PM   #1
emperorjordan
Member
 
Registered: Feb 2004
Distribution: Xandros, Mandrake, FreeBSD, i like to tinker.
Posts: 33

Rep: Reputation: 15
mandrake geforce 440 go problems


i had mandrake 9.2 running on my toshiba laptop for a while along side windows xp. i recently decided i wanted to dedicate more space to my linux partitions because i was using mandrake more then windows. so i shrunk my windows partition with partition magic and deleted my current linux partitions. then i did a clean install of mandrake 10 to the empty space on my drive. everything went fine, except now there is "static" and distorting around the mouse pointer and the edges of windows in linux only (at first i thought my screen was going bad, but it still works fine in windows). right now my display is set as a flatpanel 1600x1200 and it is running at 1600x1200x24bits with the geforce 4 setting. also if i change the resolution to 1280x1024, it doesnt fill up the screen, it is just a box in the middle with a lot of black space around it. but i had none of these probs with mandrake 9.2. my laptop has an nvidia geforce4 Go 440. unfortunatly i dont remember how i had it set up in mandrake 9.2. what card should i select in the xfree setup? and can i cause damage by selecting the wrong one?

thanks
 
Old 07-31-2004, 01:31 PM   #2
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
try installing the nvidia drivers:

http://www.nvidia.com/object/linux.html
 
Old 07-31-2004, 01:33 PM   #3
emperorjordan
Member
 
Registered: Feb 2004
Distribution: Xandros, Mandrake, FreeBSD, i like to tinker.
Posts: 33

Original Poster
Rep: Reputation: 15
no, i dont think you are supposed to use the generic nvidia drivers for the 'go' chipsets. besides it worked fine in mandrake 9.2 just yesterday and that was just a plain install, i didnt use any drivers or anything. i think its just a setting somewhere........
 
Old 07-31-2004, 02:02 PM   #4
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
you might get a functioning video setup by using one of mandrake's included drivers, but you'll NEVER get a fully-functioning setup this way... you NEED to install the official nvidia drivers if you want to use all your card's advanced features... it doesn't matter if you have a "Go"...

anyways, if you really don't wanna install the real drivers, try setting the "nv" driver in your X configuration file...
 
Old 08-01-2004, 02:16 PM   #5
emperorjordan
Member
 
Registered: Feb 2004
Distribution: Xandros, Mandrake, FreeBSD, i like to tinker.
Posts: 33

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by win32sux

anyways, if you really don't wanna install the real drivers, try setting the "nv" driver in your X configuration file...
can you be more specific....... im still pretty much a with config files, but i am trying to learn as much as i can.
 
Old 08-01-2004, 03:32 PM   #6
emperorjordan
Member
 
Registered: Feb 2004
Distribution: Xandros, Mandrake, FreeBSD, i like to tinker.
Posts: 33

Original Poster
Rep: Reputation: 15
also, i just tried the knoppix CD on my laptop and it works fine with no distortion or anything. i really dont need any 3d acceleration, i just want mandrake 10 to work like 9.2 did..........
 
Old 08-02-2004, 04:15 AM   #7
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
okay what you wanna do is open the X configuration file with a text editor... you'll wanna go down to the section called "graphics device" and change the driver... i've pasted a section of my X config here... you can see that mine is set to "nvidia" cuz i use the official drivers... you can try using "nv" or "vesa"... you'll need to be root to edit this file... if you're having a hard time editing it from your mandrake cuz of the current video problems, you can edit this file from your knoppix cd...

the file is usally one of these:

/etc/X11/XF86Config-4

/etc/X11/XF86Config

/etc/X11/xorg.conf


here's my graphics section:

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"
Identifier "Nvidia TNT2 M64 32MB"
Driver "nvidia"
Option "DPMS"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection


here's what you wanna try (just worry about the driver option, nothing else for now):

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"
Identifier "whatever"
Driver "nv"
#Option "DPMS"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection


or maybe:

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"
Identifier "whatever"
Driver "vesa"
#Option "DPMS"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
GeForce 4 MX 440 in Mandrake 8.0 agalmat Mandriva 1 03-08-2005 03:23 PM
Display problems with Nvidia drivers on Debian (XFree86 4.3.0.1) with GeForce 4MX 440 lordnukem Linux - Hardware 6 02-05-2005 05:32 AM
Problems with mandrake 10.1 CE a and Nvidia GeForce mx 440-se genghiskhano Mandriva 1 11-06-2004 01:03 AM
Nvidia Geforce 4 MX 440 tunga Linux - Hardware 3 12-30-2003 06:45 PM
geforce 440 go pinkfloyd Linux - Hardware 1 10-12-2003 01:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 05:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration