LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-15-2006, 01:23 AM   #1
Tbagz
LQ Newbie
 
Registered: Oct 2005
Location: Nashville Tn.
Posts: 23

Rep: Reputation: 15
Gnome do I need to reinstall? Gentoo


Ofter messing with the frame buffer in the grub.conf I have made gnome not owrk...lol fatal error. Even after taking out the edit or returning it to the original set up I still get the fatal error.

Do I need to "unemerge" and "ermerge gnome" again? or just "emerge gnome" to start over? I am using Gentoo.

Thanks in advance.
 
Old 01-15-2006, 02:03 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
we won't have a clue if you don't even tell us what the fatal error is... we're not psychic!
 
Old 01-15-2006, 11:39 PM   #3
Tbagz
LQ Newbie
 
Registered: Oct 2005
Location: Nashville Tn.
Posts: 23

Original Poster
Rep: Reputation: 15
sorry, it is hard to read all the text do to left and right sides of the screen are distorted. the text gets kinda squeezed on the right and cut off on the left.

But I can see... cant run in framebuffer mode. please specify busIDs for all framebuffer devices.

fatal IO error 104 (connection reset by peer) on X server ":0.0"

can that help you all help me?

Last edited by Tbagz; 01-15-2006 at 11:57 PM.
 
Old 01-16-2006, 01:50 AM   #4
ylts
Member
 
Registered: Feb 2005
Location: Estonia, Tartu
Distribution: Gentoo linux
Posts: 101

Rep: Reputation: 15
I had same thing, it means that nvidia driver conflicts with nvidia framebuffer.
Use menuconfig and gompile your kernel without nvidia framebuffer support.
it should be in: device drivers -->> graphics.
 
Old 01-16-2006, 02:52 AM   #5
Tbagz
LQ Newbie
 
Registered: Oct 2005
Location: Nashville Tn.
Posts: 23

Original Poster
Rep: Reputation: 15
thanks, I'll try this.
 
Old 01-16-2006, 01:48 PM   #6
Tbagz
LQ Newbie
 
Registered: Oct 2005
Location: Nashville Tn.
Posts: 23

Original Poster
Rep: Reputation: 15
ok im in menuconfig but i donot have any of the nvidia drivers selected....

I do have
<*>Support for fram buffer devices[*]Enable video mode handling helpers
<*>Vesa VGA graphics support----->vesafb
[*]support for the framebuffer splash.

Im using an old radeon card like 5700 or something....

Im going to keep it here and wait if someone can rply quick.

but on a side note I think I used genkernal this last time.... I have tried this install 4 times. the problems did not start till I messed with the framebuffer in grub.conf

Last edited by Tbagz; 01-16-2006 at 01:52 PM.
 
Old 01-16-2006, 08:20 PM   #7
Tbagz
LQ Newbie
 
Registered: Oct 2005
Location: Nashville Tn.
Posts: 23

Original Poster
Rep: Reputation: 15
ok I may be getting way off track or getting closer I have no Idea... But I just tried
X -config /root/xorg.config.new

and got back:
Fatal: Module radeon not found
[drm] failed to load kernel module "radeon"
(EE) Radeon(0):[DRI] DRI screen Init failed. Disabling DRI
(EE) xF860 OpenSerial: Cannot open device /dev/mouse
no such file or directory.
(EE) Mouse 0:cannot open input device
(EE)PreInit failed for imput device "mouse0"
no core pointer


fatal Server Error
failed to initialize core devices


So maybe I dont have radeon drivers compiled in genkernel????

can I make menuconfig and take out framebuffer and add radeon??

and how can I see /var/lo/Xorg.0.log ???

I'm sorry I am asking so many questions.... I just need my window manager to work and I would be on my way...lol.
 
Old 01-17-2006, 05:43 AM   #8
ylts
Member
 
Registered: Feb 2005
Location: Estonia, Tartu
Distribution: Gentoo linux
Posts: 101

Rep: Reputation: 15
Radeon needs drm in and probably does not conflict with framebuffer:
Device drivers --> Character devices --> direct Rendering manager
If you have it try to modprobe drm before starting X.
for mouse if it is not working have look at my mouse section of xorg.conf
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Last edited by ylts; 01-17-2006 at 05:44 AM.
 
Old 01-18-2006, 10:42 AM   #9
Tbagz
LQ Newbie
 
