hi

i am in the middle of a workshop and my sound output does not work very well. I have to CTRL+ALT+DEL in order to make sure the computer sends the output to the projector. Any ideas how to set this by default? Few weeks ago this worked very well with another projector. I just had to press the funtion key to switch between monitors.

Another issue is that if i want to project videos they are only displayed in my monitor and not in the projection, it only shows a blue square there. I know in windows you solve this by setting the projection as main monitor, then the blue square is in the laptop monitor, but the projection gets the video.

Below is the content of my xorg.conf file. I have been playing around with it. I suspect that it got screwed up few weeks ago when i did an upgrade. If i run "sudo dpkg-reconfigure -phigh xserver-xorg" it does not really do much. Just creates a default xorg file with does not work very well.

I have an IBM x32 with ATI Technologies Inc Radeon Mobility M6 LY

thanks!

enrike



# xorg.conf (X.Org X Window System server configuration file)

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"    "xorg"
        Option          "XkbModel"    "pc105"
        Option          "XkbLayout"   "gb"
EndSection

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

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
EndSection

Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
        Driver          "radeon"
        BusID           "PCI:1:0:0"
        
        Option          "BusType" "PCI"
        Option          "AGPMode" "4"
        Option          "AGPSize" "32" # default: 8
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
        Monitor         "Generic Monitor"
        DefaultDepth    16
        SubSection "Display"
                Depth           1
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768"
        EndSubSection
        #SubSection "Display"
        #       Depth           24
        #       Modes           "1024x768"
        #EndSubSection
EndSection


Section "DRI"
        Mode    0666
EndSection


---
[email protected]
irc.goto10.org #pure:dyne

Reply via email to