LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-02-2022, 09:29 PM   #1
hancocktom41
LQ Newbie
 
Registered: Jun 2012
Posts: 29

Rep: Reputation: Disabled
Having issues with Trident driver on adelie linux


Hello everyone! I've had this account for a while now but haven't really had a need to use it until now. Recently I acquired an old laptop that I figured would make the perfect retro gaming machine for both win98 and dos games. As I'm customed to do on old computers I always do a combination of having both a linux partition and a windows partition of some sort. Initially I was going to go alpine but after looking over the packages I realized they didn't have xf86-video-trident available so I tried Adelie and it installed perfectly fine after configuring the install with nomodeset in grub. However, the driver has been an absolute nightmare to work with. Because of that I figured the best idea would be to install an old bloated distribution such as suse 10 and copy the xorg configuration. I added some tweaks and ended up with this;
Code:
# /.../
# SaX generated X11 config file
# Created on: 2022-04-02T14:14:17-0400.
#
# Version: 7.1
# Contact: Marcus Schaefer <sax@suse.de>, 2002
#
# Automatically generated by [ISaX] (7.1)
# PLEASE DO NOT EDIT THIS FILE!
#
Section "Files"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/local"
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/URW"
  FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
  FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/kwintv"
  FontPath     "/usr/X11R6/lib/X11/fonts/truetype"
  FontPath     "/usr/X11R6/lib/X11/fonts/uni:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/CID"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/xtest"
  FontPath     "/opt/kde3/share/fonts"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail"
EndSection

Section "Module"
  Load         "glx"
  Load         "type1"
  Load         "extmod"
  Load         "dbe"
  Load         "freetype"
  Load         "v4l"
EndSection

Section "InputDevice"
  Driver       "kbd"
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "XkbLayout" "us"
  Option       "XkbModel" "pc104"
  Option       "XkbRules" "xfree86"
EndSection

Section "InputDevice"
  Driver       "synaptics"
  Identifier   "Mouse[1]"
  Option       "Device" "/dev/input/mice"
  Option       "Emulate3Buttons" "on"
  Option       "InputFashion" "Mouse"
  Option       "Name" "Synaptics;Touchpad"
  Option       "Protocol" "explorerps/2"
  Option       "SHMConfig" "on"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[3]"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "ImPS/2 Generic Wheel Mouse"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
  DisplaySize  300 230
  HorizSync    30-40
  Identifier   "Monitor[0]"
  ModelName    "Unknown"
  Option       "DPMS"
  VendorName   "Unknown"
  VertRefresh  43-75
  UseModes     "Modes[0]"
EndSection

Section "Modes"
  Identifier   "Modes[0]"
  Modeline 	"800x600" 40.19 800 832 912 1024 600 601 604 623
  Modeline 	"768x576" 37.37 768 800 880 992 576 577 580 598
  Modeline 	"640x480" 29.84 640 664 728 816 480 481 484 501
  Modeline 	"640x480" 25.10 640 656 720 800 480 481 484 498
EndSection

Section "Screen"
  DefaultDepth 16
  SubSection "Display"
    Depth      15
    Modes      "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      32
    Modes      "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "800x600" "768x576" "640x480" 
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection

Section "Device"
  BoardName    "8520"
  BusID        "1:0:0"
  Identifier   "trident"
  Driver       "trident"
  Option       "NoAccel" "1"
  Screen       0
  VendorName   "Trident"
EndSection

Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  InputDevice  "Mouse[3]" "SendCoreEvents"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen[0]"
EndSection

Section "DRI"
    Group      "video"
    Mode       0660
EndSection