Registered: Oct 2005
Location: Nashville Tn.
Posts: 23

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ylts
Radeon needs drm in and probably does not conflict with framebuffer:
Device drivers --> Character devices --> direct Rendering manager
If you have it try to modprobe drm before starting X.



Well I went to make menuconfig and found what you said above. I added the modules and make && make modules_install so we'll see.

now is there something else I need to do like update commmand or something to that effect?
 
Old 01-19-2006, 03:49 AM   #10
ylts
Member
 
Registered: Feb 2005
Location: Estonia, Tartu
Distribution: Gentoo linux
Posts: 101

Rep: Reputation: 15
http://odin.prohosting.com/wedge01/g...adeon-faq.html
Found this gentoo ati faq read it if problems.
 
Old 01-22-2006, 07:51 PM   #11
Tbagz
LQ Newbie
 
Registered: Oct 2005
Location: Nashville Tn.
Posts: 23

Original Poster
Rep: Reputation: 15
it's frustrating that knoppix will work fine but I can't get a windows mgr in gentoo.....
 
Old 01-23-2006, 12:25 AM   #12
ylts
Member
 
Registered: Feb 2005
Location: Estonia, Tartu
Distribution: Gentoo linux
Posts: 101

Rep: Reputation: 15
post your /var/log/Xorg.0.log lines starting with (WW) or (EE) or with error mentioned and i can probably tell what the problem is.
 
Old 02-20-2006, 01:25 PM   #13
Tbagz
LQ Newbie
 
Registered: Oct 2005
Location: Nashville Tn.
Posts: 23

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ylts
post your /var/log/Xorg.0.log lines starting with (WW) or (EE) or with error mentioned and i can probably tell what the problem is.

WW open APM failed no such ile or dir

EE VGA(0) driver cant support depth 24

EE screens found but nine have a usable config

thats the only ones with WW or EE at the front.

I am using a ATI radeon 64 MB DDR p/n 1027070300

Last edited by Tbagz; 02-20-2006 at 01:28 PM.
 
Old 02-22-2006, 07:43 AM   #14
ylts
Member
 
Registered: Feb 2005
Location: Estonia, Tartu
Distribution: Gentoo linux
Posts: 101

Rep: Reputation: 15
EE VGA(0) driver cant support depth 24

means you are trying to use vga driver and 24 bit colors and vga driver is not supporting it. If using Radeon 8500 or above install ati drivers and as root run fglrx-config. ati also has instuctions on:
https://support.ati.com/ics/support/...ge&folderID=27

With older open your /etc/X11/xorg.conf and change
[code]Section "Device"
Identifier "My Video Card"
Driver "ati"
EndSection[code]

so you can use opensource ati drivers instead of vga.

EE screens found but nine have a usable config

under Section "Screen" you can set screen resolution and colordepths. Myne is:

Section "Screen"
Identifier "Screen 1"
Device "My Video Card"
Monitor "My Monitor"
DefaultDepth 24
Option "UseEdidDpi" "FALSE"
Option "DPI" "96 x 96"
# Insert Clocks lines here if appropriate
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Defaulting to 1024x768 with 24 bit

you can also copy your xorg.conf from knoppix, it should work(probaly no 3d acceleration tough)

Last edited by ylts; 02-22-2006 at 07:45 AM.
 
Old 02-23-2006, 04:16 AM   #15
Tbagz
LQ Newbie
 
Registered: Oct 2005
Location: Nashville Tn.
Posts: 23

Original Poster
Rep: Reputation: 15
Thanks ylts, I am still hacking away at this. I know most of this is USERerror. It is getting so late here I must sleep soon. I will try it and let you know what happened.
 
  


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
pkg-config error with emerge -aD gnome-python on Gentoo 2.6.9-gentoo-r6 ghrellin Linux - Software 2 12-22-2004 06:37 PM
Want to reinstall Gnome, basic applets are crashing davious Fedora 2 11-14-2004 12:47 PM
need to reinstall gnome desktop redhat9 bluehen87 Linux - Software 0 05-05-2004 08:59 AM
Gentoo - Resizing the Partitions without reinstall backflippin Linux - Software 2 04-07-2004 12:04 AM
Reinstall Gnome Obscure Linux - Newbie 4 04-30-2003 06:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:15 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