Don't know since when, but changing my resolution by pressing CTRL ALT +/- is not working anymore. Changing by using xrandr works.
Any ideas?
TIA
Code: Select all
Section "ServerLayout"
Identifier "Main Layout"
Screen 0 "Screen 1" 0 0
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Logitech_Mouse" "CorePointer"
InputDevice "Touchpad2" "SendCoreEvents"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TTF"
FontPath "/opt/ttf"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/unifont"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/artwiz"
EndSection
Section "Module"
Load "dbe"
Load "synaptics"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
Load "dri"
Load "glx"
EndSection
Section "ServerFlags"
Option "blank time" "10" # 10 minutes
Option "standby time" "20"
Option "suspend time" "30"
Option "off time" "60"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "AutoRepeat" "250 30"
Option "XkbLayout" "de"
#Option "XkbVariant" ",nodeadkeys,"
EndSection
Section "InputDevice"
#Matthias
Identifier "Touchpad2"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
#Driver "mouse"
Option "SendCoreEvents" "true"
#Option "Device" "/dev/psaux"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
Option "TapButton1" "1"
Option "TapButton2" "1"
Option "TapButton3" "1"
EndSection
Section "InputDevice"
Identifier "Logitech_Mouse"
Driver "mouse"
Option "Protocol" "imPS/2"
#Option "Device" "/dev/input/mice"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
ModeLine "640x480" 25.2 640 664 760 800 480 491 493 525
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "ati"
Driver "fglrx"
#Driver "ati"
#ChipID 0x564A #5000
#ChipID 0x71c5
BusID "PCI:1:0:0"
Option "MonitorLayout" "NONE, LVDS"
Option "VendorName" "ATI"
Option "ModelName" "V5200"
BoardName "ATI Technologies Inc, FileGL v5200"
#Option "VideoOverlay" "on"
Option "UseFastTLS" "1"
Option "EnablePrivateBackZ" "on"
#Christian ?
#Option "no_dri" "yes"
Option "XAANoOffscreenPixmaps" "true"
EndSection
Section "Extensions"
Option "XVideo" "Enable"
Option "Composite" "Enable"
Option "XEVIE" "Enable"
Option "RENDER" "Enable"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "ati"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1200" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "dri"
Mode 0666
Code: Select all
Section "ServerLayout"
Identifier "X"
Screen 0 "Screen0" 0 0
EndSection
Section "Device"
Identifier "Card0"
Driver "fglrx"
# Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1200" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Code: Select all
emerge -uDN world