Section "Extensions"
EndSection
This however didn't work and even when doing An xrandr --query I get [CODE]can't open display[CODE]. In addition doing a v4l2 --list devices I get
Code:
Cannot open device /dev/video0, exiting.
Heres the Xorg.0.log
Code:
[  4669.856] 
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[  4669.859] Build Operating System: Linux 5.4.5-mc0-easy i686 Adélie Linux
[  4669.862] Current Operating System: Linux Adelie-Armada 5.4.66-mc1-easy #1 SMP Wed Sep 23 05:09:53 UTC 2020 i686
[  4669.862] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.66-mc1-easy root=UUID=91a067dc-d608-4b23-b1f7-8664b4022a4d ro ro
[  4669.866] Build Date: 24 September 2020  04:33:38PM
[  4669.867]  
[  4669.868] Current version of pixman: 0.38.4
[  4669.871] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  4669.871] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  4669.876] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr  2 20:54:45 2022
[  4669.878] (==) Using config file: "/etc/X11/xorg.conf"
[  4669.880] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  4669.883] (==) ServerLayout "Layout[all]"
[  4669.883] (**) |-->Screen "Screen[0]" (0)
[  4669.883] (**) |   |-->Monitor "Monitor[0]"
[  4669.884] (==) No device specified for screen "Screen[0]".
	Using the first device section listed.
[  4669.884] (**) |   |-->Device "trident"
[  4669.885] (**) |-->Input Device "Keyboard[0]"
[  4669.885] (**) |-->Input Device "Mouse[1]"
[  4669.885] (**) |-->Input Device "Mouse[3]"
[  4669.885] (**) Option "AllowMouseOpenFail"
[  4669.885] (**) Option "Xinerama" "off"
[  4669.885] (==) Automatically adding devices
[  4669.885] (==) Automatically enabling devices
[  4669.885] (==) Automatically adding GPU devices
[  4669.885] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  4669.885] (WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
[  4669.885] 	Entry deleted from font path.
[  4669.885] (WW) The directory "/usr/X11R6/lib/X11/fonts/local" does not exist.
[  4669.885] 	Entry deleted from font path.
[  4669.885] (WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
[  4669.885] 	Entry deleted from font path.
[  4669.885] (WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
[  4669.885] 	Entry deleted from font path.
[  4669.886] (WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
[  4669.886] 	Entry deleted from font path.
[  4669.886] (WW) The directory "/usr/X11R6/lib/X11/fonts/URW" does not exist.
[  4669.886] 	Entry deleted from font path.
[  4669.886] (WW) The directory "/usr/X11R6/lib/X11/fonts/Speedo" does not exist.
[  4669.886] 	Entry deleted from font path.
[  4669.886] (WW) The directory "/usr/X11R6/lib/X11/fonts/PEX" does not exist.
[  4669.886] 	Entry deleted from font path.
[  4669.886] (WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
[  4669.886] 	Entry deleted from font path.
[  4669.886] (WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/misc" does not exist.
[  4669.886] 	Entry deleted from font path.
[  4669.886] (WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/75dpi" does not exist.
[  4669.886] 	Entry deleted from font path.
[  4669.886] (WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/100dpi" does not exist.
[  4669.886] 	Entry deleted from font path.
[  4669.886] (WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/Type1" does not exist.
[  4669.886] 	Entry deleted from font path.
[  4669.886] (WW) The directory "/usr/X11R6/lib/X11/fonts/latin7/75dpi" does not exist.
[  4669.886] 	Entry deleted from font path.
[  4669.886] (WW) The directory "/usr/X11R6/lib/X11/fonts/baekmuk" does not exist.
[  4669.886] 	Entry deleted from font path.
[  4669.886] (WW) The directory "/usr/X11R6/lib/X11/fonts/japanese" does not exist.
[  4669.887] 	Entry deleted from font path.
[  4669.887] (WW) The directory "/usr/X11R6/lib/X11/fonts/kwintv" does not exist.
[  4669.887] 	Entry deleted from font path.
[  4669.887] (WW) The directory "/usr/X11R6/lib/X11/fonts/truetype" does not exist.
[  4669.887] 	Entry deleted from font path.
[  4669.887] (WW) The directory "/usr/X11R6/lib/X11/fonts/uni" does not exist.
[  4669.887] 	Entry deleted from font path.
[  4669.887] (WW) The directory "/usr/X11R6/lib/X11/fonts/CID" does not exist.
[  4669.887] 	Entry deleted from font path.
[  4669.887] (WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/misc" does not exist.
[  4669.887] 	Entry deleted from font path.
[  4669.887] (WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/75dpi" does not exist.
[  4669.887] 	Entry deleted from font path.
[  4669.887] (WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/100dpi" does not exist.
[  4669.887] 	Entry deleted from font path.
[  4669.887] (WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/misc" does not exist.
[  4669.887] 	Entry deleted from font path.
[  4669.887] (WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/75dpi" does not exist.
[  4669.887] 	Entry deleted from font path.
[  4669.888] (WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/100dpi" does not exist.
[  4669.888] 	Entry deleted from font path.
[  4669.888] (WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/Type1" does not exist.
[  4669.888] 	Entry deleted from font path.
[  4669.888] (WW) The directory "/usr/X11R6/lib/X11/fonts/misc/sgi" does not exist.
[  4669.888] 	Entry deleted from font path.
[  4669.888] (WW) The directory "/usr/X11R6/lib/X11/fonts/xtest" does not exist.
[  4669.888] 	Entry deleted from font path.
[  4669.888] (WW) The directory "/opt/kde3/share/fonts" does not exist.
[  4669.888] 	Entry deleted from font path.
[  4669.888] (**) FontPath set to:
	${prefix}/share/fonts/X11/misc/,
	${prefix}/share/fonts/X11/TTF/,
	${prefix}/share/fonts/X11/OTF/,
	${prefix}/share/fonts/X11/Type1/,
	${prefix}/share/fonts/X11/100dpi/,
	${prefix}/share/fonts/X11/75dpi/
[  4669.888] (==) ModulePath set to "/usr/lib/xorg/modules"
[  4669.888] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  4669.888] (WW) Disabling Keyboard[0]
[  4669.888] (WW) Disabling Mouse[3]
[  4669.888] (II) Loader magic: 0x746640
[  4669.888] (II) Module ABI versions:
[  4669.888] 	X.Org ANSI C Emulation: 0.4
[  4669.889] 	X.Org Video Driver: 24.1
[  4669.889] 	X.Org XInput driver : 24.1
[  4669.889] 	X.Org Server Extension : 10.0
[  4669.899] (--) PCI:*(1@0:0:0) 1023:8520:0e11:b16e rev 106, Mem @ 0xf5000000/8388608, 0xf4100000/131072, 0xf4800000/8388608, BIOS @ 0x????????/131072
[  4669.900] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  4669.900] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  4669.900] (II) LoadModule: "glx"
[  4669.901] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  4669.914] (II) Module glx: vendor="X.Org Foundation"
[  4669.914] 	compiled for 1.20.9, module version = 1.0.0
[  4669.914] 	ABI class: X.Org Server Extension, version 10.0
[  4669.914] (II) LoadModule: "extmod"
[  4669.914] (II) Module "extmod" already built-in
[  4669.914] (II) LoadModule: "dbe"
[  4669.914] (II) Module "dbe" already built-in
[  4669.914] (II) LoadModule: "v4l"
[  4669.915] (II) Loading /usr/lib/xorg/modules/drivers/v4l_drv.so
[  4669.915] (II) Module v4l: vendor="X.Org Foundation"
[  4669.916] 	compiled for 1.20.6, module version = 0.1.1
[  4669.916] 	ABI class: X.Org Video Driver, version 24.0
[  4669.916] (II) LoadModule: "trident"
[  4669.916] (II) Loading /usr/lib/xorg/modules/drivers/trident_drv.so
[  4669.917] (EE) Failed to load /usr/lib/xorg/modules/drivers/trident_drv.so: Error relocating /usr/lib/xorg/modules/drivers/trident_drv.so: exaGetPixmapOffset: symbol not found
[  4669.917] (EE) Failed to load module "trident" (loader failed, 0)
[  4669.917] (II) LoadModule: "synaptics"
[  4669.918] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  4669.920] (II) Module synaptics: vendor="X.Org Foundation"
[  4669.920] 	compiled for 1.20.6, module version = 1.9.1
[  4669.920] 	Module class: X.Org XInput Driver
[  4669.920] 	ABI class: X.Org XInput driver, version 24.1
[  4669.920] (II) v4l driver for Video4Linux overlay mode (V4L2)
[  4669.920] (++) using VT number 2

[  4669.921] (WW) Falling back to old probe method for v4l
[  4669.921] (WW) Falling back to old probe method for v4l
[  4669.921] (EE) No devices detected.
[  4669.921] (EE) 
Fatal server error:
[  4669.921] (EE) no screens found(EE) 
[  4669.921] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  4669.921] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  4669.922] (EE) 
[  4669.924] (EE) Server terminated with error (1). Closing log file.
And in addition heres the lspci output:
Code:
00:00.0 Host bridge: VIA Technologies, Inc. VT8601 [Apollo ProMedia] (rev 05)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8601 [Apollo ProMedia AGP]
00:07.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 22)
00:07.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 10)
00:07.2 USB controller: VIA Technologies, Inc. VT82xx/62xx UHCI USB 1.1 Controller (rev 10)
00:07.4 Bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 30)
00:07.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 Audio Controller (rev 20)
00:09.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 (rev 09)
00:09.1 Serial controller: LSI Corporation LT WinModem
00:0a.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 01)
01:00.0 VGA compatible controller: Trident Microsystems CyberBlade i1 (rev 6a)
02:00.0 Ethernet controller: Qualcomm Atheros AR2413/AR2414 Wireless Network Adapter [AR5005G(S) 802.11bg] (rev 01)
Again any help would be amazing. All I'm trying to set up is a minimal fvwm/twm setup for file management and suckless surf webbrowsing. Best regards,
hancocktom41
 
Old 04-03-2022, 07:36 PM   #2
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
not sure but
Code:
man xorg.conf
# SNIP
Example: the following option entries are equivalent:

           Option "Accel"   "Off"
           Option "NoAccel"
           Option "NoAccel" "On"
           Option "Accel"   "false"
           Option "Accel"   "no"

2) try paging thru this command looking for "exaGetPixmapOffset"
altho it might be smarter to try grep first....I have
strings /lib/modules/5.16.0-17.1-liquorix-amd64/kernel/drivers/video/fbdev/tridentfb.ko | grep exa* with no joy so go more basic?

Code:
strings /usr/lib/xorg/modules/drivers/trident_drv.so | less
3) I would be tempted to remove v4l module from your config file too

Last edited by aus9; 04-03-2022 at 07:39 PM.
 
Old 04-05-2022, 08:53 PM   #3
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,818
Blog Entries: 1

Rep: Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068
I booted an old Mitac 5114VU motherboard from a Compaq 7478 Camaro with K6/2-550 CPU and Trident Blade graphics to Knoppix 6.7 CD.
Code:
# dpkg -l | grep trident
ii  xserver-xorg-video-trident  1:1.3.4-2+b2  X.Org X server -- Trident display driver
# inxi -SGIayz
System:
  Kernel: 3.0.4 arch: i586 bits: 32 compiler: gcc v: 4.6.1
    parameters: ramdisk_size=100000 lang=en vt.default_utf8=0 apm=power-off
    initrd=minirt.gz nomce libata.force=noncq hpsa.hpsa_allow_any=1 loglevel=1
    tz=localtime BOOT_IMAGE=linux 2 fb1440x900 noscsi nopcmcia noapm nomce
    vga=791
  Desktop: LXDE v: 0.5.8 info: lxpanel wm: Metacity v: 2.30.1 dm: KDM
    Distro: Debian GNU/Linux 6.0
Graphics:
  Device-1: Trident Microsystems CyberBlade/i7 driver: N/A bus-ID: 01:00.0
    chip-ID: 1023:8400 class-ID: 0300
  Display: server: X.Org v: 1.11.0 driver: X: loaded: trident
    unloaded: fbdev,vesa gpu: N/A display-ID: :0.0 screens: 1
  Screen]-1: 0 s-res: 1280x1024 s-dpi: 96 s-size: 339x271mm (13.35x10.67")
    s-diag: 434mm (17.09")
  Monitor-1: default res: 1280x1024 hz: 60 size: N/A modes: N/A
  OpenGL: renderer: Rasterizer v: 2.1 Mesa 7.11 direct render: Yes
Info:
  Processes: 99 Uptime: 1h 21m wakeups: 0 Memory: 237.3 MiB
  used: 95.6 MiB (40.3%) Init: SysVinit v: 2.88 runlevel: 45 default: 5
  tool: service Compilers: gcc: 4.6.1 alt: 4.6 Packages: note: see --pkg
  apt: 1261 lib: 599 Shell: Bash v: 4.1.5 running-in: x-terminal-emul
  inxi: 3.3.14
# xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 320 x 240, current 1280 x 1024, maximum 1280 x 1024
default connected 1280x1024+0+0 0mm x 0mm
   1280x1024      60.0*
   1280x960       60.0
   1152x864       75.0     70.0     60.0
   1024x768       75.0     70.0     60.0
   896x672        60.0
   832x624        75.0
   800x600        75.0     72.0     60.0     65.0     56.0
   840x525        75.0     70.0     60.0
   700x525        75.0     70.0     60.0
   640x512        75.0     60.0
   720x450        60.0
   640x480        75.0     73.0     67.0     60.0
   720x400        70.0
   680x384        60.0
   576x432        75.0     70.0     60.0
   512x384        75.0     70.0     60.0
   416x312        75.0
   400x300        75.0     72.0     60.0     56.0
   320x240        75.0     73.0     60.0
The actual native resolution of the display is 1680x1050, and it does support 1440x900 with current hardware and OS versions.

This is the auto-generated xorg.conf it created (minus most extraneous newlines):
Code:
# /etc/X11/xorg.conf
# Created by KNOPPIX # Delete this line if you don't want KNOPPIX to overwrite your /etc/X11/xorg.conf

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	# Since evdev, manual keyboard/mice entries are mostly ignored:
	# Keyboard auto-probed
	# Touchpad auto-probed
	# USB mouse auto-probed
	# Serial Mouse auto-probed
### AIGLX for compiz 3D-Support with DRI & Composite
### This option doesn't hurt even if it's not supported by the individual card
        Option         "AIGLX"     "true"
EndSection

Section "ServerFlags"
	Option "AllowMouseOpenFail"  "true"
	Option	"NoPM"	"true"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi:unscaled"
	FontPath     "/usr/share/fonts/X11/100dpi:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/Speedo"
	FontPath     "/usr/share/fonts/X11/PEX"
# Additional fonts: Locale, Gimp, TTF...
	FontPath     "/usr/share/fonts/X11/cyrillic"
#	FontPath     "/usr/share/fonts/X11/latin2/75dpi"
#	FontPath     "/usr/share/fonts/X11/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath     "/usr/share/fonts/truetype"
	FontPath     "/usr/share/fonts/latex-ttf-fonts"
EndSection

Section "Module"
# Comments: see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=346408
	Load  "dbe" # Double Buffering Extension, very important.
	Load  "dri" # This shouldn't be available choice if user has selected driver vga, vesa or nv.
	Load  "glx" # GLX Extension.
	Load  "freetype" # Freetype fonts.
	Load  "type1"  # Type 1 fonts
	Load  "record" # Developer extension, usually not needed
	Load  "extmod" # This is okay, but if you look into "man xorg.conf" you'll find option NOT to include DGA extension with extmod, and for a good reason.. DGA causes instability as it accesses videoram without consulting X about it.
	SubSection      "extmod"
		Option          "omit xfree86-dga"
	EndSubSection
#	Load  "speedo" # Speedo fonts, this module doesn't exist in Xorg 7.0.17
# The following are deprecated/unstable/unneeded in Xorg 7.0
#       Load  "ddc"  # ddc probing of monitor, this should be never present, as it gets automatically loaded.
#	Load  "GLcore" # This should be never present, as it gets automatically loaded.
#       Load  "bitmap" # Should be never present, as it gets automatically loaded. This is a font module, and loading it in xorg.conf makes X try to load it twice.
EndSection

Section "Extensions"
	# compiz needs Composite, but it can cause bad (end even softreset-resistant)
	# effects in some graphics cards, especially nv.
	Option "Composite" "Enable"
EndSection

# Monitor section auto-generated by KNOPPIX mkxorgconfig

Section "Monitor"
	Identifier   "Monitor0"
	ModelName    "Generic Monitor"
#	HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
#	HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
#	VertRefresh  50.0 - 76.0 # Very conservative. May flicker.
#	VertRefresh  50.0 - 60.0 # Extreme conservative. Will flicker. TFT default.
	Option "MonitorLayout" "LVDS,AUTO"
EndSection

Section "Device"
	### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
        #Option     "sw_cursor"
        #Option     "hw_cursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
	Identifier  "Card0"
	# Driver (chipset) autodetect
	VendorName  "All"
	BoardName   "All"
#	BusID       "PCI:1:0:0"
# compiz, beryl 3D-Support with DRI & Composite
	Option "XAANoOffscreenPixmaps"
	Option "AllowGLXWithComposite" "true"
	Option "EnablePageFlip" "true"
	Option "TripleBuffer" "true"
# Tweaks for the xorg 7.4 (otherwise broken) "intel" driver
#	Option "Tiling" "no"
	Option "Legacy3D" "false"
# These two lines are (presumably) needed to prevent fonts from being scrambled
        Option  "XaaNoScanlineImageWriteRect" "true"
        Option  "XaaNoScanlineCPUToScreenColorExpandFill" "true"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	Option "AddARGBGLXVisuals" "true"
	Option "DisableGLXRootClipping" "true"
	SubSection "Display"
		Depth     1
	EndSubSection
	SubSection "Display"
		Depth     4
	EndSubSection
	SubSection "Display"
		Depth     8
	EndSubSection
	SubSection "Display"
		Depth     15
	EndSubSection
	SubSection "Display"
		Depth     16
	EndSubSection
	SubSection "Display"
		Depth     24
	EndSubSection
	SubSection "Display"
		Depth     32
	EndSubSection
EndSection

Section "DRI"
	Mode 0666
EndSection
https://paste.opensuse.org/view/raw/85566749 is the Xorg.0.log generated.

Code:
# free
             total       used       free     shared    buffers     cached
Mem:        242956     236832       6124          0       4336     138788
-/+ buffers/cache:      93708     149248
Swap:            0          0          0
This is with a running LXQT X session running 2 X terminals, one with MC, and MC running on vtty2 also. The motherboard is fully populated with 256M RAM. It doesn't look like any installed Linux OS is going to be capable of doing very much with so little RAM. I was thinking of installing something on it. The WinXP HD it had croaked.

Hopefully some of this can help the OP.
 
Old 04-06-2022, 02:23 PM   #4
hancocktom41
LQ Newbie
 
Registered: Jun 2012
Posts: 29

Original Poster
Rep: Reputation: Disabled
In the process of troubleshooting I tried out devuan as a last ditch effort and it seemed to pick up the driver flawlessly. No idea why, however in a later date I may try these troubleshooting methods on adelie just so that I could file some bugs with the devs with the solution. Since Adelie is focused on low end hardware it'd be good for them to know some improvements they may need to make. In the next few days I'll grab the xorg files from that installation and upload them as well as adelie is far more lightweight than the bloat that is a debian derivative.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Mandriva Linux 2010, code name Adelie, is out! LXer Syndicated Linux News 0 11-04-2009 11:30 PM
LXer: Dear Adelie LXer Syndicated Linux News 0 06-25-2006 10:54 PM
LXer: Dear Adelie: Sorry, no matchmaking LXer Syndicated Linux News 0 06-18-2006 06:33 PM
LXer: Dear Adelie: All about me LXer Syndicated Linux News 0 06-13-2006 05:03 AM
LXer: Dear Adelie LXer Syndicated Linux News 0 06-04-2006 04:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration