-----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

Reply via email to