Buongiorno,

ho effettuato l'upgrade da etch a lenny sul macbook. Ho visto che il
pacchetto 915resolution è stato rimosso in favore della gestione
nativa di Xorg per i driver della scheda grafica.

Nessun problema, in effetti ho la risoluzione a pieno esattamente come
con il pacchetto suddetto.

Peccato che non riesca più a vedere il segnale sul televisore
LCD. Partendo dal tutorial[1], ho provato a risolvere la cosa ma il
link al file xorg.conf non funziona e non riesco a venirne a capo.

Il funzionamento era molto semplice, sulla TV avevo la replica normale
dello schermo principale, senza funzionamenti strani di dual screen e
similari. Il funzionamento avveniva a piena risoluzione, in poche
parole attaccavo il cavo alla VGA del televisore e tutto funzionava.

Appena esco da X e vado per esempio su tty1, il segnale arriva
correttamente e vedo il tutto a televisione.

Spero di non dover usare per forza 915resolution in quanto è stato
rimosso come pacchetto e gli unici sorgenti trovati sono quelli di
etch.

Segue il mio xorg.conf (che funzionava prima sul vecchio X con
915resoultion). Se qualche anima pia trova una soluzione mi farebbe
felice :)

Ciao e grazie
Davide

1. http://wiki.debian.org/MacBook#Externalmonitor


# /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/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

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

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

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "auto-dev"
        Option          "LeftEdge"              "100"
        Option          "RightEdge"             "1120"
        Option          "TopEdge"               "50"
        Option          "BottomEdge"            "310"
        Option          "FingerLow"             "25"
        Option          "FingerHigh"            "30"
        Option          "MinSpeed"              "0.4"
        Option          "MaxSpeed"              "0.8"
        Option          "AccelFactor"           "0.1"
        Option          "MaxTapMove"            "30"
        Option          "MaxTapTime"            "100"
        Option          "TapButton1"            "1"
        Option          "TapButton2"            "3"
        Option          "TapButton3"            "2"
        Option          "MaxDoubleTapTime"      "180"
        Option          "VertScrollDelta"       "30"
        Option          "HorizScrollDelta"      "30"
        Option          "SHMConfig"             "on"
EndSection

Section "Device"
        Identifier      "Intel Corporation Mobile 945GM/GMS/940GML Express 
Integrated
Graphics Controller"
        Driver          "intel"
        BusID           "PCI:0:2:0"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       28-64
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel Corporation Mobile 945GM/GMS/940GML Express 
Integrated
Graphics Controller"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x800" "1280x768" "1200x800" "1152x864" 
"1152x768" "1024x768"
"800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x800" "1280x768" "1200x800" "1152x864" 
"1152x768" "1024x768"
"800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x800" "1280x768" "1200x800" "1152x864" 
"1152x768" "1024x768"
"800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x800" "1280x768" "1200x800" "1152x864" 
"1152x768" "1024x768"
"800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x800" "1280x768" "1200x800" "1152x864" 
"1152x768" "1024x768"
"800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x800" "1280x768" "1200x800" "1152x864" 
"1152x768" "1024x768"
"800x600" "640x480"
        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




-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
debian-italian-requ...@lists.debian.org con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a listmas...@lists.debian.org

To UNSUBSCRIBE, email to debian-italian-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Rispondere a