Screen resolution

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



My Dell Inspiron E1505/6400 laptop has 1680x1050 display. However, I
can't get anything higher than 1400x1050 out of Fedora. This is my
xorg.cong:


[root@localhost X11]# cat xorg.conf
# Xorg configuration created by system-config-display

Section "ServerLayout"
      Identifier     "single head configuration"
      Screen      0  "Screen0" 0 0
      InputDevice    "Keyboard0" "CoreKeyboard"
      InputDevice    "Synaptics" "CorePointer"
EndSection

Section "InputDevice"
      Identifier  "Keyboard0"
      Driver      "kbd"
      Option      "XkbModel" "pc105"
      Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
      Identifier  "Synaptics"
      Driver      "synaptics"
      Option      "Device" "/dev/input/mice"
      Option      "Protocol" "auto-dev"
      Option      "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
      Identifier   "Monitor0"
      ModelName    "LCD Panel 1680x1050"
### Comment all HorizSync and VertSync values to use DDC:
      HorizSync    31.5 - 90.0
      VertRefresh  59.9 - 60.1
      Option      "dpms"
EndSection

Section "Device"
      Identifier  "Videocard0"
      Driver      "vesa"
EndSection

Section "Screen"
      Identifier "Screen0"
      Device     "Videocard0"
      Monitor    "Monitor0"
      DefaultDepth     24
      SubSection "Display"
              Viewport   0 0
              Depth     24
      EndSubSection
EndSection

[root@localhost X11]#


Does the vesa driver support widescreen? I have no problem trying
another driver, preferably something with 3D so that I could use
Google Earth.

Dotan Cohen

http://lyricslist.com/
http://what-is-what.com/


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux