Sponsored Content
Full Discussion: Dell Inspiron 1000
Top Forums UNIX for Dummies Questions & Answers Dell Inspiron 1000 Post 66715 by woofie on Wednesday 16th of March 2005 05:48:06 PM
Old 03-16-2005
Until you are able to find a driver that will work. try just setting it up as a generic graphics card. That will also give you around a 1028x768 resolution.

Also how did you find the graphics card out? I know with dell sometimes their cards have a different chipset/driver that are needed to run them correctly.

But a generic setup for the graphics should be enough to start you off until you find a suitable driver.


Also if your new to Linux there is no need for reinstalling RH (Red Hat) you can boot the system up using the CD or into a text mode (depending how you completed the setup if you can log into text mode) then you can change the graphics configuration using xconfigurator, just type xconfig then hit tab that should complete the command incase it has changed since I've last used RH.

if you have to boot off the CD, boot into resuce mode, then you have to mount the HDD partitions.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

SCO 5.0.2 on Dell 1500SC

I'm trying to load SCO Unix 5.0.2 on a Dell 1500SC server, without any success. First off, yes I know that 5.0.2 is an outdated version, and is not supported anymore, but that is what my company has directed me to do. The problem with the load appears to be the new chipset on the server,... (1 Reply)
Discussion started by: Howeird
1 Replies

2. UNIX for Dummies Questions & Answers

Raid Dell

Hello all, I'm new to RAID and would like to know if anyone had works with Dell PERC3 RAID controller. I'm having a problem install the driver on REDHAT AS 3.0. All the drivers from dell only support up to AS 2.1. Does anyone know if the controller is from LSI Logic. If so which mode? I'm... (4 Replies)
Discussion started by: larryase
4 Replies

3. Filesystems, Disks and Memory

Knoppix and an old Dell

Sorry if this post is in the wrong location. I'm trying to pull some files off of an old Dell box. I've not been able to get it to boot off of the HD, so I tried to use Knoppix. At boot time; I get the following error: Loading spec packet failed, trying to wing it isolinux 2.04: failed to... (3 Replies)
Discussion started by: ECBROWN
3 Replies

4. UNIX for Dummies Questions & Answers

Help me spend $1000

Hey, As part of a Master's Degree program in Aeronautical Engineering I need a dedicated Unix PC to run a computational fluid dynamics (CFD) code in Fortran. Each run to model a single flow can take several days or weeks, so optimizing system resources is the only consideration. I need to buy... (1 Reply)
Discussion started by: John Bruzzese
1 Replies

5. UNIX for Dummies Questions & Answers

Sunblade 1000

Hi everyone this is my first post I have used linux a couple of times and was impressed, so i bought an old sunblade 1000, just to learn something new. I cannot get the thing to work! I have tried to install solaris 10 and several types of linux. I am beginning to wonder if i was sold a... (3 Replies)
Discussion started by: Kawakaze
3 Replies

6. Ubuntu

This an Ubuntu or Dell issue?

I have a dell poweredge sc430 (what ever that is). Came cheap with an 80 gig sata hard drive. So maybe a year later I bought a 250 gig sata drive for backup (with rsynch from cron). Rsynch works fine. But now the machine won't reboot without me manually pressing the F1 key. I see a... (3 Replies)
Discussion started by: salmobytes
3 Replies

7. Red Hat

Display(xorg.conf) Problem on Dell Inspiron 1420

Dear all, I have Dell Inspiron 1420 with Intel(R) 965 Express Chipset Family. I am facing display problem on Redhat 5 Server. Please, Help me how to configure xorg.conf manually. Recently, i have upgraded Kernel kernel-2.6.18-138.el5.i686. Thank You Anu. (0 Replies)
Discussion started by: Anu18
0 Replies

8. Shell Programming and Scripting

move first 1000 files

Hi i have a folder with 27,000 images. I need to process each image using imagemagick. I have got image magick working. I don't want to attempt to process all 27,000 images in one go and thought i would try doing it with 1000 images at a time. Is there some way i can list only the first 1000... (7 Replies)
Discussion started by: timgolding
7 Replies

9. AIX

AIX 5.3 with Dell PV132T

Dear all, I would like to connect Dell Libraries 132T to AIX server. After connected and ran cfgmgr command ,I can see only tape drive but libraries doesn't. I've updated atape to latest version but look likes atape support only IBM tape libraries. any advice Thanks Thatphong (3 Replies)
Discussion started by: tattuheart
3 Replies

10. Hardware

Dell 8200 case

Hi, Is anyone familiar with the Dell 8200 case? I am a first year IST major, so while I should be able to answer these questions myself, never hurts to have another opinion. I'm looking to build a desktop. I have an old Dell 8200. The case is somewhat sentimental to me as it was my first... (5 Replies)
Discussion started by: Nekulturny
5 Replies
VGA(4)							   BSD Kernel Interfaces Manual 						    VGA(4)

NAME
vga -- generic video card interface SYNOPSIS
options VESA options VESA_DEBUG=N options VGA_ALT_SEQACCESS options VGA_NO_FONT_LOADING options VGA_NO_MODE_CHANGE options VGA_SLOW_IOACCESS options VGA_WIDTH90 device vga In /boot/device.hints: hint.vga.0.at="isa" DESCRIPTION
The vga driver is a generic video card driver which provides access to video cards. This driver is required for the console driver syscons(4). The console driver will call the vga driver to manipulate video hardware (changing video modes, loading font, etc). The vga driver supports the standard video cards: MDA, CGA, EGA and VGA. In addition, the driver can utilize VESA BIOS extensions if the video card supports them. VESA support can either be statically included in the kernel or can be loaded as a separate module. In order to statically link the VESA support to the kernel, the VESA option (see below) must be defined in the kernel configuration file. The vesa module can be dynamically loaded into the kernel using kldload(8). DRIVER CONFIGURATION
Kernel Configuration Options The following kernel configuration options (see config(8)) can be used to control the vga driver. These options provide compatibility with certain VGA cards. VGA_ALT_SEQACCESS You may want to try this option if the mouse pointer is not drawn correctly or the font does not seem to be loaded properly on the VGA card. However, it may cause flicker on some systems. VGA_SLOW_IOACCESS Older VGA cards may require this option for proper operation. It makes the driver perform byte-wide I/O to VGA registers and slow down a little. VGA_WIDTH90 This option enables 90 column modes: 90x25, 90x30, 90x43, 90x50, 90x60. These modes are not always supported by the video card and the display. It is highly likely that LCD display cannot work with these modes. The following options add optional features to the driver. VESA Add VESA BIOS support to the driver. If the VGA card has the VESA BIOS extension 1.2 or later, this option will utilize the VESA BIOS service to switch to high resolution modes. VESA_DEBUG=N Set the VESA support debug level to N. The default value is zero, which suppresses all debugging output. The following options will remove some features from the vga driver and save kernel memory. VGA_NO_FONT_LOADING The vga driver can load software font to EGA and VGA cards. This option removes this feature. Note that if you use this option and still wish to use the mouse on the console then you must also use the SC_ALT_MOUSE_IMAGE option. See syscons(4). VGA_NO_MODE_CHANGE This option prevents the driver from changing video modes. EXAMPLES
Your kernel configuration should normally have: device vga And you need the following line in /boot/device.hints. hint.vga.0.at="isa" The following lines should be included in the kernel configuration file in order to enable the VESA BIOS Extension support. options VESA device vga If you do not want VESA support included in the kernel, but want to use occasionally, do not add the VESA option. And load the vesa module as desired: kldload vesa SEE ALSO
vgl(3), syscons(4), config(8), kldload(8), kldunload(8) STANDARDS
Video Electronics Standards Association, VESA BIOS Extension (VBE). HISTORY
The vga driver first appeared in FreeBSD 3.1. AUTHORS
The vga driver was written by Soren Schmidt <sos@FreeBSD.org> and Kazutaka Yokota <yokota@FreeBSD.org>. This manual page was written by Kazutaka Yokota. BSD
June 30, 1999 BSD
All times are GMT -4. The time now is 05:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy