LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Sony Vaio VGN-FS115M (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/sony-vaio-vgn-fs115m-297957/)

Gigantas 03-05-2005 10:18 AM

Sony Vaio VGN-FS115M - GeForce Go 6200
 
  • NVIDIA GeForce Go 6200
  • 1280x800
There seems to be no driver available which is suitable for that particular chip (The official nvidia driver does not support it ;-( )

I'm stuck with the vesa driver and 1024x768...

Any ideas? :confused:

mserms 03-10-2005 06:11 AM

I have a Sony S3XP and am having the same problems. My only solution at the moment is using the VESA driver and 1024x768 too :(

I have heard that Mandrake natively supports this resolution, but I'm still not sure if our card will work.

Gigantas 03-10-2005 05:22 PM

it doesn't... :(

mserms 03-10-2005 05:27 PM

This thread is reasonably encouraging:

http://www.nvnews.net/vbulletin/showthread.php?t=47146

Gigantas 03-11-2005 05:18 AM

it is... :D
let's wait and see
thx for the link...

mserms 03-11-2005 05:55 AM

Also, FWIW, I just tried the "nv" driver in Xorg 6.8.2-r1 (I think it was that version). It used all the screen (woohoo!), but I could only get it going at 640x480 (boo!). I'm going back to my last stable version of Xorg and will wait, although if you've desperate and fancy a play, it may be workable if you're better at setting up Xorg than me.

Good luck to us both!

Gigantas 03-11-2005 06:01 AM

i guess i'll wait till they come up with the "real" driver...
;-)

daguerr 03-17-2005 07:48 AM

Driver is already out
 
The driver for GeForceGo 6200 is out for linux. I've installed it but i can't get the screen running at 1280x800, i only get 1158x768, working with nvidia updated driver, or something similar. I've tried many things, but nothing works. Any suggestions?

regards

Akiva 03-17-2005 12:59 PM

Dear All,

I'm a newbie, so anything I say might be wrong, but...

I just installed FC3 on my VAIO. My screen is at 1280x800. Same thing happened, and I had to run for days in 1024x768.

I read here that you can choose your res by making your own custom etc/X11/xorg.conf file.

The relevant sections you need to change are:

Code:

Section "Screen"
        Identifier "Screen0"
        Device    "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth    24
#        SubSection "Display"
#                Viewport  0 0
#                Depth    16
#                Modes    "800x600" "640x480"
#        EndSubSection
        SubSection "Display"
                Viewport  0 0
                Depth    24
                Modes    "1920x1200" "1680x1050" "1280x800"
# "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

What I did was added my screen res, saved and rebooted. And voila, it was done! I didn't even have to change it myself in the system settings!

The site has a demo .conf file here.

Good luck!

Akiva

[EDIT]
I think you can use the vesa driver...
[/EDIT]

mserms 03-17-2005 01:11 PM

Here is a link to my working xorg.conf for my Sony S3XP (nvidia 6200@1280x800).

I couldn't get the VESA driver to work at all so am using the recent Nvidia one.

Akiva 03-17-2005 01:15 PM

Ooops!

I really don't know...I'm the king of newbies...

The vesa driver gave me a horrible 1024x768 but the changes made to the xorg.conf worked for me...

Sorry about that if it was a bit irrelevant/incorrect!

Akiva

Gigantas 03-19-2005 08:28 AM

I just solved my problem on my Vaio VGN-FS115M. :cool: :D
After installing the newest nvidia driver, i was still stuck at 1024x768....

After trying several modelines, i finally found the correct one:

Code:

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
# http://www.linuxforen.de/forums/arc...p/t-175226.html
Modeline "1280x800" 80.58 1280 1344 1480 1680 800 801 804 827
...

with that one, my X used the 1280x800 resolution...


All times are GMT -5. The time now is 01:54 AM.