I'm not able to boot into GUI under Dell desktop system, which uses an an ATI HD3750 display card. The display only works with CLI and but when I type startx and get some sort of error or a black screen. How do I fix this issue?
There is no working proprietary or open source Linux ATI HD3750 driver exits. All, you can do is set it to vesa and use it for basic GUI display purpose. Boot into a single user mode and open the following file:
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak.dec.02
vi /etc/X11/xorg.conf
Make sure Device section is set as follows:
Section "Device"
Identifier "Device0"
Driver "vesa"
VendorName "ATI HD3750 vesa"
EndSectionOR
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
Save and close the file. Reboot the desktop or just type startx:
$ startx
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




![Linux Find Out If the PCIe / AGP / VGA Driver Is Installed OR NOT [ Radeon X1550 64 bit ]](http://s13.cyberciti.org/images/shared/rp/3/8.jpg)









{ 0 comments… add one now }