Product
The Toshiba Tecra 9000 is a laptop, this one has a 14 inch screen.
Drivers
Here, I'll just list the main components of the system, and the linux drivers used to drive them.
The
Ubuntu distribution 6.06 LTS (aka
Dapper Drake) properly detects all of the hardware in this system. See
here for an excellent guide to the recommended installation procedure.
Disk Drive
The system has a single ATA drive.
Built-in Wireless orinoco card
The laptop has a built-in wireless card driven by the
orinoco linux kernel module.
The card acts like an additional PCMCIA card in socket 0, as can be seen by the output of
cardctl status which looks as follows (when there are no other PCMCIA cards inserted):
Socket 0:
3.3V 16-bit PC Card
function 0: [ready]
Socket 1:
no card
Socket 2:
no card
The
orinoco card also works fine in monitor mode, using the
kismet package.
Video
The
/sbin/lspci output shows the name of the graphics controller as
VGA compatible controller: S3 Inc. SuperSavage IX/C SDR (rev 05)
It works fine with xorg
savage driver, including 3D acceleration.
Tested in both OpenSuSE 10.1 GA and in Ubuntu Dapper Drake. Dapper had no problem configuring xorg correctly.
The OpenSuSE 10.1 GA installer needed a bit more help, as it didn't enable 3D (it didn't seem to be aware that
it was even available), and also configured a smaller screen size of 800x600, so I needed to edit the xorg configuration file
/etc/X11/xorg.conf to replace the existing
Module section with the following:
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
I also needed to change the
HorizSync and
VertRefresh settings to allow the display to run at 1024x768, as follows:
Section "Monitor"
DisplaySize 0 0
#HorizSync 28-38
HorizSync 28-51
Identifier "Monitor[0]"
ModelName "1024X768@60HZ"
Option "DPMS"
VendorName "--> LCD"
#VertRefresh 30-61
VertRefresh 43-60
UseModes "Modes[0]"
EndSection
The savage graphics card does not yet work with Xgl, as it is missing required texture support.
The error message from
compiz will be as follows:
compiz: Support for non power of two textures missing
Ethernet
The 100baseT ethernet is provided by an Intel Corporation 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller, and
the
e100 module in the linux kernel drives this just fine.
USB
The two USB 1.0 ports are provided by an Intel Corporation 82801CA/CAM USB controller.
SD Flash Card Reader
Untested as yet. The SD Flash Card Reader slot is easy to miss. It's located just above the DVD drive, on the left of the machine.
Audio
The sound is provided by an Intel Corporation 82801CA/CAM AC'97 Audio Controller, and the ALSA module
snd_intel8x0 module drives this.
Modem
The modem is an Intel Corporation 82801CA/CAM AC'97 Modem Controller, and is driven by the
snd-intel8x0m module which comes with the
alsa-driver package. You also need
/usr/sbin/slmodemd, the
Smart Link soft modem application.
apt-get install sl-modem-daemon
Installing the
sl-modem-daemon package will create a
/dev/modem symbolic link, pointing to
/dev/ttySL0.
The
/dev/ttySL0 is a symbolic link to a pseudo-terminal device, in this case
/dev/pts/1, for slmodemd to
use to emulate the modem port device. When you dial out, the sounds from the modem and from the telephone line
can be heard over the built-in speakers, which is pretty convenient. Installing the
sl-modem-daemon package
will also launch the
slmodemd daemon for you automatically,
ps -ef|grep slmodemd shows it running as follows:
/usr/sbin/slmodemd --alsa -c USA modem:1
I needed to edit
/etc/ppp/peers/kppp-options to uncomment
#noauth according to
the explanation in
/usr/share/doc/kppp/README.Debian, and after that
I was able to connect (at speeds of around 49333 bps) using both
kppp and
wvdial.
I needed to give them both a bit of help setting up the default route to be via ppp0, as follows:
ip route del default
ip route add default dev ppp0
The
/etc/wvdial.conf looks like this:
[Dialer Defaults]
Dial Command = ATM1L3DT
Modem Type = Analog Modem
Baud = 460800
Carrier Check = on
;Minimize = off
Check Def Route = on
Abort on Busy = off
Abort on No Dialtone = on
Ask Password = off
Init = ATZ
Phone = 12345678
Username = your_username
Password = your_password
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Auto Reconnect = off
ISDN = 0
Auto DNS = on
Idle Seconds = 0
Stupid Mode = on
;Dock = off
Dial Attempts = 1
Modem = /dev/ttySL0
Remember after you're connected to remove any passwords you care about from
the files
/etc/ppp/pap-secrets and
/etc/ppp/chap-secrets in case they've been cached there.
Physical Dimensions
1.5 inches high, a little more than 12 inches across, and 10 inches deep.
Drive Bays
There is a DVD-ROM in the left drive bay.
Serial port
There's one serial port. Not tested yet.
Parallel port
Haven't tested the parallel port.
Installation
It's convenient to install either Ubuntu Dapper Drake, or OpenSuSE 10.0 GA on this machine.
Display Power Management (brightness)
The screen brightness control works with Dapper Drake, using the Fn F6 and Fn F7 key combinations.
Disconnecting the system from the AC power will immediately dim the screen slightly,
according to your pre-set preferences (see below).
A very excellent and useful warning prompt will pop up saying:
Power Information:
The AC power has been unplugged.
The system is now using battery power.
When power is restored, the screen returns to full brightness. In case you have sufficient
battery reserves, you can choose to increase the screen brightness using Fn F7 as the low
brightness can be very hard to read out of doors. You can choose the on-battery screen
brightness setting by going to the System->Preferences->Power Management box and choose
the "Running on Battery" tab and make the setting using the "Set display brightness to" slider.
Sound Muting shortcut key
The Fn Esc key combination mutes the sound.
Lock Screen shortcut key
The Fn F1 key locks the screen with the xscreensaver.
Suspend and Hibernate
Both suspend and hibernate (aka suspend to disk) work fine with Dapper Drake (remember to
configure sufficient swap space during the installation to allow hibernate to work).
Hibernate is invoked by ckicking the red power button in the top right, and selecting the
"Hibernate" option. To suspend (which is quicker, but remember it still uses a little
battery power), you can configure the system so that closing the laptop lid suspends the
machine. You configure the action under the System->Preferences->Power Management
under both the "Running on battery" and "Running on AC" tabs, in the drop-down selection
for what to do when "Actions" -> "When laptop lid is closed" -> select [Suspend].
Suspend appears to be very reliable: it even allows openGL programs running in the
X session to resume just fine, the orinoco wireless card is also restored on resume,
and sound continues unaffected after resume.
Front ports
- 1 x MIC-In
- 1 x Head Phone Socket
- switch to manually activate wireless antenna
- volume control setting
Rear I/O
- PS/2 KB/Mouse
- 2 x USB 1.0 ports
- 1 x RJ45(LAN)
- 1 x VGA
- 1 x Parallel
- 1 x Serial
- 1 x Modem
- 1 x Firewire
Left Side I/O
- Video out (BNC connector)
Right Side I/O
- Two PCMCIA slots (tested working with Adaptec SlimSCSI 1480A).
CPU
CPU is an Intel P3 (1.0 GHz).
cpuid
eax in eax ebx ecx edx
00000000 00000002 756e6547 6c65746e 49656e69
00000001 000006b1 00000006 00000000 0383f9ff
00000002 03020101 00000000 00000000 0c040883
80000000 80000004 00000000 00000000 00000000
80000001 00000000 00000000 00000000 00000000
80000002 65746e49 2952286c 6e655020 6d756974
80000003 20295228 20494949 69626f4d 4320656c
80000004 20205550 20202020 30303031 007a484d
Vendor ID: "GenuineIntel"; CPUID level 2
Intel-specific functions:
Version 000006b1:
Type 0 - Original OEM
Family 6 - Pentium Pro
Model 11 -
Stepping 1
Reserved 0
Brand index: 6 [brand 6]
Extended brand string: "Intel(R) Pentium(R) III Mobile CPU 1000MHz"
Feature flags 0383f9ff:
FPU Floating Point Unit
VME Virtual 8086 Mode Enhancements
DE Debugging Extensions
PSE Page Size Extensions
TSC Time Stamp Counter
MSR Model Specific Registers
PAE Physical Address Extension
MCE Machine Check Exception
CX8 COMPXCHG8B Instruction
SEP Fast System Call
MTRR Memory Type Range Registers
PGE PTE Global Flag
MCA Machine Check Architecture
CMOV Conditional Move and Compare Instructions
FGPAT Page Attribute Table
PSE-36 36-bit Page Size Extension
MMX MMX instruction set
FXSR Fast FP/MMX Streaming SIMD Extensions save/restore
SSE Streaming SIMD Extensions instruction set
TLB and cache info:
01: Instruction TLB: 4KB pages, 4-way set assoc, 32 entries
02: Instruction TLB: 4MB pages, 4-way set assoc, 2 entries
03: Data TLB: 4KB pages, 4-way set assoc, 64 entries
83: 2nd-level cache: 512KB, 8-way set assoc 32 byte line size
08: 1st-level instruction cache: 16KB, 4-way set assoc, 32 byte line size
04: Data TLB: 4MB pages, 4-way set assoc, 8 entries
0c: 1st-level data cache: 16KB, 4-way set assoc, 32 byte line size
cat /proc/cpuinfo
processor : 0
vendor_idprocessor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 11
model name : Intel(R) Pentium(R) III Mobile CPU 1000MHz
stepping : 1
cpu MHz : 730.996
cache size : 512 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips : 1463.13
Output of lspci -v
0000:00:00.0 Host bridge: Intel Corporation 82830 830 Chipset Host Bridge (rev 02)
Subsystem: Toshiba America Info Systems: Unknown device 0001
Flags: bus master, fast devsel, latency 0
Memory at e0000000 (32-bit, prefetchable) [size=256M]
Capabilities: <available only to root>
0000:00:01.0 PCI bridge: Intel Corporation 82830 830 Chipset AGP Bridge (rev 02) (prog-if 00 [Normal decode])
Flags: bus master, 66MHz, fast devsel, latency 64
Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
Memory behind bridge: ffe00000-ffefffff
Prefetchable memory behind bridge: d6000000-dfffffff
0000:00:1d.0 USB Controller: Intel Corporation 82801CA/CAM USB (Hub #1) (rev 01) (prog-if 00 [UHCI])
Subsystem: Toshiba America Info Systems: Unknown device 0001
Flags: bus master, medium devsel, latency 0, IRQ 11
I/O ports at efe0 [size=32]
0000:00:1d.1 USB Controller: Intel Corporation 82801CA/CAM USB (Hub #2) (rev 01) (prog-if 00 [UHCI])
Subsystem: Toshiba America Info Systems: Unknown device 0001
Flags: bus master, medium devsel, latency 0, IRQ 11
I/O ports at ef80 [size=32]
0000:00:1d.2 USB Controller: Intel Corporation 82801CA/CAM USB (Hub #3) (rev 01) (prog-if 00 [UHCI])
Subsystem: Toshiba America Info Systems: Unknown device 0001
Flags: bus master, medium devsel, latency 0, IRQ 11
I/O ports at 18c0 [size=32]
0000:00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 41) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=0e, sec-latency=64
I/O behind bridge: 0000d000-0000dfff
Memory behind bridge: ff900000-ff9fffff
Prefetchable memory behind bridge: 30000000-35ffffff
0000:00:1f.0 ISA bridge: Intel Corporation 82801CAM ISA Bridge (LPC) (rev 01)
Flags: bus master, medium devsel, latency 0
0000:00:1f.1 IDE interface: Intel Corporation 82801CAM IDE U100 (rev 01) (prog-if 8a [Master SecP PriP])
Subsystem: Toshiba America Info Systems: Unknown device 0001
Flags: bus master, medium devsel, latency 0, IRQ 11
I/O ports at <ignored>
I/O ports at <ignored>
I/O ports at <ignored>
I/O ports at <ignored>
I/O ports at cfa0 [size=16]
Memory at 36000000 (32-bit, non-prefetchable) [size=1K]
0000:00:1f.5 Multimedia audio controller: Intel Corporation 82801CA/CAM AC'97 Audio Controller (rev 01)
Subsystem: Toshiba America Info Systems: Unknown device 0001
Flags: bus master, medium devsel, latency 0, IRQ 11
I/O ports at 1000 [size=256]
I/O ports at 1880 [size=64]
0000:00:1f.6 Modem: Intel Corporation 82801CA/CAM AC'97 Modem Controller (rev 01) (prog-if 00 [Generic])
Subsystem: Toshiba America Info Systems Toshiba Satellite 1110 Z15 internal Modem
Flags: medium devsel, IRQ 11
I/O ports at 1400 [size=256]
I/O ports at 1800 [size=128]
0000:01:00.0 VGA compatible controller: S3 Inc. SuperSavage IX/C SDR (rev 05) (prog-if 00 [VGA])
Subsystem: Toshiba America Info Systems: Unknown device 0001
Flags: bus master, 66MHz, medium devsel, latency 248, IRQ 11
Memory at ffe80000 (32-bit, non-prefetchable) [size=512K]
Memory at dc000000 (32-bit, prefetchable) [size=64M]
Memory at d8000000 (32-bit, prefetchable) [size=64M]
Memory at d6000000 (32-bit, prefetchable) [size=32M]
Expansion ROM at ffe00000 [disabled] [size=64K]
Capabilities: <available only to root>
0000:02:07.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link) (prog-if 10 [OHCI])
Subsystem: Toshiba America Info Systems: Unknown device 0001
Flags: bus master, medium devsel, latency 64, IRQ 11
Memory at ff907000 (32-bit, non-prefetchable) [size=2K]
Memory at ff900000 (32-bit, non-prefetchable) [size=16K]
Capabilities: <available only to root>
0000:02:08.0 Ethernet controller: Intel Corporation 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller (rev 41)
Subsystem: Toshiba America Info Systems EtherExpress PRO/100 VE
Flags: bus master, medium devsel, latency 64, IRQ 11
Memory at ff9ff000 (32-bit, non-prefetchable) [size=4K]
I/O ports at df40 [size=64]
Capabilities: <available only to root>
0000:02:0a.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 01)
Subsystem: Lucent Technologies: Unknown device ab01
Flags: bus master, medium devsel, latency 168, IRQ 11
Memory at ff904000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=02, secondary=03, subordinate=06, sec-latency=176
Memory window 0: 30000000-31fff000 (prefetchable)
Memory window 1: 38000000-39fff000
I/O window 0: 0000d000-0000d0ff
I/O window 1: 0000d400-0000d4ff
16-bit legacy interface ports at 0001
0000:02:0b.0 CardBus bridge: Toshiba America Info Systems ToPIC100 PCI to Cardbus Bridge with ZV Support (rev 32)
Subsystem: Toshiba America Info Systems: Unknown device 0001
Flags: bus master, slow devsel, latency 168, IRQ 11
Memory at ff905000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=02, secondary=07, subordinate=0a, sec-latency=0
Memory window 0: 32000000-33fff000 (prefetchable)
Memory window 1: 3a000000-3bfff000
I/O window 0: 0000d800-0000d8ff
I/O window 1: 0000dc00-0000dcff
16-bit legacy interface ports at 0001
0000:02:0b.1 CardBus bridge: Toshiba America Info Systems ToPIC100 PCI to Cardbus Bridge with ZV Support (rev 32)
Subsystem: Toshiba America Info Systems: Unknown device 0001
Flags: bus master, slow devsel, latency 168, IRQ 11
Memory at ff906000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=02, secondary=0b, subordinate=0e, sec-latency=0
Memory window 0: 34000000-35fff000 (prefetchable)
Memory window 1: 3c000000-3dfff000
I/O window 0: 00001c00-00001cff
I/O window 1: 00002000-000020ff
16-bit legacy interface ports at 0001
0000:02:0d.0 System peripheral: Toshiba America Info Systems SD TypA Controller (rev 03)
Subsystem: Toshiba America Info Systems: Unknown device 0001
Flags: medium devsel, IRQ 255
Memory at ff907800 (32-bit, non-prefetchable) [disabled] [size=512]
Capabilities: <available only to root>
Output of /sbin/lsmod (from Ubuntu Dapper Drake)
Module Size Used by
rfcomm 40216 0
l2cap 26244 5 rfcomm
bluetooth 49892 4 rfcomm,l2cap
ppdev 9220 0
savage 35584 1
drm 73236 2 savage
speedstep_ich 5260 0
speedstep_lib 4484 1 speedstep_ich
cpufreq_userspace 4696 1
cpufreq_stats 5636 0
freq_table 4740 2 speedstep_ich,cpufreq_stats
cpufreq_powersave 1920 0
cpufreq_ondemand 6428 0
cpufreq_conservative 7332 0
video 16260 0
toshiba_acpi 10940 0
tc1100_wmi 6916 0
sony_acpi 5644 0
pcc_acpi 12416 0
hotkey 11556 0
dev_acpi 11140 0
container 4608 0
button 6672 0
acpi_sbs 19980 0
battery 9988 1 acpi_sbs
ac 5252 1 acpi_sbs
i2c_acpi_ec 5120 1 acpi_sbs
i2c_core 21904 1 i2c_acpi_ec
ipv6 265728 8
ext2 68360 1
dm_mod 58936 1
md_mod 72532 0
af_packet 22920 2
sr_mod 16932 0
sbp2 24196 0
scsi_mod 139496 2 sr_mod,sbp2
lp 11844 0
hostap_cs 64536 0
hostap 119428 1 hostap_cs
ieee80211_crypt 6272 1 hostap
orinoco_cs 17928 1
orinoco 43156 1 orinoco_cs
hermes 7808 2 orinoco_cs,orinoco
pcmcia 40508 2 hostap_cs,orinoco_cs
rtc 13492 0
parport_pc 35780 0
parport 36296 3 ppdev,lp,parport_pc
e100 40580 0
mii 5888 1 e100
psmouse 36100 0
yenta_socket 28428 5
rsrc_nonstatic 13440 1 yenta_socket
pcmcia_core 42640 3 pcmcia,yenta_socket,rsrc_nonstatic
serio_raw 7300 0
snd_intel8x0 33692 3
snd_ac97_codec 93088 1 snd_intel8x0
snd_ac97_bus 2304 1 snd_ac97_codec
snd_pcm_oss 53664 0
snd_mixer_oss 18688 1 snd_pcm_oss
snd_pcm 89864 4 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 25220 2 snd_pcm
snd 55268 10 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 10208 1 snd
snd_page_alloc 10632 2 snd_intel8x0,snd_pcm
pcspkr 2180 0
shpchp 45632 0
pci_hotplug 29236 1 shpchp
intel_agp 22940 1
agpgart 34888 2 drm,intel_agp
evdev 9856 1
tsdev 8000 0
ext3 135688 2
jbd 58772 1 ext3
usbhid 39904 0
ide_generic 1536 0
ohci1394 35124 0
ieee1394 299832 2 sbp2,ohci1394
uhci_hcd 33680 0
usbcore 130692 3 usbhid,uhci_hcd
ide_cd 33028 0
cdrom 38560 2 sr_mod,ide_cd
ide_disk 17664 5
piix 11012 1
generic 5124 0
thermal 13576 0
processor 23360 1 thermal
fan 4868 0
capability 5000 0
commoncap 7296 1 capability
vga16fb 13704 1
vgastate 10368 1 vga16fb
fbcon 42784 72
tileblit 2816 1 fbcon
font 8320 1 fbcon
bitblit 6272 1 fbcon
softcursor 2304 1 bitblit
Running Quake3 on Dapper Drake
I tested running Quake3 using
quake3-1.33-r517-i586.tar.gz.
The procedure went like this for Dapper Drake. First install OpenAL for the audio:
apt-get install libopenal-dev
To run ioquake3.i386, I needed to make links to the files
pak0.pk3,
pak1.pk3 and
q3config.cfg on the
id Software Quake III Arena CD-ROM distributed by Activision 1000505.201.US (barcode
0 47875 10605 5), like this:
cd quake3/baseq3
ln -s /mnt/cdrom0/quake3/baseq3/pak0.pk3 .
ln -s /mnt/cdrom0/quake3/baseq3/pak1.pk3 .
ln -s /mnt/cdrom0/quake3/baseq3/q3config.cfg .
I tried building the latest sources from the icculus svn, using the
ioq3build.sh build script,
but the result (although it worked), was very dim (low brightness).
I still need to figure out why this is.
svn co svn://svn.icculus.org/quake3/trunk quake3
VMware on Dapper Drake
I installed the older VMware workstation 5.0.0 build 13124 like this.
See also
here for
the steps to install the latest VMware workstation release.
sudo apt-get install build-essential linux-headers-`uname -r`
wget http://download3.vmware.com/software/wkst/VMware-workstation-5.0.0-13124.tar.gz
tar xzf VMware-workstation-5.0.0-13124.tar.gz -C /tmp
cd /tmp/vmware-distrib
sudo ./vmware-install.pl
When the last prompt shows, say "no":
Before running VMware Workstation for the first time, you need to configure it
by invoking the following command: "/usr/bin/vmware-config.pl". Do you want this
program to invoke the command for you now? [yes] no
Download the vmware-any-any package to build the
vmmon and
vmnet kernel modules as follows:
wget http://ftp.cvut.cz/people/vana/vmware/vmware-any-any-update/vmware-any-any-update98.tar.gz
tar xzf vmware-any-any-update98.tar.gz /tmp
cd /tmp/vmware-any-any-update98
sudo ./runme.pl
Output of glxinfo from Dapper Drake for Savage
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier,
GLX_SGIX_fbconfig
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control,
GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
GLX_EXT_texture_from_pixmap
GLX version: 1.2
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method,
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
OpenGL vendor string: S3 Graphics Inc.
OpenGL renderer string: Mesa DRI SuperSavage 20050829 AGP 1x
OpenGL version string: 1.2 Mesa 6.4.1
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture,
GL_ARB_texture_compression, GL_ARB_texture_env_add,
GL_ARB_texture_mirrored_repeat, GL_ARB_transpose_matrix,
GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture,
GL_EXT_draw_range_elements, GL_EXT_histogram, GL_EXT_packed_pixels,
GL_EXT_polygon_offset, GL_EXT_rescale_normal,
GL_EXT_separate_specular_color, GL_EXT_stencil_wrap, GL_EXT_subtexture,
GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
GL_EXT_texture_env_add, GL_EXT_texture_lod_bias, GL_EXT_texture_object,
GL_EXT_vertex_array, GL_APPLE_packed_pixels, GL_IBM_rasterpos_clip,
GL_IBM_texture_mirrored_repeat, GL_MESA_window_pos,
GL_NV_light_max_exponent, GL_NV_texgen_reflection, GL_OES_read_format,
GL_SGI_color_matrix, GL_SGI_color_table, GL_SGIS_texture_edge_clamp,
GL_SGIS_texture_lod
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x22 16 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
0x23 16 tc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None
0x24 16 tc 0 16 0 r y . 5 6 5 0 0 16 8 0 0 0 0 0 0 Slow
0x25 16 tc 0 16 0 r . . 5 6 5 0 0 16 8 0 0 0 0 0 0 Slow
0x26 16 tc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
0x27 16 tc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow
0x28 16 tc 0 16 0 r y . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow
0x29 16 tc 0 16 0 r . . 5 6 5 0 0 16 8 16 16 16 0 0 0 Slow
--
PeterKnaggs - 12 Aug 2006
Back to
LinuxHints - Everything GNU ever wanted to know about Linux
- xorg.conf: /etc/X11/xorg.conf for laptop screen at 1024x768, or external VGA at 1280x1024
to top