You are not logged in.

#1 2010-09-21 14:02:24

badfrog88
Member
Registered: 2010-08-13
Posts: 43

acpi-eeepc-generic Resolution Toggle Not Working

Re my earlier post here: https://bbs.archlinux.org/viewtopic.php?id=105265

I'm not sure, but I think this might have something to do with my /etc/X11/xorg.conf.d/10-monitor.conf file. It only has one resolution listed.  Do I need to list other resolutions for the toggle to work?

I added the 10-monitor.conf file to get rid of some xorg "failed to load module" errors.

Here is my 10-monitor.conf file (which I pulled from here: https://bbs.archlinux.org/viewtopic.php?id=104787):

Section "Monitor"
   Identifier      "Monitor0"
EndSection

Section "Device"
   Identifier    "Device0"
   Driver        "intel"
EndSection

Section "Screen"
   Identifier    "Screen0"  #Collapse Monitor and Device section to Screen section
   Device        "Device0"
   Monitor       "Monitor0"
   DefaultDepth   24
   SubSection    "Display"
       Depth     16
       modes     "1024x600_75.00"
   EndSubSection
EndSection

Offline

Board footer

Powered by FluxBB