Sponsored Content
Full Discussion: Toshiba laptop
Top Forums UNIX for Dummies Questions & Answers Toshiba laptop Post 6688 by ober5861 on Monday 10th of September 2001 09:25:47 AM
Old 09-10-2001
umm... stupid question, I know... but have you played with the display settings after changing resolutions? (ie. screen width/height, etc.. ??) I dont' know what else to tell you. Maybe Mandrake hates Toshiba.. Smilie
 

7 More Discussions You Might Find Interesting

1. SCO

SCO 5.0.5 and Toshiba eStudio

Hi there guys and gals. I have me a near new Toshiba eStudio 2500c. I am having problems however. i cannot print landscape? portrait comes out fine. I have followed the Instructions on install to the letter. when i print i try the following lp -dToshibal -o LANDSCAPE... (6 Replies)
Discussion started by: togashiando
6 Replies

2. Ubuntu

Help in installing UBuntu 7.10 in Toshiba Tecra A8(Vista business)

Hi, I recently bought a Toshiba Tecra A8 laptop with preinstalled Vista Business license. I would like to install UBuntu 7.10 as another OS. However, I have some doubts:- i) I am not sure whether do the above model supports Linux/Ubuntu in terms of compatibility. So far, I googled and knew... (1 Reply)
Discussion started by: ahjiefreak
1 Replies

3. Solaris

can't install solaris 10 on toshiba laptop

i had a toshiba laptop ( satellite L20 - 100) and i'm trying to install solaris 10 ...but it doesn't complete the setup from the very first begining it gives me this msg: unable to reset device //pci@0,0/pci1179,ff31@1d,2 can anybody help me installing solaris on the pc??? also can the... (2 Replies)
Discussion started by: slimydoom
2 Replies

4. Ubuntu

Toshiba Laptop Won't Run Bluetooth with Ubuntu

I am running Ubuntu 8.1 on a Toshiba Satellite P105-S9337 with built-in Bluetooth hardware. I cannot get the Bluetooth hardware to work with my Microsoft Bluetooth mouse. I have installed the tosh software with no luck. Does anyone have an idea as to what to try. I have several kernel mods... (0 Replies)
Discussion started by: tjloeb
0 Replies

5. Ubuntu

Connect 2 laptops with RJ45 cable (Ubuntu 10.10 laptop with Windows 7 laptop)

Hi to all, I have the problem that a laptops with windows XP cannot startup even in safe mode nor using last good known configuration. I have a Ubuntu 10.10 Live CD and booting from it I can read the Hard Drive. I need to do a backup the Hard Drive from XP laptop and I want to connect this... (5 Replies)
Discussion started by: cgkmal
5 Replies

6. What is on Your Mind?

How is the after sales Service of HP,Dell & Toshiba in India?

Since i was planning to buy a laptop i was just wondering how Problematic these brands products are and how is the after sales service & warranty issues in India(Delhi). (1 Reply)
Discussion started by: Leyvanom
1 Replies

7. Ubuntu

Laptop to laptop transfer files

Dear all, I would like to transfer my old laptop documents/files etc to the new laptop without using any external hard disk. Please let me know if its possible via any way. Thank in advance, emily (3 Replies)
Discussion started by: emily
3 Replies
XCreatePixmap(3X11)													       XCreatePixmap(3X11)

NAME
XCreatePixmap, XFreePixmap - create or destroy pixmaps SYNOPSIS
Pixmap XCreatePixmap(display, d, width, height, depth) Display *display; Drawable d; unsigned int width, height; unsigned int depth; XFreePixmap(display, pixmap) Display *display; Pixmap pixmap; ARGUMENTS
Specifies which screen the pixmap is created on. Specifies the depth of the pixmap. Specifies the connection to the X server. Specifies the pixmap. Specify the width and height, which define the dimensions of the pixmap. DESCRIPTION
The XCreatePixmap function creates a pixmap of the width, height, and depth you specified and returns a pixmap ID that identifies it. It is valid to pass an InputOnly window to the drawable argument. The width and height arguments must be nonzero, or a BadValue error results. The depth argument must be one of the depths supported by the screen of the specified drawable, or a BadValue error results. The server uses the specified drawable to determine on which screen to create the pixmap. The pixmap can be used only on this screen and only with other drawables of the same depth (see XCopyPlane for an exception to this rule). The initial contents of the pixmap are unde- fined. XCreatePixmap can generate BadAlloc, BadDrawable, and BadValue errors. The XFreePixmap function first deletes the association between the pixmap ID and the pixmap. Then, the X server frees the pixmap storage when there are no references to it. The pixmap should never be referenced again. XFreePixmap can generate a BadPixmap error. DIAGNOSTICS
The server failed to allocate the requested resource or server memory. A value for a Drawable argument does not name a defined Window or Pixmap. A value for a Pixmap argument does not name a defined Pixmap. Some numeric value falls outside the range of values accepted by the request. Unless a specific range is specified for an argument, the full range defined by the argument's type is accepted. Any argument defined as a set of alternatives can generate this error. SEE ALSO
XCopyArea(3X11) Xlib -- C Language X Interface XCreatePixmap(3X11)
All times are GMT -4. The time now is 01:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy