Skip to content

Instantly share code, notes, and snippets.

@akwiatkowski
Created April 19, 2012 08:37
Show Gist options
  • Save akwiatkowski/2419705 to your computer and use it in GitHub Desktop.
Save akwiatkowski/2419705 to your computer and use it in GitHub Desktop.
vostro 3555 xorg.conf - working skype
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:0:1:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "XVideo" "Disable"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment