WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

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

Offline Zendrael

  • Sr. Member
  • ****
  • Posts: 362
    • Zendrael's home of projects
[SOLVED] Screen Resolution 1024x600
« on: July 27, 2010, 02:33:09 PM »
Hi!

Tinycore is great! I really like the system! BUT... i am now working only with my netbook and can not get the default 1024x600 resolution... I heard about 915resolution.tce but i can only connect in internet via wireless (that does not work after tinycore boots up...) So, here is the question(s):

- How to setup the correct resolution?

- It will play videos via mplayer or even flash videos from youtube direct in the browser?

- The Xvesa with tinycore has composite support?

- If i can not find some applications under tinycore package management, is there any specific package from another distro that i have/can use?

Ok, that's a lot of questions... I hope someone can help me.

Thanks!
« Last Edit: December 19, 2010, 01:01:59 PM by Zendrael »

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Screen Resolution 1024x600
« Reply #1 on: July 27, 2010, 03:08:53 PM »
Couldn't you place the needed extensions on to a pendrive?
10+ Years Contributing to Linux Open Source Projects.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Screen Resolution 1024x600
« Reply #2 on: July 27, 2010, 03:13:18 PM »
Your questions might get answered to a big part by searching the forum.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline h-munster

  • Newbie
  • *
  • Posts: 49
Re: Screen Resolution 1024x600
« Reply #3 on: July 27, 2010, 03:32:44 PM »
I have 915resolution.tcz as one of my "onboot" extensions, and I think that it is supposed to work automatically in most cases.  At first, the 1024x600 resolution on my Dell Mini 9 didn't work, but it finally kicked-in for some reason.

By the way, what is the brand-model of your netbook?

I use Mplayer-nodeps.tcz, as it has no dependencies and plays movies within the frame buffer, but there are gtk versions in the TC repository.  You can install mainstream browsers with the proper plug-ins/extensions that will allow you to play video within the browser.

Don't know about composite support in Xvesa.

Don't know about using packages from other distros.


Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: Screen Resolution 1024x600
« Reply #4 on: July 27, 2010, 03:53:12 PM »
No composite in Xvesa.
The only barriers that can stop you are the ones you create yourself.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Screen Resolution 1024x600
« Reply #5 on: July 27, 2010, 04:02:53 PM »
I use Mplayer-nodeps.tcz, as it has no dependencies and plays movies within the frame buffer, but there are gtk versions in the TC repository.
Also smplayer.tcz (qt based) works fine as frontend for Mplayer-nodeps.tcz
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline h-munster

  • Newbie
  • *
  • Posts: 49
Re: Screen Resolution 1024x600
« Reply #6 on: July 28, 2010, 01:32:54 AM »
The first line of my "/home/tc/.xsession" reads:
Code: [Select]
/usr/bin/Xvesa -br -screen 1024x600x24 -shadow -2button -mouse /dev/input/mice -nolisten tcp -I >/dev/null 2>&1 &
What does yours say?

Offline saa_1973

  • Newbie
  • *
  • Posts: 3
Re: Screen Resolution 1024x600
« Reply #7 on: July 31, 2010, 07:37:34 AM »
Hello,

sudo Xvesa -listmodes

gives the following information. I have the 915resolution.tcz extension loaded, but do not get the 1024x600 resolution. Help in this regard will be appreciated.

VBE version 3.0 (Intel(r)PineView Graphics Chip Accelerated VGA BIOS)
DAC is fixed, controller is VGA compatible, RAMDAC causes snow
Total memory: 8128 kilobytes
0x0006: 640x200x1 (monochrome) Planar (1 planes)
0x000D: 320x200x4 Planar (4 planes) (no linear framebuffer)
0x000E: 640x200x4 Planar (4 planes) (no linear framebuffer)
0x0010: 640x350x4 Planar (4 planes) (no linear framebuffer)
0x0011: 640x480x1 (monochrome) Planar (1 planes)
0x0012: 640x480x4 Planar (4 planes) (no linear framebuffer)
0x0013: 320x200x8 PseudoColor
0x0112: 640x480x24 TrueColor [8:8:8:8]
0x0114: 800x600x16 TrueColor [5:6:5:0]
0x0115: 800x600x24 TrueColor [8:8:8:8]
0x0101: 640x480x8 PseudoColor
0x0103: 800x600x8 PseudoColor
0x0111: 640x480x16 TrueColor [5:6:5:0]

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Screen Resolution 1024x600
« Reply #8 on: July 31, 2010, 08:18:24 AM »
What is output of:
Code: [Select]
sudo 915resolution -l |grep 1024x600
?
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline saa_1973

  • Newbie
  • *
  • Posts: 3
Re: Screen Resolution 1024x600
« Reply #9 on: July 31, 2010, 09:27:54 AM »
The output is as below:

Intel chipset detected.  However, 915resolution was unable to determine the chipset type.
Chipset Id: a0108086
Please report this problem to stomljen@yahoo.com

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Screen Resolution 1024x600
« Reply #10 on: July 31, 2010, 09:35:15 AM »
Is it easy for you to try Xorg?
Which version of TC do you refer to?

EDIT: Found 915resolution patched including your chipset here:
http://www.murga-linux.com/puppy/viewtopic.php?t=32462

HTH
« Last Edit: July 31, 2010, 11:27:51 AM by tinypoodle »
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline Zendrael

  • Sr. Member
  • ****
  • Posts: 362
    • Zendrael's home of projects
Re: Screen Resolution 1024x600
« Reply #11 on: July 31, 2010, 04:58:24 PM »
Thanks by the answers! I will try "playing" more with tinycore in a vrtualmachine before installing.

Offline saa_1973

  • Newbie
  • *
  • Posts: 3
Re: Screen Resolution 1024x600
« Reply #12 on: August 01, 2010, 01:43:48 AM »
Is it easy for you to try Xorg?
Which version of TC do you refer to?

EDIT: Found 915resolution patched including your chipset here:
http://www.murga-linux.com/puppy/viewtopic.php?t=32462

HTH

Thanks for your help. I could use the patched version available from puppy and get the 1024x600 resolution.
However Xorg-7.5.tcz does not work and gives the following error in Xorg.0.log. I would appreciate your suggestion.


X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.33.3-tinycore i686
Current Operating System: Linux box 2.6.33.3-tinycore #2012 SMP Wed May 12 17:05:42 EEST 2010 i686
Kernel command line: initrd=tinycore.gz quiet waitusb=5:UUID="59C2-C8CE" tce=UUID="59C2-C8CE" BOOT_IMAGE=bzImage
Build Date: 28 May 2010  06:50:29PM
 
Current version of pixman: 0.18.2
   Before reporting problems, check www.tinycorelinux.com
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug  1 10:08:47 2010
(II) Loader magic: 0x819471c
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.4
   X.Org Video Driver: 6.0
   X.Org XInput driver : 7.0
   X.Org Server Extension : 2.0
(--) using VT number 2

(--) PCI:*(0:0:2:0) 8086:a011:104d:9075 rev 0, Mem @ 0xfea80000/524288, 0xe0000000/268435456, 0xfe700000/1048576, I/O @ 0x0000f0f0/8
(--) PCI: (0:0:2:1) 8086:a012:104d:9075 rev 0, Mem @ 0xfea00000/524288
(==) Using default built-in configuration (30 lines)
(==) --- Start of built-in configuration ---
   Section "Device"
      Identifier   "Builtin Default intel Device 0"
      Driver   "intel"
   EndSection
   Section "Screen"
      Identifier   "Builtin Default intel Screen 0"
      Device   "Builtin Default intel Device 0"
   EndSection
   Section "Device"
      Identifier   "Builtin Default vesa Device 0"
      Driver   "vesa"
   EndSection
   Section "Screen"
      Identifier   "Builtin Default vesa Screen 0"
      Device   "Builtin Default vesa Device 0"
   EndSection
   Section "Device"
      Identifier   "Builtin Default fbdev Device 0"
      Driver   "fbdev"
   EndSection
   Section "Screen"
      Identifier   "Builtin Default fbdev Screen 0"
      Device   "Builtin Default fbdev Device 0"
   EndSection
   Section "ServerLayout"
      Identifier   "Builtin Default Layout"
      Screen   "Builtin Default intel Screen 0"
      Screen   "Builtin Default vesa Screen 0"
      Screen   "Builtin Default fbdev Screen 0"
   EndSection
