Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xorg starts but then all other terminals crash
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
junkiex
n00b
n00b


Joined: 12 Nov 2006
Posts: 4

PostPosted: Sun Nov 12, 2006 2:38 pm    Post subject: Xorg starts but then all other terminals crash Reply with quote

Hello.

I just recently finished installing Gentoo for the first time. I'm very excited, but still getting used to the differences with Debian, the distro I migrated from.

Probably the most difficult part has been setting up the X system. I did manage to make it work, but now when I startX all other tty's crash, they won't work.

I have an ATI Radeon Xpress 200M on an Intel Pentium 4 3.00 Ghz. Motherboard Intel D101GGC and using Gentoo 2006.1 with kernel 2.6.17-r8.

This is my xorg.conf file:

Quote:
# File generated by xorgconfig.
#
# Copyright 2004 The X.Org Foundation
#
Section "ServerLayout"

Identifier "Simple Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"

# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# RgbPath "/usr/share/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
#
# FontPath "/usr/share/fonts/TTF/"
# FontPath "/usr/share/fonts/OTF"
# FontPath "/usr/share/fonts/CID/"
# FontPath "/usr/lib/X11/fonts/local/"
# FontPath "/usr/lib/X11/fonts/misc/"
# FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/Speedo/"
# FontPath "/usr/lib/X11/fonts/Type1/"
# FontPath "/usr/lib/X11/fonts/TrueType/"
# FontPath "/usr/lib/X11/fonts/freefont/"
# FontPath "/usr/lib/X11/fonts/75dpi/"
# FontPath "/usr/lib/X11/fonts/100dpi/"
# The module search path. The default path is shown here.
# ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection

Section "Module"

# This loads the GLX module
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
# Load "xtt"
Load "glx"
# This loads the DRI module
Load "dri"
EndSection

Section "InputDevice"

Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))

Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "latam"
EndSection

Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2" # Explorer PS/2
Option "Device" "/dev/input/mice"
# When using XQUEUE, comment out the above two lines, and uncomment
Option "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection

Section "Monitor"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
Identifier "My Monitor"
HorizSync 30.0 - 56.0
VertRefresh 50.0 - 150.0
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
# BusID "PCI:0:10:0"
# VideoRam 256
# Clocks 25.2 28.3
Identifier "Standard VGA"
Driver "vga"
VendorName "Unknown"
BoardName "Unknown"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection

Section "Screen"
Identifier "Screen 1"
Device "My Video Card"
Monitor "My Monitor"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection


I use the splash background in all my terminals, I don't know if it's got something to do with the crash. I would deeply appreciate your help.

Any other info needed, please ask.
Back to top
View user's profile Send private message
erik258
Advocate
Advocate


Joined: 12 Apr 2005
Posts: 2650
Location: Twin Cities, Minnesota, USA

PostPosted: Sun Nov 12, 2006 8:00 pm    Post subject: Reply with quote

i don't know if it would help, but if you share my opinion that recompiling the kernel and trying a new image is a lot easier than mucking around in the labyrinth of X, I think you should try a kernel with splash images and framebuffer consoles left out entirely. (I don't think the video mode selection should matter, but if you aren't even using a frambuffer console i don't see why you wouldn't just take out all but the very basicmost of vitrual terminal/console options
_________________
Configuring a Firewall? Try my iptables configuration
LinuxCommando.com is my blog for linux-related scraps and tidbits. Stop by for a visit!
Back to top
View user's profile Send private message
junkiex
n00b
n00b


Joined: 12 Nov 2006
Posts: 4

PostPosted: Sun Nov 12, 2006 8:13 pm    Post subject: Reply with quote

I will probably recompile the kernel, but thing is I do use framebuffer consoles. I turned off the framebuffer and what I got was my monitor going in some kind of stand-by mode when switching to the other terminals. Weird thing is, (I forgot to mention before) if I do not start X, all tty's work perfectly, with or without framebuffer.

I used genkernel to compile, because I've been finishing this installation process for like three days now (I love how much I've learned but I really can't stand working in Windows). Now that I have this working kernel I can start recompiling without not having to run Linux.

Thank you very much for the advice.
Back to top
View user's profile Send private message
erik258
Advocate
Advocate


Joined: 12 Apr 2005
Posts: 2650
Location: Twin Cities, Minnesota, USA

PostPosted: Sun Nov 12, 2006 8:39 pm    Post subject: Reply with quote

i remember somebody having this problem before, and i've had it myself. I did eventually manage to solve it myself the one time I had it by running the consoles in framebuffer (i was using framebuffer for x as well) . a friend of mine long ago had the problem with their ati card (radeon of some kind, this is 2002 and it was newish) and i don't remember how they fixed it, if at all.

can you get by without leaving X?
_________________
Configuring a Firewall? Try my iptables configuration
LinuxCommando.com is my blog for linux-related scraps and tidbits. Stop by for a visit!
Back to top
View user's profile Send private message
junkiex
n00b
n00b


Joined: 12 Nov 2006
Posts: 4

PostPosted: Mon Nov 13, 2006 2:06 am    Post subject: Reply with quote

Then I guess I may have a wrong concept of framebuffer consoles. I though all I had to do to run consoles in framebuffer was add the vga=791 in the grub.conf file... please correct me if I'm wrong. :oops:

X works perfectly, it won't crash or whatsoever. It's just I usually use the other tty's and really would love having them back. Besides, I kinda like everything working as it should... hehehehe.

Thanks a lot again, and if you could send me some info on framebuffering I would deeply appreciate it. If not I'll try to google around later.

Thanks a lot again :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum