My friend is new to Linux, everything was fine until he made some changes to X, which result into this problem. Now whenever he types command startx to start X he get a blank screen. Finally, he contacted me me via yahoo and asked me to get rid rid of this problem.
Step # 1: Reset blank X screen
First, get out of Blank screen by pressing combination of keys Ctrl+Alt+Backspace. If this fails, reboot system.
Step # 2: Reconfigure X server display
At shell, prompt type the following command to reconfigure X display.
If you are using Red Hat /Fedora / CentOS Linux type command:
# redhat-config-xfree86
If you are using Debian Linux type command:
# dpkg-reconfigure xserver-xfree86
OR login as the root user and type command:
# XFree86 -configure
Step # 3: Test new setup
Type startx to test your new settings:
# startx
OR if you used XFree86 –configure command to reconfigure X, then test it with following command:
# XFree86 -xf86config /etc/X11/XF86Config.new
See also:
- List of Graphics adapters supported by X server.
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop










{ 3 comments… read them below or add one }
”At shell, prompt type the following command to reconfigure X display”
where is this shell located? i dont understand please reply
with all what that was written here will it solve the problem to the computer
A solution I found when upgrading Ubuntu broke my X server was to install xserver-xorg-video-all. For some reason, my fglrx driver quit working. My X server started and the monitor turned off (after some attempts to keep it from crashing at startup). After installing all the video drivers and rebooting, everything was all better.