public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Luigi Pinna <mailing-gentoo@sailorferris.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] lost deadkeys layout
Date: Wed, 16 Aug 2006 18:37:16 +0200	[thread overview]
Message-ID: <200608161837.21770.mailing-gentoo@sailorferris.com> (raw)
In-Reply-To: <200607210024.32512.benno.schulenberg@gmail.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all!
Ok, I open the thread again... I'm so sorry!
So, I update my gentoo from xorg-6.8.2-r8 to xorg-7.0-r1 with a lot of 
problems.
I solved almost all of them thanks to you (and especially Benno who had 
enough patience with me).
I found a very annoience problem in new xorg: if I enable the glx module 
on /etc/X11/xorg.conf, my computer chashes (blank on monitor, no 
keyboard and mouse), without it, xorg starts with all my possible 
configuration files.
Now, I need glx (to use opengl for jahshaka).
I found no uswful info in /var/log/Xorg.0.log no errors!
I use xorg drivers on my ati radeon card.
I post my xorg.conf : I hope that it can be useful.
I generate it with Xorg -configure command.

# cat /etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib64/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/Type1"
EndSection

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbLayout"   "de"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        #DisplaySize      360   260     # mm
        Identifier   "Monitor0"
        VendorName   "PTS"
        ModelName    "miro P1998F"
        HorizSync    30.0 - 98.0
        VertRefresh  50.0 - 160.0
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "RV280 [Radeon 9200 SE]"
        BusID       "PCI:1:0:0"
        Option      "EnablePageFlip"        "true"
        Option      "AGPFastWrite"          "true"
        Option       "AGPMode"               "4"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport   0 0
                Modes       "1600x1200" "1280x1024" "1024x768" "800x600"
                Depth     24
        EndSubSection
EndSection

Section "DRI"
 Mode 0666
EndSection

Thanks a lot,
Luigi
- -- 
Public key GPG(0x633F86B7) on hkp://keyserver.linux.it/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFE40nBHmkkjmM/hrcRAr8XAJ4/5lHwuyIdfK95Q7L6mnk5f87GQgCfYNXe
Eq1yHDt9nNfsM+tgOKFfaf0=
=bhoh
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



      parent reply	other threads:[~2006-08-16 16:47 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-02 18:10 [gentoo-user] losting deadkeys layout Luigi Pinna
2006-07-02 19:15 ` Martins Steinbergs
2006-07-02 19:26 ` Donnie Berkholz
2006-07-02 21:17   ` Luigi Pinna
2006-07-02 21:33     ` Donnie Berkholz
2006-07-02 22:07       ` Luigi Pinna
2006-07-02 22:23         ` Donnie Berkholz
2006-07-02 22:44           ` Luigi Pinna
2006-07-03 20:20             ` Benno Schulenberg
2006-07-03 21:02               ` Luigi Pinna
2006-07-03 22:20                 ` [gentoo-user] lost " Benno Schulenberg
2006-07-03 22:48                   ` Luigi Pinna
2006-07-04 19:28                     ` Benno Schulenberg
2006-07-05  0:27                       ` Luigi Pinna
2006-07-06 21:12                         ` Benno Schulenberg
2006-07-10 19:45                           ` Luigi Pinna
2006-07-10 20:58                             ` Benno Schulenberg
2006-07-11 18:35                               ` Luigi Pinna
2006-07-11 21:00                                 ` Benno Schulenberg
2006-07-11 21:28                                   ` Luigi Pinna
2006-07-12 20:32                                     ` Benno Schulenberg
2006-07-12 23:42                                       ` Luigi Pinna
2006-07-13 20:28                                         ` Benno Schulenberg
2006-07-17 22:19                                           ` Luigi Pinna
2006-07-19 22:27                                           ` Luigi Pinna
2006-07-20 22:24                                             ` Benno Schulenberg
2006-07-21  6:11                                               ` Luigi Pinna
2006-08-16 16:37                                               ` Luigi Pinna [this message]

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=200608161837.21770.mailing-gentoo@sailorferris.com \
    --to=mailing-gentoo@sailorferris.com \
    --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