Skip to content

Instantly share code, notes, and snippets.

@old-school-devv
Created January 3, 2011 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save old-school-devv/763503 to your computer and use it in GitHub Desktop.
Save old-school-devv/763503 to your computer and use it in GitHub Desktop.
xorg.conf unter debian squeeze auf dem powerbook g4
Section "Device"
Identifier "Configured Video Device"
BusID "PCI:0:16:0"
Driver "nv"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768""800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "apple_laptop"
#Option "XkbModel" "macintosh"
Option "XkbLayout" "de"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment