I recently came across an orphaned Samsung NC10 and started working on it (1.6Ghz Atom with 2GB RAM and a 60GB SSD). The display is (allegedly) a 1024x600 LCD with a 60 hertz refresh rate. It's driven by an Intel 945 Express. I installed Windows 10 and it runs at the appropriate resolution, and all the hardware reports in correctly against the manufacturer's spec above.
I then installed Lubuntu (so good) but caot get it to display at the 1024x600 correct resolution. It looks pretty derpy on a wide-format screen.
I've tried using xrandr to add the correct resolution as a mode, as in this thread, but I got several unexpected gamma errors (although it sounds like they're not a problem?) and the computer doesn't do anything:
Code:
alex@dongle:~$ cvt 1024 600 60
# 1024x600 59.85 Hz (CVT) hsync: 37.35 kHz; pclk: 49.00 MHz
Modeline "1024x600_60.00" 49.00 1024 1072 1168 1312 600 603 613 624 -hsync +vsync
alex@dongle:~$ xrandr --newmode "1024x600_60.00" 49.00 1024 1072 1168 1312 600 603 613 624 -hsync +vsync
xrandr: Failed to get size of gamma for output default
alex@dongle:~$ xrandr --verbose
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 800 x 600, current 800 x 600, maximum 800 x 600
default coected 800x600+0+0 (0x26f) normal (normal) 0mm x 0mm
Identifier: 0x26e
Timestamp: 18212
Subpixel: unknown
Clones:
CRTC: 0
CRTCs: 0
Transform: 1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 0.000000 1.000000
filter:
800x600 (0x26f) 36.000MHz *current
h: width 800 start 0 end 0 total 800 skew 0 clock 45.00KHz
v: height 600 start 0 end 0 total 600 clock 75.00Hz
1024x600_60.00 (0x289) 49.000MHz -HSync +VSync
h: width 1024 start 1072 end 1168 total 1312 skew 0 clock 37.35KHz
v: height 600 start 603 end 613 total 624 clock 59.85Hz
alex@dongle:~$ xrandr --addmode default "1024x600_60.00"
xrandr: Failed to get size of gamma for output default
alex@dongle:~$ xrandr --output default --mode "1024x600_60.00"
xrandr: Failed to get size of gamma for output default
xrandr: screen caot be larger than 800x600 (desired size 1024x600)
Earlier I noticed that the screen has a min, current, and max of 800x600. So I lifted the xorg.conf file for the NC10 from here and then followed this process in order to add a virtual screen at 1024x600 @ 60hz to increase it, but when I reboot the machine it goes to a black screen (Ctrl+Alt+F1 console is available to revert). Here's what that looked like:
Code:
Section "Screen"
...
SubSection "Display"
Virtual 1024 600
EndSubSection
EndSection
برچسب:
نویسنده: استخدام کار