public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Nikos Chantziaras <realnc@arcor.de>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user]  Re: blank consoles after X starts
Date: Sun, 27 Jul 2008 05:50:48 +0300	[thread overview]
Message-ID: <g6gnqb$m82$1@ger.gmane.org> (raw)
In-Reply-To: <1217125191.14561.12.camel@rattus.localdomain>

William Kenworthy wrote:
> Thanks, its an R280 (9200) on an old athlon - but I'll give the upgrade
> a go.

I don't think it will help on R280 (and it's not worth the hassle as 
xf86-video-ati 6.9.0 pulls in many ~arch packages (maybe [M] too even).

As a starter, comment out every fancy stuff in xorg.conf and only use 
the bare minimum. Something like this:

Section "Files"
    # Your font paths here.
EndSection


Section "Device"
     Identifier "Blabla"
     Driver     "radeon"
EndSection


Section "Screen"
     Identifier  "Screen 1"
     Device      "Blabla"
     DefaultDepth 24
     Subsection "Display"
         Depth       8
         Modes       "1280x1024" "1024x768" "800x600" "640x480"
         ViewPort    0 0
     EndSubsection
     Subsection "Display"
         Depth       16
         Modes       "1280x1024" "1024x768" "800x600" "640x480"
         ViewPort    0 0
     EndSubsection
     Subsection "Display"
         Depth       24
         Modes       "1280x1024" "1024x768" "800x600" "640x480"
         ViewPort    0 0
     EndSubsection
EndSection


Section "ServerLayout"
     Identifier  "Simple Layout"
     Screen "Screen 1"
EndSection


Section "DRI"
     Mode 0666
EndSection




  reply	other threads:[~2008-07-27  2:51 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-26 23:37 [gentoo-user] blank consoles after X starts William Kenworthy
2008-07-27  0:50 ` [gentoo-user] " Nikos Chantziaras
2008-07-27  2:19   ` William Kenworthy
2008-07-27  2:50     ` Nikos Chantziaras [this message]
2008-07-27  6:30       ` Jorge Martínez López
2008-07-27  7:08         ` Jorge Martínez López
2008-07-27  7:43           ` Jorge Martínez López
2008-07-27  7:58           ` Nikos Chantziaras
2008-07-27  9:42             ` Jorge Martínez López
2008-07-27 10:15               ` Nikos Chantziaras
2008-07-27 10:24               ` William Kenworthy
2008-07-28 20:28               ` Nikos Chantziaras
2008-07-29 14:05                 ` Jorge Martínez López

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='g6gnqb$m82$1@ger.gmane.org' \
    --to=realnc@arcor.de \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox