how do I disable graphics acceleration in console mode
Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
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.
yes there is a reason to disable it in console mode. I cant start xwindows cause it crashes (yes the linux in my pc crashes) every time. maybe its because i enabled graphics acceleration. I dunno I'm just a newbie
Moved: This thread is more suitable in Linux-General and has been moved accordingly to help your thread/question get the exposure it deserves.
The console mode fraebuffer and acceleration under X are two different things. Maybe I'd add a method to remove acceleration from X. Edit /etc/X11/XF86Config-4 and comment out 'Load "glx"' line. 'comment out' meas to put # before the line so it looks this way
# Load "glx"
If that doesn't work, look for 'Section "Device"'. There should be something like Driver "nvidia" close (instead of nviadia you may have a different thing, depending on the video card). Replace it with Driver "vesa". You should be able to start X then.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.