LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-15-2006, 03:28 PM   #1
migantc1
LQ Newbie
 
Registered: Aug 2005
Posts: 11

Rep: Reputation: 0
VisionTek Radeon 9200 blank screen problem.


Hello all,

I have a problem that everytime I boot my computer and gnome tries to start the screen just goes blank and the keyboard stop to function. This started happening after I installed a new video card.

Specs:
VisionTek Radeon 9200
Fedora Core 5
Celeron 2.4Gh
Kernel 2.6.16-1.2111

The machine boots I get not error during the boot up, but when the screen goes blank to start gnome it just doesn't come back. I re-boot the machine 2 or 3 time everything starts with no problem. Has anyone seen this? Any help would me appreciated.

Thanks

Last edited by migantc1; 05-15-2006 at 03:30 PM.
 
Old 05-16-2006, 07:55 AM   #2
wraithe
Member
 
Registered: Feb 2006
Location: Australia
Distribution: Linux... :-)
Posts: 241
Blog Entries: 1

Rep: Reputation: 50
well...get the cd install disc and use rescue...
in the menu select install graphics and reinstall the graphics for the new card...
if you had put a card in thats identical to what you already had then it may not be exactly the same irq and etc....
re-install it...
if this is not the same card then it will not use the same drivers and you definitely need to install a driver for it...
best of luck..
 
Old 05-16-2006, 01:31 PM   #3
migantc1
LQ Newbie
 
Registered: Aug 2005
Posts: 11

Original Poster
Rep: Reputation: 0
I tried that, the card is configured and it works whenever it feels like working. The problem is that it takes me booting the machine a few time for video to finally work. I even tried reinstalling the system and it still doesn't work.
 
Old 05-16-2006, 05:41 PM   #4
Pelouse
LQ Newbie
 
Registered: Sep 2005
Distribution: Debian (mostly)
Posts: 9

Rep: Reputation: 0
I have a similar problem (http://www.linuxquestions.org/questi...d.php?t=445153) with a blank screen and a 9200 Radeon card. Can you post your xorg.conf? This way we could maybe compare and try to find a common solution...
 
Old 05-16-2006, 10:20 PM   #5
wraithe
Member
 
Registered: Feb 2006
Location: Australia
Distribution: Linux... :-)
Posts: 241
Blog Entries: 1

Rep: Reputation: 50
please post all the specs of your pc, drives and so forth not necassary but the m/b details and the graphics details...also the chips used on both...
as in north bridge and what the card uses...plz
 
Old 05-17-2006, 06:37 AM   #6
migantc1
LQ Newbie
 
Registered: Aug 2005
Posts: 11

Original Poster
Rep: Reputation: 0
The card is an PCI ATI VisionTEK Radeon 9200 I think is 128mb

# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Gateway EV700"
DisplaySize 330 240
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 69.0
VertRefresh 50.0 - 120.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

Last edited by migantc1; 05-17-2006 at 07:14 AM.
 
Old 05-17-2006, 12:33 PM   #7
wraithe
Member
 
Registered: Feb 2006
Location: Australia
Distribution: Linux... :-)
Posts: 241
Blog Entries: 1

Rep: Reputation: 50
have you by any chance tried using a vesa driver to see if you can get stability with that driver...
if it is the driver then a basic one like that should give you the stability first then you can look at the problem of it being something else...if it dont give you stability then you will have to look further into whats causing the problem...
 
Old 05-17-2006, 06:51 PM   #8
Pelouse
LQ Newbie
 
Registered: Sep 2005
Distribution: Debian (mostly)
Posts: 9

Rep: Reputation: 0
The following line seems strange:

Screen 0 "Screen0" 0 0

You could try replacing it by:

Screen "Screen0"

I'm far from being an expert, but this stands out when I compare your xorg.conf with mine.
 
Old 05-21-2006, 11:44 AM   #9
migantc1
LQ Newbie
 
Registered: Aug 2005
Posts: 11

Original Poster
Rep: Reputation: 0
I change the

Screen 0 "Screen0" 0 0

to

Screen "Screen0"

Thanks alot
 
  


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
Visiontek Radeon 9200 FighterAce124 Linux - Hardware 0 11-20-2004 09:08 PM
visiontek 9200 radeon clone...drivers? jubjub2m6 Linux - Hardware 1 05-31-2004 06:43 PM
Xinerama on Radeon 9200 almost works, but DVI screen is fuzzy 524x1200 jaufrec Linux - Hardware 2 03-06-2004 10:54 PM
Mandrake 9.2 Radeon 9200 (im using lynx to post) no screen found? Optyx Mandriva 1 03-04-2004 01:09 PM
Radeon 9200, screen resolution Covel Linux - General 4 01-05-2004 10:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:46 PM.

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