[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: "AIGLX: Screen 0 is not dri capable" on PowerBook G4 12"



Andrew,


Some day, this will all change. Follow the progress of the intrepid
Nouveau crew at this address:

http://nouveau.freedesktop.org/

Does this mean that some day we will have dualhead for the PB 12'' 1.33?
 


Georg,

I attach my xorg.conf file (dri disabled) which works ok . To use the dvi output I have to edit the file and swift the "#" symbol of the "ServerLayout" section-. not a very nice solution indeed. I hope this helps.

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
    FontPath    "/usr/share/fonts/X11/misc"
    FontPath    "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath    "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath    "/usr/share/fonts/X11/Type1"
    FontPath    "/usr/share/fonts/X11/100dpi"
    FontPath    "/usr/share/fonts/X11/75dpi"
EndSection

Section "Module"
    Load    "i2c"
    Load    "bitmap"
    Load    "ddc"
#    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "es"
    Option        "XkbOptions"    "lv3:lwin_switch"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ImPS/2"
    Option        "Emulate3Buttons"    "true"
EndSection



## No permet clonatge: default XOR sortida externa

## configuració del kernel
## Device Drivers  --->
## Graphics support  --->
##  <*>   nVidia Framebuffer Support
##    [*]     Enable DDC Support
##    [*]     Support for backlight control


Section "Device"
    Identifier    "nVidia Corporation NV34M [GeForce FX Go5200]"
    Driver        "nv"
    BusID        "PCI:0:16:0"
       Option        "UseFBDev"        "false"
#    Option          "UseFBDev"              "true"
#    Option "CrtcNumber" "1"
#    Option "FlatPanel" "1"
EndSection

Section "Device"
    Identifier    "Sortida Externa nVidia Corporation NV34M [GeForce FX Go5200]"
    Driver        "nv"
    BusID        "PCI:0:16:0"
       Option        "UseFBDev"        "false"
#    Option          "UseFBDev"              "true"
    Option "CrtcNumber" "0"
    Option "FlatPanel" "0"
EndSection



Section "Monitor"
    Identifier    "COLOR LCD"
    Option        "DPMS"
    HorizSync    28-51
    VertRefresh    43-60
EndSection



Section "Screen"
    Identifier    "Default Screen"
    Device        "nVidia Corporation NV34M [GeForce FX Go5200]"
    Monitor        "COLOR LCD"
    DefaultDepth    16
        SubSection "Display"
                Depth           16
                Modes           "1024x768"
        EndSubSection
EndSection

Section "Screen"
    Identifier    "Sortida Externa Screen"
    Device        "Sortida Externa nVidia Corporation NV34M [GeForce FX Go5200]"
    Monitor        "COLOR LCD"
    DefaultDepth    16
        SubSection "Display"
                Depth           16
            ## Per rotar: alt+ctrl+fn+-
                Modes           "1024x768" "800x600"
        EndSubSection
EndSection



Section "ServerLayout"
    Identifier    "Default Layout"
        ## NOMÉS UNA (mai les dues)
            Screen        "Default Screen"
        #    Screen        "Sortida Externa Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
#       InputDevice    "Synaptics Touchpad"
EndSection

Section "DRI"
    Mode    0666
EndSection


Reply to: