tahrpup 6.0.5 CE

A home for all kinds of Puppy related projects
Message
Author
User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#61 Post by James C »

Just a quick live test before doing a frugal install.(Swapping hard drives on this old box)

Code: Select all

# report-video
VIDEO REPORT: tahrpup, version 6.0

Chip description:
VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)

Requested by /etc/X11/xorg.conf:
  Resolution (widthxheight, in pixels): 1024x768
  Depth (bits, or planes):              24
  Modules requested to be loaded:       dbe 

Probing Xorg startup log file (/var/log/Xorg.0.log):
  Driver loaded (and currently in use): intel
  Loaded modules: dbe dri2 extmod glx kbd mouse

Actual rendering on monitor:
  Resolution:  1024x768 pixels (270x203 millimeters)
  Depth:       24 planes

...the above also recorded in /tmp/report-video

Code: Select all

# glxgears
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
380 frames in 5.0 seconds = 75.904 FPS
376 frames in 5.0 seconds = 75.144 FPS
376 frames in 5.0 seconds = 75.143 FPS
376 frames in 5.0 seconds = 75.143 FPS
376 frames in 5.0 seconds = 75.144 FPS

Code: Select all

-Computer-
Processor		: Intel(R) Pentium(R) 4 CPU 2.80GHz
Memory		: 1539MB (214MB used)
Machine Type		: Physical machine
Operating System		: tahrpup - 6.0
User Name		: root (root)
Date/Time		: Thu 30 Oct 2014 11:50:10 PM CDT
-Display-
Resolution		: 1024x768 pixels
OpenGL Renderer		: Mesa DRI Intel(R) 865G x86/MMX/SSE2
X11 Vendor		: The X.Org Foundation
-Audio Devices-
Audio Adapter		: ICH4 - Intel ICH5
Audio Adapter		: PC-Speaker - pcsp

Code: Select all

# free
             total         used         free       shared      buffers
Mem:       1539188       697056       842132            0        69136
-/+ buffers:             627920       911268
Swap:      3174396            0      3174396
# 
Working well on this box.

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

Re: share please

#62 Post by Geoffrey »

rg66 wrote:
kimathi wrote:however my thunar results in double entries for drives when mounted and even loop entries on the side, how is it done to avoid these issues plus how to get rid of the orange/ red warning that am running as root.
You have to edit one of the thunar files before you compile to get rid of root warning. I can't remember which one at the moment.

The only way I know of getting rid of the double entries so far is to use thunar-1.4.0
This did the trick at removing the root warning.

Code: Select all

--- ./thunar/thunar-window.c
+++ ./thunar/thunar-window.c
@@ -832,7 +832,7 @@
G_OBJECT (window->spinner), "visible");

/* check if we need to add the root warning */
- if (G_UNLIKELY (geteuid () == 0))
+ if (G_UNLIKELY (1 == 0))
{
/* add the bar for the root warning */
infobar = gtk_info_bar_new (); 
Hardly worth running a patch, just replace

Code: Select all

if (G_UNLIKELY (geteuid () == 0))
with

Code: Select all

if (G_UNLIKELY (1 == 0))
in thunar-window.c
[b]Carolina:[/b] [url=http://smokey01.com/carolina/pages/recent-repo.html]Recent Repository Additions[/url]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]

kimathi
Posts: 25
Joined: Sat 03 Mar 2012, 01:23
Location: Nairobi

Re: share please

#63 Post by kimathi »

Geoffrey wrote:
rg66 wrote:
kimathi wrote:however my thunar results in double entries for drives when mounted and even loop entries on the side, how is it done to avoid these issues plus how to get rid of the orange/ red warning that am running as root.
You have to edit one of the thunar files before you compile to get rid of root warning. I can't remember which one at the moment.

The only way I know of getting rid of the double entries so far is to use thunar-1.4.0
This did the trick at removing the root warning.

Code: Select all

--- ./thunar/thunar-window.c
+++ ./thunar/thunar-window.c
@@ -832,7 +832,7 @@
G_OBJECT (window->spinner), "visible");

/* check if we need to add the root warning */
- if (G_UNLIKELY (geteuid () == 0))
+ if (G_UNLIKELY (1 == 0))
{
/* add the bar for the root warning */
infobar = gtk_info_bar_new (); 
Hardly worth running a patch, just replace

Code: Select all

if (G_UNLIKELY (geteuid () == 0))
with

Code: Select all

if (G_UNLIKELY (1 == 0))
in thunar-window.c
Thanks, at least i have somewhere to reference in future.

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#64 Post by bigpup »

Has anyone gotten Getnvidia to work?

I am having problems, but do not want to report a bug if it works OK for others.
Could be something I am doing or not doing.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#65 Post by 666philb »

hi bigpup,

it has worked for me even without an nvidia card but i can't test the resulting .pet

so if someone could test (it may not work so don't try it on an important save).... this is the latest nvidia for noPAE https://www.dropbox.com/s/sgtagysd33rkx ... 0.pet?dl=0
it would be interesting to know if it will also work on the PAE tahrpup, or if we need a separate driver
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#66 Post by James C »

666philb wrote:hi bigpup,

it has worked for me even without an nvidia card but i can't test the resulting .pet

so if someone could test (it may not work so don't try it on an important save).... this is the latest nvidia for noPAE https://www.dropbox.com/s/sgtagysd33rkx ... 0.pet?dl=0
it would be interesting to know if it will also work on the PAE tahrpup, or if we need a separate driver
Probably will be a couple of hours but I'll try it out.Busy,busy Friday. :)

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#67 Post by James C »

First test....... made two disposible frugal installs.(pae and non-pae)

Code: Select all

Chip description:
VGA compatible controller: NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] (rev a2)

Non-pae immediately froze up on reboot. Pae got the message in the screenie,tried to use xorgwizard but went to a prompt and froze up.
On the pae version I exited from nouveau to modesetting before installing the Nvidia driverin an attempt to prevent a driver conflict.

I'll try a newer Nvidia chip a bit later.
Attachments
Nvidia.jpg
(68.24 KiB) Downloaded 2148 times

User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

#68 Post by OscarTalks »

Tried to compile the 173.14.39 nvidia driver on my GeForce FX5200 machine but the kernel module fails to build. Using the installer or getnvidia the result is the same. This was the noPAE TahrPup with k3.14.20 so perhaps this kernel is too recent for this driver and maybe they will do a patch soon. It could be that it is me muffing something up but I have managed to do this several times before in various other pups.

I notice that xorgwizard does not offer me the vesa driver. I tried switching to modesetting instead and blacklisted nouveau in boot manager but report-video still says that the driver in use is nouveau. The nvidia installer does not complain about a clash with nouveau which it usually does unless you get rid of it.
Oscar in England
Image

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

tahrpup 6.0 CE

#69 Post by Billtoo »

I was able to compile the proprietary nvidia driver after installing
the kernel source and devx in quickpet, then downloading the
NVIDIA-Linux-x86-331.104.run for my graphics card from the nvidia site.

I let the installer remove the nouveau driver,rebooted and exited to
the prompt again,ran the installer again and let it update
xorgwizard,then rebooted once again to the desktop.

video-info-glx 1.5.3 Fri 31 Oct 2014 on tahrpup 6.0 Linux 3.14.20 i686
0.0 VGA compatible controller: NVIDIA Corporation GF110 [GeForce GTX 560 Ti OEM] (rev a1)
oem: NVIDIA
product: GF110 Board - 12630002 Chip Rev

X Server: Xorg Driver: nvidia
X.Org version: 1.15.1
dimensions: 3840x1080 pixels (1204x343 millimeters)
depth of root window: 24 planes

direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTX 560 Ti/PCIe/SSE2
OpenGL core profile version string: 4.3.0 NVIDIA 331.104

I don't know how to make a pet of the nvidia driver,if a new driver
becomes available I will just have to exit to the prompt in the proper
directory and enter:

sh NVIDIA-Linux-x86-331.104.run --update
Attachments
nvidiascreen.jpg
(45.03 KiB) Downloaded 2083 times

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#70 Post by James C »

666philb wrote:hi bigpup,

it has worked for me even without an nvidia card but i can't test the resulting .pet

so if someone could test (it may not work so don't try it on an important save).... this is the latest nvidia for noPAE https://www.dropbox.com/s/sgtagysd33rkx ... 0.pet?dl=0
it would be interesting to know if it will also work on the PAE tahrpup, or if we need a separate driver
Works fine as expected in non-pae.

Code: Select all

# report-video
VIDEO REPORT: tahrpup, version 6.0

Chip description:
VGA compatible controller: NVIDIA Corporation GT218 [GeForce 210] (rev a2)

Requested by /etc/X11/xorg.conf:
  Resolution (widthxheight, in pixels): 1024x768x16
  Depth (bits, or planes):              24
  Modules requested to be loaded:       dbe 

Probing Xorg startup log file (/var/log/Xorg.0.log):
  Driver loaded (and currently in use): nvidia
  Loaded modules: dbe dri2 extmod fb glx kbd mouse ramdac wfb

Actual rendering on monitor:
  Resolution:  1440x900 pixels (402x251 millimeters)
  Depth:       24 planes

...the above also recorded in /tmp/report-video

Code: Select all

# glxgears
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
302 frames in 5.0 seconds = 60.276 FPS
300 frames in 5.0 seconds = 59.885 FPS
300 frames in 5.0 seconds = 59.884 FPS

Be back in a couple with the pae version. :)
Attachments
non-pae.jpg
(58.34 KiB) Downloaded 2000 times

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#71 Post by James C »

Totally crashed and burned in the pae version. Rebooted and got an error message about xorg config....,went to xorgwizard...chose Nvidia...test x....incorrect resolution but clicked "ok"......went to a blinking cursor and froze up necessitating a hard poweroff.Seems ok here in non-pae.

Code: Select all

# report-video
VIDEO REPORT: tahrpup, version 6.0

Chip description:
VGA compatible controller: NVIDIA Corporation GT218 [GeForce 210] (rev a2)

Requested by /etc/X11/xorg.conf:
  Resolution (widthxheight, in pixels): 1024x768x16
  Depth (bits, or planes):              24
  Modules requested to be loaded:       dbe 

Probing Xorg startup log file (/var/log/Xorg.0.log):
  Driver loaded (and currently in use): nvidia
  Loaded modules: dbe dri2 extmod fb glx kbd mouse ramdac wfb

Actual rendering on monitor:
  Resolution:  1440x900 pixels (402x251 millimeters)
  Depth:       24 planes

...the above also recorded in /tmp/report-video

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#72 Post by bigpup »

OscarTalks wrote:Tried to compile the 173.14.39 nvidia driver on my GeForce FX5200 machine but the kernel module fails to build. Using the installer or getnvidia the result is the same. This was the noPAE TahrPup with k3.14.20 so perhaps this kernel is too recent for this driver and maybe they will do a patch soon. It could be that it is me muffing something up but I have managed to do this several times before in various other pups.
This is basically what I am trying to do (get this 173.14.39 driver) with the same result.

At the very end of trying to build the driver I get an error message:
etc/opencl file not found
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#73 Post by James C »

Tahr 6.0 non-pae.

Code: Select all

# report-video
VIDEO REPORT: tahrpup, version 6.0

Chip description:
VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 750] (rev a2)

Requested by /etc/X11/xorg.conf:
  Resolution (widthxheight, in pixels): 1024x768x16
  Depth (bits, or planes):              24
  Modules requested to be loaded:       dbe 

Probing Xorg startup log file (/var/log/Xorg.0.log):
  Driver loaded (and currently in use): nvidia
  Loaded modules: dbe dri2 extmod fb glx kbd mouse ramdac wfb

Actual rendering on monitor:
  Resolution:  1920x1080 pixels (513x292 millimeters)
  Depth:       24 planes

...the above also recorded in /tmp/report-video

Code: Select all

# glxgears
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
303 frames in 5.0 seconds = 60.504 FPS
300 frames in 5.0 seconds = 60.000 FPS
301 frames in 5.0 seconds = 60.000 FPS
301 frames in 5.0 seconds = 60.002 FPS

Code: Select all

-Computer-
Processor		: 8x AMD FX(tm)-8320 Eight-Core Processor
Memory		: 3024MB (313MB used)
Machine Type		: Physical machine
Operating System		: tahrpup - 6.0
User Name		: root (root)
Date/Time		: Sat 01 Nov 2014 03:15:20 AM CDT
-Display-
Resolution		: 1920x1080 pixels
OpenGL Renderer		: GeForce GTX 750/PCIe/SSE2
X11 Vendor		: The X.Org Foundation
-Audio Devices-
Audio Adapter		: HDA-Intel - HDA ATI SB
Audio Adapter		: HDA-Intel - HDA NVidia
Audio Adapter		: PC-Speaker - pcsp

Code: Select all

-Display-
Resolution		: 1920x1080 pixels
Vendor		: The X.Org Foundation
Version		: 1.15.1
-Monitors-
Monitor 0		: 1920x1080 pixels
-Extensions-
BIG-REQUESTS
Composite
DAMAGE
DOUBLE-BUFFER
DPMS
DRI2
DRI3
GLX
Generic Event Extension
MIT-SCREEN-SAVER
MIT-SHM
NV-CONTROL
NV-GLX
Present
RANDR
RECORD
RENDER
SECURITY
SHAPE
SYNC
X-Resource
XC-MISC
XFIXES
XFree86-DGA
XFree86-VidModeExtension
XINERAMA
XINERAMA
XInputExtension
XKEYBOARD
XTEST
XVideo
-OpenGL-
Vendor		: NVIDIA Corporation
Renderer		: GeForce GTX 750/PCIe/SSE2
Version		: 4.4.0 NVIDIA 340.46
Direct Rendering		: Yes
Attachments
Tahr 6.0.jpg
(46.02 KiB) Downloaded 1937 times
Nvidia.jpg
(66.12 KiB) Downloaded 1919 times

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

tahrpup 6.0 CE

#74 Post by Billtoo »

I thought I'd make sure that I had the latest nvidia driver installed.

I exited to the prompt and switched to the spot directory which holds
the proprietary nvidia driver,then entered:

sh NVIDIA-Linux-x86-331.104.run --update

It downloaded and installed the latest nvidia driver, I let it update
the xorg.conf then rebooted.

video-info-glx 1.5.3 Sat 1 Nov 2014 on tahrpup 6.0 Linux 3.14.20 i686
0.0 VGA compatible controller: NVIDIA Corporation GF110 [GeForce GTX 560 Ti OEM] (rev a1)
oem: NVIDIA
product: GF110 Board - 12630002 Chip Rev

X Server: Xorg Driver: nvidia
X.Org version: 1.15.1
dimensions: 3840x1080 pixels (1204x343 millimeters)
depth of root window: 24 planes

direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTX 560 Ti/PCIe/SSE2
OpenGL core profile version string: 4.3.0 NVIDIA 340.46

Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz
Core 0: @1597 1: @1666 2: @1603 3: @1685 4: @1593 5: @1677 6: @1695 7: @1690 MHz

I'm running the pae version of tahrpup.

I just checked the nvidia site and I *was* running the newest driver, it
downloaded and installed the previous driver!
I'll have to wait and try it again when a new driver comes out and see what I
get but this driver is working fine.
Attachments
nvidiasite.jpg
(65.84 KiB) Downloaded 1812 times
nvidiascreen2.jpg
(44.95 KiB) Downloaded 1796 times

User avatar
neerajkolte
Posts: 516
Joined: Mon 10 Feb 2014, 07:05
Location: Pune, India.

#75 Post by neerajkolte »

Hi,
These are my Computer specs,
Processor : Intel i3-3220 CPU @ 3.30GHz
Memory : 6gb
Motherboard : Intel DH61BF

I installed Tahrpup6 to my 1gb usb manually using isolinux.
I wanted to create savefolder on my hard drive. (I use Fatdog primarily this way. I keep base sfs and savefolder on hard drive and at booting load them in ram, keeping them on hdd speeds up my booting.)
But at shutdown it only gives me option to make savefile and that too in my usb only.
Could you suggest anything I should do.

Thanks.

- Neeraj.
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson

“We tend to overestimate the effect of a technology in the short run and underestimate the effect in the long run.â€￾
- Amara’s Law.

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#76 Post by 666philb »

i've uploaded a selection of graphic driver pets to test.... the amd ones work but i can't test the nvidia, so if you can help it would be much appreciated.

first off check on the AMD or NVIDIA website to see if the drivers a suitable for you (you can request a driver if not)

then pick PAE or noPAE to match your tahrpup,
and let me know if they work so i can add them to quickpet.

no legacy amd driver at the moment.

a note on the 173.14.39 nvidia driver... i found a patch for it on the arch wiki and it compiles, but there's still the no /etc/openCE directory error. included in the link is the patched customdriver.run script, so if the .pets don't work, and you know how, try that.

drivers here https://www.dropbox.com/sh/zbantwc3o186 ... K3aJa?dl=0
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#77 Post by James C »

Request for 304.88 for the GeForce 7025 / NVIDIA nForce 630a, GeForce 7050 PV / NVIDIA nForce 630a chips.

http://www.nvidia.com/download/driverRe ... 9826/en-us

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

tahrpup 6.0 CE

#78 Post by Billtoo »

I installed tahrpup to a 16gb sdhc card, pc is an Acer laptop.
Downloaded and installed the amd_fglrx-14.9_3.14.20_PAE.pet then exited
to the prompt,keyboard didn't work so couldn't enter aticonf
--intial,rebooted and the ati driver is working so it didn't matter I
guess.
video-info-glx 1.5.3 Sat 1 Nov 2014 on tahrpup 6.0 Linux 3.14.20 i686
0.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 5430/5450/5470]
oem: ATI ATOMBIOS
product: PARK 01.00

X Server: Xorg Driver: fglrx
X.Org version: 1.15.1
dimensions: 1600x900 pixels (423x238 millimeters)
depth of root window: 24 planes

direct rendering: Yes
server glx vendor string: ATI
server glx version string: 1.4
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Mobility Radeon HD 5000 Series
OpenGL core profile version string: 4.3.13084 Core Profile Context 14.301.1001

Intel(R) Core(TM) i5 CPU M 430 @ 2.27GHz
Core 0: @1999 1: @1466 2: @1999 3: @1199 MHz

# glxgears
302 frames in 5.0 seconds = 60.300 FPS
300 frames in 5.0 seconds = 59.999 FPS
301 frames in 5.0 seconds = 60.001 FPS
#
Thanks
Attachments
screenshot.jpg
(51.67 KiB) Downloaded 2944 times

futwerk
Posts: 397
Joined: Sat 07 May 2011, 22:04

#79 Post by futwerk »

a few backgrounds.
Attachments
tahrpup13.6.jpg
https://www.mediafire.com/?8oxb3imk28jp7mn
(9.79 KiB) Downloaded 2338 times
tahrpup2.jpg
https://www.mediafire.com/?8oxb3imk28jp7mn
(15.74 KiB) Downloaded 2342 times
tahrpup1.jpg
https://www.mediafire.com/?8oxb3imk28jp7mn
(15.77 KiB) Downloaded 2287 times

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#80 Post by James C »

Nvidia 340 driver on pae version.Working.

Code: Select all

# report-video
VIDEO REPORT: tahrpup, version 6.0

Chip description:
VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 750] (rev a2)

