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

Re: problemi installing fglrx on toshiba m60



Arne Anka wrote:

i think i need the whole xorg.conf -- at least the error message
points to  a misconfiguration of your xorg.conf ...


I attach the whole file


xorg.conf -- not the logfile (/etc/X11/xorg.conf)

here the xorg.conf file


Section "Files"
       FontPath        "unix/:7100"                    # local font server
       # if the local font server has problems, we can fall back on these
       FontPath        "/usr/lib/X11/fonts/misc"
       FontPath        "/usr/lib/X11/fonts/cyrillic"
       FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
       FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
       FontPath        "/usr/lib/X11/fonts/Type1"
       FontPath        "/usr/lib/X11/fonts/CID"
       FontPath        "/usr/lib/X11/fonts/100dpi"
       FontPath        "/usr/lib/X11/fonts/75dpi"
       # paths to defoma fonts
       FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
       FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
       Load    "bitmap"
       Load    "dbe"
       Load    "ddc"
       Load    "GLcore"
       Load    "glx"
       Load    "dri"
       #Load   "extmod"
       # Load "extmod" but omit DGA extension
       # (the DGA extension is broken in the fglrx driver)
       SubSection "extmod"
               Option "omit xfree86-dga"
       EndSubSection
        Load    "freetype"
       Load    "int10"
       Load    "record"
       Load    "type1"
       Load    "vbe"
EndSection

Section "InputDevice"
       Identifier      "Generic Keyboard"
       Driver          "keyboard"
       Option          "CoreKeyboard"
       Option          "XkbRules"      "xorg"
       Option          "XkbModel"      "pc105"
       Option          "XkbLayout"     "it"
EndSection

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

Section "InputDevice"
       Identifier      "Synaptics Touchpad"
       Driver          "synaptics"
       Option          "SendCoreEvents"        "true"
       Option          "Device"                "/dev/psaux"
       Option          "Protocol"              "auto-dev"
       Option          "HorizScrollDelta"      "0"
EndSection

Section "Device"
       Identifier      "ATI Technologies, Inc. Radeon X600 (RV380)"
       Driver          "fglrx" # this is the important bit
       # If X refuses to use the screen resolution you asked for,
       # uncomment this; see "Bugs and Workarounds" for details.
       #Option "NoDDC"

       # === Video Overlay for the Xv extension ===
       Option "VideoOverlay" "on"

       # === OpenGL Overlay ===
       # Note: When OpenGL Overlay is enabled, Video Overlay
       # will be disabled automatically
       Option "OpenGLOverlay" "off"

       # === Use internal AGP GART support? ===
       # If OpenGL acceleration doesn't work, try using "yes" here
       # and disable the kernel agpgart driver.
       Option  "UseInternalAGPGART" "no"
EndSection

Section "Monitor"
       Identifier      "Monitor Generico"
       Option          "DPMS"
EndSection

Section "Screen"
       Identifier      "Default Screen"
       Device          "ATI Technologies, Inc. Radeon X600 (RV380)"
       Monitor         "Monitor Generico"
       DefaultDepth    24
       SubSection "Display"
               Depth           24
               Modes           "1440x900"
       EndSubSection
EndSection

Section "ServerLayout"
       Identifier      "Default Layout"
       Screen          "Default Screen"
       InputDevice     "Generic Keyboard"
       InputDevice     "Configured Mouse"
       InputDevice     "Synaptics Touchpad"
EndSection

Section "DRI"
       Mode    0666
EndSection

roberto