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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-31-2004, 01:25 PM
|
#1
|
Member
Registered: Feb 2004
Distribution: Xandros, Mandrake, FreeBSD, i like to tinker.
Posts: 33
Rep:
|
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
|
|
|
07-31-2004, 01:31 PM
|
#2
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
|
|
|
07-31-2004, 01:33 PM
|
#3
|
Member
Registered: Feb 2004
Distribution: Xandros, Mandrake, FreeBSD, i like to tinker.
Posts: 33
Original Poster
Rep:
|
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........
|
|
|
07-31-2004, 02:02 PM
|
#4
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
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...
|
|
|
08-01-2004, 02:16 PM
|
#5
|
Member
Registered: Feb 2004
Distribution: Xandros, Mandrake, FreeBSD, i like to tinker.
Posts: 33
Original Poster
Rep:
|
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.
|
|
|
08-01-2004, 03:32 PM
|
#6
|
Member
Registered: Feb 2004
Distribution: Xandros, Mandrake, FreeBSD, i like to tinker.
Posts: 33
Original Poster
Rep:
|
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..........
|
|
|
08-02-2004, 04:15 AM
|
#7
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
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
|
|
|
All times are GMT -5. The time now is 05:38 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|