Requested by /etc/X11/xorg.conf:
  Resolution (widthxheight, in pixels): 1024x768x16
  Depth (bits, or planes):              24
  Modules requested to be loaded:       dbe 

Probing Xorg startup log file (/var/log/Xorg.0.log):
  Driver loaded (and currently in use): nvidia
  Loaded modules: dbe dri2 extmod fb glx kbd mouse ramdac wfb

Actual rendering on monitor:
  Resolution:  1920x1080 pixels (513x292 millimeters)
  Depth:       24 planes

...the above also recorded in /tmp/report-video

Code: Select all

# glxgears
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
303 frames in 5.0 seconds = 60.422 FPS
301 frames in 5.0 seconds = 60.001 FPS
301 frames in 5.0 seconds = 59.999 FPS
301 frames in 5.0 seconds = 60.002 FPS

Code: Select all

-Computer-
Processor		: 8x AMD FX(tm)-8320 Eight-Core Processor
Memory		: 8209MB (304MB used)
Machine Type		: Physical machine
Operating System		: tahrpup - 6.0
User Name		: root (root)
Date/Time		: Sat 01 Nov 2014 04:35:54 PM CDT
-Display-
Resolution		: 1920x1080 pixels
OpenGL Renderer		: GeForce GTX 750/PCIe/SSE2
X11 Vendor		: The X.Org Foundation
-Audio Devices-
Audio Adapter		: HDA-Intel - HDA ATI SB
Audio Adapter		: HDA-Intel - HDA NVidia
Audio Adapter		: PC-Speaker - pcsp

Code: Select all

-Display-
Resolution		: 1920x1080 pixels
Vendor		: The X.Org Foundation
Version		: 1.15.1
-Monitors-
Monitor 0		: 1920x1080 pixels
-Extensions-
BIG-REQUESTS
Composite
DAMAGE
DOUBLE-BUFFER
DPMS
DRI2
DRI3
GLX
Generic Event Extension
MIT-SCREEN-SAVER
MIT-SHM
NV-CONTROL
NV-GLX
Present
RANDR
RECORD
RENDER
SECURITY
SHAPE
SYNC
X-Resource
XC-MISC
XFIXES
XFree86-DGA
XFree86-VidModeExtension
XINERAMA
XINERAMA
XInputExtension
XKEYBOARD
XTEST
XVideo
-OpenGL-
Vendor		: NVIDIA Corporation
Renderer		: GeForce GTX 750/PCIe/SSE2
Version		: 4.4.0 NVIDIA 340.46
Direct Rendering		: Yes
Attachments
Nvidia PAE.jpg
(71.94 KiB) Downloaded 2341 times

Post Reply