Installed Linux on Laptop... small problem

Lepard

Senior member
Mar 31, 2005
368
0
76
I installed Suse Linux on my laptop and it went and installed perfectly... however, i didn't like the 800x600 resolution so in my infinite knowledge I changed it to 1024x768 and clicked on test. The computer froze with a black screen and the mouse cursor shaped like an X. So I went ahead and restarted the computer, and the desktop environment doesn't show up anymore...

What could be wrong? What can I do?
 

phisrow

Golden Member
Sep 6, 2004
1,399
0
0
You'll probably need to edit your xorg.conf . The file in question is /etc/X11/xorg.conf (assuming a standard configuration).

Now, what state does your computer boot to? If the text login prompt, just login as root or as a user with Sudo powers, then use a text editor(Nano is a pretty intuitive one) to open the file (as root).

If it boots to a deeply broken and unusable graphical environment of some kind try using Ctrl + Alt + F1(or other F keys) to reach a text terminal, then do the above.

Once you have xorg.conf open, you'll need to find a line: Section "Screen"
Below that, there will be one or more Subsection "Display" sections. You'll want to set the Modes value correctly for your screen. Mine, for example is "1400x1050" (Quotation marks are included in the original) Adjust this according to the size of your screen.

Also check that the settings in Section "Device" match what you know your graphics hardware to be.

Chapter 11.2 of the text below may also be of service.
http://www.novell.com/documentation/sus...fdoc/admin93-screen/admin93-screen.pdf

If that doesn't work, report back.
 

Lepard

Senior member
Mar 31, 2005
368
0
76
That didn't work sorry... but there's another tidbit.

Once the OS finishes loading i get the black screen with the mouse cursor, however there are dots that keep growing in numbers from right to left. I tried CTRL+ALT+F1, and CTRL+ALT+BackSpace to see if it would kick me to text mode and those didn't work.
 

unmerited

Member
Dec 24, 2005
177
0
0
Try typing in 3 at the Grub selection screen. This should boot you into runlevel 3. Log in as root and type in sax2. You should now be able to reconfigure your monitor resolution and other settings.


unmerited