Hello, I've been trying(quite unsuccessfully) to get my eeepc 1000he to run at 1024x600 with my external monitor
at 1920x1200.

I tried both kernel 2.6.30 and 2.6.31. When I add a virtual line to my xorg.conf I get the following error while starting
X(Virtual 2944 1200):

failed to add fb.

and this in dmesg:
[drm:drm_mode_addfb] *ERROR* mode new framebuffer width not within limits

i just tried it again in windows and it works perfectly fine...

the x11 version is 1.6.2
i recently updated the intel driver and xserver from here:
https://launchpad.net/~xorg-edgers/+archive/ppa
in hope it would fix anything but no luck

regards,
Reza

Attachment: Xorg.0.log.gz
Description: GNU Zip compressed data

Section "ServerFlags"
  Option "DontZap"    "False"
EndSection

# Section "Module"
#     Load  "dri"
#     Load  "glx"
#     Load  "extmod"
#     Load  "record"
#     Load  "dbe"
#     Load  "dri2"
# EndSection

Section "Device"
  Identifier  "IntelCard"
  Driver      "intel"
  VendorName  "Intel Corporation"
  BoardName   "Mobile 945GME Express Integrated Graphics Controller"
  BusID       "PCI:0:2:0"
  # Override Intel's default 2d acceleration (XXA) with the new X.org 
acceleration
  Option "DRI" "False"
  Option "NoDRI"
  Option "AccelMethod" "exa" 
  # Option "AccelMethod" "xaa" 
  Option "MigrationHeuristic" "greedy"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "IntelCard"
        
        SubSection "Display"
                Virtual 2944 1200
        EndSubSection
EndSection
_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to