WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [SOLVED] Screen Resolution 1024x600  (Read 68545 times)

Offline 3rail

  • Full Member
  • ***
  • Posts: 114
Re: Screen Resolution 1024x600
« Reply #15 on: August 06, 2010, 06:31:22 AM »
what about this part of the xorg error:

Code: [Select]
(EE) open /dev/fb0: No such device
shouldn't he enable the framebuffer by using a vga boot code?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Screen Resolution 1024x600
« Reply #16 on: August 06, 2010, 12:14:01 PM »
what about this part of the xorg error:

Code: [Select]
(EE) open /dev/fb0: No such device
shouldn't he enable the framebuffer by using a vga boot code?

Only if he wants to use fbdev instead of vesa or the native driver. (or have a pretty console)
The only barriers that can stop you are the ones you create yourself.

Offline Marco Trapanese

  • Newbie
  • *
  • Posts: 28
Re: Screen Resolution 1024x600
« Reply #17 on: August 26, 2010, 02:09:52 AM »
EDIT: Found 915resolution patched including your chipset here:
http://www.murga-linux.com/puppy/viewtopic.php?t=32462


I have the same problem trying to setup the resolution of 1024x600.
I downloaded the pet file from the link an copied to /usr/sbin

But the output of 915resolution -l is the same.

Another question: I have to manually backup the two files in /opt/.filetool.lst or there is a better way?

Thanks
Marco

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Screen Resolution 1024x600
« Reply #18 on: August 26, 2010, 02:40:04 AM »
Try
Code: [Select]
/usr/sbin/915resolution 50 1024 600
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline Marco Trapanese

  • Newbie
  • *
  • Posts: 28
Re: Screen Resolution 1024x600
« Reply #19 on: August 26, 2010, 02:59:50 AM »
Thanks! It works.
And works also

Code: [Select]
/usr/sbin/915resolution -l
but even if I boot with vga=577 (1024x600x16 mode $41+$200 -> 577 dec) I get a 800x600 resolution (I guess).

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Screen Resolution 1024x600
« Reply #20 on: August 26, 2010, 03:03:24 AM »
In framebuffer or Xvesa?
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline Marco Trapanese

  • Newbie
  • *
  • Posts: 28
Re: Screen Resolution 1024x600
« Reply #21 on: August 26, 2010, 03:11:29 AM »
framebuffer

this is my boot command:

Code: [Select]
kernel /boot/bzImage quiet tinycore tce=sda3 text vga=577

and this the entry in /home/tc/.xsession

Code: [Select]
/usr/local/bin/Xfbdev -mouse /dev/input/mice,5 -nolisten tcp -I >/dev/null 2>&1&
« Last Edit: August 26, 2010, 03:15:15 AM by Marco Trapanese »

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Screen Resolution 1024x600
« Reply #22 on: August 26, 2010, 03:21:40 AM »
http://forum.tinycorelinux.net/index.php?topic=6887.msg36786#msg36786

Are you using TC 3.0 with KMS?

Xfbdev will use whatever resolution the framebuffer has, I think, but 915 resolution can set native resolution for Xvesa regardless of framebuffer.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline Marco Trapanese

  • Newbie
  • *
  • Posts: 28
Re: Screen Resolution 1024x600
« Reply #23 on: August 26, 2010, 03:29:43 AM »
I'm running TC 3.0, but what's KMS?

Quote
Xfbdev will use whatever resolution the framebuffer has, I think, but 915 resolution can set native resolution for Xvesa regardless of framebuffer.


I'm not sure to correctly understand your sentence and the thread you linked.
Are you saying I can't get my netbook work at 1024x600 in framebuffer?

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Screen Resolution 1024x600
« Reply #24 on: August 26, 2010, 06:14:57 AM »
Kernel Mode Setting

I am not sure what you do not understand.
Xfbdev will use whatever resolution of framebuffer as is before starting X.
Xvesa could be "tricked" into native resolution by using 915resolution.

The thread I linked discusses native resolution in framebuffer.
No, I am not saying you can't your netbook work at 1024x600 in framebuffer.
See the link to approaches of solutions in the linked thread.
Personally I have never used uvesafb (neither patched bootloader)

Best resolution I get with vga=ask is 800x600 (which makes images look distorted on framebuffer console)
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline solleon

  • Newbie
  • *
  • Posts: 1
Re: Screen Resolution 1024x600
« Reply #25 on: August 31, 2010, 09:46:20 AM »
Hey guys,

My steps to work with 1024 x 600:

  • Install xorg from tce repo
  • Edit /etc/X11/xorg.conf like below. Note: keyboard is pt, in my case, and gpu "geode", so modify xorg for your system.
  • Add new line with "etc/X11/xorg.conf" to file "/opt/filetool.lst"
  • Kill X, pressing with ctrl + alt + backspace or using logout "Exit to prompt"
  • Type "startx" and hit enter
  • Success! If fail, kill X again e edit xorg.conf until fine!
  • So modify the first line of "/home/tc/.xsession" to "/usr/local/bin/Xorg -nolisten tcp &"
  • Now you can reboot and system auto load 1024 x 600

My xorg.conf from ubunt community

Code: [Select]
Section "Files"
ModulePath   "/usr/local/lib/X11/modules"
FontPath     "/usr/local/lib/X11/fonts/misc/"
FontPath     "/usr/local/lib/X11/fonts/TTF/"
FontPath     "/usr/local/lib/X11/fonts/OTF"
FontPath     "/usr/local/lib/X11/fonts/Type1/"
FontPath     "/usr/local/lib/X11/fonts/100dpi/"
FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver      "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "pt"
Option "XkbOptions" "lv3Ç:ralt_switch"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver      "mouse"
EndSection

Section "Monitor"
Identifier   "Configured Monitor"
VendorName   "Generic LCD Display"
ModelName    "LCD Panel 1024x600"
HorizSync 31.5 - 37.9
VertRefresh 50.0 - 70.0
DisplaySize 195 113
modeline "1024x600@60" 48.96 1024 1064 1168 1312 600 601 604 622 -HSync -VSync
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
Identifier  "Configured Video Device"
Driver      "geode"
VendorName  "Unknown Vendor"
BoardName   "vesa"
BusID       "PCI:0:1:1"
Option "AccelMethod" "EXA"
Option "MigrationHeuristic" "greedy"
Option "PanelMode" "48960 1024 1064 1168 1312 600 601 604 622"
Screen 0
EndSection

Section "Screen"
Identifier "Default Screen"
Device     "Configured Video Device"
Monitor    "Configured Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1024 600
Modes "1024x600@60"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Module"
Load "glx"
Load "GLcore"
### Load "v41"
EndSection

Section "ServerFlags"
EndSection

Offline Zendrael

  • Sr. Member
  • ****
  • Posts: 360
    • Zendrael's home of projects
Re: Screen Resolution 1024x600
« Reply #26 on: October 06, 2010, 07:12:10 AM »
OK, so... let's put a finishing point here:

Wich is more faster and less power and cpu consuption: Xvesa or Xorg (with appropriate drivers) on a netbook with Intel 945GME ?

I usually use my netbook to browse the web, programming for the web, watch some videos and image editing with gimp and inkscape. The hardware is:

video intel 945GME
2GB RAM
250GB HD (not SSD)
All intel chipsets and RTL8101E/RTL8102E for wireless card.

What will be better (like i said in the beginning) Xvesa or Xorg? (or Xfbdev?)

Thanks!

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Screen Resolution 1024x600
« Reply #27 on: October 06, 2010, 07:25:08 AM »
I use tc on a laptop with Intel 945 graphics and cannot see the difference between Xvesa and Xorg-7.5 in normal use, so I use Xvesa most of the time.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Screen Resolution 1024x600
« Reply #28 on: October 06, 2010, 08:44:39 AM »
OK, so... let's put a finishing point here:

Wich is more faster and less power and cpu consuption: Xvesa or Xorg (with appropriate drivers) on a netbook with Intel 945GME ?

http://forum.tinycorelinux.net/index.php?topic=6990.0
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline makoto

  • Newbie
  • *
  • Posts: 26
Re: [SOLVED] Screen Resolution 1024x600
« Reply #29 on: April 10, 2012, 04:33:46 PM »
Hey, I found a better way than loading 915resolution! I use thinkpad e420 which has a resolution of 1366*768 but Xvesa couldn't display that way,and 915resolution said it couldn't determine my chipset type. So I installed xf86-video-all.tcz, graphics-3.0.3-tinycore.tcz and Xorg-7.6-3d.tcz. Note that you have to download only them instead of Onboot because system may halt during loading. Then modify your onboot.lst, put xf86-video-all.tcz on top and put the others after all the default items. Then it works!