(==) --- End of built-in configuration ---
(==) ServerLayout "Builtin Default Layout"
(**) |-->Screen "Builtin Default intel Screen 0" (0)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default intel Device 0"
(==) No monitor specified for screen "Builtin Default intel Screen 0".
   Using a default monitor configuration.
(**) |-->Screen "Builtin Default vesa Screen 0" (1)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default vesa Device 0"
(==) No monitor specified for screen "Builtin Default vesa Screen 0".
   Using a default monitor configuration.
(**) |-->Screen "Builtin Default fbdev Screen 0" (2)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Builtin Default fbdev Device 0"
(==) No monitor specified for screen "Builtin Default fbdev Screen 0".
   Using a default monitor configuration.
(==) Not automatically adding devices
(==) Not automatically enabling devices
(WW) The directory "/usr/local/lib/X11/fonts/OTF" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/local/lib/X11/fonts/100dpi/" does not exist.
   Entry deleted from font path.
(==) FontPath set to:
   /usr/local/lib/X11/fonts/misc/,
   /usr/local/lib/X11/fonts/TTF/,
   /usr/local/lib/X11/fonts/Type1/,
   /usr/local/lib/X11/fonts/75dpi/
(==) ModulePath set to "/usr/local/lib/X11/modules"
(==) |-->Input Device "<default pointer>"
(==) |-->Input Device "<default keyboard>"
(==) The core pointer device wasn't specified explicitly in the layout.
   Using the default mouse configuration.
(==) The core keyboard device wasn't specified explicitly in the layout.
   Using the default keyboard configuration.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) LoadModule: "extmod"
(II) Loading /usr/local/lib/X11/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 1.7.7, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/local/lib/X11/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 1.7.7, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/local/lib/X11/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
   compiled for 1.7.7, module version = 1.0.0
   ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/local/lib/X11/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
   compiled for 1.7.7, module version = 1.0.0
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/local/lib/X11/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
   compiled for 1.7.7, module version = 1.1.0
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/local/lib/X11/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
   compiled for 1.7.7, module version = 2.11.0
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "vesa"
(II) Loading /usr/local/lib/X11/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
   compiled for 1.7.7, module version = 2.3.0
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "fbdev"
(II) Loading /usr/local/lib/X11/modules/drivers/fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
   compiled for 1.7.7, module version = 0.4.2
   ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "mouse"
(II) Loading /usr/local/lib/X11/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 1.7.7, module version = 1.5.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 7.0
(II) LoadModule: "kbd"
(II) Loading /usr/local/lib/X11/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 1.7.7, module version = 1.4.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 7.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
   i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
   E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
   965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
   4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
(II) VESA: driver for VESA chipsets: vesa
(II) FBDEV: driver for framebuffer: fbdev
(II) Primary Device is: PCI 00@00:02:0
(WW) Falling back to old probe method for vesa
(WW) Falling back to old probe method for fbdev
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/local/lib/X11/modules/linux/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
   compiled for 1.7.7, module version = 0.0.2
   ABI class: X.Org Video Driver, version 6.0
(EE) open /dev/fb0: No such device
(EE) intel(0): No kernel modesetting driver detected.
(II) UnloadModule: "intel"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Please consult the TinyCore Linux support
    at www.tinycorelinux.com
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: Screen Resolution 1024x600
« Reply #13 on: August 01, 2010, 01:55:05 AM »
@saa_1973

Quote
(EE) intel(0): No kernel modesetting driver detected.

Do you have graphics-2.6.33.3-tinycore.tcz loaded? Intel needs it for 2d too.
The only barriers that can stop you are the ones you create yourself.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Screen Resolution 1024x600
« Reply #14 on: August 01, 2010, 03:08:15 AM »
Xorg could do native resolution without 915resolution, but in case 915resolution works for your chipset, Xvesa should work with native resolution.  ;)

That's why i prefixed the part about patched 915resolution with "EDIT", I found that after already having posted suggestion to try Xorg (meant without 915resolution working).
« Last Edit: August 01, 2010, 03:16:32 AM by tinypoodle »
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)