I have a serious problem making me nervous. I installed sabayon X, amd 64, Gnome. This is a fresh installation, and the only thing that I did was:
- Code: Select all
#equo update
#equo install entropy sulfur equo --relaxed
#equo conf update
#equo update
#equo repo mirrorsort sabayon-weekly
#equo upgrade
#equo conf update
#equo install gdm
My kernel list is:
- Code: Select all
eselect kernel list
Available kernel symlink targets:
[1] linux-3.5.0-sabayon *
My opengl list is:
- Code: Select all
eselect opengl list
Available OpenGL implementations:
[1] ati *
[2] xorg-x11
[3] nvidia
My make.conf is:
- Code: Select all
# Only enable Graphite via package.env
CFLAGS="-march=k8 -O2 -pipe " # -ftree-vectorize ${GRAPHITE}"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j16 -s"
## USE ARRAYS ##
SAB_BAD=" -kdeprefix -arts -qt3 -kde -doc -docs -beagle -gnome -evo -mono -eds -apm -oss -branding -esd"
SAB_MEDIA="musicbrainz sdl pulseaudio wmf fame cdr dvi mp3rtp xine cddb alsa dvb dvd network dvdread ipod audiofile artswrappersuid dvdr jack dri cdda mjpeg mmx joystick xvmc cpudetection v4l v4l2"
SAB_CODECS="x264 gsm lame dv mp3 stream live openal theora ogg a52 win32codecs matroska xvid flac ffmpeg aac speex real dts musepack"
SAB_SYSTEM="cjk unicode gnutls nptl gcj udev kerberos acl dbus bash-completion lzo rar policykit xcb bzip2 bidi wifi lm_sensors acpi usb pcmcia bluetooth irda ieee1394 perl python"
SAB_FILESYS="fat hfs jfs xfs ntfs reiserfs sysfs inotify"
SAB_PRINT="cups ppds foomatic-db gimpprint freetype xprint scanner"
SAB_XSYS="cairo X opengl png gif gtk qt4 qt3support xpm tiff xinerama aiglx svg gphoto2 dga lcd openexr"
SAB_DESKTOP="kdehiddenvisibility gmp libnotify rdesktop pda zeroconf kdeenablefinal visualization avahi startup-notification accessibility"
SAB_BROWSER="nsplugin firefox mozdevelop xulrunner"
SAB_COMMS="jabber msn yahoo icq irc aim rss slp mail imap"
## DEVICES ##
INPUT_DEVICES="evdev void"
#VIDEO_CARDS="fbdev vesa radeonhd"
[color=#FF0000]VIDEO_CARDS="radeon"[/color]
So... I installed this package to use a ATI.
- Code: Select all
# equo search x11-drivers/xf86-video-ati
>> @@ Searching...
>> @@ Package: x11-drivers/xf86-video-ati-6.14.6-r1 branch: 5, [sabayon-weekly]
>> Available: version: 6.14.6-r1 ~ tag: NoTag ~ revision: 1
>> Installed: version: 6.14.6-r1 ~ tag: NoTag ~ revision: 1
>> Slot: 0
>> Homepage: http://xorg.freedesktop.org/
>> Description: ATI video driver
>> License: MIT
>> Keywords: x11-drivers/xf86-video-ati
>> Found: 1 entry
And my xorg.conf is:
- Code: Select all
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "i2c"
Load "ddc"
Load "vbe"
Load "dri"
Load "dri2"
Load "glx"
Load "synaptics"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
VertRefresh 43 - 60
HorizSync 28 - 80
EndSection
Section "Device"
Identifier "SabayonVga0"
Driver "radeon"
#BusID "PCI:01:05"
#Option "RenderAccel" "on"
#Option "XAANoOffscreenPixmaps"
#Option "BusType" "PCI"
#Option "ColorTiling" "on"
#Option "EnablePageFlip" "on"
# UseEvents is causing segmentation faults with
# NVIDIA 6xxx, 7xxx and >=275.xx.xx drivers
#Option "UseEvents" "True"
#Option "LogoPath" "/usr/share/backgrounds/sabayonlinux-nvidia.png"
EndSection
Section "Screen"
Identifier "Screen 0"
Device "SabayonVga0"
Monitor "Generic Monitor"
#Option "AddARGBGLXVisuals" "true"
DefaultDepth 24
SubSection "Display"
Depth 24
ViewPort 0 0
#Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "ServerLayout"
Identifier "Main Layout"
Screen 0 "Screen 0"
EndSection
Section "Extensions"
#Option "Composite" "Enable"
EndSection
And, finally, my problem is when I boot my system it do not load/start gdm. My screen take a blink and my screen stay black, my keyboard do not work and I try press ctrl+alt+f1 but nothing happens. I really not understand it, I am completly lost and what I need to do, for my Xorg works correctly?
Other thing, if I press ctrl+alt+f1 many times during the boot, the console shows to me.
MY GOD

