LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 01-03-2010, 05:36 PM   #1
Rita G.
Member
 
Registered: Jan 2008
Posts: 157

Rep: Reputation: 25
giant graphics


scenario:
just installed debian 503 kde .

installation went smooth w/no graphical problems.

but after reboot i can't see a damn thing...login window looks like about 180x120 res.

using a ati sapphire radeon x1650 video card.
question:
if i d/l ati graphics driver to a usb drive, would i be able to install it in single user mode?

if so, what would the path to usb drive be?
 
Old 01-03-2010, 06:22 PM   #2
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
It might be easier to edit xorg.conf and activate the vesa driver. That way you have access to the computer to download drivers and install them.

Start your computer, when the login screen show up, press CTRL-ALT-F1. Log in as root.

Open /etc/X11/xorg.conf with your favorite editor (or nano)
Change the driver to "vesa" including the quotes.
Code:
Section "Device"
    Identifier     "Device0"
    Driver         "vesa"
    VendorName     "NVIDIA Corporation"
EndSection
Please complete your profile so it shows your distro.

Please write English, no SMS language.

jlinkels
 
Old 01-03-2010, 06:57 PM   #3
Rita G.
Member
 
Registered: Jan 2008
Posts: 157

Original Poster
Rep: Reputation: 25
Code:
Section "Device"
    Identifier     "Device0"
    Driver         "vesa"
    VendorName     "NVIDIA Corporation"
EndSection
this doesn't work.

it's an ATI card.
 
Old 01-03-2010, 07:08 PM   #4
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
Did you try it? The VendorName is irrelevant; if the vesa driver actually failed then you have bigger problems.
 
Old 01-03-2010, 07:09 PM   #5
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
The VESA driver happens to run all VGA cards. Have you tried it or are you just drawing a conclusion because I left the VendorName in?

jlinkels

EDIT: AlucardZero: you hit the submit button faster than I did!

Last edited by jlinkels; 01-03-2010 at 07:15 PM.
 
Old 01-03-2010, 07:49 PM   #6
Rita G.
Member
 
Registered: Jan 2008
Posts: 157

Original Poster
Rep: Reputation: 25
tried it exactly as posted.

rebooted, and system boots to "Input Not Supported" box floating around a black screen.
 
Old 01-03-2010, 08:20 PM   #7
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
resolution and/or refresh rate is too high
 
Old 01-03-2010, 08:36 PM   #8
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
Open xorg again.

Code:
Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       28.0 - 84.0  << on the safe side
    VertRefresh     43.0 - 120.0 << on the safe side
    Option         "DPMS"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         Ignore this, it will be different with you
    Monitor        "Generic Monitor"
    DefaultDepth    16
    SubSection     "Display"
        Depth       16
        Modes      "640x480" "600x800" "1024x768" << see below
    EndSubSection
EndSection
If you have a CRT monitor the Modes 640x480 etc are OK. If you have an LCD enter at least one combination which complies with the native resolution of your monitor.

If you have an LCD, change the highest VertRefresh to 60.0

If that fails, check /var/log/Xorg.0.log to see what resolution/refresh rate has been chosen by X and if that is something your monitor chokes on.

jlinkels
 
Old 01-04-2010, 07:35 AM   #9
Rita G.
Member
 
Registered: Jan 2008
Posts: 157

Original Poster
Rep: Reputation: 25
thanks for all replies, but none of these xorg edits work.

isn't there some way that the correct downloaded ati driver could be installed via floppy drive, cd-rom or usb device?
 
Old 01-04-2010, 08:54 AM   #10
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
What does Xorg.0.log tell you?

Sure you can download the driver and try to install it. Given the total lack of success with a generic VESA driver the chances are slight that something useful emerges when making things more complicated by installing another proprietary driver.

jlinkels
 
Old 01-04-2010, 11:38 AM   #11
Rita G.
Member
 
Registered: Jan 2008
Posts: 157

Original Poster
Rep: Reputation: 25
Quote:
Originally Posted by jlinkels View Post
Sure you can download the driver and try to install it.
i would like to give it a shot. i have the driver on a usb stick, but i don't know the commands to install it.

(there is no hardware issue here; the box has an elive installation on another partition that works perfectly.)

Last edited by Rita G.; 01-04-2010 at 01:58 PM.
 
Old 01-04-2010, 08:42 PM   #12
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
I have looked at the ATI driver. It is a shell script with a fairly large binary attached. The binary consist of compiled libraries for a number of distros, a number of different cards and probably some source files to be compiled against your current kernel.

Installation is most likely taken care of by a GUI app. (Which is tremendously stupid as often you won't have a GUI available when you install this driver)

Anyway, you can list and decompress all the files in the shell script (use -h parameter to see how) After that is done, you should dig into the directory tree of the decompressed driver files to see if there is somewhere some some scripts which will perform the install, or at least a README to tell you how to install this driver from the command line.

That is as much as I can tell you. Time doesn't permit to sort this all out for you and give you a step-by-step instruction. Someone else maybe?

jlinkels
 
Old 01-05-2010, 07:38 AM   #13
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
You could install the proprietary Ati driver from the Debian repository.
Had a quick scan through the guide,and from what i can see should be possible to install from the cli.
Here's the link:

http://wiki.debian.org/ATIProprietary

Last edited by the trooper; 01-05-2010 at 10:09 AM.
 
Old 01-05-2010, 01:45 PM   #14
Rita G.
Member
 
Registered: Jan 2008
Posts: 157

Original Poster
Rep: Reputation: 25
ok, all is well..
after wasting too much time with it, i put in a nvidia card,
thank you all for your patience & help.

"I will not be pushed,filed,stamped,indexed,briefed,debriefed or numbered.My life is my own...."

the prisoner?
 
Old 01-05-2010, 02:20 PM   #15
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:
"I will not be pushed,filed,stamped,indexed,briefed,debriefed or numbered.My life is my own...."

the prisoner?
Yes,well spotted.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: SGI, Once Mighty Graphics Giant, Gobbled Up For Pittance by Rackable Systems LXer Syndicated Linux News 0 04-04-2009 10:00 AM
!!GIANT!! Tux Hitboxx General 12 08-09-2007 09:46 AM
Giant Leap forward! eNightmare Linux - Distributions 4 04-21-2005 09:56 PM
New Geforce FX5900 graphics card - giant problems. Imek Linux - Hardware 3 04-06-2004 07:02 PM
Giant tar's pk21 Linux - General 4 09-04-2003 01:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 03:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration