I reformatted for kicks and I'm running into
a screen resolution issue I had the first time I installed - but for some reason what fixed it last time isn't working this time...
Startx sticks me into a 800x600 fluxbox with thick black lines around the edges.
/var/log/Xorg.0.log: Code:
(II) VESA(0): Monitor0: Using hsync range of 30.00-54.00 kHz
(II) VESA(0): Monitor0: Using default vrefresh range of 50.00-70.00 Hz
(II) VESA(0): Not using mode "1024x768" (no mode of this name)
(--) VESA(0): Virtual size is 800x600 (pitch 800)
(**) VESA(0): *Built-in mode "800x600"
(**) VESA(0): *Built-in mode "640x480"
(==) VESA(0): DPI set to (96, 96)
(II) VESA(0): Attempting to use 60Hz refresh for mode "800x600" (114)
(II) VESA(0): Attempting to use 60Hz refresh for mode "640x480" (111)
Trying manually: Code:
[root]# xrandr -s 1024x768
Size 1024x768 not found in available modes
[root]#
/etc/X11/xorg.conf: Code:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0-54.0
EndSection
Section "Device"
Identifier "Card0"
Driver "vesa"
VendorName "Intel Corporation"
BoardName "82815 Chipset Graphics Controller (CGC)"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480
EndSubSection
EndSection
Help/suggestions will be greatly appreciated!