Ubuntu Queries by MetalheadGautham

Status
Not open for further replies.
^gftp?,d4x ?
*gigasmilies.googlepages.com/realmad.gifDon't ever prescribe that bull$hit to anyone.
*gigasmilies.googlepages.com/s10.gifDownloader for X... uska X karadoonga

Whats the point of a download manager that hardly supports downloads?*gigasmilies.googlepages.com/actions1.gif
 
Intel Driver Installation

I tried to install the intel driver for linux for the 915G motherboard, and I got an error. Here is the log file:
Code:
make -C /lib/modules/2.6.20-16-generic/build SUBDIRS=/home/gautham/Desktop/dripkg/agpgart-2.0 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.20-16-generic'
  CC [M]  /home/gautham/Desktop/dripkg/agpgart-2.0/backend.o
/home/gautham/Desktop/dripkg/agpgart-2.0/backend.c:69: error: conflicting types for ‘agp_backend_acquire’
include/linux/agp_backend.h:110: error: previous declaration of ‘agp_backend_acquire’ was here
/home/gautham/Desktop/dripkg/agpgart-2.0/backend.c:77: error: conflicting types for ‘agp_backend_acquire’
include/linux/agp_backend.h:110: error: previous declaration of ‘agp_backend_acquire’ was here
/home/gautham/Desktop/dripkg/agpgart-2.0/backend.c:89: error: conflicting types for ‘agp_backend_release’
include/linux/agp_backend.h:111: error: previous declaration of ‘agp_backend_release’ was here
/home/gautham/Desktop/dripkg/agpgart-2.0/backend.c:93: error: conflicting types for ‘agp_backend_release’
include/linux/agp_backend.h:111: error: previous declaration of ‘agp_backend_release’ was here
/home/gautham/Desktop/dripkg/agpgart-2.0/backend.c:220: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘drm_agp’
/home/gautham/Desktop/dripkg/agpgart-2.0/backend.c: In function ‘agp_add_bridge’:
/home/gautham/Desktop/dripkg/agpgart-2.0/backend.c:281: warning: implicit declaration of function ‘inter_module_register’
/home/gautham/Desktop/dripkg/agpgart-2.0/backend.c:281: error: ‘drm_agp’ undeclared (first use in this function)
/home/gautham/Desktop/dripkg/agpgart-2.0/backend.c:281: error: (Each undeclared identifier is reported only once
/home/gautham/Desktop/dripkg/agpgart-2.0/backend.c:281: error: for each function it appears in.)
/home/gautham/Desktop/dripkg/agpgart-2.0/backend.c: In function ‘agp_remove_bridge’:
/home/gautham/Desktop/dripkg/agpgart-2.0/backend.c:301: warning: implicit declaration of function ‘inter_module_unregister’
make[2]: *** [/home/gautham/Desktop/dripkg/agpgart-2.0/backend.o] Error 1
make[1]: *** [_module_/home/gautham/Desktop/dripkg/agpgart-2.0] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.20-16-generic'
make: *** [default] Error 2
make -f Makefile.linux DRM_MODULES=gdg.ko modules
make[1]: Entering directory `/home/gautham/Desktop/dripkg/drm'
+ ln -s Makefile.linux Makefile
make -C /lib/modules/2.6.20-16-generic/build  SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.20-16-generic'
rm: cannot remove `/home/gautham/Desktop/dripkg/drm/.tmp_versions/CVS': Is a directory
make[2]: *** [crmodverdir] Error 1
make[2]: Leaving directory `/usr/src/linux-headers-2.6.20-16-generic'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/gautham/Desktop/dripkg/drm'
make: *** [gdg.ko] Error 2
 

ray|raven

Think Zen.
Two Questions.

1.Why did u try install the intel driver when the foss one works great?

2.Why did u install it from source,when you could've gotten a package.

Try read this might help:
*ubuntuforums.org/showthread.php?t=391105

Regards,
ray
 

praka123

left this forum longback
@gowtham:DRI is already with xorg drivers and there is absolutely no change if u try to do that!also compiling DRI modules is not that easy!
 
But OpenArena tells me that hardware acceleration is disabled.

Code:
gautham@Gautham-Linux:~$ openarena
[: 30: ==: unexpected operator
ioQ3 1.33+oa linux-i386 Feb  5 2007
----- FS_Startup -----
Current search path:
/home/gautham/.openarena/baseoa
/usr/share/games/openarena/baseoa/pak6-misc.pk3 (96 files)
/usr/share/games/openarena/baseoa/pak5-TA.pk3 (7 files)
/usr/share/games/openarena/baseoa/pak4-textures.pk3 (932 files)
/usr/share/games/openarena/baseoa/pak2-players.pk3 (187 files)
/usr/share/games/openarena/baseoa/pak1-maps.pk3 (25 files)
/usr/share/games/openarena/baseoa/pak0.pk3 (748 files)
/usr/share/games/openarena/baseoa
/usr/lib/games/openarena/baseoa

----------------------
1995 files in pk3 files
execing default.cfg
couldn't exec q3config.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
QKEY found.
----- Client Initialization Complete -----
----- R_Init -----

------- Input Initialization -------
Joystick is not active.
------------------------------------
...loading libGL.so.1:
Calling SDL_Init(SDL_INIT_VIDEO)...
SDL_Init(SDL_INIT_VIDEO) passed.
Initializing OpenGL display
...setting mode 3: 640 480
SDL_SetVideoMode failed: Couldn't find matching GLX visual
SDL_SetVideoMode failed: Couldn't find matching GLX visual
Using 8/8/8 Color bits, 16 depth, 0 stencil display.
GL_RENDERER: Mesa GLX Indirect


***********************************************************
 You are using software Mesa (no hardware acceleration)!   
 Driver DLL used: libGL.so.1
 If this is intentional, add
       "+set r_allowSoftwareGL 1"
 to the command line when starting the game.
***********************************************************
...WARNING: could not set the given mode (3)
----- CL_Shutdown -----
RE_Shutdown( 1 )
-----------------------
Sys_Error: GLimp_Init() - could not load OpenGL subsystem

Please tell me if my xubuntu-desktop install went well:
I could only copy a part of the output:
Code:
B]
Get:11 *in.archive.ubuntu.com feisty/main abiword-plugins 2.4.6-1.1ubuntu2 [664kB]
Get:12 *in.archive.ubuntu.com feisty/main libanthy0 7900-3build1 [114kB] 
Get:13 *in.archive.ubuntu.com feisty/main anthy 7900-3build1 [3064kB]    
Get:14 *in.archive.ubuntu.com feisty/main gnumeric-common 1.7.8-0ubuntu1 [265kB]
Get:15 *in.archive.ubuntu.com feisty/main libgoffice-gtk-0-3 0.3.7-0ubuntu1 [630kB]
Get:16 *in.archive.ubuntu.com feisty/main gnumeric-gtk 1.7.8-0ubuntu1 [1982kB]
Get:17 *in.archive.ubuntu.com feisty/main gqview 2.0.1-1ubuntu2 [467kB]  
Get:18 *in.archive.ubuntu.com feisty/main xfce4-icon-theme 4.4.0-0ubuntu1 [2121kB]
Get:19 *in.archive.ubuntu.com feisty/main gtk2-engines-xfce 2.4.0-0ubuntu1 [42.8kB]
Get:20 *in.archive.ubuntu.com feisty/main python-cups 1.9.19-0ubuntu1 [60.1kB]
Get:21 *in.archive.ubuntu.com feisty/main system-config-printer 0.7.62-0ubuntu1 [110kB]
Get:22 *in.archive.ubuntu.com feisty/main hal-cups-utils 0.6.5-0ubuntu2 [10.6kB]
Get:23 *in.archive.ubuntu.com feisty/main libchewing3-data 0.3.0-1 [2821kB]
Get:24 *in.archive.ubuntu.com feisty/main libchewing3 0.3.0-1 [33.3kB]   
Get:25 *in.archive.ubuntu.com feisty/main libxfce4util4 4.4.0-0ubuntu3 [34.7kB]
Get:26 *in.archive.ubuntu.com feisty/main libxfce4mcs-client3 4.4.0-0ubuntu2 [13.5kB]
Get:27 *in.archive.ubuntu.com feisty/main libxfce4mcs-manager3 4.4.0-0ubuntu2 [16.6kB]
Get:28 *in.archive.ubuntu.com feisty/main libxfcegui4-4 4.4.0-0ubuntu2 [234kB]
Get:29 *in.archive.ubuntu.com feisty/main libexo-0.3-0 0.3.2-0ubuntu2 [511kB]
Get:30 *in.archive.ubuntu.com feisty/main libglib2.0-data 2.12.11-0ubuntu1 [968B]
Get:31 *in.archive.ubuntu.com feisty/main libjpeg-progs 6b-13 [77.1kB]   
Get:32 *in.archive.ubuntu.com feisty/main libthunar-vfs-1-2 0.8.0-0ubuntu6 [233kB]
Get:33 *in.archive.ubuntu.com feisty/main mousepad 0.2.12-0ubuntu1 [40.2kB]
Get:34 *in.archive.ubuntu.com feisty/main xfce4-panel 4.4.0-0ubuntu1 [393kB]
Get:35 *in.archive.ubuntu.com feisty/main orage 4.4.0-0ubuntu1 [976kB]   
Get:36 *in.archive.ubuntu.com feisty/main python-exo 0.3.2-0ubuntu2 [79.7kB]
Get:37 *in.archive.ubuntu.com feisty/main scim-anthy 1.2.1-1build1 [802kB]
Get:38 *in.archive.ubuntu.com feisty/main scim-chewing 0.3.1-1ubuntu4 [60.0kB]
Get:39 *in.archive.ubuntu.com feisty/main scim-hangul 0.2.2-1ubuntu2 [182kB]
Get:40 *in.archive.ubuntu.com feisty/main scim-pinyin 0.5.91-0ubuntu7 [2264kB]
Get:41 *in.archive.ubuntu.com feisty/main thunar 0.8.0-0ubuntu6 [367kB]  
Get:42 *in.archive.ubuntu.com feisty/main xarchiver 0.4.6-0ubuntu2 [286kB]
Get:43 *in.archive.ubuntu.com feisty/main thunar-archive-plugin 0.2.2-0ubuntu2 [19.4kB]
Get:44 *in.archive.ubuntu.com feisty/main thunar-doc 0.8.0-0ubuntu6 [4394kB]
Get:45 *in.archive.ubuntu.com feisty/main thunar-media-tags-plugin 0.1.2-0ubuntu2 [21.3kB]
Get:46 *in.archive.ubuntu.com feisty/main thunar-volman-plugin 0.1.2-0ubuntu2 [48.3kB]
Get:47 *in.archive.ubuntu.com feisty/main xfburn 0.2.0-0ubuntu2 [83.0kB] 
Get:48 *in.archive.ubuntu.com feisty/main xfce4-appfinder 4.4.0-0ubuntu1 [239kB]
Get:49 *in.archive.ubuntu.com feisty/main xfce4-battery-plugin 0.5.0-0ubuntu1 [32.2kB]
Get:50 *in.archive.ubuntu.com feisty/main xfce4-clipman-plugin 2:0.8.0-0ubuntu1 [21.4kB]
Get:51 *in.archive.ubuntu.com feisty/main xfce4-cpugraph-plugin 0.3.0-0ubuntu5 [16.4kB]
Get:52 *in.archive.ubuntu.com feisty/main xfce4-dict-plugin 0.2.1-0ubuntu1 [28.6kB]
Get:53 *in.archive.ubuntu.com feisty/main xfce4-fsguard-plugin 0.3.0-1ubuntu2 [15.0kB]
Get:54 *in.archive.ubuntu.com feisty/main xfce4-mailwatch-plugin 1.0.1-0ubuntu1 [325kB]
Get:55 *in.archive.ubuntu.com feisty/main xfce4-mcs-manager 4.4.0-0ubuntu1 [358kB]
Get:56 *in.archive.ubuntu.com feisty/main xfce4-mcs-plugins 4.4.0-0ubuntu5 [539kB]
Get:57 *in.archive.ubuntu.com feisty/main xfce4-mixer-alsa 1:4.4.0-0ubuntu1 [68.3kB]
Get:58 *in.archive.ubuntu.com feisty/main xfce4-mixer 1:4.4.0-0ubuntu1 [134kB]
Get:59 *in.archive.ubuntu.com feisty/main xfce4-mount-plugin 0.4.8-0ubuntu1 [32.9kB]
Get:60 *in.archive.ubuntu.com feisty/main xfce4-netload-plugin 0.4.0-0ubuntu6 [19.6kB]
Get:61 *in.archive.ubuntu.com feisty/main xfce4-notes-plugin 1.4.1-0ubuntu1 [29.2kB]
Get:62 *in.archive.ubuntu.com feisty/main xfce4-quicklauncher-plugin 1.9.2-1ubuntu1 [19.4kB]
Get:63 *in.archive.ubuntu.com feisty/main xfce4-screenshooter-plugin 1.0.0-0ubuntu7 [14.4kB]
Get:64 *in.archive.ubuntu.com feisty/main xfce4-session 4.4.0-0ubuntu3 [717kB]
Get:65 *in.archive.ubuntu.com feisty/main xfce4-smartbookmark-plugin 0.4.2-1ubuntu2 [9558B]
Get:66 *in.archive.ubuntu.com feisty/main xfce4-systemload-plugin 1:0.4.2-0ubuntu1 [17.7kB]
Get:67 *in.archive.ubuntu.com feisty/main xfce4-taskmanager 0.4.0~rc2-2ubuntu1 [14.4kB]
Get:68 *in.archive.ubuntu.com feisty-updates/main xfce4-terminal 0.2.6-0ubuntu3.1 [1009kB]
Get:69 *in.archive.ubuntu.com feisty/main xfce4-utils 4.4.0-0ubuntu1 [311kB]
Get:70 *in.archive.ubuntu.com feisty/main xfce4-verve-plugin 0.3.5-0ubuntu1 [23.6kB]
Get:71 *in.archive.ubuntu.com feisty/main xfce4-weather-plugin 0.5.99.1-2ubuntu2 [314kB]
Get:72 *in.archive.ubuntu.com feisty/main xfce4-xkb-plugin 0.4.3-0ubuntu1 [58.8kB]
Get:73 *in.archive.ubuntu.com feisty/main xfdesktop4 4.4.0-0ubuntu3 [2598kB]
Get:74 *in.archive.ubuntu.com feisty/main xfprint4 4.4.0-0ubuntu1 [507kB]
Get:75 *in.archive.ubuntu.com feisty/main xfwm4 4.4.0-0ubuntu2 [1272kB]  
Get:76 *in.archive.ubuntu.com feisty/main xfwm4-themes 4.4.0-0ubuntu1 [589kB]
Get:77 *in.archive.ubuntu.com feisty-updates/main xscreensaver 4.24-5ubuntu2.1 [284kB]
Get:78 *in.archive.ubuntu.com feisty/main xubuntu-artwork-usplash 0.13 [70.0kB]
Get:79 *in.archive.ubuntu.com feisty/main xubuntu-default-settings 0.26 [2262kB]
Get:80 *in.archive.ubuntu.com feisty/main xubuntu-desktop 2.29 [11.3kB]  
Get:81 *in.archive.ubuntu.com feisty/main xubuntu-docs 7.03.1 [810kB]    
Fetched 43.2MB in 5m4s (142kB/s)                                               
Extracting templates from packages: 100%
Preconfiguring packages ...
dpkg: libgoffice-0-3: dependency problems, but removing anyway as you request:
 gcu-bin depends on libgoffice-0-3 (>= 0.3.5) | libgoffice-gtk-0-3 (>= 0.3.5); however:
  Package libgoffice-0-3 is to be removed.
  Package libgoffice-gtk-0-3 is not installed.
 libgcu0 depends on libgoffice-0-3 (>= 0.3.5) | libgoffice-gtk-0-3 (>= 0.3.5); however:
  Package libgoffice-0-3 is to be removed.
  Package libgoffice-gtk-0-3 is not installed.
(Reading database ... 139223 files and directories currently installed.)
Removing libgoffice-0-3 ...
Selecting previously deselected package vim-runtime.
(Reading database ... 139157 files and directories currently installed.)
Unpacking vim-runtime (from .../vim-runtime_1%3a7.0-164+1ubuntu7.2_all.deb) ...
Selecting previously deselected package libaiksaurus-1.2-data.
Unpacking libaiksaurus-1.2-data (from .../libaiksaurus-1.2-data_1.2.1+dev-0.12-3build1_all.deb) ...
Selecting previously deselected package libaiksaurus-1.2-0c2a.
Unpacking libaiksaurus-1.2-0c2a (from .../libaiksaurus-1.2-0c2a_1.2.1+dev-0.12-3build1_i386.deb) ...
Selecting previously deselected package libaiksaurusgtk-1.2-0c2a.
Unpacking libaiksaurusgtk-1.2-0c2a (from .../libaiksaurusgtk-1.2-0c2a_1.2.1+dev-0.12-3build1_i386.deb) ...
Selecting previously deselected package libgdome2-0.
Unpacking libgdome2-0 (from .../libgdome2-0_0.8.1-1ubuntu1_i386.deb) ...
Selecting previously deselected package libgdome2-cpp-smart0c2a.
Unpacking libgdome2-cpp-smart0c2a (from .../libgdome2-cpp-smart0c2a_0.2.4-3build1_i386.deb) ...
Selecting previously deselected package libt1-5.
Unpacking libt1-5 (from .../libt1-5_5.1.0-2ubuntu0.7.04.1_i386.deb) ...
Selecting previously deselected package libgtkmathview0c2a.
Unpacking libgtkmathview0c2a (from .../libgtkmathview0c2a_0.7.7-1build1_i386.deb) ...
Selecting previously deselected package libots0.
Unpacking libots0 (from .../libots0_0.4.2+cvs.2004.02.20-1.1_i386.deb) ...
Selecting previously deselected package libwpd-stream8c2a.
Unpacking libwpd-stream8c2a (from .../libwpd-stream8c2a_0.8.9-1_i386.deb) ...
Selecting previously deselected package abiword-plugins.
Unpacking abiword-plugins (from .../abiword-plugins_2.4.6-1.1ubuntu2_i386.deb) ...
Adding `diversion of /usr/share/application-registry/abiword.applications to /usr/share/application-registry/abiword.applications.no-plugins by abiword-plugins'
Adding `diversion of /usr/share/mime-info/abiword.keys to /usr/share/mime-info/abiword.keys.no-plugins by abiword-plugins'
Adding `diversion of /usr/share/mime-info/abiword.mime to /usr/share/mime-info/abiword.mime.no-plugins by abiword-plugins'
Adding `diversion of /usr/share/applications/abiword.desktop to /usr/share/applications/abiword.desktop.no-plugins by abiword-plugins'
Selecting previously deselected package libanthy0.
Unpacking libanthy0 (from .../libanthy0_7900-3build1_i386.deb) ...
Selecting previously deselected package anthy.
Unpacking anthy (from .../anthy_7900-3build1_i386.deb) ...
Selecting previously deselected package gnumeric-common.
Unpacking gnumeric-common (from .../gnumeric-common_1.7.8-0ubuntu1_all.deb) ...
Selecting previously deselected package libgoffice-gtk-0-3.
Unpacking libgoffice-gtk-0-3 (from .../libgoffice-gtk-0-3_0.3.7-0ubuntu1_i386.deb) ...
Selecting previously deselected package gnumeric-gtk.
Unpacking gnumeric-gtk (from .../gnumeric-gtk_1.7.8-0ubuntu1_i386.deb) ...
Selecting previously deselected package gqview.
Unpacking gqview (from .../gqview_2.0.1-1ubuntu2_i386.deb) ...
Selecting previously deselected package xfce4-icon-theme.
Unpacking xfce4-icon-theme (from .../xfce4-icon-theme_4.4.0-0ubuntu1_all.deb) ...
Selecting previously deselected package gtk2-engines-xfce.
Unpacking gtk2-engines-xfce (from .../gtk2-engines-xfce_2.4.0-0ubuntu1_i386.deb) ...
Selecting previously deselected package python-cups.
Unpacking python-cups (from .../python-cups_1.9.19-0ubuntu1_i386.deb) ...
Selecting previously deselected package system-config-printer.
Unpacking system-config-printer (from .../system-config-printer_0.7.62-0ubuntu1_all.deb) ...
Selecting previously deselected package hal-cups-utils.
Unpacking hal-cups-utils (from .../hal-cups-utils_0.6.5-0ubuntu2_i386.deb) ...
Selecting previously deselected package libchewing3-data.
Unpacking libchewing3-data (from .../libchewing3-data_0.3.0-1_i386.deb) ...
Selecting previously deselected package libchewing3.
Unpacking libchewing3 (from .../libchewing3_0.3.0-1_i386.deb) ...
Selecting previously deselected package libxfce4util4.
Unpacking libxfce4util4 (from .../libxfce4util4_4.4.0-0ubuntu3_i386.deb) ...
Selecting previously deselected package libxfce4mcs-client3.
Unpacking libxfce4mcs-client3 (from .../libxfce4mcs-client3_4.4.0-0ubuntu2_i386.deb) ...
Selecting previously deselected package libxfce4mcs-manager3.
Unpacking libxfce4mcs-manager3 (from .../libxfce4mcs-manager3_4.4.0-0ubuntu2_i386.deb) ...
Selecting previously deselected package libxfcegui4-4.
Unpacking libxfcegui4-4 (from .../libxfcegui4-4_4.4.0-0ubuntu2_i386.deb) ...
Selecting previously deselected package libexo-0.3-0.
Unpacking libexo-0.3-0 (from .../libexo-0.3-0_0.3.2-0ubuntu2_i386.deb) ...
Selecting previously deselected package libglib2.0-data.
Unpacking libglib2.0-data (from .../libglib2.0-data_2.12.11-0ubuntu1_all.deb) ...
Selecting previously deselected package libjpeg-progs.
Unpacking libjpeg-progs (from .../libjpeg-progs_6b-13_i386.deb) ...
Selecting previously deselected package libthunar-vfs-1-2.
Unpacking libthunar-vfs-1-2 (from .../libthunar-vfs-1-2_0.8.0-0ubuntu6_i386.deb) ...
Selecting previously deselected package mousepad.
Unpacking mousepad (from .../mousepad_0.2.12-0ubuntu1_i386.deb) ...
Selecting previously deselected package xfce4-panel.
Unpacking xfce4-panel (from .../xfce4-panel_4.4.0-0ubuntu1_i386.deb) ...
Selecting previously deselected package orage.
Unpacking orage (from .../orage_4.4.0-0ubuntu1_i386.deb) ...
Selecting previously deselected package python-exo.
Unpacking python-exo (from .../python-exo_0.3.2-0ubuntu2_i386.deb) ...
Selecting previously deselected package scim-anthy.
Unpacking scim-anthy (from .../scim-anthy_1.2.1-1build1_i386.deb) ...
Selecting previously deselected package scim-chewing.
Unpacking scim-chewing (from .../scim-chewing_0.3.1-1ubuntu4_i386.deb) ...
Selecting previously deselected package scim-hangul.
Unpacking scim-hangul (from .../scim-hangul_0.2.2-1ubuntu2_i386.deb) ...
Selecting previously deselected package scim-pinyin.
Unpacking scim-pinyin (from .../scim-pinyin_0.5.91-0ubuntu7_i386.deb) ...
Selecting previously deselected package thunar.
Unpacking thunar (from .../thunar_0.8.0-0ubuntu6_i386.deb) ...
Selecting previously deselected package xarchiver.
Unpacking xarchiver (from .../xarchiver_0.4.6-0ubuntu2_i386.deb) ...
Selecting previously deselected package thunar-archive-plugin.
Unpacking thunar-archive-plugin (from .../thunar-archive-plugin_0.2.2-0ubuntu2_i386.deb) ...
Selecting previously deselected package thunar-doc.
Unpacking thunar-doc (from .../thunar-doc_0.8.0-0ubuntu6_all.deb) ...
Selecting previously deselected package thunar-media-tags-plugin.
Unpacking thunar-media-tags-plugin (from .../thunar-media-tags-plugin_0.1.2-0ubuntu2_i386.deb) ...
Selecting previously deselected package thunar-volman-plugin.
Unpacking thunar-volman-plugin (from .../thunar-volman-plugin_0.1.2-0ubuntu2_i386.deb) ...
Selecting previously deselected package xfburn.
Unpacking xfburn (from .../xfburn_0.2.0-0ubuntu2_i386.deb) ...
Selecting previously deselected package xfce4-appfinder.
Unpacking xfce4-appfinder (from .../xfce4-appfinder_4.4.0-0ubuntu1_i386.deb) ...
Selecting previously deselected package xfce4-battery-plugin.
Unpacking xfce4-battery-plugin (from .../xfce4-battery-plugin_0.5.0-0ubuntu1_i386.deb) ...
Selecting previously deselected package xfce4-clipman-plugin.
Unpacking xfce4-clipman-plugin (from .../xfce4-clipman-plugin_2%3a0.8.0-0ubuntu1_i386.deb) ...
Selecting previously deselected package xfce4-cpugraph-plugin.
Unpacking xfce4-cpugraph-plugin (from .../xfce4-cpugraph-plugin_0.3.0-0ubuntu5_i386.deb) ...
Selecting previously deselected package xfce4-dict-plugin.
Unpacking xfce4-dict-plugin (from .../xfce4-dict-plugin_0.2.1-0ubuntu1_i386.deb) ...
Selecting previously deselected package xfce4-fsguard-plugin.
Unpacking xfce4-fsguard-plugin (from .../xfce4-fsguard-plugin_0.3.0-1ubuntu2_i386.deb) ...
Selecting previously deselected package xfce4-mailwatch-plugin.
Unpacking xfce4-mailwatch-plugin (from .../xfce4-mailwatch-plugin_1.0.1-0ubuntu1_i386.deb) ...
Selecting previously deselected package xfce4-mcs-manager.
Unpacking xfce4-mcs-manager (from .../xfce4-mcs-manager_4.4.0-0ubuntu1_i386.deb) ...
Selecting previously deselected package xfce4-mcs-plugins.
Unpacking xfce4-mcs-plugins (from .../xfce4-mcs-plugins_4.4.0-0ubuntu5_i386.deb) ...
Selecting previously deselected package xfce4-mixer-alsa.
Unpacking xfce4-mixer-alsa (from .../xfce4-mixer-alsa_1%3a4.4.0-0ubuntu1_i386.deb) ...
Selecting previously deselected package xfce4-mixer.
Unpacking xfce4-mixer (from .../xfce4-mixer_1%3a4.4.0-0ubuntu1_i386.deb) ...
Selecting previously deselected package xfce4-mount-plugin.
Unpacking xfce4-mount-plugin (from .../xfce4-mount-plugin_0.4.8-0ubuntu1_i386.deb) ...
Selecting previously deselected package xfce4-netload-plugin.
Unpacking xfce4-netload-plugin (from .../xfce4-netload-plugin_0.4.0-0ubuntu6_i386.deb) ...
Selecting previously deselected package xfce4-notes-plugin.
Unpacking xfce4-notes-plugin (from .../xfce4-notes-plugin_1.4.1-0ubuntu1_i386.deb) ...
Selecting previously deselected package xfce4-quicklauncher-plugin.
Unpacking xfce4-quicklauncher-plugin (from .../xfce4-quicklauncher-plugin_1.9.2-1ubuntu1_i386.deb) ...
Selecting previously deselected package xfce4-screenshooter-plugin.
Unpacking xfce4-screenshooter-plugin (from .../xfce4-screenshooter-plugin_1.0.0-0ubuntu7_i386.deb) ...
Selecting previously deselected package xfce4-session.
Unpacking xfce4-session (from .../xfce4-session_4.4.0-0ubuntu3_i386.deb) ...
Selecting previously deselected package xfce4-smartbookmark-plugin.
Unpacking xfce4-smartbookmark-plugin (from .../xfce4-smartbookmark-plugin_0.4.2-1ubuntu2_i386.deb) ...
Selecting previously deselected package xfce4-systemload-plugin.
Unpacking xfce4-systemload-plugin (from .../xfce4-systemload-plugin_1%3a0.4.2-0ubuntu1_i386.deb) ...
Selecting previously deselected package xfce4-taskmanager.
Unpacking xfce4-taskmanager (from .../xfce4-taskmanager_0.4.0~rc2-2ubuntu1_i386.deb) ...
Selecting previously deselected package xfce4-terminal.
Unpacking xfce4-terminal (from .../xfce4-terminal_0.2.6-0ubuntu3.1_i386.deb) ...
Selecting previously deselected package xfce4-utils.
Unpacking xfce4-utils (from .../xfce4-utils_4.4.0-0ubuntu1_i386.deb) ...
Selecting previously deselected package xfce4-verve-plugin.
Unpacking xfce4-verve-plugin (from .../xfce4-verve-plugin_0.3.5-0ubuntu1_i386.deb) ...
Selecting previously deselected package xfce4-weather-plugin.
Unpacking xfce4-weather-plugin (from .../xfce4-weather-plugin_0.5.99.1-2ubuntu2_i386.deb) ...
Selecting previously deselected package xfce4-xkb-plugin.
Unpacking xfce4-xkb-plugin (from .../xfce4-xkb-plugin_0.4.3-0ubuntu1_i386.deb) ...
Selecting previously deselected package xfdesktop4.
Unpacking xfdesktop4 (from .../xfdesktop4_4.4.0-0ubuntu3_i386.deb) ...
Selecting previously deselected package xfprint4.
Unpacking xfprint4 (from .../xfprint4_4.4.0-0ubuntu1_i386.deb) ...
Selecting previously deselected package xfwm4.
Unpacking xfwm4 (from .../xfwm4_4.4.0-0ubuntu2_i386.deb) ...
Selecting previously deselected package xfwm4-themes.
Unpacking xfwm4-themes (from .../xfwm4-themes_4.4.0-0ubuntu1_all.deb) ...
Selecting previously deselected package xscreensaver.
Unpacking xscreensaver (from .../xscreensaver_4.24-5ubuntu2.1_i386.deb) ...
Selecting previously deselected package xubuntu-artwork-usplash.
Unpacking xubuntu-artwork-usplash (from .../xubuntu-artwork-usplash_0.13_i386.deb) ...
Selecting previously deselected package xubuntu-default-settings.
Unpacking xubuntu-default-settings (from .../xubuntu-default-settings_0.26_all.deb) ...
Selecting previously deselected package xubuntu-desktop.
Unpacking xubuntu-desktop (from .../xubuntu-desktop_2.29_i386.deb) ...
Selecting previously deselected package xubuntu-docs.
Unpacking xubuntu-docs (from .../xubuntu-docs_7.03.1_all.deb) ...
Setting up vim-runtime (7.0-164+1ubuntu7.2) ...
Processing /usr/share/vim/addons/doc

Setting up libaiksaurus-1.2-data (1.2.1+dev-0.12-3build1) ...
Setting up libaiksaurus-1.2-0c2a (1.2.1+dev-0.12-3build1) ...
Setting up libaiksaurusgtk-1.2-0c2a (1.2.1+dev-0.12-3build1) ...
Setting up libgdome2-0 (0.8.1-1ubuntu1) ...

Setting up libgdome2-cpp-smart0c2a (0.2.4-3build1) ...

Setting up libt1-5 (5.1.0-2ubuntu0.7.04.1) ...

Setting up libgtkmathview0c2a (0.7.7-1build1) ...

Setting up libots0 (0.4.2+cvs.2004.02.20-1.1) ...

Setting up libwpd-stream8c2a (0.8.9-1) ...

Setting up abiword-plugins (2.4.6-1.1ubuntu2) ...

Setting up libanthy0 (7900-3build1) ...

Setting up anthy (7900-3build1) ...
Updating anthy.dic...file name prefix=[./] you can change this by -p option.
  copying .///mkworddic/anthy.wdic (word_dic)
  copying .///depgraph/anthy.dep (dep_dic)
  copying .///mkmatrix/matrix (matrix)
/usr/bin/mkfiledic done.
done.

Setting up gnumeric-common (1.7.8-0ubuntu1) ...

Setting up libgoffice-gtk-0-3 (0.3.7-0ubuntu1) ...

Setting up gqview (2.0.1-1ubuntu2) ...

Setting up xfce4-icon-theme (4.4.0-0ubuntu1) ...
Setting up gtk2-engines-xfce (2.4.0-0ubuntu1) ...
Setting up python-cups (1.9.19-0ubuntu1) ...

Setting up system-config-printer (0.7.62-0ubuntu1) ...

Setting up hal-cups-utils (0.6.5-0ubuntu2) ...
Setting up libchewing3-data (0.3.0-1) ...
Setting up libchewing3 (0.3.0-1) ...

Setting up libxfce4util4 (4.4.0-0ubuntu3) ...

Setting up libxfce4mcs-client3 (4.4.0-0ubuntu2) ...

Setting up libxfce4mcs-manager3 (4.4.0-0ubuntu2) ...

Setting up libxfcegui4-4 (4.4.0-0ubuntu2) ...

Setting up libexo-0.3-0 (0.3.2-0ubuntu2) ...

Setting up libglib2.0-data (2.12.11-0ubuntu1) ...
Setting up libjpeg-progs (6b-13) ...
Setting up libthunar-vfs-1-2 (0.8.0-0ubuntu6) ...

Setting up mousepad (0.2.12-0ubuntu1) ...

Setting up xfce4-panel (4.4.0-0ubuntu1) ...

Setting up orage (4.4.0-0ubuntu1) ...

Setting up python-exo (0.3.2-0ubuntu2) ...

Setting up scim-anthy (1.2.1-1build1) ...
Setting up scim-chewing (0.3.1-1ubuntu4) ...

Setting up scim-hangul (0.2.2-1ubuntu2) ...

Setting up scim-pinyin (0.5.91-0ubuntu7) ...

Setting up thunar (0.8.0-0ubuntu6) ...

Setting up xarchiver (0.4.6-0ubuntu2) ...

Setting up thunar-archive-plugin (0.2.2-0ubuntu2) ...

Setting up thunar-doc (0.8.0-0ubuntu6) ...

Setting up thunar-media-tags-plugin (0.1.2-0ubuntu2) ...
Setting up thunar-volman-plugin (0.1.2-0ubuntu2) ...

Setting up xfburn (0.2.0-0ubuntu2) ...

Setting up xfce4-appfinder (4.4.0-0ubuntu1) ...

Setting up xfce4-battery-plugin (0.5.0-0ubuntu1) ...

Setting up xfce4-clipman-plugin (0.8.0-0ubuntu1) ...
Setting up xfce4-cpugraph-plugin (0.3.0-0ubuntu5) ...
Setting up xfce4-dict-plugin (0.2.1-0ubuntu1) ...

Setting up xfce4-fsguard-plugin (0.3.0-1ubuntu2) ...
Setting up xfce4-mailwatch-plugin (1.0.1-0ubuntu1) ...

Setting up xfce4-mcs-manager (4.4.0-0ubuntu1) ...

Setting up xfce4-mcs-plugins (4.4.0-0ubuntu5) ...

Setting up xfce4-mount-plugin (0.4.8-0ubuntu1) ...

Setting up xfce4-netload-plugin (0.4.0-0ubuntu6) ...
Setting up xfce4-notes-plugin (1.4.1-0ubuntu1) ...

Setting up xfce4-quicklauncher-plugin (1.9.2-1ubuntu1) ...
Setting up xfce4-screenshooter-plugin (1.0.0-0ubuntu7) ...

Setting up xfce4-session (4.4.0-0ubuntu3) ...

Setting up xfce4-smartbookmark-plugin (0.4.2-1ubuntu2) ...
Setting up xfce4-systemload-plugin (0.4.2-0ubuntu1) ...
Setting up xfce4-taskmanager (0.4.0~rc2-2ubuntu1) ...
Setting up xfce4-terminal (0.2.6-0ubuntu3.1) ...

Setting up xfce4-utils (4.4.0-0ubuntu1) ...

Setting up xfce4-verve-plugin (0.3.5-0ubuntu1) ...
Setting up xfce4-weather-plugin (0.5.99.1-2ubuntu2) ...

Setting up xfce4-xkb-plugin (0.4.3-0ubuntu1) ...
Setting up xfdesktop4 (4.4.0-0ubuntu3) ...

Setting up xfprint4 (4.4.0-0ubuntu1) ...

Setting up xfwm4 (4.4.0-0ubuntu2) ...

Setting up xfwm4-themes (4.4.0-0ubuntu1) ...
Setting up xscreensaver (4.24-5ubuntu2.1) ...

Setting up xubuntu-artwork-usplash (0.13) ...
update-initramfs: Generating /boot/initrd.img-2.6.20-16-generic

Setting up xubuntu-default-settings (0.26) ...

Setting up xubuntu-docs (7.03.1) ...

Setting up gnumeric-gtk (1.7.8-0ubuntu1) ...

Setting up xfce4-mixer-alsa (4.4.0-0ubuntu1) ...
Setting up xubuntu-desktop (2.29) ...
Setting up xfce4-mixer (4.4.0-0ubuntu1) ...
 
Last edited:

praka123

left this forum longback
DRI!verify 3D support by opening a terminal and seeing the o/p:
"glxinfo |grep direct" if the answer is YES,u have not much there to tweak!..
and ur Xfce install went smooth...but remove that in.archive in sources.list to archive.ubuntu.com/.....Hope it solves!
 
^^
Code:
gautham@Gautham-Linux:~$ glxinfo
name of display: :0.0
X Error of failed request:  BadAlloc (insufficient resources for operation)
  Major opcode of failed request:  142 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Serial number of failed request:  16
  Current serial number in output stream:  17
gautham@Gautham-Linux:~$ glxinfo grep direct
Unknown option `grep'
Usage: glxinfo [-v] [-t] [-h] [-i] [-b] [-display <dname>]
        -v: Print visuals info in verbose form.
        -t: Print verbose table.
        -display <dname>: Print GLX visuals on specified server.
        -h: This information.
        -i: Force an indirect rendering context.
        -b: Find the 'best' visual and print it's number.
        -l: Print interesting OpenGL limits.
gautham@Gautham-Linux:~$ glxinfo |grep direct
X Error of failed request:  BadAlloc (insufficient resources for operation)
  Major opcode of failed request:  142 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Serial number of failed request:  16
  Current serial number in output stream:  17
gautham@Gautham-Linux:~$
 
bump

I am very dissatisfied with the default archieve manager. It lacks advanced features, you can't set compression level, you can't extract archives in unconventional formats like .docx, .odt, .bin, .nrg, .exe, etc.

So Please suggest me something good. I want all features of AlZip for windows and 7Zip for Windows.
 
Last edited:
hmm.....can u attach ur xorg.conf?
where is it found?

and btw, gxine says XV module isn't present...

anyway, I think I will install Gutsy Gibbon now. But I also want to try Fedora 8 "Werewolf".

do you think Upgrade with distro disc is advicable for ubuntu now?

and I have ISOs of MiNT 4.0 and Xubuntu 7.10. Should I try them or install the Gutsy DVD?

And a more casual question: I am currently freeing up HDD space. Should I keep the Xubuntu & mint ISOs burnt to CDs or as image files in a DVD? Is it worth burning them and wasting money on CD when I already have Gutsy DVD burnt with me ?

Source: places>search xorg.conf
Code:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
    FontPath    "/usr/share/fonts/X11/misc"
    FontPath    "/usr/share/fonts/X11/cyrillic"
    FontPath    "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath    "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath    "/usr/share/fonts/X11/Type1"
    FontPath    "/usr/share/fonts/X11/100dpi"
    FontPath    "/usr/share/fonts/X11/75dpi"
    # path to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load    "i2c"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "us,in"
    Option        "XkbVariant"    ","
    Option        "XkbOptions"    "grp:alt_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ImPS/2"
    Option        "ZAxisMapping"        "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "stylus"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "stylus"
    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "eraser"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "eraser"
    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "cursor"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "cursor"
    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "Generic Video Card"
    Driver        "vesa"
    BusID        "PCI:0:2:0"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
    HorizSync    28-51
    VertRefresh    43-60
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus"    "SendCoreEvents"
    InputDevice     "cursor"    "SendCoreEvents"
    InputDevice     "eraser"    "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection
 
Last edited:

praka123

left this forum longback
^arrey!gautham ur using VESA driver!thats why all this mess!
edit ur /etc/X11/xorg.conf and edit section "device" and in place of "vesa" enter "i810" for old ubuntus and for latest gutsy enter, "intel" save and reboot or open a terminal and do a "sudo telinit 1" and then in runlevel1 press CTRL+D to have the system boots normally!

Also,if ur monitor is not displaying edges correctly,google for ur monitor model and get its Horiz and Ver Freq and manually enter!and if u have a LCD display,u need to enable SUB-PIXEL RENDERING!
if u want to control more,than a casual user in debian or ubuntu,do a "sudo dpkg-reconfigure debconf" and select "medium".now proceed!
also,it is worth to read "newbiedoc" in debian or ubuntu(u can apt-get install newbiedoc ;) )

open synaptic and make sure u have installed libgl1-mesa-glx ;also,if u have tried to install some graphics driver via compiling from source,mark for reinstallation,libgl1-mesa-dri,libgl1-mesa-glx,mesa-utils,xserver-xorg-video-i810 or xserver-xorg-video-intel depends on ur intel mobo gfx!
 
Prakash, you are awssome. I don't know what I can do withput you. I solved EVERY major problem thanks to you. I don't know how I can repay you. If M$ has MVP award, you must get Red Hat's CLE(certified linux engineer) award.
 

praka123

left this forum longback
@gautham:this first few months look of Linux File System as "what a mess" will be solved if u know how Linux/Unix Arranges different directories for different purposes for eg: /etc/ contains config files /etc/X11 for X./var for storage /usr/ for binaries and docs etc /srv/ for a server...and goes on.Just google for Linux File System structure .and u'll be at ease!
 

gary4gar

GaurishSharma.com
there is the GUI tool to edit xorg.conf in gutsy, where is it?
i can't find it, btw editing text is more easy still wanted to know where the tool has been placed.


[edit]
found it, its named is displayconfig-gtk, and it can be lauchached by

Code:
gksu displayconfig-gtk
and also system>Adminstration>Screens & graphics
 
there is the GUI tool to edit xorg.conf in gutsy, where is it?
i can't find it, btw editing text is more easy still wanted to know where the tool has been placed.


[edit]
found it, its named is displayconfig-gtk, and it can be lauchached by

Code:
gksu displayconfig-gtk
and also system>Adminstration>Screens & graphics
is it available 4 feisty?
 

gary4gar

GaurishSharma.com
Nope.Introduced in Gutsy.You can use Xorg-edit though.Haven't tried it since Gutsy doesn't need it.

@gary: displayconfig-gtk can only be used to edit display settings.What about input devices and others.??
by input devices you meant, mouse & keyboard?
for that check gnome-keyboard-properties
gnome-mouse-properties
 
