Oh wow... multiple problems going on here. You'll want to first drop XF86 back down to the default vga mode.
go to /var/log and open XFree86.0.log. You're looking for a line similar to this one:
(==) Using config file: "/etc/X11/XF86Config-4"
It may not be exactly that file or path, but that's what you're looking for. Switch to the directory mentioned above, su to root, and open that config file.
Now, you're looking for something like this:
# ************************************************** ********************
# Graphics device section
# ************************************************** ********************
Section "Device"
Identifier "Generic VGA"
Driver "vga"
EndSection
If that's not there, add it... if there's anything there about another card, delete it. Now, scroll down and find this.
# ************************************************** ********************
# Screen sections
# ************************************************** ********************
Section "Screen"
Identifier "screen1"
Device "NVIDIA GeForce 256 (generic)"
Monitor "monitor1"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x400"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Change "Nvidia Geforce" to "Generic VGA" (sorry, this is all copied out of my config files)
Save, quit, and restartX
That should give you a little more legible X interface. Now, you said ctrl-alt-backspace isn't killing X... Well.. that's a runlevels problem, likely because you set your system to start x on boot. I can't recall how to fix that off the top of my head. The instructions above should help you get X working okay. Use a boot disk to get to a command prompt if you need to.
Chapter 2 coming tomorrow.. it's almost 4 in the morning and I need to go to sleep. Hope this helps, let us know![]()


The resolution seems to be stuck at 640x480, since xfree deleted all the other options. It's not stable, and goes into a shimmer at the slightest excuse. I can make menus pop up, but they don't *do* anything, and the mouse won't move from the bottom of the screen. And I can't get back into text mode. If I press Ctrl-Alt-Backspace it goes to text for a second, then back into the graphical mode. It won't stabilize there. So now I'm having trouble making any more changes that might help. From here I'm having trouble even getting back to xf86config. Any suggestions would be welcome.
Reply With Quote
machine to communicate.
Bookmarks