Laban J
Founder, President and CEO of the Laban Johnson Group, LLC - a Small Business Development Co-Operative
Where can I get the video drivers for LINUX for the Compaq Presario laptop Model# 1200-XL111?
I installed Redhat linux on this laptop but it can only run in safe mode without the proper video drivers. I'm hoping they exist out there somewhere.
Good Answers (5)
Not sure if this will help, but check out the website below (or around).
Links:
Hi Laban,
Can you tell us what version of RedHat you're installing?
What graphics card is in this laptop?
Regards,
Stephen.
Christopher B
at ~wireless carrier~
Best Answers in: Information Security (17), Computer Networking (7), Certification and Licenses (2), Computers and Software (2), E-Commerce (1), Enterprise Software (1), Databases (1), Telecommunications (1)
For future reference here is the hardware specs for your laptop.
http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00033663&lc=en&cc=us&dlc=en&product=352418&lang=en
Graphics
Trident CyberBlade 3D Graphics with shared 4 MB Video Memory.
High performance 3D graphics
Maximum internal resolution of up to 800 x 600 x 16M; with external monitor - 1280 x 1024 non interlaced
24-bit color provides up to 16 million brilliant colors, making multimedia applications come to life
Here are a few links
http://forums.fedoraforum.org/showthread.php?t=71314
http://www.melug.org/~mbilodeau/cp1200x111.html
To be honest I couldn't find much about this specific laptop or video card. Honestly in my earlier days with laptops running Linux I would spend a few days just getting the video card working. Now I only buy Linux certified laptops (or with ATI/Nvidia cards) since I don't care to perform that amount of troubleshooting anymore.
You might what to try ubuntu, they offer Live CDs of their OS so you can test for hardware capability off the bat.
https://help.ubuntu.com/community/LiveCD
https://help.ubuntu.com/community/LiveCDCustomization
Latest stable version (download/burn the Desktop CD specific to your processor architecture)
http://cdimage.ubuntu.com/xubuntu/releases/feisty/release/
Latest Daily build unstable
http://cdimage.ubuntu.com/daily-live/current/
Sorry I do not have an answer for your specific problem, only possible workarounds.
Hi Laban,
If you are not tied to Red Hat, I would suggest Mepis; it is a Debian based distro with amazing hardware detection. You can download the Live CD, and run it without installing. You will know in a few minutes if the appropriate video drivers are available for your card.
As an aside, I have installed Mepis on several laptops as well as desktops with no video issues. This with on board video as well as 3D accelerated cards. Give it a try and if it works, you can choose to install (very intuitive installer is included) or not.
Go to the site I have listed and download the RELEASED version of the iso which is SimplyMEPIS-CD_7.0-rel_32.iso.
Burn it to CD and then choose to boot up from CD vs. the hard drive.
Michael
Links:
Leo S
Senior Software Engineer at NVIDIA
Best Answers in: Software Development (3), Computers and Software (2), International Law (1), Information Security (1)
> Trident CyberBlade 3D Graphics with shared 4 MB Video Memory.
Oh, dear $(GOD), throw it away!
I wrote a BeOS graphics device driver for that piece of chip back in the late 1990's (when "internet appliances" were supposed to be a big hit). It was an utter abomination.
If you're determined to put the machine to good use, you can either use the Trident driver (native support, but possibly flaky) or the VESA driver (less problematic but slower), both of which come with xorg (X Windowing system).
...And switch to Ubuntu :-).
More Answers (1)
I used to have a similar laptop but this was running Debian. There was a trident driver that I used (I still have the XFree86 config file):
Section "Device"
Identifier "CyberBlade/i7"
Driver "trident"
EndSection
As I don't know what version of RedHat you have installed I cannot comment if the trident driver with support for your chipset is available but Debian worked and Slackware 9.0 and 9.1 also worked before I moved to Debian.
Regards,
Dave