can anyone tell me how I can set the resolution right for my monitor ? After enabling intel drivers, prakash had mentioned something about going to the manufacturer's website to get information on the screen size. But how ?
I have an Acer AC713 17" Big Bulging Screen CRT Monitor.
There are black bars of different sizes in the upper, lower, right and left regions.
How do I correct it ?
Whats the correct procedure for it ?(perhaps editing x.org configuration file ?)

Another Problem:
I need a good download Manager for Linux.
By good I men excellent.
One that does not show 400 errors, 404 errors, for every download having a complex link.
One doesn't download php files instead of mp3 files, etc.
One that can handle huge downloads and not hang near the end of the download.
One that supports downloading from HTTP, RSTP, MMS, HTTPS and FTP.
 
Last edited:

praka123

left this forum longback
@gautham:I found ur monitor's horizontal and vertical frequencies in a google cache of manufacturer's site:
*209.85.173.104/search?q=cache:PJUq...ac713.htm+Acer+AC713&hl=en&ct=clnk&cd=1&gl=in
and
*www.acernotebooks.co.uk/Acer_AC713_17_Inch_CRT_Screen_ES.C0408.010/version.asp
you have to edit /etc/X11/xorg.conf section "monitor" to look as below.if the system detected the frequencies,then fine.
Code:
Section "Monitor"
        Identifier      "AC713"
        HorizSync       [B][U]30.0-72.0[/U][/B]
        VertRefresh     [B][U]50.0-160.0[/U][/B]
        Option          "DPMS"
EndSection
save this and do a "sudo telinit 1" and when reached runlevel 1,press CTRL+D to have the system booting to normal.
always useful for hw detection if u install "read-edid" package.anyways,now u dont need as u got the details.

aah!download manager?the one i can say is wget in CLI :p or may be gwget.
and GTransferManager
Description: Multiple files transfer manager
GTransferManager allows the user to retrieve multiple files from the web.
These files can be retrieved in multiple parts and each part retrieved on a
separate session that the user is connected to the Internet. This is most
useful to users with dialup connections. The program performs these tasks
using wget as its back-end.
 
Status
Not open for further replies.
Top Bottom