Ok for a Linux Newbie that just wants to play and learn while dual booting to XP

Yoper Suse Linux 9. 2 Simply Mepis Xandros Desktop 3. 0 Deluxe CentOS I have tried Yoper, Xandros and CentOS briefly. Xandros seemed to have the most included nice software and very user friendly but unlike Yoper which installed 3d enabled Geforce2 go drivers for me at install I still cannot figure out how to insta ...

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar35.webp

1030 Posts
Location -
Joined 2000-02-19
Yoper
Suse Linux 9.2
Simply Mepis
Xandros Desktop 3.0 Deluxe
CentOS
 
I have tried Yoper, Xandros and CentOS briefly. Xandros seemed to have the most included nice software and very user friendly but unlike Yoper which installed 3d enabled Geforce2 go drivers for me at install I still cannot figure out how to install same type of drivers on Xandros. Yoper allowed me to set monitor 1600x1200 lcd which is correct. Xandros would stick to super vga 1024x768 no matter what i did. Yoper also seems much faster than Xandros on my P3 lappy. Ok comment away
[Edited by pr-man on 2005-02-19 17:14:12]
 

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar05.webp

309 Posts
Location -
Joined 2004-02-24
all right the thing to check would be whether the sync is correctly set and the resolution is provided so open an editor go to /etc/X11/XF86Config-4 or for xorg /etc/X11/xorg.conf and scroll down to something like this
 
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-70
VertRefresh 50-160
Option "DPMS"
 
(dont know if lcds need refresh rates)
 
then scroll down to something like this
 
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
 
if the set resolution is not entered say like this
 
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
 
add in with a "1600x1200" and any other resolutions, or if you have other distros on the pc that have the correct resolution, just copy over the config file hope this helps